Activity
From 2008-09-26 to 2008-10-25
2008-10-25
-
00:23 Task #1822 (Closed): Tag SVN before major changes and "stable" versions
- Just a hint or comment:
Would be cool to have sme tags for a working vrsion of the FLOW3 Distribution folder and/o...
2008-10-23
-
10:48 Feature #1791 (Resolved): Routing: Implement Caching
- Routes are not cached at the moment.
Todo:
* Whenever calling match() or resolve() the Cache must be checked for ap... -
10:40 Feature #1790 (Resolved): Routing: optional RouteParts
- We were thinking about a possibility to mark parts of the uriPattern optional. This could look something like:
<pr... -
10:38 Feature #1789 (Resolved): Routing: Implement automatic UUID to object conversion
- Fluid already converts objects used as arguments for URIs (in forms and action links) to uuids and if no custom route...
2008-10-22
-
23:08 Feature #19 (Closed): Add a feature for replacing "new" with "getComponent" in php source files
- This feature is postponed for now as we probably find a better solution with spl_factory_register()
-
23:06 Feature #1787 (Resolved): Improved cache registration
- Currently there is no fixed time during the app flow when a cache needs to be registered. That might / will raise pro...
-
23:04 Feature #1786 (Closed): findByTag support for the cache frontend
- Cache entries need to be found by tag through the cache frontend. That method is still missing ...
-
23:02 Feature #1785 (New): Automatic garbage collection for expired cache entries
- Expired cache entries - even those of caches which are not registered (anymore) - should be cleaned up from time to t...
2008-10-17
-
14:10 Bug #1727: Unable to install FLOW3/TYPO3v5 (Uncaught FLOW3 Exception)
- I don't acctually know what happend the first time when I did a test run without using the installer, but I think the...
-
11:30 Bug #1727 (Accepted): Unable to install FLOW3/TYPO3v5 (Uncaught FLOW3 Exception)
- Looks like the Routes.php is outdated.
-
11:12 Feature #1634: Allow omitting the @reference annotation for object properties
- Check: maybe we have to keep @reference because FLOW3 cannot know the type if the array is empty.
2008-10-16
-
08:58 Bug #1727 (Resolved): Unable to install FLOW3/TYPO3v5 (Uncaught FLOW3 Exception)
- After checking out FLOW3 (r1360) or TYPO3v5 (r838) from the SVN repository, I get an uncaught FLOW3 Exception (The co...
2008-10-15
-
18:52 Bug #1724 (Resolved): Unserialzing of persisted objects will call the __wakeup function
- If a user for some reason wants to serializa an object that has been persisted, it will call the persistence framewor...
2008-10-11
-
11:19 Bug #1635: Routing: Routes should ignore query parameters if not configured
- Todo: When a query string is given in the UriPattern, this should be matched exactly. If not, query strings are ignored.
-
11:09 Feature #1677 (Resolved): Query: add convenience method returning the first object of a result set
- To retrieve one single object from a repository, one has to do something like this currently:...
-
11:02 Feature #1676 (Resolved): FLOW3, Persistence: support for "magic finder methods"
- it would be great, if the base repository would offer interceptor methods returning a subset of stored objects based ...
2008-10-08
-
12:02 Feature #1663 (Resolved): Make session save path configurable for PHP session backend
- The path should point to our temporary path by default. This is to avoid bugs like the one described in http://lists....
2008-10-03
-
16:40 Bug #1644 (Resolved): Redirects after StopAction exceptions not carried out correctly
- Applied in changeset r1320.
-
16:29 Bug #1644 (Resolved): Redirects after StopAction exceptions not carried out correctly
- When calling the backend of the TYPO3 package without a valid login one would get the backend HTML delivered - and af...
2008-10-02
-
16:28 Bug #1635 (Resolved): Routing: Routes should ignore query parameters if not configured
- Currently a route behaves weird if a query is given but not configured. Consider this example:...
-
13:10 Feature #1634 (Resolved): Allow omitting the @reference annotation for object properties
- Currently all properties of type object which are supposed to be persisted need to be annotated as a reference:
<p...
Also available in: Atom