Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3055 from marc1706/ticket/13192 | Tristan Darricau | 2015-01-19 | 1 | -0/+34 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13192] Add method for generating valid user page links based on mod_rewrite * marc1706/ticket/13192: [ticket/13192] Add test for app.php in external subfolder [ticket/13192] Use ltrim() instead of preg_replace() [ticket/13192] Order test cases consistently [ticket/13192] Remove app.php on mod rewrite even if app.php is outside root [ticket/13192] Pass correct parameters and rename method to get_valid_page [ticket/13192] Use get_valid_user_page in confirm_box() and cleanup globals [ticket/13192] Use get_valid_user_page method in build_url function [ticket/13192] Add method for generating valid user page links | ||||
| * | [ticket/13192] Use ltrim() instead of preg_replace() | Marc Alexander | 2015-01-10 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-13192 | ||||
| * | [ticket/13192] Remove app.php on mod rewrite even if app.php is outside root | Marc Alexander | 2015-01-04 | 1 | -4/+7 |
| | | | | | | | | PHPBB3-13192 | ||||
| * | [ticket/13192] Pass correct parameters and rename method to get_valid_page | Marc Alexander | 2014-10-21 | 1 | -9/+9 |
| | | | | | | | | PHPBB3-13192 | ||||
| * | [ticket/13192] Add method for generating valid user page links | Marc Alexander | 2014-10-21 | 1 | -0/+31 |
| | | | | | | | | PHPBB3-13192 | ||||
* | | Merge pull request #3234 from brunoais/ticket/13154 | Joas Schilling | 2015-01-13 | 1 | -1/+26 |
|\ \ | | | | | | | | | | [ticket/13154] Event to edit user list for notification in notifications | ||||
| * | | [ticket/13154] Wrong variable name in the comment block | brunoais | 2014-12-19 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-13154 | ||||
| * | | [ticket/13154] space before @var | brunoais | 2014-12-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Not a tab. PHPBB3-13154 | ||||
| * | | [ticket/13154] Forgot the $this-> | brunoais | 2014-12-17 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-13154 | ||||
| * | | [ticket/13154] Adding phpBB dispatcher to notifications manager | brunoais | 2014-12-17 | 1 | -1/+6 |
| | | | | | | | | | | | | PHPBB3-13154 | ||||
| * | | [ticket/13154] Allow filtering the list of users to be notified | brunoais | 2014-12-17 | 1 | -0/+20 |
| | | | | | | | | | | | | PHPBB3-13154 | ||||
* | | | Merge pull request #3210 from brunoais/ticket/13147 | Joas Schilling | 2015-01-10 | 1 | -0/+29 |
|\ \ \ | | | | | | | | | | | | | [ticket/13147] Change get_global_visibility_sql()'s results | ||||
| * | | | [ticket/13147] New line before comment block | brunoais | 2015-01-10 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | PHPBB3-13147 | ||||
| * | | | [ticket/13147] Override variable name changed by request | brunoais | 2015-01-10 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | PHPBB3-13147 | ||||
| * | | | [ticket/13147] Wrong extra new line | brunoais | 2015-01-10 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | PHPBB3-13147 | ||||
| * | | | [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 | ||||
* | | | | [ticket/13486] Fix typo in method name | Joas Schilling | 2015-01-10 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | PHPBB3-13486 | ||||
* | | | | Merge pull request #3195 from nickvergessen/ticket/13238-asc | Marc Alexander | 2015-01-10 | 2 | -12/+70 |
|\ \ \ \ | |/ / / |/| | | | | | | | [ticket/13238] Do not drop indexes that do not exist from fulltext search | ||||
| * | | | [ticket/13238] Do not drop indexes that do not exist from fulltext search | Joas Schilling | 2014-11-28 | 2 | -12/+70 |
| | | | | | | | | | | | | | | | | PHPBB3-13238 | ||||
* | | | | 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 |