Activity
From 2009-03-17 to 2009-04-15
2009-04-09
2009-04-06
-
11:48 Revision 81d85740: * FLOW3: (AOP) And here's the updated test for my last commit (sorry ...)
-
11:34 Revision 490f2dc2: * FLOW3: (AOP) Fixed a bug in the AOP Framework which led to proxy classes being proxied again - resulting in weird side effects like the package manager not being injected into the proxy class etc. Now the target class is being checked before building a proxy.
- * FLOW3: (Fluid) Fixed a bug in the AbstractFormViewHelper: The identity hidden field were not rendered even though t...
2009-04-03
-
22:16 Revision 2c2781b5: * FLOW3: (MVC) Test for #3034
-
22:08 Revision db7c1d54: * FLOW3: (MVC) The RequestHandlerResolver now works even if a Request Handler has been proxied. Fixes #3034
-
17:04 Revision 43a9beef: * FLOW3: (Object) The Object Builder now throws an exception if no default implementation for an object type could be found and an instance of this object type should be built.
- * FLOW3: (Object) Introduced a new marker interface "ProxyInterface" which must be implemented by all proxy classes.
...
2009-04-02
-
17:40 Revision 1bf09df6: This commit mostly consists of speed optimizations.
- * FLOW3: (AOP) Fixed a few pointcut filters which crashed while trying to match against an automatically created cons...
-
12:06 Revision ccb7478d: FLOW3:
- * findObjectByIdentityProperties() now can handle multiple identity properties
TYPO3CR:
* removed use of PHP6 packag...
2009-03-30
-
15:40 Revision ff2a6247: * Fluid: (ViewHelpers) Implemented a mechanism which automatically renders a hidden identity field into a form if the form's object attribute is set.
- * TYPO3CR: (FLOW3) Fixed the matchUUID() constraint.
2009-03-28
-
17:08 Revision ae8c0c7f: FLOW3:
- * Fixed redirects in AbstractController
-
17:03 Revision 686351f0: * FLOW3: (Cache) The dash sign "-" is now allowed as part of a cache entry identifier and a tag. Resolves #2982
- * FLOW3: (Cache) Refactored the File Backend so that the expiration time is stored in the cache file instead being a ...
-
15:43 Revision 46c221e8: FLOW3:
- * Added default arguments implementation in MVC
2009-03-27
-
18:28 Revision f802c0e4: * FLOW3: (MVC) Added 'delay' and 'statusCode' as arguments for the new redirect() action. Relates to #2816
- * Fluid: Quickfix for the FormViewHelper so it at least doesn't cause fatal exceptions.
2009-03-26
-
23:55 Revision 9f5ed7f9: FLOW3:
- * TextValidator now uses filter_var() to check value, refs #2851
-
23:48 Revision df1758eb: FLOW3(Validation):
- * Implemented the StringLengthValidator. Resolves #2832.
-
23:25 Revision 7eefaecb: FLOW3:
- * renamed redirect() to redirectToURI() in AbstractController
* implemented redirect() to behave like forward(), fixe... -
23:24 Revision 84ddbcfd: * FLOW3: (Error) Errors and exceptions are now logged into the System Log. Resolves #2957. Greetings from the Bug Auction 2009!
-
21:41 Revision 12b5742c: FLOW3:
- * added DateTime validator
* made some validator unit tests actually test what they test -
17:46 Revision e627ffda: FLOW3:
- * Added isNewObject() to Persistence\BackendInterface
* fixed implementation of forward() in AbstractController
TYPO... -
14:25 Revision d473c120: * FLOW3: (Persistence) Renamed the methods getUUID($object) to getUUIDByObject($object) and removed one of them from the Persistence Manager (now ask the Persistence Backend instead).
- * FLOW3: (Persistence) Implemented a replace() method for the base Repository. Resolves #2979
2009-03-25
-
16:46 Revision 32743e53: * FLOW3: (Persistence) The DirtyMonitoringAspect now introduces a __clone() method which unsets the clean properties of the monitored object.
- * Fluid: Fixed the registerTag methods which lacked the new $type argument. Symptom was that tag attributes which wer...
-
15:31 Revision 742cac3d: * FLOW3: (AOP) Renamed the remaining occurrences of AOPProxy* to FLOW3_AOP_Proxy_*
-
00:53 Revision 571434ec: * FLOW3: (AOP) Renamed all occurrences of AOPProxy* to FLOW3_AOP_Proxy_*
- * FLOW3: (Persistence) Prefixed names of the methods introduced by the DirtyMonitoringAspect
2009-03-24
-
15:01 Revision 575f7a6e: FLOW3:
- * Validation: Rewrote the ValidatorResolver, and removed the NoValidatorFound exception
* Reflection: when calling Re... -
13:01 Revision 67162297: * FLOW3: (MVC) Argument->setValue(): Values of the identity array are now handled case insensitive while searching for an object in the repository.
-
12:36 Revision 6bee906b: This commit contains not yet finished features for the MVC framework which mainly address the identity array mechanism. It was just necessary to commit these changes so we don't run into integration hell later ...
- * FLOW3: (MVC) The AbstractController now considers optional arguments while mapping the request arguments to the con...
-
12:25 Revision c75e8dd0: FLOW3:
- * some updates to the coding guidelines, fixes #2536
-
11:52 Revision 24125a27: FLOW3:
- * removed indexAction from the ActionController, as it caused runtime notices about mismatching method signature with...
2009-03-23
-
18:17 Revision 92e38569: FLOW3(Package):
- * refactored the last unit test, that used the TestPackage.
-
17:36 Revision 7898bd0a: FLOW3(Security):
- * Refactored almost all unit tests. Now the TestPackage is not needed anymore for the security tests.
* Cleaned up th... -
17:03 Revision f1e485c6: * FLOW3(MVC): added assign($key, $value) to ViewInterface and implemented it in AbstractView to be able to call $this->view->assign() polymorphic for template based views and e.g. json-views.
- * FLOW3 (Log): fixed an assertion in FileBackendTest which failed on windows systems due to an extra byte in PHP_EOL....
2009-03-18
-
15:39 Revision 9caf3d62: FLOW3(Security):
- * The login controller regenerates RSA keys, if they timed out. No exception anymore.
* The whole security package us... -
15:22 Revision 18ab3356: FLOW3:
- * equality comparisons in persistence can now be done case-insensitive (in QueryInterface and Repository), refs #1884...
-
12:28 Revision 08e410c9: FLOW3(Security):
- * Changed the LoginView to use the correct ressource paths.
-
11:04 Revision a3b57b76: FLOW3 Distribution:
- * Removed the authentication providers configuration.
FLOW3(Security):
* Changed the authentication providers config...
2009-03-17
-
23:09 Revision bc5d011a: FLOW3(Security):
- * The ProviderManager now throws exceptions if the configuration is incorrect.
-
18:59 Revision b8f6eff8: FLOW3(Security):
- * ACL-Voter now uses the new getGrantedAuthorites method from the security context
* fixed a problem with prallel aut... -
16:25 Revision b7ae76ae: FLOW3 (Security):
- * made parallel authentication mechanisms possible. Now you can login to typo3 with a different mechanism than to flo...
Also available in: Atom