aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* SQL optimisationsChris Smith2009-03-192-4/+4
* Fix race condition for updating post/topic/etc. counter. (reported by BartVB)Meik Sievertsen2009-03-1910-26/+58
* do not use coppa group as failover if disabled (remove user from group)Meik Sievertsen2009-03-191-2/+9
* small SQL optimizationHenry Sudhof2009-03-191-1/+1
* small SQL optimizationHenry Sudhof2009-03-191-1/+1
* backport 3.2 version of phpbb_chmod() - need to be tested further...Meik Sievertsen2009-03-181-52/+76
* XHTML error in prosilver. #43015Chris Smith2009-03-172-3/+3
* this was not supposed to be committed yet - it is completely untestedMeik Sievertsen2009-03-171-51/+31
* ermHenry Sudhof2009-03-171-1/+1
* captcha changesHenry Sudhof2009-03-179-13/+66
* Mass Email works again for users with empty jabber address but notification s...Meik Sievertsen2009-03-175-10/+35
* Bug #39735 - force full date on bump messageMeik Sievertsen2009-03-171-1/+1
* Use FQDN for SMTP EHLO/HELO command. (Bug #41025)Meik Sievertsen2009-03-173-2/+3
* Bug #41175 - wrong call to mb_ereg_search_init() (second commit)Meik Sievertsen2009-03-172-32/+52
* Bug #41175 - wrong call to mb_ereg_search_init()Meik Sievertsen2009-03-171-2/+1
* Flash files do not display anymore after update to flash player 10 (Bug #41315)Meik Sievertsen2009-03-174-11/+23
* Do not suppress PHP notices/errors in language packs if DEBUG_EXTRA mode enab...Meik Sievertsen2009-03-172-2/+9
* further commit for #r9376 for bug #42345Meik Sievertsen2009-03-171-3/+3
* #42985 - use path in JS instead of nameMeik Sievertsen2009-03-172-1/+3
* gah stupid conflict resolution :@ fix line ending in r9379Chris Smith2009-03-161-1/+1
* Deleting private message attachments could delete post attachments. #42815Chris Smith2009-03-162-1/+11
* Set connection encoding for MySQL versions 4.1.0 to 4.1.2. This may fix some ...Meik Sievertsen2009-03-162-2/+3
* Fix javascript errors in simple header (prosilver) by adding forum_fn.js and ...Meik Sievertsen2009-03-162-0/+7
* #42345 - posts instead of messages in language pack (log entry)Meik Sievertsen2009-03-161-1/+1
* #42375 - correctly state what happens (word censors not affecting usernames f...Meik Sievertsen2009-03-161-1/+1
* Fix wrong bot ip check if bot ip was wrongly entered by admin. (Bug #42485)Meik Sievertsen2009-03-162-0/+8
* Fix download count increments for image attachments without corresponding thu...Meik Sievertsen2009-03-163-6/+9
* Better thumbnail quality with imagemagick (Bug #42565)Meik Sievertsen2009-03-162-1/+2
* Add topic icons to prosilver UCP main and subscribed templates (Bug #42735 - ...Meik Sievertsen2009-03-164-3/+8
* fix bug #42785Meik Sievertsen2009-03-161-7/+8
* add support for multiple_select Meik Sievertsen2009-03-161-10/+20
* Fix r9363, DEFINE uses template_compile::compile() which was generating reall...Chris Smith2009-03-141-1/+2
* bantu is being picky but correctChris Smith2009-03-111-1/+1
* for using the same cached file we need to have exact queries. :PMeik Sievertsen2009-03-112-4/+6
* Hide font size options which are bigger than the allowed size in the editor. ...Chris Smith2009-03-116-4/+16
* Use OS-specific line endings for mail headers. (related to Bug #42755)Meik Sievertsen2009-03-112-21/+28
* add IN_PHPBB check to generated cache filesMeik Sievertsen2009-03-114-8/+13
* fix bug #42635 (missed identity)Meik Sievertsen2009-03-081-3/+27
* Fix imageset editing for retaining and correctly setting dimensions for image...Meik Sievertsen2009-03-072-106/+111
* the addition was completely unrelated to the bug report. ;)Meik Sievertsen2009-03-061-1/+1
* Bug number for create table in db_toolsChris Smith2009-03-061-1/+1
* forgot to commit changelog entries for database updater and db_toolsMeik Sievertsen2009-03-041-0/+2
* Fixed bug # 41435Jim Wigginton2009-03-022-1/+3
* #42355Henry Sudhof2009-03-021-1/+1
* Removed the major version number from the useragent match of the Ichiro bot, ...Chris Smith2009-03-022-1/+6
* Fix infinite loop in message handler if cache directory is not writable. (Bug...Meik Sievertsen2009-03-012-2/+6
* Correct mbstring regular expression for the allowable username characters. #4...Chris Smith2009-03-012-1/+2
* - adjust db_tools again to not remove any schema (they may be required)Meik Sievertsen2009-02-284-35/+26
* refactor the database updater:Meik Sievertsen2009-02-282-2532/+252
* add more checks to schema changesMeik Sievertsen2009-02-281-12/+28