Activity
From 2009-04-20 to 2009-05-19
2009-05-19
-
23:24 Task #3377: Move the manual to a DocBook subdirectory
- Need to check online documentation tomorrow, otherwise done.
-
18:13 Task #3377: Move the manual to a DocBook subdirectory
- * Need to check/adjust DocTools
* Make sure online documentation rendering on flow3.typo3.org doesn't break
* other... -
15:48 Task #3377 (Accepted): Move the manual to a DocBook subdirectory
-
13:15 Task #3377 (Resolved): Move the manual to a DocBook subdirectory
- Currently the manual is located in...
-
20:26 Task #3381: Write installation instructions for Debian
- I would like to help with this task, since i often used Debian for playing around with FLOW3.
But i first would like... -
14:29 Task #3381 (Resolved): Write installation instructions for Debian
- We need some instructions for installing FLOW3 on Debian. Please add these instructions to the FLOW3 DocBook manual.
-
18:36 Task #3380: Write installation instructions for MacOS
- Does it make sense to write installation instructions for OS X for normal users? I think it's very unlikely, that a p...
-
14:29 Task #3380 (Resolved): Write installation instructions for MacOS
- We need some instructions for installing FLOW3 on Mac OS X. Please add these instructions to the FLOW3 DocBook manual.
-
18:09 Task #3373 (Resolved): Check the fixpermissions script
- Fixed in r2256, tweaked in r2258 and r2263
-
13:02 Task #3373 (Accepted): Check the fixpermissions script
-
12:57 Task #3373 (Resolved): Check the fixpermissions script
- The fixpermissions.sh script might not work completely anymore and needs to be updated.
Please also rename it to "se... -
18:00 Feature #3382 (Resolved): Make Fluid the default templating engine in FLOW3
- Applied in changeset r2259.
-
16:43 Feature #3382: Make Fluid the default templating engine in FLOW3
- Fluid is already in the svn:externals of the FLOW3 distribution. It will be added to the dependencies in the Package....
-
15:48 Feature #3382 (Accepted): Make Fluid the default templating engine in FLOW3
-
14:39 Feature #3382 (Resolved): Make Fluid the default templating engine in FLOW3
- Fluid should be the default templating engine in FLOW3. Therefore we need to
- use the Fluid template view as the ... -
14:28 Task #3379 (Resolved): Write installation instructions for Windows
- We need some instructions for installing FLOW3 on Windows. Please add these instructions to the FLOW3 DocBook manual.
-
14:00 Feature #3370 (Resolved): Add lifetime parameter to set method of cache frontend
- Applied in changeset r2252.
-
12:15 Feature #3370 (Resolved): Add lifetime parameter to set method of cache frontend
- The cache frontends do not have a parameter for the lifetime, add it.
-
13:16 Feature #116 (Accepted): Package Manager provides CLI access
- Please also check if the bash script still works.
-
13:11 Feature #3376 (Resolved): Implement a more attractive and informative default view
- The FLOW3 default view should contain more helpful information such as:
- what you can do next
- a link to the ... -
13:08 Bug #3375: PATH_INFO is empty using fastcgi / Windows
- Another thing mentioned (don't know if it's related) was that routing fails if the URI contains a "%" sign.
-
13:07 Bug #3375 (Resolved): PATH_INFO is empty using fastcgi / Windows
- During the T3DD09 someone said that some parts of the routing don't work properly when using fastcgi (on Windows?) be...
-
13:02 Task #3374 (Rejected): Support dedicated package versions per context
- It should be possible to run different versions of a package depending on the application context. This would allow a...
-
12:29 Feature #2819 (Accepted): View Helper "Flash Message"
-
12:29 Feature #1789 (Accepted): Routing: Implement automatic UUID to object conversion
-
12:29 Task #1280 (Accepted): Tag all classes as @internal - except the released API
-
12:16 Feature #2853: Routing: @action, @format... should be settable via request arguments
- It makes sense to be able to override the action, probably even controller and package.
Let's assume that the secu... -
11:43 Feature #2853 (Needs Feedback): Routing: @action, @format... should be settable via request arguments
- maybe @package & @controller should not be settable via GET/POST until the security framework is in action.
Otherwis... -
12:11 Task #3368: Move setArgumentsFromRawRequestData() from Router to RequestBuilder
- No, the routing values should not be overruled by GET/POST, so changing the behavior is fine.
-
11:37 Task #3368 (Needs Feedback): Move setArgumentsFromRawRequestData() from Router to RequestBuilder
- I started to move the method and write tests for it.
There's a side effect:
Before moving the method, GET & POST pa... -
12:00 Bug #1349 (Resolved): Remove MVC\View\Template (was: Method MVC\View\Template->substitutePart is not used and empty)
- Applied in changeset r2250.
-
11:53 Bug #1349 (Accepted): Remove MVC\View\Template (was: Method MVC\View\Template->substitutePart is not used and empty)
-
12:00 Bug #3274 (Resolved): Persistance session is not of scope prototype
- Applied in changeset r2249.
-
11:41 Bug #3274 (Accepted): Persistance session is not of scope prototype
-
11:47 Feature #1884 (Accepted): Add more query options
2009-05-18
-
23:32 Task #3368 (Resolved): Move setArgumentsFromRawRequestData() from Router to RequestBuilder
- That method currently doesn't really do anything Routing-related, so it should be moved from...
2009-05-16
-
19:31 Bug #880 (Resolved): F3_FLOW3_MVC_Controller_ArgumentsValidator is untested
- Resolved in r2185
-
19:28 Task #1822 (Closed): Tag SVN before major changes and "stable" versions
- On June 1st we'll have the first alpha release of FLOW3 and then continuously provide successive release which will b...
-
11:04 Feature #3337 (Resolved): Allow to count lazy-loaded objects without fetching them from the persistence layer
- It should be possible to count objects in a repository without the need to actually fetch and initialize them.
It wo...
2009-05-15
-
21:59 Task #3322 (Closed): Use mocked objects instead of real ones in the RouteTest
- The testcase for F3\FLOW3\MVC\Web\Routing\Route currently uses the real Object Manager and Object Factory for testing...
-
21:33 Feature #1789: Routing: Implement automatic UUID to object conversion
- Some code snippets from T3DD09:...
-
19:00 Feature #3302 (Resolved): Implement a "Controller Context"
- Applied in changeset r2225.
-
18:00 Feature #2825 (Resolved): Routing: Route Part options
- Applied in changeset r2218.
-
15:28 Feature #3312: Allow for easy logging by annotations
- Maybe method arguments and return values could be passed as $additionalData to the logger by default. Than the logger...
-
15:17 Feature #3312: Allow for easy logging by annotations
- In what way (if any) will arguments and/or return values be logged? The example with the custom message includes a va...
-
11:36 Feature #3312 (Needs Feedback): Allow for easy logging by annotations
- For debugging but also other purposes, it would be nice to be able to log a method call by just adding an annotation ...
2009-05-14
-
18:45 Feature #3276 (Resolved): Support Conjunction and Disjunction Composite validators
-
18:42 Feature #3306 (Accepted): Flush routes cache automatically on class file modifications
- If a class containing a route part handler is changed, we also need to flush the routes cache because other routes mi...
-
17:45 Feature #3305 (Accepted): Unmodified objects retrieved from a repository should not be validated in the controller
- Unmodified objects retrieved from a repository should not be validated in the controller
-
16:53 Task #3303 (Resolved): Rename URIHelper to URIBuilder
- Refactor:
old: \F3\FLOW3\MVC\View\Helper\URIHelper
new: \F3\FLOW3\MVC\Web\Routing\URIBuilder
-
16:45 Feature #3302: Implement a "Controller Context"
- Also remove $packageKey from AbstractConctroller - use $request->getControllerPackageKey instead.
-
16:44 Feature #3302 (Resolved): Implement a "Controller Context"
- We need a new class "ControllerContext" which contains contextual information about a controller:
* the request o...
2009-05-12
-
18:42 Bug #3278 (Resolved): Resource manager doesn't publish files without extension
- If a file to be published doesn't have an extension ("MyPage" instead of "MyPackage.html"), the resource publisher th...
-
15:15 Feature #3276 (Resolved): Support Conjunction and Disjunction Composite validators
- The ChainValidator should be replaced by two new validators: the ConjunctionValidator and the DisjunctionValidator. B...
-
15:10 Bug #3275 (Resolved): ValidatorResolver can't parse validator arguments containing round brackets
- Currently validation arguments defined in @validate annotations cannot contain round brackets ')' because they'd be i...
-
15:03 Bug #3274 (Resolved): Persistance session is not of scope prototype
- Probably \F3\FLOW3\Persistence\Session should be a prototype cause there is an annotation "@prototype" in the code.
... -
13:03 Feature #422 (Rejected): XMLHttpRequest Request
2009-05-07
-
14:24 Bug #3240 (Resolved): AOP cache is not emptied if class file is deleted
- I'm not 100% sure but this needs to be checked: If a class file is deleted or moved to a different namespace, the AOP...
2009-04-30
-
18:00 Feature #3093 (Resolved): Implement annotation based validation rules for models
- Applied in changeset r2185.
2009-04-22
-
18:00 Bug #3152 (Resolved): The Reflection does not recognize changes in class files
- Applied in changeset r2175.
-
16:44 Bug #3152 (Resolved): The Reflection does not recognize changes in class files
- If a class file is changed in development context, the Reflection Service should re-reflect that class and store the ...
-
18:00 Bug #3121 (Resolved): canProcessRequest is not called in ActionControllers
- Applied in changeset r2175.
-
17:15 Feature #3153 (New): Support of action based filter rules defined by annotation.
- Similar to #3092 there should be a way to declare additional filter rules for the arguments of an action method:
<... -
09:12 Bug #3130 (Needs Feedback): ValidatorResolver does not work for float/numeric/mixed typed method arguments
- If committed a fix for this in r2171. This needs verification as I don't have an overview of all implications. Valida...
Also available in: Atom