Activity
From 2009-01-16 to 2009-02-14
2009-02-13
-
21:12 Bug #2618: Tweak/Improvment: ActionController
- Ok, I didn't know that...
-
11:02 Bug #2618 (Rejected): Tweak/Improvment: ActionController
- We can't mark the method as final or private because then we won't be able to unit test it.
-
12:00 Bug #2619 (Resolved): Deprecated function in \FLOW3\Classes\AOP\PointcutSettingFilter
- Applied in changeset r1918.
-
11:00 Bug #2630 (Resolved): Fatal error: Call to undefined method SplObjectStorage::addAll()
- Applied in changeset r1917.
-
09:58 Bug #2630 (Resolved): Fatal error: Call to undefined method SplObjectStorage::addAll()
- With an updated version of the FLOW3 distribution I'm getting a...
2009-02-12
-
16:00 Feature #1849 (Resolved): Inject dependencies after object reconstitution
- Applied in changeset r1912.
-
14:21 Feature #1849 (Accepted): Inject dependencies after object reconstitution
-
16:00 Bug #1724 (Resolved): Unserialzing of persisted objects will call the __wakeup function
- Applied in changeset r1912.
-
14:21 Bug #1724 (Accepted): Unserialzing of persisted objects will call the __wakeup function
-
14:19 Feature #1677 (Resolved): Query: add convenience method returning the first object of a result set
- I consider this resolved as of changeset r1890 by Robert Lemke.
-
11:09 Feature #2621 (Resolved): Support SPLObjectStorage as container for references to other persisted objects
- Currently references to other objects must be stored in an array or as a single property:...
-
00:28 Bug #2619 (Resolved): Deprecated function in \FLOW3\Classes\AOP\PointcutSettingFilter
- Following error is thrown while Testing:
_Deprecated: Function split() is deprecated in ~\Packages\Global\FLOW3\Cl... -
00:16 Bug #2618 (Rejected): Tweak/Improvment: ActionController
- It's not really a bug, but a little tweak for the ActionController...
What about making the following function _fi...
2009-02-10
-
21:00 Feature #2603 (Resolved): Implement magic findBy*() and findOneBy*() methods in the base repository
- Applied in changeset r1890.
-
18:34 Feature #2603 (Resolved): Implement magic findBy*() and findOneBy*() methods in the base repository
- The base Repository should provide some magic __call() method taking care of findBy*() and findOneBy*() method calls,...
-
21:00 Feature #1676 (Resolved): FLOW3, Persistence: support for "magic finder methods"
- Applied in changeset r1890.
-
16:03 Feature #2602 (Resolved): Automatically render the view if action returns nothing (NULL)
- Applied in changeset r1889.
-
14:57 Feature #2602 (Resolved): Automatically render the view if action returns nothing (NULL)
- To save even more typing while developing a controller, we can tell the action controller to automatically render a v...
2009-02-09
-
17:03 Bug #2580 (Resolved): Crash in MVC-Controller
- Applied in changeset r1884.
-
17:03 Bug #2601 (Resolved): canProcessRequest doesn't accept mocked requests
- Applied in changeset r1884.
-
15:44 Bug #2601 (Resolved): canProcessRequest doesn't accept mocked requests
- Currently the canProcessRequest() method only checks if the class name of the request 100% matches the class names sp...
2009-02-06
-
00:01 Bug #2580: Crash in MVC-Controller
By the way in the AbstractController the function initializeArguments() should be protected like all others init-fu...
2009-02-05
-
23:53 Bug #2580: Crash in MVC-Controller
- Have I read it later.
Perhaps there just must be two lines switched...
ActionController:
@
protected functi... -
20:12 Bug #2580: Crash in MVC-Controller
- The first call should be to initializeObject(), it is supposed to be called right after any injections have been done...
-
16:12 Bug #2580 (Resolved): Crash in MVC-Controller
- The function initializeAction() of the ActionController does not have the access to the to $this->view, because the f...
-
14:21 Bug #2558 (Closed): Property Injection doesn't work with subclasses
- No change required, works as expected.
-
14:03 Bug #2558 (Accepted): Property Injection doesn't work with subclasses
2009-02-04
-
20:45 Bug #2557: Links rendered by the Router ignore application context
- Also the routing has hard-coded support only for index_dev.php, other contexts are not supported.
It would be nice... -
12:18 Bug #2557 (Resolved): Links rendered by the Router ignore application context
- If the application context is != production, the URL usually includes the index_*.php segment:...
-
13:29 Bug #2558 (Closed): Property Injection doesn't work with subclasses
- A property flagged for property injection will only be injected in the class it has been defined, not in one of the s...
-
12:09 Task #2556 (Resolved): Use only mock objects instead of the real object manager / factory in Routing tests
- Currently most of the tests of MVC/Web/Routing/* use real objects instead of mocked ones (especially in the RouteTest...
2009-02-02
-
14:09 Feature #1226 (Resolved): Package manager should take additional package paths into account
- Resolved in r1838
-
13:11 Bug #2244 (Closed): Exception is not catchable. Exception is still shown after throwStatus
- Closed as 'no change required'
2009-02-01
-
06:12 Bug #2244: Exception is not catchable. Exception is still shown after throwStatus
- I can not reproduce it. I think the problem is gone. Maybe I should have asked for ::F3::PHPCR::NodeType::NoSuchNodeT...
2009-01-31
-
21:51 Bug #2244: Exception is not catchable. Exception is still shown after throwStatus
- internal note: "soweit ich noch weiß ist die sache die: das der catch block mit F3::PHPCR::NodeType::NoSuchNodeTypeEx...
2009-01-30
-
12:02 Task #2536 (Resolved): Additions to coding guidelines
- Add (and explain) the following rules to the CGLs:
1. Prefer strict comparisons whenever possible. Examples:
<pre...
2009-01-28
-
13:05 Task #2524 (Resolved): Short filenames for class files
- Applied in changeset r1811.
-
11:00 Task #2524 (Resolved): Short filenames for class files
- The convention for names of class files is changed from ...
2009-01-27
-
18:06 Bug #222 (Resolved): Logger test should use a mock instead of file or write the file to FileCache
- Done as of r1645.
-
18:04 Bug #842 (Closed): Some test fail on Windows
- Closing as fixed...
-
15:25 Feature #91 (Closed): Check how eAccelerator can be supported
- FLOW3 checks for the ability to reflect doc comments and bails out if this isn't possible. This is all we can do, mak...
-
14:30 Task #1844 (Resolved): Check memcached cache backend
- Applied in changeset r1802.
2009-01-26
-
17:44 Task #2515 (Resolved): Inconsistent class names in sub namespaces
- In the current code base the naming of classes in sub namespaces is not consistent. After a short discussion we came ...
-
15:40 Task #2118 (Resolved): Decouple MVC and Security
- Applied in changeset r1792.
-
13:33 Task #2118 (Accepted): Decouple MVC and Security
2009-01-23
-
16:40 Task #1844 (Accepted): Check memcached cache backend
-
16:05 Task #2386 (Resolved): AbstractView should be ViewInterface
- Applied in changeset r1790.
-
15:35 Bug #2244 (Needs Feedback): Exception is not catchable. Exception is still shown after throwStatus
- Works for me with the current FLOW3, i.e. throwStatus() masks an exception in development and production context. Is ...
-
14:30 Bug #2505 (Resolved): RequestHandler can not be changed from the package configuration
- Applied in changeset r1788.
-
13:30 Task #2511 (Resolved): Refactor Package\Meta to Package\MetaData
- The metadata for a package is organized in the "Meta" class, following the "MetaInterface". This means we also have "...
-
12:22 Bug #2508 (Rejected): Object variables which obtain their value from Super Globals are not available in child classes
- That's a feature.
-
05:31 Bug #2508 (Rejected): Object variables which obtain their value from Super Globals are not available in child classes
- When a class variable like $this->SERVER obtains the value from a super global like $_SERVER and the global variable ...
-
11:59 Feature #2510 (Closed): Mapping complex objects -> Relations support
- When mapping complex objects, currently relations are not supported. They are however really important :-) (needs to ...
-
11:58 Feature #2509 (Closed): Mapping properties to complex object -> Part-Mappings
- Example: There is a "Customer" domain object with 10 properties.
In the View, we render a form to change two of thes...
2009-01-22
-
17:35 Feature #2506 (Resolved): Automagic action argument registration
- Currently arguments of a controller must be registered manually through the ...
-
16:20 Feature #2408 (Resolved): Automatic flushing of object configuration cache
- Resolved in r1747
-
12:22 Bug #2505 (Resolved): RequestHandler can not be changed from the package configuration
- When trying to add or change the possible RequestHandler for a package, the new RequestHandler is not merged.
This i...
2009-01-20
-
09:20 Bug #2481 (Resolved): Reflection-Service might crash, due to wrong exception
- Applied in changeset r1767.
2009-01-19
-
23:04 Bug #2481: Reflection-Service might crash, due to wrong exception
- An additional Exception would be useful, if there is no cache-object. Otherwise you get following exception:
@Ca... -
12:46 Bug #2481 (Resolved): Reflection-Service might crash, due to wrong exception
- http://forge.typo3.org/repositories/changes/package-flow3/trunk/Classes/Reflection/F3_FLOW3_Reflection_Service.php
... -
12:25 Bug #842: Some test fail on Windows
- All 812 test are fine (r1755).
2009-01-16
-
12:20 Feature #2305 (Resolved): Automatic flushing of AOP Proxy Cache
- Applied in changeset r1756.
Also available in: Atom