History | View | Annotate | Download (42.6 kB)
commit ab3f45c0e9c2f96c3b4c5fa17c4f460aa2a2d200Merge: f49b8a0 39a2678Author: Igor Wiedler <igor@wiedler.ch>Date: Mon Feb 28 00:07:59 2011 +0100
Merge branch 'ticket/hanakin/10001' into develop
commit 34a1b044a17ececdaa2d4df541f985c34b83b1ceMerge: 442fc61 c298c9dAuthor: Andreas Fischer <bantu@phpbb.com>Date: Tue Dec 21 22:52:28 2010 +0100
Merge branch 'develop-olympus' into develop
commit 442fc61be77787c211650f21b2fb485f5e6ffcf0Merge: 8b9b1f1 b08e0d1Author: Andreas Fischer <bantu@phpbb.com>Date: Thu Dec 16 02:22:17 2010 +0100
Merge branch 'feature/igorw/request-class' into develop
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
commit a885095897054c91ab68b753ce2a86ae74f2f666Merge: 9a39f55 c2ffa78Author: Igor Wiedler <igor@wiedler.ch>Date: Sun Oct 10 18:39:44 2010 +0200
commit 2e787fa836dbfdcec7864b5f143520aec3752bd0Merge: 999f6db 9731f24Author: Nils Adermann <naderman@naderman.de>Date: Sat Aug 21 23:35:43 2010 +0200
commit 7d6545bd096f030af6a2e1cf8b4d865e1f9a4da3Merge: 389c240 b7ae0feAuthor: Andreas Fischer <bantu@phpbb.com>Date: Sun Jun 20 22:50:10 2010 +0200
commit 591217a903460a81df4c19850f5d99c2e9d10b1dMerge: cf89952 0bf2c3eAuthor: Nils Adermann <naderman@naderman.de>Date: Sun May 16 19:52:36 2010 +0200
commit f8ff68f21d16d583da5c58cef4e961cc226926ddMerge: 3823549 925a135Author: Nils Adermann <naderman@naderman.de>Date: Sun Apr 4 15:33:48 2010 +0200
commit 693a2dc99bf07aeac1865d4a48ddf2589317ac7aMerge: b68de23 ac32927Author: Nils Adermann <naderman@naderman.de>AuthorDate: Wed Mar 3 23:32:09 2010 +0100Commit: Nils Adermann <naderman@naderman.de>CommitDate: Wed Mar 3 23:32:09 2010 +0100
Merge branch 'develop-olympus' into develop...
merge changes from 3.0.x branch
Copy 3.0.x branch to trunk
Further adjust unread tracking query, should work now for user last mark times less than forum/topic mark times.
Rename get_unread_topics_list() to get_unread_topics().Cleanup: Remove some stuff we no longer need.Related to report #46765
Use comparison instead of arithmetic.
instead of only enabling forum feeds in viewforum we set it on every location where forums are shown
add feed switch to forumrow, so forums can be styled correctly (with an rss icon for example)
Better tracking of global announcementsAuthorised by: AcydBurn
Fix Bug #49615 - Unapproved topic icon has incorrect forum (introduced in r9635 fixing #46865)
Authorised by: ToonArmy
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)
Fix bug #46865 - Add unapproved topic icon for moderators on forum list
Authorised by: acydburn
Fix bug #46785 - Hide avatars if type disabled and give global option to turn on/off
#44105
tiny tiny changes to r9328
Allow translation of Custom BBCode help messages.
Only display special ranks to guests; no longer display normal ranks for guests (Bug #36735)[a bit ugly, but retains backward compatibility]
- Do not show link to user/group profiles if user has no permission to view the linked page and gets a denied message anyway. (Bug #15088)- Do not display last post link and sort display options for search engines. (Bug #15088)
Fix a tricky little bug in r8909
Do not include hash in redirect back
Correctly handle unread status of subforums (that are not shown on the index) of forums that are shown on the index. #14589
whitespace
adding more hashes
Display popular topic based on posts within topic instead of replies within topic. (Bug #16099)
erm
fixing fault introduced with R8749
as per evil3, some more anti-CSRF
#29335
Hiding everywhere little buggers, eh?
merging r8373 into 3.0 branch: adding a new option to hide the entire list of subforums on listforums
Prepend phpbb_root_path to ranks path for displaying ranks - #19075
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)...
This commit was manufactured by cvs2svn to create branch 'phpBB-3_0_0'.
#14850
dumdidum... sorry. ;)
#i8
#14211- doing is_null on Oracle is not good, we return empty strings instead
- 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
That else statement will never come into effect because the ORDER BY makes sure that the parent is dealt with before the children
even more fixes. :o
#11931
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!)
Ok, try to fix the "re-approval on edit" bugs. Also added make_clickable to log entries as well as logging moderator edits.
#10523
Just saw this one, whilst thinking about some other stuff... Now possible to select the subforum listing for styling by:
a.subforum { foo: bar; } // both read and unread links
... and either specifically by:
a.subforum.read { foo: bar; } // read links only...
Prepare to be yelled at and brace for the tide of bug reports: I had hoped we would not have to do this, but it seems that we have to.
-Route all avatar downloads through download.php - adrien-Change the way inline attachments are delivered-Fixes a few (unreported) bugs, notably avatar upload during group generation...
#10191
#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...
my take on getting the bugs down... thanks to those also providing (usable) solutions to the problem. ;) Of course also to those reporting generally...
some fixes...
other fixes...
- small MSSQL thing- changed how we store tracking data
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 bugsmore mcp links for easier moderating different aspects (all, forum, topic)i may have introduced new bugs with this commit due to me having fixed some things weeks ago and some code changed in between - please report if you see something not working as expected.
SEPARATOR, not SEPERATOR... also "neutralised" variable naming as it's used elsewhere outside of pagination. :)
- tiny issue in display_forums() made is possible for get_moderators() to cache the same query twice
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
Forgot that one for #7110
#7110
- new homographs or IDN confusables ( http://www.unicode.org/reports/tr39/data/international.txt )- also added character names to old homographs- pagination_sep theme option removed, PAGINATION_SEPERATOR can be set in language files and the theme can overwrite it using span.page-sep [Bug #6872]
- allow login with redirect parameter- altered URL regular expression so it won't cause problem with long URLs - PCRE >:( [Bug #6720]- moderator list on index should have coloured groups in bold as everywhere else too- correctly handle password requirements in UCP [Bug #6692]...
- do not allow setting the parent to currently assigned childs [Bug #6708]- Allow the display_on_index setting to be specified for link forums [Bug #6660]- Rank code in functions_display.php [Bug #6656]- Added some new locations for the viewonline page [Related to bug #6484]...
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 fixes today- most important change is the consolidation of the display attachment functions; merging them together to have one function we need to call.
#6076- removed unused junk from functions.php
#6024
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. :)...
- fixing a bunch of bugs- moved the install trigger error to sessions and also disabled it for those having DEBUG_EXTRA enabled.i hope not having introduced too many new bugs.
some tiny fixes.
- do not cache the activity queries, this is only a lot of overhead (haven't noticed the forums also get included)- back to our known poster name display on viewtopic/topic review. :)
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)
let the user activity queries only update every 5 minutes