| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/14948] Adjust calls for twig and phpunit updates | Marc Alexander | 2019-05-09 | 1 | -1/+1 |
| | | | | | PHPBB3-14948 | ||||
| * | [ticket/14542] Fix tests | Máté Bartus | 2019-05-06 | 1 | -0/+1 |
| | | | | | PHPBB3-14542 | ||||
| * | [ticket/14542] Move cron to controller | Máté Bartus | 2019-05-06 | 1 | -1/+27 |
| | | | | | PHPBB3-14542 | ||||
| * | [ticket/14972] replace all occurrences of sizeof() with the count() | rxu | 2018-01-01 | 1 | -1/+1 |
| | | | | | PHPBB3-14972 | ||||
| * | [ticket/12594] Remove @package tags and update file headers | Yuriy Rusko | 2014-05-27 | 1 | -3/+7 |
| | | | | | PHPBB3-12594 | ||||
| * | [ticket/12503] All tests should extend \phpbb_test_case | Joas Schilling | 2014-05-05 | 1 | -1/+1 |
| | | | | | PHPBB3-12503 | ||||
| * | [ticket/11700] Move all recent code to namespaces | Nils Adermann | 2013-09-16 | 1 | -3/+3 |
| | | | | | PHPBB3-11700 | ||||
| * | Merge branch 'develop' into feature/dic | Igor Wiedler | 2012-07-21 | 1 | -1/+0 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * develop: (441 commits) [feature/new-tz-handling] Don't use global user but make it a parameter [feature/new-tz-handling] Fix size of suggestion button in chrome [feature/new-tz-handling] Fall back to UTC, if the timezone is invalid [feature/new-tz-handling] Add previous selected value to validation if valid [feature/new-tz-handling] Display suggestion when a different value is selected [ticket/10998] Add border-radius to forum rules block - prosilver [feature/new-tz-handling] Remove additional marking of selected items [feature/new-tz-handling] Move update helper function to new class [feature/new-tz-handling] Fix unit test [feature/new-tz-handling] Delete old variable which is not used anymore [feature/new-tz-handling] Rename $user->tz back to $user->timezone [feature/pagination-as-list] New parameter for name of start var [feature/pagination-as-list] Updates for nils comments [feature/pagination-as-list] Rename and deprecate functions [feature/pagination-as-list] Various fixes and improvements [ticket/10968] Render pagination within the template [feature/new-tz-handling] Remove "timezone might be numeric" [feature/new-tz-handling] Add function to update the timezone [feature/new-tz-handling] Correctly update user and board timezones on update [ticket/10996] Use correct DBMS name in Travis config for PostgreSQL ... Conflicts: phpBB/common.php phpBB/composer.json phpBB/composer.lock tests/cron/task_provider_test.php | ||||
| | * | [ticket/10973] Drop all require_once for mocks. Use autoloading. | Andreas Fischer | 2012-07-08 | 1 | -1/+0 |
| | | | | | | | | | PHPBB3-10973 | ||||
| * | | [feature/dic] Fix test suite for dic-powered cron | Igor Wiedler | 2012-04-09 | 1 | -16/+16 |
| |/ | | | | PHPBB3-10739 | ||||
| * | [ticket/9916] Updating license in non-distributed files | Unknown | 2012-01-02 | 1 | -1/+1 |
| | | | | | PHPBB3-9916 | ||||
| * | [feature/extension-manager] Remove cron's dependency on the extension manager. | Nils Adermann | 2011-09-29 | 1 | -20/+13 |
| | | | | | | | | Instead a separate cron provider supplies the manager with tasks from the extension finder. PHPBB3-10323 | ||||
| * | [feature/extension-manager] Porting cron tasks over to the extension finder | Nils Adermann | 2011-09-29 | 1 | -21/+22 |
| | | | | | PHPBB3-10323 | ||||
| * | [ticket/10011] Removing __DIR__ uses I missed in previous commit | Nils Adermann | 2011-03-07 | 1 | -3/+3 |
| | | | | | PHPBB3-10011 | ||||
| * | [ticket/10011] Removing __DIR__ for PHP5.2 compatability from new files. | Nils Adermann | 2011-03-07 | 1 | -6/+6 |
| | | | | | PHPBB3-10011 | ||||
| * | [feature/system-cron] More tests for cron manager. | Oleg Pudeyev | 2011-02-12 | 1 | -0/+21 |
| | | | | | PHPBB3-9596 | ||||
| * | [feature/system-cron] Cache cron's task names. | Nils Adermann | 2011-02-12 | 1 | -8/+24 |
| | | | | | | | | | Instead of using a path relative to phpbb_root_path the path to the task directory is directly passed to the cron manager. Dummy tasks are now in the tests directory directly. PHPBB3-9596 | ||||
| * | [feature/system-cron] Use a RecursiveDirectoryIterator instead of readdir. | Nils Adermann | 2011-02-12 | 1 | -1/+1 |
| | | | | | PHPBB3-9596 | ||||
| * | [feature/system-cron] Move tests to phpunit.xml and always load class loader | Nils Adermann | 2011-02-12 | 1 | -18/+7 |
| | | | | | PHPBB3-9596 | ||||
| * | [feature/system-cron] Basic tests for cron manager. | Oleg Pudeyev | 2011-02-12 | 1 | -0/+57 |
| PHPBB3-9596 | |||||
