aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | [ticket/13492] Add the migration to update custom bbcodes with IDN regexpsrxu2015-01-201-1/+1
| * | | | | [ticket/13492] Add IDN support for custom BBCode URL tokensrxu2015-01-111-1/+3
| | |_|_|/ | |/| | |
* | | | | Merge pull request #3055 from marc1706/ticket/13192Tristan Darricau2015-01-191-23/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | [ticket/13192] Pass correct parameters and rename method to get_valid_pageMarc Alexander2014-10-211-3/+3
| * | | | [ticket/13192] Use get_valid_user_page in confirm_box() and cleanup globalsMarc Alexander2014-10-211-3/+3
| * | | | [ticket/13192] Use get_valid_user_page method in build_url functionMarc Alexander2014-10-211-20/+1
* | | | | Merge pull request #3189 from rxu/ticket/12926Joas Schilling2015-01-102-9/+19
|\ \ \ \ \
| * | | | | [ticket/12926] Get rid of the $scheme and $inline vars, fix regex_idn.phprxu2015-01-101-7/+17
| * | | | | [ticket/12926] Support for IDN (IRI)rxu2014-11-272-5/+5
| | |/ / / | |/| | |
* | | | | Merge pull request #3267 from Elsensee/ticket/13478Joas Schilling2015-01-091-1/+21
|\ \ \ \ \
| * | | | | [ticket/13478] Add event core.bbcode_cache_init_endOliver Schramm2015-01-081-1/+21
* | | | | | [ticket/13470] Fix non-empty username array if no usernames are givenOliver Schramm2015-01-081-1/+1
|/ / / / /
* | | | | Merge pull request #3262 from Elsensee/ticket/13466Joas Schilling2015-01-061-0/+9
|\ \ \ \ \
| * | | | | [ticket/13466] Add bitfield and uid to event core.message_parser_check_messageOliver Schramm2015-01-051-0/+9
* | | | | | Merge pull request #3231 from rxu/ticket/13435Joas Schilling2015-01-061-0/+24
|\ \ \ \ \ \
| * | | | | | [ticket/13435] Add core event to modify submit_post() sql datarxu2014-12-131-0/+24
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #3230 from omniError/ticket/13430Joas Schilling2015-01-061-1/+16
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | [ticket/13430] update event versionomniError2014-12-121-1/+1
| * | | | | [ticket/13430] Add event core.prune_sqlomniError2014-12-111-1/+16
| |/ / / /
* | | | | Merge pull request #3254 from VSEphpbb/ticket/13440Marc Alexander2015-01-041-1/+1
|\ \ \ \ \
| * | | | | [ticket/13440] Update event version to 3.1.3-RC1Matt Friedman2015-01-041-1/+1
* | | | | | Merge pull request #3253 from VSEphpbb/ticket/13439Marc Alexander2015-01-041-1/+1
|\ \ \ \ \ \
| * | | | | | [ticket/13439] Update event version to 3.1.3-RC1Matt Friedman2015-01-041-1/+1
* | | | | | | Merge pull request #3249 from VSEphpbb/ticket/13440Marc Alexander2015-01-041-0/+13
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / /
| * | | | | [ticket/13440] Add event core.login_box_failedMatt Friedman2015-01-031-0/+13
* | | | | | [ticket/13439] Add event core.acp_users_overview_beforeMatt Friedman2015-01-031-0/+15
|/ / / / /
* | | | | [ticket/13441] Functions_convert fails to set global moderators default groupGaëtan Muller2015-01-031-0/+1
* | | | | [ticket/13312] Use empty for usernames arrayOliver Schramm2014-11-261-2/+2
* | | | | [ticket/13312] Add event core.acp_email_send_beforeOliver Schramm2014-11-261-19/+52
|/ / / /
* | | | [prep-release-3.1.2] Update the development version to 3.1.3-RC1-devJoas Schilling2014-11-251-1/+1
* | | | Merge branch 'develop-olympus' into prep-release-3.1.2Joas Schilling2014-11-251-23/+5
|\ \ \ \ | | |/ / | |/| |
| * | | [ticket/13376] Revert unnecessary change for cookies called GLOBALS 92f554e3Nils Adermann2014-11-251-23/+5
| * | | 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
| |/ / /
* | | | [prep-release-3.1.2] Increase version number to 3.1.2Joas Schilling2014-11-241-1/+1
* | | | [prep-release-3.1.2] Update version to 3.1.2-RC1Joas Schilling2014-11-221-1/+1
* | | | Merge pull request #3157 from marc1706/ticket/13358Joas Schilling2014-11-222-57/+10
|\ \ \ \
| * | | | [ticket/13358] Correctly create version_helper in acp_extensionsMarc Alexander2014-11-221-1/+1
| * | | | [ticket/13358] Do not pass variables by referenceMarc Alexander2014-11-211-4/+6
| * | | | [ticket/13358] Use file_downloader in get_remote_file()Marc Alexander2014-11-211-57/+8
* | | | | Merge pull request #3123 from Elsensee/ticket/13310Joas Schilling2014-11-221-7/+21
|\ \ \ \ \
| * | | | | [ticket/13310] Add event core.acp_email_modify_sqlOliver Schramm2014-11-091-1/+11
| * | | | | [ticket/13310] Always use sql_build_query in acp_email.phpOliver Schramm2014-11-091-6/+10
* | | | | | Merge pull request #3116 from rxu/ticket/13297Joas Schilling2014-11-222-11/+11
|\ \ \ \ \ \
| * | | | | | [ticket/13297] Add unicode modifier to url/email regular expression patterns.rxu2014-11-092-11/+11
| |/ / / / /
* | | | | | Merge pull request #3158 from prototech/ticket/13354Joas Schilling2014-11-221-1/+1
|\ \ \ \ \ \
| * | | | | | [ticket/13354] Fix incorrect column name when deleting all topic logs.Cesar G2014-11-211-1/+1
| | |/ / / / | |/| | | |
* | | | | | [ticket/10744] Fix some doc blocksJoas Schilling2014-11-211-2/+3
* | | | | | [ticket/10744] Type hint objects for IDE usagesJoas Schilling2014-11-211-0/+15