silverstripe-framework/docs/en/04_Changelogs
Damian Mooyman 3873e4ba00 API Refactor bootstrap, request handling
See https://github.com/silverstripe/silverstripe-framework/pull/7037
and https://github.com/silverstripe/silverstripe-framework/issues/6681

Squashed commit of the following:

commit 8f65e56532
Author: Ingo Schommer <me@chillu.com>
Date:   Thu Jun 22 22:25:50 2017 +1200

    Fixed upgrade guide spelling

commit 76f95944fa
Author: Damian Mooyman <damian@silverstripe.com>
Date:   Thu Jun 22 16:38:34 2017 +1200

    BUG Fix non-test class manifest including sapphiretest / functionaltest

commit 9379834cb4
Author: Damian Mooyman <damian@silverstripe.com>
Date:   Thu Jun 22 15:50:47 2017 +1200

    BUG Fix nesting bug in Kernel

commit 188ce35d82
Author: Damian Mooyman <damian@silverstripe.com>
Date:   Thu Jun 22 15:14:51 2017 +1200

    BUG fix db bootstrapping issues

commit 7ed4660e7a
Author: Damian Mooyman <damian@silverstripe.com>
Date:   Thu Jun 22 14:49:07 2017 +1200

    BUG Fix issue in DetailedErrorFormatter

commit 738f50c497
Author: Damian Mooyman <damian@silverstripe.com>
Date:   Thu Jun 22 11:49:19 2017 +1200

    Upgrading notes on mysite/_config.php

commit 6279d28e5e
Author: Damian Mooyman <damian@silverstripe.com>
Date:   Thu Jun 22 11:43:28 2017 +1200

    Update developer documentation

commit 5c90d53a84
Author: Damian Mooyman <damian@silverstripe.com>
Date:   Thu Jun 22 10:48:44 2017 +1200

    Update installer to not use global databaseConfig

commit f9b2ba4755
Author: Damian Mooyman <damian@silverstripe.com>
Date:   Wed Jun 21 21:04:39 2017 +1200

    Fix behat issues

commit 5b59a912b6
Author: Damian Mooyman <damian@silverstripe.com>
Date:   Wed Jun 21 17:07:11 2017 +1200

    Move HTTPApplication to SilverStripe\Control namespace

commit e2c4a18f63
Author: Damian Mooyman <damian@silverstripe.com>
Date:   Wed Jun 21 16:29:03 2017 +1200

    More documentation
    Fix up remaining tests
    Refactor temp DB into TempDatabase class so it’s available outside of unit tests.

commit 5d235e64f3
Author: Damian Mooyman <damian@silverstripe.com>
Date:   Wed Jun 21 12:13:15 2017 +1200

    API HTTPRequestBuilder::createFromEnvironment() now cleans up live globals
    BUG Fix issue with SSViewer
    Fix Security / View tests

commit d88d4ed4e4
Author: Damian Mooyman <damian@silverstripe.com>
Date:   Tue Jun 20 16:39:43 2017 +1200

    API Refactor AppKernel into CoreKernel

commit f7946aec33
Author: Damian Mooyman <damian@silverstripe.com>
Date:   Tue Jun 20 16:00:40 2017 +1200

    Docs and minor cleanup

commit 12bd31f936
Author: Damian Mooyman <damian@silverstripe.com>
Date:   Tue Jun 20 15:34:34 2017 +1200

    API Remove OutputMiddleware
    API Move environment / global / ini management into Environment class
    API Move getTempFolder into TempFolder class
    API Implement HTTPRequestBuilder / CLIRequestBuilder
    BUG Restore SS_ALLOWED_HOSTS check in original location
    API CoreKernel now requires $basePath to be passed in
    API Refactor installer.php to use application to bootstrap
    API move memstring conversion globals to Convert
    BUG Fix error in CoreKernel nesting not un-nesting itself properly.

commit bba9791146
Author: Damian Mooyman <damian@silverstripe.com>
Date:   Mon Jun 19 18:07:53 2017 +1200

    API Create HTTPMiddleware and standardise middleware for request handling

commit 2a10c2397b
Author: Damian Mooyman <damian@silverstripe.com>
Date:   Mon Jun 19 17:42:42 2017 +1200

    Fixed ORM tests

commit d75a8d1d93
Author: Damian Mooyman <damian@silverstripe.com>
Date:   Mon Jun 19 17:15:07 2017 +1200

    FIx i18n tests

