aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
* [ticket/13838] Fix coding styleNicofuma2015-05-141-1/+2
* Merge pull request #3526 from rxu/ticket/13750Marc Alexander2015-05-081-7/+33
|\
| * [ticket/13750] Add core event to allow modifying navlinks textrxu2015-05-071-7/+33
* | Merge pull request #3459 from brunoais/ticket/13664Marc Alexander2015-05-081-4/+21
|\ \
| * | [ticket/13664] BUMP version to 3.1.5-devbrunoais2015-05-061-1/+1
| * | [ticket/13664] Added alias to table to make modding easier.brunoais2015-03-011-3/+3
| * | [ticket/13664] Add event to allow changing number of unapproved posts listedbrunoais2015-03-011-0/+12
| * | [ticket/13664] From string query in mcp_front unapproved posts to built querybrunoais2015-03-011-4/+9
* | | Merge pull request #3455 from brunoais/ticket/13660Marc Alexander2015-05-081-0/+12
|\ \ \
| * | | [ticket/13660] BUMP version to 3.1.5-RC1brunoais2015-05-061-1/+1
| * | | [ticket/13660] Fix @since version.brunoais2015-03-101-1/+1
| * | | [ticket/13660] Allow changing the query for total reports in mcp_frontbrunoais2015-02-281-0/+12
| |/ /
* | | Merge pull request #3583 from nickvergessen/ticket/13807Nicofuma2015-05-061-1/+1
|\ \ \
| * | | [ticket/13807] Fix "changed version" to match our version numberingJoas Schilling2015-05-021-1/+1
* | | | [ticket/13819] Add missing sql_freeresult() to files in includes/Marc Alexander2015-05-052-0/+2
|/ / /
* | | Merge branch 'prep-release-3.1.4' into 3.1.xAndreas Fischer2015-04-281-2/+2
|\ \ \ | |_|/ |/| |
| * | [ticket/security-180] Use language variable for redirect error in 3.1+Marc Alexander2015-04-281-1/+1
| * | Merge branch 'ticket/security-180' into ticket/security-180-ascMarc Alexander2015-04-281-1/+1
| |\ \
| | * | [ticket/security-180] Always fail when redirecting to an insecure URLJoas Schilling2015-04-111-1/+1
| * | | [ticket/security-180] Merge if statement with previous one in 3.1.xMarc Alexander2015-04-281-7/+1
| * | | Merge branch 'ticket/security-180' into ticket/security-180-ascMarc Alexander2015-04-281-0/+6
| |\ \ \ | | |/ /
| | * | [ticket/security-180] Make sure that redirect goes to full URL plus slashMarc Alexander2015-04-111-1/+1
| | * | [ticket/security-180] Check if redirect URL contains board URLMarc Alexander2015-04-101-0/+6
* | | | [ticket/12101] Remove HTML redirect workaround for Microsoft/IIS webserverAlexander Köplinger2015-04-261-1/+1
* | | | Merge pull request #3532 from prototech/ticket/13755Marc Alexander2015-04-261-0/+2
|\ \ \ \
| * | | | [ticket/13755] Ignore dots in path when determining file extension.Cesar G2015-04-101-0/+2
* | | | | Merge pull request #3550 from bantu/ticket/13765-3.1.4Andreas Fischer2015-04-251-2/+8
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge branch 'ticket/13765' into ticket/13765-3.1.4Andreas Fischer2015-04-251-2/+8
| |\ \ \
| | * | | [ticket/13765] Verify SERVER_PROTOCOL has the expected format before using it.Joas Schilling2015-04-252-2/+2
| | |/ /
| | * | Merge pull request #3359 from marc1706/ticket/13568Nicofuma2015-03-291-1/+1
| | |\ \
| | * | | [ticket/13617] Enforce column size limit for session_forum_idNils Adermann2015-02-251-1/+3
* | | | | [3.1.x] Update development version to 3.1.5-devJoas Schilling2015-04-101-1/+1
|/ / / /
* | | | Update version to 3.1.4-RC1Joas Schilling2015-04-091-1/+1
* | | | Merge pull request #3409 from Senky/ticket/11424Joas Schilling2015-04-061-0/+25
|\ \ \ \
| * | | | [ticket/11424] Add space between control flow keywords and parenthesisJakub Senko2015-02-191-2/+2
| * | | | [ticket/11424] Handle race condition properly for Quick-Mod ToolsJakub Senko2015-02-161-0/+25
* | | | | [ticket/13743] Add $phpbb_root_path and $phpEx definitions in message_parser.phprxu2015-04-051-0/+13
* | | | | Merge pull request #3376 from marc1706/ticket/13568-ascNicofuma2015-03-292-5/+10
|\ \ \ \ \
| * \ \ \ \ Merge branch 'ticket/13568' into ticket/13568-ascMarc Alexander2015-02-062-5/+10
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | [ticket/13568] Use more descriptive validation names and merge with path blockMarc Alexander2015-02-021-1/+1
| | * | | | [ticket/13568] Validate imagick path as readable absolute pathMarc Alexander2015-02-021-1/+1
| | | |/ / | | |/| |
| | * | | Merge branch 'prep-release-3.0.13' into develop-olympusAndreas Fischer2015-01-291-1/+1
| | |\ \ \
| | | * \ \ Merge pull request #3348 from bantu/ticket/13549Andreas Fischer2015-01-291-1/+1
| | | |\ \ \
| | | | * | | [ticket/13549] Do not exit when ORIG_PATH_INFO just contains SCRIPT_NAME.Marc Alexander2015-01-281-1/+1
| | * | | | | Merge branch 'prep-release-3.0.13' into develop-olympusAndreas Fischer2015-01-291-1/+1
| | |\ \ \ \ \ | | | |/ / / /
| | | * | | | [ticket/12933] Handle case when * is last character of wordDhruv2015-01-281-1/+1
| | | |/ / /
| | | * | | [prep-release-3.0.13] Bump version numbers for 3.0.13 releaseNils Adermann2015-01-261-1/+1
* | | | | | Merge pull request #3398 from marc1706/ticket/13612Nicofuma2015-03-241-5/+0
|\ \ \ \ \ \
| * | | | | | [ticket/13612] Always display success message if extension was enabledMarc Alexander2015-02-141-5/+0
| | |_|_|/ / | |/| | | |
* | | | | | [ticket/13698] Pass parameters for link in LOGIN_ERROR_PASSWORD error message.Cesar G2015-03-231-13/+11