Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | [ticket/13740] Fix database version comparison | Mate Bartus | 2015-07-09 | 1 | -3/+3 | |
| | | | | | | | | | | | | PHPBB3-13740 | |||||
| * | | [ticket/13740] Fix CS | Mate Bartus | 2015-07-09 | 3 | -3/+0 | |
| | | | | | | | | | | | | PHPBB3-13740 | |||||
| * | | [ticket/13740] Fix itteration problems, implement class name aware collections | Mate Bartus | 2015-07-09 | 12 | -83/+88 | |
| | | | | | | | | | | | | PHPBB3-13740 | |||||
| * | | [ticket/13740] Add option to have class names in service collections | Mate Bartus | 2015-07-09 | 1 | -0/+27 | |
| | | | | | | | | | | | | PHPBB3-13740 | |||||
| * | | [ticket/13740] Use service collection instead of array of task names | Mate Bartus | 2015-07-09 | 14 | -242/+221 | |
| | | | | | | | | | | | | PHPBB3-13740 | |||||
| * | | [ticket/13740] Fix database test | Mate Bartus | 2015-07-09 | 1 | -9/+11 | |
| | | | | | | | | | | | | PHPBB3-13740 | |||||
| * | | [ticket/13740] Fix test stubs | Mate Bartus | 2015-07-08 | 3 | -25/+14 | |
| | | | | | | | | | | | | PHPBB3-13740 | |||||
| * | | [ticket/13740] Installer config test | Mate Bartus | 2015-07-08 | 1 | -0/+86 | |
| | | | | | | | | | | | | PHPBB3-13740 | |||||
| * | | [ticket/13740] Test navigation provider | Mate Bartus | 2015-07-08 | 1 | -0/+34 | |
| | | | | | | | | | | | | PHPBB3-13740 | |||||
| * | | [ticket/13740] Fixes and Tests for database helper | Mate Bartus | 2015-07-08 | 2 | -1/+153 | |
| | | | | | | | | | | | | PHPBB3-13740 | |||||
| * | | [ticket/13740] Clean up CLI CS | Mate Bartus | 2015-07-08 | 1 | -5/+6 | |
| | | | | | | | | | | | | PHPBB3-13740 | |||||
| * | | [ticket/13740] Restore original install folder | Mate Bartus | 2015-07-08 | 17 | -3/+3397 | |
| | | | | | | | | | | | | | | | | | | This reverts commit 934e2821f1cef5e2e21ad6d96f7beb45647ed81c. PHPBB3-13740 | |||||
| * | | [ticket/13740] Clean up CLI merge | Mate Bartus | 2015-07-08 | 2 | -1/+22 | |
| | | | | | | | | | | | | | | | | | | [ci skip] PHPBB3-13740 | |||||
| * | | [ticket/13740] CLI installer and fixes | Tristan Darricau | 2015-07-08 | 18 | -7/+1165 | |
| | | | | | | | | | | | | | | | | | | [ci skip] PHPBB3-13740 | |||||
| * | | [ticket/13740] Fix controller class name in service definition | Mate Bartus | 2015-07-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | PHPBB3-13740 | |||||
| * | | [ticket/13740] Fix database installation | Mate Bartus | 2015-07-08 | 2 | -7/+4 | |
| | | | | | | | | | | | | PHPBB3-13740 | |||||
| * | | [ticket/13740] Use DBAL for retrieving DB version | CHItA | 2015-07-08 | 1 | -4/+3 | |
| | | | | | | | | | | | | PHPBB3-13740 | |||||
| * | | [ticket/13740] Load schema_data.sql from the correct location | CHItA | 2015-07-08 | 2 | -6/+12 | |
| | | | | | | | | | | | | | | | | | | [ci skip] PHPBB3-13740 | |||||
| * | | [ticket/13740] Cache installer container | CHItA | 2015-07-08 | 1 | -1/+0 | |
| | | | | | | | | | | | | PHPBB3-13740 | |||||
| * | | [ticket/13740] Fix AJAX HTTP header setting | CHItA | 2015-07-08 | 1 | -3/+2 | |
| | | | | | | | | | | | | PHPBB3-13740 | |||||
| * | | [ticket/13740] Fix CS and extend phpbb extensions | CHItA | 2015-07-08 | 6 | -74/+46 | |
| | | | | | | | | | | | | | | | | | | [ci skip] PHPBB3-13740 | |||||
| * | | [ticket/13740] Remove ActiveXObject as it is supported by IE versions >= 8 | CHItA | 2015-07-08 | 1 | -12/+3 | |
| | | | | | | | | | | | | PHPBB3-13740 | |||||
| * | | [ticket/13740] Fix CS | CHItA | 2015-07-08 | 1 | -4/+4 | |
| | | | | | | | | | | | | PHPBB3-13740 | |||||
| * | | [ticket/13740] Move installer files to phpbb/install directory | CHItA | 2015-07-08 | 56 | -3/+0 | |
| | | | | | | | | | | | | PHPBB3-13740 | |||||
| * | | [ticket/13740] Add navigation bar support for the installer | CHItA | 2015-07-08 | 27 | -54/+495 | |
| | | | | | | | | | | | | | | | | | | | | | Also added various UI elements and texts. [ci skip] PHPBB3-13740 | |||||
| * | | [ticket/13740] Add better progress handling, also add log messages | CHItA | 2015-07-08 | 12 | -106/+391 | |
| | | | | | | | | | | | | PHPBB3-13740 | |||||
| * | | [ticket/13740] Tasks can appear as multiple steps for the progress bar | CHItA | 2015-07-08 | 27 | -21/+190 | |
| | | | | | | | | | | | | PHPBB3-13740 | |||||
| * | | [ticket/13740] Clean up JS code some more | MateBartus | 2015-07-08 | 1 | -116/+183 | |
| | | | | | | | | | | | | PHPBB3-13740 | |||||
| * | | [ticket/13740] Implement progress bar for AJAX UI | MateBartus | 2015-07-08 | 3 | -35/+146 | |
| | | | | | | | | | | | | PHPBB3-13740 | |||||
| * | | [ticket/13740] Add backend support for install progress tracking | MateBartus | 2015-07-08 | 24 | -22/+306 | |
| | | | | | | | | | | | | PHPBB3-13740 | |||||
| * | | [ticket/13740] Clean up docblocks | MateBartus | 2015-07-08 | 10 | -42/+25 | |
| | | | | | | | | | | | | PHPBB3-13740 | |||||
| * | | [ticket/13740] Installer's install tasks and modules | MateBartus | 2015-07-08 | 38 | -0/+3983 | |
| | | | | | | | | | | | | | | | | | | [ci skip] PHPBB3-13740 | |||||
| * | | [ticket/13740] Front facing files and controllers | MateBartus | 2015-07-08 | 10 | -1/+798 | |
| | | | | | | | | | | | | | | | | | | [ci skip] PHPBB3-13740 | |||||
| * | | [ticket/13740] Implementation of the new installer framework | MateBartus | 2015-07-08 | 19 | -0/+2106 | |
| | | | | | | | | | | | | | | | | | | [ci skip] PHPBB3-13740 | |||||
| * | | [ticket/13740] Add new language file for install | MateBartus | 2015-07-08 | 2 | -533/+758 | |
| | | | | | | | | | | | | | | | | | | [ci skip] PHPBB3-13740 | |||||
| * | | [ticket/13740] Core file workarounds | MateBartus | 2015-07-08 | 7 | -71/+92 | |
| | | | | | | | | | | | | | | | | | | [ci skip] PHPBB3-13740 | |||||
| * | | [ticket/13740] Moving old installer to install_old | MateBartus | 2015-07-08 | 10 | -2446/+0 | |
| | | | | | | | | | | | | PHPBB3-13740 | |||||
* | | | Merge branch '3.1.x' | Mate Bartus | 2015-07-23 | 1 | -2/+0 | |
|\ \ \ | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/13982] Remove extra new line | |||||
| * \ \ | Merge pull request #3789 from marc1706/ticket/13982 | Máté Bartus | 2015-07-23 | 1 | -2/+0 | |
| |\ \ \ | | | | | | | | | | | [ticket/13982] Remove extra new line | |||||
| | * | | | [ticket/13982] Remove extra new line | Marc Alexander | 2015-07-23 | 1 | -2/+0 | |
| |/ / / | | | | | | | | | | | | | PHPBB3-13982 | |||||
* | | | | Merge branch '3.1.x' | Marc Alexander | 2015-07-23 | 5 | -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/13982 | Marc Alexander | 2015-07-23 | 8 | -2/+110 | |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13982] Add events around ranks Conflicts: phpBB/docs/events.md | |||||
| | * | | | [ticket/13982] Add events around ranks | javiexin | 2015-07-17 | 1 | -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 ranks | javiexin | 2015-07-04 | 8 | -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 Alexander | 2015-07-23 | 1 | -6/+17 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Merge pull request #3788 from marc1706/ticket/13899 | Marc Alexander | 2015-07-23 | 1 | -6/+17 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/13899] Add items to core.search_results_modify_search_title | |||||
| | * | | | | [ticket/13899] Use multi-line definition for vars array | Marc Alexander | 2015-07-23 | 1 | -1/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13899 | |||||
| | * | | | | [ticket/13899] Fix doc block arrangement and add @changed info | Marc Alexander | 2015-07-22 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-13899 | |||||
| | * | | | | [ticket/13899] Add items to core.search_results_modify_search_title | david63 | 2015-07-22 | 1 | -6/+8 | |
| |/ / / / | | | | | | | | | | | | | | | | PHPBB3-13899 | |||||
* | | | | | Merge pull request #3781 from Elsensee/ticket/8708-2 | Tristan Darricau | 2015-07-22 | 13 | -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 |