commit 06364af3c3
Author: Damian Mooyman <damian@silverstripe.com>
Date:   Mon Jun 19 16:59:34 2017 +1200

    Fix controller namespace
    Move states to sub namespace

commit 2a278e2953
Author: Damian Mooyman <damian@silverstripe.com>
Date:   Mon Jun 19 12:49:45 2017 +1200

    Fix forms namespace

commit b65c21241b
Author: Damian Mooyman <damian@silverstripe.com>
Date:   Thu Jun 15 18:56:48 2017 +1200

    Update API usages

commit d1d4375c95
Author: Damian Mooyman <damian@silverstripe.com>
Date:   Thu Jun 15 18:41:44 2017 +1200

    API Refactor $flush into HTPPApplication
    API Enforce health check in Controller::pushCurrent()
    API Better global backup / restore
    Updated Director::test() to use new API

commit b220534f06
Author: Damian Mooyman <damian@silverstripe.com>
Date:   Tue Jun 13 22:05:57 2017 +1200

    Move app nesting to a test state helper

commit 603704165c
Author: Damian Mooyman <damian@silverstripe.com>
Date:   Tue Jun 13 21:46:04 2017 +1200

    Restore kernel stack to fix multi-level nesting

commit 2f6336a15b
Author: Damian Mooyman <damian@silverstripe.com>
Date:   Tue Jun 13 17:23:21 2017 +1200

    API Implement kernel nesting

commit fc7188da7d
Author: Damian Mooyman <damian@silverstripe.com>
Date:   Tue Jun 13 15:43:13 2017 +1200

    Fix core tests

commit a0ae723514
Author: Damian Mooyman <damian@silverstripe.com>
Date:   Tue Jun 13 15:23:52 2017 +1200

    Fix manifest tests

commit ca03395251
Author: Damian Mooyman <damian@silverstripe.com>
Date:   Tue Jun 13 15:00:00 2017 +1200

    API Move extension management into test state

commit c66d433977
Author: Damian Mooyman <damian@silverstripe.com>
Date:   Tue Jun 13 14:10:59 2017 +1200

    API Refactor SapphireTest state management into SapphireTestState
    API Remove Injector::unregisterAllObjects()
    API Remove FakeController

commit f26ae75c6e
Author: Damian Mooyman <damian@silverstripe.com>
Date:   Mon Jun 12 18:04:34 2017 +1200

    Implement basic CLI application object

commit 001d559662
Author: Damian Mooyman <damian@silverstripe.com>
Date:   Mon Jun 12 17:39:38 2017 +1200

    Remove references to SapphireTest::is_running_test()
    Upgrade various code

commit de079c041d
Author: Damian Mooyman <damian@silverstripe.com>
Date:   Wed Jun 7 18:07:33 2017 +1200

    API Implement APP object
    API Refactor of Session
