Activity
From 2008-11-10 to 2008-12-09
2008-12-09
-
21:38 Revision e1017418: * FLOW3: (Object) Now the whole autowiring mechanism uses the Reflection Service
-
20:33 Revision 2cf651d4: * Fixed several global typehints (eg. DateTime > ::DateTime)
- * Removed / fixed non existent classes used in some typehints
* FLOW3: (Object) Optimized the setter autowiring metho... -
12:32 Revision 39bbb12c: Fix for the TYPO3 distribution (Resource Publisher was not registered while initializing packages)
-
12:12 Revision bb5538de: More fixes which broke the current builds: TYPO3CR and FLOW3
-
11:10 Revision 82490d88: (Hopefully) a fix for r1582
-
10:10 Revision 132adbf5: Note: Although this commit contains the new File/Class Alteration Monitoring which is supposed to speed up FLOW3, a lot of speed optimizations are still missing and will follow during the next days.
- * FLOW3: Started cleaning up the bootstrap. Addresses #2117
* FLOW3: Implemented a first version of a Class Alteratio...
2008-12-05
-
22:35 Revision b86732ba: FLOW3:
- * the memcached cache backend can now use unix sockets
-
21:28 Revision d06734dc: FLOW3, TYPO3CR:
- * Persistence: rewrote the way object trees are stored in the CR, fixes #1883, fixes #1882
TYPO3CR:
* Persistence: a...
2008-12-02
-
10:52 Revision 199949ce: FLOW3:
- * some cleanup and changes to memcached cache backend, mostly by Dmitry Dulepov.
2008-11-24
-
10:59 Revision 372e8fb4: FLOW3:
- * object removal now works basically but leaves orphaned objects around, refs #1882
2008-11-21
-
18:44 Revision 9dc00052: FLOW3:
- * processRequest() in RESTController now matches the signature from ActionController, eliminating a PHP notice
* fixe...
2008-11-12
-
14:45 Revision 9e9ee081: * FLOW3: (Cache) Fixed a bug in the cache backends which accepted invalid tags in the flushByTag() method. Resolves #2158
-
13:53 Revision 8cebfc23: FLOW3, TYPO3CR:
- * the persistence framework no longer needs the @reference annotation, fixes #1620
TYPO3:
* removed @reference annot... -
12:08 Revision 9fc04893: * FLOW3: Refactored the bootstrap a bit
- * FLOW3: (Object) Fixed the Object Builder tests
-
10:28 Revision aef750e4: * FLOW3: (Object) Refactored the Object Manager and mostly rewrote all related unit tests. They now don't depend on the TestPackage anymore, are true unit tests and reach a code coverage close to 100%. Addresses #2123
- * FLOW3: (Object) Rename the "Object Cache" to "Object Registry"
2008-11-11
-
13:06 Revision e5910a40: * FLOW3: (Error) Renamed the FLOW3 setting names for exceptionHandler + errorHandler: they no reside in a common section "error" which reflects both being in the "error" component / sub package
-
12:16 Revision 1409a9f7: * FLOW3: (Component) Renamed "component" to "object" - everywhere. That means we now have an Object Manager instead of a Component Manager, an Object Factory etc. Resolves #2119
- Globally adjusted all code for the above change.
-
11:57 Revision b199be67: FLOW3:
- * changed the resource processing to not prefix URIs starting with a hash, fixes #2115
2008-11-10
-
23:15 Revision 312420f0: FLOW3:
- * put the component factory back in
-
23:03 Revision 95de5458: FLOW3:
- * view helpers were created with ComponentFactory->create(), but are singletons; using getComponent() now
-
22:29 Revision dc613a76: TYPO3CR:
- * refactored the way internal instances are handed around, avoiding injection in a few places (fixes the recent "inva...
-
19:00 Revision a3c4d466: * FLOW3: (MVC) Added F3::FLOW3::Utility::GenericCollection - a "type-safe" collection which implements the SPL interfaces ::Countable, ::Iterator and ::ArrayAccess. You can create an instance of a type-safe by passing the complete class name of allowed objects to the constructor or by inheriting from this class and calling parent::__construct.
- * FLOW3: (MVC) Big refactoring in routing classes: $uriPatternSegments and $uriPatternQueryParameters are no arrays a...
-
19:00 Revision 683f7156: * FLOW3: (AOP) Renamed the setting "aop: proxyCache" to "aop: cache"
-
17:18 Revision 63a49d75: FLOW3:
- * configuration now handles every "real" error as exceptional, changed some empty arrays from [] to {}
* defaults in ... -
13:21 Revision 83c34999: * FLOW3: (Documentation) Updated the manual to reflect the new configuration format (YAML)
-
12:28 Revision bbd29442: * Fixed FLOW3's yaml configuration: exceptional errors were defined as plain strings instead of constants resulting in even (catchable) fatal errors being ignored
- * Fixed several tests which still used the object configuration instead of arrays
Also available in: Atom