Activity
From 2008-01-28 to 2008-02-26
2008-02-26
-
13:41 Feature #14: Define the packageInfo.xml format
- I also thought about a similar solution for v4. So I'm just attaching my current draft to keep things compatible and ...
-
09:40 Feature #369 (Accepted): Replace path constants by resource manager calls
-
09:40 Feature #369 (Resolved): Replace path constants by resource manager calls
- The constants for certains paths still have "TYPO3" in their name and they are ... constants (eg. TYPO3_PATH_PRIVATEF...
-
09:38 Major Feature #368 (Closed): Caching Manager with support for different kinds of caches and stores.
- The caching framework at least supports caching of arbitrary variables, classes and files. As for the stores, there i...
2008-02-24
-
19:03 Bug #363: Order of includes (not possible to implement a interface in subfolder?)
- Thanks, but the Interface ends with "Interface" in this case allready.
I tried the Folderstructure you explained but... -
17:47 Bug #363: Order of includes (not possible to implement a interface in subfolder?)
- The structure must look like this:...
-
15:31 Bug #363: Order of includes (not possible to implement a interface in subfolder?)
- Sorry Folder Structure was actual a bit diffrent:
Classes/Model/ (Interfaces)
Classes/Model/MonetDB/ (Implementatio... -
15:25 Bug #363 (Rejected): Order of includes (not possible to implement a interface in subfolder?)
- I have the following:
Classes/T3_XQuery_ExpressionInterface.php (=Interface)
Classes/MonetDB/T3_XQuery_MonetDBExp...
2008-02-20
-
14:00 Major Feature #345 (Closed): An initial implementation of the Resource Manager
- An initial implementation of the Resource Manager
-
12:08 Feature #342 (Resolved): Support for file uploads
- The MVC framework needs to support file / multipart uploads. It should be implemented in a way that uploads are only ...
-
10:37 Feature #341 (Closed): Define a router interface and Implement a rewrite router
- Define a router interface and Implement a rewrite router
-
10:36 Major Feature #340 (Closed): The MVC framework provides a default rewriting router and an interface for custom routers
- The MVC framework provides a default rewriting router and an interface for custom routers
-
10:16 Bug #56 (Closed): DirectoryIterator returns an Path with /C under Windows
-
10:02 Feature #339 (Closed): Improve the Components.ini format
- The current Components.ini format mixes up the actual component configuration, the injection of constructor arguments...
-
09:47 Bug #332: Error screen just displays the beginning of an absolute path
- What about just adding the dots at the beginning instead of the end? The filename is unique and includes normally the...
-
09:44 Bug #332: Error screen just displays the beginning of an absolute path
- Sorry wrong word yesterday evening..
What about just changing the HTML-output or don't croping it. This should jus... -
09:23 Bug #332 (Rejected): Error screen just displays the beginning of an absolute path
- Your screenshot doesn't show an error message but an exception backtrace. The path you see there is just an argument ...
2008-02-19
-
18:34 Bug #332 (Rejected): Error screen just displays the beginning of an absolute path
- A relative path would be more useful, because you normally know, where you are running you installation.
See Screens... -
10:48 Feature #324 (Resolved): Add support for "required" dependencies via setter injection
- Currently all dependencies injected through autowired setter injection (see #319) are optional.
This should be con... -
10:45 Feature #310 (Resolved): Find a way to simplify setter injection in ActionController (and elsewhere)
- Resolved by #319.
-
08:55 Major Feature #321 (Closed): The MVC Framework supports RESTful URLs
- see also http://en.wikipedia.org/wiki/Representational_State_Transfer
2008-02-18
-
18:27 Feature #319 (Resolved): Support setter injection without configuration through "inject" methods
- Currently setter injection is only possible via setter methods whose name follows the scheme "setPropertyName". These...
2008-02-15
-
11:38 Feature #315 (Resolved): Add "format" support to the Request object
- The Request object (mainly WebRequest) should contain information about the requested format. Currently it only provi...
-
11:04 Bug #314 (Resolved): Improve directory structure and naming for views in a package
- Currently all views in a package are located in the Classes/View/ directory. The naming scheme for view classes is:
...
2008-02-14
-
16:44 Task #311 (Resolved): Move PackageConfiguration.php to the package Configuration/ directory and rename it
- Move PackageConfiguration.php to the package Configuration/ directory and rename it
-
16:13 Feature #310 (Resolved): Find a way to simplify setter injection in ActionController (and elsewhere)
- Currently we need to write a setter method for all dependencies of an ActionController. The constructor can't be used...
-
16:05 Task #309 (Resolved): Move Classes/Components.conf to Configuration/
- The Components.conf file should be renamed to Components.ini and moved to a package specific Configuration directory.
2008-02-13
-
16:10 Feature #267 (Resolved): Method basicAction for T3_FLOW3_MVC_Controller_ActionController
- You can use initializeAction() for initialization.
But at this point the $this->view does not exist.
If you have se... -
13:52 Bug #266 (Resolved): Proxied classes loose annotation information
- Currently the annotations are not copied into the target class when a class is proxied by the AOP framework. One effe...
-
12:12 Bug #263 (Accepted): Object Builder injects constructor arguments of previous builds if no arguments are passed explicitly
-
12:11 Bug #263 (Resolved): Object Builder injects constructor arguments of previous builds if no arguments are passed explicitly
- Code which exploits the bug:...
2008-02-12
-
15:52 Feature #75 (Resolved): Move T3_Framework_MVC_URI to a more fitting subpackage
- Resolved in revision r486
-
14:17 Bug #222 (Resolved): Logger test should use a mock instead of file or write the file to FileCache
- Currently the tests in the Log package (try to) write a real file into the main directory, which usually won't work d...
-
13:15 Major Feature #220 (Closed): A basic persistence framework, based on annotations, with the content repository as backend
- A basic persistence framework, based on annotations, with the content repository as backend
-
13:13 Major Feature #218 (Closed): Comprehensive reference documentation for the MVC framework
- Comprehensive reference documentation for the MVC framework
-
13:09 Major Feature #216 (Resolved): AOP proxy classes are cached in production mode
- AOP proxy classes are cached in production mode
-
13:08 Major Feature #215 (Resolved): The MVC Framework can handle, dispatch and forward GET, POST and CLI requests
- The MVC Framework can handle, dispatch and forward GET, POST and CLI requests
2008-01-28
-
16:04 Feature #116 (Resolved): Package Manager provides CLI access
- The Package Manager should provide a CLI controller which initially should support the "create" command for creating ...
Also available in: Atom