Activity
From 2008-09-25 to 2008-10-24
2008-10-22
-
19:21 Revision 0afcfa38: FLOW3:
- * the email address validator now accepts IP addresses as host parts
* the regex is formatted more readable
2008-10-14
-
18:56 Revision b52fa4ac: FLOW3:
- * Throwing a die() if magic_quotes_gpc is enabled.
2008-10-09
-
00:29 Revision 0777d34a: * FLOW3: (MVC) Fixed the undefined $isOptional property in the DynamicRoutePart
-
00:26 Revision 589857ed: * FLOW3: Added a default route for only specifying the package
-
00:06 Revision 1cd00f80: * Added the ExtJS package to the BlogExample branch
- * FLOW3: The Debug Exception Handler now sends a 500 Internal Server Error header
* TYPO3CR: Fixed the route and view...
2008-10-08
-
23:16 Revision 9cf27746: * FLOW3: (MVC) Made "F3::FLOW3::MVC::Web::Request" the default supported request type, so there's no need to defined the supported request types in action controllers which support web only.
-
23:08 Revision 32ada654: Fixed the routes for the Blog Example
- * FLOW3: Added some argument check for the setUriPattern() in the MVC route.
-
18:31 Revision 9ce42533: * FLOW3: (MVC) Renamed "URL" to "URI" in unit tests too.
-
18:14 Revision 85c4c4ba: * Note: Reverted some of the previous changes. They were not supposed to be checked in (yet). Sorry.
- * FLOW3: (MVC) smaller refactorings (renamed more occurrences of "URL" to "URI")
-
18:04 Revision 3ed231b8
2008-10-07
-
15:52 Revision 32932739: * FLOW3: (MVC) Refactored and added tests for the Route Class.
- * FLOW3: (MVC) Renamed all occurrences of urlPattern to uriPattern in routing classes (we decided to stick with "URI"...
2008-10-03
-
16:35 Revision 15722430: FLOW3:
- * fixed handling of StopAction exception in MVC dispatcher by marking the request as dispatched when an Authenticatio...
2008-10-02
-
19:43 Revision 96748282: * FLOW3: (Security) Fixed the failing test of the last commit
-
19:39 Revision 4104a2a5: * FLOW3: Changed the default username / password to "admin" and "password" - that's for playing only anyways!
- * TYPO3: Worked on the login controller
-
17:43 Revision c11793d7: FLOW3:
- * removed an unused use statement in Route class
-
09:26 Revision c468eac8: * FLOW3: (Test) small bugfix in MockRoutePartHandler
-
09:16 Revision 15a8c8a8: * FLOW3: (MVC) View: added support for View Helpers. A View Helper must implement the interface "F3::FLOW3::MVC::View::Helper::HelperInterface". Than it can be obtained like this:
- $viewHelper = $view->getViewHelper('F3::FLOW3::MVC::View::Helper::URIHelper');
* FLOW3: (MVC) View: added first imple...
2008-10-01
-
17:42 Revision aa40f86e: * FLOW3: (MVC) RESTController: Renamed the "identifier" GET argument into "id".
- * TYPO3: (Backend) Added some structure node generation code to the create-playground method in the backend Default C...
-
16:46 Revision 2137adf5: FLOW3:
- * modifying a property tagged as @identifier throws an exception during persistAll() now
-
16:00 Revision 8dc12ad0: FLOW3:
- * the class schemata builder now sets an identifier property as regular property as well, before it was dropped from ...
2008-09-30
-
23:13 Revision 7e625603: FLOW3:
- * added new StringCache that doesn't serialize() so it's faster for caching simple strings
* the resource publisher n... -
20:34 Revision 6f50eff0: * FLOW3 (Security): Fixed the Interceptor Invocation Aspect / After Invocation Interceptor: the invoke() method did not return the result of the target method, therefore all proxied methods returned NULL.
-
18:30 Revision 9a01671d: FLOW3:
- * fixed/enhanced documentation in validators
* changed/fixed float and integer validation from strings
* added some i...
2008-09-26
-
21:12 Revision 21d571e5: FLOW3:
- * fixed one error in persistence manager test that only showed on Phoenix - whatever
* some changes to Utility::Envir... -
15:06 Revision 14edcdb9: FLOW3:
- * removed performance eating cache saves in ACL policy service
* some cleanup in CLI testrunner
* fixed initialisatio... -
01:01 Revision e3e4ecd0: FLOW3 (Validation): Fixed the integer validator. Now it handles strings correctly
- FLOW3 (Security): Implemented the missing decision and ACL classes. No we can authenticate a user and authorize metho...
Also available in: Atom