This repository has been archived by the owner on Jan 16, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Changelog v0.5.0
Frank Kleine edited this page Apr 7, 2012
·
1 revision
Released on 2008/01/31.
- implemented refactoring #119: replace dot as package separator by Paamayim Nekudotayim: The dot as package separator is now deprecated, one should use Paamayim Nekudotayim instead. (mikey)
- switched to star file format version 2 (mikey)
- refactoring #118: converted unit tests from SimpleTest to PHPUnit (mikey)
- Examples
- fixed JSON-RPC examples (rist)
- Core
- fixed net::stubbles::lang::serialize::stubSerializableObject::__doUnserialize(): check type before calling a method (mikey)
- Util
- moved net::stubbles::util::net::http::stubHTTPConnectionException to net::stubbles::util::net::stubConnectionException (mikey)
- replaced net::stubbles::util::net::stubSocketException by a combination of net::stubbles::lang::exceptions::stubIllegalStateException and net::stubbles::util::net::stubConnectionException (mikey)
- MVC
- added net::stubbles::websites::processors::stubProcessor::isSSL() (mikey)
- added support for forceSSL page property in Memphis and XML/XSL view engine (mikey)
- RDBMS
- replaced net::stubbles::rdbms::stubCriterionException by net::stubbles::lang::exceptions::stubIllegalStateException and net::stubbles::lang::exceptions::stubIllegalArgumentException (mikey)
- Coding Standards
- established a set of Stubbles specific coding standards via PHP_CodeSniffer / see ticket #48 (rist)
See Changelog.