History | View | Annotate | Download (3 kB)
commit 2f6b046f4b2a95b8d0c459d6b1f10833ffe02473Merge: 200c7e3 1564c01Author: Igor Wiedler <igor@wiedler.ch>Date: Wed Mar 23 23:21:23 2011 +0100
Merge remote branch 'nickvergessen/ticket/10033' into develop-olympus
Hiding everywhere little buggers, eh?
This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.
dumdidum... sorry. ;)
Ok, here comes a big one. Poor updater. Also requires testing.
#i91#i92#i93#i94#i95#i96
try to normalize everything...
some beautifications as well as making sure manually deactivated accounts are properly handled
- a bunch of fixes- added todos to the updater to make sure i do not forget. :)
forgot to commit this fix
banned usernames are now cached and normalized
test new mailing list rules
- some bugfixes- using E_USER_WARNING if an error occurred within the ACP (sadly not able to use it as a default for trigger_error - it seems to be hardcoded in PHP)
- removed db cache (might re-appear, but for now we do not see the need for it)- all changes to styles/subsilver/template are purely cosmetic (no functional changes)- cosmetics- bugfixes- add index to modules table- use modules ordering code for forums too
ok, this one is rather large... the most important change:re-introduce append_sid: old style continues to work, not a performance hog as it was in 2.0.x -> structure is different
apart from this, code cleanage, bug fixing, etc.
ok, thought about this now for too long. I think the best solution circumventing memory consumption and not introducing "hacks" is to seperate module information (and probably more in 3.2 for installation/uninstallation) from the main code.
do not validate username when disallowing it. ;) - #1220
- fix some tiny bugs- fix module system (sometimes the layout is broken due to falsly deactivated categories)- auth updates (setting permissions)- fix "category jumping" bug in acp- u_action is defined by the module itself
- banning, disallow usernames and ranks