aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3248 from VSEphpbb/ticket/13439Marc Alexander2015-01-041-0/+15
|\ | | | | | | [ticket/13439] Add event core.acp_users_overview_before
| * [ticket/13439] Add event core.acp_users_overview_beforeMatt Friedman2015-01-031-0/+15
|/ | | | PHPBB3-13439
* [ticket/13441] Functions_convert fails to set global moderators default groupGaëtan Muller2015-01-031-0/+1
| | | | PHPBB3-13441
* Merge pull request #3213 from brunoais/ticket/13158Joas Schilling2014-12-271-0/+42
|\ | | | | | | [ticket/13158] Allow adding extra auth checks when the user is posting
| * [ticket/13158] Allow adding extra auth checks when the user is postingbrunoais2014-12-031-0/+42
| | | | | | | | PHPBB3-13158
* | Merge pull request #3229 from n-aleha/ticket/13098Joas Schilling2014-12-272-1/+39
|\ \ | | | | | | | | | [ticket/13098] Repair Yahoo contact field
| * | [ticket/13098] Repair Yahoo contact fieldn-aleha2014-12-122-1/+39
| | | | | | | | | | | | | | | | | | Update the Yahoo link of the yahoo profile field. PHPBB3-13098
* | | Merge pull request #3225 from prototech/ticket/13302Joas Schilling2014-12-275-11/+11
|\ \ \ | | | | | | | | | | | | [ticket/13302] Fix incorrect links to phpBB.com resources
| * | | [ticket/13302] Fix incorrect link to extensions database.Cesar G2014-12-091-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13302
| * | | [ticket/13302] Update translations forum link to 3.1.Cesar G2014-12-091-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13302
| * | | [ticket/13302] Update documentation and support forum links to 3.1 versions.Cesar G2014-12-095-9/+9
| | | | | | | | | | | | | | | | PHPBB3-13302
* | | | Merge pull request #3224 from prototech/ticket/13427Joas Schilling2014-12-273-0/+60
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/13427] Add several before/after template events to mcp_front.html
| * | | | [ticket/13427] Add several before/after template events to mcp_front.html.Cesar G2014-12-093-0/+60
| |/ / / | | | | | | | | | | | | PHPBB3-13427
* | | | Merge pull request #3223 from prototech/ticket/13370Joas Schilling2014-12-271-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/13370] Allow calling class method in convertor framework directly
| * | | | [ticket/13370] Allow calling class method in convertor framework directly.Cesar G2014-12-091-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change allows the usage of array($class, 'method')) directly instead of having to use the functionX syntax as follows: array('function1' => array($class, 'method'))) PHPBB3-13370
* | | | Merge pull request #3218 from rxu/ticket/13419Joas Schilling2014-12-273-0/+12
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/13419] Add the lowermost template event
| * | | | [ticket/13419] Add the lowermost template eventrxu2014-12-063-0/+12
| | |_|/ | |/| | | | | | | | | | PHPBB3-13419
* | | | Merge pull request #3216 from kinerity/ticket/13409Joas Schilling2014-12-271-0/+20
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/13409] Add event core.search_modify_param_before
| * | | | [ticket/13409] Change search_id type and release versionKailey Truscott2014-12-051-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-13409
| * | | | [ticket/13409] Fix event nameKailey Truscott2014-12-041-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-13409
| * | | | [ticket/13409] Add event core.search_modify_param_beforeKailey Truscott2014-12-041-0/+20
| |/ / / | | | | | | | | | | | | PHPBB3-13409
* | | | Merge pull request #3214 from brunoais/ticket/13159Joas Schilling2014-12-271-0/+18
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/13159] Allow to do extra auth checks on report posting
| * | | | [ticket/13159] Allow to do extra auth checks on report postingbrunoais2014-12-031-0/+18
| |/ / / | | | | | | | | | | | | PHPBB3-13159
* | | | Merge pull request #3205 from rxu/ticket/13406Joas Schilling2014-12-271-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/13406] Add a space between the index name and columns list
| * | | | [ticket/13406] Add a space between the index name and columns listrxu2014-11-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently there's no space between the index name and columns list when generating ADD INDEX sql query for MySQL DBMSes. This may cause errors on earlier MySQL versions like 3.23. PHPBB3-13406
* | | | | Merge pull request #3202 from Nicofuma/ticket/13402Joas Schilling2014-12-271-49/+69
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/13402] Code sniffer, unused use, check the function doc blocks
| * | | | | [ticket/13402] Handle arrays and multiples typesTristan Darricau2014-11-301-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13402
| * | | | | [ticket/13402] Refactor unused use SniffTristan Darricau2014-11-301-79/+29
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13402
| * | | | | [ticket/13402] Code sniffer, unused use, check the function doc blocksTristan Darricau2014-11-291-0/+62
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-13402
* | | | | Merge pull request #3191 from Elsensee/ticket/13312Joas Schilling2014-12-271-20/+53
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/13312] Add event core.acp_email_send_before
| * | | | | [ticket/13312] Use empty for usernames arrayOliver Schramm2014-11-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13312
| * | | | | [ticket/13312] Add event core.acp_email_send_beforeOliver Schramm2014-11-261-19/+52
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13312
* | | | | | Merge pull request #3175 from Senky/ticket/13368Joas Schilling2014-12-271-1/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/13368] Add $forum_data to viewforum_get_topic_ids_data event
| * | | | | | [ticket/13368] Update versionJakub Senko2014-12-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13368
| * | | | | | [ticket/13368] Add @changed entryJakub Senko2014-11-241-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13368
| * | | | | | [ticket/13368] Add $forum_data to viewforum_get_topic_ids_data eventJakub Senko2014-11-241-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13368
* | | | | | | Merge pull request #3168 from Senky/ticket/11033Joas Schilling2014-12-271-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/11033] FULLTEXT_SPHINX_NO_CONFIG_DATA references unrequired field
| * | | | | | | [ticket/11033] Update string to reflect real requirementsJakub Senko2014-11-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11033
* | | | | | | | Merge pull request #3167 from Senky/ticket/12924Joas Schilling2014-12-2710-12/+12
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12924] Make meta tags self-closing
| * | | | | | | | [ticket/12924] Remove newlines at the EOFJakub Senko2014-11-222-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12924
| * | | | | | | | [ticket/12924] Make meta tags self-closingJakub Senko2014-11-2210-14/+14
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-12924
* | | | | | | | Merge pull request #3099 from Senky/ticket/13266Joas Schilling2014-12-271-0/+5
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13266] Enabling twig dump function if DEBUG is defined
| * | | | | | | | [ticket/13266] Enable twig dump functionJakub Senko2014-11-011-0/+5
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13266
* | | | | | | | Merge pull request #3159 from Crizz0/ticket/13357Joas Schilling2014-12-271-0/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | [ticket/13357] Adds missing LOG_MOVED_TOPIC for 3.0.12 left-over entries
| * | | | | | | [ticket/13357] Adds missing LOG_MOVED_TOPIC for 3.0.12 left-over entriesCrizzo2014-11-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13357
* | | | | | | | Merge remote-tracking branch 'Senky/ticket/12567' into develop-ascraeusCesar G2014-12-091-1/+1
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Senky/ticket/12567: [ticket/12567] wrap to top
| * | | | | | | | [ticket/12567] wrap to topJakub Senko2014-11-221-1/+1
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12567
* | | | | | | | Merge remote-tracking branch 'Senky/ticket/13319' into develop-ascraeusCesar G2014-12-091-7/+9
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | * Senky/ticket/13319: [ticket/13319] Add missing table tags
| * | | | | | | [ticket/13319] Add missing table tagsJakub Senko2014-11-241-7/+9
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | PHPBB3-13319
* | | | | | | Merge pull request #3208 from prototech/ticket/13396Joas Schilling2014-12-061-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13396] Normalize multibyte characters in attachment file names.