| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | [ticket/14770] Reduce plupload resize quality | Crizzo | 2016-12-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14770 | |||||
| * | | | | | [ticket/14925] Prefix modes from reparser with text_reparser | Matt Friedman | 2016-12-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | PHPBB3-14925 | |||||
| * | | | | | [ticket/14925] Set reparser names in service definitions | Matt Friedman | 2016-12-18 | 6 | -14/+69 | |
| | |_|_|/ |/| | | | | | | | | | | | PHPBB3-14925 | |||||
| * | | | | Merge branch '3.1.x' into 3.2.x | Tristan Darricau | 2016-12-11 | 1 | -0/+8 | |
| |\ \ \ \ | |/ / / | | | | | | | | | | | | | * 3.1.x: [ticket/14889] Missing method in profile fields type interface | |||||
| | * | | | Merge pull request #4558 from javiexin/ticket/14889 | Tristan Darricau | 2016-12-11 | 1 | -0/+8 | |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14889] Missing method in profile fields type interface * javiexin/ticket/14889: [ticket/14889] Missing method in profile fields type interface | |||||
| | | * | | | [ticket/14889] Missing method in profile fields type interface | javiexin | 2016-12-05 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Completes the profile fields type interface by defining a missing required method for all implementations of a type. PHPBB3-14889 | |||||
| | * | | | | [ticket/14893] Fix undefined variable on reporting PM notification | rxu | 2016-12-07 | 1 | -0/+2 | |
| | | |_|/ | |/| | | | | | | | | | | PHPBB3-14893 | |||||
| * | | | | Merge pull request #4562 from rxu/ticket/14893-3.2.x | Tristan Darricau | 2016-12-11 | 1 | -1/+1 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14893] Fix undefined variable on reporting PM notification * rxu/ticket/14893-3.2.x: [ticket/14893] Fix undefined variable on reporting PM notification | |||||
| | * | | | | [ticket/14893] Fix undefined variable on reporting PM notification | rxu | 2016-12-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14893 | |||||
| * | | | | | Merge pull request #4564 from VSEphpbb/ticket/14895 | Tristan Darricau | 2016-12-11 | 19 | -120/+122 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14895] CLI should use SymfonyStyle * VSEphpbb/ticket/14895: [ticket/14895] Fix broken tests [ticket/14895] Fix issues in CLI classes [ticket/14895] Use SymfonyStyle in all CLI [ticket/14895] Use SymfonyIO styling [ticket/14895] CLI reparser:list should display proper list | |||||
| | * | | | | | [ticket/14895] Fix broken tests | Matt Friedman | 2016-12-08 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14895 | |||||
| | * | | | | | [ticket/14895] Fix issues in CLI classes | Matt Friedman | 2016-12-08 | 12 | -35/+17 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14895 | |||||
| | * | | | | | [ticket/14895] Use SymfonyStyle in all CLI | Matt Friedman | 2016-12-08 | 15 | -83/+100 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14895 | |||||
| | * | | | | | [ticket/14895] Use SymfonyIO styling | Matt Friedman | 2016-12-07 | 1 | -5/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14895 | |||||
| | * | | | | | [ticket/14895] CLI reparser:list should display proper list | Matt Friedman | 2016-12-07 | 1 | -2/+6 | |
| | |/ / / / | | | | | | | | | | | | | | | | PHPBB3-14895 | |||||
| * | | | | | [prep-release-3.2.0-RC2] Add migration file for 3.2.0-RC2 | Marc Alexander | 2016-12-09 | 1 | -0/+40 | |
| | | | | | | ||||||
| * | | | | | [ticket/14894] Use correct config name for conflicts archive extension | Marc Alexander | 2016-12-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14894 | |||||
| * | | | | | [ticket/14891] Don't rely on sys_get_temp_dir() being available | Marc Alexander | 2016-12-09 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Or actually returning a path. It might also return an empty string or null. PHPBB3-14891 | |||||
| * | | | | | [ticket/14891] Use filesystem classes for checking on tmp dir | Marc Alexander | 2016-12-09 | 1 | -2/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The cache dir will now also only be used if tmp dir does not exist or if it's not writable. PHPBB3-14891 | |||||
| * | | | | | [ticket/14891] Remove unused use statements | Marc Alexander | 2016-12-09 | 2 | -3/+1 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-14891 | |||||
| * | | | | | [ticket/14891] Use own proxy instantiator for open_basedir compatibility | Marc Alexander | 2016-12-09 | 2 | -1/+75 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also reverted random_compat lib to 1.4.x. PHPBB3-14891 | |||||
| * | | | | | Merge pull request #4565 from marc1706/ticket/14896 | Máté Bartus | 2016-12-08 | 1 | -5/+11 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/14896] Do not overwrite login when finishing install | |||||
| | * | | | | | [ticket/14896] Do not overwrite login when finishing install | Marc Alexander | 2016-12-07 | 1 | -5/+11 | |
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Otherwise the user will be "logged in" again as guest user which will prevent any redirectiong to the ACP after the installation. PHPBB3-14896 | |||||
| * | | | | | [ticket/14897] Add $restart_progress_bar to iohandler base | Máté Bartus | 2016-12-07 | 1 | -0/+5 | |
| |/ / / / | | | | | | | | | | | | | PHPBB3-14897 | |||||
| * | | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-12-05 | 1 | -1/+1 | |
| |\ \ \ \ | |/ / / | ||||||
| | * | | | [ticket/14890] Typo in input validation of profile fields of type string | javiexin | 2016-12-05 | 1 | -1/+1 | |
| | |/ / | | | | | | | | | | | | | | | | This bug was introduced by PHPBB3-14272 PHPBB3-14890 | |||||
| * | | | [ticket/12610] Fix tests and use getOption() for console | Marc Alexander | 2016-12-05 | 1 | -18/+20 | |
| | | | | | | | | | | | | | PHPBB3-12610 | |||||
| * | | | [ticket/12610] Use Symfony style guide | Tristan Darricau | 2016-12-04 | 1 | -87/+86 | |
| | | | | | | | | | | | | | PHPBB3-12610 | |||||
| * | | | [ticket/12610] Add a better error message when an extension is missing | Tristan Darricau | 2016-12-04 | 1 | -44/+63 | |
| | | | | | | | | | | | | | PHPBB3-12610 | |||||
| * | | | [ticket/12610] Correctly handle empty cache | Tristan Darricau | 2016-12-03 | 2 | -8/+29 | |
| | | | | | | | | | | | | | PHPBB3-12610 | |||||
| * | | | [ticket/12610] Display the latest version and not the branch name in CLI | Tristan Darricau | 2016-12-03 | 1 | -1/+6 | |
| | | | | | | | | | | | | | PHPBB3-12610 | |||||
| * | | | [ticket/12610] CS | Tristan Darricau | 2016-12-03 | 2 | -1/+2 | |
| | | | | | | | | | | | | | PHPBB3-12610 | |||||
| * | | | [ticket/12610] Improve output | Tristan Darricau | 2016-12-03 | 1 | -8/+24 | |
| | | | | | | | | | | | | | PHPBB3-12610 | |||||
| * | | | [ticket/12610] Use exception_interface | Tristan Darricau | 2016-12-03 | 3 | -48/+25 | |
| | | | | | | | | | | | | | PHPBB3-12610 | |||||
| * | | | [ticket/12610] Add command to check if the board is up to date. | Etienne Baroux | 2016-12-03 | 4 | -20/+342 | |
| | | | | | | | | | | | | | PHPBB3-12610 | |||||
| * | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-12-03 | 1 | -3/+23 | |
| |\ \ \ | |/ / | ||||||
| | * | | Merge pull request #4522 from senky/ticket/13149 | Marc Alexander | 2016-12-03 | 1 | -3/+23 | |
| | |\ \ | | | | | | | | | | | | | [ticket/13149] Add core.phpbb_log_get_topic_auth_sql_before | |||||
| | | * | | [ticket/13149] Add core.phpbb_log_get_topic_auth_sql_before | Jakub Senko | 2016-11-20 | 1 | -3/+23 | |
| | | |/ | | | | | | | | | | PHPBB3-13149 | |||||
| * | | | [ticket/14492] Add user service to installer & only instantiate if needed | Marc Alexander | 2016-12-03 | 1 | -10/+5 | |
| | | | | | | | | | | | | | PHPBB3-14492 | |||||
| * | | | [ticket/14492] Fix redirection to help phpBB page | Marc Alexander | 2016-12-03 | 1 | -2/+14 | |
| | | | | | | | | | | | | | PHPBB3-14492 | |||||
| * | | | [ticket/14492] Update versions in files | Marc Alexander | 2016-12-03 | 2 | -2/+2 | |
| | | | | | | | | | | | | | PHPBB3-14492 | |||||
| * | | | [ticket/14492] Update phpBB version and fix miscellaneous code issues | Marc Alexander | 2016-12-03 | 1 | -1/+2 | |
| | | | | | | | | | | | | | PHPBB3-14492 | |||||
| * | | | [ticket/14492] Install all extensions if 'all' is specified for extensions | Marc Alexander | 2016-12-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | PHPBB3-14492 | |||||
| * | | | [ticket/14492] Add language variables for updating extensions | Marc Alexander | 2016-12-03 | 1 | -4/+4 | |
| | | | | | | | | | | | | | PHPBB3-14492 | |||||
| * | | | [ticket/14492] Prevent timeouts in install & update extensions tasks | Marc Alexander | 2016-12-03 | 2 | -2/+39 | |
| | | | | | | | | | | | | | PHPBB3-14492 | |||||
| * | | | [ticket/14492] Use same list for checking if extension should be updated | Marc Alexander | 2016-12-03 | 2 | -8/+31 | |
| | | | | | | | | | | | | | PHPBB3-14492 | |||||
| * | | | [ticket/14492] Unify version check for installing default extensions | Marc Alexander | 2016-12-03 | 1 | -2/+2 | |
| | | | | | | | | | | | | | PHPBB3-14492 | |||||
| * | | | [ticket/14492] Use extension manager instead of finder and add try/catch | Marc Alexander | 2016-12-03 | 2 | -34/+44 | |
| | | | | | | | | | | | | | PHPBB3-14492 | |||||
| * | | | [ticket/14492] Remove unused use statement | Marc Alexander | 2016-12-03 | 1 | -1/+0 | |
| | | | | | | | | | | | | | PHPBB3-14492 | |||||
| * | | | [ticket/14492] Redirect to help phpBB page after installation | Marc Alexander | 2016-12-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | | PHPBB3-14492 | |||||
