From a6a7b01afc77fa94bda7950c3f3c86c7c40d0ee7 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Wed, 7 Aug 2013 15:23:46 +0200 Subject: [PATCH] Added 2.4 changelog --- docs/en/changelogs/2.4.11.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/en/changelogs/2.4.11.md b/docs/en/changelogs/2.4.11.md index 3fd3f5e19..8520b2ce5 100644 --- a/docs/en/changelogs/2.4.11.md +++ b/docs/en/changelogs/2.4.11.md @@ -21,3 +21,21 @@ To prevent this, main.php now checks and only allows the flush parameter in the This applies to both `flush=1` and `flush=all`but only through web requests made through main.php - CLI requests, or any other request that goes through a custom start up script will still process all flush requests as normal. + +## Changelog + +### Bugfixes + + * 2013-08-05 [15406dd] Constants magic_quotes needs function from Core (Hamish Friedlander) + * 2013-08-05 [60a95cb] Token redirect where in IIS a / needs adding between host & url (Hamish Friedlander) + * 2013-08-01 [2f9689b] Flush on memory exhaustion and headers sent (Hamish Friedlander) + * 2013-07-30 [a150989] Fixed escaping of date in view of archived site. (Sam Minnee) + * 2013-07-24 [5212ab0] Nice errors and allows flush on module removal (Hamish Friedlander) + * 2013-07-22 [09db9a6] Only suppress fatal errors (Hamish Friedlander) + * 2013-07-19 [e782648] Fixed TempPath inclusion for phpunit & cli-script (Sam Minnee) + * 2013-07-19 [296b131] Actually use argument in getTempFolder (Hamish Friedlander) + * 2013-07-19 [ec8c4b8] Ignore invalid tokens instead of throwing 403 (Hamish Friedlander) + * 2013-07-19 [d42d8d0] Have ParameterConfirmationToken includes work regardless of include path (Hamish Friedlander) + * 2013-07-19 [8990788] Prevent DOS by checking for env and admin on ?flush=1 (#1692) (Hamish Friedlander) + * 2013-03-20 [143317c] SQL Injection in CsvBulkLoader (fixes #6227) (Stephen Shkardoon) + * 2013-02-26 [a8a10f8] Transaction stub methods for better cross 2.x and 3.x compat (Ingo Schommer) \ No newline at end of file