aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | [ticket/10985] Add fix to properly inherit style during update processJakub Senko2014-09-231-0/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-10985
| * | | | [ticket/11613] Allow cookies to work on netbios domainsJakub Senko2014-11-261-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-11613
* | | | | Merge pull request #3138 from prototech/ticket/12642Joas Schilling2015-01-201-19/+19
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/12642] Ensure CPF type specific options are set when editing booleans.
| * | | | | [ticket/12642] Ensure CPF type specific options are set when editing booleans.Cesar G2014-11-111-19/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | prepare_hidden_fields is expected to return null if the option is not sent in the request. The boolean method returns false instead, which results in the options being set as false in hidden fields when accessing the first edit step. When checking the "Default value" option, there is also a failure to check whether the "Field type" option is set to checkbox, thus resulting in this option getting lost as well. PHPBB3-12642
* | | | | | Merge pull request #3226 from prototech/ticket/13420Joas Schilling2015-01-201-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/13420] Correctly filter by lt/gt/equal to 0 posts when pruning users.
| * | | | | | [ticket/13420] Correctly filter by lt/gt/equal to 0 posts when pruning users.Cesar G2014-12-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13420
* | | | | | | Merge pull request #3278 from rxu/ticket/13492Joas Schilling2015-01-202-1/+73
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13492] Fix IDN support for custom BBCode URL tokens
| * | | | | | | [ticket/13492] Add the migration to update custom bbcodes with IDN regexpsrxu2015-01-202-1/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fix the $utf8 checking regexp removing the curly braces. PHPBB3-13492
| * | | | | | | [ticket/13492] Add IDN support for custom BBCode URL tokensrxu2015-01-111-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Custom BBCode URL tokens does not support IDN. Custom BBCodes added earlier than IDN has been applied are unaffected. PHPBB3-13492
* | | | | | | | [ticket/13504] Fix invalid variable $userJoas Schilling2015-01-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13504
* | | | | | | | Merge pull request #3296 from PayBas/ticket/13431Joas Schilling2015-01-191-28/+28
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13431] Fix responsive RTL media queries for <IE11
| * | | | | | | | [ticket/13431] Fix responsive RTL media queries for <IE11PayBas2015-01-161-28/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13431
* | | | | | | | | Merge pull request #3294 from PayBas/ticket/13507Joas Schilling2015-01-191-0/+3
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13507] Fix horizontal scrollbar for large images in posts
| * | | | | | | | | [ticket/13507] Fix horizontal scrollbar for large images in postsPayBas2015-01-161-0/+3
| |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13507
* | | | | | | | | Merge pull request #3055 from marc1706/ticket/13192Tristan Darricau2015-01-192-23/+38
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [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 Alexander2015-01-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13192
| * | | | | | | | [ticket/13192] Remove app.php on mod rewrite even if app.php is outside rootMarc Alexander2015-01-041-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13192
| * | | | | | | | [ticket/13192] Pass correct parameters and rename method to get_valid_pageMarc Alexander2014-10-212-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13192
| * | | | | | | | [ticket/13192] Use get_valid_user_page in confirm_box() and cleanup globalsMarc Alexander2014-10-211-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The $request global existed twice and the $phpEx global is not being used in confirm_box(). PHPBB3-13192
| * | | | | | | | [ticket/13192] Use get_valid_user_page method in build_url functionMarc Alexander2014-10-211-20/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13192
| * | | | | | | | [ticket/13192] Add method for generating valid user page linksMarc Alexander2014-10-211-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13192
* | | | | | | | | Merge pull request #3234 from brunoais/ticket/13154Joas Schilling2015-01-132-1/+27
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13154] Event to edit user list for notification in notifications
| * | | | | | | | | [ticket/13154] Wrong variable name in the comment blockbrunoais2014-12-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13154
| * | | | | | | | | [ticket/13154] space before @varbrunoais2014-12-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Not a tab. PHPBB3-13154
| * | | | | | | | | [ticket/13154] Forgot the $this->brunoais2014-12-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13154
| * | | | | | | | | [ticket/13154] Adding phpBB dispatcher to notifications managerbrunoais2014-12-172-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13154
| * | | | | | | | | [ticket/13154] Allow filtering the list of users to be notifiedbrunoais2014-12-171-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13154
* | | | | | | | | | 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
* | | | | | | | | | [ticket/13490] Allow multibyte characters in edit reasonOliver Schramm2015-01-111-1/+1
| |_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13490
* | | | | | | | | 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