aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13740] Add navigation bar support for the installerCHItA2015-07-0827-54/+495
| | | | | | | Also added various UI elements and texts. [ci skip] PHPBB3-13740
* [ticket/13740] Add better progress handling, also add log messagesCHItA2015-07-0812-106/+391
| | | | PHPBB3-13740
* [ticket/13740] Tasks can appear as multiple steps for the progress barCHItA2015-07-0827-21/+190
| | | | PHPBB3-13740
* [ticket/13740] Clean up JS code some moreMateBartus2015-07-081-116/+183
| | | | PHPBB3-13740
* [ticket/13740] Implement progress bar for AJAX UIMateBartus2015-07-083-35/+146
| | | | PHPBB3-13740
* [ticket/13740] Add backend support for install progress trackingMateBartus2015-07-0824-22/+306
| | | | PHPBB3-13740
* [ticket/13740] Clean up docblocksMateBartus2015-07-0810-42/+25
| | | | PHPBB3-13740
* [ticket/13740] Installer's install tasks and modulesMateBartus2015-07-0838-0/+3983
| | | | | | [ci skip] PHPBB3-13740
* [ticket/13740] Front facing files and controllersMateBartus2015-07-0810-1/+798
| | | | | | [ci skip] PHPBB3-13740
* [ticket/13740] Implementation of the new installer frameworkMateBartus2015-07-0819-0/+2106
| | | | | | [ci skip] PHPBB3-13740
* [ticket/13740] Add new language file for installMateBartus2015-07-082-533/+758
| | | | | | [ci skip] PHPBB3-13740
* [ticket/13740] Core file workaroundsMateBartus2015-07-087-71/+92
| | | | | | [ci skip] PHPBB3-13740
* [ticket/13740] Moving old installer to install_oldMateBartus2015-07-0810-2446/+0
| | | | PHPBB3-13740
* Merge pull request #3744 from s9e/ticket/13987Tristan Darricau2015-07-073-3/+39
|\ | | | | | | [ticket/13987] Add --dry-run option to reparser CLI
| * [ticket/13987] Replaced optional parameter with explicit APIJoshyPHP2015-07-063-15/+41
| | | | | | | | | | | | Added disable_save() and enable_save() to toggle a dry run PHPBB3-13987
| * [ticket/13987] Add --dry-run option to reparser CLIJoshyPHP2015-07-064-13/+23
| | | | | | | | PHPBB3-13987
* | Merge branch '3.1.x'Marc Alexander2015-07-072-2/+2
|\ \
| * | [ticket/13955] Revert changes made in previous commitKailey Truscott2015-07-062-20/+20
| | | | | | | | | | | | | | | | | | | | | Revert the javascript function change Place the families code on it's own line PHPBB3-13955
| * | [ticket/13955] Fix javascript to conform to Google and add simple_headerKailey Truscott2015-07-062-20/+20
| | | | | | | | | | | | | | | | | | | | | Fix the javascript code to conform to Google Fonts standard Add code to fix simple_header PHPBB3-13955
| * | [ticket/13955] Fix WebFontConig to load web fonts correctlyKailey Truscott2015-07-031-1/+1
| | | | | | | | | | | | | | | | | | | | | Fix overall_header's WebFontConfig section to load fonts correctly in all browsers. PHPBB3-13955
* | | Merge pull request #3623 from s9e/ticket/10620Tristan Darricau2015-07-0715-33/+257
|\ \ \ | |_|/ |/| | | | | [ticket/10620] Quote improvements
| * | [ticket/10620] Moved quote's date to the upper cornerJoshyPHP2015-06-252-1/+8
| | | | | | | | | | | | PHPBB3-10620
| * | [ticket/10620] Add more whitespace to long quotes in JSJoshyPHP2015-06-251-1/+4
| | | | | | | | | | | | PHPBB3-10620
| * | [ticket/10620] Fixed some stylistic issues in JSJoshyPHP2015-06-251-21/+14
| | | | | | | | | | | | PHPBB3-10620
| * | [ticket/10620] Removed extraneous quotes from attribute valuesJoshyPHP2015-06-252-12/+24
| | | | | | | | | | | | PHPBB3-10620
| * | [ticket/10620] Added enhanced quotes in pm historyJoshyPHP2015-06-252-1/+3
| | | | | | | | | | | | PHPBB3-10620
| * | [ticket/10620] Added enhanced quotes in topic reviewJoshyPHP2015-06-253-3/+59
| | | | | | | | | | | | | | | | | | | | | Added support for enhanced quotes in topic_review's quote button. NOTE: the UI doesn't appear to be testable via PhantomJS. PHPBB3-10620
| * | [ticket/10620] Updated docblockJoshyPHP2015-06-251-1/+4
| | | | | | | | | | | | PHPBB3-10620
| * | [ticket/10620] Implemented quote improvementsJoshyPHP2015-06-258-20/+168
| | | | | | | | | | | | PHPBB3-10620
* | | Merge pull request #3726 from CHItA/ticket/13961Tristan Darricau2015-07-063-2/+128
|\ \ \ | | | | | | | | | | | | [ticket/13961] Add orderable service collections
| * | | [ticket/13961] Define behaviour when the array is modified in a loopMate Bartus2015-07-021-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13961
| * | | [ticket/13961] Allow the collection to be modified runtimeMate Bartus2015-06-271-6/+2
| | | | | | | | | | | | | | | | PHPBB3-13961
| * | | [ticket/13961] Move back service_collections under original namespaceMate Bartus2015-06-2621-32/+32
| | | | | | | | | | | | | | | | PHPBB3-13961
| * | | [ticket/13961] Fix compatibility issue with parent classMate Bartus2015-06-241-1/+1
| | | | | | | | | | | | | | | | PHPBB3-13961
| * | | [ticket/13691] Add services when the iterator requestedMate Bartus2015-06-241-0/+13
| | | | | | | | | | | | | | | | PHPBB3-13691
| * | | [ticket/13961] Add ordered service collectionMate Bartus2015-06-242-1/+118
| | | | | | | | | | | | | | | | PHPBB3-13961
| * | | [ticket/13961] Move service_collection to di/service_collection namespaceMate Bartus2015-06-2320-31/+31
| | | | | | | | | | | | | | | | PHPBB3-13961
* | | | Merge pull request #3743 from s9e/ticket/13985Tristan Darricau2015-07-061-4/+4
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/13985] Updated s9e\TextFormatter
| * | | | [ticket/13985] Updated s9e\TextFormatterJoshyPHP2015-07-061-4/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-13985
* | | | | [ticket/13990] Reparse markup inside of forum rules/descriptionJoshyPHP2015-07-066-9/+23
|/ / / / | | | | | | | | | | | | PHPBB3-13990
* | | | Merge branch '3.1.x'Joas Schilling2015-07-031-1/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge pull request #3734 from RMcGirr83/ticket/13759Joas Schilling2015-07-031-1/+0
| |\ \ \ | | | | | | | | | | | | | | | [ticket/13759] Initial commit broke timestamps when quoting a post.
| | * | | [ticket/13579] This commit corrects the regression.RMcGirr832015-07-021-1/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-13759
| * | | | Merge pull request #3654 from s9e/ticket/13880Tristan Darricau2015-06-292-23/+61
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/13880] Automatically remove quotes that are nested too deep
* | | | | | [ticket/13891] Fix CSTristan Darricau2015-07-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13891
* | | | | | [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