aboutsummaryrefslogtreecommitdiffstats
path: root/build/build_helper.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15849] Stop using php4 constructorsRuben Calvo2018-10-211-1/+1
| | | | PHPBB3-15849
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-2/+2
| | | | PHPBB3-14972
* Merge branch '3.0.x' into prep-release-3.1.5Joas Schilling2015-06-101-3/+3
|\
| * [ticket/13823] Change diff options while packaging to not ignore all whitespacesTristan Darricau2015-06-101-3/+3
| | | | | | | | | | | | | | | | | | | | | | Removed: -w, --ignore-all-space Ignore white space when comparing lines. Added: -Z, --ignore-trailing-space Ignore white space at line end. -b, --ignore-space-change Ignore changes in the amount of white space. PHPBB3-13823
* | [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | | | | | PHPBB3-12594
* | [ticket/12325] Use \RecursiveDirectoryIteratorTristan Darricau2014-05-061-38/+19
| | | | | | | | PHPBB3-12325
* | [ticket/12325] Doc blocksTristan Darricau2014-05-061-3/+21
| | | | | | | | PHPBB3-12325
* | [ticket/12325] Change private function to protectedTristan Darricau2014-05-051-1/+1
| | | | | | | | PHPBB3-12325
* | [ticket/12325] Add visibilitiesTristan Darricau2014-05-051-2/+2
| | | | | | | | PHPBB3-12325
* | [ticket/12325] Add files located in deleted dirsTristan Darricau2014-05-051-3/+29
| | | | | | | | PHPBB3-12325
* | [ticket/12325] Generate the list of the deleted files and foldersTristan Darricau2014-05-051-0/+34
|/ | | | | | https://tracker.phpbb.com/browse/PHPBB3-12325 PHPBB3-12325
* [ticket/9916] Changing header in non-distributed filesUnknown2012-01-021-2/+1
| | | | PHPBB3-9916
* [ticket/10204] Detect binary file changes in dirs with names containing dotsNils Adermann2011-06-091-1/+1
| | | | PHPBB3-10204
* [task/phing-build] Added a build.xml configuration for phing.Nils Adermann2010-10-171-172/+3
| | | | | | | | | 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
* Adding the phpBB build script. This is the latest version of the script Meik ↵Nils Adermann2010-02-011-0/+485
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