aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/assets/javascript/installer.js
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14487] Add loading indicator while polling statusMáté Bartus2016-02-291-0/+2
| | | | PHPBB3-14487
* [ticket/14487] Update javascriptMáté Bartus2016-02-291-54/+50
| | | | PHPBB3-14487
* [ticket/14487] Try to handle connection timeoutsMáté Bartus2016-02-281-6/+56
| | | | PHPBB3-14487
* [ticket/14462] Make timeout error translateableOliver Schramm2016-02-141-2/+2
| | | | PHPBB3-14462
* [ticket/14462] Further speed improvementsMate Bartus2016-02-121-0/+19
| | | | | | | | - Cache the secondary container - Only initialize tasks/modules that are being used - Add timeout error message in the AJAX UI PHPBB3-14462
* [ticket/14452] Define $progressFillerText in installer.jsMarc Alexander2016-02-051-0/+1
| | | | PHPBB3-14452
* Merge pull request #4017 from CHItA/ticket/14262Tristan Darricau2016-02-021-0/+20
|\ | | | | | | | | | | | | | | | | | | [ticket/14262] Move convertor to controller * CHItA/ticket/14262: [ticket/14262] Add error handling and small CS fixes [ticket/14262] Remove converter template duplicate [ticket/14262] Fix stage navigation [ticket/14262] Move convertor to controller
| * [ticket/14262] Move convertor to controllerMate Bartus2016-01-291-0/+20
| | | | | | | | PHPBB3-14262
* | [ticket/14438] Allign progressbar text to centerMate Bartus2016-01-291-5/+17
|/ | | | PHPBB3-14438
* [ticket/14310] Put progress percentage inside span and make more visibleMarc Alexander2015-12-071-1/+1
| | | | PHPBB3-14310
* [ticket/14277] Fix CSMate Bartus2015-11-091-2/+1
| | | | PHPBB3-14277
* [ticket/14277] Fix undefined index error in migrationsMate Bartus2015-11-081-1/+14
| | | | PHPBB3-14277
* [ticket/14039] Only show log container when it has contentMate Bartus2015-10-181-1/+1
| | | | PHPBB3-14039
* [ticket/14039] Revamp updaterMate Bartus2015-10-171-9/+112
| | | | PHPBB3-14039
* [ticket/13740] Fix message element creation in JSMate Bartus2015-07-241-2/+2
| | | | PHPBB3-13740
* [ticket/13740] Use tabs instead of spaces in JS fileMate Bartus2015-07-231-394/+394
| | | | PHPBB3-13740
* [ticket/13740] Add success message when install finishedMate Bartus2015-07-231-1/+9
| | | | PHPBB3-13740
* [ticket/13740] Login admin when install finishedMate Bartus2015-07-231-0/+18
| | | | PHPBB3-13740
* [ticket/13740] Allow language change in the installerMate Bartus2015-07-221-0/+3
| | | | PHPBB3-13740
* [ticket/13740] Fix AJAX HTTP header settingCHItA2015-07-081-3/+2
| | | | PHPBB3-13740
* [ticket/13740] Remove ActiveXObject as it is supported by IE versions >= 8CHItA2015-07-081-12/+3
| | | | PHPBB3-13740
* [ticket/13740] Add navigation bar support for the installerCHItA2015-07-081-9/+52
| | | | | | | Also added various UI elements and texts. [ci skip] PHPBB3-13740
* [ticket/13740] Add better progress handling, also add log messagesCHItA2015-07-081-4/+5
| | | | 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-081-35/+100
| | | | PHPBB3-13740
* [ticket/13740] Front facing files and controllersMateBartus2015-07-081-0/+205
[ci skip] PHPBB3-13740