aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | [ticket/13306] add error level to collectoromniError2014-11-101-1/+1
* | | | | | Merge pull request #3227 from prototech/ticket/13366Joas Schilling2015-01-091-0/+31
|\ \ \ \ \ \
| * | | | | | [ticket/13366] Ensure plupload_last_gc config entry is dynamic.Cesar G2014-12-091-0/+31
* | | | | | | Merge pull request #3258 from marc1706/ticket/13385Joas Schilling2015-01-091-2/+2
|\ \ \ \ \ \ \
| * | | | | | | [ticket/13385] Remove unneeded $result in \phpbb\config\db::set_atomic()Marc Alexander2015-01-091-2/+2
* | | | | | | | [ticket/13432] Make sure to add language file when including acp_modulesMarc Alexander2015-01-091-0/+1
* | | | | | | | Merge pull request #3221 from MasterShredder/ticket/13422Joas Schilling2015-01-061-1/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | [ticket/13422] Changed variable descriptionsMasterShredder2014-12-281-4/+4
| * | | | | | | | [ticket/13422] Deleted event core.session_check_user_sessionMasterShredder2014-12-081-9/+1
| * | | | | | | | [ticket/13422] Add new event core.session_set_custom_banMasterShredder2014-12-071-1/+15
| * | | | | | | | [ticket/13422] Add new event core.session_check_user_sessionMasterShredder2014-12-071-1/+9
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #3211 from brunoais/ticket/13148Joas Schilling2015-01-061-0/+44
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | [ticket/13148] Wrong version num; copy & paste failbrunoais2014-12-291-1/+1
| * | | | | | | [ticket/13148] Fixed my errorbrunoais2014-12-281-1/+0
| * | | | | | | [ticket/13148] Fixed syntax errorbrunoais2014-12-281-1/+1
| * | | | | | | [ticket/13148] Added more variables as requestedbrunoais2014-12-281-2/+33
| * | | | | | | [ticket/13148] Creating a final way to modify edit logs outputbrunoais2014-12-031-0/+14
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge pull request #3229 from n-aleha/ticket/13098Joas Schilling2014-12-271-0/+38
|\ \ \ \ \ \ \
| * | | | | | | [ticket/13098] Repair Yahoo contact fieldn-aleha2014-12-121-0/+38
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #3205 from rxu/ticket/13406Joas Schilling2014-12-271-1/+1
|\ \ \ \ \ \ \
| * | | | | | | [ticket/13406] Add a space between the index name and columns listrxu2014-11-301-1/+1
* | | | | | | | Merge pull request #3099 from Senky/ticket/13266Joas Schilling2014-12-271-0/+5
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | [ticket/13266] Enable twig dump functionJakub Senko2014-11-011-0/+5
* | | | | | | | [ticket/13396] Normalize multibyte characters in attachment file names.Cesar G2014-12-021-1/+1
| |_|/ / / / / |/| | | | | |
* | | | | | | [ticket/13405] Fix a typo in phpbb/migration/data/v310/style_update_p1.phprxu2014-11-301-1/+1
| |/ / / / / |/| | | | |
* | | | | | [ticket/13393] Call user->lang function directlyOliver Schramm2014-11-271-1/+1
| |_|/ / / |/| | | |
* | | | | Merge pull request #3075 from Senky/ticket/11613Marc Alexander2014-11-261-1/+1
|\ \ \ \ \
| * | | | | [ticket/11613] Allow cookies to work on netbios domainsJakub Senko2014-11-221-1/+1
| | |_|/ / | |/| | |
* | | | | [ticket/13381] Fix header intendation of v312.phpJoas Schilling2014-11-251-10/+10
* | | | | [prep-release-3.1.2] Add migration to update version to 3.1.2Joas Schilling2014-11-241-0/+31
* | | | | [prep-release-3.1.2] Add migration for 3.1.2-RC1Joas Schilling2014-11-221-0/+32
* | | | | Merge pull request #10 from phpbb/ticket/security-171Joas Schilling2014-11-222-20/+33
|\ \ \ \ \
| * \ \ \ \ Merge branch 'ticket/13358' into ticket/security-171Marc Alexander2014-11-221-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'ticket/13358' into ticket/security-171Marc Alexander2014-11-212-5/+136
| |\ \ \ \ \ \
| * | | | | | | [ticket/security-171] Add tests for retrieved remote data in version_helperMarc Alexander2014-11-211-5/+8
| * | | | | | | [ticket/security-171] Sanitize data from composer.jsonMarc Alexander2014-11-211-11/+23
| * | | | | | | [ticket/security-171] Use type cast helper for json dataMarc Alexander2014-11-211-9/+7
* | | | | | | | Merge pull request #8 from phpbb/ticket/security-169Joas Schilling2014-11-221-1/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | [ticket/security-169] Stop loop through referer dir in top directoryMarc Alexander2014-11-091-1/+7
* | | | | | | | | Merge pull request #3157 from marc1706/ticket/13358Joas Schilling2014-11-222-5/+136
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | [ticket/13358] Correctly create version_helper in acp_extensionsMarc Alexander2014-11-221-1/+1
| | |_|/ / / / / | |/| | | | | |
| * | | | | | | [ticket/13358] Use protected and public keywords where applicableMarc Alexander2014-11-211-3/+3
| * | | | | | | [ticket/13358] Do not pass variables by referenceMarc Alexander2014-11-212-21/+15
| * | | | | | | [ticket/13358] Fix tests and use exceptions instead of user objectMarc Alexander2014-11-212-20/+13
| * | | | | | | [ticket/13358] Add file_downloader to version_helperMarc Alexander2014-11-211-2/+9
| * | | | | | | [ticket/13358] Add file_downloader as replacement for get_remote_fileMarc Alexander2014-11-211-0/+137
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #3108 from Elsensee/ticket/13284Joas Schilling2014-11-211-1/+1
|\ \ \ \ \ \ \
| * | | | | | | [ticket/13284] Set message body in topic form too, so it will be sentOliver Schramm2014-11-041-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #3068 from marc1706/ticket/13204Joas Schilling2014-11-211-1/+1
|\ \ \ \ \ \ \
| * | | | | | | [ticket/13204] Tell user that password was incorrect when exceeding attemptsMarc Alexander2014-11-021-1/+1
| |/ / / / / /