aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3233 from brunoais/ticket/13160Joas Schilling2015-01-131-2/+35
|\ | | | | | | [ticket/13160] Viewtopic; before viewing permissions event
| * [ticket/13160] New line before comment blockbrunoais2015-01-111-0/+1
| | | | | | | | PHPBB3-13160
| * [ticket/13146] Remove empty linebrunoais2015-01-101-1/+0
| | | | | | | | PHPBB3-13146
| * [ticket/13146] "Make it" -> "Set it to"brunoais2015-01-101-2/+2
| | | | | | | | PHPBB3-13146
| * [ticket/13146] Forced line feed on long linebrunoais2015-01-101-1/+2
| | | | | | | | PHPBB3-13146
| * [ticket/13146] Fixed wrong tab + space into only tabbrunoais2015-01-101-5/+5
| | | | | | | | PHPBB3-13146
| * [ticket/13160] Appending "_check" to override variable namesbrunoais2015-01-101-16/+16
| | | | | | | | PHPBB3-13160
| * [ticket/13160] lowercase nullbrunoais2015-01-101-1/+1
| | | | | | | | PHPBB3-13160
| * [ticket/13160] Wrong variable types fixedbrunoais2015-01-101-3/+3
| | | | | | | | PHPBB3-13160
| * [ticket/13160] Removed an unwanted tab char.brunoais2015-01-101-1/+1
| | | | | | | | PHPBB3-13160
| * [ticket/13160] Allow override topic_tracking_infobrunoais2015-01-101-0/+5
| | | | | | | | PHPBB3-13160
| * [ticket/13160] Allow override f_read and forum passwordbrunoais2015-01-101-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 eventbrunoais2015-01-101-0/+21
| | | | | | | | | | | | An event before the f_Read permissions check in viewtopic PHPBB3-13160
* | Merge pull request #3283 from Elsensee/ticket/13490Joas Schilling2015-01-121-1/+1
|\ \ | | | | | | | | | [ticket/13490] Allow multibyte characters in edit reason
| * | [ticket/13490] Allow multibyte characters in edit reasonOliver Schramm2015-01-111-1/+1
|/ / | | | | | | PHPBB3-13490
* | Merge pull request #3276 from nickvergessen/ticket/13272Dhruv Goel2015-01-111-0/+1
|\ \ | | | | | | [ticket/13272] Add vendor/ folder to "changed files" package
| * | [ticket/13272] Add vendor/ folder to "changed files" packageJoas Schilling2015-01-101-0/+1
| |/ | | | | | | PHPBB3-13272
* | Merge pull request #3176 from Senky/ticket/13346Dhruv Goel2015-01-111-2/+2
|\ \ | | | | | | [ticket/13346] Fix indentation, spacing and missing divs
| * | [ticket/13346] Remove unnecessary divsJakub Senko2015-01-101-4/+1
| | | | | | | | | | | | PHPBB3-13346
| * | [ticket/13346] Fix indentation, spacing and missing divsJakub Senko2014-11-241-3/+6
| | | | | | | | | | | | PHPBB3-13346
* | | Merge pull request #3210 from brunoais/ticket/13147Joas Schilling2015-01-101-0/+29
|\ \ \ | |_|/ |/| | | | | [ticket/13147] Change get_global_visibility_sql()'s results
| * | [ticket/13147] New line before comment blockbrunoais2015-01-101-0/+1
| | | | | | | | | | | | PHPBB3-13147
| * | [ticket/13147] Override variable name changed by requestbrunoais2015-01-101-5/+5
| | | | | | | | | | | | PHPBB3-13147
| * | [ticket/13147] Wrong extra new linebrunoais2015-01-101-1/+0
| | | | | | | | | | | | PHPBB3-13147
| * | [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 #3274 from nickvergessen/ticket/13486Marc Alexander2015-01-101-2/+2
|\ \ \ | | | | | | | | | | | | [ticket/13486] Fix typo in method name
| * | | [ticket/13486] Fix typo in method nameJoas Schilling2015-01-101-2/+2
|/ / / | | | | | | | | | PHPBB3-13486
* | | Merge pull request #3195 from nickvergessen/ticket/13238-ascMarc Alexander2015-01-102-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 searchJoas Schilling2014-11-282-12/+70
| | | | | | | | | | | | | | | | PHPBB3-13238
* | | | Merge pull request #3272 from nickvergessen/ticket/13307Marc Alexander2015-01-102-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.phpJoas Schilling2015-01-092-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | The file has been delete quite some time ago. PHPBB3-13307
* | | | Merge pull request #3166 from nickvergessen/Senky-ticket/12866Marc Alexander2015-01-103-11/+70
|\ \ \ \ | | | | | | | | | | | | | | | [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-282-11/+23
| | |/ / | |/| | | | | | | | | | PHPBB3-12866
* | | | Merge pull request #3209 from brunoais/ticket/13146Joas Schilling2015-01-109-9/+56
|\ \ \ \ | | | | | | | | | | | | | | | [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] Even more missing phpbb_mock_event_dispatcher()brunoais2015-01-102-2/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-13146
| * | | | [ticket/13146] Last missing phpbb_mock_event_dispatcher()brunoais2015-01-101-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thank you nickvergessen PHPBB3-13146
| * | | | [ticket/13146] Use the correct phpbb_mock_event_dispatcher, instead of builderbrunoais2015-01-066-18/+6
| | | | | | | | | | | | | | | | | | | | PHPBB3-13146
| * | | | [ticket/13146] Missing delete post test mockbrunoais2015-01-021-1/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-13146
| * | | | [ticket/13146] Setup mocks for tests with dispatcherbrunoais2015-01-026-6/+19
| | | | | | | | | | | | | | | | | | | | 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] Forgot delete_post_test.phpbrunoais2014-12-031-1/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-13146
| * | | | [ticket/13146] Adding required tests modifications for the new constructorbrunoais2014-12-035-5/+10
| | | | | | | | | | | | | | | | | | | | PHPBB3-13146
| * | | | [ticket/13146] FIxed wrong order in config/content.ymlbrunoais2014-12-031-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-13146