aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | [ticket/11824] Add option for mod_rewriteDavid King2013-09-031-1/+1
| | |/ / / | | | | | | | | | | | | | | | PHPBB3-11824
| * | | | Merge pull request #1620 from EXreaction/ticket/11745David King2013-09-121-0/+18
| |\ \ \ \ | | | | | | | | | | | | Group join approved notification
| | * | | | [ticket/11745] Group request approved notificationNathan Guse2013-07-271-0/+18
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-11745
| * | | | | Merge pull request #1617 from EXreaction/ticket/11744David King2013-09-121-0/+18
| |\ \ \ \ \ | | |/ / / / | | | | / / | | |_|/ / | |/| | | [ticket/11744] Group join request notification
| | * | | [ticket/11744] Group join request notificationNathan Guse2013-07-261-0/+18
| | | |/ | | |/| | | | | | | | | PHPBB3-11744
| * | | [feature/oauth] Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ↵Joseph Warner2013-09-061-25/+11
| |\ \ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | feature/oauth Conflicts: phpBB/composer.json phpBB/composer.lock phpBB/develop/create_schema_files.php phpBB/includes/ucp/ucp_register.php PHPBB3-11673
| | * | [ticket/11215] Make controller helper url() method use correct formatDavid King2013-09-021-0/+1
| | | | | | | | | | | | | | | | PHPBB3-11215
| | * | [ticket/11628] Remove phpbb_style (move methods to phpbb_template)Nathaniel Guse2013-07-241-10/+1
| | | | | | | | | | | | | | | | PHPBB3-11628
| | * | [ticket/11628] Remove style path providerNathaniel Guse2013-07-241-11/+0
| | | | | | | | | | | | | | | | | | | | | | | | No longer used since Twig was implemented. PHPBB3-11628
| | * | [ticket/11628] Remove style resource locatorNathaniel Guse2013-07-241-4/+0
| | |/ | | | | | | | | | | | | | | | No longer used since Twig was implemented. PHPBB3-11628
| | * Merge pull request #1513 from nickvergessen/ticket/11582Nathan Guse2013-07-221-0/+6
| | |\ | | | | | | | | Ticket/11582 Split permission logic from translations
| | | * [ticket/11582] Add event in constructor and add docsJoas Schilling2013-07-141-0/+1
| | | | | | | | | | | | | | | | PHPBB3-11582
| | | * [ticket/11582] Add new service for permissionsJoas Schilling2013-07-141-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Replace calls to the language-array type with a call to get_types() PHPBB3-11582
| | * | [ticket/10931] Add phpbb_php_ini as a service.Andreas Fischer2013-07-161-0/+3
| | |/ | | | | | | | | | PHPBB3-10931
| * | [feature/oauth] Fix redirectsJoseph Warner2013-08-241-0/+2
| | | | | | | | | | | | PHPBB3-11673
| * | [feature/oauth] Pass users_table as parameter to OAuth in constructJoseph Warner2013-08-021-0/+1
| | | | | | | | | | | | PHPBB3-11673
| * | [feature/oauth] Fix more errors related to sql changesJoseph Warner2013-07-231-1/+1
| | | | | | | | | | | | PHPBB3-11673
| * | [feature/oauth] Finalize schema changesJoseph Warner2013-07-231-2/+2
| | | | | | | | | | | | PHPBB3-11673
| * | [feature/oauth] Fix errors in OAuthJoseph Warner2013-07-231-0/+2
| | | | | | | | | | | | PHPBB3-11673
| * | [feature/oauth] Update service files + check for existing linksJoseph Warner2013-07-182-2/+4
| | | | | | | | | | | | PHPBB3-11673
| * | [feature/oauth] Finish clean up of removed providersJoseph Warner2013-07-181-86/+2
| | | | | | | | | | | | PHPBB3-11673
| * | [feature/oauth] Bitly authentication method, no user_id associationJoseph Warner2013-07-181-0/+1
| | | | | | | | | | | | PHPBB3-11673
| * | [feature/oauth] Fix typoJoseph Warner2013-07-141-17/+17
| | | | | | | | | | | | PHPBB3-11673
| * | [feature/oauth] Update auth provider oauth to take in service providersJoseph Warner2013-07-141-0/+1
| | | | | | | | | | | | PHPBB3-11673
| * | [feature/oauth] Add constructor arguments to services fileJoseph Warner2013-07-141-17/+51
| | | | | | | | | | | | PHPBB3-11673
| * | [feature/oauth] Add OAuth services to service fileJoseph Warner2013-07-141-0/+74
| | | | | | | | | | | | PHPBB3-11673
| * | [feature/oauth] Pass table in constructorJoseph Warner2013-07-142-0/+2
| | | | | | | | | | | | PHPBB3-11673
| * | [feature/oauth] Use DB for OAuth token storageJoseph Warner2013-07-141-1/+0
| | | | | | | | | | | | PHPBB3-11673
| * | [feature/oauth] Continue work on OAuth loginJoseph Warner2013-07-141-0/+1
| | | | | | | | | | | | PHPBB3-11673
| * | [feature/oauth] OAuth as a symfony serviceJoseph Warner2013-07-141-0/+9
| |/ | | | | | | PHPBB3-11673
* | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-167-87/+87
|/ | | | PHPBB3-11700
* [ticket/11696] Rename db_tools.php so it can be autoloadedJoas Schilling2013-07-141-1/+0
| | | | PHPBB3-11696
* Merge remote-tracking branch 'phpbb/develop' into ticket/9657Joas Schilling2013-07-131-3/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * phpbb/develop: (216 commits) [ticket/11626] Remove last reference to template in ldap [ticket/11626] Remove LDAP dependency on template [develop-olympus] Increment version number to 3.0.13-dev. [develop-olympus] Add changelog for 3.0.12 release. [develop-olympus] Bump version numbers for 3.0.12-RC1 release. [develop-olympus] Bumping version numbers to final for 3.0.12 releases. [ticket/11669] Fix PHP bug #55124 (recursive mkdir on /./) [ticket/11668] Run lint test at the end of the test suite [ticket/11548] Fix test errors in groups test on develop [ticket/11548] Check upload avatar URL the same way as in phpBB 3.0 [ticket/11548] Fix incorrect usage of array_map on acp groups page [ticket/11665] Fix test class name [ticket/11664] Stop creating php.html file in root path in tests [ticket/11665] Can't change file names already sent to set_filenames [ticket/11662] Typos: occured -> occurred [ticket/11662] Typos: occured -> occurred [ticket/11660] Fix bugs from bugs in #11651 (missing vars, db->sql_connect) [feature/auth-refactor] Add parent::setUp() in setUp() [feature/auth-refactor] Changes [feature/auth-refactor] DataProvider for acp_board test ...
| * [feature/twig] Remove style dependency for controller helperNathan Guse2013-07-051-1/+0
| | | | | | | | | | | | If a controller wants to use set_style, it can just use phpbb_style PHPBB3-11598
| * Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/twigNathaniel Guse2013-07-042-0/+38
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # By Joseph Warner (44) and others # Via Joas Schilling (4) and others * 'develop' of https://github.com/phpbb/phpbb3: (63 commits) [ticket/11617] Remove spaces and tabs from empty lines [ticket/11617] Missing U_ACTION in acp_captcha.php [feature/auth-refactor] Fix code style issue [feature/auth-refactor] Fix comment grammar [feature/auth-refactor] Fix the actual cause of test failures [feature/auth-refactor] A possible fix for the functional test failures [ticket/11566] Subsilver template error displayed after table headers [ticket/11566] Remove extra pair of brackets from conditional statement [ticket/11566] Check that guest doesn't have reporting permission by default [ticket/11566] Add captcha to report post template in subsilver [ticket/11566] Use the new constant CONFIRM_REPORT for captcha init [ticket/11566] Rename var to $visual_confirmation_response [ticket/11566] Revert forum permission changes [ticket/11566] Use language variable instead of hardcode [ticket/11566] add tests for reporting post [ticket/11566] add captcha reset and hidden fields [ticket/11566] display error instead of trigger_error [ticket/11566] add error in template [ticket/11566] add error functionality [ticket/11566] add interface for captcha ...
| * | [feature/twig] Attempt to automatically set style dir for ext controllersNathaniel Guse2013-07-041-1/+1
| | | | | | | | | | | | | | | | | | Extension authors can change it themselves if necessary PHPBB3-11598
| * | [feature/twig] Add set_style function to controller helperNathaniel Guse2013-07-041-0/+1
| | | | | | | | | | | | PHPBB3-11598
| * | [feature/twig] Use adm_relative_path to build admin namespaceNathaniel Guse2013-07-011-0/+1
| | | | | | | | | | | | PHPBB3-11598
| * | [feature/twig] Remove resource locator dependency from templateNathaniel Guse2013-07-011-1/+0
| | | | | | | | | | | | PHPBB3-11598
| * | [feature/twig] Replace phpBB template with TwigNathan Guse2013-06-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Move phpbb_template class to phpbb_template_phpbb Changed phpbb_template class to an interface Switch services.yml to load phpbb_template_twig instead of phpbb_template PHPBB3-11598
* | | [ticket/9657] Use the service instead of the static classJoas Schilling2013-07-111-0/+7
| | | | | | | | | | | | PHPBB3-9657
* | | [ticket/9657] Make content visibility a service and inject everythingJoas Schilling2013-07-112-0/+16
| |/ |/| | | | | PHPBB3-9657
* | [feature/auth-refactor] Create an auth.provider_collector serviceJoseph Warner2013-06-201-0/+12
| | | | | | | | | | | | Creates an auth.provider_collector service for all auth providers. PHPBB3-9734
* | [feature/auth-refactor] Convert provider_apache to a serviceJoseph Warner2013-06-201-1/+6
| | | | | | | | | | | | Removes globals from provider_apache and turns it into a service. PHPBB3-9734
* | [feature/auth-refactor] Convert provider_ldap to a serviceJoseph Warner2013-06-201-1/+3
| | | | | | | | | | | | Removes globals from provider_ldap and converts it into a service. PHPBB3-9734
* | [feature/auth-refactor] Turn provider_db into a serviceJoseph Warner2013-06-201-0/+17
| | | | | | | | | | | | Removes globals from provider_db and turns it into a service. PHPBB3-9734
* | [feature/auth-refactor] Start turning auth providers into servicesJoseph Warner2013-06-202-0/+2
|/ | | | | | | Creates auth_provider.yml and includes auth_providers.yml in services.yml. PHPBB3-9734
* [ticket/11481] Remove globals and use dependency injection insteadJoas Schilling2013-06-061-0/+42
| | | | PHPBB3-11481
* [ticket/11481] Use container for all classes and inject dependenciesJoas Schilling2013-06-061-0/+56
| | | | PHPBB3-11481
* [ticket/11481] Move functions from feed into helper classJoas Schilling2013-06-061-0/+1
| | | | PHPBB3-11481