Activity
From 2008-10-02 to 2008-10-31
2008-10-30
-
13:50 Bug #1635 (Resolved): Routing: Routes should ignore query parameters if not configured
- Applied in changeset r1408.
2008-10-28
-
18:07 Task #1844: Check memcached cache backend
- * make sure two or more FLOW3 instances can share a memcached server without conflicting
* check ways of dealing wit... -
16:50 Feature #1199 (Resolved): Add a method findByTag() to F3_FLOW3_Cache_AbstractCache
- Applied in changeset r1395.
-
13:03 Task #1891 (Resolved): Adjust license to LGPL
- .
2008-10-27
-
18:56 Feature #1884 (Resolved): Add more query options
- -Querying is very basic right now.-
When doing a query against object properties the following should work:
* equ... -
18:53 Feature #1882 (Resolved): Objects can be deleted
- .
-
18:20 Feature #1856 (New): The Package Manager checks dependencies between packages on each activation / deactivation
- .
-
18:10 Feature #1852 (Resolved): Add YAML configuration source
- .
-
18:07 Feature #1849 (Resolved): Inject dependencies after object reconstitution
- .
-
18:03 Feature #1848 (Closed): ComponentManager->getComponent() throws an exception on trying to retrieve a component of prototype scope
- .
-
18:03 Feature #1847 (Resolved): ComponentFactory->create() throws an exception on trying to create a component of singleton scope
- .
-
18:01 Task #1846 (Resolved): Rename getComponent() to create() in component factory
- .
-
17:58 Task #1844 (Resolved): Check memcached cache backend
- Make sure it does all it needs to do and does it well.
-
17:56 Task #1843 (Resolved): Check file cache backend
- Make sure it does all it needs to do and does it well.
-
17:53 Feature #1786 (Closed): findByTag support for the cache frontend
-
12:10 Bug #1727 (Resolved): Unable to install FLOW3/TYPO3v5 (Uncaught FLOW3 Exception)
- The README now states install.sh is not needed for most users.
-
11:45 Bug #1200 (Resolved): F3_FLOW3_Cache_Backend_File does not honor an entries lifetime
- Applied in changeset r1387.
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