2017-06-22 22:50:45 +12:00
..
_images Restructure of the docs markdown source files into more logical taxonomy 2014-12-17 15:48:35 +13:00
alpha Added 4.0.0-alpha7 changelog 2017-05-02 13:16:17 +12:00
beta Merge 3.2 into 3.3 2016-04-26 00:17:09 +01:00
pr Standardise spelling of "customise" 2016-03-30 13:17:28 +13:00
rc Add changelog note 2017-02-08 13:33:57 +13:00
2.0.1.md Restructure of the docs markdown source files into more logical taxonomy 2014-12-17 15:48:35 +13:00
2.0.2.md Restructure of the docs markdown source files into more logical taxonomy 2014-12-17 15:48:35 +13:00
2.1.0.md Restructure of the docs markdown source files into more logical taxonomy 2014-12-17 15:48:35 +13:00
2.1.1.md Restructure of the docs markdown source files into more logical taxonomy 2014-12-17 15:48:35 +13:00
2.2.0.md DOCS Make links relative so they work nicely on github and docs site. 2014-12-18 12:11:57 +13:00
2.2.1.md Restructure of the docs markdown source files into more logical taxonomy 2014-12-17 15:48:35 +13:00
2.2.2.md Restructure of the docs markdown source files into more logical taxonomy 2014-12-17 15:48:35 +13:00
2.2.3.md Restructure of the docs markdown source files into more logical taxonomy 2014-12-17 15:48:35 +13:00
2.2.4.md Restructure of the docs markdown source files into more logical taxonomy 2014-12-17 15:48:35 +13:00
2.3.0.md Standardise spelling of "customise" 2016-03-30 13:17:28 +13:00
2.3.1.md Restructure of the docs markdown source files into more logical taxonomy 2014-12-17 15:48:35 +13:00
2.3.2.md DOCS 3.1 - fixes broken internal links 2016-01-14 23:59:53 +13:00
2.3.3.md Restructure of the docs markdown source files into more logical taxonomy 2014-12-17 15:48:35 +13:00
2.3.4.md Restructure of the docs markdown source files into more logical taxonomy 2014-12-17 15:48:35 +13:00
2.3.5.md Restructure of the docs markdown source files into more logical taxonomy 2014-12-17 15:48:35 +13:00
2.3.6.md Restructure of the docs markdown source files into more logical taxonomy 2014-12-17 15:48:35 +13:00
2.3.7.md Restructure of the docs markdown source files into more logical taxonomy 2014-12-17 15:48:35 +13:00
2.3.8.md Restructure of the docs markdown source files into more logical taxonomy 2014-12-17 15:48:35 +13:00
2.3.9.md Restructure of the docs markdown source files into more logical taxonomy 2014-12-17 15:48:35 +13:00
2.3.10.md Restructure of the docs markdown source files into more logical taxonomy 2014-12-17 15:48:35 +13:00
2.3.11.md Restructure of the docs markdown source files into more logical taxonomy 2014-12-17 15:48:35 +13:00
2.3.12.md Restructure of the docs markdown source files into more logical taxonomy 2014-12-17 15:48:35 +13:00
2.3.13.md Restructure of the docs markdown source files into more logical taxonomy 2014-12-17 15:48:35 +13:00
2.4.0.md DOCS 3.1 - fixes broken internal links 2016-01-14 23:59:53 +13:00
2.4.1.md Standardise spelling of "customise" 2016-03-30 13:17:28 +13:00
2.4.2.md Standardise spelling of "customise" 2016-03-30 13:17:28 +13:00
2.4.3.md Restructure of the docs markdown source files into more logical taxonomy 2014-12-17 15:48:35 +13:00
2.4.4.md DOCS 3.1 - fixes broken internal links 2016-01-14 23:59:53 +13:00
2.4.5.md Restructure of the docs markdown source files into more logical taxonomy 2014-12-17 15:48:35 +13:00
2.4.6.md Restructure of the docs markdown source files into more logical taxonomy 2014-12-17 15:48:35 +13:00
2.4.7.md DOCS 3.1 - fixes broken internal links 2016-01-14 23:59:53 +13:00
2.4.8.md Restructure of the docs markdown source files into more logical taxonomy 2014-12-17 15:48:35 +13:00
2.4.10.md Restructure of the docs markdown source files into more logical taxonomy 2014-12-17 15:48:35 +13:00
3.0.0.md Standardise spelling of "customise" 2016-03-30 13:17:28 +13:00
3.0.1.md Restructure of the docs markdown source files into more logical taxonomy 2014-12-17 15:48:35 +13:00
3.0.2.md Restructure of the docs markdown source files into more logical taxonomy 2014-12-17 15:48:35 +13:00
3.0.3.md Making docs gender agnostic 2015-03-07 12:32:04 +00:00
3.0.4.md DOCS 3.1 : typose and broken internal links 2016-01-15 16:39:23 +13:00
3.0.5.md Restructure of the docs markdown source files into more logical taxonomy 2014-12-17 15:48:35 +13:00
3.0.6.md Restructure of the docs markdown source files into more logical taxonomy 2014-12-17 15:48:35 +13:00
3.0.7.md Restructure of the docs markdown source files into more logical taxonomy 2014-12-17 15:48:35 +13:00
3.0.8.md Restructure of the docs markdown source files into more logical taxonomy 2014-12-17 15:48:35 +13:00
3.0.9.md Restructure of the docs markdown source files into more logical taxonomy 2014-12-17 15:48:35 +13:00
3.0.10.md DOCS Fix missing changelogs 2015-01-22 08:40:33 +13:00
3.0.11.md DOCS Fix missing changelogs 2015-01-22 08:40:33 +13:00
3.1.0.md Standardise spelling of "customise" 2016-03-30 13:17:28 +13:00
3.1.1.md Restructure of the docs markdown source files into more logical taxonomy 2014-12-17 15:48:35 +13:00
3.1.2.md Restructure of the docs markdown source files into more logical taxonomy 2014-12-17 15:48:35 +13:00
3.1.3.md DOCS Fix missing changelogs 2015-01-22 08:40:33 +13:00
3.1.4.md DOCS Fix missing changelogs 2015-01-22 08:40:33 +13:00
3.1.5.md DOCS Fix missing changelogs 2015-01-22 08:40:33 +13:00
3.1.6.md Restructure of the docs markdown source files into more logical taxonomy 2014-12-17 15:48:35 +13:00
3.1.7.md DOCS 3.1 - fixes broken internal links 2016-01-14 23:59:53 +13:00
3.1.8.md Rebased on 3.1 - moved new change logs into place. 2014-12-17 15:50:06 +13:00
3.1.9.md Fix merge error 2015-01-15 18:56:09 +13:00
3.1.10.md Reformat changelog 2015-02-19 13:16:40 +13:00
3.1.11.md Added 3.1.11 changelog 2015-03-19 17:46:36 +13:00
3.1.12.md Added 3.1.12 changelog 2015-03-20 19:29:20 +13:00
3.1.13.md DOCS 3.1 - fixes broken internal links 2016-01-14 23:59:53 +13:00
3.1.14.md Added 3.1.14 changelog 2015-09-15 10:58:15 +12:00
3.1.15.md Add note to changelog 2015-09-18 14:51:04 +12:00
3.1.16.md Added 3.1.16 changelog 2015-11-16 15:16:49 +13:00
3.1.17.md Added 3.1.17 changelog 2016-02-24 15:31:12 +13:00
3.1.18.md Added 3.1.18 changelog 2016-02-29 15:10:05 +13:00
3.1.19.md Added 3.1.19 changelog 2016-05-11 11:09:20 +12:00
3.1.20.md Added 3.1.20 changelog 2016-08-15 16:44:36 +12:00
3.1.21.md Added 3.1.21 changelog 2016-11-18 12:17:03 +00:00
3.2.0.md Standardise spelling of "customise" 2016-03-30 13:17:28 +13:00
3.2.1.md Added 3.2.1 changelog 2015-11-16 16:17:10 +13:00
3.2.2.md Added 3.2.2 changelog 2016-02-24 15:33:02 +13:00
3.2.3.md Added 3.2.3 changelog 2016-02-29 15:22:39 +13:00
3.2.4.md Remove stale commits from release notes 2016-05-11 15:34:32 +12:00
3.2.5.md Added 3.2.5 changelog 2016-08-15 17:22:23 +12:00
3.2.6.md Added 3.2.6 changelog 2016-11-18 15:14:42 +00:00
3.3.0.md Added 3.3.0 changelog 2016-02-24 16:30:34 +13:00
3.3.1.md Added 3.3.1 changelog 2016-02-29 15:23:25 +13:00
3.3.2.md Remove stale commits from release notes 2016-05-11 15:37:31 +12:00
3.3.3.md Added 3.3.3 changelog 2016-08-15 18:05:32 +12:00
3.3.4.md Added 3.3.4 changelog 2016-11-21 12:37:09 +00:00
3.4.0.md Update changelog 2016-06-03 10:59:29 +12:00
3.4.1.md DOCS add missing commit af3412a to 3.4.1 changelog 2016-08-18 16:27:36 +01:00
3.4.2.md Added 3.4.2 changelog 2016-11-21 13:28:00 +00:00
3.4.3.md Added 3.4.3 changelog 2016-12-22 12:02:45 +13:00
3.4.4.md Added 3.4.4 changelog 2017-01-31 11:39:09 +00:00
3.4.5.md Added 3.4.5 changelog 2017-02-20 16:41:59 +00:00
3.5.0.md Add missing changelog content 2016-11-29 16:21:14 +13:00
3.5.1.md Added 3.5.1 changelog 2016-12-22 10:43:34 +13:00
3.5.2.md Added 3.5.2 changelog 2017-01-31 12:07:13 +00:00
3.5.3.md Added 3.5.3 changelog 2017-02-20 17:01:16 +00:00
4.0.0.md API Refactor bootstrap, request handling 2017-06-22 22:50:45 +12:00
index.md Update index.md 2015-06-18 19:40:04 +12:00