aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bug in r8908Chris Smith2008-11-131-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9065 89ea8834-ac86-4346-8a33-228a782c2dd0
* problems with case handling #36725Henry Sudhof2008-11-131-3/+3
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9063 89ea8834-ac86-4346-8a33-228a782c2dd0
* inheritance is reflexiveHenry Sudhof2008-11-101-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9057 89ea8834-ac86-4346-8a33-228a782c2dd0
* Provide a way to disable the config write check and rename the ACP style ↵Chris Smith2008-11-092-2/+2
| | | | | | editor disable constant git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9056 89ea8834-ac86-4346-8a33-228a782c2dd0
* ok, trim down the config check significantly for 3.0.3 until we properly ↵Meik Sievertsen2008-11-091-1/+2
| | | | | | discussed this git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9055 89ea8834-ac86-4346-8a33-228a782c2dd0
* git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9053 ↵Meik Sievertsen2008-11-091-5/+6
| | | | 89ea8834-ac86-4346-8a33-228a782c2dd0
* #36525Henry Sudhof2008-11-091-14/+8
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9052 89ea8834-ac86-4346-8a33-228a782c2dd0
* #36525Henry Sudhof2008-11-091-0/+9
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9051 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix Bug #36535 (PHP 5.3 compatibility) + version number updates (if RC2 will ↵Meik Sievertsen2008-11-081-1/+1
| | | | | | be released we will change it again. ;)) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9050 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix a bug introduced in r8805 where moderators posts would be queued in ↵Chris Smith2008-11-041-1/+1
| | | | | | forums where posts are queued. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9048 89ea8834-ac86-4346-8a33-228a782c2dd0
* additionally to the default "reply to all" behaviour, increase ↵Meik Sievertsen2008-11-021-0/+18
| | | | | | max_recipients to the number of people within the list if they exceed the limit. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9045 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix 3 very tiny bugs... #35545, #35365 and #35305Meik Sievertsen2008-11-021-2/+4
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9041 89ea8834-ac86-4346-8a33-228a782c2dd0
* dsbl.org is no longer actively maintained. Sorry language pack authors. ;)Meik Sievertsen2008-10-261-1/+0
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9037 89ea8834-ac86-4346-8a33-228a782c2dd0
* Complete fix in r9007Chris Smith2008-10-241-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9034 89ea8834-ac86-4346-8a33-228a782c2dd0
* Revert broken fix in r9014Chris Smith2008-10-201-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9031 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix r8999Meik Sievertsen2008-10-191-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9030 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix an issue in r9015 re-index the intersected arrayChris Smith2008-10-182-4/+4
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9029 89ea8834-ac86-4346-8a33-228a782c2dd0
* Correctly display topic in MCP when start parameter is equal to or greater ↵Chris Smith2008-10-161-0/+7
| | | | | | than the number of posts. #30525 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9023 89ea8834-ac86-4346-8a33-228a782c2dd0
* Moderators can only see reports/queue/logs from forums they can actually ↵Chris Smith2008-10-144-4/+26
| | | | | | read. #31085 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9015 89ea8834-ac86-4346-8a33-228a782c2dd0
* Forum last post information is now correctly updated when a topic/post is ↵Chris Smith2008-10-141-1/+1
| | | | | | disapproved due to editing. #24475 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9014 89ea8834-ac86-4346-8a33-228a782c2dd0
* Display coloured poster username of queued posts displayed on the front of ↵Chris Smith2008-10-141-3/+6
| | | | | | the MCP. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9013 89ea8834-ac86-4346-8a33-228a782c2dd0
* Disable mass e-mail when e-mail is disabled. #27385Chris Smith2008-10-131-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9011 89ea8834-ac86-4346-8a33-228a782c2dd0
* Parse BBCode lists of type square, circle and disc. #35295Chris Smith2008-10-131-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9007 89ea8834-ac86-4346-8a33-228a782c2dd0
* Really fix #13970 broken fix in r8853.Chris Smith2008-10-111-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9003 89ea8834-ac86-4346-8a33-228a782c2dd0
* Do not send PMs with warnings if the user cannot read PMs or they are ↵Chris Smith2008-10-111-0/+42
| | | | | | disabled. #30815 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9002 89ea8834-ac86-4346-8a33-228a782c2dd0
* Increase board topic counter when splitting topics. #32125Chris Smith2008-10-111-0/+3
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8999 89ea8834-ac86-4346-8a33-228a782c2dd0
* Display a message if no topics or forums are selected when unsubscribing. #34855Chris Smith2008-10-111-1/+4
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8997 89ea8834-ac86-4346-8a33-228a782c2dd0
* Erm yeah that bit is kinda important (fixing r8993)Chris Smith2008-10-101-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8995 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix regression introduced in r8951 #34985Chris Smith2008-10-101-5/+16
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8993 89ea8834-ac86-4346-8a33-228a782c2dd0
* Make sure users still get notifications if they set to only be notified by ↵Meik Sievertsen2008-10-093-4/+33
| | | | | | Jabber, but Jabber service disabled. (Bug #29715 - Patch by Paul) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8990 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Do not show link to user/group profiles if user has no permission to view ↵Meik Sievertsen2008-10-092-6/+15
| | | | | | | | | 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) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8987 89ea8834-ac86-4346-8a33-228a782c2dd0
* Implemented strict check for cached user permissions and existing ACL ↵Meik Sievertsen2008-10-091-9/+46
| | | | | | options. This fix makes sure cached permissions are valid, even if they got already cached. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8985 89ea8834-ac86-4346-8a33-228a782c2dd0
* [Feature] Allow specific connection to different server for jabber ↵Meik Sievertsen2008-10-081-12/+20
| | | | | | functionality by providing a valid JID as username. This also allows the use of talk.google.com as jabber server with gmail.com JIDs. (Bug #14989) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8979 89ea8834-ac86-4346-8a33-228a782c2dd0
* Do not allow password reminders if u_passchg permission is not given. (Bug ↵Meik Sievertsen2008-10-061-1/+10
| | | | | | #14806) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8977 89ea8834-ac86-4346-8a33-228a782c2dd0
* Separate display of posted attachments in posting screen and switch for ↵Meik Sievertsen2008-10-062-17/+12
| | | | | | template to indicate adding attachments are allowed. Related to Bug #13871 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8976 89ea8834-ac86-4346-8a33-228a782c2dd0
* Sort topic icons/smilies by filename when adding new topics/smilies (Bug #13501)Meik Sievertsen2008-10-061-0/+12
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8974 89ea8834-ac86-4346-8a33-228a782c2dd0
* some whitespace changes and opening files in binary mode in functions_messengerMeik Sievertsen2008-10-061-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8971 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix for r8752Meik Sievertsen2008-10-061-14/+24
| | | | | | (the code removed actually was quite important - this checkin merges this with the new code) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8970 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove NUL-Bytes directly in request_var() for strings and within the custom ↵Meik Sievertsen2008-10-025-5/+5
| | | | | | DBAL sql_escape() functions (MSSQL, Firebird, Oracle) (reported by AdhostMikeSw) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8967 89ea8834-ac86-4346-8a33-228a782c2dd0
* Check users pm preferences for pm's sent to groups. (Bug #33245)Meik Sievertsen2008-09-301-1/+6
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8964 89ea8834-ac86-4346-8a33-228a782c2dd0
* Wrong parameter count for preg_replace in get_context() (IMO we need no ↵Meik Sievertsen2008-09-301-1/+1
| | | | | | limit there - nils, you may check this again to be sure) - #34135 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8960 89ea8834-ac86-4346-8a33-228a782c2dd0
* further adjustments to exit; statementsMeik Sievertsen2008-09-301-0/+3
| | | | | | force E_USER_ERROR to exit *always* - it is always a fatal error which should stop every execution happening git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8957 89ea8834-ac86-4346-8a33-228a782c2dd0
* check fields properly not being set sometimes. ;)Meik Sievertsen2008-09-291-5/+5
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8956 89ea8834-ac86-4346-8a33-228a782c2dd0
* Use phpBB 3.1.x method for storing cached data to prevent PHP bug with our ↵Meik Sievertsen2008-09-292-4/+4
| | | | | | usage of var_export(). (Thanks to Techie Micheal and HoL for pointing out possible problems) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8955 89ea8834-ac86-4346-8a33-228a782c2dd0
* revert r8893 - there were massive problems with the display and select all codeMeik Sievertsen2008-09-281-2/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8953 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add quoting support to PM history when composing a reply. #34285Chris Smith2008-09-271-0/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8951 89ea8834-ac86-4346-8a33-228a782c2dd0
* Better return links when deleting topics through the MCP. #34655Chris Smith2008-09-271-5/+13
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8950 89ea8834-ac86-4346-8a33-228a782c2dd0
* Small language fix (#32795) and tiny bug fixChris Smith2008-09-261-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8949 89ea8834-ac86-4346-8a33-228a782c2dd0
* * Use a distinct log message for shadow topic deletions to differentiate ↵Chris Smith2008-09-261-1/+1
| | | | | | | | | between normal topic deletions. #34635 * Fix a small typo in r8942 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8945 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix problems with styles using an underscore within the filename. (Bug #34315)Meik Sievertsen2008-09-262-11/+42
| | | | | | | | - Also display inheriting template on style installation (previously, it was only displayed on template installs) - Fixes undefined variable in error message if inheriting style does not work - Fixes export of styles/templates and correctly set inherit_from variable git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8943 89ea8834-ac86-4346-8a33-228a782c2dd0