View | Annotate | Download (26.7 KB)
Fix Bug #53185 (icon width/height adjustement for icons > 127px also applied on smilies) - related to r10088
Fixed bugs #43145, #44375, #44415 and #43045
- Add hard limit for smilies
ok, i misread this one. :) related to r9763
A small correction to r9763
- Add pagination for icons and smilies in the ACP and smilies in the smiley popup
Sort topic icons/smilies by filename when adding new topics/smilies (Bug #13501)
#26705
Hiding everywhere little buggers, eh?
#19675 and #19675
Language changes, so take care.
I guess it's time to close up shop :)
This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.
make sure we always check for a valid directory handle
dumdidum... sorry. ;)
#14559
#i62 - #i65 gone through every javascript invocation and making sure we adhere to our coding guidelines.
#13968
Language changes, take them while they are hot. #13295
Introducing some changes to acp_icons. This adds language variables. The JS candy is mostly only for firefox, the actual fix is splitting the list.
#13917 #13911
+ some fixes
try to normalize everything...
#13199
#12461
adjust smilies. Also allow adding more codes to existing smilies... no one noticed this before. :/
changed the cache files to save some memory (all global ones are hold in memory, doubling it).
some changes/bugfixes
some tiny bugfixes and changed is_active() a bit...
adjust text for getting image dimensions as well as not suppressing warnings for getimagesize()
- should fix some Firebird issues ( can't believe that nobody found this until now )
#6772 - some other random things
fix for bug #6742
Unused Code inside function update_forum_data [Bug #6606] Copy permissions protection for groups [Bug #6594] HTML issues in ACP [Bug #6580, #6578] Always send the correct encoding [related to bug #6576] Mass email fixes for first loop iteration [Bug #6570]...
some updater changes as well as tiny bugfixes
- store sql_layer directly within the layer itself - new method sql_multi_insert to circumvent db-specific hacks (hopefully not introduced any parsing errors)
some fixes
- 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)
re-allow editing icons and smilies. :/
- load tracking updates. Need to be tested on a clean installation too - at the moment only tiny quirks are noticed at area51. - reported bugs fixed
some bugfixes
- 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
make sure custom profile fields are created correctly on registration (#2225)
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.
- remove description from profile fields - added disclaimer about DEBUG_EXTRA to the ACP (i think this is needed - some idiots might think it is wise to have this enabled on a production board. :) We may let it there for the Betas though, but it will be removed during the RC's)...
- actually let the user import smilies/icons paks. ;) - fix TRUNCATE TABLE syntax (mssql does not understand TRUNCATE alone)
- fix moving up/down for smilies and icons - display number of total topics in viewforum for forums having active topics set to to true
- Bug 1301
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.
adjusting sql_freeresult a bit as well as our error handler (it now prints out if it is because of DEBUG_EXTRA being defined - which is not enabled within the betas/rc's and stable releases).
- a bunch of bugfixes. :P
- adding ability to assign moderator specific ban options - fixing destroying of sql caches - fixing referencing of sql cached queries if more than one are active on one page - other fixes
- 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
- more acp additions and changes...