aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ticket/13740] CLI installer and fixesTristan Darricau2015-07-0818-7/+1165
* [ticket/13740] Fix controller class name in service definitionMate Bartus2015-07-081-1/+1
* [ticket/13740] Fix database installationMate Bartus2015-07-082-7/+4
* [ticket/13740] Use DBAL for retrieving DB versionCHItA2015-07-081-4/+3
* [ticket/13740] Load schema_data.sql from the correct locationCHItA2015-07-082-6/+12
* [ticket/13740] Cache installer containerCHItA2015-07-081-1/+0
* [ticket/13740] Fix AJAX HTTP header settingCHItA2015-07-081-3/+2
* [ticket/13740] Fix CS and extend phpbb extensionsCHItA2015-07-086-74/+46
* [ticket/13740] Remove ActiveXObject as it is supported by IE versions >= 8CHItA2015-07-081-12/+3
* [ticket/13740] Fix CSCHItA2015-07-081-4/+4
* [ticket/13740] Move installer files to phpbb/install directoryCHItA2015-07-0856-3/+0
* [ticket/13740] Add navigation bar support for the installerCHItA2015-07-0827-54/+495
* [ticket/13740] Add better progress handling, also add log messagesCHItA2015-07-0812-106/+391
* [ticket/13740] Tasks can appear as multiple steps for the progress barCHItA2015-07-0827-21/+190
* [ticket/13740] Clean up JS code some moreMateBartus2015-07-081-116/+183
* [ticket/13740] Implement progress bar for AJAX UIMateBartus2015-07-083-35/+146
* [ticket/13740] Add backend support for install progress trackingMateBartus2015-07-0824-22/+306
* [ticket/13740] Clean up docblocksMateBartus2015-07-0810-42/+25
* [ticket/13740] Installer's install tasks and modulesMateBartus2015-07-0838-0/+3983
* [ticket/13740] Front facing files and controllersMateBartus2015-07-0810-1/+798
* [ticket/13740] Implementation of the new installer frameworkMateBartus2015-07-0819-0/+2106
* [ticket/13740] Add new language file for installMateBartus2015-07-082-533/+758
* [ticket/13740] Core file workaroundsMateBartus2015-07-087-71/+92
* [ticket/13740] Moving old installer to install_oldMateBartus2015-07-0810-2446/+0
* Merge pull request #3744 from s9e/ticket/13987Tristan Darricau2015-07-076-33/+116
|\
| * [ticket/13987] Replaced optional parameter with explicit APIJoshyPHP2015-07-066-18/+49
| * [ticket/13987] Add --dry-run option to reparser CLIJoshyPHP2015-07-067-44/+96
* | Merge branch '3.1.x'Marc Alexander2015-07-072-2/+2
|\ \
| * \ Merge pull request #3740 from kinerity/ticket/13955Marc Alexander2015-07-072-2/+2
| |\ \
| | * | [ticket/13955] Revert changes made in previous commitKailey Truscott2015-07-062-20/+20
| | * | [ticket/13955] Fix javascript to conform to Google and add simple_headerKailey Truscott2015-07-062-20/+20
| | * | [ticket/13955] Fix WebFontConig to load web fonts correctlyKailey Truscott2015-07-031-1/+1
| |/ /
* | | Merge pull request #3623 from s9e/ticket/10620Tristan Darricau2015-07-0720-49/+381
|\ \ \ | |_|/ |/| |
| * | [ticket/10620] Moved quote's date to the upper cornerJoshyPHP2015-06-253-2/+9
| * | [ticket/10620] Fixed functional tests to account for newlinesJoshyPHP2015-06-252-4/+4
| * | [ticket/10620] Add more whitespace to long quotes in JSJoshyPHP2015-06-251-1/+4
| * | [ticket/10620] Fixed some stylistic issues in JSJoshyPHP2015-06-251-21/+14
| * | [ticket/10620] Added testsJoshyPHP2015-06-252-0/+35
| * | [ticket/10620] Removed extraneous quotes from attribute valuesJoshyPHP2015-06-256-25/+41
| * | [ticket/10620] Added enhanced quotes in pm historyJoshyPHP2015-06-252-1/+3
| * | [ticket/10620] Added enhanced quotes in topic reviewJoshyPHP2015-06-253-3/+59
| * | [ticket/10620] Updated docblockJoshyPHP2015-06-251-1/+4
| * | [ticket/10620] Implemented quote improvementsJoshyPHP2015-06-2512-31/+248
* | | Merge pull request #3726 from CHItA/ticket/13961Tristan Darricau2015-07-065-2/+226
|\ \ \
| * | | [ticket/13961] Define behaviour when the array is modified in a loopMate Bartus2015-07-021-1/+1
| * | | [ticket/13961] Allow the collection to be modified runtimeMate Bartus2015-06-271-6/+2
| * | | [ticket/13961] Move back service_collections under original namespaceMate Bartus2015-06-2625-38/+38
| * | | [ticket/13961] Fix compatibility issue with parent classMate Bartus2015-06-241-1/+1
| * | | [ticket/13691] Add services when the iterator requestedMate Bartus2015-06-241-0/+13
| * | | [ticket/13961] Add tests for ordered collectionsMate Bartus2015-06-242-2/+53