aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13147] Renaming content_replaced->get_global_visibility_sql_overwritebrunoais2015-01-101-10/+10
| | | | | | | | Renamed content_replaced to get_global_visibility_sql_overwrite in order to follow the convention in other events' variables that have the same basic function PHPBB3-13147
* [ticket/13147] Removing globals and using injectionbrunoais2015-01-101-3/+1
| | | | | | Using globals is NG. Using a parameter instead. PHPBB3-13147
* [ticket/13147] Using $phpbb_dispatcher global varbrunoais2015-01-101-1/+12
| | | | PHPBB3-13147
* [ticket/13147] Allow changing the result of calling get_global_visibility_sqlbrunoais2015-01-101-0/+20
| | | | PHPBB3-13147
* Merge pull request #3166 from nickvergessen/Senky-ticket/12866Marc Alexander2015-01-102-5/+52
|\ | | | | | | [ticket/12866] Wrong profile field validation options
| * [ticket/12866] Update existing profile fields with the new validationJoas Schilling2014-11-281-0/+47
| | | | | | | | PHPBB3-12866
| * [ticket/12866] Assume underscore is part of \wJakub Senko2014-11-281-5/+5
| | | | | | | | PHPBB3-12866
* | Merge pull request #3209 from brunoais/ticket/13146Joas Schilling2015-01-102-1/+40
|\ \ | | | | | | | | | [ticket/13146] Allow changing the result of calling get_forums_visibility_sql
| * | [ticket/13146] Removed stray empty linebrunoais2015-01-101-1/+0
| | | | | | | | | | | | PHPBB3-13146
| * | [ticket/13146] dispatcher, not phpbb_dispatcherbrunoais2015-01-101-1/+1
| | | | | | | | | | | | PHPBB3-13146
| * | [ticket/13146] Realign variables and descriptions in eventbrunoais2014-12-291-5/+5
| | | | | | | | | | | | PHPBB3-13146
| * | [ticket/13146] Improved $get_forums_visibility_sql_overwrite's claritybrunoais2014-12-291-2/+4
| | | | | | | | | | | | PHPBB3-13146
| * | [ticket/13146] FIxed wrong order in config/content.ymlbrunoais2014-12-031-1/+1
| | | | | | | | | | | | PHPBB3-13146
| * | [ticket/13146] Fixed variable name for the overridebrunoais2014-12-031-5/+5
| | | | | | | | | | | | PHPBB3-13146
| * | [ticket/13146] Wrong usage of tabs in .ymlbrunoais2014-12-031-1/+1
| | | | | | | | | | | | PHPBB3-13146
| * | [ticket/13146] Fixing what merging brokebrunoais2014-12-031-4/+2
| | | | | | | | | | | | | | | | | | Merging added content I didn't expect it to add. This fixes back to what it is supposed to be. PHPBB3-13146
| * | [ticket/13146] Adding eventDispatcher to the listbrunoais2014-12-032-1/+10
| | | | | | | | | | | | PHPBB3-13146
| * | [ticket/13146] $contentReplaced -> $content_replacedbrunoais2014-12-031-1/+1
| | | | | | | | | | | | PHPBB3-13146
| * | [ticket/13146] Extra line for claritybrunoais2014-12-031-0/+1
| | | | | | | | | | | | | | | | | | Added an extra line after the "if ($contentReplaced)" to help reading the code PHPBB3-13146
| * | [ticket/13146] $phpbb_dispatcher was missingbrunoais2014-12-031-0/+2
| | | | | | | | | | | | | | | | | | Added $phpbb_dispatcher to the globals list for this function. PHPBB3-13146
| * | [ticket/13146] Typo on the returning variablebrunoais2014-12-031-1/+1
| | | | | | | | | | | | PHPBB3-13146
| * | [ticket/13147] Adding $approve_forums to the list of the event's variablesbrunoais2014-12-031-2/+4
| | | | | | | | | | | | PHPBB3-13147
| * | [ticket/13146] Adding $content_replaced to allow even more flexibilitybrunoais2014-12-031-0/+7
| | | | | | | | | | | | PHPBB3-13146
| * | [ticket/13146] Allow changing the result of calling get_forums_visibility_sqlbrunoais2014-12-031-0/+19
| | | | | | | | | | | | PHPBB3-13146
* | | Merge pull request #3189 from rxu/ticket/12926Joas Schilling2015-01-104-10/+171
|\ \ \ | | | | | | | | | | | | [ticket/12926] Support for IDN (IRI)
| * | | [ticket/12926] Get rid of the $scheme and $inline vars, fix regex_idn.phprxu2015-01-102-34/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Get rid of the $scheme and $inline vars, fix regex_idn.php to generate both common and inline mode regexes all at once. PHPBB3-12926
| * | | [ticket/12926] Support for IDN (IRI)rxu2014-11-274-6/+149
| | | | | | | | | | | | | | | | | | | | | | | | Add international domain name support for URLs. PHPBB3-12926
* | | | Merge pull request #3265 from tas2580/develop-ascraeusJoas Schilling2015-01-092-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/13453] Sort param in Canonical URL
| * | | | [ticket/13453] Sort param in Canonical URLTobi Schäfer2015-01-062-2/+2
| | | | | | | | | | | | | | | PHPBB3-13453
* | | | | Merge pull request #3128 from omniError/ticket/13306Joas Schilling2015-01-091-2/+15
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/13306] add error level to collector
| * | | | | [ticket/13306] move error_reporting callomniError2014-11-131-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-13306 PHPBB3-13306
| * | | | | [ticket/13306] allow 0 error typesomniError2014-11-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-13306 PHPBB3-13306
| * | | | | [ticket/13306] constructor sets error typesomniError2014-11-111-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-13306 PHPBB3-13306
| * | | | | [ticket/13306] add error level to collectoromniError2014-11-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-13306 PHPBB3-13306
* | | | | | Merge pull request #3227 from prototech/ticket/13366Joas Schilling2015-01-091-0/+31
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/13366] Ensure plupload_last_gc config entry is dynamic.
| * | | | | | [ticket/13366] Ensure plupload_last_gc config entry is dynamic.Cesar G2014-12-091-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13366
* | | | | | | Merge pull request #3242 from lavigor/ticket/13442Joas Schilling2015-01-091-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13442] UTF-8 symbols for database host
| * | | | | | | [ticket/13442] UTF-8 symbols for database hostlavigor2015-01-021-1/+1
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added support for cyrillic domains as database hosts. PHPBB3-13442
* | | | | | | Merge pull request #3258 from marc1706/ticket/13385Joas Schilling2015-01-091-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13385] Free result in \phpbb\config\db::set_atomic()
| * | | | | | | [ticket/13385] Remove unneeded $result in \phpbb\config\db::set_atomic()Marc Alexander2015-01-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13385
* | | | | | | | Merge pull request #3267 from Elsensee/ticket/13478Joas Schilling2015-01-091-1/+21
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13478] Add event core.bbcode_cache_init_end
| * | | | | | | | [ticket/13478] Add event core.bbcode_cache_init_endOliver Schramm2015-01-081-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13478
* | | | | | | | | Merge pull request #3268 from Elsensee/ticket/13470Joas Schilling2015-01-091-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13470] Fix non-empty username array if no usernames are given
| * | | | | | | | | [ticket/13470] Fix non-empty username array if no usernames are givenOliver Schramm2015-01-081-1/+1
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13470
* | | | | | | | | [ticket/13432] Make sure to add language file when including acp_modulesMarc Alexander2015-01-091-0/+1
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13432
* | | | | | | | Merge pull request #3262 from Elsensee/ticket/13466Joas Schilling2015-01-061-0/+9
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13466] Add bitfield and uid to event core.message_parser_check_message
| * | | | | | | | [ticket/13466] Add bitfield and uid to event core.message_parser_check_messageOliver Schramm2015-01-051-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13466
* | | | | | | | | Merge pull request #3243 from kinerity/ticket/13437Joas Schilling2015-01-063-0/+20
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13437] Add template event viewtopic_body_post_author_before/after
| * | | | | | | | | [ticket/13437] Change "View" to "view"Kailey Truscott2015-01-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13437
| * | | | | | | | | Fix events.md event nameKailey Truscott2015-01-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13437