aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
* 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 #3278 from rxu/ticket/13492Joas Schilling2015-01-201-0/+70
|\ \ | | | | | | | | | [ticket/13492] Fix IDN support for custom BBCode URL tokens
| * | [ticket/13492] Add the migration to update custom bbcodes with IDN regexpsrxu2015-01-201-0/+70
| | | | | | | | | | | | | | | | | | Also fix the $utf8 checking regexp removing the curly braces. PHPBB3-13492
* | | [ticket/13504] Fix invalid variable $userJoas Schilling2015-01-191-1/+1
| | | | | | | | | | | | PHPBB3-13504
* | | Merge pull request #3055 from marc1706/ticket/13192Tristan Darricau2015-01-191-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 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-211-9/+9
| | | | | | | | | | | | | | | | 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-131-1/+26
|\ \ \ \ | |_|/ / |/| | | | | | | [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-171-1/+6
| | | | | | | | | | | | | | | | PHPBB3-13154
| * | | [ticket/13154] Allow filtering the list of users to be notifiedbrunoais2014-12-171-0/+20
| | | | | | | | | | | | | | | | PHPBB3-13154
* | | | 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
* | | | | [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 #3166 from nickvergessen/Senky-ticket/12866Marc Alexander2015-01-102-5/+52
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [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-281-5/+5
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-12866
* | | | | Merge pull request #3209 from brunoais/ticket/13146Joas Schilling2015-01-101-1/+39
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [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] 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] Fixed variable name for the overridebrunoais2014-12-031-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13146
| * | | | | [ticket/13146] Fixing what merging brokebrunoais2014-12-031-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 listbrunoais2014-12-031-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13146
| * | | | | [ticket/13146] $contentReplaced -> $content_replacedbrunoais2014-12-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13146
| * | | | | [ticket/13146] Extra line for claritybrunoais2014-12-031-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added an extra line after the "if ($contentReplaced)" to help reading the code PHPBB3-13146
| * | | | | [ticket/13146] $phpbb_dispatcher was missingbrunoais2014-12-031-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added $phpbb_dispatcher to the globals list for this function. PHPBB3-13146
| * | | | | [ticket/13146] Typo on the returning variablebrunoais2014-12-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13146
| * | | | | [ticket/13147] Adding $approve_forums to the list of the event's variablesbrunoais2014-12-031-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13147
| * | | | | [ticket/13146] Adding $content_replaced to allow even more flexibilitybrunoais2014-12-031-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13146
| * | | | | [ticket/13146] Allow changing the result of calling get_forums_visibility_sqlbrunoais2014-12-031-0/+19
| | |/ / / | |/| | | | | | | | | | | | | PHPBB3-13146
* | | | | Merge pull request #3189 from rxu/ticket/12926Joas Schilling2015-01-101-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/12926] Support for IDN (IRI)
| * | | | | [ticket/12926] Support for IDN (IRI)rxu2014-11-271-1/+1
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | Add international domain name support for URLs. PHPBB3-12926
* | | | | Merge pull request #3128 from omniError/ticket/13306Joas Schilling2015-01-091-2/+15
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/13306] add error level to collector
| * | | | | [ticket/13306] move error_reporting callomniError2014-11-131-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-13306 PHPBB3-13306
| * | | | | [ticket/13306] allow 0 error typesomniError2014-11-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-13306 PHPBB3-13306
| * | | | | [ticket/13306] constructor sets error typesomniError2014-11-111-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-13306 PHPBB3-13306