aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
* Parse BBCode lists of type square, circle and disc. #35295Chris Smith2008-10-131-1/+1
* Really fix #13970 broken fix in r8853.Chris Smith2008-10-111-1/+1
* Do not send PMs with warnings if the user cannot read PMs or they are disable...Chris Smith2008-10-111-0/+42
* Increase board topic counter when splitting topics. #32125Chris Smith2008-10-111-0/+3
* Display a message if no topics or forums are selected when unsubscribing. #34855Chris Smith2008-10-111-1/+4
* Erm yeah that bit is kinda important (fixing r8993)Chris Smith2008-10-101-1/+1
* Fix regression introduced in r8951 #34985Chris Smith2008-10-101-5/+16
* Make sure users still get notifications if they set to only be notified by Ja...Meik Sievertsen2008-10-093-4/+33
* - Do not show link to user/group profiles if user has no permission to view t...Meik Sievertsen2008-10-092-6/+15
* Implemented strict check for cached user permissions and existing ACL options...Meik Sievertsen2008-10-091-9/+46
* [Feature] Allow specific connection to different server for jabber functional...Meik Sievertsen2008-10-081-12/+20
* Do not allow password reminders if u_passchg permission is not given. (Bug #1...Meik Sievertsen2008-10-061-1/+10
* Separate display of posted attachments in posting screen and switch for templ...Meik Sievertsen2008-10-062-17/+12
* Sort topic icons/smilies by filename when adding new topics/smilies (Bug #13501)Meik Sievertsen2008-10-061-0/+12
* some whitespace changes and opening files in binary mode in functions_messengerMeik Sievertsen2008-10-061-1/+1
* Fix for r8752Meik Sievertsen2008-10-061-14/+24
* Remove NUL-Bytes directly in request_var() for strings and within the custom ...Meik Sievertsen2008-10-025-5/+5
* Check users pm preferences for pm's sent to groups. (Bug #33245)Meik Sievertsen2008-09-301-1/+6
* Wrong parameter count for preg_replace in get_context() (IMO we need no limit...Meik Sievertsen2008-09-301-1/+1
* further adjustments to exit; statementsMeik Sievertsen2008-09-301-0/+3
* 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-292-4/+4
* revert r8893 - there were massive problems with the display and select all codeMeik Sievertsen2008-09-281-2/+2
* Add quoting support to PM history when composing a reply. #34285Chris Smith2008-09-271-0/+1
* Better return links when deleting topics through the MCP. #34655Chris Smith2008-09-271-5/+13
* Small language fix (#32795) and tiny bug fixChris Smith2008-09-261-1/+1
* * Use a distinct log message for shadow topic deletions to differentiate betw...Chris Smith2008-09-261-1/+1
* Fix problems with styles using an underscore within the filename. (Bug #34315)Meik Sievertsen2008-09-262-11/+42
* Duplicate log messages for deleting a topic ('LOG_TOPIC_DELETED' has been dep...Chris Smith2008-09-261-1/+1
* Split posts target forum requires 'f_post' now instead of 'm_split'. #31015Chris Smith2008-09-261-2/+2
* Add links to the post and forum when viewing a report from the MCP. #33795, #...Chris Smith2008-09-261-1/+2
* 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-241-12/+11
* Do not include hash in redirect backHenry Sudhof2008-09-241-3/+3
* MCP topic view checkboxes now default to unchecked.Chris Smith2008-09-231-1/+1
* gahMeik Sievertsen2008-09-231-1/+1
* - Automatically add users/groups to the PM recipient list, if entered or sele...Meik Sievertsen2008-09-231-24/+88
* synchronise post count in stepsMeik Sievertsen2008-09-231-8/+31
* - Added 'max_recipients' setting for private messages. This setting allows ad...Meik Sievertsen2008-09-234-8/+19
* Correctly handle unread status of subforums (that are not shown on the index)...Chris Smith2008-09-231-0/+14
* Log the forum name that topics are moved into.Chris Smith2008-09-232-3/+9
* whitespaceHenry Sudhof2008-09-221-1/+1
* adding more hashesHenry Sudhof2008-09-221-14/+21
* 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
* support tabs in code selections (Bug #25445). Still does not solve the strang...Meik Sievertsen2008-09-191-2/+2
* Correctly delete message attachments. (Bug #23755) Also revamped and simplifi...Meik Sievertsen2008-09-192-122/+98
* remove duplicate statementMeik Sievertsen2008-09-181-1/+1