aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop-ascraeus' into developTristan Darricau2014-11-181-2/+6
|\
| * Merge pull request #3149 from prototech/ticket/13342Tristan Darricau2014-11-181-2/+6
| |\
| | * [ticket/13342] Fix invalid resetting of CAPTCHA plugin when using Recaptcha.Cesar G2014-11-161-2/+6
* | | Merge branch 'develop-ascraeus' into developTristan Darricau2014-11-181-1/+2
|\ \ \ | |/ /
| * | Merge pull request #3148 from prototech/ticket/13315Tristan Darricau2014-11-181-1/+2
| |\ \
| | * | [ticket/13315] Check for the includes/captcha/plugins/ directory instead.Cesar G2014-11-181-1/+1
| | * | [ticket/13315] Fix loss of CAPTCHA plugin config value.Cesar G2014-11-161-1/+2
| | |/
* | | Merge branch 'develop-ascraeus' into developMarc Alexander2014-11-181-1/+1
|\ \ \ | |/ /
| * | Merge pull request #3154 from cyberalien/ticket/13349Marc Alexander2014-11-181-1/+1
| |\ \
| | * | [ticket/13349] Fix breadcrumb arrow entitycyberalien2014-11-181-1/+1
* | | | Merge branch 'develop-ascraeus' into developMarc Alexander2014-11-181-0/+2
|\ \ \ \ | |/ / /
| * | | Merge pull request #3151 from nickvergessen/ticket/13298Marc Alexander2014-11-181-0/+2
| |\ \ \
| | * | | [ticket/13298] Add missing $db->freeresult(); calls in functions_admin.phpJoas Schilling2014-11-171-0/+2
| | | |/ | | |/|
* | | | Merge branch 'develop-ascraeus' into developMarc Alexander2014-11-181-1/+2
|\ \ \ \ | |/ / /
| * | | Merge pull request #3152 from prototech/ticket/13277Marc Alexander2014-11-181-1/+2
| |\ \ \ | | |_|/ | |/| |
| | * | [ticket/13277] Force IE to not cache AJAX requests.Cesar G2014-11-181-1/+2
| | |/
* | | Merge branch 'develop-ascraeus' into developCesar G2014-11-182-0/+10
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'Nicofuma/ticket/13023' into develop-ascraeusCesar G2014-11-183-11/+19
| |\ \ | | |/ | |/|
| | * [ticket/13023] Add template event posting_editor_buttons_custom_tags_beforeTristan Darricau2014-11-163-11/+19
* | | Merge branch 'develop-ascraeus' into developNils Adermann2014-11-167-30/+60
|\ \ \ | |/ /
| * | Merge remote-tracking branch 'github-nicofuma/ticket/13280' into develop-ascr...Nils Adermann2014-11-167-30/+60
| |\ \
| | * | [ticket/13280] Output escaping for the symfony request objectTristan Darricau2014-11-167-24/+62
| | * | [ticket/13280] Revert "Merge pull request #3107 from marc1706/ticket/13280"Tristan Darricau2014-11-122-12/+4
* | | | Merge branch 'develop-ascraeus' into developTristan Darricau2014-11-161-3/+3
|\ \ \ \ | |/ / /
| * | | Merge pull request #3136 from marc1706/ticket/13332Tristan Darricau2014-11-161-3/+3
| |\ \ \
| | * | | [ticket/13332] Remove useless $result assignmentMarc Alexander2014-11-111-1/+1
| | * | | [ticket/13332] Pass user row to passwords manager check methodMarc Alexander2014-11-111-2/+2
| | |/ /
* | | | Merge branch 'develop-ascraeus' into developMarc Alexander2014-11-131-1/+1
|\ \ \ \ | |/ / /
| * | | Merge pull request #3125 from lavigor/ticket/13318Marc Alexander2014-11-131-1/+1
| |\ \ \
| | * | | [ticket/13318] login_username needs to have the multibyte parameter set to truelavigor2014-11-101-1/+1
* | | | | Merge branch 'develop-ascraeus' into developMarc Alexander2014-11-132-2/+14
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #3137 from prototech/ticket/13209Marc Alexander2014-11-132-2/+14
| |\ \ \ \
| | * | | | [ticket/13209] Gather language field values for boolean CPF's in all steps.Cesar G2014-11-111-1/+1
| | * | | | [ticket/13209] Fix expected request value of CPF language fields.Cesar G2014-11-111-1/+13
* | | | | | Merge branch 'develop-ascraeus' into developMarc Alexander2014-11-121-0/+8
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #3139 from prototech/ticket/13239Marc Alexander2014-11-121-0/+8
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | [ticket/13239] Ensure "Add files" button position is correctly calculated.Cesar G2014-11-111-0/+8
| | |/ / /
* | | | | Merge branch 'develop-ascraeus' into developTristan Darricau2014-11-111-22/+18
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'develop-olympus' into develop-ascraeusTristan Darricau2014-11-111-22/+18
| |\ \ \ \
| | * | | | [ticket/13324] Update sami/sami and fabpot/goutte for new zipball location.Andreas Fischer2014-11-111-22/+18
| | * | | | Merge pull request #3090 from Nicofuma/ticket/13234Joas Schilling2014-10-281-30/+39
| | |\ \ \ \
| | | * | | | [ticket/13234] Fix conditions and CSTristan Darricau2014-10-281-2/+2
| | | * | | | [ticket/13234] Never allow autologin/remember me to modify the useridNils Adermann2014-10-271-31/+40
| | |/ / / /
* | | | | | [develop] Update / Fix composer.lock hash.Andreas Fischer2014-11-111-4/+10
* | | | | | Merge pull request #1880 from nicolas-grekas/developTristan Darricau2014-11-1119-3121/+175
|\ \ \ \ \ \
| * | | | | | [feature/patchwork-utf8] Rely on mbstring, use patchwork/utf8 as fallbackNicolas Grekas2014-11-081-516/+64
| * | | | | | [feature/patchwork-utf8] Remove utf8_str_replaceNicolas Grekas2014-11-082-51/+4
| * | | | | | [feature/patchwork-utf8] Normalize with intl, use patchwork/utf8 as fallbackNicolas Grekas2014-11-0818-2554/+107
* | | | | | | Merge branch 'develop-ascraeus' into developTristan Darricau2014-11-111-1/+1
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge pull request #3112 from Elsensee/ticket/13083Tristan Darricau2014-11-111-1/+1
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |