| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/15671] Load extensions from a variable instead of harcode it | Rubén Calvo | 2019-05-08 | 3 | -2/+3 |
| | | | | | PHPBB3-15671 | ||||
| * | [ticket/15671] Limit accepted formats for avatar upload | Rubén Calvo | 2019-05-08 | 2 | -2/+2 |
| | | | | | PHPBB3-15671 | ||||
| * | [ticket/15686] Update homestead | Rubén Calvo | 2019-05-08 | 2 | -372/+573 |
| | | | | | PHPBB3-15686 | ||||
| * | [ticket/15646] Made Argon2i the default password driver | JoshyPHP | 2019-05-08 | 1 | -0/+1 |
| | | | | | PHPBB3-15646 | ||||
| * | [ticket/15646] Added support for Argon2i passwords | JoshyPHP | 2019-05-08 | 3 | -1/+125 |
| | | | | | PHPBB3-15646 | ||||
| * | [ticket/15400] Make app.php routes work in vagrant | Rubén Calvo | 2019-05-08 | 1 | -0/+4 |
| | | | | | PHPBB3-15400 | ||||
| * | [ticket/15424] Multiple typo fixes in docs & comments | luzpaz | 2019-05-08 | 51 | -69/+70 |
| | | | | | | | Fixed typos in some docs, guidelines, some non-user-facing files. PHPBB3-15424 | ||||
| * | [ticket/15377] Use __DIR__ constant | Rubén Calvo | 2019-05-08 | 1 | -1/+1 |
| | | | | | PHPBB3-15377 | ||||
| * | [ticket/15377] Add test | Rubén Calvo | 2019-05-08 | 1 | -0/+9 |
| | | | | | PHPBB3-15377 | ||||
| * | [ticket/15351] Fix missing global usage | Máté Bartus | 2019-05-08 | 1 | -2/+2 |
| | | | | | PHPBB3-15351 | ||||
| * | [ticket/15330] Fix typo | Rubén Calvo | 2019-05-08 | 1 | -1/+1 |
| | | | | | PHPBB3-15330 | ||||
| * | [ticket/15330] Twig function to know if a language string is defined | Rubén Calvo | 2019-05-08 | 1 | -2/+13 |
| | | | | | PHPBB3-15330 | ||||
| * | [ticket/15274] Allow "custom" migrations to use parameters | javiexin | 2019-05-08 | 4 | -6/+6 |
| | | | | | | | Remove references in migration tool. PHPBB3-15274 | ||||
| * | [ticket/15274] Allow "custom" migrations to use parameters | javiexin | 2019-05-08 | 4 | -1/+137 |
| | | | | | | | | Add the possibility to have custom migrations with parameters, allowing the use of a single function for several uses. PHPBB3-15274 | ||||
| * | [ticket/15295] Restore tests on mysql and myisam | Matt Friedman | 2019-05-08 | 2 | -2/+4 |
| | | | | | PHPBB3-15295 | ||||
| * | [ticket/15258] Adds a method to get a service by class in service_collection | Tristan Darricau | 2019-05-08 | 2 | -0/+54 |
| | | | | | PHPBB3-15258 | ||||
| * | [ticket/14972] Update tests matrix to reflect bumping PHP version requirement | rxu | 2019-05-08 | 1 | -9/+5 |
| | | | | | PHPBB3-14972 | ||||
| * | [ticket/14972] Migrate from deprecated getMock() method to createMock() | rxu | 2019-05-08 | 70 | -141/+168 |
| | | | | | PHPBB3-14972 | ||||
| * | [ticket/14972] Bump PHP requirements to 5.6. Update dependencies. | rxu | 2019-05-08 | 2 | -422/+1236 |
| | | | | | | | Also bump to PHP 7.2 compatible versions: PHPUnit to 5.7, Guzzle to 6.3. PHPBB3-14972 | ||||
| * | [ticket/15269] Don't enable DEBUG_CONTAINER by default | Rubén Calvo | 2019-05-08 | 1 | -3/+0 |
| | | | | | PHPBB3-15269 | ||||
| * | [ticket/15269] Remove comment only if is the beginning of a line | Rubén Calvo | 2019-05-08 | 1 | -2/+2 |
| | | | | | PHPBB3-15269 | ||||
| * | [ticket/15269] Set development environment and enable all debugs with vagrant | Rubén Calvo | 2019-05-08 | 1 | -1/+10 |
| | | | | | PHPBB3-15269 | ||||
| * | [ticket/15203] Include missing constants in web installer | Rubén Calvo | 2019-05-08 | 1 | -0/+1 |
| | | | | | PHPBB3-15203 | ||||
| * | [ticket/11515] If condition changes | Vishal Pandey | 2019-05-08 | 1 | -1/+0 |
| | | | | | | | Duplicate return statements removed. PHPBB3-11515 | ||||
| * | [ticket/11515] Inverted Logic | Vishal Pandey | 2019-05-08 | 1 | -3/+3 |
| | | | | | | | Inverted the logic to raise exception inside if. PHPBB3-11515 | ||||
| * | [ticket/11515] Refactoring changes. | Vishal Pandey | 2019-05-08 | 1 | -3/+2 |
| | | | | | | | Refactoring the code as suggested. PHPBB3-11515 | ||||
| * | [ticket/11515] Refactoring the patch. | Vishal Pandey | 2019-05-08 | 3 | -13/+3 |
| | | | | | | | Removing else conditions. PHPBB3-11515 | ||||
| * | [ticket/11515] Space between if and braces | Vishal Pandey | 2019-05-08 | 1 | -1/+1 |
| | | | | | | | Exactly one space between if and opening brace. PHPBB3-11515 | ||||
| * | [ticket/11515] Change If...else statement struct | Vishal Pandey | 2019-05-08 | 3 | -3/+9 |
| | | | | | | | Modifications in if-else structure. PHPBB3-11515 | ||||
| * | [ticket/11515] Extra check after acquiring locks. | Vishal Pandey | 2019-05-08 | 3 | -2/+37 |
| | | | | | | | Add additional check to flock.php and db.php to ensure lock aquiring. PHPBB3-11515 | ||||
| * | [ticket/15153] Update to newer homestead for vagrant | Matt Friedman | 2019-05-06 | 3 | -14/+21 |
| | | | | | PHPBB3-15153 | ||||
| * | [ticket/14769] Fix CLI installer configuration compatibility with SF 3 | Tristan Darricau | 2019-05-06 | 1 | -5/+4 |
| | | | | | PHPBB3-14769 | ||||
| * | [ticket/14761] myisam should be setup on PHP 5.5 (5.4 removed) | Matt Friedman | 2019-05-06 | 1 | -1/+1 |
| | | | | | PHPBB3-14761 | ||||
| * | [ticket/14573] Add Whoisonline breadcrumbs | Jakub Senko | 2019-05-06 | 1 | -0/+5 |
| | | | | | PHPBB3-14573 | ||||
| * | [ticket/14573] Add Memberlist breadcrumbs | Jakub Senko | 2019-05-06 | 1 | -0/+64 |
| | | | | | PHPBB3-14573 | ||||
| * | [ticket/14573] Add MCP breadcrumbs | Jakub Senko | 2019-05-06 | 1 | -0/+5 |
| | | | | | PHPBB3-14573 | ||||
| * | [ticket/14573] Add UCP breadcrumbs | Jakub Senko | 2019-05-06 | 2 | -0/+13 |
| | | | | | PHPBB3-14573 | ||||
| * | [ticket/14573] Add Search breadcrumbs | Jakub Senko | 2019-05-06 | 1 | -0/+5 |
| | | | | | PHPBB3-14573 | ||||
| * | [ticket/14573] Add FAQ breadcrumbs | Jakub Senko | 2019-05-06 | 2 | -0/+10 |
| | | | | | PHPBB3-14573 | ||||
| * | [ticket/14542] Add missing dockblocks | Máté Bartus | 2019-05-06 | 2 | -0/+4 |
| | | | | | PHPBB3-14542 | ||||
| * | [ticket/14542] Fix tests | Máté Bartus | 2019-05-06 | 3 | -0/+5 |
| | | | | | PHPBB3-14542 | ||||
| * | [ticket/14542] Move cron to controller | Máté Bartus | 2019-05-06 | 13 | -83/+374 |
| | | | | | PHPBB3-14542 | ||||
| * | [ticket/14670] Set shared flag instead of defining prototype scope | Marc Alexander | 2019-05-06 | 1 | -1/+1 |
| | | | | | | | The prototype scope was deprecated in symfony 2.8 and removed in 3.0. PHPBB3-14670 | ||||
| * | [ticket/14670] Do not backup static attributes | Marc Alexander | 2019-05-06 | 6 | -6/+6 |
| | | | | | | | | This seems to cause issues with the UI tests as the backed up static web driver does not seem to be properly initialized. PHPBB3-14670 | ||||
| * | [ticket/14670] Modify service definition for RouterListener | Marc Alexander | 2019-05-06 | 1 | -2/+0 |
| | | | | | PHPBB3-14670 | ||||
| * | [ticket/14670] Fix typo in .travis.yml | Marc Alexander | 2019-05-06 | 1 | -1/+1 |
| | | | | | PHPBB3-14670 | ||||
| * | [ticket/14670] Remove usage of prototype scope in tests | Marc Alexander | 2019-05-06 | 1 | -2/+2 |
| | | | | | | | | In this specific case, the mock container builder is used which does not even support setting the scope. PHPBB3-14670 | ||||
| * | [ticket/14670] Add new travis builds and PHP 5.5 requirement | Marc Alexander | 2019-05-06 | 1 | -11/+9 |
| | | | | | PHPBB3-14670 | ||||
| * | [ticket/14670] Fix incompatibilities with container definitions | Marc Alexander | 2019-05-06 | 1 | -2/+7 |
| | | | | | PHPBB3-14670 | ||||
| * | [ticket/14670] Use symfony 3.1 in master branch | Marc Alexander | 2019-05-06 | 2 | -985/+639 |
| | | | | | | | | Removed sami as it doesn't have a version compatible with symfony 3.x. PHPBB3-14670 | ||||
