aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* Make topic selection for merge less confusing by removing unneeded controls. ↵Chris Smith2008-09-233-2/+11
| | | | | | #21925 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8922 89ea8834-ac86-4346-8a33-228a782c2dd0
* gahMeik Sievertsen2008-09-231-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8920 89ea8834-ac86-4346-8a33-228a782c2dd0
* err, i am <insert name here>Meik Sievertsen2008-09-231-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8918 89ea8834-ac86-4346-8a33-228a782c2dd0
* duplicate keyMeik Sievertsen2008-09-231-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8917 89ea8834-ac86-4346-8a33-228a782c2dd0
* remove exit statement and make sure no "additional" code gets executedMeik Sievertsen2008-09-231-1/+11
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8915 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Automatically add users/groups to the PM recipient list, if entered or ↵Meik Sievertsen2008-09-232-24/+92
| | | | | | | | | selected. - Reply to PM now includes all previous recipients and not only the original sender. +some changes required to implement max_recipient feature and new permission git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8913 89ea8834-ac86-4346-8a33-228a782c2dd0
* synchronise post count in stepsMeik Sievertsen2008-09-231-8/+31
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8912 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Added 'max_recipients' setting for private messages. This setting allows ↵Meik Sievertsen2008-09-2321-31/+138
| | | | | | | | | admins to define the maximum number of recipients per private message with a board-wide setting and a group-specific setting. - Added new permission setting for sending private messages to groups. Now there are two permissions to define sending private messages to multiple recipients and private messages to groups. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8911 89ea8834-ac86-4346-8a33-228a782c2dd0
* Correctly handle unread status of subforums (that are not shown on the ↵Chris Smith2008-09-232-0/+15
| | | | | | index) of forums that are shown on the index. #14589 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8909 89ea8834-ac86-4346-8a33-228a782c2dd0
* Log the forum name that topics are moved into.Chris Smith2008-09-234-4/+11
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8908 89ea8834-ac86-4346-8a33-228a782c2dd0
* whitespaceHenry Sudhof2008-09-221-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8906 89ea8834-ac86-4346-8a33-228a782c2dd0
* adding more hashesHenry Sudhof2008-09-223-18/+28
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8904 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix sql_multi_insert() if called with non multi-dimensional array (Bug #32975)Meik Sievertsen2008-09-191-2/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8900 89ea8834-ac86-4346-8a33-228a782c2dd0
* do not allow categories to be locked by accident (Bug #14548)Meik Sievertsen2008-09-191-1/+4
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8898 89ea8834-ac86-4346-8a33-228a782c2dd0
* language correction (Bug #23955)Meik Sievertsen2008-09-191-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8896 89ea8834-ac86-4346-8a33-228a782c2dd0
* remove unused codeMeik Sievertsen2008-09-191-5/+0
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8895 89ea8834-ac86-4346-8a33-228a782c2dd0
* support tabs in code selections (Bug #25445). Still does not solve the ↵Meik Sievertsen2008-09-195-8/+8
| | | | | | strange "4 spaces prefixed on every line" problem in firefox. :/ git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8893 89ea8834-ac86-4346-8a33-228a782c2dd0
* Correctly delete message attachments. (Bug #23755) Also revamped and ↵Meik Sievertsen2008-09-193-122/+99
| | | | | | simplified delete_attachments() - it looks like we did not touch it for a long long time. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8890 89ea8834-ac86-4346-8a33-228a782c2dd0
* Pass S_SEARCH_ACTION through append_sid() in search.php. (Bug #21585)Meik Sievertsen2008-09-182-1/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8885 89ea8834-ac86-4346-8a33-228a782c2dd0
* remove duplicate statementMeik Sievertsen2008-09-182-2/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8883 89ea8834-ac86-4346-8a33-228a782c2dd0
* Reset login attempts on new password activation. Prevents "first failed ↵Meik Sievertsen2008-09-181-0/+1
| | | | | | login attempt" on converted boards. Bug #19965 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8881 89ea8834-ac86-4346-8a33-228a782c2dd0
* cleanup, related to bug #19195Meik Sievertsen2008-09-181-2/+0
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8879 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix native full text search on postgresql while using excluding keyword ↵Meik Sievertsen2008-09-182-3/+7
| | | | | | matches. (Bug #19195) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8878 89ea8834-ac86-4346-8a33-228a782c2dd0
* Prevent integer overflow - Bug #19895Meik Sievertsen2008-09-183-3/+3
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8876 89ea8834-ac86-4346-8a33-228a782c2dd0
* Set secure cookie for style switcher if required. (Bug #19625)Meik Sievertsen2008-09-184-3/+7
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8874 89ea8834-ac86-4346-8a33-228a782c2dd0
* Display assigned rank/avatar for guests. (Bug #19155)Meik Sievertsen2008-09-182-1/+4
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8872 89ea8834-ac86-4346-8a33-228a782c2dd0
* Do not allow setting forums parent to the forum itself. (Bug #18855)Meik Sievertsen2008-09-182-3/+10
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8870 89ea8834-ac86-4346-8a33-228a782c2dd0
* #18175Meik Sievertsen2008-09-171-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8868 89ea8834-ac86-4346-8a33-228a782c2dd0
* Use correct port delimiter for MSSQL connections in windows. (Bug #16615)Meik Sievertsen2008-09-173-2/+7
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8866 89ea8834-ac86-4346-8a33-228a782c2dd0
* Preserve alpha transparency for created thumbnails. (Bug #16575)Meik Sievertsen2008-09-172-0/+5
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8864 89ea8834-ac86-4346-8a33-228a782c2dd0
* Expand shown ban reason in unban screen to fully show long entries. (Bug #16234)Meik Sievertsen2008-09-173-4/+5
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8862 89ea8834-ac86-4346-8a33-228a782c2dd0
* Display popular topic based on posts within topic instead of replies within ↵Meik Sievertsen2008-09-172-1/+3
| | | | | | topic. (Bug #16099) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8860 89ea8834-ac86-4346-8a33-228a782c2dd0
* make topic icon image width/height available to viewforum and search ↵Meik Sievertsen2008-09-163-0/+8
| | | | | | templates (Bug #15934) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8857 89ea8834-ac86-4346-8a33-228a782c2dd0
* emails to e-mailsMeik Sievertsen2008-09-161-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8855 89ea8834-ac86-4346-8a33-228a782c2dd0
* Do not display reported topic icon for shadow topics. (Bug #13970)Meik Sievertsen2008-09-163-18/+21
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8853 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix Wrong table order in query obtaining posts if post id given. In MSSQL ↵Meik Sievertsen2008-09-162-5/+11
| | | | | | there is an sql error due to this bug. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8851 89ea8834-ac86-4346-8a33-228a782c2dd0
* gah, thanks chris. :)Meik Sievertsen2008-09-161-7/+0
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8850 89ea8834-ac86-4346-8a33-228a782c2dd0
* add missing dot. :)Meik Sievertsen2008-09-161-1/+8
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8848 89ea8834-ac86-4346-8a33-228a782c2dd0
* more in-depth hostname validation. Not used in install files... there the ↵Meik Sievertsen2008-09-151-9/+57
| | | | | | | | code is fine. There are ways to improve this, either a whitelist or "more guessing" git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8846 89ea8834-ac86-4346-8a33-228a782c2dd0
* #34045Henry Sudhof2008-09-151-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8844 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Added missing terms parameter to search pagination. #34085Chris Smith2008-09-152-1/+9
| | | | | | | | - Do not use the topics posted table when performing an egosearch. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8843 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add a missing &amp; to the return to topic URL when closing a reportChris Smith2008-09-111-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8840 89ea8834-ac86-4346-8a33-228a782c2dd0
* Language typos/fixes. #27625, #30755Chris Smith2008-09-083-2/+3
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8838 89ea8834-ac86-4346-8a33-228a782c2dd0
* Send localised disapproval reasons in the recipients local language. #31645Chris Smith2008-09-082-2/+43
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8837 89ea8834-ac86-4346-8a33-228a782c2dd0
* Do not decrease topics counter when deleting shadow topics. #26495Chris Smith2008-09-072-2/+3
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8836 89ea8834-ac86-4346-8a33-228a782c2dd0
* Stop search bots incrementing topic views. #32675Chris Smith2008-09-062-4/+6
| | | | | | | | | Use correct link for post author search. #32595 Insert missing space. #32315 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8835 89ea8834-ac86-4346-8a33-228a782c2dd0
* Do not show non indexed forums on the search page if they contain no ↵Chris Smith2008-09-062-1/+8
| | | | | | subforums. #33125 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8834 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove reported flag from shadow topics when closing reports. #19765Chris Smith2008-09-062-1/+3
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8833 89ea8834-ac86-4346-8a33-228a782c2dd0
* Extra slash is included in the redirect url when redirecting to the forum ↵Chris Smith2008-09-052-2/+3
| | | | | | | | | root directory. Closes #33605 Fix small mistake in CHANGELOG git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8832 89ea8834-ac86-4346-8a33-228a782c2dd0
* Correctly limit input of the users location to 100 characters in the UCP and ↵Chris Smith2008-09-053-3/+5
| | | | | | | | | | ACP. Closes #32655 Sync reports when using the move all users posts tool in the ACP. Closes #31165 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8831 89ea8834-ac86-4346-8a33-228a782c2dd0