aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functions_install
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/12023] Add test for failing .css copyJoas Schilling2013-11-191-0/+2
| | | | PHPBB3-12023
* [ticket/11927] Prefix function with phpbb_Joas Schilling2013-11-071-1/+1
| | | | PHPBB3-11927
* [ticket/11927] Correctly add new files on updateJoas Schilling2013-11-071-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