aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13891] Handle verbosityTristan Darricau2015-07-022-8/+23
| | | | PHPBB3-13891
* [ticket/13891] Added elapsed/estimated time and memory to the progress barJoshyPHP2015-07-021-3/+3
| | | | | | Also fixed some extra whitespace. PHPBB3-13891
* [ticket/13891] Use the SymfonyStyle in the reparse commandTristan Darricau2015-07-012-5/+35
| | | | PHPBB3-13891
* [ticket/13891] Updated range descriptionJoshyPHP2015-06-302-7/+7
| | | | | | Does not count #0 as a potential record PHPBB3-13891
* [ticket/13891] Added a progress barJoshyPHP2015-06-302-7/+21
| | | | PHPBB3-13891
* [ticket/13891] Added command-line optionsJoshyPHP2015-06-302-9/+37
| | | | PHPBB3-13891
* [ticket/13891] Replaced ContainerBuilder with service_collectionJoshyPHP2015-06-303-13/+12
| | | | PHPBB3-13891
* [ticket/13891] Added reparser:list and reparser:reparse to CLIJoshyPHP2015-06-304-0/+197
| | | | PHPBB3-13891
* Merge pull request #3689 from s9e/ticket/13880-fix-masterTristan Darricau2015-06-292-28/+68
|\ | | | | | | [ticket/13880] Merge branch 'fix-3.1' into fix-master
| * [ticket/13880] Merge branch 'ticket/13880' into ticket/13880-fix-masterJoshyPHP2015-06-272-28/+68
| |\ | | | | | | | | | PHPBB3-13880
| | * [ticket/13880] Replaced the quote regexp to allow bracketsJoshyPHP2015-06-271-1/+1
| | | | | | | | | | | | | | | | | | This matches the regexp used in bbcode::bbcode_cache_init() PHPBB3-13880
| | * [ticket/13880] Automatically remove quotes that are nested too deepJoshyPHP2015-06-272-23/+61
| | | | | | | | | | | | PHPBB3-13880
* | | Merge pull request #3730 from s9e/ticket/13970Tristan Darricau2015-06-291-1/+1
|\ \ \ | | | | | | | | | | | | [ticket/13970] Save the value of the optional [code] parameter
| * | | [ticket/13970] Save the value of the optional [code] parameterJoshyPHP2015-06-271-1/+1
| |/ / | | | | | | | | | PHPBB3-13970
* | | Merge branch '3.1.x'Joas Schilling2015-06-276-2/+28
|\ \ \
| * \ \ Merge pull request #3620 from VSEphpbb/ticket/13818Joas Schilling2015-06-276-2/+28
| |\ \ \ | | | | | | | | | | | | | | | [ticket/13818] Add Extension and Style CDB Links into ACP Management pages
| | * | | [ticket/13818] Add browse CDB links to ext style lang managementMatt Friedman2015-06-066-2/+28
| | | | | | | | | | | | | | | | | | | | PHPBB3-13818
* | | | | Merge branch '3.1.x'Joas Schilling2015-06-271-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #3714 from marc1706/ticket/13951Joas Schilling2015-06-271-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/13951] Make sure the page number is an integer
| | * | | | [ticket/13951] Make sure the page number is an integerMarc Alexander2015-06-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13951
* | | | | | Merge branch '3.1.x'Joas Schilling2015-06-271-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #3725 from RMcGirr83/ticket/13962Joas Schilling2015-06-271-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/13962] MCP Queue dropdown for forum selection
| | * | | | | [ticket/13962] MCP Queue dropdown for forum selectionRMcGirr832015-06-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13962
* | | | | | | Merge branch '3.1.x'Joas Schilling2015-06-271-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | / / | |_|_|_|/ / |/| | | | |
| * | | | | [ticket/13967] Use HTTPS on phpbb.com linksZoddo2015-06-261-2/+2
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | This fix the HTTPS breaking issue on the BBCode FAQ. PHPBB3-13967
* | | | | Merge branch '3.1.x'Marc Alexander2015-06-261-1/+1
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | Conflicts: phpBB/includes/mcp/mcp_post.php
| * | | | [ticket/13966] Adds the missing phpbb_dispatcher to includes/mcp/mcp_postCrizzo2015-06-251-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-13966
* | | | | Merge pull request #3579 from s9e/ticket/13803Tristan Darricau2015-06-2414-0/+888
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/13803] Implement a generic and scalable way to reparse rich text
| * | | | | [ticket/13803] Use accurate flags for generate_text_for_edit()JoshyPHP2015-05-301-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13803
| * | | | | [ticket/13803] Added text_reparser_collection serviceJoshyPHP2015-05-301-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13803
| * | | | | [ticket/13803] Renamed varJoshyPHP2015-05-301-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13803
| * | | | | [ticket/13803] Updated services.yml [ci skip]JoshyPHP2015-05-301-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13803
| * | | | | [ticket/13803] Fixed method nameJoshyPHP2015-05-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13803
| * | | | | [ticket/13803] Renamed methodsJoshyPHP2015-05-305-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13803
| * | | | | [ticket/13803] Added contact_admin_info testsJoshyPHP2015-05-302-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13803
| * | | | | [ticket/13803] Rewrote the poll_option pluginJoshyPHP2015-05-301-12/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As it turns out, poll_option_id is not a primary key. PHPBB3-13803
| * | | | | [ticket/13803] Added get_max_id() testsJoshyPHP2015-05-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13803
| * | | | | [ticket/13803] Moved the add_missing_fields() call to the base classJoshyPHP2015-05-302-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13803
| * | | | | [ticket/13803] Added user_signature testsJoshyPHP2015-05-301-12/+15
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13803
| * | | | | [ticket/13803] Reordered methods [ci skip]JoshyPHP2015-05-301-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13803
| * | | | | [ticket/13803] Added testsJoshyPHP2015-05-301-7/+43
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13803
| * | | | | [ticket/13803] Added pm_text testsJoshyPHP2015-05-302-33/+37
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13803
| * | | | | [ticket/13803] Added methods to detect whether a given feature is in useJoshyPHP2015-05-302-2/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | They test whether a given BBCode was enabled and has been used in a text, or smilies, or magic URLs. PHPBB3-13803
| * | | | | [ticket/13803] Refactored testJoshyPHP2015-05-309-18/+18
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13803
| * | | | | [ticket/13803] Added tests, fixed param order in generate_text_for_storage()JoshyPHP2015-05-303-15/+62
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13803
| * | | | | [ticket/13803] Added pluginsJoshyPHP2015-05-3017-326/+535
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13803
| * | | | | [ticket/13803] Hyphenated class namesJoshyPHP2015-05-306-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13803
| * | | | | [ticket/13803] WIP implementationJoshyPHP2015-05-308-0/+493
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13803
* | | | | | Merge pull request #3618 from marc1706/ticket/13832Tristan Darricau2015-06-245-32/+138
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/13832] Use preg_replace_callback instead of /e modifier
| * | | | | | [ticket/13832] Remove remnant of /e modifier code in check_flash_bbcodesMarc Alexander2015-05-281-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13832