Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/15849] Stop using php4 constructors | Ruben Calvo | 2018-10-21 | 1 | -1/+1 |
| | | | | PHPBB3-15849 | ||||
* | [ticket/14972] replace all occurrences of sizeof() with the count() | rxu | 2018-01-01 | 1 | -2/+2 |
| | | | | PHPBB3-14972 | ||||
* | Merge branch '3.0.x' into prep-release-3.1.5 | Joas Schilling | 2015-06-10 | 1 | -3/+3 |
|\ | |||||
| * | [ticket/13823] Change diff options while packaging to not ignore all whitespaces | Tristan Darricau | 2015-06-10 | 1 | -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 headers | Yuriy Rusko | 2014-05-27 | 1 | -3/+7 |
| | | | | | | | | PHPBB3-12594 | ||||
* | | [ticket/12325] Use \RecursiveDirectoryIterator | Tristan Darricau | 2014-05-06 | 1 | -38/+19 |
| | | | | | | | | PHPBB3-12325 | ||||
* | | [ticket/12325] Doc blocks | Tristan Darricau | 2014-05-06 | 1 | -3/+21 |
| | | | | | | | | PHPBB3-12325 | ||||
* | | [ticket/12325] Change private function to protected | Tristan Darricau | 2014-05-05 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-12325 | ||||
* | | [ticket/12325] Add visibilities | Tristan Darricau | 2014-05-05 | 1 | -2/+2 |
| | | | | | | | | PHPBB3-12325 | ||||
* | | [ticket/12325] Add files located in deleted dirs | Tristan Darricau | 2014-05-05 | 1 | -3/+29 |
| | | | | | | | | PHPBB3-12325 | ||||
* | | [ticket/12325] Generate the list of the deleted files and folders | Tristan Darricau | 2014-05-05 | 1 | -0/+34 |
|/ | | | | | | https://tracker.phpbb.com/browse/PHPBB3-12325 PHPBB3-12325 | ||||
* | [ticket/9916] Changing header in non-distributed files | Unknown | 2012-01-02 | 1 | -2/+1 |
| | | | | PHPBB3-9916 | ||||
* | [ticket/10204] Detect binary file changes in dirs with names containing dots | Nils Adermann | 2011-06-09 | 1 | -1/+1 |
| | | | | PHPBB3-10204 | ||||
* | [task/phing-build] Added a build.xml configuration for phing. | Nils Adermann | 2010-10-17 | 1 | -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 Adermann | 2010-02-01 | 1 | -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 |