aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
...
* Addition to r9899 for bug #48695 - trying to create thumbnail for broken jpeg...Ruslan Uzdenov2009-08-011-0/+1
* Fix Bug #37585 - Correctly log action when users request to join a groupJoas Schilling2009-08-011-1/+1
* Fallback options for missing language files. (Bug #38575 - Patch by EXreaction)Meik Sievertsen2009-08-011-2/+30
* Fix bug #48695 - Do not try to create thumbnails for images we cannot open pr...Andreas Fischer2009-07-311-0/+5
* check changed to allow for undefined lang entries. Proposed by a_jelly_donutHenry Sudhof2009-07-311-1/+1
* Add box if users decided not to select a forum to copy permissions from on fo...Henry Sudhof2009-07-311-0/+67
* Fix Bug #48875 - we compare the bitlength, therefore we indeed do not need to...Meik Sievertsen2009-07-301-2/+2
* Fix bug #48885, introduced in r9843Joas Schilling2009-07-301-2/+2
* Fix Bug #47295 - Min/max characters per posts also affects polls optionJoas Schilling2009-07-301-6/+17
* Props.Andreas Fischer2009-07-291-1/+1
* Slightly adjust version check on index page to be a bit more descriptiveMeik Sievertsen2009-07-291-12/+13
* [Feature] Ability to copy permissions from one forum to several other forums.Andreas Fischer2009-07-284-57/+211
* Fix tiny typo in r9884, #46765. Thanks rxu.Andreas Fischer2009-07-281-1/+1
* Move get_unread_topics_list() up in functions.php, added some documentation. ...Andreas Fischer2009-07-281-105/+111
* More small adjustments to get_unread_topics_list(). #46765Andreas Fischer2009-07-281-12/+16
* Fix r9855 for #46765Ruslan Uzdenov2009-07-281-1/+1
* - Display version check on ACP main page.Marek A. R2009-07-283-6/+62
* Fix bug #48345 - Adding users to group - default rank does not changing corre...Ruslan Uzdenov2009-07-281-1/+1
* #48735Henry Sudhof2009-07-281-2/+1
* Do not send private message back to sender if sender is in the same group the...Meik Sievertsen2009-07-271-1/+7
* typoHenry Sudhof2009-07-271-1/+1
* Fix an SQL errorChris Smith2009-07-271-1/+1
* Fix a bug in r9781 #48595Chris Smith2009-07-271-0/+1
* Minor captcha API change - disable display of plugin by returning false in ge...Henry Sudhof2009-07-275-35/+54
* #48685Henry Sudhof2009-07-271-7/+7
* geez, maybe we should stop displaying text and this would become easierNils Adermann2009-07-261-2/+2
* XHTML mistakes in the updater. #46585Chris Smith2009-07-261-1/+1
* Make some adjustments to the log filter. r9781, r9800Chris Smith2009-07-262-2/+38
* correctly add the install_id to the dataNils Adermann2009-07-261-0/+5
* made a mistake when turning stats into a whitelistNils Adermann2009-07-261-3/+4
* Fix r9755 for #46765Ruslan Uzdenov2009-07-261-16/+27
* Small change to r9839Chris Smith2009-07-251-4/+7
* [Feature] Added new functionality to inactive users module:Meik Sievertsen2009-07-242-20/+57
* Fix bug #48265 - Correctly set attachment flag for topics, posts and pms afte...Joas Schilling2009-07-244-12/+93
* Fix bug #31505 - Do not cut post-message in between HTML-Entities on search.p...Joas Schilling2009-07-241-2/+7
* Fix bug #18005 - Do not add style-parameter to URL again, after admin re-auth...Joas Schilling2009-07-241-1/+1
* Fix bug #47825 - Banning an already banned user states to be successful, but ...Joas Schilling2009-07-241-1/+11
* Fix Bug #40515 - Fix set_custom_template for database-stored stylesJoas Schilling2009-07-241-1/+15
* geez I'm blind - use the right template and lang varsNils Adermann2009-07-221-3/+3
* fix mcp sorting for pm_reports, and some minor language changesNils Adermann2009-07-221-4/+4
* fix r9758Joas Schilling2009-07-222-4/+17
* index for GCHenry Sudhof2009-07-221-1/+0
* index for GCHenry Sudhof2009-07-221-1/+1
* removed spacesNils Adermann2009-07-221-8/+8
* Parse email text files with the template engine.Meik Sievertsen2009-07-221-22/+53
* Also fix bug #46295 in ftp_fsock class.Andreas Fischer2009-07-221-2/+16
* Fix two potential problems with the ftp_fsock class.Andreas Fischer2009-07-221-2/+7
* Fix bug #46295 - Be less strict with FTP daemons when getting directory filel...Andreas Fischer2009-07-221-0/+8
* Do not try to enter passive mode before logging in.Andreas Fischer2009-07-221-3/+9
* - Added install_id to data collectorNils Adermann2009-07-222-51/+224