Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
118 commits
Select commit Hold shift + click to select a range
b3be9f3
Merge branch 'trunk' of github.com:WordPress/performance into trunk
10upsimon Jul 20, 2023
00b04a5
Merge branch 'trunk' of github.com:WordPress/performance into trunk
10upsimon Aug 7, 2023
5e557cc
Merge branch 'trunk' of github.com:WordPress/performance into trunk
10upsimon Aug 10, 2023
6c86689
Merge branch 'trunk' into enhancement/652-migration-ui-from-old-modul…
10upsimon Aug 10, 2023
72dd81f
Merge remote-tracking branch 'origin/trunk' into enhancement/652-migr…
10upsimon Aug 11, 2023
61829fa
WIP add plugin_manager.js POC file to showcase endpoint logic is work…
10upsimon Aug 17, 2023
9f12f4c
Add build command for admin JS assets.
10upsimon Aug 17, 2023
7b40985
WIP Defined class structure and classes (POC) for handling standalone…
10upsimon Aug 17, 2023
622fd8b
Define autoload class mapping in composer.
10upsimon Aug 17, 2023
0b3d019
Instantiate plugin manager class and associated rest class instantes …
10upsimon Aug 17, 2023
918c176
Update gitignore so that built script dir is ignored.
10upsimon Aug 17, 2023
084cd26
Update namespace.
10upsimon Aug 18, 2023
3823c3f
WIP standalone plugins
10upsimon Sep 11, 2023
4f997a5
Merge branch 'trunk' of github.com:WordPress/performance into trunk
10upsimon Oct 18, 2023
b07fa1b
Merge branch 'trunk' into enhancement-v2/652-migration-ui-from-old-mo…
10upsimon Oct 18, 2023
88fc7e3
Add Plugin_Manager class to handle rendering/UI for plugin cards, and…
10upsimon Oct 19, 2023
f79613d
Fix kses error.
10upsimon Oct 19, 2023
139f32c
Ongoing translation tweaks. Redundant code and method removal.
10upsimon Oct 19, 2023
6dc97e1
Remove no longer needed REST controller files.
10upsimon Oct 19, 2023
2037e8e
Remove redundant REST use statements following removal of rest contro…
10upsimon Oct 19, 2023
2b176db
Update package lock file.
10upsimon Oct 19, 2023
7f969b3
Removed redundant admin asset compilation script in package json.
10upsimon Oct 19, 2023
4da908b
Remove redundant src folder.
10upsimon Oct 19, 2023
50a0d2f
Removed update class from update plugin button to avoid ajax update p…
10upsimon Oct 19, 2023
7b6b21c
Merge branch 'trunk' of github.com:WordPress/performance into trunk
10upsimon Oct 19, 2023
b3c6e5b
Merge branch 'trunk' into feature/creating-standalone-plugins
10upsimon Oct 19, 2023
f6460a6
Merge branch 'feature/creating-standalone-plugins' of github.com:Word…
10upsimon Oct 19, 2023
49faaf2
Merge branch 'feature/creating-standalone-plugins' into issue/651-pl-…
10upsimon Oct 19, 2023
bbcaf9e
Clean up action hook names.
10upsimon Oct 20, 2023
fa14ced
Reduce code complexity dramatically, lean out logic.
10upsimon Oct 20, 2023
5bd759f
Format since docblock properties.
10upsimon Oct 20, 2023
fe4cdd1
Add output escaping where necessary.
10upsimon Oct 20, 2023
c74fb6d
Rename hook callback to have perflab_ prefix.
10upsimon Oct 20, 2023
c21d004
Add performant-translations to standalone plugins reference array.
10upsimon Oct 20, 2023
60a72f7
Update includes/classes/class-plugin-manager.php, replace SQLite plug…
10upsimon Oct 23, 2023
c3af812
Merge branch 'issue/651-pl-settings-screen-manage-standalone-plugins'…
10upsimon Oct 23, 2023
084c76c
Remove admin assets from gitignore, no longer required.
10upsimon Oct 23, 2023
0370ffc
Update includes/classes/class-plugin-manager.php, include escaping on…
10upsimon Oct 23, 2023
205364b
Update includes/classes/class-plugin-manager.php, include escaping on…
10upsimon Oct 23, 2023
683dd85
Update includes/classes/class-plugin-manager.php, include escaping on…
10upsimon Oct 23, 2023
8f1d767
Update includes/classes/class-plugin-manager.php, include escaping on…
10upsimon Oct 23, 2023
c2ed639
Update includes/classes/class-plugin-manager.php, include escaping on…
10upsimon Oct 23, 2023
f5e39d6
Update includes/classes/class-plugin-manager.php, include escaping on…
10upsimon Oct 23, 2023
a75a44e
Update includes/classes/class-plugin-manager.php, replace usage of ec…
10upsimon Oct 23, 2023
0511d4f
Update includes/classes/class-plugin-manager.php, replace usage of ec…
10upsimon Oct 23, 2023
13db576
Merge branch 'issue/651-pl-settings-screen-manage-standalone-plugins'…
10upsimon Oct 23, 2023
4ba92e3
Update more details URL to be better escaped and constructed with add…
10upsimon Oct 23, 2023
9b3c413
Change access level of get_standalone_plugins method to private.
10upsimon Oct 23, 2023
3bb70fc
Update includes/classes/class-plugin-manager.php
10upsimon Nov 1, 2023
c135e06
Update includes/classes/class-plugin-manager.php
10upsimon Nov 1, 2023
41acf4a
Update includes/classes/class-plugin-manager.php
10upsimon Nov 1, 2023
7b118f0
Update includes/classes/class-plugin-manager.php
10upsimon Nov 1, 2023
994726d
Update admin/load.php
10upsimon Nov 1, 2023
f9d0715
Merge branch 'issue/651-pl-settings-screen-manage-standalone-plugins'…
10upsimon Nov 1, 2023
2cb8939
Remove unnecesary void return docblock statement.
10upsimon Nov 1, 2023
f2b134d
Update admin/load.php add conditional wrapper to wp_safe_redirect.
10upsimon Nov 1, 2023
b38a947
Merge branch 'issue/651-pl-settings-screen-manage-standalone-plugins'…
10upsimon Nov 1, 2023
bf99424
Rename admin script enqueue function and move into perflab_load_modul…
10upsimon Nov 1, 2023
9fd2536
Dissolve Plugin_Manager class into standalone functions.
10upsimon Nov 1, 2023
6248c3b
Remove autoloader require and replace prior method based plugin cards…
10upsimon Nov 1, 2023
b3e2236
Manually require new admin plugin files when admin, as opposed to pri…
10upsimon Nov 1, 2023
4b83a79
Remove no longer required includes/classes directory and said contents.
10upsimon Nov 1, 2023
822212d
Remove classmap property following removal of class based approach fo…
10upsimon Nov 1, 2023
6ea7a3c
Remove classmap property following removal of class based approach fo…
10upsimon Nov 1, 2023
bb58fc5
Split standalone plugin activation and deactivation into standalone a…
10upsimon Nov 2, 2023
ddaf667
Clean up activate and deactivate link generation.
10upsimon Nov 2, 2023
2583f3d
Clean up string concat for plugin action nonce checks.
10upsimon Nov 2, 2023
fe45bb5
Add admin/plugins.php to tests bootstrap.
10upsimon Nov 2, 2023
6010c91
Update admin/load.php use core wp input sanitisation functions.
10upsimon Nov 2, 2023
08f0a29
Update admin/load.php use core wp input sanitisation functions.
10upsimon Nov 2, 2023
f7be7d9
Update admin/plugins.php, formatting improvements.
10upsimon Nov 2, 2023
19358e2
Update admin/plugins.php, formatting enhancements.
10upsimon Nov 2, 2023
b2995cd
Return form plugin UI rendering if there are no standalone plugins.
10upsimon Nov 2, 2023
462b858
Merge branch 'issue/651-pl-settings-screen-manage-standalone-plugins'…
10upsimon Nov 2, 2023
0a20c0a
Remove unnecessary exit statements and return instead of exit on unde…
10upsimon Nov 2, 2023
2246e74
Update admin/load.php, more graceful error exiting if user lacks perm…
10upsimon Nov 8, 2023
a2e1c1d
Update admin/load.php, more graceful error exiting if user lacks perm…
10upsimon Nov 8, 2023
370281b
Update admin/load.php
10upsimon Nov 8, 2023
d8788d9
Update admin/load.php
10upsimon Nov 8, 2023
ee80a4a
Update admin/plugins.php
10upsimon Nov 8, 2023
9faf4cd
Merge branch 'issue/651-pl-settings-screen-manage-standalone-plugins'…
10upsimon Nov 8, 2023
e7417e6
Update admin/plugins.php, move cap check into switch condition.
10upsimon Nov 8, 2023
9453458
Update admin/plugins.php, move cap check into switch condition.
10upsimon Nov 8, 2023
69963f8
Merge branch 'issue/651-pl-settings-screen-manage-standalone-plugins'…
10upsimon Nov 8, 2023
dacbab7
Check admin referer spelling error correction.
10upsimon Nov 13, 2023
f7c0c29
Add new perflab_get_plugin_info() for separation of concerns, utilise…
10upsimon Nov 13, 2023
8010a42
Doc block 3rd person singular verb fix.
10upsimon Nov 13, 2023
1782a63
Remove wrapped check for install_plugins and activate_plugins cap che…
10upsimon Nov 13, 2023
d471dde
Remove plugin update ability and move update case into same activate …
10upsimon Nov 13, 2023
6c78993
Add plugin activate and deactivate URL params, raise admin notices as…
10upsimon Nov 14, 2023
86ef7bb
Update admin/plugins.php, better docblock description.
10upsimon Nov 14, 2023
fb33ff0
Merge branch 'issue/651-pl-settings-screen-manage-standalone-plugins'…
10upsimon Nov 14, 2023
f43d47c
Decouple retrieval of plugin info via API, pass plugin_data to plugin…
10upsimon Nov 14, 2023
5ffd5ec
Merge branch 'feature/creating-standalone-plugins' into issue/651-pl-…
felixarntz Nov 14, 2023
1089fa3
Update parameter description.
felixarntz Nov 14, 2023
6eab09c
Update PHPCS violations ignore statements.
felixarntz Nov 14, 2023
07d87c3
Update PHPCS violations ignore statements.
felixarntz Nov 14, 2023
e9f078a
Update admin/load.php add wp_unslash() to plugin request var.
10upsimon Nov 16, 2023
fbce6f9
Update admin/plugins.php, add filter doc reference to docblock.
10upsimon Nov 16, 2023
7aa174e
Update admin/plugins.php, escaping fixes.
10upsimon Nov 16, 2023
b271368
Update admin/load.php, add wp_unslash() when obtaining plugin from re…
10upsimon Nov 16, 2023
0bf8650
Update admin/plugins.php, formatting fixes.
10upsimon Nov 16, 2023
db4c18f
Update admin/plugins.php, formatting fixes.
10upsimon Nov 16, 2023
b542aa4
Update admin/plugins.php, formatting fixes.
10upsimon Nov 16, 2023
ea7bea8
Update admin/plugins.php, add reference to core where code was lifted…
10upsimon Nov 16, 2023
60673d7
Merge branch 'issue/651-pl-settings-screen-manage-standalone-plugins'…
10upsimon Nov 20, 2023
8e9deb1
Clean up inline markup for wordpress and php version support annotati…
10upsimon Nov 20, 2023
8167002
Update admin/plugins.php, add escaping.
10upsimon Nov 20, 2023
2a4bf06
Update admin/plugins.php, add escaping.
10upsimon Nov 20, 2023
cee7509
Update admin/plugins.php, add escaping.
10upsimon Nov 20, 2023
f2293dd
Update admin/plugins.php, add escaping.
10upsimon Nov 20, 2023
182a458
Update admin/plugins.php, add filter docs reference.
10upsimon Nov 20, 2023
aa4fdb7
Update admin/plugins.php, comment formatting fix.
10upsimon Nov 20, 2023
e2f4ab4
Merge branch 'issue/651-pl-settings-screen-manage-standalone-plugins'…
10upsimon Nov 20, 2023
211c474
Fix precision alignment of 2 spaces linting error.
10upsimon Nov 20, 2023
e38877a
Update author 'By' output escaping to use wp_kses_post in order to no…
10upsimon Nov 21, 2023
bb33bbf
Remove escaping from author output.
10upsimon Nov 21, 2023
37d4d07
Undo package-lock updates, not needed.
10upsimon Nov 21, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update admin/plugins.php
Co-authored-by: Felix Arntz <felixarntz@users.noreply.github.com>
  • Loading branch information
10upsimon and felixarntz authored Nov 8, 2023
commit ee80a4ab5e15e7e80f5741f696a3c335cd42a709
2 changes: 1 addition & 1 deletion admin/plugins.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function perflab_render_plugins_ui() {
}

/**
* Render individual plugin cards.
* Renders individual plugin cards.
*
* @since n.e.x.t
*
Expand Down