Activity
From 2009-03-24 to 2009-04-22
2009-04-22
-
17:03 Revision 40aef446: * FLOW3: Raised required PHP version to 5.3.0RC1
- * FLOW3: (Error) The \F3\FLOW3\Error\Error class now supports __toString()
* FLOW3: (MVC) Finished implementation of ... -
16:12 Revision 84a9ffbb: * Fluid: removed LinkViewHelper that should have been replaced by ActionLinkViewHelper in previous commit. replaced all occurrences of <f:link> by <f:actionLink>. Please adopt your templates accordingly!
2009-04-21
-
22:57 Revision 674dbfab: * Fluid: adding format view helper tests that were not part of previous commit for some reason..
-
22:52 Revision c6a5191e: Fluid:
- * major cleanup and refactoring of core and view helper classes & comments
* added validation for boolean arguments i...
2009-04-17
-
19:51 Revision e43ebd66: Fluid:
- * Fixed bug 3122: ViewHelper arguments are not properly passed to render() method
2009-04-16
-
08:39 Revision 60f12363: * Fluid: Fix in the AbstractViewHelperTest which broke the last build.
-
08:22 Revision 0bc3a9e2: * FLOW3: (MVC) Implemented the automatic validation rule registration based on @validate annotations in action methods. Note that validators are registered now but validation still does not happen (yet). Resolves #3092
- * FLOW3: (Validation) Modified the API of the ValidatorResolver
-
06:32 Revision 5cb6fc5b: Fluid:
- * validateArguments() in the AbstractViewHelper now accepts anything \Traversable as "array"
2009-04-06
-
11:34 Revision e07be7f3: * 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-02
-
17:40 Revision 0dc2ce23: 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...
-
16:29 Revision 41ecf615: Fluid:
- * Improved generation of documentation
* Generated Fluid-ViewHelper documentation
2009-04-01
-
17:46 Revision 501ba40f: Fluid:
- * Preliminary ViewHelper->DocBook conversion
* Refactores User manual a bit -
15:34 Revision 7b405eba: Fluid:
- * Speed improvements by a factor of 3-4 through optimizing regular expressions.
-
11:08 Revision e978b24c: Fluid:
- * Updated documentation
* Set default form submission method from GET to POST
2009-03-30
-
15:40 Revision 97b5b6df: * 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-27
-
22:29 Revision 778c720f: * Fluid: (Core) Objects which implement the ArrayAccess interface are now accepted as data type "array".
- * Fluid: (ViewHelpers) The if view helper now checks if an object implementing the interface Countable counts more th...
-
18:28 Revision 00645f0c: * 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.
-
17:33 Revision 174aa131: Fluid: Disabled validtion of default values
-
01:05 Revision 97e8ed0c: Fluid:
- * Implemented nicer argument handling, taking default arguments into account correctly
2009-03-26
-
23:34 Revision f9213592: * Fluid: added standard tag attributes "accesskey" and "tabindex" to TagBasedViewHelper
- * Fluid: added missing call to registerUniversalTagAttributes() in TagBasedViewHelper fixture class
-
23:21 Revision e40bcdff: Fluid:
- * Fixed ugly issue with argument order
-
18:01 Revision 6872f187: Fluid:
- * improved exception messages
-
17:43 Revision fe1b2dc9: Fluid:
- * Started working on automatic __identity field generation in form view helper.
* Commented out some test cases which... -
16:19 Revision ef274736: Fluid:
- * Fluid now supports parsing of argument documentation
-
15:24 Revision 8912aca9: Fluid:
- * Implemented automagic registration of arguments
-
12:36 Revision 1f749750: Fluid:
- * Adjustments to make transformation to TYPO3 v4 possible
2009-03-25
-
20:15 Revision f7fd8924: Fluid:
- * replaced regular expression constants with static
-
16:46 Revision 4b1425b8: * 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...
2009-03-24
-
15:09 Revision 9da8e84b: Fluid:
- * Implemented mandatory and optional arguments support
* Implemented validation of ViewHelper arguments, using the Va...
Also available in: Atom