aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
...
* further adjustments to exit; statementsMeik Sievertsen2008-09-304-6/+10
* check fields properly not being set sometimes. ;)Meik Sievertsen2008-09-291-5/+5
* Use phpBB 3.1.x method for storing cached data to prevent PHP bug with our us...Meik Sievertsen2008-09-293-4/+5
* revert r8893 - there were massive problems with the display and select all codeMeik Sievertsen2008-09-285-8/+8
* Add quoting support to PM history when composing a reply. #34285Chris Smith2008-09-274-7/+7
* Better return links when deleting topics through the MCP. #34655Chris Smith2008-09-272-5/+14
* Small language fix (#32795) and tiny bug fixChris Smith2008-09-263-3/+3
* Remove reference to old mysql4 abstraction layer. #26065Chris Smith2008-09-261-2/+1
* More language fixes. #34185Chris Smith2008-09-262-4/+4
* * Use a distinct log message for shadow topic deletions to differentiate betw...Chris Smith2008-09-263-1/+3
* nitpick alarm. ;)Meik Sievertsen2008-09-262-2/+2
* Fix problems with styles using an underscore within the filename. (Bug #34315)Meik Sievertsen2008-09-263-11/+43
* Duplicate log messages for deleting a topic ('LOG_TOPIC_DELETED' has been dep...Chris Smith2008-09-263-2/+7
* Split posts target forum requires 'f_post' now instead of 'm_split'. #31015Chris Smith2008-09-262-2/+3
* Add links to the post and forum when viewing a report from the MCP. #33795, #...Chris Smith2008-09-265-4/+7
* Fix a tricky little bug in r8909Chris Smith2008-09-261-1/+6
* A fix for the fix in r8934. #34525Chris Smith2008-09-241-0/+4
* We want our PM spam back. Fix a regression introduced in r8913, preventing us...Chris Smith2008-09-241-3/+0
* better query for syncing post counts. Thanks to BartVB for this. ;)Meik Sievertsen2008-09-242-26/+23
* Do not include hash in redirect backHenry Sudhof2008-09-241-3/+3
* Make pagination work again, undoing rev8830 to fix #32515 properlyHenry Sudhof2008-09-242-4/+3
* should make last_active work againHenry Sudhof2008-09-241-3/+3
* Show headers if no leaders are on the pageHenry Sudhof2008-09-241-0/+8
* Adjust language key SPLIT_AFTER to make the action clearer.Chris Smith2008-09-232-1/+2
* MCP topic view checkboxes now default to unchecked.Chris Smith2008-09-232-1/+2
* Stop users from deleting posts after the edit time has passed or they have be...Chris Smith2008-09-233-4/+6
* Make topic selection for merge less confusing by removing unneeded controls. ...Chris Smith2008-09-233-2/+11
* gahMeik Sievertsen2008-09-231-1/+1
* err, i am <insert name here>Meik Sievertsen2008-09-231-1/+1
* duplicate keyMeik Sievertsen2008-09-231-1/+1
* remove exit statement and make sure no "additional" code gets executedMeik Sievertsen2008-09-231-1/+11
* - Automatically add users/groups to the PM recipient list, if entered or sele...Meik Sievertsen2008-09-232-24/+92
* synchronise post count in stepsMeik Sievertsen2008-09-231-8/+31
* - Added 'max_recipients' setting for private messages. This setting allows ad...Meik Sievertsen2008-09-2321-31/+138
* Correctly handle unread status of subforums (that are not shown on the index)...Chris Smith2008-09-232-0/+15
* Log the forum name that topics are moved into.Chris Smith2008-09-234-4/+11
* whitespaceHenry Sudhof2008-09-221-1/+1
* adding more hashesHenry Sudhof2008-09-223-18/+28
* Fix sql_multi_insert() if called with non multi-dimensional array (Bug #32975)Meik Sievertsen2008-09-191-2/+2
* do not allow categories to be locked by accident (Bug #14548)Meik Sievertsen2008-09-191-1/+4
* language correction (Bug #23955)Meik Sievertsen2008-09-191-1/+1
* remove unused codeMeik Sievertsen2008-09-191-5/+0
* support tabs in code selections (Bug #25445). Still does not solve the strang...Meik Sievertsen2008-09-195-8/+8
* Correctly delete message attachments. (Bug #23755) Also revamped and simplifi...Meik Sievertsen2008-09-193-122/+99
* Pass S_SEARCH_ACTION through append_sid() in search.php. (Bug #21585)Meik Sievertsen2008-09-182-1/+2
* remove duplicate statementMeik Sievertsen2008-09-182-2/+2
* Reset login attempts on new password activation. Prevents "first failed login...Meik Sievertsen2008-09-181-0/+1
* cleanup, related to bug #19195Meik Sievertsen2008-09-181-2/+0
* Fix native full text search on postgresql while using excluding keyword match...Meik Sievertsen2008-09-182-3/+7
* Prevent integer overflow - Bug #19895Meik Sievertsen2008-09-183-3/+3