https://github.com/PressForward/pressforward

sort by:
Revision Author Date Message Commit Date
b1a7048 AllowDynamicProperties in Readability. Avoids notices in PHP 8.2+. 19 January 2023, 01:45:41 UTC
df7485b Correct the sanitization of item_id when advancing nominations. The oversanitization was leading to certain non-numeric IDs being scrubbed to 0, meaning that nomination advancements were failing. 19 January 2023, 01:44:51 UTC
e41f779 Reapply caching fixes. Originally applied in 45c4ab6709c7745e2760a07fd14dbb3e79fbe880 and somehow lost in a merge. See #1095. 19 January 2023, 01:39:25 UTC
ca317df 5.3.1 version bumps. 18 January 2023, 22:19:11 UTC
591e075 Rebuild of assets. Minifying the Bootstrap CSS seemed to cause some race conditions that broke certain styling. 18 January 2023, 22:17:04 UTC
1f5ddea Revert "Built assets for 5.3.0." This reverts commit f5b655f2b7490a6548d60c57cb63793036a91d69. 18 January 2023, 22:14:36 UTC
4ec86af Readme updates. 18 January 2023, 22:12:06 UTC
64ed403 Only append Source statement to the correct content. See #1130. 18 January 2023, 22:05:07 UTC
8849500 Add 'Source' field to the bookmarklet. See #1129. 18 January 2023, 21:22:44 UTC
553ca66 Improved logic when looping through meta during post transition. - Transition a meta if *any* of the `level` post types are matched - Don't bail from the transition process if one of the metas is not matched Fixes #1128. 18 January 2023, 21:19:56 UTC
6523fd4 Update stable tag to 5.3.0. 18 January 2023, 03:38:27 UTC
7b1c367 .pot file for 5.3.0 release. 18 January 2023, 03:35:24 UTC
7884288 Use 'pf' textdomain throughout. We will reverse this decision later for compatibility with w.org internationalization systems. See #1117. 18 January 2023, 03:34:01 UTC
f5b655f Built assets for 5.3.0. 18 January 2023, 03:30:02 UTC
c24cf4a yarn.loc for dart-sass. 18 January 2023, 03:29:52 UTC
2d341f7 Use dart-sass instead of node-sass. 18 January 2023, 03:26:54 UTC
f688db6 a11y improvement for Source statement field. 18 January 2023, 03:21:58 UTC
5a14154 Better appending of dynamic source statement. A new meta box allows the user to override the default Source statement. Sites using the legacy source statement filters will fall back on the old behavior. See #1091. 17 January 2023, 22:16:56 UTC
6e81326 Declare class properties to avoid notices in PHP 8.2+. 17 January 2023, 20:41:14 UTC
fad9b5f Add ReturnTypeWillChange annotations. This prevents notices in PHP 8.1+. 13 January 2023, 02:42:05 UTC
fcdec46 Provide 'permission_callback' when registering stats and status endpoints. Otherwise an error is thrown in WP 5.5+. 13 January 2023, 02:41:20 UTC
9e062ee Don't append source statement to post content in the Dashboard. See #1091. 13 January 2023, 02:15:38 UTC
17d1338 Fix annotation. 13 January 2023, 02:15:28 UTC
b3c8127 Merge branch '5.3.x' of github.com:pressforward/pressforward into 5.3.x 13 January 2023, 02:01:25 UTC
a9a5758 Readme update. 13 January 2023, 02:01:19 UTC
ed131e8 Merge pull request #1127 from PressForward/feature/1091-dynamic-source-statement Feature/1091 dynamic source statement 13 January 2023, 02:01:19 UTC
bebcebb .pot update for 5.3.0. 13 January 2023, 01:56:29 UTC
ae5544a 5.3.0 version bumps. 13 January 2023, 01:56:08 UTC
dbae6a0 Merge branch '5.2.x' into 5.3.x 13 January 2023, 01:38:43 UTC
1227ece Fix folder query when querying for nominations. The 'post_parent__in' parameter needs an array of IDs, not post objects. Fixes #858. 16 December 2022, 18:58:11 UTC
48b204c Update issue templates 16 December 2022, 18:56:29 UTC
921a2ec Update issue templates 16 December 2022, 18:55:05 UTC
93ff0f8 Merge branch '5.2.x' into 5.3.x 03 November 2022, 16:56:59 UTC
461a691 Stable tag bump for 5.2.10. 03 November 2022, 16:52:48 UTC
6c7ab12 Minify JS. 03 November 2022, 16:46:41 UTC
9a959a2 5.2.10 version bumps. 03 November 2022, 16:36:14 UTC
32cacd9 Ensure that API JS works on subdomain installations. 03 November 2022, 16:31:34 UTC
33a3346 Avoid fatal errors during retrieval on PHP 8. 13 October 2022, 20:22:25 UTC
b0c76ab Correct selector for getting JS post ID for comment box. 13 October 2022, 20:21:56 UTC
f145f55 Correct sprintf() placeholders. 07 October 2022, 19:33:54 UTC
26d0453 Ensure that optional method param is marked as optional. 07 October 2022, 19:02:33 UTC
f5ce5cb Don't check 'by_id' array if it's empty. Because it's not set on a new installation, there's no array to check. This can cause a fatal error on PHP 8+. 07 October 2022, 19:01:51 UTC
f4120eb Set explicit default values for optional params in function definitions. Otherwise an error is thrown in PHP 8. 04 October 2022, 19:13:40 UTC
b215384 Update syntax of bookmarklet script. Fixes #1103. 30 September 2022, 15:45:35 UTC
36ac0f5 Fix comments modal for latest Bootstrap. 26 May 2022, 18:00:35 UTC
24428c3 Update twitter-bootstrap to latest. 26 May 2022, 17:32:34 UTC
49cb832 svnignore file 26 May 2022, 17:13:38 UTC
e6660ba More improved escaping. 26 May 2022, 17:13:00 UTC
a513491 Escaping. 26 May 2022, 16:50:53 UTC
401899c Remove calls to Metrics. They were raising security flags and are no longer needed. 26 May 2022, 16:50:35 UTC
6078450 Sanitize URL before generating unique ID based on URL. 26 May 2022, 16:44:35 UTC
0580d09 Add prefix to create_feed_item_id() function. 26 May 2022, 16:42:27 UTC
4eb8c1f 5.2.9 version bumps. 25 May 2022, 16:18:01 UTC
99c0771 Avoid PHP notices arising from array of role slugs being stored in options table. 25 May 2022, 16:15:58 UTC
be76b9a Improved escaping when building Nominated markup. 25 May 2022, 16:14:01 UTC
0d92ef8 Fix PHP notices resulting from mixed tag data type. 25 May 2022, 16:09:24 UTC
8b3fb98 Fix syntax error. 25 May 2022, 15:48:21 UTC
8f2d623 Remove debug statements and tools. Some of these were causing problems with PHPCS scans. All are unnecessary in the production plugin. 25 May 2022, 15:45:51 UTC
3a516ee 5.2.8 version bumps. 02 October 2021, 21:57:44 UTC
2cdeb00 Readme. 02 October 2021, 21:57:15 UTC
1708d51 .pot update 02 October 2021, 21:56:29 UTC
16e8d96 Transient-based cache for oEmbed fetches. The week-long cache increases load speed on Nominated and All Content pages. See #888, #1054. 02 October 2021, 21:52:33 UTC
71bf110 Asset build. 02 October 2021, 18:48:39 UTC
378a74b Define JS variables. This was breaking minimization. 02 October 2021, 18:48:22 UTC
4913ee3 Modal footer styling. 02 October 2021, 18:31:58 UTC
6cc200d Styling for fixed button toolbar on feed view. 02 October 2021, 18:26:18 UTC
0b23e6f Fix path to white glyphs. 02 October 2021, 13:01:39 UTC
3de0a1e Button toolbar styling. 02 October 2021, 12:56:35 UTC
b93a3db Fix navigation between modals. 02 October 2021, 12:46:48 UTC
d780548 Modal sidebar styling. 02 October 2021, 12:30:05 UTC
ebcc619 Button styling port from old Bootstrap. 02 October 2021, 12:27:56 UTC
33e119c Modal dialog should take up entire screen. 02 October 2021, 12:21:51 UTC
f2e111d Use JS to set height of modal element. The flex element cannot have scroll overflow unless the parent height is set, so the only way to do it is with JavaScript. 02 October 2021, 12:20:13 UTC
099ff1d Class name and CSS improvements for Bootstrap 5.x. 02 October 2021, 12:19:55 UTC
8886aec Use Bootstrap 5.x event names for modal actions. 02 October 2021, 12:19:10 UTC
93c4179 Prevent relationships.js listeners from interfering with modal. 02 October 2021, 12:18:24 UTC
53ec15d Fix class name for modal close button. 02 October 2021, 12:17:53 UTC
bdb2176 Fix Modal for Bootstrap 5.x. 01 October 2021, 16:34:23 UTC
41e8a6b Merge pull request #1093 from r-a-y/fix/bookmarklet Fix Nominate This bookmarklet 30 September 2021, 14:38:54 UTC
708901c Merge pull request #1095 from PressForward/feature/1094-cache-external-fetch Feature/1094 cache external fetch 29 September 2021, 14:26:32 UTC
979acb3 Fix Nominate This bookmarklet. 28 September 2021, 20:58:54 UTC
f1fd749 Use core HTTP tools to fetch author meta. This avoids an extra query. 28 September 2021, 20:32:44 UTC
45c4ab6 Aggressive caching of external page requests. 28 September 2021, 20:14:14 UTC
def66ad Increase timeout for OpenGraph queries. washingtonpost.com and others take a bit longer to parse. 28 September 2021, 20:13:43 UTC
a5aa2df Improve caching behavior in PFOpenGraph::fetch(). - Consistent cache keys. - Cache failures. 28 September 2021, 20:13:09 UTC
17e96a8 5.2.7 version bumps. 28 September 2021, 19:58:35 UTC
7b4344b Merge branch '5.3.x' into 5.2.x 28 September 2021, 19:57:49 UTC
d127bd6 Minify. 28 September 2021, 19:48:15 UTC
164e3dc Revert "Minify." This reverts commit 2709e3934a5424fbd135d9ded314311f45be0e5d. 28 September 2021, 19:44:47 UTC
2709e39 Minify. 28 September 2021, 19:29:36 UTC
f090956 Dynamically append source statement. Rather than putting into the post content. See #1091. 27 September 2021, 18:21:57 UTC
5c6d39f Internationalization improvement in `get_the_source_statement()`. 27 September 2021, 18:06:48 UTC
5f7dfb8 Improvements to the way that source statements are built. * Allow overriding `$args` to be passed to the `get_the_source_statement()` method, so that markup can be customized without filters. * Add a 'pf-source-statement' class to the default paragraph wrapper element. See #1049, #1091. 27 September 2021, 18:03:59 UTC
73d243b Fix gulp build tasks. 19 August 2021, 16:53:00 UTC
7e70c09 Fix gulp build tasks. 19 August 2021, 16:52:36 UTC
8b5eb90 Fix gulp build tasks. 19 August 2021, 16:52:10 UTC
9f88f7f npm audit 19 August 2021, 15:34:22 UTC
babfba5 5.2.6 version bumps. 21 June 2021, 18:12:39 UTC
d7623f7 Improved sanitization of nomination post content. 21 June 2021, 18:11:19 UTC
edbc5a9 Version bumps for 5.2.5. 11 June 2021, 14:10:10 UTC
back to top