aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
Commit message (Expand)AuthorAgeFilesLines
...
| * | | [ticket/12775] Add a config.php class (and service)Tristan Darricau2014-07-071-0/+3
* | | | Merge remote-tracking branch 'nickvergessen/ticket/12834' into develop-ascraeusMarc Alexander2014-07-081-0/+2
|\ \ \ \
| * | | | [ticket/12834] Correctly match directories in session pageJoas Schilling2014-07-081-0/+2
| |/ / /
* | | | Merge pull request #2676 from Nicofuma/ticket/12787Joas Schilling2014-07-081-0/+2
|\ \ \ \
| * | | | [ticket/12787] Add controller_helper::get_current_url()Tristan Darricau2014-07-081-0/+1
| * | | | [ticket/12099] Remove config againJoas Schilling2014-06-291-1/+0
| * | | | [ticket/12099] Add request argument to path_helper servicePico882014-06-291-0/+2
* | | | | [ticket/12812] Add a migrator tool for config_text database changesMatt Friedman2014-07-051-0/+7
| |/ / / |/| | |
* | | | Merge remote-tracking branch 'github-nicofuma/ticket/12446' into develop-ascr...Nils Adermann2014-07-041-0/+5
|\ \ \ \
| * | | | [ticket/12446] Unnecessary db connect inphpbb_bootstrap_enabled_extsTristan Darricau2014-06-261-0/+5
| | |/ / | |/| |
* | | | Merge pull request #2578 from marc1706/ticket/9801Joas Schilling2014-07-031-0/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | [ticket/9801] Add viewonline_helper service to allow proper testingMarc Alexander2014-06-241-0/+3
| | |/ | |/|
* | | Merge remote-tracking branch 'dragoon/ticket/12772' into develop-ascraeusMarc Alexander2014-06-271-1/+0
|\ \ \ | |_|/ |/| |
| * | [ticket/12772] Remove config_text parameter from message.form.topicShitiz Garg2014-06-261-1/+0
| |/
* | [ticket/12730] Add Google+ profile field typeShitiz Garg2014-06-211-0/+9
|/
* Merge remote-tracking branch 'github-marc1706/ticket/12352' into develop-ascr...Nils Adermann2014-06-112-1/+68
|\
| * [ticket/12352] Use custom provider collection for auth providersMarc Alexander2014-06-011-1/+2
| * [ticket/12352] Add driver for woltlab community framework 1 passwordsMarc Alexander2014-06-011-0/+8
| * [ticket/12352] Add driver for woltlab community framework 2 passwordsMarc Alexander2014-06-011-0/+8
| * [ticket/12352] Add passwords driver for vB passwordsMarc Alexander2014-06-011-0/+8
| * [ticket/12352] Add driver for myBB md5 passwordsMarc Alexander2014-06-011-0/+8
| * [ticket/12352] Rename phpbb2_md5 driver to fit filenames of other driversMarc Alexander2014-06-011-2/+2
| * [ticket/12352] Add passwords driver for sha1 password hashesMarc Alexander2014-06-011-0/+8
| * [ticket/12352] Check phpBB2 passwords that have been encrypted with phpassMarc Alexander2014-06-011-0/+1
| * [ticket/12352] Add driver for phpBB2 hashes with md5 length of 32Marc Alexander2014-06-011-0/+9
| * [ticket/12352] Add passwords driver for passwords that should be convertedMarc Alexander2014-06-011-0/+8
| * [ticket/12352] Add legacy passwords driver for sha1 smf type passwordsMarc Alexander2014-06-011-0/+8
* | [ticket/12664] Refactor develop/migration_tips.php into a console command.Andreas Fischer2014-06-101-0/+7
* | Merge remote-tracking branch 'github-nickvergessen/ticket/10073' into develop...Nils Adermann2014-06-091-0/+32
|\ \
| * | [ticket/10073] Move config values to config_textJoas Schilling2014-05-291-0/+1
| * | [ticket/10073] Add @config_text to admin_formJoas Schilling2014-05-291-0/+1
| * | [ticket/10073] Use namespaces and fix all class namesJoas Schilling2014-05-291-0/+30
* | | [ticket/12602] Add files to print the cron list and test files.Etienne Baroux2014-06-021-0/+8
| |/ |/|
* | Merge pull request #2447 from n-aleha/ticket/11467Joas Schilling2014-05-301-0/+1
|\ \
| * | [ticket/11467] Add user object to extension manager for testsn-aleha2014-05-291-1/+1
| * | [ticket/11467] Add language variables for extension exception messagesn-aleha2014-05-291-0/+1
| |/
* | Merge pull request #2508 from ptitlazy/ticket/12597Andreas Fischer2014-05-301-0/+9
|\ \ | |/ |/|
| * [ticket/12597] Changes name of command cron:run-all to cron:run.LEZY Thomas2014-05-281-2/+2
| * [ticket/12597] Update pull-requestLEZY Thomas2014-05-281-2/+2
| * [ticket/12597] Command for executing all available cron tasksLEZY Thomas2014-05-271-0/+9
* | [ticket/12600] Add @log to the dependencies of extension:showTristan Darricau2014-05-271-0/+1
* | Merge pull request #2429 from Nicofuma/ticket/12074Joas Schilling2014-05-261-0/+3
|\ \ | |/ |/|
| * [ticket/12074] Managing extensions doesn't produce any log entryTristan Darricau2014-05-091-0/+3
* | Merge pull request #2438 from marc1706/ticket/12517Joas Schilling2014-05-111-0/+1
|\ \
| * | [ticket/12517] Correctly call $log->add in prune shadow topicsMarc Alexander2014-05-111-0/+1
* | | Merge pull request #2441 from Nicofuma/ticket/12529Joas Schilling2014-05-111-0/+1
|\ \ \ | |/ / |/| |
| * | [ticket/12529] Move $phpbb_root_path to the end of the constructorTristan Darricau2014-05-111-1/+1
| * | [ticket/12529] Use root_path in controller\resolver to check the template dirTristan Darricau2014-05-111-0/+1
| |/
* | [ticket/12476] Increase assets also from acp_styles and phpbbclin-aleha2014-05-091-0/+1
|/
* [ticket/12507] Add console command to purge the cacheTristan Darricau2014-05-061-0/+11