aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/docs
Commit message (Collapse)AuthorAgeFilesLines
* Use FQDN for SMTP EHLO/HELO command. (Bug #41025)Meik Sievertsen2009-03-171-0/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9387 89ea8834-ac86-4346-8a33-228a782c2dd0
* Flash files do not display anymore after update to flash player 10 (Bug #41315)Meik Sievertsen2009-03-171-0/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9384 89ea8834-ac86-4346-8a33-228a782c2dd0
* Do not suppress PHP notices/errors in language packs if DEBUG_EXTRA mode ↵Meik Sievertsen2009-03-171-0/+1
| | | | | | enabled. (Bug #41485) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9383 89ea8834-ac86-4346-8a33-228a782c2dd0
* gah stupid conflict resolution :@ fix line ending in r9379Chris Smith2009-03-161-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9380 89ea8834-ac86-4346-8a33-228a782c2dd0
* Deleting private message attachments could delete post attachments. #42815Chris Smith2009-03-161-1/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9379 89ea8834-ac86-4346-8a33-228a782c2dd0
* Set connection encoding for MySQL versions 4.1.0 to 4.1.2. This may fix some ↵Meik Sievertsen2009-03-161-0/+1
| | | | | | conversion issues with special characters. (Bug #41805) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9378 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix javascript errors in simple header (prosilver) by adding forum_fn.js and ↵Meik Sievertsen2009-03-161-0/+1
| | | | | | the corresponding variables. (Bug #42135) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9377 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix wrong bot ip check if bot ip was wrongly entered by admin. (Bug #42485)Meik Sievertsen2009-03-161-0/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9374 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix download count increments for image attachments without corresponding ↵Meik Sievertsen2009-03-161-1/+2
| | | | | | thumbnails. (Bug #42505) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9373 89ea8834-ac86-4346-8a33-228a782c2dd0
* Better thumbnail quality with imagemagick (Bug #42565)Meik Sievertsen2009-03-161-0/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9372 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add topic icons to prosilver UCP main and subscribed templates (Bug #42735 - ↵Meik Sievertsen2009-03-161-0/+1
| | | | | | Patch by Raimon) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9371 89ea8834-ac86-4346-8a33-228a782c2dd0
* bantu is being picky but correctChris Smith2009-03-111-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9367 89ea8834-ac86-4346-8a33-228a782c2dd0
* Hide font size options which are bigger than the allowed size in the editor. ↵Chris Smith2009-03-111-0/+1
| | | | | | #42615 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9365 89ea8834-ac86-4346-8a33-228a782c2dd0
* Use OS-specific line endings for mail headers. (related to Bug #42755)Meik Sievertsen2009-03-111-0/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9364 89ea8834-ac86-4346-8a33-228a782c2dd0
* add IN_PHPBB check to generated cache filesMeik Sievertsen2009-03-111-1/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9363 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix imageset editing for retaining and correctly setting dimensions for ↵Meik Sievertsen2009-03-071-0/+1
| | | | | | images, as well as displaying correct settings for first page load. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9360 89ea8834-ac86-4346-8a33-228a782c2dd0
* the addition was completely unrelated to the bug report. ;)Meik Sievertsen2009-03-061-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9359 89ea8834-ac86-4346-8a33-228a782c2dd0
* Bug number for create table in db_toolsChris Smith2009-03-061-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9358 89ea8834-ac86-4346-8a33-228a782c2dd0
* forgot to commit changelog entries for database updater and db_toolsMeik Sievertsen2009-03-041-0/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9357 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug # 41435Jim Wigginton2009-03-021-0/+1
| | | | | | Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9356 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix infinite loop in message handler if cache directory is not writable. ↵Meik Sievertsen2009-03-011-0/+1
| | | | | | | | (Bug #38675) - newer PHP versions handle this quite fine, a Fatal Error is returned in this case git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9353 89ea8834-ac86-4346-8a33-228a782c2dd0
* Correct mbstring regular expression for the allowable username characters. ↵Chris Smith2009-03-011-0/+1
| | | | | | #42325 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9352 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed XHTML attributes. #38465Chris Smith2009-02-271-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9345 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Removed redundant code and unnecessary queries in forum management. #42265Chris Smith2009-02-271-1/+2
| | | | | | | - Fixed use of <b> instead of <strong> in ACP git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9344 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add link to user profile in the MCP for user notes and warn user.Chris Smith2009-02-271-0/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9343 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #'ers 41295, 41385, 41955, 41705 and 41985Jim Wigginton2009-02-261-0/+5
| | | | | | Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9342 89ea8834-ac86-4346-8a33-228a782c2dd0
* Log password changes via password reset function. #41365Chris Smith2009-02-231-0/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9340 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add correct antiabuse headers and fix #41935Chris Smith2009-02-231-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9339 89ea8834-ac86-4346-8a33-228a782c2dd0
* Topic print view XHTML error. #41745Chris Smith2009-02-171-0/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9331 89ea8834-ac86-4346-8a33-228a782c2dd0
* tiny tiny changes to r9328Chris Smith2009-02-151-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9329 89ea8834-ac86-4346-8a33-228a782c2dd0
* Allow translation of Custom BBCode help messages.Chris Smith2009-02-151-0/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9328 89ea8834-ac86-4346-8a33-228a782c2dd0
* Add anti-abuse email headers to acp_inactive.php and correct activation ↵Chris Smith2009-02-151-0/+2
| | | | | | reminders git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9327 89ea8834-ac86-4346-8a33-228a782c2dd0
* Changed the success message when requesting a new password to be more ↵Chris Smith2009-02-141-0/+1
| | | | | | accurate. #41405 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9326 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix a problem with r9005Chris Smith2009-02-091-0/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9325 89ea8834-ac86-4346-8a33-228a782c2dd0
* and another CAPTCHA setting - add new noise shapes to the noise array for ↵Henry Sudhof2009-02-081-0/+1
| | | | | | more variations. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9320 89ea8834-ac86-4346-8a33-228a782c2dd0
* Whois now works reliably for RIRs other than APNIC and RIPEChris Smith2009-02-071-0/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9315 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #40275 - The sql query in acp_users.php lacks a conditionJim Wigginton2009-01-271-0/+1
| | | | | | Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9310 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #39005 - check forum_image whether it existsJim Wigginton2009-01-271-0/+1
| | | | | | Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9309 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fix guest/bot session problems with apache authentication plugin (Bug #41085)Meik Sievertsen2009-01-271-1/+2
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9306 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #40325 – Friend/foe system displays posts made by foes while ↵Jim Wigginton2009-01-271-0/+1
| | | | | | | | composing Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9305 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #40565 – Missing end " in quote bb tag deletes textJim Wigginton2009-01-261-0/+1
| | | | | | Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9304 89ea8834-ac86-4346-8a33-228a782c2dd0
* Correctly display future dates (Bug #38755)Meik Sievertsen2009-01-231-0/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9298 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #40325 - Friend/foe system displays posts madeJim Wigginton2009-01-231-0/+1
| | | | | | Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9297 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Allow download of conflicting file for later reference in automatic updaterMeik Sievertsen2009-01-121-0/+3
| | | | | | | | - Default difference view is now 'inline' instead of 'side by side' - Added new option for merging differences to conflicting files in automatic updater git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9252 89ea8834-ac86-4346-8a33-228a782c2dd0
* Remove new lines added in r9249Chris Smith2009-01-111-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9250 89ea8834-ac86-4346-8a33-228a782c2dd0
* Fixed bug #40015 - ban list table isn't updated upon user deletionJim Wigginton2009-01-111-1/+2
| | | | | | Authorised by: acydburn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9249 89ea8834-ac86-4346-8a33-228a782c2dd0
* Missing read permission from calls to phpbb_chmod()Chris Smith2008-12-191-12/+19
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9208 89ea8834-ac86-4346-8a33-228a782c2dd0
* - Do not show 'Forward' button if the user cannot send PM's.Chris Smith2008-12-041-1/+2
| | | | | | | - Correct colspan on prosilver mcp_front.html. #37515 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9174 89ea8834-ac86-4346-8a33-228a782c2dd0
* Use a left join for the topics table on search to avoid trouble with FROM ↵Nils Adermann2008-12-041-0/+1
| | | | | | syntax on some databases (Bug #37005) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9172 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix postcount resync for situations where low and high post ids are higher ↵Meik Sievertsen2008-12-041-0/+1
| | | | | | than step value, resulting in users having 0 posts. (Bug #38195) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9171 89ea8834-ac86-4346-8a33-228a782c2dd0