| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/13147] Renaming content_replaced->get_global_visibility_sql_overwrite | brunoais | 2015-01-10 | 1 | -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 injection | brunoais | 2015-01-10 | 1 | -3/+1 |
| | | | | | | | Using globals is NG. Using a parameter instead. PHPBB3-13147 | ||||
| * | [ticket/13147] Using $phpbb_dispatcher global var | brunoais | 2015-01-10 | 1 | -1/+12 |
| | | | | | PHPBB3-13147 | ||||
| * | [ticket/13147] Allow changing the result of calling get_global_visibility_sql | brunoais | 2015-01-10 | 1 | -0/+20 |
| | | | | | PHPBB3-13147 | ||||
| * | Merge pull request #3166 from nickvergessen/Senky-ticket/12866 | Marc Alexander | 2015-01-10 | 2 | -5/+52 |
| |\ | | | | | | | [ticket/12866] Wrong profile field validation options | ||||
| | * | [ticket/12866] Update existing profile fields with the new validation | Joas Schilling | 2014-11-28 | 1 | -0/+47 |
| | | | | | | | | | PHPBB3-12866 | ||||
| | * | [ticket/12866] Assume underscore is part of \w | Jakub Senko | 2014-11-28 | 1 | -5/+5 |
| | | | | | | | | | PHPBB3-12866 | ||||
| * | | Merge pull request #3209 from brunoais/ticket/13146 | Joas Schilling | 2015-01-10 | 1 | -1/+39 |
| |\ \ | | | | | | | | | | [ticket/13146] Allow changing the result of calling get_forums_visibility_sql | ||||
| | * | | [ticket/13146] Removed stray empty line | brunoais | 2015-01-10 | 1 | -1/+0 |
| | | | | | | | | | | | | | PHPBB3-13146 | ||||
| | * | | [ticket/13146] Realign variables and descriptions in event | brunoais | 2014-12-29 | 1 | -5/+5 |
| | | | | | | | | | | | | | PHPBB3-13146 | ||||
| | * | | [ticket/13146] Improved $get_forums_visibility_sql_overwrite's clarity | brunoais | 2014-12-29 | 1 | -2/+4 |
| | | | | | | | | | | | | | PHPBB3-13146 | ||||
| | * | | [ticket/13146] Fixed variable name for the override | brunoais | 2014-12-03 | 1 | -5/+5 |
| | | | | | | | | | | | | | PHPBB3-13146 | ||||
| | * | | [ticket/13146] Fixing what merging broke | brunoais | 2014-12-03 | 1 | -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 list | brunoais | 2014-12-03 | 1 | -1/+9 |
| | | | | | | | | | | | | | PHPBB3-13146 | ||||
| | * | | [ticket/13146] $contentReplaced -> $content_replaced | brunoais | 2014-12-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-13146 | ||||
| | * | | [ticket/13146] Extra line for clarity | brunoais | 2014-12-03 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | Added an extra line after the "if ($contentReplaced)" to help reading the code PHPBB3-13146 | ||||
| | * | | [ticket/13146] $phpbb_dispatcher was missing | brunoais | 2014-12-03 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | Added $phpbb_dispatcher to the globals list for this function. PHPBB3-13146 | ||||
| | * | | [ticket/13146] Typo on the returning variable | brunoais | 2014-12-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-13146 | ||||
| | * | | [ticket/13147] Adding $approve_forums to the list of the event's variables | brunoais | 2014-12-03 | 1 | -2/+4 |
| | | | | | | | | | | | | | PHPBB3-13147 | ||||
| | * | | [ticket/13146] Adding $content_replaced to allow even more flexibility | brunoais | 2014-12-03 | 1 | -0/+7 |
| | | | | | | | | | | | | | PHPBB3-13146 | ||||
| | * | | [ticket/13146] Allow changing the result of calling get_forums_visibility_sql | brunoais | 2014-12-03 | 1 | -0/+19 |
| | | | | | | | | | | | | | PHPBB3-13146 | ||||
| * | | | Merge pull request #3189 from rxu/ticket/12926 | Joas Schilling | 2015-01-10 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | | | [ticket/12926] Support for IDN (IRI) | ||||
| | * | | | [ticket/12926] Support for IDN (IRI) | rxu | 2014-11-27 | 1 | -1/+1 |
| | | |/ | |/| | | | | | | | | | | | | | Add international domain name support for URLs. PHPBB3-12926 | ||||
| * | | | Merge pull request #3128 from omniError/ticket/13306 | Joas Schilling | 2015-01-09 | 1 | -2/+15 |
| |\ \ \ | | | | | | | | | | | | | [ticket/13306] add error level to collector | ||||
| | * | | | [ticket/13306] move error_reporting call | omniError | 2014-11-13 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-13306 PHPBB3-13306 | ||||
| | * | | | [ticket/13306] allow 0 error types | omniError | 2014-11-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-13306 PHPBB3-13306 | ||||
| | * | | | [ticket/13306] constructor sets error types | omniError | 2014-11-11 | 1 | -2/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-13306 PHPBB3-13306 | ||||
| | * | | | [ticket/13306] add error level to collector | omniError | 2014-11-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-13306 PHPBB3-13306 | ||||
| * | | | | Merge pull request #3227 from prototech/ticket/13366 | Joas Schilling | 2015-01-09 | 1 | -0/+31 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/13366] Ensure plupload_last_gc config entry is dynamic. | ||||
| | * | | | | [ticket/13366] Ensure plupload_last_gc config entry is dynamic. | Cesar G | 2014-12-09 | 1 | -0/+31 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13366 | ||||
| * | | | | | Merge pull request #3258 from marc1706/ticket/13385 | Joas Schilling | 2015-01-09 | 1 | -2/+2 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/13385] Free result in \phpbb\config\db::set_atomic() | ||||
| | * | | | | | [ticket/13385] Remove unneeded $result in \phpbb\config\db::set_atomic() | Marc Alexander | 2015-01-09 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13385 | ||||
| * | | | | | | [ticket/13432] Make sure to add language file when including acp_modules | Marc Alexander | 2015-01-09 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13432 | ||||
| * | | | | | | Merge pull request #3221 from MasterShredder/ticket/13422 | Joas Schilling | 2015-01-06 | 1 | -1/+15 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [ticket/13422] New events for save custom cookies and set custom ban type | ||||
| | * | | | | | | [ticket/13422] Changed variable descriptions | MasterShredder | 2014-12-28 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13422 | ||||
| | * | | | | | | [ticket/13422] Deleted event core.session_check_user_session | MasterShredder | 2014-12-08 | 1 | -9/+1 |
| | | | | | | | | |||||
| | * | | | | | | [ticket/13422] Add new event core.session_set_custom_ban | MasterShredder | 2014-12-07 | 1 | -1/+15 |
| | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13422 | ||||
| | * | | | | | | [ticket/13422] Add new event core.session_check_user_session | MasterShredder | 2014-12-07 | 1 | -1/+9 |
| | | |/ / / / | |/| | | | | | | | | | | PHPBB3-13422 | ||||
| * | | | | | | Merge pull request #3211 from brunoais/ticket/13148 | Joas Schilling | 2015-01-06 | 1 | -0/+44 |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | [ticket/13148] Creating a final way to modify edit logs output | ||||
| | * | | | | | [ticket/13148] Wrong version num; copy & paste fail | brunoais | 2014-12-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13148 | ||||
| | * | | | | | [ticket/13148] Fixed my error | brunoais | 2014-12-28 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13148 | ||||
| | * | | | | | [ticket/13148] Fixed syntax error | brunoais | 2014-12-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13148 | ||||
| | * | | | | | [ticket/13148] Added more variables as requested | brunoais | 2014-12-28 | 1 | -2/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added more variables as requested and some extra that may be of use. PHPBB3-13148 | ||||
| | * | | | | | [ticket/13148] Creating a final way to modify edit logs output | brunoais | 2014-12-03 | 1 | -0/+14 |
| | | |_|_|/ | |/| | | | | | | | | | | | | | PHPBB3-13148 | ||||
| * | | | | | Merge pull request #3229 from n-aleha/ticket/13098 | Joas Schilling | 2014-12-27 | 1 | -0/+38 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/13098] Repair Yahoo contact field | ||||
| | * | | | | | [ticket/13098] Repair Yahoo contact field | n-aleha | 2014-12-12 | 1 | -0/+38 |
| | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | Update the Yahoo link of the yahoo profile field. PHPBB3-13098 | ||||
| * | | | | | Merge pull request #3205 from rxu/ticket/13406 | Joas Schilling | 2014-12-27 | 1 | -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 list | rxu | 2014-11-30 | 1 | -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 #3099 from Senky/ticket/13266 | Joas Schilling | 2014-12-27 | 1 | -0/+5 |
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | | | | | | | [ticket/13266] Enabling twig dump function if DEBUG is defined | ||||
| | * | | | | | [ticket/13266] Enable twig dump function | Jakub Senko | 2014-11-01 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13266 | ||||
