aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12961] Shorten ext-db link textPayBas2014-08-261-1/+1
| | | | PHPBB3-12961
* [ticket/12961] Fix missing phpBB.comPayBas2014-08-231-1/+1
| | | | | | Don't know how that happened. Weird PHPBB3-12961
* [ticket/12961] Remove target="_blank" and switch to <strong>PayBas2014-08-221-1/+1
| | | | PHPBB3-12961
* [ticket/12961] Add additional link to the KBPayBas2014-08-211-1/+1
| | | | PHPBB3-12961
* [ticket/12961] Move link to language filePayBas2014-08-152-4/+1
| | | | PHPBB3-12961
* [ticket/12961] Refactor lang entryPayBas2014-08-143-3/+5
| | | | PHPBB3-12961
* [ticket/12961] Change url to anti-spam-extPayBas2014-08-141-1/+1
| | | | | | As per IRC suggestion PHPBB3-12961
* [ticket/12961] Change url to https://www.phpbb.com/go/anti-spam/PayBas2014-08-141-1/+1
| | | | PHPBB3-12961
* [ticket/12961] Add link in anti-spam ACP page to titaniaPayBas2014-08-132-0/+3
| | | | PHPBB3-12961
* Merge pull request #2853 from callumacrae/ticket/12951Dhruv Goel2014-08-121-0/+18
|\ | | | | [ticket/12951] Added editorconfig
| * [ticket/12951] Made editorconfig file comments betterCallum Macrae2014-08-101-1/+2
| | | | | | PHPBB3-12951
| * [ticket/12951] Added editorconfigCallum Macrae2014-08-091-0/+17
| | | | | | | | PHPBB3-12951
* | Merge branch 'prep-release-3.1.0-RC3' into develop-ascraeusJoas Schilling2014-08-128-42/+202
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | * prep-release-3.1.0-RC3: [prep-release-3.1.0-RC3] Update phpBB Version for RC4 development [prep-release-3.1.0-RC3] Add changelog for 3.1.0-RC3 [prep-release-3.1.0-RC3] Prepare Changelog [prep-release-3.1.0-RC3] Add migration for 3.1.0-RC3 [prep-release-3.1.0-RC3] Update version to 3.1.0-RC3
| * | [prep-release-3.1.0-RC3] Update phpBB Version for RC4 developmentJoas Schilling2014-08-123-5/+5
| | |
| * | [prep-release-3.1.0-RC3] Add changelog for 3.1.0-RC3Joas Schilling2014-08-111-0/+122
| | |
| * | [prep-release-3.1.0-RC3] Prepare ChangelogJoas Schilling2014-08-111-32/+35
| | |
| * | [prep-release-3.1.0-RC3] Add migration for 3.1.0-RC3Joas Schilling2014-08-111-0/+35
| | |
| * | [prep-release-3.1.0-RC3] Update version to 3.1.0-RC3Joas Schilling2014-08-116-8/+8
|/ /
* | Merge pull request #2870 from nickvergessen/ticket/12970Tristan Darricau2014-08-111-14/+14
|\ \ | | | | | | | | | | | | | | | | | | [ticket/12970] Regenerate schema.json with new dependencies * nickvergessen/ticket/12970: [ticket/12970] Regenerate schema.json with new dependencies
| * | [ticket/12970] Regenerate schema.json with new dependenciesJoas Schilling2014-08-111-14/+14
|/ / | | | | | | PHPBB3-12970
* | Merge remote-tracking branch 'github-marc1706/ticket/12822' into ↵Nils Adermann2014-08-111-1/+1
|\ \ | | | | | | | | | | | | | | | | | | develop-ascraeus * github-marc1706/ticket/12822: [ticket/12822] Correctly call \phpbb\user in avatar manager test
| * | [ticket/12822] Correctly call \phpbb\user in avatar manager testMarc Alexander2014-08-111-1/+1
|/ / | | | | | | PHPBB3-12822
* | Merge remote-tracking branch 'github-marc1706/ticket/12822' into ↵Nils Adermann2014-08-1122-113/+238
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-marc1706/ticket/12822: [ticket/12822] Fix test runs of avatar manager_test [ticket/12822] Add method for deleting avatars and use confirm_box [ticket/12822] Remove "None" option from avatar select boxes
| * | [ticket/12822] Fix test runs of avatar manager_testMarc Alexander2014-08-081-4/+11
| | | | | | | | | | | | PHPBB3-12822
| * | [ticket/12822] Add method for deleting avatars and use confirm_boxMarc Alexander2014-08-0714-93/+224
| | | | | | | | | | | | | | | | | | | | | | | | The method will take care of the actual deletion process in the avatar manager. Additionally, we'll be using a confirm box while deleting the avatar to prevent users from accidentally deleting their avatars. PHPBB3-12822
| * | [ticket/12822] Remove "None" option from avatar select boxesMarc Alexander2014-08-0710-18/+5
| | | | | | | | | | | | | | | | | | | | | This option is just used for deleting avatars for which we already have a checkbox. PHPBB3-12822
* | | Merge pull request #2842 from Nicofuma/ticket/11854Marc Alexander2014-08-1132-1223/+1272
|\ \ \ | | | | | | | | | | | | [ticket/11854] Move captchas to phpbb/ and use DI for plugins
| * | | [ticket/11854] Don't override get service name in nogdTristan Darricau2014-08-112-9/+1
| | | | | | | | | | | | | | | | PHPBB3-11854
| * | | [ticket/11854] Update testsTristan Darricau2014-08-111-1/+3
| | | | | | | | | | | | | | | | PHPBB3-11854
| * | | [ticket/11854] Use a set_name method instead of overriding get_service_nameTristan Darricau2014-08-116-27/+46
| | | | | | | | | | | | | | | | PHPBB3-11854
| * | | [ticket/11854] Change the error message in reCaptchaTristan Darricau2014-08-111-1/+1
| | | | | | | | | | | | | | | | PHPBB3-11854
| * | | [ticket/11854] Fix commentsTristan Darricau2014-08-111-4/+5
| | | | | | | | | | | | | | | | PHPBB3-11854
| * | | [ticket/11854] Base the migration on rc2Tristan Darricau2014-08-111-1/+1
| | | | | | | | | | | | | | | | PHPBB3-11854
| * | | [ticket/11854] Fix the factory in \phpbb\auth\provider\dbTristan Darricau2014-08-112-2/+13
| | | | | | | | | | | | | | | | PHPBB3-11854
| * | | [ticket/11854] Remove unused globalsTristan Darricau2014-08-111-12/+12
| | | | | | | | | | | | | | | | PHPBB3-11854
| * | | [ticket/11854] Remove constants and use DI for QA tablesTristan Darricau2014-08-112-36/+63
| | | | | | | | | | | | | | | | PHPBB3-11854
| * | | [ticket/11854] Fix coding styleTristan Darricau2014-08-113-812/+30
| | | | | | | | | | | | | | | | PHPBB3-11854
| * | | [ticket/11854] Update the default captcha choosen during the installationTristan Darricau2014-08-111-1/+1
| | | | | | | | | | | | | | | | PHPBB3-11854
| * | | [ticket/11854] Rename captchas.plugins.service_collection serviceTristan Darricau2014-08-111-2/+2
| | | | | | | | | | | | | | | | PHPBB3-11854
| * | | [ticket/11854] Rename captchas.factory service to captcha.factoryTristan Darricau2014-08-1110-11/+11
| | | | | | | | | | | | | | | | PHPBB3-11854
| * | | [ticket/11854] Fix various commentsTristan Darricau2014-08-112-3/+7
| | | | | | | | | | | | | | | | PHPBB3-11854
| * | | [ticket/11854] Split phpbb\captcha\gd.phpTristan Darricau2014-08-112-0/+804
| | | | | | | | | | | | | | | | PHPBB3-11854
| * | | [ticket/11854] Migrate all old php4 constructorTristan Darricau2014-08-112-3/+3
| | | | | | | | | | | | | | | | PHPBB3-11854
| * | | [ticket/11854] Update unit testsTristan Darricau2014-08-111-1/+15
| | | | | | | | | | | | | | | | PHPBB3-11854
| * | | [ticket/11854] Fix migrationTristan Darricau2014-08-112-6/+7
| | | | | | | | | | | | | | | | PHPBB3-11854
| * | | [ticket/11854] Add missing dot in the migration fileTristan Darricau2014-08-111-2/+2
| | | | | | | | | | | | | | | | PHPBB3-11854
| * | | [ticket/11854] Add a migration to update the captcha_plugin settingTristan Darricau2014-08-112-1/+44
| | | | | | | | | | | | | | | | PHPBB3-11854
| * | | [ticket/11854] Move captcha stuff to phpbb/ and use DI for pluginsTristan Darricau2014-08-1124-400/+313
| | | | | | | | | | | | | | | | PHPBB3-11854
* | | | Merge pull request #2845 from rxu/ticket/12942Marc Alexander2014-08-111-1/+22
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/12942] Add core.add_form_key core event
| * | | | [ticket/12942] Add core.add_form_key core eventrxu2014-08-111-1/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add core.add_form_key core event to allow extensions modifying form key. PHPBB3-12942