Plugin Author
wycks
(@wycks)
The plugin was abandoned because jquery.ui and jquery.tools have hardcoded “tabs” in core, which caused conflicts for output, I was going to rewrite it and fix the above as well, but never got around to it, maybe one of these days.
see: http://ww.wp.xz.cn/support/topic/plugin-file-permissions-size-check-javascript-error?replies=4#post-3956083
Hi wycks
If you’re interested, I’ve edited the code so that it works without jquery.
I’ve also made a small change to the css so that file permissions of 0777 are more prominent.
I’m only a PHP learner and the Iterators are new to me; so the format of file names on the wp-admin, wp-content and wp-includes tabs might be better done. I’d also like to see things sorted by file name, but I figured that it was more important to get the basics working than spend time on that. i.e. someone else can worry about that <<grin>>.
The code is here: http://pastebin.com/skWzLR2y
The css is here: http://pastebin.com/2ednma4d
Again, pastebin is new to me so hopefully this works ok.
Ted
Plugin Author
wycks
(@wycks)
I completely re-wrote the whole plugin from scratch because it was poorly done.
1. It now uses the build in Jquery UI.
2. It now shows modified time and does better iteration
3. It ignore more files and some directories (cached)
I tested this on several installs of 3.5.1 so if you run into any problems with new version please let me know via github because I don’t check here as often: https://github.com/wycks/WP-File-Permission-Check
The new version runs very nicely.
All problems fixed.
Recommended.