History | View | Annotate | Download (28.8 kB)
commit e7e98f1de5c394859284f031f2a4f0c47534b311Merge: da256b3 954b3c3Author: Andreas Fischer <bantu@phpbb.com>Date: Wed Jul 14 20:55:49 2010 +0200
Merge branch 'ticket/nickvergessen/7720' into develop-olympus
commit 062d8fda04918753e61eea4c3fbcbe138efc7ed1Merge: 2d9aa45 b939ce5Author: Andreas Fischer <bantu@phpbb.com>Date: Sun Jul 11 02:53:06 2010 +0200
Merge branch 'ticket/adamreyher/9012' into develop-olympus
commit 925a135613a80ba9bfc3b26a2524d3c2d3ba77b3Merge: 560a1b3 492063cAuthor: Nils Adermann <naderman@naderman.de>
Merge branch 'bug/cs278/59465' into develop-olympus
commit 560a1b3ad44386dd6c285d0a5209390c2b9e2f1fMerge: 1af1a96 39f26c5Author: Nils Adermann <naderman@naderman.de>
Merge branch 'bug/nickvergessen/9047' into develop-olympus
Simplified login_box() and redirection after login. S_LOGIN_ACTION can now be used on every page. (Bug #50285)
instead of only enabling forum feeds in viewforum we set it on every location where forums are shown
Fix bug #43295 - Moved topics show unapproved even without permissions in the new forumAuthorised by: AcydBurn
ok, i am very sorry, but this needs to be fixed.Generally, our config table is not really suited for holding large datasets. Because feed settings for the forums to enable news feeds and excluded forums rely on the forums itself we have decided to introduce a forum_options table where custom options can be stored....
populate who is online only where required
Fix bug #15729 - Global announcements marked as read if all new topics in forum are viewedAuthorised by: AcydBurn
Ability to fetch moderators with get_moderators() even if load_moderators setting is off. (Bug #35955)
Apply append_sid() to newest/latest post links in viewforum/search and UCP main module. (Bug #26815)
Really fix #13970 broken fix in r8853.
Don't show forum subscription link on categories. #34895
further adjustments to exit; statementsforce E_USER_ERROR to exit always - it is always a fatal error which should stop every execution happening
adding more hashes
make topic icon image width/height available to viewforum and search templates (Bug #15934)
Do not display reported topic icon for shadow topics. (Bug #13970)
#32585 - kudos to Dave84
#31185
New parameter for redirect() to circumvent the cross-domain check.
Hiding everywhere little buggers, eh?
- some changes to the recent session change- display errors on inserting sessions- fix database updater
One commit for those fixes having a very tiny impact (mostly only whitespaces or forgotten spans, etc.)Although i somehow mistakingly got #20445 and #15249 into it. :/
Removing s_watching_img from watch_topic_forum() function (Bug #20445)Changing order for post review if more than one post affected (Bug #15249)...
- Do not split topic list for topics being promoted to announcements after been moved to another forum (Bug #18635)- Allow editing usernames within database_update on username cleanup (Bug #18415)- Fixing wrong sync() calls if moving all posts by a member in ACP (Bug #18385)...
- backport viewforum performance change from 3.1.x to 3.0.x
This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.
some further fixes- re-introduce grabbing random number from /dev/urandom
- Correctly count announcements when filtering forums by date [Bug #14877]
erm, switches could be more useful if not within a loop. ;) and :P
- Display "Return to" links on unwritable forums [Bug #14824]
dumdidum... sorry. ;)
Some changes... non-invasive...
do not get too excited
Cleaning up (#13689)Also removed the useless login box from the ACP.
- Handle forum links/redirects within viewforum if no read permission given (to display login box or error message) (Bug #13467)- Prevent changing postable forum having subforums to link forum without moving subforums out first
a bunch of fixes
basically what is listed within the changelog. ;)
some fixes
my round of bug fixes
ok, mess around with the templates + fixing some bugs + adjusting headers for those files already modified to circumvent conflicts for those having their editor set to remove trailing spaces (not recommended!)
added class for disabled options in ACPE_USER_ERROR now using language keys if available [related to #10445]UCP/MCP title tags [#10441]Check $start parameter in viewforum [#10435]Check for postable forum for moving user posts within users ACP [#10433]...
"Ghost" topics in active topics list when shadow topics and corresponding topic in same resultset [#10313]Find a member supporting hidden groups for those able to see them [#10305]Display hidden groups for all those able to see them across the board (composing messages, viewonline)...
#10005, #10003, #10001, #9999, #9945, #9965, #9909, #9906, #9877, #9861, #9831, #9830, #9815, #9665, #9624
prosilver adjustments for important announcements in ucp - #9995MCP fixes for user notes/warnings - #9981Preserving imageset values on save/editfind a member link for Mass PM's - #9925...
- viewtopic/forum search boxes should also use search config option and u_search permission [Bug #9850]- mcp_reports was still using some of the mcp_queue post_id logic, changed enough to report_id logic to make it work properly now. I hope I didn't miss any external places referring to mcp_reports which send it a post_id_list. I really wonder whether people don't test the MCP at all? Good that I noticed this myself when fixing an incorrect language string (No reports selected) message [Bug #9741]...
#5160
apply correct check for hiding session
again... some more fixes.
for the time being, completely revert back to the old method - which may be slower for very very large boards... the previous code had severe bugs - to fix them properly would introduce even more queries which would slow down the complete viewforum page again.
ok, try to fix a bug introduced by fixing bug #8388
Small thing that buggd me for years - adding the folder_img alt text as a variable for viewforum
Fixing the following bugs:#8444 (language dependent buttons no longer include the dimensions to allow bigger/smaller translated images)#8414#8396#8388#8216
thanks to bartvb and kellanved for providing possible fixes...
do not display passworded forum topics within the active topics list if the user did not enter the password before... thanks to gamer4ever for pointing this out (though next time straight to the security tracker please)
fixing some bugs, most being submitted grammatical/spelling errors.
fixing some bugs i introduced while fixing other bugs. :)
ok, handled some bugs... the most important being validate_username (the variable passed to validate_data([...]array('username', [...])) and updating group listings while doing relevant group actions. Oh, and PM icons are working now. :o
minor bugfixing
- bug fixes for #5618, #5588 and #5584- remove messenger->reset() calls (they are already performed on sending)
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. :)...
fix for #5422
ok, change from doing the same logic all over again we call a function to do it for us. Also allow template designers to choose which method to use by just adding a fully compiled username string (profile link + user colour). This commit may introduce problems.
- fixes for the following bugs:#5326#5318#5304#5290#5288#5278#5276#5272#5266- also fixed the "Call-time pass-by-reference" bug #5252- within this step changed the normalize calls to require references.- added captcha size variables to the class scope (suggestion was posted at area51)
consistant obtain_* functions
Censor last post topic [#4714]
- added confirmation to removing bbcodes- added optional MX and DNSBL checks- added backtrace (triggering sql error) on error within sql_in_set as well as making sure it is handling an array- let users having f_list access to a forum actually see the forum without a topic list and not displaying an error message - this allows for giving people access to subforums but not the parent forum without the need to add the (sub-)forum to the index....
this change may introduce yet another query (not if store_reverse is used internally most of the time), but i hardly noticable on small forums. This change scales very very better than the old method. With the old one viewforum became slower and slower the more topics were present. For me the difference for a forum with 100.000 topics were 0.4 seconds (local server) - for others the speed increase should be noticeably higher.
- fixed some bugs- changed attachment handling a bit- tried to remove target tags out of the code- do not add session ids to urls for bots as well as not creating a new session on each page view for them
I bet i introduced some bugs too. ;)
Next phase of last post changes + a few minor bugs
Note: This template variable is available but will not be used by default
- fixing profile bug- adjusting acl_gets calls (they are or'd - make sure they get checked correctly based on the situation)- automatically assign the u_download and u_search permission to the guest group
- 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)
Phase 2 of the changesThis should now be complete
Initial batch of colourization changes. This includes: - schema changes for first post and last post - display in viewforum, search and ucp of first post - update of database on postingStill outstanding - display of last post
sql_in_set changes
- 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
- fixed some bugs- made imageset naming more consistent- updated every schema to be consistent and also fixed it (every db should install fine now)-
- fixing some bugs- shortening some db columns to meet the requirements- correctly increase/decrease user post counts- fix the topic title length bug(s)
fix some bugs... again. :)
Some changes to the way folder images are handled for "special" topics
- forgot to commit common.php- cleaning up a few more mcp permissions- adjust some links- make global topics work properly in MCP
Fix the ability to report/view reports and warn in global announcements
fix bug #2086remove cached sql results for moderator cache table if re-applying moderators
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.
- adjusted coding guidelines- fixed custom bbcode {TEXT} token- added unapproved item/info for unapproved posts in a topic
- 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
- seperate queries and cached queries- display correct read/unread information while displaying active topics- fix for SELECT DISTINCT in mssql using sql_query_limit- fix for forum updating in ACP using mssql (and probably other dbal having problems with primary keys in updates)
- fixed dotted topics on some occassions being wrong- fixed post author change- fixed moving topics (they should not count into read tracking now) - think about having only one column for shadow topics/similar to forum links- moved a function from functions.php to functions_display.php (this function is only used by viewtopic and viewforum which already include this file)...
- some adjustements for phpdocumentor
- removed group settings from roles- added forum icon in front of forums in permissions acp- added trace permissions in permission masks (thanks naderman for writing the first code and for the idea... :))- some bugfixes- PHP6 fix
- fix moving up/down for smilies and icons- display number of total topics in viewforum for forums having active topics set to to true
To all people having their bug status set to fixed: SF pserver CVS access is currently down, therefore the snapshots are still out of date.
- fix a bunch of bugs- <!-- $Id$ --> is no longer allowed in template (.html) files- changed layout of private message screens (folders are menu items)...