aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* 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 & 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
* Do not jump back to page 1 when hiding member search in memberlist. Closes ↵Chris Smith2008-09-052-0/+2
| | | | | | #32515 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8830 89ea8834-ac86-4346-8a33-228a782c2dd0
* Correct bad English in installation instructions. Closes #29675Chris Smith2008-09-051-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8829 89ea8834-ac86-4346-8a33-228a782c2dd0
* Added missing UCP language string NO_AUTH_READ_HOLD_MESSAGE.Chris Smith2008-09-052-0/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8827 89ea8834-ac86-4346-8a33-228a782c2dd0
* Display coloured username of last poster in list of subscribed forums ↵Chris Smith2008-09-052-2/+2
| | | | | | (prosilver). git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8825 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove a pointless str_replace()Chris Smith2008-09-051-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8824 89ea8834-ac86-4346-8a33-228a782c2dd0
* direct callsMeik Sievertsen2008-09-041-5/+3
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8815 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ok, story real database server info, as well as caching itMeik Sievertsen2008-09-0418-74/+199
| | | | | | Store it on installation too - allows us to check the db version used on installation and used currently to warn the user about incompatibilities git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8814 89ea8834-ac86-4346-8a33-228a782c2dd0
* Don't compile {} or {$}.Marek A. R2008-09-041-2/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8813 89ea8834-ac86-4346-8a33-228a782c2dd0
* add phpbb version constant to constants. This allows us to check the ↵Meik Sievertsen2008-09-041-0/+3
| | | | | | filebase version. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8811 89ea8834-ac86-4346-8a33-228a782c2dd0
* Refine fix for #31445 originally committed in r8758Chris Smith2008-09-028-8/+8
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8809 89ea8834-ac86-4346-8a33-228a782c2dd0
* erm yeah? Fix new lines I added in r8807.Chris Smith2008-09-022-2/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8808 89ea8834-ac86-4346-8a33-228a782c2dd0
* Allow setting birth year to current yearChris Smith2008-09-022-3/+4
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8807 89ea8834-ac86-4346-8a33-228a782c2dd0
* 3.0.2 instead of 3.0.3. ;)Meik Sievertsen2008-09-021-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8806 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix one design failure in phpBB3. Do not count non-approved posts to the ↵Meik Sievertsen2008-09-028-28/+72
| | | | | | | | user_posts. Before, a user was able to circumvent basically any protection based on post counts. At the same time implement the queue_trigger feature. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8805 89ea8834-ac86-4346-8a33-228a782c2dd0
* settings and data for the new queued posts feature ;)Meik Sievertsen2008-09-025-6/+41
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8804 89ea8834-ac86-4346-8a33-228a782c2dd0
* #32115 (small typo in coding guidelines)Meik Sievertsen2008-09-021-1/+5
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8803 89ea8834-ac86-4346-8a33-228a782c2dd0
* actually, queued posts can also be in forums with no post countsMeik Sievertsen2008-09-012-2/+0
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8802 89ea8834-ac86-4346-8a33-228a782c2dd0
* Show users posts in queue in acp and profile + link to mcpMeik Sievertsen2008-09-016-16/+63
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8801 89ea8834-ac86-4346-8a33-228a782c2dd0
* nullar/singular/plural substitution support. At the moment only the added ↵Meik Sievertsen2008-08-312-0/+73
| | | | | | | | language entry supports this... we may change other language entries later to support this new "approach". Idea from SHS` and Ashe originally. More to come... (yes, 3.0.x branch, no mistake) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8800 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix missing user_id entry to properly populate to the email templateMeik Sievertsen2008-08-301-0/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8799 89ea8834-ac86-4346-8a33-228a782c2dd0
* minor fixes to guidelinesHenry Sudhof2008-08-291-18/+21
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8798 89ea8834-ac86-4346-8a33-228a782c2dd0
* update ChangelogHenry Sudhof2008-08-291-1/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8797 89ea8834-ac86-4346-8a33-228a782c2dd0
* #33155Henry Sudhof2008-08-291-3/+3
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8795 89ea8834-ac86-4346-8a33-228a782c2dd0
* Getting ready for IE8 which finally improves security a bit. Let's allow our ↵Henry Sudhof2008-08-281-5/+12
| | | | | | users to benefit from that git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8792 89ea8834-ac86-4346-8a33-228a782c2dd0
* ermHenry Sudhof2008-08-281-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8791 89ea8834-ac86-4346-8a33-228a782c2dd0
* fixing fault introduced with R8749Henry Sudhof2008-08-281-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8790 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix bug #32925Meik Sievertsen2008-08-252-2/+4
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8788 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix installation by defining our needed CHMOD_READ and CHMOD_WRITE constants.Meik Sievertsen2008-08-243-4/+10
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8787 89ea8834-ac86-4346-8a33-228a782c2dd0
* a tiny fix to the language code. ;)Meik Sievertsen2008-08-231-0/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8785 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix a small glitch in phpbb_chmodMeik Sievertsen2008-08-231-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8784 89ea8834-ac86-4346-8a33-228a782c2dd0