Activity
From 2008-11-10 to 2008-12-09
2008-12-09
-
10:10 Feature #2284 (Resolved): Make Reflection caching more intelligent
- Applied in changeset r1582.
-
09:15 Feature #2284 (Resolved): Make Reflection caching more intelligent
- The Reflection Service caches all the reflection information. If a class is altered, the cache is not automatically c...
2008-12-05
-
21:30 Feature #1882 (Resolved): Objects can be deleted
- Applied in changeset r1565.
2008-12-03
-
22:49 Task #2266 (Resolved): Update MVCFramework.xml [has patch]
- FLOW3:
* Adapted the MVC-documentation to the viewObjectNamePattern and added an example of the standard resolving o...
2008-11-29
-
09:28 Bug #2244 (Closed): Exception is not catchable. Exception is still shown after throwStatus
- If I excecute the following code in FLOW3 a F3::PHPCR::NodeType::NoSuchNodeTypeException is thrown:
@$taskManageme...
2008-11-27
-
20:23 Feature #2237 (Resolved): URLs can only be lowercase
- Hello,
I cannot use upper-cased URLs in case I want to.
I just had a route configuration like:
Mapping_CRUD_...
2008-11-21
-
18:42 Feature #1882: Objects can be deleted
- I spent quite a few hours on this the last days. In the end I threw away about half of the code again, as it just did...
2008-11-12
-
14:50 Bug #2158 (Resolved): flushByTag() does not check tags for validity
- Applied in changeset r1501.
-
14:30 Bug #2158 (Resolved): flushByTag() does not check tags for validity
- Neither the File cache backend nor the Memcached backend check if the tag passed to flushByTag() is valid.
-
14:03 Feature #1634 (Resolved): Allow omitting the @reference annotation for object properties
- Applied in changeset r1500.
-
12:56 Feature #1634 (Accepted): Allow omitting the @reference annotation for object properties
-
12:55 Feature #1634: Allow omitting the @reference annotation for object properties
- From the CR point of view: If the array is empty it's empty. No need to know the types of the stuff that might be in ...
-
12:55 Task #2156 (Resolved): Optimize autowiring in the Object Builder
- The whole autowiring process (constructor arguments and setter injection) currently happens while actually creating t...
2008-11-11
-
15:41 Task #2126 (Resolved): Implement sub routes support (routes should be configured globally in one place)
- Routes should be configured globally at one place to avoid complexity and make it possible to disable/change existing...
-
14:04 Task #2123 (Resolved): Refactor (Object) Framework unit tests
- Currently most of the Object Framework's tests are rather functional tests than unit tests. Even worse, most of them ...
-
12:22 Task #1891 (Accepted): Adjust license to LGPL
-
12:22 Feature #1882 (Accepted): Objects can be deleted
-
12:20 Task #2119 (Resolved): Rename "component" to "object"
- Applied in changeset r1481.
-
10:46 Task #2119 (Resolved): Rename "component" to "object"
- Although the whole concept of componentry still applies to FLOW3, the name "component manager" etc. is rather confusi...
-
12:17 Task #474 (Rejected): Refactor the MVC controller class names
- The class names should
* speak for themselves if possible
* with namespaces classnames like @Default@ would stem fr... -
12:07 Bug #513 (Resolved): Resource manager does not handle links in public files correct
- This no longer occurs.
-
12:00 Bug #2115 (Resolved): Base href is not correct when calling index_dev.php
- Applied in changeset r1480.
-
11:58 Bug #2115: Base href is not correct when calling index_dev.php
- Better solution: never ever prefix URIs starting with a hash.
-
11:27 Bug #2115 (Accepted): Base href is not correct when calling index_dev.php
- This is caused by interaction between relative link prefixing in the resource manager and marker replacement later on...
-
07:34 Bug #2115 (Resolved): Base href is not correct when calling index_dev.php
- The base href looks like:
Resources/Web/FLOW3/Public/MVC/http://192.168.149.129/
But it should be:
http://19... -
09:53 Task #2118 (Resolved): Decouple MVC and Security
- Remove dependencies between MVC and Security Framework (in Dispatcher)
-
09:52 Task #2117 (Resolved): Clean up bootstrap
- The subpackages of FLOW3 are initialized in the bootstrap. Currently this whole process is hardcoded in the FLOW3 cla...
2008-11-10
-
17:58 Feature #2110 (Resolved): Add support for custom factories
- The Object Framework should support custom factories which are used whenever a object of a certain type needs to be i...
-
17:48 Feature #2109 (Resolved): Support constructor / factory arguments in Objects injection configuration
- Currently it is not possible to pass (constructor) arguments or properties (for setter injection) to the object which...
-
17:44 Task #672 (Accepted): Finish documentation about configuration in FLOW3
- Partly solved in r1463.
-
17:41 Feature #1847 (Resolved): ComponentFactory->create() throws an exception on trying to create a component of singleton scope
- Resolved in r1422.
-
17:39 Feature #1848 (Closed): ComponentManager->getComponent() throws an exception on trying to retrieve a component of prototype scope
- After experimenting with it, I realized that the Component Manager must still be able to return also prototypes, beca...
Also available in: Atom