| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/14079] Correctly mark notifications as read | Tristan Darricau | 2015-08-08 | 3 | -10/+17 |
| | | | | | PHPBB3-14079 | ||||
| * | [ticket/14076] Fix notification settings | Tristan Darricau | 2015-08-07 | 1 | -5/+5 |
| | | | | | PHPBB3-14076 | ||||
| * | Merge remote-tracking branch 'Nicofuma/ticket/12692' | Marc Alexander | 2015-08-07 | 3 | -0/+454 |
| |\ | |||||
| | * | [ticket/12692] Fix tests and update style | Tristan Darricau | 2015-08-06 | 3 | -46/+86 |
| | | | | | | | | | PHPBB3-12692 | ||||
| | * | [ticket/12692] Cleanup language file | Tristan Darricau | 2015-07-09 | 3 | -8/+8 |
| | | | | | | | | | PHPBB3-12692 | ||||
| | * | [ticket/12692] Fix languages files | Tristan Darricau | 2015-07-09 | 2 | -4/+2 |
| | | | | | | | | | PHPBB3-12692 | ||||
| | * | [ticket/12692] Add output | Tristan Darricau | 2015-07-09 | 3 | -0/+63 |
| | | | | | | | | | PHPBB3-12692 | ||||
| | * | [ticket/12692] Move the language strings to cli.php | Tristan Darricau | 2015-07-09 | 3 | -32/+17 |
| | | | | | | | | | PHPBB3-12692 | ||||
| | * | [ticket/12692] Update the database regularly | Tristan Darricau | 2015-07-09 | 2 | -8/+42 |
| | | | | | | | | | PHPBB3-12692 | ||||
| | * | [ticket/12692] Cast the ids to int | Tristan Darricau | 2015-07-09 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-12692 | ||||
| | * | [ticket/12692] Remove a not and swap the blocks in the corresponding if | Tristan Darricau | 2015-07-09 | 1 | -4/+4 |
| | | | | | | | | | PHPBB3-12692 | ||||
| | * | [ticket/12692] Update comments | Tristan Darricau | 2015-07-09 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-12692 | ||||
| | * | [ticket/12692] Fix coding style | Tristan Darricau | 2015-07-09 | 2 | -2/+2 |
| | | | | | | | | | PHPBB3-12692 | ||||
| | * | [ticket/12692] Use strict comparison in thumbnail:recreate | Tristan Darricau | 2015-07-09 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-12692 | ||||
| | * | [ticket/12692] Use !empty() instead of sizeof() | Tristan Darricau | 2015-07-09 | 2 | -2/+2 |
| | | | | | | | | | PHPBB3-12692 | ||||
| | * | [ticket/12692] Update doc blocks | Tristan Darricau | 2015-07-09 | 3 | -1/+7 |
| | | | | | | | | | PHPBB3-12692 | ||||
| | * | [ticket/12692] Add a console command to manage the thumbnails | Tristan Darricau | 2015-07-09 | 3 | -0/+328 |
| | | | | | | | | | PHPBB3-12692 | ||||
| * | | Merge branch '3.1.x' | Andreas Fischer | 2015-08-05 | 1 | -1/+1 |
| |\ \ | | | | | | | | | | | | | * 3.1.x: [ticket/13711] Notifications are sent to inactive users | ||||
| | * | | [ticket/13711] Notifications are sent to inactive users | RMcGirr83 | 2015-07-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-13711 | ||||
| * | | | Merge pull request #3698 from s9e/ticket/13935 | Tristan Darricau | 2015-08-05 | 2 | -1/+42 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13935] Allow more admin-configurable schemes in post links * s9e/ticket/13935: [ticket/13935] Removed cache invalidation from acp_board [ticket/13935] Removed UI [ticket/13935] Allow more admin-configurable schemes in post links | ||||
| | * | | | [ticket/13935] Allow more admin-configurable schemes in post links | JoshyPHP | 2015-07-15 | 2 | -1/+42 |
| | | | | | | | | | | | | | | | | | PHPBB3-13935 | ||||
| * | | | | [ticket/14056] Fix remaining schema path | Mate Bartus | 2015-07-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | PHPBB3-14056 | ||||
| * | | | | [ticket/14056] Keep install schema resources in the install folder | Mate Bartus | 2015-07-29 | 6 | -951/+3 |
| | | | | | | | | | | | | | | | | | PHPBB3-14056 | ||||
| * | | | | Merge pull request #3514 from CHItA/ticket/13740 | Tristan Darricau | 2015-07-27 | 64 | -16/+9313 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/13740] Refactoring installer * CHItA/ticket/13740: (75 commits) [ticket/13740] Reduce number of references in nav provider [ticket/13740] Move handle_language_select calls to the controllers [ticket/13740] Fix infinite config.php check loop [ticket/13740] Move default data settings out of constructors [ticket/13740] Deduplicate container builder's checks [ticket/13740] Use JSON for installer config [ticket/13740] Fix comment [ticket/13740] Use language service in console application [ticket/13740] Fix CS in compatibilty_globals.php [ticket/13740] Fix message element creation in JS [ticket/13740] Replace more spaces with tabs [ticket/13740] Fix CS [ticket/13740] Filter basic directory change attempts in lang change [ticket/13740] Use tabs instead of spaces in JS file [ticket/13740] Add success message when install finished [ticket/13740] Fix $script_path in obtain_data [ticket/13740] Fix is_phpbb_installed() method [ticket/13740] Login admin when install finished [ticket/13740] Enhance server output buffer bypass [ticket/13740] Secure installer config against corrupted config data ... | ||||
| | * | | | | [ticket/13740] Reduce number of references in nav provider | Mate Bartus | 2015-07-26 | 1 | -6/+12 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740 | ||||
| | * | | | | [ticket/13740] Move handle_language_select calls to the controllers | Mate Bartus | 2015-07-26 | 3 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740 | ||||
| | * | | | | [ticket/13740] Fix infinite config.php check loop | Mate Bartus | 2015-07-25 | 1 | -5/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740 | ||||
| | * | | | | [ticket/13740] Move default data settings out of constructors | Mate Bartus | 2015-07-25 | 3 | -263/+251 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740 | ||||
| | * | | | | [ticket/13740] Deduplicate container builder's checks | Mate Bartus | 2015-07-25 | 1 | -20/+15 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740 | ||||
| | * | | | | [ticket/13740] Use JSON for installer config | Mate Bartus | 2015-07-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740 | ||||
| | * | | | | [ticket/13740] Fix comment | Mate Bartus | 2015-07-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740 | ||||
| | * | | | | [ticket/13740] Use language service in console application | Mate Bartus | 2015-07-24 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740 | ||||
| | * | | | | [ticket/13740] Fix CS | Mate Bartus | 2015-07-24 | 2 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740 | ||||
| | * | | | | [ticket/13740] Filter basic directory change attempts in lang change | Mate Bartus | 2015-07-24 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740 | ||||
| | * | | | | [ticket/13740] Add success message when install finished | Mate Bartus | 2015-07-23 | 1 | -0/+29 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740 | ||||
| | * | | | | [ticket/13740] Fix $script_path in obtain_data | Mate Bartus | 2015-07-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740 | ||||
| | * | | | | [ticket/13740] Fix is_phpbb_installed() method | Mate Bartus | 2015-07-23 | 2 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740 | ||||
| | * | | | | [ticket/13740] Login admin when install finished | Mate Bartus | 2015-07-23 | 6 | -8/+84 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740 | ||||
| | * | | | | [ticket/13740] Enhance server output buffer bypass | Mate Bartus | 2015-07-23 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740 | ||||
| | * | | | | [ticket/13740] Secure installer config against corrupted config data | Mate Bartus | 2015-07-23 | 1 | -4/+12 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740 | ||||
| | * | | | | [ticket/13740] Separate new installer style templates | Mate Bartus | 2015-07-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740 | ||||
| | * | | | | [ticket/13740] Fix CS | Mate Bartus | 2015-07-22 | 1 | -7/+11 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740 | ||||
| | * | | | | [ticket/13740] Allow language change in the installer | Mate Bartus | 2015-07-22 | 4 | -54/+163 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740 | ||||
| | * | | | | [ticket/13740] Keep keys when sorting navigation | Mate Bartus | 2015-07-21 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740 | ||||
| | * | | | | [ticket/13740] Check navigation requirements | Mate Bartus | 2015-07-21 | 2 | -0/+28 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740 | ||||
| | * | | | | [ticket/13740] Remove default config CLI command | Mate Bartus | 2015-07-21 | 1 | -103/+0 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740 | ||||
| | * | | | | [ticket/13740] Fix CS and docblocks | Mate Bartus | 2015-07-21 | 10 | -62/+36 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740 | ||||
| | * | | | | [ticket/13740] Exit from installation if phpBB is already installed | Mate Bartus | 2015-07-20 | 4 | -11/+93 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740 | ||||
| | * | | | | [ticket/13740] Fix docblocks and comments | Mate Bartus | 2015-07-20 | 4 | -3/+5 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740 | ||||
| | * | | | | [ticket/13740] Clean up install config file when installation has finished | Mate Bartus | 2015-07-20 | 2 | -1/+31 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-13740 | ||||
