aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | [feature/extension-manager] Add prefix to extension meta data / install classesNils Adermann2011-10-145-13/+13
| * | | | | [feature/extension-manager] extension finder now saves ext it found a file inNils Adermann2011-10-132-10/+11
| * | | | | [feature/extension-manager] Extend the tests for finding directoriesNils Adermann2011-09-291-1/+15
| * | | | | [feature/extension-manager] Refactoring the structure of extension providerNils Adermann2011-09-293-4/+4
| * | | | | [feature/extension-manager] Add extension meta info classes for test extensionsNils Adermann2011-09-292-0/+37
| * | | | | [feature/extension-manager] Add support for templates in extensions.Nils Adermann2011-09-293-3/+7
| * | | | | [feature/extension-manager] Don't cache the phpbb_root_path in the ext managerNils Adermann2011-09-292-3/+3
| * | | | | [feature/extension-manager] Extract extension provider functionality from cronNils Adermann2011-09-291-3/+1
| * | | | | [feature/extension-manager] Prepend the phpbb_root_path if necessary.Nils Adermann2011-09-291-5/+4
| * | | | | [feature/extension-manager] Add support for directories to the extension finderNils Adermann2011-09-291-0/+14
| * | | | | [feature/extension-manager] Make sure the extension manager works without cacheNils Adermann2011-09-291-0/+13
| * | | | | [feature/extension-manager] Make the cache variable name for extensions dynamicNils Adermann2011-09-291-3/+3
| * | | | | [feature/extension-manager] Test creation of new extension finder cacheNils Adermann2011-09-292-1/+42
| * | | | | [feature/extension-manager] Use an incremental process for enable and purgeNils Adermann2011-09-291-0/+10
| * | | | | [feature/extension-manager] Add filename prefix matching in extension finderNils Adermann2011-09-291-0/+20
| * | | | | [feature/extension-manager] Add missing newlines at end of filesNils Adermann2011-09-296-6/+6
| * | | | | [feature/extension-manager] Remove cron's dependency on the extension manager.Nils Adermann2011-09-295-20/+58
| * | | | | [feature/extension-manager] The class loader no longer knows about extensionsNils Adermann2011-09-294-40/+35
| * | | | | [feature/extension-manager] Porting cron tasks over to the extension finderNils Adermann2011-09-2910-48/+76
| * | | | | [feature/extension-manager] Extension Manager & FinderNils Adermann2011-09-2916-3/+312
* | | | | | Merge branch 'develop-olympus' into developNils Adermann2011-11-182-0/+98
|\ \ \ \ \ \ | |_|/ / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Merge remote-tracking branch 'github-nickvergessen/ticket/10296' into develop...Nils Adermann2011-11-182-0/+98
| |\ \ \ \
| | * | | | [ticket/10296] Add unit test for CROSS JOIN with INNER JOINJoas Schilling2011-11-152-0/+98
* | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-11-141-0/+35
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge remote-tracking branch 'nickvergessen/ticket/9066' into develop-olympusAndreas Fischer2011-11-141-0/+35
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | [ticket/9066] Move regex into get_preg_expression function and add testsJoas Schilling2011-11-141-0/+35
* | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-10-171-0/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | [ticket/10416] Pass dbport to PDO object in ...connection_manager::connect().Andreas Fischer2011-10-161-0/+5
* | | | | | [ticket/10414] Skip functional tests on PHP 5.2 - requires PHPUnit 3.6 on 5.2Nils Adermann2011-10-171-1/+5
* | | | | | [ticket/10417] Fix array_merge() on undefined $config variable.Andreas Fischer2011-10-161-2/+4
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'develop-olympus' into developIgor Wiedler2011-10-141-10/+3
|\ \ \ \ \ | |/ / / /
| * | | | Merge remote-tracking branch 'bantu/ticket/10327' into develop-olympusIgor Wiedler2011-10-141-10/+3
| |\ \ \ \
| | * | | | [ticket/10327] Use $this->tools instead of creating a new instance of db_tools.Andreas Fischer2011-10-141-10/+3
* | | | | | Merge branch 'develop-olympus' into developNils Adermann2011-10-141-0/+15
|\ \ \ \ \ \ | |/ / / / /
| * | | | | [ticket/8240] Add ability to get a list of columns of a tables to db_tools.Andreas Fischer2011-10-141-0/+8
| * | | | | [ticket/8240] Add ability to get a list of tables to db_tools.Andreas Fischer2011-10-141-0/+7
| |/ / / /
* | | | | [feature/functional-tests] Don't add elements to backup list twiceNils Adermann2011-10-141-7/+0
* | | | | [feature/functional-tests] Generate config correctly and install only onceNils Adermann2011-10-142-24/+48
* | | | | [feature/functional-tests] Configure functional tests through config fileNils Adermann2011-10-143-61/+87
* | | | | [feature/functional-tests] Implementing functional test framework with goutteIgor Wiedler2011-10-143-0/+155
* | | | | Merge branch 'develop-olympus' into developIgor Wiedler2011-10-141-0/+18
|\ \ \ \ \ | |/ / / /
| * | | | [ticket/10327] Change CREATE INDEX to ALTER TABLE table ADD INDEX for MySQL.Andreas Fischer2011-10-141-0/+18
* | | | | Merge branch 'develop-olympus' into developAndreas Fischer2011-10-131-1/+17
|\ \ \ \ \ | |/ / / / | | | / / | |_|/ / |/| | |
| * | | [ticket/10307] Add a test for PHPBB3-10307Igor Wiedler2011-10-131-1/+17
| |/ /
* | | Merge branch 'develop-olympus' into developAndreas Fischer2011-09-271-2/+2
|\ \ \ | |/ /
| * | [ticket/10394] Use call_user_func_array to pass a ref into a dynamic functionNils Adermann2011-09-271-2/+2
* | | Merge branch 'develop-olympus' into developAndreas Fischer2011-09-272-3/+3
|\ \ \ | |/ /
| * | [ticket/10394] Remove call-time pass by reference from tests for PHP 5.4Nils Adermann2011-09-272-3/+3
* | | Merge branch 'develop' of git://github.com/phpbb/phpbb3 into developAndreas Fischer2011-09-272-2/+3
|\ \ \
| * | | [ticket/10392] Test for magic loop variables with nested namespaces.Chris Smith2011-09-272-2/+3