History | View | Annotate | Download (6.7 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
Fix bug #40205 - Wrong message shown to user, when adding bots to friends/foes
Authorised by: acydburn
Addition to r9577: Remove unnecessary integer casting. request_var() already does that.Authorised by: acydburn
Fix bug #46255 - Allow friends/foes to be added and removed at the same time.Authorised by: acydburn
Hiding everywhere little buggers, eh?
This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.
dumdidum... sorry. ;)
#i62 - #i65gone through every javascript invocation and making sure we adhere to our coding guidelines.
err, forgot to commit
- added confirm box to ucp zebra (adding fried/foe)- permission fixes for conversions- use more appropiate error message within convertor if source tables could not be found- other tiny fixes
#6988Nicely caught by Schumi
- a bunch of fixes- added todos to the updater to make sure i do not forget. :)
rather large update, most important things done:- implemented provided patch/diff file for bug #5350 (Highway of Life) with some tiny changes and alterations- more username/colour changes/fixes- added a note about PM rule-dependant message removals so the user is not wondering too much if he can't remember his rules. :)...
- now username changes should work as desired- removed some extract() calls
- store sql_layer directly within the layer itself- new method sql_multi_insert to circumvent db-specific hacks(hopefully not introduced any parsing errors)
- introducing clean usernames, needs to be tested more, I'm not sure I didn't miss anything- homograph list should probably be extended
View profile now shows relevant add/remove links
tried to begin adjusting all string functions where applicable - still a lot to do.i hope i catched all relevant sections and did not mess something up.
Confirm zebra removal...... I mean friend/foe deletion :P
sql_in_set changes
- acm_file uses an index pointer to the current row instead of shifting the result array now [Bug #2451]- all dbals adjusted to use the cache in sql_fetchfield, sql_rowseek, sql_numrows and sql_freeresult [Bug #2451]- use include_once for dbal.php to at least theoretically allow connections to multiple databases at once...
make sure custom profile fields are created correctly on registration (#2225)
- get swatch converted into new acp format- add page title to ucp pages- add ability to supress getting the who is online list in page_header() (saves us ideally 1-2 queries on ucp/mcp pages)- fixing pm rules a bit as well as now having complete author memberships for author_in_group (sender -> is in usergroup -> xxx)
- bugfix roll- fixed sql_query_limit on mssql/mssql_odbc
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.
- fixing a few smaller bugs/glitches- init user session in cron.php (else it can produce errors if functions expect the user object being set)- fix sql escaping for mssql/mssql_odbc
- fix #1715
- fixing some bugs, containing fixes for anonymous username displays, eaccelerator issue, permission trace and a few smaller bugs.
- allow user A to have user B as a friend if A is a foe of B- don't allow users to have the Anonymous user on their foe/friend list [Bug #1205]- properly hide users on the online/offline friend list in ucp [Bug #1206]
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.
- fix some bugs...
- some ucp changes (added the module info too)
- added new query type to dbal's sql_build_array- allow setting custom template path- adjusted module class to correctly parse trees with more than one category- added caching to module class
- changed ucp classes to work with the new module system- mcp is no longer working, i know.
- topic/forum icon img additions
- Documentation related changes- added resend activation email dialog- fixed issue in session code- log failed/successful admin re-authentication/login- fixed simple forum dropdown box (used in mcp and posting)
- bugfixes- do not hardcode url bbcode tag (please change the bitfield accordingly - see schema file!)
more ucp updates
- ucp register/remind/activate fixes mostly regarding account activation- general ucp fixing (profile and ucp_main)- created three new functions (return correct topic author string, generate topic related pagination and get topic type/status...). These general bits are used on several pages (subscribed topics, bookmarks, viewforum)....
fix some issues with oop, fixing small bugs and prepare the next steps...NOTE TO DEVS: have a look at adm/admin_board.php (new config layout)
- put consoring and smilie processing into functions (we use them all over the place) for better changing and consistency.- changed docs/AUTHORS to reflect the recent code re-use in functions_messenger.php- pleasing the users a little bit more by using table constants. :D...
gurgle blurp ... make some more changes, blurp, gurgle, move discover_auth to auth class as acl_get_list method, blurp gurgle blurp
We're going down, we're going down, blurp, blurp, gurgle, gurgle
Abandon ship! Abandon ship!
Note that these changes are as yet untested
Let's break lots of things
oop, username, not id ...
minor update to check for mods/admins
Change in format of module db data, add zebra, many things probably "damaged goods" for now ... don't panic Mr. Mainwaring, don't panic
Hello!