-
Notifications
You must be signed in to change notification settings - Fork 10
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
Small Refactoring of Plugin #30
base: master
Are you sure you want to change the base?
Conversation
…ng Administrator user group by default
…code readability like that + catching wrong system events
…y (OnSiteRefresh event)
Thanks for this @exside! I'm actually really close to getting the new version of ElementHelper into a releasable state. The new version has tidied up things a lot and will make the code much easier to work with (I hope!). I'll make an effort to get it up on a new branch in the next day or so with a list of things that are still left to do that I'd appreciate any help on. |
Sure, would love to have a look at =), let me know when the branch is up via comment here (then I get notified), yes? |
The branch is up now! (it's called 2.0) and I've started a new thread for it here #31 with a link to a working package |
Nothing essential changed, basically preparing for bigger PRs coming (trying to split up #16).
Adding functionality that clears the element helper cache when the cache is manually cleared by a member of an authorized user group via Top Menu > Clear Cache.
The big line changes in the main part of the plugin are not changes, it's just the indenting because of the switch statement! Nothing changed in the functionality!!
Integrated also the deprecated $modx->getMicrotime() fix from #29
Following PRs will be based on this branch, so please merge this, then I can rebase my other branches with the new master of your repo, will make seeing changes easier!