SilverStripe v2.3.6
Posted by Omega on 15 February 2010 | 0 Comments
Tags:
silverstripe,
development,
web development
I just went ahead and upgraded to the latest stable version of SilverStripe. Noteable bugfixes include:
- Don't force SSL when running from CLI
- HTTP::setGetVar() uses parse_url() and http_build_query() to add query parameters to an existing URL, instead of doing its own regex-based parsing. This means existing GET parameters are correctly url encoded.
- Fixed HierarchyTest assertions around including grand children counts
- Testing of grand-children items in !HierarchyTest::testLoadDescendantIDListIntoArray() and !HierarchyTest::testNumChildren()