Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closes #5992: Get rid of the cache tab #6013

Merged
merged 70 commits into from
Apr 29, 2024
Merged
Show file tree
Hide file tree
Changes from 65 commits
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
fb1e557
Removed cache section
jeawhanlee Jun 27, 2023
6a3bb4c
Added hidden fields
jeawhanlee Jun 27, 2023
b28eec1
Moved cache lifespan to advanced cache section
jeawhanlee Jun 27, 2023
285dab4
Move cache lifespan to the top
jeawhanlee Jun 27, 2023
0c04b3c
Addded method to display mobile cache
jeawhanlee Jun 28, 2023
47f5b5b
Removed method to display mobile cache
jeawhanlee Jun 28, 2023
7c9cadd
Display mobile cache option if not enabled
jeawhanlee Jun 28, 2023
21b6025
Added ajax action callback
jeawhanlee Jun 28, 2023
2e0064f
Added mobile cache template
jeawhanlee Jun 28, 2023
9a12d5e
Added ajax action
jeawhanlee Jun 28, 2023
ceeb088
Updated mobile cache template
jeawhanlee Jun 28, 2023
8d0452d
Bundled script
jeawhanlee Jun 28, 2023
b40e219
Enabled separate cache files during upgrade
jeawhanlee Jun 28, 2023
8b40dfa
Enable separate cache files for mobile during upgrade or installation
jeawhanlee Jun 28, 2023
44e9f65
Fixed failing tests
jeawhanlee Jun 28, 2023
be1a92b
Updated docblock
jeawhanlee Jun 29, 2023
21ed4f4
Added tests
jeawhanlee Jun 29, 2023
6cc0cef
Updated test
jeawhanlee Jun 29, 2023
65d6271
Updated test
jeawhanlee Jun 29, 2023
52b8b7e
Updated test
jeawhanlee Jun 29, 2023
6e4cc35
Increase priority
jeawhanlee Jun 30, 2023
7b77ed4
Added user cache icon
jeawhanlee Jul 10, 2023
f580c29
Fix user cache not toggling
jeawhanlee Jul 10, 2023
4a23475
Updated user cache option name
jeawhanlee Jul 11, 2023
460f83c
Regenerate config file for user cache option
jeawhanlee Jul 11, 2023
1d9c42a
Flush htaccess
jeawhanlee Jul 11, 2023
586722d
Added arg to check for mobile cache
jeawhanlee Jul 12, 2023
3c4e426
Added new function to get config value from config file
jeawhanlee Jul 12, 2023
37e03f0
Regenerate config file when pre_get_rocket_option_ filter is used for…
jeawhanlee Jul 12, 2023
a0548a4
Check if key is set
jeawhanlee Jul 12, 2023
53b389b
Added config on plugin load
jeawhanlee Jul 12, 2023
3684ed4
Fixed test
jeawhanlee Jul 12, 2023
66a7363
Bail out if option is already enabled
jeawhanlee Jul 13, 2023
1cbb17a
Updated tests
jeawhanlee Jul 13, 2023
4839c5f
Check for version
jeawhanlee Jul 13, 2023
2e6bd65
Update relative to CR
jeawhanlee Jul 24, 2023
f73c5d0
Updated test
jeawhanlee Jul 24, 2023
808ed67
Revert changes
jeawhanlee Jul 26, 2023
e22bc49
Removed unnecessary config file regeneration
jeawhanlee Jul 26, 2023
fb365d2
Updated test namespace
jeawhanlee Jul 26, 2023
d3088e3
Update inc/Engine/Admin/Settings/Page.php
jeawhanlee Jul 26, 2023
a128256
Removed useless function
jeawhanlee Jul 26, 2023
6aa5120
Merge remote branch into enhancement/5992-get-rid-of-the-cache-tab
jeawhanlee Jul 26, 2023
36a2866
Update tests/Unit/inc/Engine/Admin/Settings/Page/enableMobileCache.php
jeawhanlee Jul 26, 2023
fa203d0
Update tests/Unit/inc/Engine/Admin/Settings/Page/enableMobileCache.php
jeawhanlee Jul 26, 2023
b46fade
Update tests/Unit/inc/Engine/Admin/Settings/Page/enableMobileCache.php
jeawhanlee Jul 26, 2023
4742d5d
Update tests/Unit/inc/Engine/Admin/Settings/Page/enableMobileCache.php
jeawhanlee Jul 26, 2023
b7a2805
Update tests/Unit/inc/Engine/Admin/Settings/Page/enableSeparateCacheF…
jeawhanlee Jul 26, 2023
1cb0a03
Update tests/Unit/inc/Engine/Admin/Settings/Page/enableSeparateCacheF…
jeawhanlee Jul 26, 2023
8d20503
Update tests/Unit/inc/Engine/Admin/Settings/Page/enableSeparateCacheF…
jeawhanlee Jul 26, 2023
3b11054
Update tests/Unit/inc/Engine/Admin/Settings/Page/enableSeparateCacheF…
jeawhanlee Jul 26, 2023
4eccba8
Merge branch 'develop' into enhancement/5992-get-rid-of-the-cache-tab
vmanthos Jul 31, 2023
cd3323c
Merged branch develop into enhancement/5992-get-rid-of-the-cache-tab
jeawhanlee Sep 8, 2023
aefd8b9
Auto enable do_caching_mmobile_files when importing settings with onl…
jeawhanlee Sep 20, 2023
2f4e290
Regenerate configs after importing settings
jeawhanlee Sep 20, 2023
566ec01
Updated version
jeawhanlee Sep 20, 2023
e950c1e
Removed duplicate event and bumped minimum version for regenerating a…
jeawhanlee Sep 20, 2023
8a8298a
Adjust priority to enable separate files for mobile cache before rege…
jeawhanlee Sep 20, 2023
e592f75
Merged develop into enhancement/5992-get-rid-of-the-cache-tab
jeawhanlee Sep 20, 2023
ea091b0
Fixed phpcs
jeawhanlee Sep 20, 2023
10e4485
Remove function and pass logic directly
jeawhanlee Sep 20, 2023
2690b82
Updated hook parameters
jeawhanlee Sep 22, 2023
213744b
Regenerate advanced cache file if cache_mobile settings changes
jeawhanlee Sep 22, 2023
02d10af
Merged develop into enhancement/5992-get-rid-of-the-cache-tab
jeawhanlee Sep 22, 2023
7140864
Fix phpcs error
jeawhanlee Sep 22, 2023
32517c1
Merge branch 'branch-3.16' into enhancement/5992-get-rid-of-the-cache…
Tabrisrp Apr 23, 2024
c3942fc
fix phpcs
Tabrisrp Apr 23, 2024
74a1045
fix duplicate property
Tabrisrp Apr 23, 2024
c5609af
fix phpcs
Tabrisrp Apr 23, 2024
e53bf26
fix error
Tabrisrp Apr 23, 2024
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
100 changes: 100 additions & 0 deletions assets/img/icon-user-cache.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
129 changes: 76 additions & 53 deletions assets/js/wpr-admin.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/wpr-admin.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/wpr-admin.js.min.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/wpr-admin.min.js

Large diffs are not rendered by default.

Loading
Loading