Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/11698] Moving all autoloadable files to phpbb/ | Nils Adermann | 2013-07-14 | 1 | -0/+1 |
| | | | | PHPBB3-11698 | ||||
* | [ticket/10763] Make functions for remote avatars static | Marc Alexander | 2012-12-17 | 1 | -2/+1 |
| | | | | | | | | | fileupload::image_types() and filespec::get_extension() are called statically while submitting the form for the remote avatar. Make them static as described in the ticket in order to prevent a PHP notice. Also change the tests to use the static functions. PHPBB3-10763 | ||||
* | [ticket/10939] Modified fileupload tests to deal with new behaviour | Fyorl | 2012-08-15 | 1 | -1/+5 |
| | | | | PHPBB3-10939 | ||||
* | [ticket/10941] Removed superfluous array | Fyorl | 2012-07-09 | 1 | -1/+1 |
| | | | | PHPBB3-10941 | ||||
* | [ticket/10941] File 'txt' now too big so changed tests to reflect that | Fyorl | 2012-07-09 | 1 | -1/+1 |
| | | | | PHPBB3-10941 | ||||
* | [ticket/10941] Added a comment to ensure tags stay uppercase | Fyorl | 2012-07-09 | 1 | -0/+1 |
| | | | | PHPBB3-10941 | ||||
* | [ticket/10941] Modified tearDown to use DirectoryIterator instead of glob | Fyorl | 2012-07-09 | 1 | -2/+7 |
| | | | | PHPBB3-10941 | ||||
* | [ticket/10941] Added tests/upload/fixture/copies to tracking | Fyorl | 2012-07-09 | 1 | -0/+0 |
| | | | | PHPBB3-10941 | ||||
* | [ticket/10941] Removed manual includes of mock classes | Fyorl | 2012-07-09 | 2 | -3/+0 |
| | | | | | | | Also marked a test as incomplete even though this appears to be ignored when actually running the tests. PHPBB3-10941 | ||||
* | [ticket/10941] Added subdirectory for file operations | Fyorl | 2012-07-09 | 7 | -0/+389 |
Also removed common.php as it was unnecessary. PHPBB3-10941 |