History | View | Annotate | Download (11.3 kB)
commit adfa1656fb9d8b5bb601af1d7a6720884954d87aMerge: bd579c8 af5b9a9Author: Nils Adermann <naderman@naderman.de>Date: Mon Dec 13 16:35:55 2010 +0100
Merge branch 'ticket/igorw/9556' into develop
Copy 3.0.x branch to trunk
Hiding everywhere little buggers, eh?
This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.
changed the cache files to save some memory (all global ones are hold in memory, doubling it).
- store sql_layer directly within the layer itself- new method sql_multi_insert to circumvent db-specific hacks(hopefully not introduced any parsing errors)
change ACL_NO to ACL_NEVER and ACL_UNSET to ACL_NO to let our users get what is meant on the first look.
the downside is that the information is no more accurate (permissions are still unset, defaulting to no) - someone might to overlook all explanations. :)
ok, sorry for this. :/- cleaned up table names/constants
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.
- changed SUPER_MODERATORS to GLOBAL_MODERATORS- do not cache moderators having no allowed auth settings- added fsock method to transfer class (this has been made by wGEric for us)
- changed module*_url to only use the main module name but the mode as parameter- custom module lang function now suffixed by _lang- added general custom function with mode and module_row parameter
- do not display friends/foes if zebra has been disabled
- removed unnecessary pm options- added one option to clearly define email visibility
- script to add missing permissions