aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
Commit message (Collapse)AuthorAgeFilesLines
* [feature/controller] Update routing documentation for using query stringDavid King2012-11-181-2/+2
| | | | PHPBB3-10864
* [feature/controller] Separate Kernel listeners into their own classesDavid King2012-11-161-4/+15
| | | | PHPBB3-10864
* [feature/controller] Undo removal of period in ext.finder service definitionDavid King2012-11-161-1/+1
| | | | PHPBB3-10864
* [feature/controller] Use a dumped url matcher class to improve performanceDavid King2012-11-161-17/+4
| | | | PHPBB3-10864
* [feature/controller] Update helper service given constructor changeDavid King2012-11-161-3/+6
| | | | PHPBB3-10864
* [feature/controller] Resolve trivial conflict I missed during rebaseDavid King2012-11-161-3/+0
| | | | PHPBB3-10864
* [feature/controller] Implement a front controllerDavid King2012-11-162-0/+72
| | | | PHPBB3-10864
* [ticket/11193] Instantiate a single collection_pass for all collectionsNils Adermann2012-11-111-0/+2
| | | | PHPBB3-11193
* [ticket/11152] Change phpbb_di_pass_cron to generic phpbb_di_pass_collectionIgor Wiedler2012-11-101-7/+0
| | | | PHPBB3-11152
* [ticket/11152] Convert cron_task_collection to generic di_service_collectionIgor Wiedler2012-11-101-1/+1
| | | | PHPBB3-11152
* [feature/compiled-dic] Fix cron tasks againDavid King2012-11-101-7/+3
| | | | PHPBB3-11152
* [feature/compiled-dic] Fix cron task loadingDavid King2012-11-101-0/+4
| | | | | | | | We cannot use container tags at run time if we are using a cached, compiled container object (i.e. phpbb_cache_container) so we have to load them beforehand. PHPBB3-11152
* [feature/compiled-dic] Compile the DI Container into a cached classDavid King2012-11-101-1/+3
| | | | PHPBB3-11152
* [ticket/10933] Dependency inject template context.Oleg Pudeyev2012-11-021-1/+4
| | | | PHPBB3-10933
* [ticket/11101] Delay execution of container processorsIgor Wiedler2012-09-081-1/+1
| | | | | | Also fix the name of the ext processor service. PHPBB3-11101
* Merge branch 'develop' of https://github.com/phpbb/phpbb3 into ticket/10631Unknown Bliss2012-09-011-0/+1
| | | | | | Conflicts: phpBB/common.php phpBB/download/file.php
* [feature/dic] Fix re-ordering of servicesIgor Wiedler2012-08-251-11/+11
| | | | PHPBB3-10739
* Merge remote-tracking branch 'upstream/develop' into feature/dicIgor Wiedler2012-08-251-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * upstream/develop: (259 commits) [prep-release-3.0.11] Bumping version number for 3.0.11 final. [feature/php-events] Fix doc of core.viewonline_overwrite_location [feature/php-events] Fix doc of core.user_set_default_group [feature/php-events] Fix doc of core.generate_smilies_after [feature/php-events] Fix doc of core.delete_user_after [feature/php-events] Fix doc of core.delete_user_before [feature/php-events] Fix doc of core.update_username [feature/php-events] Fix doc of core.memberlist_prepare_profile_data [feature/php-events] Fix doc and position of viewonline_overwrite_location [feature/php-events] Fix doc of core.viewtopic_get_post_data [feature/php-events] Fix doc of core.viewtopic_cache_guest_data [ticket/11061] Add the --dev flag to the composer instructions in README [ticket/11060] Make sure pyrus can install everything on travis [ticket/11059] Use https for the README logo [feature/php-events] Fix acp_manage_forums_update_data_before and is_new_forum [feature/php-events] Fix core.acp_manage_forums_update_data_after vars [ticket/11032] fix language of error displayed [ticket/11052] update search backend constructor everywhere [ticket/11052] pass parametes to search construct while posting [ticket/11054] Fixed $config var description ... Conflicts: phpBB/includes/cron/task/core/tidy_cache.php phpBB/includes/cron/task/core/tidy_search.php
* [feature/dic] Re-order services alphabeticallyIgor Wiedler2012-08-251-54/+54
| | | | PHPBB3-10739
* [feature/dic] Add trailing newline to htaccessIgor Wiedler2012-07-261-1/+1
| | | | PHPBB3-10739
* [feature/dic] Load services from extensionsIgor Wiedler2012-07-211-0/+7
| | | | PHPBB3-10739
* [feature/dic] Configure container via config.php, use compiler passIgor Wiedler2012-07-213-12/+4
| | | | PHPBB3-10739
* Merge branch 'develop' into feature/dicIgor Wiedler2012-07-212-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* [feature/dic] Give all cron tasks a name, change some manager usageIgor Wiedler2012-04-091-1/+2
| | | | PHPBB3-10739
* [feature/dic] Protect config directory via .htaccessIgor Wiedler2012-04-091-0/+4
| | | | PHPBB3-10739
* [feature/dic] Rewrite cron system to use DICIgor Wiedler2012-04-092-1/+76
| | | | PHPBB3-10739
* [feature/dic] Move cron.lock_db into DICIgor Wiedler2012-04-011-0/+7
| | | | PHPBB3-10739
* [feature/dic] Make table_config a DIC parameterIgor Wiedler2012-04-011-2/+3
| | | | PHPBB3-10739
* [feature/dic] Make use of calls to cut down on boilerplateIgor Wiedler2012-03-311-0/+8
| | | | PHPBB3-10739
* [feature/dic] Move class loader into DICIgor Wiedler2012-03-311-3/+18
| | | | PHPBB3-10739
* [feature/dic] Move cron manager into DICIgor Wiedler2012-03-311-0/+11
| | | | PHPBB3-10739
* [feature/dic] Remove cache factory, now handled by DICIgor Wiedler2012-03-312-12/+7
| | | | PHPBB3-10739
* [feature/dic] Convert common.php to Symfony2 DependencyInjection componentIgor Wiedler2012-03-312-0/+98
PHPBB3-10739