aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | [ticket/13740] Fix database version comparisonMate Bartus2015-07-091-3/+3
| | | | | | | | | | | | PHPBB3-13740
| * | [ticket/13740] Fix CSMate Bartus2015-07-093-3/+0
| | | | | | | | | | | | PHPBB3-13740
| * | [ticket/13740] Fix itteration problems, implement class name aware collectionsMate Bartus2015-07-0912-83/+88
| | | | | | | | | | | | PHPBB3-13740
| * | [ticket/13740] Add option to have class names in service collectionsMate Bartus2015-07-091-0/+27
| | | | | | | | | | | | PHPBB3-13740
| * | [ticket/13740] Use service collection instead of array of task namesMate Bartus2015-07-0914-242/+221
| | | | | | | | | | | | PHPBB3-13740
| * | [ticket/13740] Fix database testMate Bartus2015-07-091-9/+11
| | | | | | | | | | | | PHPBB3-13740
| * | [ticket/13740] Fix test stubsMate Bartus2015-07-083-25/+14
| | | | | | | | | | | | PHPBB3-13740
| * | [ticket/13740] Installer config testMate Bartus2015-07-081-0/+86
| | | | | | | | | | | | PHPBB3-13740
| * | [ticket/13740] Test navigation providerMate Bartus2015-07-081-0/+34
| | | | | | | | | | | | PHPBB3-13740
| * | [ticket/13740] Fixes and Tests for database helperMate Bartus2015-07-082-1/+153
| | | | | | | | | | | | PHPBB3-13740
| * | [ticket/13740] Clean up CLI CSMate Bartus2015-07-081-5/+6
| | | | | | | | | | | | PHPBB3-13740
| * | [ticket/13740] Restore original install folderMate Bartus2015-07-0817-3/+3397
| | | | | | | | | | | | | | | | | | This reverts commit 934e2821f1cef5e2e21ad6d96f7beb45647ed81c. PHPBB3-13740
| * | [ticket/13740] Clean up CLI mergeMate Bartus2015-07-082-1/+22
| | | | | | | | | | | | | | | | | | [ci skip] PHPBB3-13740
| * | [ticket/13740] CLI installer and fixesTristan Darricau2015-07-0818-7/+1165
| | | | | | | | | | | | | | | | | | [ci skip] PHPBB3-13740
| * | [ticket/13740] Fix controller class name in service definitionMate Bartus2015-07-081-1/+1
| | | | | | | | | | | | PHPBB3-13740
| * | [ticket/13740] Fix database installationMate Bartus2015-07-082-7/+4
| | | | | | | | | | | | PHPBB3-13740
| * | [ticket/13740] Use DBAL for retrieving DB versionCHItA2015-07-081-4/+3
| | | | | | | | | | | | PHPBB3-13740
| * | [ticket/13740] Load schema_data.sql from the correct locationCHItA2015-07-082-6/+12
| | | | | | | | | | | | | | | | | | [ci skip] PHPBB3-13740
| * | [ticket/13740] Cache installer containerCHItA2015-07-081-1/+0
| | | | | | | | | | | | PHPBB3-13740
| * | [ticket/13740] Fix AJAX HTTP header settingCHItA2015-07-081-3/+2
| | | | | | | | | | | | PHPBB3-13740
| * | [ticket/13740] Fix CS and extend phpbb extensionsCHItA2015-07-086-74/+46
| | | | | | | | | | | | | | | | | | [ci skip] PHPBB3-13740
| * | [ticket/13740] Remove ActiveXObject as it is supported by IE versions >= 8CHItA2015-07-081-12/+3
| | | | | | | | | | | | PHPBB3-13740
| * | [ticket/13740] Fix CSCHItA2015-07-081-4/+4
| | | | | | | | | | | | PHPBB3-13740
| * | [ticket/13740] Move installer files to phpbb/install directoryCHItA2015-07-0856-3/+0
| | | | | | | | | | | | PHPBB3-13740
| * | [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 branch '3.1.x'Mate Bartus2015-07-231-2/+0
|\ \ \ | | | | | | | | | | | | | | | | * 3.1.x: [ticket/13982] Remove extra new line
| * \ \ Merge pull request #3789 from marc1706/ticket/13982Máté Bartus2015-07-231-2/+0
| |\ \ \ | | | | | | | | | | [ticket/13982] Remove extra new line
| | * | | [ticket/13982] Remove extra new lineMarc Alexander2015-07-231-2/+0
| |/ / / | | | | | | | | | | | | PHPBB3-13982
* | | | Merge branch '3.1.x'Marc Alexander2015-07-235-1/+87
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | | | | | Conflicts: phpBB/styles/subsilver2/template/memberlist_body.html phpBB/styles/subsilver2/template/memberlist_view.html phpBB/styles/subsilver2/template/viewtopic_body.html
| * | | Merge pull request #3739 from javiexin/ticket/13982Marc Alexander2015-07-238-2/+110
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13982] Add events around ranks Conflicts: phpBB/docs/events.md
| | * | | [ticket/13982] Add events around ranksjaviexin2015-07-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add events to present information around ranks in the memberlist, user profile, viewtopic profile and private message profile. Slight repositioning of events in the memberlist. PHPBB3-13982
| | * | | [ticket/13982] Add events around ranksjaviexin2015-07-048-2/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add events to present information around ranks in the memberlist, user profile, viewtopic profile and private message profile. PHPBB3-13982
* | | | | Merge branch '3.1.x'Marc Alexander2015-07-231-6/+17
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #3788 from marc1706/ticket/13899Marc Alexander2015-07-231-6/+17
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/13899] Add items to core.search_results_modify_search_title
| | * | | | [ticket/13899] Use multi-line definition for vars arrayMarc Alexander2015-07-231-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13899
| | * | | | [ticket/13899] Fix doc block arrangement and add @changed infoMarc Alexander2015-07-221-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13899
| | * | | | [ticket/13899] Add items to core.search_results_modify_search_titledavid632015-07-221-6/+8
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-13899
* | | | | Merge pull request #3781 from Elsensee/ticket/8708-2Tristan Darricau2015-07-2213-25/+69
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/8708] Add extra permission for posting global announcements * Elsensee/ticket/8708-2: [ticket/8708] Apply permission 'f_announce_global' [ticket/8708] Add f_announce_global permission