aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/install/module/update_filesystem
Commit message (Collapse)AuthorAgeFilesLines
* [prep-release-3.2.2] Add 3.1.12 to build and fix display of download boxMarc Alexander2018-01-072-5/+6
|
* Merge pull request #5077 from marc1706/ticket/15353Marc Alexander2018-01-072-4/+4
|\ | | | | | | [ticket/15353] Do not use empty to not offer empty archive for download
| * [ticket/15353] Do not use empty to not offer empty archive for downloadMarc Alexander2018-01-062-4/+4
| | | | | | | | PHPBB3-15353
* | [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-1/+1
|/ | | | PHPBB3-14972
* [ticket/15353] Use empty where applicableMarc Alexander2017-10-122-4/+4
| | | | PHPBB3-15353
* [ticket/15353] Make sure users can continue update after merging file diffMarc Alexander2017-09-102-10/+38
| | | | PHPBB3-15353
* [ticket/15293] Prevent continuing to database update on incomplete file updateMarc Alexander2017-07-233-11/+48
| | | | PHPBB3-15293
* [ticket/15050] Remove extra whitespaceMarc Alexander2017-01-271-2/+2
| | | PHPBB3-15050
* [ticket/15050] Use new file when new file already existsMarc Alexander2017-01-251-25/+46
| | | | | | | | | | Instead of trying to diff the new file against a pre-existing file, we're just going to use the new file. It's impossible to know whether the pre-existing file is newer or older than the new file. As the system will rely on the files being in the "new" state it's better to simply use the file in "new" state. PHPBB3-15050
* [prep-release-3.2.0] Correctly compare extensions versionMarc Alexander2017-01-071-1/+1
|
* [ticket/14894] Use correct config name for conflicts archive extensionMarc Alexander2016-12-091-1/+1
| | | | PHPBB3-14894
* [ticket/14492] Use same list for checking if extension should be updatedMarc Alexander2016-12-031-6/+29
| | | | PHPBB3-14492
* [ticket/14492] Check if composer.json exists in viglink folder on file_checkMarc Alexander2016-12-031-1/+1
| | | | PHPBB3-14492
* [ticket/14492] Do not copy viglink on update if it was deletedMarc Alexander2016-12-031-0/+9
| | | | PHPBB3-14492
* [ticket/14393] Fix init for conflict archiveMáté Bartus2016-03-271-7/+6
| | | | PHPBB3-14393
* [ticket/14393] Fix updater behaviourMáté Bartus2016-03-272-3/+8
| | | | PHPBB3-14393
* [ticket/14462] Further speed improvementsMate Bartus2016-02-122-2/+0
| | | | | | | | - Cache the secondary container - Only initialize tasks/modules that are being used - Add timeout error message in the AJAX UI PHPBB3-14462
* [ticket/14326] Decode diffed file's content during updateMate Bartus2015-12-022-6/+6
| | | | PHPBB3-14326
* [ticket/14039] Fix folder creation and deleted binary file issueMate Bartus2015-10-181-1/+1
| | | | PHPBB3-14039
* [ticket/14039] Fix file check for deleted filesMate Bartus2015-10-181-1/+1
| | | | PHPBB3-14039
* [ticket/14039] Revamp updaterMate Bartus2015-10-176-0/+1010
PHPBB3-14039