Skip to content

Commit

Permalink
Directory Stats and the following...
Browse files Browse the repository at this point in the history
- Enhancing DirStats class.
- Improving organization of SCSS files.
- Improving cache directory utilities; integrating DirStats where applicable.
- Implementing Admin Bar Directory Stats.
- Improving AJAX clear/wipe cache interaction.
- Creating `cleanupCache()` method to give the CRON cleanup a method of its own.
- Improving PostloadUtils, excluding all plugin actions from automatic user cache clearing. This was already the case (for the most), but this change allows us to pick up ALL plugin actions.
- Build `zc-` prefixed files using `SHORT_NAME` for easier branding.
- Removing FontAwesome dependency in favor of Sharkicons.
- Updating to the latest release of Sharkicons and integrating this w/ ZenCache.
- Adding `wurgeCache()` and `autoWurgeCache()` for global cache purging.

See: wpsharks/comet-cache#83 and wpsharks/comet-cache#127
  • Loading branch information
jaswsinc committed Aug 17, 2015
1 parent 16e8767 commit ce169ff
Show file tree
Hide file tree
Showing 42 changed files with 4,786 additions and 1,134 deletions.
14 changes: 10 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
deny from all
</IfModule>

<FilesMatch "\.(js|css|gif|jpg|png|svg|eot|woff|ttf|html|txt|md)$">
<FilesMatch "\.(js|css|map|gif|jpg|png|svg|eot|woff|ttf|html|txt|md)$">
<IfModule authz_core_module>
Require all granted
</IfModule>
Expand Down
Loading

0 comments on commit ce169ff

Please sign in to comment.