New features in my branch:
* separate welcome page logic from UI (welcome.html) to allows theme designer to easily style the welcome page
* fix js bug with "Access permissions" checkbox in mutate_content,mutate_module, mutate_tmpvar
* fix - hide working status after module loads
* fix js bug inside mutate_content. tpSetting was not defined
* fix context menu in MODx theme
* update MODx theme
With the new welcome page you can easily rearrange items to match your taste and style.
Already does:
I would very much like to be able to style the login page separately. I tend to hack it so that it doesn’t advertise that it’s MODx (for security reasons only - I think obfuscation is the best defense against hacking). Ideally I would love it if this were a templated page with it’s own named styles.
<div id="mx_loginbox">
And in the same vein, I would really appreciate being able to rename the "manager" directory to whatever I like just by changing a config setting (also to keep the hackers guessing).Certainly this would help stop people deliberately triggering a ban. Sadly, this is a big change as manager/ is hardwired all over the place. It would be a very good future feature, but not for 0.9.5. Similarly, I’d like to see the ability to change index.php to another filename.
in install/setup.data.sql the category statements around 339-360 are not executing leaving some resources in the "uncategorized" category... any ideas?Erm, it looks to me like the UPDATE SQL is being run before the actual snippet records have been inserted (in instprocessor.php) - does that sound about right? Perhaps its’s worth having two SQL files, one to run the updates right at the end of the processing.
This discussion is closed to further replies. Keep calm and carry on.