Activity
From 2008-08-16 to 2008-09-14
2008-09-14
-
19:24 Feature #1511 (Resolved): Create a "Not Found" Controller
- Currently a "No such controller" exception is thrown if a matching controller is not found. This exception should eit...
2008-09-12
-
10:08 Feature #1501 (Resolved): MVC: initializeView
- Just an idea:
I would like to split the current initializeView into two methods:
detectViewForCurrentAction() ...
2008-09-08
-
21:38 Bug #842: Some test fail on Windows
- On my Windows they don't. Everything green for FLOW3.
2008-09-02
-
23:39 Bug #1456 (Resolved): Empty array causes PDO exception if not documented as @reference
- Applied in changeset r1176.
-
23:34 Bug #1456: Empty array causes PDO exception if not documented as @reference
- Robert Lemke wrote:
> Consider this model:
>
> [...]
>
> This will result in a PDO exception because the type ... -
23:29 Bug #1456 (Accepted): Empty array causes PDO exception if not documented as @reference
-
18:25 Bug #1456: Empty array causes PDO exception if not documented as @reference
- > This will result in a PDO exception because the type of the array items cannot be determined and no @reference anno...
-
18:23 Bug #1456: Empty array causes PDO exception if not documented as @reference
- SQLSTATE[HY000]: General error: 1 no such table: undefinedmultivalueproperties
PDOException thrown in file
TYPO3C... -
17:59 Bug #1456 (Resolved): Empty array causes PDO exception if not documented as @reference
- Consider this model:...
-
12:42 Feature #718 (Closed): make docCommentParser static
- That's not so important anymore as we now use the Reflection Service.
-
12:38 Bug #842 (Needs Feedback): Some test fail on Windows
- Do they still fail with the most recent version?
-
12:34 Bug #1402 (Resolved): Opening Public directory: PHP Error
- Applied in changeset r1170.
-
12:32 Task #1454 (Resolved): Integrate Log Package into FLOW3
- Currently Logging resides in its own package "Log".
A basic logging mechanism should be integrated into the FLOW3 pa...
2008-08-29
-
12:50 Bug #1402: Opening Public directory: PHP Error
- You need PHP 5.3 to run FLOW3!
Check the mailing List.
Here is the thread, why PHP 5.3 is needed:
http://sup...
2008-08-28
-
15:46 Bug #1402 (Resolved): Opening Public directory: PHP Error
- I get this error, if i open the public dirctory in opera:
Warning: require(__DIR__/../Packages/FLOW3/Classes/F3_FL...
2008-08-27
-
12:39 Bug #1355: initalize should be initialize
- Sebastian Kurfuerst wrote:
> Should I just go ahead and fix this?
You could have... thanks for pointing out. -
12:39 Bug #1355 (Resolved): initalize should be initialize
- Applied in changeset r1158.
-
12:36 Bug #1355 (Accepted): initalize should be initialize
-
08:12 Feature #1199 (Accepted): Add a method findByTag() to F3_FLOW3_Cache_AbstractCache
-
07:05 Feature #1199: Add a method findByTag() to F3_FLOW3_Cache_AbstractCache
- yes, exactly. I think I implemented that already in the backport for TYPO3 4.x, you can find it on the 4.x core list...
2008-08-26
-
15:41 Bug #1315 (Accepted): Routing: URLs with/without trailing slash change meaning of relative links
- The problem is not the routing mechanism, but the way browsers resolve relative links.
So there won't be away around... -
15:37 Bug #1355 (Resolved): initalize should be initialize
- Hello,
I just tried to work with the F3_FLOW3_MVC_Controller_ActionController and just stumbled about a really har... -
14:24 Bug #1349 (Resolved): Remove MVC\View\Template (was: Method MVC\View\Template->substitutePart is not used and empty)
- Hello,
I think that the method F3_FLOW3_MVC_View_Template->substitutePart can be removed, as it looks like the fol...
2008-08-25
-
13:42 Feature #1292 (Resolved): Introduce @identifier annotation for objects
- Applied in changeset r1155.
-
11:09 Feature #1292 (Accepted): Introduce @identifier annotation for objects
2008-08-22
-
13:41 Feature #36: Add automatic documentation in AOP proxy classes
- To make this more clear: Documentation exists for AOP proxy code, but for any parameters besides arrays and objects t...
-
13:33 Feature #1199 (Needs Feedback): Add a method findByTag() to F3_FLOW3_Cache_AbstractCache
- And that method would return an array with all found entries? Like the memcached backend findEntriesByTag() method did?
-
13:21 Feature #422 (Needs Feedback): XMLHttpRequest Request
-
12:34 Task #1209 (Resolved): Make @required default and add @optional instead
- Applied in changeset r1145.
-
11:26 Task #1209 (Accepted): Make @required default and add @optional instead
-
12:17 Bug #1315 (Closed): Routing: URLs with/without trailing slash change meaning of relative links
- Both the URLs e.g. /typo3cr/setup and /typo3cr/setup/ call the same controller code.
If a relative link to e.g. "i... -
11:05 Feature #1235: Check if mod_rewrite is enabled
- Here's how to check if the module is loaded:
@array_search('mod_rewrite', apache_get_modules()) !== FALSE@
What t... -
10:46 Bug #1198 (Resolved): Different return values for findEntriesByTag in cache fiel backend and memcached backend
- Applied in changeset r1144.
-
10:24 Bug #1198 (Accepted): Different return values for findEntriesByTag in cache fiel backend and memcached backend
2008-08-18
-
14:50 Feature #1292 (Resolved): Introduce @identifier annotation for objects
- With the @identifier annotation an object could mark it's internal identifier as usable towards persistence. The pers...
Also available in: Atom