Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3233 from brunoais/ticket/13160 | Joas Schilling | 2015-01-13 | 1 | -2/+35 |
|\ | | | | | | | [ticket/13160] Viewtopic; before viewing permissions event | ||||
| * | [ticket/13160] New line before comment block | brunoais | 2015-01-11 | 1 | -0/+1 |
| | | | | | | | | PHPBB3-13160 | ||||
| * | [ticket/13146] Remove empty line | brunoais | 2015-01-10 | 1 | -1/+0 |
| | | | | | | | | PHPBB3-13146 | ||||
| * | [ticket/13146] "Make it" -> "Set it to" | brunoais | 2015-01-10 | 1 | -2/+2 |
| | | | | | | | | PHPBB3-13146 | ||||
| * | [ticket/13146] Forced line feed on long line | brunoais | 2015-01-10 | 1 | -1/+2 |
| | | | | | | | | PHPBB3-13146 | ||||
| * | [ticket/13146] Fixed wrong tab + space into only tab | brunoais | 2015-01-10 | 1 | -5/+5 |
| | | | | | | | | PHPBB3-13146 | ||||
| * | [ticket/13160] Appending "_check" to override variable names | brunoais | 2015-01-10 | 1 | -16/+16 |
| | | | | | | | | PHPBB3-13160 | ||||
| * | [ticket/13160] lowercase null | brunoais | 2015-01-10 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-13160 | ||||
| * | [ticket/13160] Wrong variable types fixed | brunoais | 2015-01-10 | 1 | -3/+3 |
| | | | | | | | | PHPBB3-13160 | ||||
| * | [ticket/13160] Removed an unwanted tab char. | brunoais | 2015-01-10 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-13160 | ||||
| * | [ticket/13160] Allow override topic_tracking_info | brunoais | 2015-01-10 | 1 | -0/+5 |
| | | | | | | | | PHPBB3-13160 | ||||
| * | [ticket/13160] Allow override f_read and forum password | brunoais | 2015-01-10 | 1 | -2/+8 |
| | | | | | | | | | | | | | | | | Adds a couple of variables to the event that allows extension authors to bypass the f_read and forum password checks as if the user had those permissions whether or not he actually has them. PHPBB3-13160 | ||||
| * | [ticket/13160] Viewtopic; before viewing permissions event | brunoais | 2015-01-10 | 1 | -0/+21 |
| | | | | | | | | | | | | An event before the f_Read permissions check in viewtopic PHPBB3-13160 | ||||
* | | Merge pull request #3283 from Elsensee/ticket/13490 | Joas Schilling | 2015-01-12 | 1 | -1/+1 |
|\ \ | | | | | | | | | | [ticket/13490] Allow multibyte characters in edit reason | ||||
| * | | [ticket/13490] Allow multibyte characters in edit reason | Oliver Schramm | 2015-01-11 | 1 | -1/+1 |
|/ / | | | | | | | PHPBB3-13490 | ||||
* | | Merge pull request #3276 from nickvergessen/ticket/13272 | Dhruv Goel | 2015-01-11 | 1 | -0/+1 |
|\ \ | | | | | | | [ticket/13272] Add vendor/ folder to "changed files" package | ||||
| * | | [ticket/13272] Add vendor/ folder to "changed files" package | Joas Schilling | 2015-01-10 | 1 | -0/+1 |
| |/ | | | | | | | PHPBB3-13272 | ||||
* | | Merge pull request #3176 from Senky/ticket/13346 | Dhruv Goel | 2015-01-11 | 1 | -2/+2 |
|\ \ | | | | | | | [ticket/13346] Fix indentation, spacing and missing divs | ||||
| * | | [ticket/13346] Remove unnecessary divs | Jakub Senko | 2015-01-10 | 1 | -4/+1 |
| | | | | | | | | | | | | PHPBB3-13346 | ||||
| * | | [ticket/13346] Fix indentation, spacing and missing divs | Jakub Senko | 2014-11-24 | 1 | -3/+6 |
| | | | | | | | | | | | | PHPBB3-13346 | ||||
* | | | 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 | ||||
* | | | Merge pull request #3274 from nickvergessen/ticket/13486 | Marc Alexander | 2015-01-10 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | | | | | [ticket/13486] Fix typo in method name | ||||
| * | | | [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 #3272 from nickvergessen/ticket/13307 | Marc Alexander | 2015-01-10 | 2 | -5/+8 |
|\ \ \ \ | |_|/ / |/| | | | | | | | [ticket/13307] Update mysql_upgrader.php to work without the schema_data... | ||||
| * | | | [ticket/13307] Update mysql_upgrader.php to work without the schema_data.php | Joas Schilling | 2015-01-09 | 2 | -5/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | The file has been delete quite some time ago. PHPBB3-13307 | ||||
* | | | | Merge pull request #3166 from nickvergessen/Senky-ticket/12866 | Marc Alexander | 2015-01-10 | 3 | -11/+70 |
|\ \ \ \ | | | | | | | | | | | | | | | | [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 | 2 | -11/+23 |
| | |/ / | |/| | | | | | | | | | | PHPBB3-12866 | ||||
* | | | | Merge pull request #3209 from brunoais/ticket/13146 | Joas Schilling | 2015-01-10 | 9 | -9/+56 |
|\ \ \ \ | | | | | | | | | | | | | | | | [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] dispatcher, not phpbb_dispatcher | brunoais | 2015-01-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13146 | ||||
| * | | | | [ticket/13146] Even more missing phpbb_mock_event_dispatcher() | brunoais | 2015-01-10 | 2 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13146 | ||||
| * | | | | [ticket/13146] Last missing phpbb_mock_event_dispatcher() | brunoais | 2015-01-10 | 1 | -4/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thank you nickvergessen PHPBB3-13146 | ||||
| * | | | | [ticket/13146] Use the correct phpbb_mock_event_dispatcher, instead of builder | brunoais | 2015-01-06 | 6 | -18/+6 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13146 | ||||
| * | | | | [ticket/13146] Missing delete post test mock | brunoais | 2015-01-02 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13146 | ||||
| * | | | | [ticket/13146] Setup mocks for tests with dispatcher | brunoais | 2015-01-02 | 6 | -6/+19 |
| | | | | | | | | | | | | | | | | | | | | 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] Forgot delete_post_test.php | brunoais | 2014-12-03 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13146 | ||||
| * | | | | [ticket/13146] Adding required tests modifications for the new constructor | brunoais | 2014-12-03 | 5 | -5/+10 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13146 | ||||
| * | | | | [ticket/13146] FIxed wrong order in config/content.yml | brunoais | 2014-12-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-13146 |