aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge pull request #2578 from marc1706/ticket/9801Joas Schilling2014-07-031-0/+3
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/9801] Allow display of page outside board directory on viewonline * marc1706/ticket/9801: [ticket/9801] Use empty instead of sizeof [ticket/9801] Remove spaces before * in docblock [ticket/9801] Add viewonline_helper service to allow proper testing [ticket/9801] Allow display of page outside board directory on viewonline
| * | | [ticket/9801] Add viewonline_helper service to allow proper testingMarc Alexander2014-06-241-0/+3
| | |/ | |/| | | | | | | | | | | | | | | | The viewonline_helper service can and will be extended in the future which will allow us to also test the viewonline page better. PHPBB3-9801
* | | 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
| |/ | | | | | | | | | | Broke Email topic since the topic_form class doesn't require this to be passed PHPBB3-12772
* | [ticket/12730] Add Google+ profile field typeShitiz Garg2014-06-211-0/+9
|/ | | | | | | Google+ has a "+" before a custom URL but doesn't for those which are using their integer ID. To cover that we need to have an extra profile field PHPBB3-12730
* Merge remote-tracking branch 'github-marc1706/ticket/12352' into ↵Nils Adermann2014-06-112-1/+68
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-marc1706/ticket/12352: (33 commits) [ticket/12352] Do not check hashes that don't have the necessary length [ticket/12352] Update file headers to fit new format [ticket/12352] Use custom provider collection for auth providers [ticket/12352] Add checks for existing user_pass_convert to migrations [ticket/12352] Remove usages of user_pass_convert column [ticket/12352] Update schema json file [ticket/12352] Remove user_pass_convert column from database [ticket/12352] Check each newly added passwords driver in manager_test [ticket/12352] Add get_settings_only method to passwords driver base [ticket/12352] Add passwords driver for xenforo 1.0, 1.1 passwords [ticket/12352] Add tests for wcf1 and wcf2 drivers [ticket/12352] Add driver for woltlab community framework 1 passwords [ticket/12352] Add driver for woltlab community framework 2 passwords [ticket/12352] Add missing $ to md5_mybb and md5_vb driver [ticket/12352] Fix spacing in passwords tests [ticket/12352] Add passwords driver for vB passwords [ticket/12352] Use correct hashing method in md5_mybb driver [ticket/12352] Add driver for myBB md5 passwords [ticket/12352] Rename phpbb2_md5 driver to fit filenames of other drivers [ticket/12352] Add passwords driver for sha1 password hashes ...
| * [ticket/12352] Use custom provider collection for auth providersMarc Alexander2014-06-011-1/+2
| | | | | | | | | | | | | | | | | | | | | | Using this custom provider collection, we can properly check whether the configured auth provider does exist. The method get_provider() has been added for returning the default auth provider or the standard db auth provider if the specified one does not exist. Additionally, the method get_provider() will throw an RuntimeException if none of the above exist. PHPBB3-12352
| * [ticket/12352] Add driver for woltlab community framework 1 passwordsMarc Alexander2014-06-011-0/+8
| | | | | | | | PHPBB3-12352
| * [ticket/12352] Add driver for woltlab community framework 2 passwordsMarc Alexander2014-06-011-0/+8
| | | | | | | | PHPBB3-12352
| * [ticket/12352] Add passwords driver for vB passwordsMarc Alexander2014-06-011-0/+8
| | | | | | | | PHPBB3-12352
| * [ticket/12352] Add driver for myBB md5 passwordsMarc Alexander2014-06-011-0/+8
| | | | | | | | PHPBB3-12352
| * [ticket/12352] Rename phpbb2_md5 driver to fit filenames of other driversMarc Alexander2014-06-011-2/+2
| | | | | | | | PHPBB3-12352
| * [ticket/12352] Add passwords driver for sha1 password hashesMarc Alexander2014-06-011-0/+8
| | | | | | | | PHPBB3-12352
| * [ticket/12352] Check phpBB2 passwords that have been encrypted with phpassMarc Alexander2014-06-011-0/+1
| | | | | | | | PHPBB3-12352
| * [ticket/12352] Add driver for phpBB2 hashes with md5 length of 32Marc Alexander2014-06-011-0/+9
| | | | | | | | PHPBB3-12352
| * [ticket/12352] Add passwords driver for passwords that should be convertedMarc Alexander2014-06-011-0/+8
| | | | | | | | | | | | | | This driver will only be used for getting the new $CP$ prefix that will signal that the hash is a legacy hash that needs to be converted. PHPBB3-12352
| * [ticket/12352] Add legacy passwords driver for sha1 smf type passwordsMarc Alexander2014-06-011-0/+8
| | | | | | | | PHPBB3-12352
* | [ticket/12664] Refactor develop/migration_tips.php into a console command.Andreas Fischer2014-06-101-0/+7
| | | | | | | | PHPBB3-12664
* | Merge remote-tracking branch 'github-nickvergessen/ticket/10073' into ↵Nils Adermann2014-06-091-0/+32
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/10073: (36 commits) [ticket/10073] Fix button descriptions [ticket/10073] Do not check disable boxes by default [ticket/10073] Store values with config_text in the ACP [ticket/10073] Move config values to config_text [ticket/10073] Fix request usage [ticket/10073] Deduplicate template variable names [ticket/10073] Get service from container [ticket/10073] Fix more "Contact Us" strings [ticket/10073] Move template code into the template [ticket/10073] Make contact page available when board is disabled [ticket/10073] Change name of the ACP module [ticket/10073] Deduplicate posting buttons code in ACP [ticket/10073] Use phpbb_validate_email to verify email address [ticket/10073] Add tests for new validate_email() [ticket/10073] Split email validation from email ban and taken checks [ticket/10073] Deduplicate the if statement [ticket/10073] Fallback to board_contact when contact page is disabled [ticket/10073] Remove language string from rebase conflict [ticket/10073] Add ACP module to add bbcode text for contact admin info [ticket/10073] Add new configs to the schema ...
| * | [ticket/10073] Move config values to config_textJoas Schilling2014-05-291-0/+1
| | | | | | | | | | | | PHPBB3-10073
| * | [ticket/10073] Add @config_text to admin_formJoas Schilling2014-05-291-0/+1
| | | | | | | | | | | | PHPBB3-10073
| * | [ticket/10073] Use namespaces and fix all class namesJoas Schilling2014-05-291-0/+30
| | | | | | | | | | | | PHPBB3-10073
* | | [ticket/12602] Add files to print the cron list and test files.Etienne Baroux2014-06-021-0/+8
| |/ |/| | | | | PHPBB3-12602
* | Merge pull request #2447 from n-aleha/ticket/11467Joas Schilling2014-05-301-0/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/11467] Add language variables for extension exception messages * n-aleha/ticket/11467: [ticket/11467] Add user object to extension manager for tests [ticket/11467] Add language variables to tests [ticket/11467] Add language variables for extension exception messages
| * | [ticket/11467] Add user object to extension manager for testsn-aleha2014-05-291-1/+1
| | | | | | | | | | | | PHPBB3-11467
| * | [ticket/11467] Add language variables for extension exception messagesn-aleha2014-05-291-0/+1
| |/ | | | | | | | | | | | | Remove hard-coded messages and add language variables for extension exception messages. PHPBB3-11467
* | Merge pull request #2508 from ptitlazy/ticket/12597Andreas Fischer2014-05-301-0/+9
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12597] Command for executing all available cron tasks * ptitlazy/ticket/12597: (27 commits) [ticket/12597] Reformating an acp message [ticket/12597] Modifiying acp message [ticket/12597] Fix wrong global variable name [ticket/12597] Typo correction [ticket/12597] Typo corrections [ticket/12597] Changing place of lock release in execute() method [ticket/12597] Fix test file [ticket/12597] Typing corrections and improvement of code consistency [ticket/12597] Fix various mistakes [ticket/12597] Fix various mistakes [ticket/12597] Fix visibilty of two functions in run.php [ticket/12597] Refactoring and test improving [ticket/12597] Fix language key name [ticket/12597] Fix coding style and typing mistakes [ticket/12597] Changes name of command cron:run-all to cron:run. [ticket/12597] Fix various problems [ticket/12597] Fix constructor bug and servral doc blocs [ticket/12597] Modification of return statuses and of test files [ticket/12597] Fix misplaced release of db lock [ticket/12597] Change EXECUTE to RUN in language ...
| * [ticket/12597] Changes name of command cron:run-all to cron:run.LEZY Thomas2014-05-281-2/+2
| | | | | | | | | | | | | | Also adds an optional argument to specify one precise cron task to lauch, and modifies test file accordingly. PHPBB3-12597
| * [ticket/12597] Update pull-requestLEZY Thomas2014-05-281-2/+2
| | | | | | | | | | | | | | | | Removes a useless comment. Switchs command name from cron:execute-all to cron:run-all. Replaces assertEquals by assertSame PHPBB3-12597
| * [ticket/12597] Command for executing all available cron tasksLEZY Thomas2014-05-271-0/+9
| | | | | | | | | | | | | | Command cron:execute-all executes all available cron tasks. Test files in tests/console/cron folder PHPBB3-12597
* | [ticket/12600] Add @log to the dependencies of extension:showTristan Darricau2014-05-271-0/+1
| | | | | | | | PHPBB3-12600
* | Merge pull request #2429 from Nicofuma/ticket/12074Joas Schilling2014-05-261-0/+3
|\ \ | |/ |/| | | | | | | | | | | | | [ticket/12074] Managing extensions doesn't produce any log entry * Nicofuma/ticket/12074: [ticket/12074] Update the visibility of the constructor [ticket/12074] Don't log errors [ticket/12074] Managing extensions doesn't produce any log entry
| * [ticket/12074] Managing extensions doesn't produce any log entryTristan Darricau2014-05-091-0/+3
| | | | | | | | PHPBB3-12074
* | Merge pull request #2438 from marc1706/ticket/12517Joas Schilling2014-05-111-0/+1
|\ \ | | | | | | | | | | | | | | | | | | [ticket/12517] Correctly call $log->add in prune shadow topics * marc1706/ticket/12517: [ticket/12517] Correctly call $log->add in prune shadow topics
| * | [ticket/12517] Correctly call $log->add in prune shadow topicsMarc Alexander2014-05-111-0/+1
| | | | | | | | | | | | PHPBB3-12517
* | | Merge pull request #2441 from Nicofuma/ticket/12529Joas Schilling2014-05-111-0/+1
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | [ticket/12529] Use root_path in controller\resolver to check the template dir * Nicofuma/ticket/12529: [ticket/12529] Move $phpbb_root_path to the end of the constructor [ticket/12529] Use root_path in controller\resolver to check the template dir
| * | [ticket/12529] Move $phpbb_root_path to the end of the constructorTristan Darricau2014-05-111-1/+1
| | | | | | | | | | | | PHPBB3-12529
| * | [ticket/12529] Use root_path in controller\resolver to check the template dirTristan Darricau2014-05-111-0/+1
| |/ | | | | | | PHPBB3-12529
* | [ticket/12476] Increase assets also from acp_styles and phpbbclin-aleha2014-05-091-0/+1
|/ | | | | | Increase assets also from "ACP > Styles > Purge Cache" and phpbbcli PHPBB3-12476
* [ticket/12507] Add console command to purge the cacheTristan Darricau2014-05-061-0/+11
| | | | PHPBB3-12507
* Merge pull request #2397 from Nicofuma/ticket/11497Joas Schilling2014-05-061-13/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/11497] Remove 'ext.finder' from services' list * Nicofuma/ticket/11497: [ticket/11497] Rename set_ext_finder in find_routing_files [ticket/11497] Change the date in the package declaration [ticket/11497] Fix pagination tests [ticket/11497] Use a mock object to define the root folder for the finder [ticket/11497] Generate the list of the routes in controller_helper [ticket/11497] Fix the path for the finder in controller_provider [ticket/11497] Fix tests [ticket/11497] Update pagination test [ticket/11497] Remove 'ext.finder' from services' list
| * [ticket/11497] Remove 'ext.finder' from services' listNicofuma2014-05-031-13/+2
| | | | | | | | PHPBB3-11497
* | [ticket/12335] Add Events to phpbb\profilefields\managerPayBas2014-05-031-0/+1
|/ | | | PHPBB3-12335
* [ticket/12473] Add console command for database migration.Andreas Fischer2014-05-021-0/+12
| | | | PHPBB3-12473
* [ticket/12150] Use log service instead of add_log() functionMarc Alexander2014-03-291-0/+1
| | | | PHPBB3-12150
* [ticket/12150] Add file and caller for pruning shadow topicsMarc Alexander2014-03-291-0/+12
| | | | PHPBB3-12150
* Merge remote-tracking branch 'EXreaction/ticket/9871-2' into developJoas Schilling2014-03-141-0/+8
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * EXreaction/ticket/9871-2: [ticket/9871] Can set current version to use instead of the phpBB version [ticket/9871] Fix indentation on comment [ticket/9871] Fix test name [ticket/9871] Split fast and slow version tests [ticket/9871] Option to force the stability when checking for updates [ticket/9871] Allow setting the host/file to load for the version class [ticket/9871] Restore get_remote_file_test [ticket/9871] Fix tests [ticket/9871] Typehint and comment on var types [ticket/9871] Mark test as slow [ticket/9871] Restore phpbb_version_compare [ticket/9871] Restore get_remote_file [ticket/9871] Use $request->variable instead of request_var [ticket/9871] Update version check file to use json format
| * [ticket/9871] Allow setting the host/file to load for the version classNathan Guse2014-03-101-0/+1
| | | | | | | | PHPBB3-9871
| * [ticket/9871] Update version check file to use json formatNathan Guse2014-02-191-0/+7
| | | | | | | | PHPBB3-9871
* | Merge remote-tracking branch 'dhruvgoel92/ticket/11271-develop' into developJoas Schilling2014-03-111-0/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * dhruvgoel92/ticket/11271-develop: (25 commits) [ticket/11271] Make path conversion more precise [ticket/11271] limit absolute path conversion to attachment links only [ticket/11271] Add docblock of feed_generate_content( ) [ticket/11271] Fix tabs and use !empty( ) instead of count( ) [ticket/11271] Remove unnecessary inclusion of functions_display [ticket/11271] Typecast forum and topic id to integer [ticket/11271] Use absolute path for displaying inline attachments in feeds [ticket/11271] Changed executable bit. [ticket/11271] Formatting code and removing null assignment. [ticket/11271] Removing unnecessary database object [ticket/11271] Separated attachment fetching query [ticket/11271] Fetched feed attachments before loop. [ticket/11271] Removed in-line attachment comments properly. [ticket/11271] Displaying in-line attached images in ATOM feed. [ticket/11271] Add the inline images html to content [ticket/11271] Use class variable $db instead of global [ticket/11271] Typecast forum and topic id to integer [ticket/11271] Use absolute path for displaying inline attachments in feeds [ticket/11271] Changed executable bit. [ticket/11271] Formatting code and removing null assignment. ...