Dhruv
ab07be8157
Merge branch 'prep-release-3.1.3' into develop-ascraeus
2015-01-30 13:10:38 +05:30
Andreas Fischer
e3e427fa24
Merge branch 'develop-olympus' into develop-ascraeus
...
* develop-olympus:
[ticket/13414] Set Content-Length header only if status is not 304
Conflicts:
phpBB/download/file.php
2015-01-28 19:56:47 +01:00
Joas Schilling
acfb9b9539
[prep-release-3.1.3] Update version to 3.1.2-RC1
2015-01-26 19:42:06 +01:00
Andreas Fischer
14585fcb4f
[develop-olympus] Increment version number to 3.0.14-dev.
2015-01-21 15:15:30 +01:00
Andreas Fischer
9f7f366573
[develop-olympus] Bump version numbers for 3.0.13-RC1 release.
2015-01-21 01:32:18 +01:00
Andreas Fischer
e34b92882a
[ticket/13531] Send 404 Not Found.
...
PHPBB3-13531
2015-01-21 01:02:16 +01:00
Marc Alexander
4b9434bf1b
[ticket/13531] Explicitly disallow trailing paths (e.g. PATH_INFO).
...
PHPBB3-13531
2015-01-21 01:02:08 +01:00
Andreas Fischer
d17904884e
Merge pull request #3312 from bantu/ticket/13527
...
[ticket/13527] Escape information received from version server
* bantu/ticket/13527:
[ticket/13527] Apply htmlspecialchars() to data from version server.
[ticket/13527] Remove two unused variables.
2015-01-20 23:14:38 +01:00
Andreas Fischer
a8027c542f
Merge pull request #3311 from bantu/ticket/13526
...
[ticket/13526] Correctly validate the ucp_pm_options form key.
* bantu/ticket/13526:
[ticket/13526] Correctly validate the ucp_pm_options form key.
2015-01-20 23:12:00 +01:00
Andreas Fischer
4d0b04a397
Merge branch 'develop-olympus' into develop-ascraeus
...
* develop-olympus:
[ticket/13519] Correctly validate imagick path as path and not string
Conflicts:
phpBB/includes/acp/acp_attachments.php
2015-01-20 23:11:29 +01:00
Andreas Fischer
3134b6b70e
Merge pull request #3306 from marc1706/ticket/13519
...
[ticket/13519] Correctly validate imagick path as path and not string
* marc1706/ticket/13519:
[ticket/13519] Correctly validate imagick path as path and not string
2015-01-20 23:10:19 +01:00
Andreas Fischer
92b5222295
[ticket/13527] Apply htmlspecialchars() to data from version server.
...
PHPBB3-13527
2015-01-20 22:40:39 +01:00
Andreas Fischer
251868dd7e
[ticket/13527] Remove two unused variables.
...
PHPBB3-13527
2015-01-20 22:34:14 +01:00
Joas Schilling
23069a13e2
[ticket/13526] Correctly validate the ucp_pm_options form key.
...
PHPBB3-13526
2015-01-20 22:16:24 +01:00
Joas Schilling
40006376f2
Merge pull request #3226 from prototech/ticket/13420
...
[ticket/13420] Correctly filter by lt/gt/equal to 0 posts when pruning users.
2015-01-20 20:58:12 +01:00
Joas Schilling
d99cd2d02e
Merge pull request #3278 from rxu/ticket/13492
...
[ticket/13492] Fix IDN support for custom BBCode URL tokens
2015-01-20 17:31:06 +01:00
rxu
8002af7526
[ticket/13492] Add the migration to update custom bbcodes with IDN regexps
...
Also fix the $utf8 checking regexp removing the curly braces.
PHPBB3-13492
2015-01-20 08:47:56 +07:00
Nils Adermann
ebbe6a7791
Merge pull request #2990 from Senky/ticket/10985
...
[ticket/10985] Error bbcode.html not found when updating with custom style inheriting from prosilver
2015-01-19 22:27:14 +01:00
Marc Alexander
6564446b0f
[ticket/13519] Correctly validate imagick path as path and not string
...
PHPBB3-13519
2015-01-19 20:47:47 +01:00
Tristan Darricau
add3d3e760
Merge pull request #3055 from marc1706/ticket/13192
...
[ticket/13192] Add method for generating valid user page links based on mod_rewrite
* marc1706/ticket/13192:
[ticket/13192] Add test for app.php in external subfolder
[ticket/13192] Use ltrim() instead of preg_replace()
[ticket/13192] Order test cases consistently
[ticket/13192] Remove app.php on mod rewrite even if app.php is outside root
[ticket/13192] Pass correct parameters and rename method to get_valid_page
[ticket/13192] Use get_valid_user_page in confirm_box() and cleanup globals
[ticket/13192] Use get_valid_user_page method in build_url function
[ticket/13192] Add method for generating valid user page links
2015-01-19 16:45:43 +01:00
rxu
17f4dce0fc
[ticket/13492] Add IDN support for custom BBCode URL tokens
...
Custom BBCode URL tokens does not support IDN.
Custom BBCodes added earlier than IDN has been applied are unaffected.
PHPBB3-13492
2015-01-11 20:36:22 +07:00
Joas Schilling
8ae1b0c52e
Merge pull request #3189 from rxu/ticket/12926
...
[ticket/12926] Support for IDN (IRI)
2015-01-10 00:09:57 +01:00
rxu
d86bdcb2a7
[ticket/12926] Get rid of the $scheme and $inline vars, fix regex_idn.php
...
Get rid of the $scheme and $inline vars, fix regex_idn.php to generate
both common and inline mode regexes all at once.
PHPBB3-12926
2015-01-10 03:21:36 +07:00
Joas Schilling
b64da23fe1
Merge pull request #3267 from Elsensee/ticket/13478
...
[ticket/13478] Add event core.bbcode_cache_init_end
2015-01-09 17:47:46 +01:00
Oliver Schramm
e3571fc6eb
[ticket/13470] Fix non-empty username array if no usernames are given
...
PHPBB3-13470
2015-01-08 22:17:05 +01:00
Oliver Schramm
953a98dc0b
[ticket/13478] Add event core.bbcode_cache_init_end
...
PHPBB3-13478
2015-01-08 00:13:58 +01:00
Joas Schilling
87578e90eb
Merge pull request #3262 from Elsensee/ticket/13466
...
[ticket/13466] Add bitfield and uid to event core.message_parser_check_message
2015-01-06 11:29:11 +01:00
Joas Schilling
26bf79425c
Merge pull request #3231 from rxu/ticket/13435
...
[ticket/13435] Add core event to modify submit_post() sql data
2015-01-06 11:08:01 +01:00
Joas Schilling
d36b0452bd
Merge pull request #3230 from omniError/ticket/13430
...
[ticket/13430] Add event core.prune_sql
2015-01-06 11:05:08 +01:00
Oliver Schramm
2532583765
[ticket/13466] Add bitfield and uid to event core.message_parser_check_message
...
PHPBB3-13466
2015-01-05 22:15:56 +01:00
Marc Alexander
3638b2ff64
Merge pull request #3254 from VSEphpbb/ticket/13440
...
[ticket/13440] Update event version to 3.1.3-RC1
2015-01-04 12:21:09 +01:00
Marc Alexander
8c27c7f10b
Merge pull request #3253 from VSEphpbb/ticket/13439
...
[ticket/13439] Update event version to 3.1.3-RC1
2015-01-04 11:25:43 +01:00
Matt Friedman
88034ea2f0
[ticket/13440] Update event version to 3.1.3-RC1
...
PHPBB3-13440
2015-01-04 01:40:18 -08:00
Matt Friedman
86f66b5f72
[ticket/13439] Update event version to 3.1.3-RC1
...
PHPBB3-13439
2015-01-04 01:38:50 -08:00
Marc Alexander
838b1250f6
Merge pull request #3249 from VSEphpbb/ticket/13440
...
[ticket/13440] Add event core.login_box_failed
2015-01-04 00:43:11 +01:00
Matt Friedman
9d9b8139d0
[ticket/13440] Add event core.login_box_failed
...
PHPBB3-13440
2015-01-03 15:23:50 -08:00
Matt Friedman
179a7a4c71
[ticket/13439] Add event core.acp_users_overview_before
...
PHPBB3-13439
2015-01-03 15:21:47 -08:00
Gaëtan Muller
0e0c649477
[ticket/13441] Functions_convert fails to set global moderators default group
...
PHPBB3-13441
2015-01-03 13:45:52 +01:00
rxu
2929f28243
[ticket/13435] Add core event to modify submit_post() sql data
...
PHPBB3-13435
2014-12-13 21:08:01 +07:00
omniError
7b0cabc416
[ticket/13430] update event version
...
https://tracker.phpbb.com/browse/PHPBB3-13430
PHPBB3-13430
2014-12-12 17:39:30 -06:00
omniError
9f1493ce73
[ticket/13430] Add event core.prune_sql
...
https://tracker.phpbb.com/browse/PHPBB3-13430
PHPBB3-13430
2014-12-11 16:58:29 -06:00
Cesar G
75780d7fc8
[ticket/13420] Correctly filter by lt/gt/equal to 0 posts when pruning users.
...
PHPBB3-13420
2014-12-09 18:27:04 -08:00
Oliver Schramm
a349db54d6
[ticket/13312] Use empty for usernames array
...
PHPBB3-13312
2014-11-26 23:10:02 +01:00
Oliver Schramm
41d0b5d3a2
[ticket/13312] Add event core.acp_email_send_before
...
PHPBB3-13312
2014-11-26 23:01:58 +01:00
rxu
a8c62e707a
[ticket/12926] Support for IDN (IRI)
...
Add international domain name support for URLs.
PHPBB3-12926
2014-11-27 01:18:49 +07:00
Jakub Senko
b67b67f2df
[ticket/11613] Allow cookies to work on netbios domains
...
PHPBB3-11613
2014-11-26 14:58:33 +01:00
Joas Schilling
9c9623e47f
[prep-release-3.1.2] Update the development version to 3.1.3-RC1-dev
2014-11-25 16:43:43 +01:00
Joas Schilling
1ad0dd28f1
Merge branch 'develop-olympus' into prep-release-3.1.2
2014-11-25 16:36:32 +01:00
Nils Adermann
965042d015
[ticket/13376] Revert unnecessary change for cookies called GLOBALS 92f554e3
...
Also introduce a clear cookie message hardcoded just in case.
PHPBB3-13376
2014-11-25 15:57:12 +01:00
Joas Schilling
3862b60094
[prep-release-3.1.2] Increase version number to 3.1.2
2014-11-24 21:31:49 +01:00