https://github.com/PressForward/pressforward

sort by:
Revision Author Date Message Commit Date
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
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
979acb3 Fix Nominate This bookmarklet. 28 September 2021, 20:58:54 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
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
b6a210b Avoid fatal error after library update. 11 June 2021, 14:09:01 UTC
ae76cdc Sanitization improvements. 11 June 2021, 14:09:01 UTC
4892d09 Remove call to get_magic_quotes_gpc(). This has been out of use for several version of PHP. 08 June 2021, 15:33:31 UTC
10ee499 debug_backtrace() hotfix for FiveFiltersReadibility library. 08 June 2021, 15:32:15 UTC
daca3ed Fix issues with `func_get_args()` calls by reference for PHP 7.0+. 08 June 2021, 15:31:24 UTC
d1cda8f Avoid PHP 7.1+ errors through the improper use of $this in static methods. Most of these methods shouldn't be static to begin with. 08 June 2021, 15:27:51 UTC
c7ec813 Minification. 07 June 2021, 19:44:38 UTC
bad43f3 Minification tools. 07 June 2021, 19:44:22 UTC
eaf5f79 Fix dropdown toggles for new Bootstrap. 07 June 2021, 16:52:14 UTC
8b41f2f Update jquery.infinitescroll library and update API usage. 07 June 2021, 16:48:53 UTC
dd4062b More deprecations in jQuery methods. 07 June 2021, 16:30:43 UTC
78f52d9 Don't load tracker script. 07 June 2021, 16:30:08 UTC
8e9a6dc jQuery deprecations. 07 June 2021, 16:02:22 UTC
a9739c4 Fix broken variable name. 07 June 2021, 15:50:57 UTC
3ecc371 Fix Amplify dropdown on grid view. 07 June 2021, 15:49:12 UTC
d858320 All Content styling. 07 June 2021, 15:41:29 UTC
5b89bbe Styling fir 'All Content' page. 07 June 2021, 15:38:11 UTC
0e0acf5 Fixes for 'Amplify' dropdown in new Bootstrap. 07 June 2021, 15:23:33 UTC
1425929 Some old Bootstrap styles for buttons. 07 June 2021, 15:12:46 UTC
14465ba Bootstrap compat 07 June 2021, 14:42:01 UTC
642c71d Add popper.js 07 June 2021, 14:34:14 UTC
d67efa4 Upgrade Bootstrap to 5.0.1. 05 June 2021, 11:39:53 UTC
4946a38 Another upgrade to simplehtmldom. 05 June 2021, 11:16:34 UTC
f7269af Upgrade simplehtmldom to latest. 05 June 2021, 11:12:55 UTC
1e03e3c Remove import-cron.php. No longer used. 05 June 2021, 11:04:55 UTC
ab52a92 More sanitization. 05 June 2021, 11:01:00 UTC
f7baa2b Remove references to InputNotSanitized PHPCS exclusion. These have all been verified as string values and run through `sanitize_text_field()`. 05 June 2021, 10:59:20 UTC
3723cab Remove save routine for pf_metrics_config. Not used when checkin and analytics are disabled. 05 June 2021, 10:52:04 UTC
f4a0ccd Removed unused save routine for _advanced_meta_handling. The functionality was removed in a1a91d2be7a504fb318364528485685dc4abac8c. 05 June 2021, 10:50:08 UTC
2c137c8 Remove checkin and analytics scripts. These count as phoning home and are not allowed by wordpress.org rules. 05 June 2021, 10:41:41 UTC
d4a6584 Remove unused code in nomthis. It contained calls to the JS method eval(), which was causing false positives in the wordpress.org security scanner. 05 June 2021, 10:30:27 UTC
e17f118 Version bumps. 04 June 2021, 19:10:44 UTC
8920191 Add PHPCS to composer dev requirements. 04 June 2021, 19:08:52 UTC
366bad1 Add PHPCS config file. 04 June 2021, 19:08:26 UTC
02fc35b Fix regressions. 21 May 2021, 20:27:10 UTC
7dce368 Fix escaping bugs. 21 May 2021, 20:13:19 UTC
d1f4d62 FIx syntax error. 21 May 2021, 20:07:48 UTC
e25a1a2 Fix function name call. 21 May 2021, 20:04:38 UTC
73a59e9 Fix some syntax errors. 21 May 2021, 20:01:16 UTC
back to top