History | View | Annotate | Download (67.3 kB)
commit df622a1fab35f4b654f48237799d2fa4164dc3beMerge: f392f55 f96cb43Author: Andreas Fischer <bantu@phpbb.com>Date: Tue Apr 5 00:31:33 2011 +0200
Merge branch 'ticket/nickvergessen/10121' into develop-olympus
commit 1b97506ec50661381f6e6bc914148e74e3a4eb7fMerge: bda64ed 4c56577Author: Joas Schilling <nickvergessen@gmx.de>Date: Thu Mar 3 00:14:24 2011 +0100
Merge branch 'ticket/samt/10072' into develop-olympus
commit 3c02a1cff70641ae3f5276863242452b6ab06092Merge: cd46b39 2a59e6dAuthor: Andreas Fischer <bantu@phpbb.com>Date: Sat Aug 28 23:24:55 2010 +0200
Merge branch 'ticket/jellydoughnut/9772' into develop-olympus
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 925a135613a80ba9bfc3b26a2524d3c2d3ba77b3Merge: 560a1b3 492063cAuthor: Nils Adermann <naderman@naderman.de>
Merge branch 'bug/cs278/59465' into develop-olympus
Firebird based board can now access their global announcements, took a while to discover this one. #57525
Fix bug #56555 - Quick reply + posting permissionAuthorised by: ToonArmy
Bug #56235 - Do not unsubscribe users from topics replying with quickreply.
Authorised by: ToonArmy
Fix Bug #53025 - Correctly show topic ATOM feed link when only post id is specified.
Fix Bug #51775 - Do not unlock topics with QuickReplyAuthorised by: AcydBurn
Fix Bug #51375 - Do not show QR in closed topics/forumsAuthorised by: AcydBurn
fix r10076 for #48615 - Ability to specify amount of time user is able to delete his last post in topic.
Authorised by: AcydBurn
Do not take edit post time into account for determining permission to delete last post in topic. (Bug #48615)
Sort private messages by message time and not message id. (Bug #50015)
Better tracking of global announcementsAuthorised by: AcydBurn
we are not supposed to know that yet
#47795
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
#48985
Apply locale-independent basename() to attachment filenames. New function added: utf8_basename(). (Bug #43335 - Patch by ocean=Yohsuke)
Fix bug #38055 - Post reply button shown in locked forum Authorised by: AcydBurn
QR changes to let the options actually work (we use checkboxes and isset())
Cache get_username_string() function calls on viewtopic.
fix r9775
Fix bug #37635 - Hide profile-icon from viewtopic-page if user has no permissions (subsilver2 only) - Patch by leviatan21
#47725
gah
And check for permissions...
oh, it is already in here
this is very much work in progress; please feel free to improve markup, usability and to introduce possible further settings (per forum, per user)
Ability to fetch moderators with get_moderators() even if load_moderators setting is off. (Bug #35955)
Fix a regression introduced in r9470 #45895
Fix bug #34295 - Move post bump information markup to the template.Authorised by: acydburn
#44875
Ability to vote in poll is now required for the ability to change existing vote. (Bug #38925)
Force full date on print view (Bug #40355)
also redirect to topic if forum id not specified (Bug #30855)
#43595 - we should also check for existing classes and use include instead of include_once (of course)
Redirect to relevant MCP page of multi-page topic if accessing quickmod tools (Split option for example)
- Add indicator to be used in code if session was created (user visits the site for the first time)- Correctly count topic views for guests visiting the website the first time by entering the topic directly (Bug #43445)
SQL optimisations
Bug #39735 - force full date on bump message
force full date on "edited by" line. ;)
Only display special ranks to guests; no longer display normal ranks for guests (Bug #36735)[a bit ugly, but retains backward compatibility]
Correctly display topic when start parameter is equal to the number of posts.
Round the displayed percentages in polls. #32375
some whitespace changes and opening files in binary mode in functions_messenger
nitpick alarm. ;)
Stop users from deleting posts after the edit time has passed or they have been locked. #19115
Display assigned rank/avatar for guests. (Bug #19155)
Fix Wrong table order in query obtaining posts if post id given. In MSSQL there is an sql error due to this bug.
Stop search bots incrementing topic views. #32675Use correct link for post author search. #32595Insert missing space. #32315
as per evil3, some more anti-CSRF
#31185
tiny alterations/bugfixes
corrected link for searching post author's other posts [Bug #26455]
#28025
#26605
Hiding everywhere little buggers, eh?
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'.
#15039
'1' might not have been a good choice
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 fixes. :P- language authors may review their email template files...
fixing some bugs
- BBCode parsing order should ALWAYS be censor_text(), bbcode_secon_pass(), bbcode_nl2br(), smiley_text(), parse_attachments()- using \r on custom bbcodes to allow line breaks [Bug #10758]
- strip_bbcode should not treat smilies which look like BBCode and are placed in front of a closing tag as BBCode- highlight in post subjects and topic titles- language entry SMILIE_ONE_ADDED should have been SMILIES_ONE_ADDED
some bugs fixed
kill the debug code
remove the need for filesorting
ok, remove this bugfix, it is giving more problems and is actually only relevant for splitting topics. :) We will see if we are able to incorporate it...
do not get too excited
two fixes
try to normalize everything...
again, a lot of bug fixes
a bunch of fixes
basically what is listed within the changelog. ;)
Changing the behaviour of the hideonline permission.
Test the current setting before altering the memory limit during install(Bug #12195)
And another language var.
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!)
we included a check for getimagesize() existance... now we again can suppress notices while running this function.
- correctly transfer the search query across search result pages- changed highlighting so foo* will match foo again [Bug #10031]- restructured magic urls (functionality still mostly the same), added a check for entities in urls and punctuation at the end of magic urls [Bugs #10639, #10293]...
fixing some bugschanged the way we are handling bookmarks. No order_id required, really! Order by last post time as suggested by BartVB.
Fix a bug with the prev_posts calculation and selecting the last post on a page. ;) Now also add the correct number of previous posts not including the selected one.
- * wildcard in a search query should cause \w+ in highlighting, not \w* [Bug #10031]- display a warning that the search index is not converted from phpBB2 to phpBB3 [Bug #9761]- forgot to add : to reg_name when deleting userinfo from the url regex constructor [Bug #9868]...