Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -3/+7 |
| | | | | PHPBB3-12594 | ||||
* | [ticket/12023] Add test for failing .css copy | Joas Schilling | 2013-11-19 | 1 | -0/+2 |
| | | | | PHPBB3-12023 | ||||
* | [ticket/11927] Prefix function with phpbb_ | Joas Schilling | 2013-11-07 | 1 | -1/+1 |
| | | | | PHPBB3-11927 | ||||
* | [ticket/11927] Correctly add new files on update | Joas Schilling | 2013-11-07 | 1 | -0/+39 |
Currently we ignore language and style files when the directory where they go to do not exist. However in 3.1 we introduce some new sub directories: * language/en/email/short/ * styles/prosilver/theme/en/ So we need to change our check to look whether the language or style exist, rather then the parent directory. PHPBB3-11927 |