aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4347 from Senky/ticket/14631Marc Alexander2016-07-141-0/+10
|\
| * [ticket/14631] Load truncate_string() if neededJakub Senko2016-06-071-0/+10
* | Merge pull request #4346 from lavigor/ticket/14661Marc Alexander2016-06-081-1/+1
|\ \
| * | [ticket/14661] Fix a typo in twig.phplavigor2016-06-051-1/+1
| |/
* | [ticket/14664] Fix PHPDoc comment in cron managerlavigor2016-06-071-1/+1
|/
* [ticket/11446] Make get_notification_type_ids work with string tooJakub Senko2016-05-271-2/+7
* [ticket/11446] Use sql_in_set properly in phpbb_notification_managerJakub Senko2016-05-231-12/+10
* [ticket/14610] Implement lavigor methodRichard McGirr2016-05-091-10/+9
* [ticket/14610] Remove whitespaceRichard McGirr2016-05-081-1/+1
* [ticket/14610] Don't log an error if the Q&A captcha has been solvedRichard McGirr2016-05-081-0/+5
* [prep-release-3.1.9] Add migration for 3.1.9Joas Schilling2016-04-161-0/+36
* [prep-release-3.1.9] Add migration for 3.1.9-RC1Joas Schilling2016-04-091-0/+36
* Merge pull request #4256 from Nicofuma/ticket/13683Marc Alexander2016-04-071-2/+12
|\
| * [ticket/13683] Removes extra / in script_pathTristan Darricau2016-03-301-1/+1
| * [ticket/13683] Updates testsTristan Darricau2016-03-291-2/+3
| * [ticket/13683] Fix more casesTristan Darricau2016-03-291-3/+4
| * [ticket/13683] Respects force_server_vars settings when generating URLsTristan Darricau2016-03-291-0/+8
* | [ticket/14532] Do not escape column default in mssqlMarc Alexander2016-03-311-1/+1
* | Merge pull request #4264 from VSEphpbb/ticket/14570Marc Alexander2016-03-3132-0/+160
|\ \ | |/ |/|
| * [ticket/14570] Use phpbb_version_compareMatt Friedman2016-03-2932-32/+32
| * [ticket/14570] Add effectively installed to 3.1.x versionsMatt Friedman2016-03-2932-0/+160
* | Merge pull request #4021 from marc1706/ticket/14272Tristan Darricau2016-03-277-19/+19
|\ \
| * | [ticket/14272] Fix invalid or missing min/max settingsMarc Alexander2015-11-061-2/+2
| * | [ticket/14272] Only use maxlength and size for allowed input elementsMarc Alexander2015-11-067-19/+19
* | | Merge pull request #4182 from marc1706/ticket/14481Tristan Darricau2016-03-272-2/+10
|\ \ \ | |_|/ |/| |
| * | [ticket/14481] Respect HTTP_X_FORWARDED headers for implying httpsMarc Alexander2016-02-152-2/+10
* | | Merge pull request #4214 from marc1706/ticket/14241Tristan Darricau2016-03-251-4/+30
|\ \ \
| * | | [ticket/14241] Log fatal captcha error to error logMarc Alexander2016-03-121-4/+8
| * | | [ticket/14241] Prevent empty q&a as a result of improper settingsMarc Alexander2016-03-111-2/+24
* | | | Merge pull request #4242 from marc1706/ticket/14136Tristan Darricau2016-03-241-0/+1
|\ \ \ \
| * | | | [ticket/14136] Add back X-UA-Compatible meta tagMarc Alexander2016-03-241-0/+1
* | | | | Merge pull request #4222 from marc1706/ticket/14536Tristan Darricau2016-03-241-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [ticket/14536] Force unix time stamps to be integerMarc Alexander2016-03-231-1/+1
* | | | | Merge pull request #4175 from Senky/ticket/14471Marc Alexander2016-03-241-0/+14
|\ \ \ \ \
| * | | | | [ticket/14471] Add $filedata to core.avatar_driver_upload_move_file_before eventJakub Senko2016-03-101-0/+14
* | | | | | [ticket/14540] Adjust recursive_dot_prefix_filter_iterator for performancerxu2016-03-171-1/+1
| |/ / / / |/| | | |
* | | | | [ticket/14533] U_NOTIFICATION_SETTINGS doesn't return the correct URLSkouat2016-03-121-1/+1
| |/ / / |/| | |
* | | | Merge pull request #4206 from marc1706/ticket/14519Máté Bartus2016-03-081-1/+3
|\ \ \ \
| * | | | [ticket/14519] Skip query if all unread notifications are retrievedMarc Alexander2016-03-081-1/+3
* | | | | Merge pull request #4207 from marc1706/ticket/14132Máté Bartus2016-03-081-0/+4
|\ \ \ \ \
| * | | | | [ticket/14132] Use transaction for adding notifications to type tableMarc Alexander2016-03-081-0/+4
| |/ / / /
* | | | | Merge pull request #4204 from marc1706/ticket/14483Máté Bartus2016-03-081-3/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [ticket/14483] Do not send headers by default on access via controllerMarc Alexander2016-03-061-3/+6
* | | | | [ticket/14514] Don't skip users when converting passwordsOliver Schramm2016-03-061-8/+5
|/ / / /
* | | | Merge pull request #4153 from gn36/ticket/14443Marc Alexander2016-02-281-1/+1
|\ \ \ \
| * | | | [ticket/14443] Introduce additional parameter to messengerMartin Beckmann2016-02-011-1/+1
| |/ / /
* | | | Merge pull request #4185 from marc1706/ticket/13681Tristan Darricau2016-02-182-0/+10
|\ \ \ \
| * | | | [ticket/13681] Invalidate and reset opcache where necessaryMarc Alexander2016-02-182-0/+10
| | |/ / | |/| |
* | | | Add migration for 3.1.8Joas Schilling2016-02-181-0/+31
|/ / /
* | | Merge pull request #4176 from Elsensee/ticket/14409Joas Schilling2016-02-131-0/+2
|\ \ \