aboutsummaryrefslogtreecommitdiffstats
path: root/build/package.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/13272] Add vendor/ folder to "changed files" packageJoas Schilling2015-01-101-0/+1
| | | | PHPBB3-13272
* [ticket/12839] Include update related templates and assets in the packageJoas Schilling2014-07-111-6/+36
| | | | PHPBB3-12839
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/12325] Generate the list of the deleted files and foldersTristan Darricau2014-05-051-0/+13
| | | | | | https://tracker.phpbb.com/browse/PHPBB3-12325 PHPBB3-12325
* [ticket/12326] Correctly format update/index.php and remove php closing tagJoas Schilling2014-03-301-11/+5
| | | | PHPBB3-12326
* [ticket/12326] Do not add deleted files to the list of changed filesJoas Schilling2014-03-301-6/+6
| | | | PHPBB3-12326
* [ticket/11764] Create separate packages for subsilver2 on releases.Joas Schilling2014-03-081-0/+8
| | | | PHPBB3-11764
* [ticket/12030] Fix some spelling issuesJoas Schilling2014-01-081-5/+5
| | | | PHPBB3-12030
* [ticket/12030] Fix wrong file and directory namesJoas Schilling2013-12-191-4/+5
| | | | PHPBB3-12030
* [ticket/12030] Include adm/images/ when the css file was updatedJoas Schilling2013-12-191-0/+6
| | | | | | | | | The images are referenced relative from the admin.css file. So when it was updated and the images where not, the updater will be without images, unless we ensure that they are included in the update-package. PHPBB3-12021 PHPBB3-12030
* [ticket/12030] Include config directory completly in update packagesJoas Schilling2013-12-191-0/+47
| | | | | | | When one of the config files was updated, we need to include all config files because they are referenced relative from the files themselves. PHPBB3-12030
* Merge branch 'develop-olympus' into developNils Adermann2013-09-301-12/+0
|\ | | | | | | | | | | * develop-olympus: [ticket/11876] Replace MD5 with SHA256. [ticket/11876] Move checksum generation from build PHP files to phing build.xml
| * [ticket/11876] Move checksum generation from build PHP files to phing build.xmlAndreas Fischer2013-09-301-12/+0
| | | | | | | | | | | | This also removes paths from the checksum files. PHPBB3-11876
* | [ticket/11574] Include vendor into update packagesJoas Schilling2013-07-131-0/+2
|/ | | | PHPBB3-11574
* [ticket/9916] Changing header in non-distributed filesUnknown2012-01-021-2/+1
| | | | PHPBB3-9916
* [task/phing-build] Correct the path for update package patch files.Nils Adermann2010-11-081-1/+4
| | | | PHPBB3-9849
* [task/phing-build] Added a build.xml configuration for phing.Nils Adermann2010-10-171-139/+11
| | | | | | | | | The current state of the phing build script allowed the removal of some code from the old packaging process written entirely in PHP. Further simplifcations of the PHP code and additions to the phing build file will follow. PHPBB3-9849
* [feature/webpi] Add WebPI support to the build script.Chris Smith2010-04-081-0/+8
|
* Incrementing the version number to 3.0.7-PL1Nils Adermann2010-03-051-1/+1
|
* Prepare 3.0.7 releaseNils Adermann2010-02-281-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10553 89ea8834-ac86-4346-8a33-228a782c2dd0
* Merge r10549 into 3.0.7: After generating all packages go through the full ↵Nils Adermann2010-02-271-0/+5
| | | | | | | | | installs and make sure the files do not contain any errors [Bug #58255] 3.0.7-RC2 contains an image file missing one byte (icon_textbox_search.gif) you can take it from an previous phpBB3 release, it was not changed. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10550 89ea8834-ac86-4346-8a33-228a782c2dd0
* prepare build script for RC2Nils Adermann2010-02-241-1/+1
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10534 89ea8834-ac86-4346-8a33-228a782c2dd0
* Adding the phpBB build script. This is the latest version of the script Meik ↵Nils Adermann2010-02-011-0/+521
has been using for releases of phpBB. I've made a few smaller changes to make its output work on the CLI and for it to work when located inside a working directory. Various notices/warnings etc. have been fixed, too. We probably want to make some more major changes to the script, at the moment it seems a little difficult to follow exactly what it does. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10465 89ea8834-ac86-4346-8a33-228a782c2dd0