| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | ||||
| * | | Merge pull request #3856 from Nicofuma/ticket/12610 | Marc Alexander | 2016-12-05 | 14 | -119/+511 |
| |\ \ | | | | | | | | | | [ticket/12610] Add command to check if the board is up to date. | ||||
| | * | | [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 | 2 | -87/+87 |
| | | | | | | | | | | | | | PHPBB3-12610 | ||||
| | * | | [ticket/12610] Add a better error message when an extension is missing | Tristan Darricau | 2016-12-04 | 2 | -44/+64 |
| | | | | | | | | | | | | | PHPBB3-12610 | ||||
| | * | | [ticket/12610] Correctly handle empty cache | Tristan Darricau | 2016-12-03 | 5 | -15/+47 |
| | | | | | | | | | | | | | PHPBB3-12610 | ||||
| | * | | [ticket/12610] Ignor exception due to the version check in extensions list | Tristan Darricau | 2016-12-03 | 1 | -5/+12 |
| | | | | | | | | | | | | | PHPBB3-12610 | ||||
| | * | | [ticket/12610] Display the latest version and not the branch name in CLI | Tristan Darricau | 2016-12-03 | 2 | -11/+6 |
| | | | | | | | | | | | | | PHPBB3-12610 | ||||
| | * | | [ticket/12610] CS | Tristan Darricau | 2016-12-03 | 3 | -2/+2 |
| | | | | | | | | | | | | | PHPBB3-12610 | ||||
| | * | | [ticket/12610] Improve output | Tristan Darricau | 2016-12-03 | 3 | -18/+33 |
| | | | | | | | | | | | | | PHPBB3-12610 | ||||
| | * | | [ticket/12610] Skip extensions with no update info | Tristan Darricau | 2016-12-03 | 1 | -15/+36 |
| | | | | | | | | | | | | | PHPBB3-12610 | ||||
| | * | | [ticket/12610] Use exception_interface | Tristan Darricau | 2016-12-03 | 5 | -55/+37 |
| | | | | | | | | | | | | | PHPBB3-12610 | ||||
| | * | | [ticket/12610] Add command to check if the board is up to date. | Etienne Baroux | 2016-12-03 | 9 | -67/+385 |
| | | | | | | | | | | | | | PHPBB3-12610 | ||||
| * | | | Merge branch '3.1.x' into 3.2.x | Tristan Darricau | 2016-12-04 | 1 | -0/+4 |
| |\ \ \ | |/ / |/| / | |/ | | | * 3.1.x: [ticket/14888] Missing check for disabled profile field types | ||||
| | * | Merge pull request #4555 from javiexin/ticket/14888 | Tristan Darricau | 2016-12-04 | 1 | -0/+4 |
| | |\ | | | | | | | | | | | | | | | | | | | [ticket/14888] Missing check for disabled profile field types * javiexin/ticket/14888: [ticket/14888] Missing check for disabled profile field types | ||||
| | | * | [ticket/14888] Missing check for disabled profile field types | javiexin | 2016-12-04 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | Checks if a profile field type is enabled before using it. PHPBB3-14888 | ||||
| * | | | Merge branch '3.1.x' into 3.2.x | Marc Alexander | 2016-12-03 | 1 | -0/+22 |
| |\ \ \ | |/ / | |||||
| | * | | Merge pull request #4524 from senky/ticket/13479 | Marc Alexander | 2016-12-03 | 1 | -0/+22 |
| | |\ \ | | | | | | | | | | | | | [ticket/13479] Add core.viewtopic_highlight_modify | ||||
| | | * | | [ticket/13479] Add core.viewtopic_highlight_modify | Jakub Senko | 2016-11-20 | 1 | -0/+22 |
| | | | | | | | | | | | | | | | | | PHPBB3-13479 | ||||
| * | | | | 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 | ||||
| | * | | | | Merge pull request #4541 from marc1706/ticket/9590 | Tristan Darricau | 2016-12-03 | 2 | -0/+135 |
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/9590] Submit permissions form in chunks * marc1706/ticket/9590: [ticket/9590] Correctly update submit size and replace all forum_id[] [ticket/9590] Further deduplicate code for form data [ticket/9590] Preserve selected forums after previous page redirect [ticket/9590] Support ajax submit of permissions for specific forums [ticket/9590] Correctly set roles and refresh page using POST [ticket/9590] Submit permissions form in chunks when using "Apply all" | ||||
| * | | | | | | [ticket/14492] Add user service to installer & only instantiate if needed | Marc Alexander | 2016-12-03 | 2 | -10/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14492 | ||||
| * | | | | | | [ticket/14492] Fix redirection to help phpBB page | Marc Alexander | 2016-12-03 | 1 | -2/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14492 | ||||
| * | | | | | | [ticket/14492] Encode URI components in systemdata for stats | Marc Alexander | 2016-12-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The stats data needs to be URI encoded to prevent issues when submitting the data to the receive_stats script on www.phpbb.com. PHPBB3-14492 | ||||
| * | | | | | | [ticket/14492] Always update the time the stats were sent | Marc Alexander | 2016-12-03 | 1 | -5/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14492 | ||||
| * | | | | | | [ticket/14492] Update versions in files | Marc Alexander | 2016-12-03 | 4 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14492 | ||||
| * | | | | | | [ticket/14492] Add missing event variable | Marc Alexander | 2016-12-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14492 | ||||
| * | | | | | | [ticket/14492] Don't explicitly pass data providers by refs | Marc Alexander | 2016-12-03 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14492 | ||||
| * | | | | | | [ticket/14492] Update phpBB version and fix miscellaneous code issues | Marc Alexander | 2016-12-03 | 2 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 3 | -4/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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] Add missing config to schema_data.sql | Marc Alexander | 2016-12-03 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | | | | | [ticket/14492] Properly retrieve version updating from | Marc Alexander | 2016-12-03 | 2 | -52/+62 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14492 | ||||
| * | | | | | | [ticket/14492] Rework logic for selecting which extensions to update | Marc Alexander | 2016-12-03 | 1 | -27/+54 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14492 | ||||
| * | | | | | | [ticket/14492] Check if composer.json exists in viglink folder on file_check | Marc Alexander | 2016-12-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14492 | ||||
| * | | | | | | [ticket/14492] Define extensions to install in config not via cli argument | Marc Alexander | 2016-12-03 | 7 | -18/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14492 | ||||
| * | | | | | | [ticket/14492] Removed unused use statement | Marc Alexander | 2016-12-03 | 1 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14492 | ||||
| * | | | | | | [ticket/14492] Only show fail of extension install if it's available | Marc Alexander | 2016-12-03 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14492 | ||||
| * | | | | | | [ticket/14492] Remove incorrect changes to module order | Marc Alexander | 2016-12-03 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14492 | ||||
| * | | | | | | [ticket/14492] Allow specifying extensions to update & install | Marc Alexander | 2016-12-03 | 4 | -1/+34 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14492 | ||||
| * | | | | | | [ticket/14492] Set install extensions to synthetic and fix step count | Marc Alexander | 2016-12-03 | 2 | -7/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14492 | ||||
