aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12610] Skip extensions with no update infoTristan Darricau2016-12-031-15/+36
| | | | PHPBB3-12610
* [ticket/12610] Use exception_interfaceTristan Darricau2016-12-039-68/+46
| | | | PHPBB3-12610
* [ticket/12610] Fix testsTristan Darricau2016-12-031-2/+5
| | | | PHPBB3-12610
* [ticket/12610] Add command to check if the board is up to date.Etienne Baroux2016-12-0314-72/+491
| | | | PHPBB3-12610
* Merge branch '3.1.x' into 3.2.xMarc Alexander2016-12-031-0/+22
|\
| * Merge pull request #4524 from senky/ticket/13479Marc Alexander2016-12-031-0/+22
| |\ | | | | | | | | | [ticket/13479] Add core.viewtopic_highlight_modify
| | * [ticket/13479] Add core.viewtopic_highlight_modifyJakub Senko2016-11-201-0/+22
| | | | | | | | | | | | PHPBB3-13479
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-12-031-3/+23
|\ \ \ | |/ /
| * | Merge pull request #4522 from senky/ticket/13149Marc Alexander2016-12-031-3/+23
| |\ \ | | | | | | | | | | | | [ticket/13149] Add core.phpbb_log_get_topic_auth_sql_before
| | * | [ticket/13149] Add core.phpbb_log_get_topic_auth_sql_beforeJakub Senko2016-11-201-3/+23
| | | | | | | | | | | | | | | | PHPBB3-13149
* | | | Merge pull request #4189 from marc1706/ticket/14492Tristan Darricau2016-12-0333-173/+1106
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14492] Improve send stats page and include VigLink * marc1706/ticket/14492: (47 commits) [ticket/14492] Add user service to installer & only instantiate if needed [ticket/14492] Fix redirection to help phpBB page [ticket/14492] Encode URI components in systemdata for stats [ticket/14492] Always update the time the stats were sent [ticket/14492] Update versions in files [ticket/14492] Add missing event variable [ticket/14492] Don't explicitly pass data providers by refs [ticket/14492] Update phpBB version and fix miscellaneous code issues [ticket/14492] Install all extensions if 'all' is specified for extensions [ticket/14492] Checkout master if viglink tag does not exist for latest version [ticket/14492] Add language variables for updating extensions [ticket/14492] Prevent timeouts in install & update extensions tasks [ticket/14492] Use same list for checking if extension should be updated [ticket/14492] Add missing config to schema_data.sql [ticket/14492] Unify version check for installing default extensions [ticket/14492] Use extension manager instead of finder and add try/catch [ticket/14492] Checkout viglink for each version depending on tags [ticket/14492] Remove unused use statement [ticket/14492] Redirect to help phpBB page after installation [ticket/14492] Properly retrieve version updating from ...
| * | | | [ticket/14492] Add user service to installer & only instantiate if neededMarc Alexander2016-12-032-10/+11
| | | | | | | | | | | | | | | | | | | | PHPBB3-14492
| * | | | [ticket/14492] Fix redirection to help phpBB pageMarc Alexander2016-12-031-2/+14
| | | | | | | | | | | | | | | | | | | | PHPBB3-14492
| * | | | [ticket/14492] Encode URI components in systemdata for statsMarc Alexander2016-12-031-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 sentMarc Alexander2016-12-031-5/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-14492
| * | | | [ticket/14492] Update versions in filesMarc Alexander2016-12-034-5/+5
| | | | | | | | | | | | | | | | | | | | PHPBB3-14492
| * | | | [ticket/14492] Add missing event variableMarc Alexander2016-12-031-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-14492
| * | | | [ticket/14492] Don't explicitly pass data providers by refsMarc Alexander2016-12-031-3/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-14492
| * | | | [ticket/14492] Update phpBB version and fix miscellaneous code issuesMarc Alexander2016-12-033-3/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-14492
| * | | | [ticket/14492] Install all extensions if 'all' is specified for extensionsMarc Alexander2016-12-031-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-14492
| * | | | [ticket/14492] Checkout master if viglink tag does not exist for latest versionMarc Alexander2016-12-031-1/+13
| | | | | | | | | | | | | | | | | | | | PHPBB3-14492
| * | | | [ticket/14492] Add language variables for updating extensionsMarc Alexander2016-12-033-4/+7
| | | | | | | | | | | | | | | | | | | | PHPBB3-14492
| * | | | [ticket/14492] Prevent timeouts in install & update extensions tasksMarc Alexander2016-12-032-2/+39
| | | | | | | | | | | | | | | | | | | | PHPBB3-14492
| * | | | [ticket/14492] Use same list for checking if extension should be updatedMarc Alexander2016-12-032-8/+31
| | | | | | | | | | | | | | | | | | | | PHPBB3-14492
| * | | | [ticket/14492] Add missing config to schema_data.sqlMarc Alexander2016-12-031-0/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-14492
| * | | | [ticket/14492] Unify version check for installing default extensionsMarc Alexander2016-12-031-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-14492
| * | | | [ticket/14492] Use extension manager instead of finder and add try/catchMarc Alexander2016-12-032-34/+44
| | | | | | | | | | | | | | | | | | | | PHPBB3-14492
| * | | | [ticket/14492] Checkout viglink for each version depending on tagsMarc Alexander2016-12-031-2/+17
| | | | | | | | | | | | | | | | | | | | PHPBB3-14492
| * | | | [ticket/14492] Remove unused use statementMarc Alexander2016-12-031-1/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-14492
| * | | | [ticket/14492] Redirect to help phpBB page after installationMarc Alexander2016-12-031-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-14492
| * | | | [ticket/14492] Properly retrieve version updating fromMarc Alexander2016-12-032-52/+62
| | | | | | | | | | | | | | | | | | | | PHPBB3-14492
| * | | | [ticket/14492] Rework logic for selecting which extensions to updateMarc Alexander2016-12-031-27/+54
| | | | | | | | | | | | | | | | | | | | PHPBB3-14492
| * | | | [ticket/14492] Check if composer.json exists in viglink folder on file_checkMarc Alexander2016-12-031-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-14492
| * | | | [ticket/14492] Define extensions to install in config not via cli argumentMarc Alexander2016-12-037-18/+16
| | | | | | | | | | | | | | | | | | | | PHPBB3-14492
| * | | | [ticket/14492] Removed unused use statementMarc Alexander2016-12-031-2/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-14492
| * | | | [ticket/14492] Only show fail of extension install if it's availableMarc Alexander2016-12-031-4/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-14492
| * | | | [ticket/14492] Remove incorrect changes to module orderMarc Alexander2016-12-032-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-14492
| * | | | [ticket/14492] Allow specifying extensions to update & installMarc Alexander2016-12-034-1/+34
| | | | | | | | | | | | | | | | | | | | PHPBB3-14492
| * | | | [ticket/14492] Set install extensions to synthetic and fix step countMarc Alexander2016-12-033-7/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-14492
| * | | | [ticket/14492] Send statistics via ajax requestMarc Alexander2016-12-035-23/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Flooding ajax requests will try to be prevented and sending stats without JS will also properly work. PHPBB3-14492
| * | | | [ticket/14492] Add missing input nameMarc Alexander2016-12-031-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-14492
| * | | | [ticket/14492] Remove not needed language entryMarc Alexander2016-12-031-1/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-14492
| * | | | [ticket/14492] Use new guzzlehttp clientMarc Alexander2016-12-031-9/+8
| | | | | | | | | | | | | | | | | | | | PHPBB3-14492
| * | | | [ticket/14492] Apply fixes to update extensions taskMarc Alexander2016-12-032-4/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The regex was also simplified. PHPBB3-14492
| * | | | [ticket/14492] Pass u_action to acp form and add stats configMarc Alexander2016-12-032-0/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-14492
| * | | | [ticket/14492] Correctly check if extension was enabled during installMarc Alexander2016-12-031-4/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fixed some incorrectly generated log messages and improved the regex. PHPBB3-14492
| * | | | [ticket/14492] Add events for modifying help phpBB pageMarc Alexander2016-12-034-39/+52
| | | | | | | | | | | | | | | | | | | | PHPBB3-14492
| * | | | [ticket/14492] Use guzzle for submitting data to stats serviceMarc Alexander2016-12-033-1/+51
| | | | | | | | | | | | | | | | | | | | PHPBB3-14492
| * | | | [ticket/14492] Update language variables and trigger details textMarc Alexander2016-12-034-9/+11
| | | | | | | | | | | | | | | | | | | | PHPBB3-14492
| * | | | [ticket/14492] Rename files to help_phpbb and fix css tabbingMarc Alexander2016-12-035-56/+87
| | | | | | | | | | | | | | | | | | | | PHPBB3-14492