aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ticket/13160] Wrong variable types fixedbrunoais2015-01-101-3/+3
* [ticket/13160] Removed an unwanted tab char.brunoais2015-01-101-1/+1
* [ticket/13160] Allow override topic_tracking_infobrunoais2015-01-101-0/+5
* [ticket/13160] Allow override f_read and forum passwordbrunoais2015-01-101-2/+8
* [ticket/13160] Viewtopic; before viewing permissions eventbrunoais2015-01-101-0/+21
* Merge pull request #3274 from nickvergessen/ticket/13486Marc Alexander2015-01-101-2/+2
|\
| * [ticket/13486] Fix typo in method nameJoas Schilling2015-01-101-2/+2
|/
* Merge pull request #3195 from nickvergessen/ticket/13238-ascMarc Alexander2015-01-102-12/+70
|\
| * [ticket/13238] Do not drop indexes that do not exist from fulltext searchJoas Schilling2014-11-282-12/+70
* | Merge pull request #3272 from nickvergessen/ticket/13307Marc Alexander2015-01-102-5/+8
|\ \
| * | [ticket/13307] Update mysql_upgrader.php to work without the schema_data.phpJoas Schilling2015-01-092-5/+8
* | | Merge pull request #3166 from nickvergessen/Senky-ticket/12866Marc Alexander2015-01-103-11/+70
|\ \ \
| * | | [ticket/12866] Update existing profile fields with the new validationJoas Schilling2014-11-281-0/+47
| * | | [ticket/12866] Assume underscore is part of \wJakub Senko2014-11-282-11/+23
| | |/ | |/|
* | | Merge pull request #3209 from brunoais/ticket/13146Joas Schilling2015-01-109-9/+56
|\ \ \
| * | | [ticket/13146] Removed stray empty linebrunoais2015-01-101-1/+0
| * | | [ticket/13146] dispatcher, not phpbb_dispatcherbrunoais2015-01-101-1/+1
| * | | [ticket/13146] Even more missing phpbb_mock_event_dispatcher()brunoais2015-01-102-2/+4
| * | | [ticket/13146] Last missing phpbb_mock_event_dispatcher()brunoais2015-01-101-4/+1
| * | | [ticket/13146] Use the correct phpbb_mock_event_dispatcher, instead of builderbrunoais2015-01-066-18/+6
| * | | [ticket/13146] Missing delete post test mockbrunoais2015-01-021-1/+3
| * | | [ticket/13146] Setup mocks for tests with dispatcherbrunoais2015-01-026-6/+19
| * | | [ticket/13146] Realign variables and descriptions in eventbrunoais2014-12-291-5/+5
| * | | [ticket/13146] Improved $get_forums_visibility_sql_overwrite's claritybrunoais2014-12-291-2/+4
| * | | [ticket/13146] Forgot delete_post_test.phpbrunoais2014-12-031-1/+2
| * | | [ticket/13146] Adding required tests modifications for the new constructorbrunoais2014-12-035-5/+10
| * | | [ticket/13146] FIxed wrong order in config/content.ymlbrunoais2014-12-031-1/+1
| * | | [ticket/13146] Fixed variable name for the overridebrunoais2014-12-031-5/+5
| * | | [ticket/13146] Wrong usage of tabs in .ymlbrunoais2014-12-031-1/+1
| * | | [ticket/13146] Fixing what merging brokebrunoais2014-12-031-4/+2
| * | | [ticket/13146] Adding eventDispatcher to the listbrunoais2014-12-032-1/+10
| * | | [ticket/13146] $contentReplaced -> $content_replacedbrunoais2014-12-031-1/+1
| * | | [ticket/13146] Extra line for claritybrunoais2014-12-031-0/+1
| * | | [ticket/13146] $phpbb_dispatcher was missingbrunoais2014-12-031-0/+2
| * | | [ticket/13146] Typo on the returning variablebrunoais2014-12-031-1/+1
| * | | [ticket/13147] Adding $approve_forums to the list of the event's variablesbrunoais2014-12-031-2/+4
| * | | [ticket/13146] Adding $content_replaced to allow even more flexibilitybrunoais2014-12-031-0/+7
| * | | [ticket/13146] Allow changing the result of calling get_forums_visibility_sqlbrunoais2014-12-031-0/+19
* | | | Merge pull request #3189 from rxu/ticket/12926Joas Schilling2015-01-107-13/+294
|\ \ \ \
| * | | | [ticket/12926] Get rid of the $scheme and $inline vars, fix regex_idn.phprxu2015-01-102-34/+52
| * | | | [ticket/12926] Support for IDN (IRI)rxu2014-11-277-9/+272
* | | | | Merge pull request #3265 from tas2580/develop-ascraeusJoas Schilling2015-01-092-2/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | [ticket/13453] Sort param in Canonical URLTobi Schäfer2015-01-062-2/+2
* | | | | Merge pull request #3128 from omniError/ticket/13306Joas Schilling2015-01-092-3/+44
|\ \ \ \ \
| * | | | | [ticket/13306] update testomniError2014-11-131-1/+29
| * | | | | [ticket/13306] move error_reporting callomniError2014-11-131-2/+3
| * | | | | [ticket/13306] allow 0 error typesomniError2014-11-111-1/+1
| * | | | | [ticket/13306] constructor sets error typesomniError2014-11-111-2/+14
| * | | | | [ticket/13306] add error level to collectoromniError2014-11-101-1/+1
* | | | | | Merge pull request #3227 from prototech/ticket/13366Joas Schilling2015-01-091-0/+31
|\ \ \ \ \ \