Activity
From 2011-09-30 to 2011-10-29
2011-10-28
-
16:36 TYPO3.Fluid Bug #31380 (Resolved): DocComment of Form.ValidationResultsViewHelper is incorrect
- The current DocBlock says:...
-
10:03 TYPO3.Flow Feature #31373 (Rejected): Annotation to enforce validation on setter
- Something like @FLOW3\ValidateOnSet which you can annotate to a setter in a model. On each call the generated proxy s...
2011-10-27
-
21:47 TYPO3.Flow Bug #31363: Windows newline in annotation block throws exception
- Having trouble with my git environment, so i can't push the patch. The solution is a one-line change in
Packages\... -
20:11 TYPO3.Flow Bug #31363 (Resolved): Windows newline in annotation block throws exception
- If a class annotation contains Windows newline character instead of the expected UNIX version, FLOW3 will quit with a...
-
13:18 TYPO3.Flow Task #31339 (On Hold): Search
- a search would be nice. at the moment i use google what is not pleasant.
-
10:36 TYPO3.Flow Bug #31311 (Resolved): Logout must not rely on a session
- Applied in changeset commit:eab9bf953180dcff96f5ae33666cafa0bf587a7a.
2011-10-26
-
14:10 TYPO3.Flow Bug #31311: Logout must not rely on a session
- Patch set 3 of change If45256cf13497b4d0d598728f0018932b12c672b has been pushed to the review server.
It is available... -
13:12 TYPO3.Flow Bug #31311: Logout must not rely on a session
- Patch set 2 of change If45256cf13497b4d0d598728f0018932b12c672b has been pushed to the review server.
It is available... -
13:08 TYPO3.Flow Bug #31311 (Under Review): Logout must not rely on a session
- Patch set 1 of change If45256cf13497b4d0d598728f0018932b12c672b has been pushed to the review server.
It is available... -
13:07 TYPO3.Flow Bug #31311 (Resolved): Logout must not rely on a session
- @AuthenticationProvider::logout()@ currently throws an Exception if no session has been initialized yet (due to the "...
-
10:18 TYPO3.Fluid Feature #31019: FlashMessages ViewHelper should render message title and severity
- Just got in touch with this entry, maybe this is also interesting: https://gist.github.com/1315759
-
09:20 TYPO3.Flow Bug #31294 (Accepted): SkipCsrfProtection doesn't work for actions without parameters anymore
- The target annotation declares the annotation target, and that is clearly method in this case (as the annotation is t...
2011-10-25
-
21:32 TYPO3.Flow Bug #31294 (Closed): SkipCsrfProtection doesn't work for actions without parameters anymore
- I tried to use the @FLOW3\SkipCsrfProtection with the following indexAction:...
-
16:18 TYPO3.Welcome Task #31284 (Resolved): add notice remove routes on deactivate welcome package
- Point 4:
Remove the Welcome package (optional)
./flow3 package:deactivate TYPO3.Welcome
please add
Remove wel... -
14:09 TYPO3.Flow Bug #31270 (Under Review): Proxy classes loose @return and @throws annotations
- Patch set 4 of change Ifcf5da2e4b43b917a85a1bea061e9ee8b33f1a50 has been pushed to the review server.
It is available... -
12:11 TYPO3.Flow Bug #31270 (Resolved): Proxy classes loose @return and @throws annotations
- The proxy classes built by FLOW3 no longer contain @throws and @return annotations. This breaks code relying on that,...
-
12:47 TYPO3.Flow Feature #31277 (Resolved): Schema based validation for arrays
- As discussed on the last Code Sprint, some schema based validation similar to
http://json-schema.org/ for arrays wo... -
12:06 TYPO3.Flow Bug #31160 (Resolved): Scripts/migrate-annotations.php should work with symlinks
- Applied in changeset commit:985ce27723bc8cb5b2b8b4f5269ffe4b4aac45ac.
-
12:03 TYPO3.Flow Bug #31160: Scripts/migrate-annotations.php should work with symlinks
- Patch set 1 of change Ibd68b2616968af9713b861e67110e3019ebc2a27 has been pushed to the review server.
It is available... -
11:50 TYPO3.Flow Bug #31160: Scripts/migrate-annotations.php should work with symlinks
- Patch set 3 of change I34de5d4fa3b0abef1a101d97d2e29a31889bdb5a has been pushed to the review server.
It is available... -
12:03 TYPO3.Flow Task #31269 (Resolved): Display line number of exception in CLI mode
- If an exception occurs in command line mode, only the file name but not the line number of the location causing the e...
-
10:26 TYPO3.Flow Feature #31262 (New): Named arguments in Objects.yaml for constructor arguments
- Working with positional arguments in constructor injection configuration is cumbersome.
It should be possible to u... -
10:23 TYPO3.Flow Feature #31261 (New): Virtual objects - generate proxy classes for interfaces
- It should be possible to declare an interface and configure an object (e.g. singleton based on a prototype with argum...
-
09:35 TYPO3.Flow Bug #31192: Update session cookie lifetime on activity
- We have to confirm this, but if it is like that, I consider this a bug.
-
09:33 TYPO3.Flow Feature #30933: Check for unique constraints on add()
- This is actually a problem with the FLOW3 persistence approach since some time. At one side it's an advantage to not ...
2011-10-24
-
22:00 TYPO3.Flow Bug #31179: injectSettings is called more than once for object instantiation
- The cause of this is the way calls to @injectSettings@ are woven into @injectProperties@, which is called in every @_...
-
21:38 TYPO3.Flow Bug #31179 (Accepted): injectSettings is called more than once for object instantiation
-
21:37 TYPO3.Flow Bug #31179: injectSettings is called more than once for object instantiation
- Hi Fernando.
Fernando Arconada wrote:
> note: the "echo" is called three times and should be called once.
On m... -
17:56 TYPO3.Flow Bug #31179: injectSettings is called more than once for object instantiation
- note: the "echo" is called three times and should be called once.
-
15:29 TYPO3.Flow Bug #31179 (Needs Feedback): injectSettings is called more than once for object instantiation
- All correct... Since you call @parent::injectSettings@, three calls are made:
# the call to the implementation in St... -
15:04 TYPO3.Flow Bug #31179 (Accepted): injectSettings is called more than once for object instantiation
- PoC code at http://pastebin.com/0nDS7nsN
-
12:18 Bug #31215 (Under Review): Configuration/README refers to unused files
-
12:12 Bug #31215: Configuration/README refers to unused files
- Patch set 1 of change I1748dcadc59226a6e12e12ff7aa78be4e41f72f6 has been pushed to the review server.
It is available... -
12:08 Bug #31215 (Resolved): Configuration/README refers to unused files
- The README mentions FLOW3.yaml and Package.yaml, both of which are no longer used.
-
11:05 TYPO3.Flow Bug #31210 (New): constructor of proxy class not compatible with interfaces defening a constructor
- I have a class which implements an interface. This interface defines a constructor with a parameter. FLOW3 creates a ...
2011-10-23
-
23:18 TYPO3.Flow Bug #31179: injectSettings is called more than once for object instantiation
- It is called as many times as classes in your class hierachy with different settings array
2011-10-22
-
18:18 TYPO3.Flow Bug #31192 (Resolved): Update session cookie lifetime on activity
- The lifetime of a session cookie (TYPO3\FLOW3\Session\PhpSession) is fixed.
After the time specified (default 1 hour... -
16:05 TYPO3.Fluid Bug #31189 (Resolved): Make TextareaViewHelper HTML5 aware
- 1. the code example seems to be deprecated. "rows" and "cols" are required attributes but are not used in the example...
2011-10-21
-
21:52 TYPO3.Flow Bug #31179 (Resolved): injectSettings is called more than once for object instantiation
- When defining @injectSettings@ in a class, one expects it to be called *once* per instantiation. In fact it is called...
-
13:40 TYPO3.Flow Bug #30040: Missing quotes in system() command in initializeForRuntime()
- I by the way was able to "fix" that with using forward slashes and 8.3 filenames (as noted in http://forge.typo3.org/...
-
13:27 TYPO3.Flow Bug #30040: Missing quotes in system() command in initializeForRuntime()
- Bastian can you verify this and create a change?
-
13:39 Task #30857 (Resolved): Set the RewriteBase configuration in the .htaccess by default
- It's included in 1.0.0, says Gerrit... :)
-
13:24 TYPO3.Flow Bug #29300 (Resolved): Bug activating Package ./flow3 package:activate TYPO3.Faker
- That was a cosmetic issue basically and is fixed in 1.0.0.
-
13:07 TYPO3.Flow Task #27926 (Closed): Disable I18n by feature switch for 1.0
-
11:25 TYPO3.Fluid Feature #31167 (Resolved): Stateless AJAX Widgets
- Currently an AJAX Widget stores the *WidgetContext* in the *WidgetContextHolder* which again puts it in the current u...
-
10:28 TYPO3.Flow Bug #31160: Scripts/migrate-annotations.php should work with symlinks
- Patch set 2 of change I34de5d4fa3b0abef1a101d97d2e29a31889bdb5a has been pushed to the review server.
It is available... -
09:43 TYPO3.Flow Bug #31160 (Under Review): Scripts/migrate-annotations.php should work with symlinks
- Patch set 1 of change I34de5d4fa3b0abef1a101d97d2e29a31889bdb5a has been pushed to the review server.
It is available... -
09:25 TYPO3.Flow Bug #31160 (Resolved): Scripts/migrate-annotations.php should work with symlinks
- In an environment with symlinks (the Folder Packages/Framework is included by a symlink) the script doesn't find the ...
2011-10-20
-
22:15 TYPO3.Flow Bug #31087 (Closed): Uncaught Exception: invalid annotation
- Great!
-
21:54 TYPO3.Flow Bug #31087: Uncaught Exception: invalid annotation
- someone can close this issue please
-
21:54 TYPO3.Flow Bug #31087: Uncaught Exception: invalid annotation
- i have resolved the problem
The file was damage..
copy content, delete file, create new file, paste content and... -
15:13 TYPO3.Flow Bug #26582: Repository remove() throws error even if __identity is furnished
- Hi Karsten,
as the error was caused by a misunderstanding of FLOW3 by myself and I soon afterwards got the trick, ... -
12:40 TYPO3.Flow Bug #31134 (Under Review): Functional tests of controllers don't reset arguments
- Patch set 1 of change Ia7579436acf258b61f98c9b1e69ee78fe65b0cbf has been pushed to the review server.
It is available... -
12:18 TYPO3.Flow Bug #31134 (Resolved): Functional tests of controllers don't reset arguments
- Using @sendWebRequest@ to one controller with two different @arguments@ arrays will not reset the array in the contro...
-
10:20 TYPO3.Flow Task #25714: Include Randomizer Library as external component
- Although the proposed change does not include the library as external component. That was aimed at "make it a package...
-
10:09 TYPO3.Flow Task #25714 (Under Review): Include Randomizer Library as external component
- Patch set 1 of change Idfec7ee76179ebbd531fb613d1b345fc8a424fdc has been pushed to the review server.
It is available... -
09:52 TYPO3.Flow Task #31128 (Rejected): We should only have one source of random bytes
- already included in #25714
-
09:47 TYPO3.Flow Task #31128 (Rejected): We should only have one source of random bytes
- Currently for generation of the persistent security token we use self made code in TYPO3.FLOW3/Classes/Utility/Algori...
-
01:27 Bug #30417 (Resolved): Package dependency names in Package.xml files need update
- Fixed with https://review.typo3.org/#change,6066
-
01:25 TYPO3.Flow Task #27627 (Resolved): Overhaul annotation support/syntax
2011-10-19
-
19:05 TYPO3.Fluid Bug #31119 (Resolved): AjaxWidgetContext is not stored in session
- Applied in changeset commit:4b480637f842093727ddd86f0515e9868813a9d1.
-
18:31 TYPO3.Fluid Bug #31119: AjaxWidgetContext is not stored in session
- Patch set 1 of change I2e1ff54d2b1254d0a43b31b8a456046676de1a61 has been pushed to the review server.
It is available... -
18:30 TYPO3.Fluid Bug #31119 (Resolved): AjaxWidgetContext is not stored in session
- The AjaxWidgetContextHolder is missing an *@FLOW3\Session(autoStart=true)* annotation that initiates the session.
-
16:35 TYPO3.Flow Bug #31111 (Resolved): Compiler::renderAnnotation() drops boolean values
- Applied in changeset commit:1f172689920c1a2e0bc4697473e9a35bf655b54a.
-
15:56 TYPO3.Flow Bug #31111 (Under Review): Compiler::renderAnnotation() drops boolean values
- Patch set 1 of change Ie92c69bfe2da89dbe7e6439aee4fa5ffa767e47f has been pushed to the review server.
It is available... -
15:55 TYPO3.Flow Bug #31111 (Resolved): Compiler::renderAnnotation() drops boolean values
- When rendering annotations into proxy classes, boolean values for options get lost.
-
14:08 TYPO3.Flow Bug #31104 (Resolved): package:import is broken due to changed git repository names
-
12:26 TYPO3.Flow Bug #31104 (Under Review): package:import is broken due to changed git repository names
- Patch set 1 of change Ia82ab2cb2b170f82a555b7b26bd9b0e87f99e218 has been pushed to the review server.
It is available... -
12:26 TYPO3.Flow Bug #31104 (Resolved): package:import is broken due to changed git repository names
- The stripping of "TYPO3." from project names in git is no longer needed.
-
11:05 TYPO3.Kickstart Bug #30980 (Resolved): Generating ActionControllers using a comma separated list creates wrong Models and Repositories
-
10:59 TYPO3.Kickstart Bug #30980 (Accepted): Generating ActionControllers using a comma separated list creates wrong Models and Repositories
- Karsten Dambekalns wrote:
> For it works fine, using current master:[...]
Dang, missed the needed @--generate-act... -
10:27 TYPO3.Kickstart Bug #30980 (Needs Feedback): Generating ActionControllers using a comma separated list creates wrong Models and Repositories
- For it works fine, using current master:...
-
10:33 TYPO3.Kickstart Bug #31082 (Resolved): Kickstarter does not use addFlashMessage()
-
10:30 TYPO3.Kickstart Bug #31082: Kickstarter does not use addFlashMessage()
- Patch set 1 of change I79e0ca7940ccc463655b76f009752c0edab08b2c has been pushed to the review server.
It is available... -
09:53 TYPO3.Kickstart Bug #31082 (Accepted): Kickstarter does not use addFlashMessage()
-
10:06 TYPO3.Flow Bug #30192 (Closed): TYPO3\FLOW3\MVC\Exception\InfiniteLoopException thrown in file TYPO3_FLOW3_MVC_Dispatcher_Original.php
- The edit action lacks a correct annotation to ignore validation in that case.
-
10:05 Bug #30417 (Accepted): Package dependency names in Package.xml files need update
-
09:59 TYPO3.Flow Task #30848 (Resolved): Make PHP session configurable
-
09:46 TYPO3.Flow Task #27627 (Accepted): Overhaul annotation support/syntax
- Documentation update is pending.
-
00:23 TYPO3.Flow Bug #31087 (Closed): Uncaught Exception: invalid annotation
- I get a totally strange exception ...
2011-10-18
-
22:05 TYPO3.Flow Bug #31083 (Resolved): Missing Lazy annotation in migration script
- Applied in changeset commit:69f039e5292ba60c2f68f349ebe431683625deba.
-
21:12 TYPO3.Flow Bug #31083 (Under Review): Missing Lazy annotation in migration script
- Patch set 1 of change I76c7744d0c94c7e4d1406972d61400c5ece8dccc has been pushed to the review server.
It is available... -
21:10 TYPO3.Flow Bug #31083 (Resolved): Missing Lazy annotation in migration script
- The Lazy annotation is missing in the migration-annotation.php script
-
22:03 TYPO3.Flow Feature #28052: Possibility to enable or disable accounts
- Patch set 2 of change I24328e1ff4b2096e7d2de5d602b7bfe5ce45e15b has been pushed to the review server.
It is available... -
20:18 TYPO3.Kickstart Bug #31082: Kickstarter does not use addFlashMessage()
- apply patch to CrudControllerTemplate.php.tmpl
-
19:53 TYPO3.Kickstart Bug #31082 (Resolved): Kickstarter does not use addFlashMessage()
- acording to ID: 1f9a0e65 the kickstarter should also use addFlashMessage() instead of flashMessageContainer->add()
-
15:40 TYPO3.Flow Bug #31061 (Resolved): defective and maybe obsolete is_link() mirror function
- Applied in changeset commit:b306b18ac9efcba83ae9525bf470cc020d6d4b34.
-
15:03 TYPO3.Flow Bug #31061 (Under Review): defective and maybe obsolete is_link() mirror function
- Patch set 1 of change I94c53b5fe8dda82c05690cf02286091672d0650e has been pushed to the review server.
It is available... -
12:48 TYPO3.Flow Bug #31061: defective and maybe obsolete is_link() mirror function
- Bastian Waidelich wrote:
> Unfortunately on PHP 5.3.5 (on Windows 7 @ 64bit) neither is_link() nor SplFileInfo::is... -
12:45 TYPO3.Flow Bug #31061: defective and maybe obsolete is_link() mirror function
- Unfortunately on PHP 5.3.5 (on Windows 7 @ 64bit) neither is_link() nor SplFileInfo::isLink() work correctly..
*Step... -
12:19 TYPO3.Flow Bug #31061 (Needs Feedback): defective and maybe obsolete is_link() mirror function
- Bastian, can you confirm this?
-
12:14 TYPO3.Flow Bug #31061 (Resolved): defective and maybe obsolete is_link() mirror function
- in \TYPO3\FLOW3\Utility\Files the function is_link is defective. The function returns...
-
15:40 TYPO3.Flow Bug #31042 (Resolved): Throwing an exception throws an exception....
- Applied in changeset commit:9c48618359df5e4a2d3d5e026a43adcb67944c18.
-
15:36 TYPO3.Flow Bug #31042: Throwing an exception throws an exception....
- Patch set 2 of change I936356d0c19fafbf3051cd10a9f92d97e64c4974 has been pushed to the review server.
It is available... -
11:17 TYPO3.Flow Bug #31042 (Under Review): Throwing an exception throws an exception....
- Patch set 1 of change I936356d0c19fafbf3051cd10a9f92d97e64c4974 has been pushed to the review server.
It is available... -
09:37 TYPO3.Flow Bug #31042 (Accepted): Throwing an exception throws an exception....
-
09:28 TYPO3.Flow Bug #31042: Throwing an exception throws an exception....
- ..maybe the current() invocation should be replaced with @$scopeAnnotation->value@, so that the whole block should re...
-
09:22 TYPO3.Flow Bug #31042 (Resolved): Throwing an exception throws an exception....
- after running the master branch intended to become RC1, I have @Uncaught Exception in FLOW3 #1: Warning: current() ex...
-
15:07 TYPO3.Flow Bug #31070: Symlink related Unit Tests fail on some Windows systems
- Patch set 2 of change I6e59ec224d6c3a3c6f62180be334d3b76d1d067d has been pushed to the review server.
It is available... -
14:43 TYPO3.Flow Bug #31070 (Under Review): Symlink related Unit Tests fail on some Windows systems
- Patch set 1 of change I6e59ec224d6c3a3c6f62180be334d3b76d1d067d has been pushed to the review server.
It is available... -
14:40 TYPO3.Flow Bug #31070 (Resolved): Symlink related Unit Tests fail on some Windows systems
- Depending on the system configuration and the current Windows Username, the PHP function @sys_get_temp_dir()@ returns...
-
13:52 TYPO3.Fluid Bug #29303: TYPO3\Fluid\View\TemplateView getTemplateRootPath should be public
- Bastian Waidelich wrote:
> > no it's the root path of the current view...
> > (which is the value from plugin.tx_... -
13:44 TYPO3.Fluid Bug #29303: TYPO3\Fluid\View\TemplateView getTemplateRootPath should be public
- Thomas Allmer wrote:
> Bastian Waidelich wrote:
> > In your example @$this->view->getTemplateRootPath()@ would be N... -
13:29 TYPO3.Fluid Bug #29303: TYPO3\Fluid\View\TemplateView getTemplateRootPath should be public
- Bastian Waidelich wrote:
> In your example @$this->view->getTemplateRootPath()@ would be NULL as you didn't specify ... -
10:06 TYPO3.Fluid Bug #29303: TYPO3\Fluid\View\TemplateView getTemplateRootPath should be public
- Fernando Arconada wrote:
> if TYPO3\Fluid\View\TemplateView setTemplateRootPath is public then
> the getTemplateR... -
13:16 TYPO3.Fluid Feature #30555: Make TagBuilder more extensible
- I would suggest something like this (concept from MooTools)...
-
09:55 TYPO3.Fluid Feature #30555: Make TagBuilder more extensible
- I agree that the TagBuilder could be more flexible.
Here some more ideas that came up during a discussion in the FLO... -
11:36 TYPO3.Flow Bug #31052 (Resolved): PackageManager::createPackage() creates invalid annotation
- Applied in changeset commit:139a4dac9fecd25c694657ef269ff43761be5eb5.
-
11:09 TYPO3.Flow Bug #31052 (Under Review): PackageManager::createPackage() creates invalid annotation
- Patch set 1 of change I7a9e1a7c075fbf48cb3c20593fcb6e43c9c71b01 has been pushed to the review server.
It is available... -
11:08 TYPO3.Flow Bug #31052 (Resolved): PackageManager::createPackage() creates invalid annotation
- The @PackageManager::createPackage()@ that is called by the @flow3 package:create@ command still creates a Package.ph...
-
09:37 TYPO3.Flow Bug #31015 (Resolved): Second classloader in ReflectionService doesn't know about packages
- Applied in changeset commit:59b758615957dea8a2efc0defbac2a190b15b31e.
2011-10-17
-
23:50 TYPO3.Flow Bug #31015: Second classloader in ReflectionService doesn't know about packages
- Patch set 2 of change I50646c4757ea66413ff97406e829b050af7fb29f has been pushed to the review server.
It is available... -
18:50 TYPO3.Flow Bug #31015 (Under Review): Second classloader in ReflectionService doesn't know about packages
- Patch set 1 of change I50646c4757ea66413ff97406e829b050af7fb29f has been pushed to the review server.
It is available... -
18:47 TYPO3.Flow Bug #31015 (Resolved): Second classloader in ReflectionService doesn't know about packages
- There should be reuse of the classloader already created in Bootstrap.
-
23:31 TYPO3.Flow Feature #27115 (Closed): AOP should provide a way to change method parameters
- Closing as duplicate
-
22:15 TYPO3.Flow Feature #31021 (Under Review): PropertyMappingConfiguration should support not mapping of properties
- Patch set 1 of change Ieb43e8cd244b82c4b6cd388bdf582f9214fe711b has been pushed to the review server.
It is available... -
21:55 TYPO3.Flow Feature #31021 (Resolved): PropertyMappingConfiguration should support not mapping of properties
- Currently the shouldMap method of the PropertyMappingConfiguration always returns TRUE, it should be possible to conf...
-
22:05 TYPO3.Flow Bug #30778 (Resolved): Exceeding Request arguments should only be appended to URI if configured
- Applied in changeset commit:d74ce5d9cf5081ebe019c594b80c4d17b96d4fa8.
-
21:45 TYPO3.Flow Bug #30778: Exceeding Request arguments should only be appended to URI if configured
- Patch set 3 of change I5fcb3b583cc237957337e1d94731695e51afcc45 has been pushed to the review server.
It is available... -
21:48 TYPO3.Fluid Feature #31019: FlashMessages ViewHelper should render message title and severity
- Patch set 2 of change Icf2c3e0bff3140bfd7da0c3c0808cca0097f6197 has been pushed to the review server.
It is available... -
21:36 TYPO3.Fluid Feature #31019: FlashMessages ViewHelper should render message title and severity
- Patch set 1 of change Icf2c3e0bff3140bfd7da0c3c0808cca0097f6197 has been pushed to the review server.
It is available... -
21:27 TYPO3.Fluid Feature #31019 (Resolved): FlashMessages ViewHelper should render message title and severity
- Currently <f:flashmessages /> renders the FlashMessages only by converting them into a string implicitly. That only r...
-
17:35 TYPO3.Flow Bug #30929 (Resolved): Routing does not always work if splitString is optional
- Applied in changeset commit:ce14c0003eb87316e760985c7fa59cbee5af1a72.
-
17:08 TYPO3.Flow Bug #30929: Routing does not always work if splitString is optional
- Patch set 3 of change Iae4ba2652c08e8a0ba468076ae5dec6008f0ea47 has been pushed to the review server.
It is available... -
13:51 TYPO3.Flow Bug #31002 (New): Generated __sleep method handles static properties as members.
- The __sleep method generated by \TYPO3\FLOW3\Object\DependencyInjection\ProxyClassBuilder::buildSerializeRelatedEntit...
2011-10-16
-
20:12 TYPO3.Kickstart Bug #30980: Generating ActionControllers using a comma separated list creates wrong Models and Repositories
- Patch set 1 of change I7b9e25ea0154ccc670bc04f99a657299ccf5f40c has been pushed to the review server.
It is available... -
18:03 TYPO3.Kickstart Bug #30980: Generating ActionControllers using a comma separated list creates wrong Models and Repositories
- It also requires the *--generate-actions* flag to be set as well.
-
17:55 TYPO3.Kickstart Bug #30980 (Resolved): Generating ActionControllers using a comma separated list creates wrong Models and Repositories
- Using the following command:
./flow3 kickstart:actioncontroller --generate-related --generate-actions Acme.Dem...
2011-10-15
-
10:02 TYPO3.Fluid Bug #29303: TYPO3\Fluid\View\TemplateView getTemplateRootPath should be public
- Thomas Allmer wrote:
In your example @$this->view->getTemplateRootPath()@ would be NULL as you didn't specify a path.
-
01:40 TYPO3.Flow Bug #29976 (Resolved): CSRF token is always the same
- Applied in changeset commit:1dd7ba68d3f0b6d6b2c0f9ef9f480e80aab08f2d.
-
01:08 Task #30861 (Resolved): Remove declare(ENCODING) line
-
01:06 Task #30861 (Under Review): Remove declare(ENCODING) line
-
01:06 Task #30861: Remove declare(ENCODING) line
- Patch set 1 of change Iebda413a9d9560ec51c9a1bea027258f117a7118 has been pushed to the review server.
It is available... -
00:58 TYPO3.Flow Bug #29982 (Resolved): Wrong table structure for multiple ManyToOne relations
- Resolved with #30223.
2011-10-14
-
20:16 TYPO3.Fluid Bug #30935 (Under Review): Catch ViewHelper exceptions and log them in production context
-
20:16 TYPO3.Fluid Bug #30935: Catch ViewHelper exceptions and log them in production context
- Patch set 2 of change I4af4d03ff6048fcc8999f4a48d5c2897dc43fc4e has been pushed to the review server.
It is available... -
15:14 TYPO3.Fluid Bug #30935 (Resolved): Catch ViewHelper exceptions and log them in production context
- from line 241 of the AbstractViewHelper:...
-
20:05 TYPO3.Fluid Feature #30777 (Resolved): Catch Routing Exceptions in uri and link ViewHelpers
- Applied in changeset commit:24a8e237a5134b7576b24dcc18d27200d312819b.
-
15:19 TYPO3.Fluid Feature #30777: Catch Routing Exceptions in uri and link ViewHelpers
- Patch set 1 of change Ie34ef79049b2160334c331a1b83031e80430e5ee has been pushed to the review server.
It is available... -
16:32 TYPO3.Fluid Bug #30937 (New): CropViewHelper stringToTruncate can't be supplied so it can't be easily extended
- the CropViewHelper always gets its content via $this->renderChildren(); so you can't provide the text when using the ...
-
15:40 TYPO3.Flow Bug #30934 (Accepted): persistAll() should only be called if EntityManager is still alive
-
15:12 TYPO3.Flow Bug #30934 (Resolved): persistAll() should only be called if EntityManager is still alive
- In some cases it can happen, that the EntityManager is closed at the end of an controller. This *can* be a valid situ...
-
15:10 TYPO3.Flow Feature #30933 (Needs Feedback): Check for unique constraints on add()
- If you define a uniqueConstraints in a Model you want to have that checked as soon as the add() method of your reposi...
-
14:48 TYPO3.Flow Bug #30929 (Under Review): Routing does not always work if splitString is optional
- Patch set 2 of change Iae4ba2652c08e8a0ba468076ae5dec6008f0ea47 has been pushed to the review server.
It is available... -
14:21 TYPO3.Flow Bug #30929 (Resolved): Routing does not always work if splitString is optional
- If the route part following an identity route part optional like...
-
14:17 TYPO3.Flow Task #27627 (Under Review): Overhaul annotation support/syntax
-
14:06 TYPO3.Flow Feature #26358 (Resolved): Initialize sessions only when necessary
- Applied in changeset commit:6d7d3b9ae15b120acb647526f92ed443fdab312a.
-
13:50 TYPO3.Flow Feature #26358: Initialize sessions only when necessary
- Patch set 12 of change Id7ca5086353a77cabab27086949e326aa0e3d7a6 has been pushed to the review server.
It is availabl... -
14:06 TYPO3.Flow Bug #30436 (Resolved): Access denied exception after session timeout with CSRF
- Applied in changeset commit:0edbd68a074a248a8ddd4b023002a7a51e98ca48.
-
13:52 TYPO3.Flow Bug #30436: Access denied exception after session timeout with CSRF
- Patch set 4 of change If2c9c6386a2ee26195073a359dcf87db515d1dc0 has been pushed to the review server.
It is available... -
13:19 TYPO3.Flow Bug #30778: Exceeding Request arguments should only be appended to URI if configured
- Patch set 2 of change I5fcb3b583cc237957337e1d94731695e51afcc45 has been pushed to the review server.
It is available... -
09:39 TYPO3.Flow Bug #30914 (Resolved): Proxy methods for methods with "by reference" return type are broken
- The proxy class builder ignores the by-reference & in the proxy method, and therefore you get an PHP fatal error.
-
08:53 TYPO3.Flow Bug #28036 (Resolved): Database password in Settings.yaml is not recognized when it starts with an ampersand
- New YAML parser is merged so this can be closed. I can confirm that a string starting with ampersand works as expecte...
-
01:05 TYPO3.Flow Task #30826 (Resolved): Use Symphony YAML parser for settings instead of Horde/YAML
- Applied in changeset commit:23468adc78877afc51af7a4c39fe3e649afb226e.
-
00:07 TYPO3.Flow Bug #30858 (Resolved): Proxy Class Builder ignores optional arguments with NULL default
- Applied in changeset commit:8175869916ad95c8bdd06498c8caaad5d6c1ceac.
-
00:06 TYPO3.Flow Bug #29488 (Resolved): AuthenticationManager::authenticate() does not throw Exception for invalid credentials
- Applied in changeset commit:d77d259613775337751115098200e6175adfcb28.
2011-10-13
-
23:53 TYPO3.Flow Bug #29488: AuthenticationManager::authenticate() does not throw Exception for invalid credentials
- Patch set 2 of change Ia3d15f8e5e900ccc3b5be1b22b668d5ddadad7c8 has been pushed to the review server.
It is available... -
23:31 TYPO3.Flow Feature #26358: Initialize sessions only when necessary
- Patch set 11 of change Id7ca5086353a77cabab27086949e326aa0e3d7a6 has been pushed to the review server.
It is availabl... -
23:09 TYPO3.Flow Feature #26358: Initialize sessions only when necessary
- Patch set 10 of change Id7ca5086353a77cabab27086949e326aa0e3d7a6 has been pushed to the review server.
It is availabl... -
22:37 TYPO3.Flow Feature #26358: Initialize sessions only when necessary
- Patch set 9 of change Id7ca5086353a77cabab27086949e326aa0e3d7a6 has been pushed to the review server.
It is available... -
23:07 TYPO3.Flow Task #30825 (Resolved): Cleanup of (Flash)Messages API
- Applied in changeset commit:2dc4ac4cbd6e370edb3aab21fcf5ec8e15ef4077.
-
22:37 TYPO3.Flow Task #30825: Cleanup of (Flash)Messages API
- Patch set 9 of change I37370d824511fe3ad6cd993a22ca43a9ffbb13c9 has been pushed to the review server.
It is available... -
00:17 TYPO3.Flow Task #30825: Cleanup of (Flash)Messages API
- Patch set 8 of change I37370d824511fe3ad6cd993a22ca43a9ffbb13c9 has been pushed to the review server.
It is available... -
20:16 TYPO3.Flow Bug #30778 (Under Review): Exceeding Request arguments should only be appended to URI if configured
- Patch set 1 of change I5fcb3b583cc237957337e1d94731695e51afcc45 has been pushed to the review server.
It is available... -
17:06 TYPO3.Flow Bug #30633 (Resolved): endless recursion when using the wrong php binary
- Applied in changeset commit:a7da3409cb3173d17fcabae5c5cc0c10911f0672.
-
15:47 TYPO3.Flow Bug #29295: Uncaught Exception in FLOW3 SQLSTATE[HY000]: General error: 1005 Can't create table 'phoenix.#sql-3dc_28' (errno: 150)
- Indeed there was a fix recently, could you try if you can reproduce the error with current master? Because I guess no...
-
15:24 TYPO3.Flow Feature #9534 (Rejected): RAND as order posibility
- As stated, with doctrine no longer an issue.
-
15:21 TYPO3.Flow Feature #3580: Create an administration panel for the FLOW3 Development context
- didn't see this ticket so created:
http://forge.typo3.org/issues/30890
with the ideas.
I would use Phoenix styles ... -
15:17 TYPO3.Flow Feature #30890 (Accepted): Developer Toolbar
- Create a toolbar that can be enabled to provide easy debugging features and help to the FLOW3 developer.
Some idea... -
15:07 TYPO3.Flow Bug #28036: Database password in Settings.yaml is not recognized when it starts with an ampersand
- this works with: https://review.typo3.org/#change,5740
-
14:51 TYPO3.Flow Bug #30858: Proxy Class Builder ignores optional arguments with NULL default
- Patch set 5 of change I268e5f90ac815edadfe5b49cbc779697ea51a5f5 has been pushed to the review server.
It is available... -
11:40 TYPO3.Flow Bug #30858: Proxy Class Builder ignores optional arguments with NULL default
- Patch set 4 of change I268e5f90ac815edadfe5b49cbc779697ea51a5f5 has been pushed to the review server.
It is available... -
08:54 TYPO3.Flow Bug #30858: Proxy Class Builder ignores optional arguments with NULL default
- Patch set 3 of change I268e5f90ac815edadfe5b49cbc779697ea51a5f5 has been pushed to the review server.
It is available...
2011-10-12
-
23:44 TYPO3.Flow Bug #29976: CSRF token is always the same
- Patch set 2 of change I93c432e45071a3c5628e98b3fbefa7407c715c15 has been pushed to the review server.
It is available... -
12:46 TYPO3.Flow Bug #29976: CSRF token is always the same
- FYI: We have added two bug reports to the "Improved Security" project at "SourceSorge":http://sourceforge.net/tracker...
-
23:21 TYPO3.Flow Bug #29488 (Under Review): AuthenticationManager::authenticate() does not throw Exception for invalid credentials
- Patch set 1 of change Ia3d15f8e5e900ccc3b5be1b22b668d5ddadad7c8 has been pushed to the review server.
It is available... -
23:04 TYPO3.Flow Bug #29488 (Accepted): AuthenticationManager::authenticate() does not throw Exception for invalid credentials
- As discussed at T3CON11 we should change the default strategy from "anyToken" to "atLeastOneToken" as that will fit t...
-
23:04 TYPO3.Flow Bug #30858: Proxy Class Builder ignores optional arguments with NULL default
- Patch set 2 of change I268e5f90ac815edadfe5b49cbc779697ea51a5f5 has been pushed to the review server.
It is available... -
20:39 TYPO3.Flow Bug #30858 (Under Review): Proxy Class Builder ignores optional arguments with NULL default
- Patch set 1 of change I268e5f90ac815edadfe5b49cbc779697ea51a5f5 has been pushed to the review server.
It is available... -
20:35 TYPO3.Flow Bug #30858 (Resolved): Proxy Class Builder ignores optional arguments with NULL default
-
22:33 TYPO3.Flow Task #30825: Cleanup of (Flash)Messages API
- Patch set 7 of change I37370d824511fe3ad6cd993a22ca43a9ffbb13c9 has been pushed to the review server.
It is available... -
16:45 TYPO3.Flow Task #30825: Cleanup of (Flash)Messages API
- Patch set 6 of change I37370d824511fe3ad6cd993a22ca43a9ffbb13c9 has been pushed to the review server.
It is available... -
15:27 TYPO3.Flow Task #30825: Cleanup of (Flash)Messages API
- Patch set 5 of change I37370d824511fe3ad6cd993a22ca43a9ffbb13c9 has been pushed to the review server.
It is available... -
14:07 TYPO3.Flow Task #30825: Cleanup of (Flash)Messages API
- Patch set 3 of change I37370d824511fe3ad6cd993a22ca43a9ffbb13c9 has been pushed to the review server.
It is available... -
14:04 TYPO3.Flow Task #30825 (Under Review): Cleanup of (Flash)Messages API
- Patch set 2 of change I37370d824511fe3ad6cd993a22ca43a9ffbb13c9 has been pushed to the review server.
It is available... -
11:17 TYPO3.Flow Task #30825 (Resolved): Cleanup of (Flash)Messages API
- To have a nice API for 1.0 cleanup of FlashMessage, FlashMessageContainer and Message objects is needed. Additionally...
-
21:35 TYPO3.Flow Feature #26358: Initialize sessions only when necessary
- Patch set 8 of change Id7ca5086353a77cabab27086949e326aa0e3d7a6 has been pushed to the review server.
It is available... -
21:29 TYPO3.Flow Feature #26358: Initialize sessions only when necessary
- Patch set 7 of change Id7ca5086353a77cabab27086949e326aa0e3d7a6 has been pushed to the review server.
It is available... -
19:44 TYPO3.Flow Feature #26358: Initialize sessions only when necessary
- Patch set 6 of change Id7ca5086353a77cabab27086949e326aa0e3d7a6 has been pushed to the review server.
It is available... -
15:27 TYPO3.Flow Feature #26358 (Under Review): Initialize sessions only when necessary
- Patch set 5 of change Id7ca5086353a77cabab27086949e326aa0e3d7a6 has been pushed to the review server.
It is available... -
21:15 Task #30861 (Accepted): Remove declare(ENCODING) line
-
21:13 Task #30861 (Resolved): Remove declare(ENCODING) line
- Since the declare() statement was dropped from FLOW3 sources, it should be removed everywhere.
The following files... -
20:17 Task #30857: Set the RewriteBase configuration in the .htaccess by default
- Patch set 1 of change I41a3c7571050fdd695ca4d801c2143c8c8543247 has been pushed to the review server.
It is available... -
19:58 Task #30857 (Resolved): Set the RewriteBase configuration in the .htaccess by default
- Apache server does not allow modules to reconfigure the DOCUMENT_ROOT, this can cause problems with mod_rewrite, and ...
-
18:04 TYPO3.Flow Bug #30436: Access denied exception after session timeout with CSRF
- Patch set 3 of change If2c9c6386a2ee26195073a359dcf87db515d1dc0 has been pushed to the review server.
It is available... -
16:48 TYPO3.Flow Task #30826: Use Symphony YAML parser for settings instead of Horde/YAML
- Patch set 2 of change I3dff3073045b7be75dfd2c54080a347f5616344d has been pushed to the review server.
It is available... -
16:00 TYPO3.Flow Task #30826 (Under Review): Use Symphony YAML parser for settings instead of Horde/YAML
- Patch set 1 of change I3dff3073045b7be75dfd2c54080a347f5616344d has been pushed to the review server.
It is available... -
11:38 TYPO3.Flow Task #30826 (Accepted): Use Symphony YAML parser for settings instead of Horde/YAML
-
11:37 TYPO3.Flow Task #30826 (Resolved): Use Symphony YAML parser for settings instead of Horde/YAML
- Ideally make a separate Symphony YAML package out of it.
-
15:22 TYPO3.Flow Task #30848 (Resolved): Make PHP session configurable
- I'm using FLOW3 in a subdomain environment and need a way to have valid session cookies for all subdomains of a php s...
-
11:38 TYPO3.Flow Bug #28036: Database password in Settings.yaml is not recognized when it starts with an ampersand
- Hopefully fixed after having: http://forge.typo3.org/issues/30826
-
10:48 TYPO3.Flow Feature #26783 (Under Review): Support settings via OS Environment
- Patch set 1 of change I89877637d440e060c45dc73011e65a01b36302c4 has been pushed to the review server.
It is available... -
10:42 Bug #30543 (Closed): Classes disappearing cause havoc
- The problem in your case was that the Media package was not available because you probably didn't update the submodul...
-
00:00 TYPO3.Flow Bug #30223: Column names for association properties are generated wrong
- Hint for developers that come across this and need to upgrade their packages:
It is not possible for Doctrine to det...
2011-10-11
-
19:52 TYPO3.Flow Bug #29976 (Under Review): CSRF token is always the same
- Patch set 1 of change I93c432e45071a3c5628e98b3fbefa7407c715c15 has been pushed to the review server.
It is available... -
19:31 TYPO3.Flow Bug #29976: CSRF token is always the same
- Yep I see,
I guess it goes wrong around line 219 for you, maybe you check that out. It fills an array with zeros t... -
17:01 TYPO3.Flow Bug #29976: CSRF token is always the same
- Christian Mueller wrote:
> Maybe we should add a fallback to generate "not so strongly randomized data" to have
>... -
16:38 TYPO3.Flow Bug #29976: CSRF token is always the same
- Maybe we should add a fallback to generate "not so strongly randomized data" to have it running on Win 64-bit but log...
-
16:37 TYPO3.Flow Bug #29976: CSRF token is always the same
- That is a shortcoming of /Packages/Framework/TYPO3.FLOW3/Resources/PHP/iSecurity/Security_Randomizer.php, it also men...
-
16:24 TYPO3.Flow Bug #30493: CLI argument handling chokes on = use
- Patch set 2 of change I15c7ca0ba50fc612b7328573ebce9f748c46fb2f has been pushed to the review server.
It is available... -
16:23 TYPO3.Flow Bug #30493 (Under Review): CLI argument handling chokes on = use
- Patch set 1 of change I15c7ca0ba50fc612b7328573ebce9f748c46fb2f has been pushed to the review server.
It is available... -
11:14 TYPO3.Flow Bug #30778 (Resolved): Exceeding Request arguments should only be appended to URI if configured
- Currently when creating URIs/Links via the UriBuilder arguments that are not part of the configured route values are ...
-
11:14 TYPO3.Fluid Feature #30777 (Resolved): Catch Routing Exceptions in uri and link ViewHelpers
- Developers having a hard time figuring out what went wrong, if FLOW3 dies with a Routing Exception. Especially when y...
-
10:52 TYPO3.Flow Bug #28035 (Closed): FLOW3_REWRITEURLS is not taken into credit
-
10:09 TYPO3.Flow Bug #28035: FLOW3_REWRITEURLS is not taken into credit
- ehm, please close, no right to do so :-)
-
10:08 TYPO3.Flow Bug #28035: FLOW3_REWRITEURLS is not taken into credit
- True, works like a charm. My bad, there was a .htaccess some folders before trying to use mod_rewrite. This led to th...
-
08:47 TYPO3.Flow Bug #28035 (Needs Feedback): FLOW3_REWRITEURLS is not taken into credit
- Using FLOW3 without mod_rewrite is perfectly okay – you just won't have the nice URLs. Which errors did you experience?
-
09:15 TYPO3.Flow Bug #30633 (Under Review): endless recursion when using the wrong php binary
-
09:15 TYPO3.Flow Bug #30633 (Accepted): endless recursion when using the wrong php binary
-
09:14 TYPO3.Flow Bug #30633: endless recursion when using the wrong php binary
- Patch set 1 of change I1b0bb6e451acb60512cd1820fda1e26a5c261e04 has been pushed to the review server.
It is available... -
08:48 TYPO3.Flow Bug #28036 (Accepted): Database password in Settings.yaml is not recognized when it starts with an ampersand
-
08:46 TYPO3.Flow Bug #27695 (Closed): Production configuration cache not flushed on cache:flush
- Can't reproduce with current master
-
08:30 TYPO3.Flow Feature #30256: Package help in CLI
- I think that, for the sake of simplicity, it should output a list of commands similar to what the current help index ...
2011-10-10
-
12:04 TYPO3.Flow Bug #30714 (Closed): \TYPO3\FLOW3\var_dump() memory use causes fatal error debugging objects.
- During some FLOW3 CRUD testing, I got an error several times I wanted to debug objects that have related objects.
...
2011-10-07
-
16:53 TYPO3.Flow Bug #30633 (Resolved): endless recursion when using the wrong php binary
- If I uses non cli-php to call flow3, it will get an endless recursion.
It will be better to stop after 100 call, o... -
13:38 TYPO3.Flow Feature #30378: Cookie authentication
- Sorry, I completely missed the thing; what is described above is a kind of session login handling which FLOW3 supplie...
2011-10-06
-
23:25 TYPO3.Flow Bug #30614 (Resolved): Use of undefined policies throws exception
- Notice: Undefined index: Test in /srv/c/cdas/src/shared/Data/Temporary/Development/Cache/Code/FLOW3_Object_Classes/TY...
-
09:36 TYPO3.Kickstart Bug #30526 (Resolved): When kickstarting models with DateTime properties invalid templates are generated
- Applied in changeset commit:ca4761bec9e2745acd71172ecc18f638cc6a717f.
2011-10-05
-
14:47 TYPO3.Flow Bug #29488: AuthenticationManager::authenticate() does not throw Exception for invalid credentials
- Andreas Förthner wrote:
> On the other hand, anyToken [...] doesn't break something if you do nothing...
Except for... -
14:22 TYPO3.Flow Bug #29488: AuthenticationManager::authenticate() does not throw Exception for invalid credentials
- As already discussed, the behaviour is correct. But maybe we really should change the default strategy. On the other ...
-
12:03 TYPO3.Flow Bug #29488: AuthenticationManager::authenticate() does not throw Exception for invalid credentials
- Bastian Waidelich wrote:
> But if I get it right, the behavior of the default strategy (anyToken) is not correct.
.... -
11:57 TYPO3.Flow Bug #29488: AuthenticationManager::authenticate() does not throw Exception for invalid credentials
- This would be "expected" behavior for the @anyToken@ authentication strategy - authenticated doesn't mean authorized....
-
11:55 TYPO3.Flow Bug #29488: AuthenticationManager::authenticate() does not throw Exception for invalid credentials
- I can reproduce this with the default setup.
To fix this you can change the authentication strategy. for instance li... -
11:50 TYPO3.Flow Bug #29488 (Needs Feedback): AuthenticationManager::authenticate() does not throw Exception for invalid credentials
- Andi, can you shed some light on this?
2011-10-04
-
22:02 TYPO3.Fluid Bug #29303: TYPO3\Fluid\View\TemplateView getTemplateRootPath should be public
- I would totally agree to this as if you define the complete path to the template you loose the ability to configure/c...
-
21:18 TYPO3.Fluid Feature #30555 (New): Make TagBuilder more extensible
- As a developer for Viewhelpers I would like to Extend available Viewhelper and probably modify some tag attributes ba...
-
19:41 TYPO3.Kickstart Bug #30526: When kickstarting models with DateTime properties invalid templates are generated
- Patch set 2 of change I3757583b839bfc5e4b59cb3013f7c379bda7f6a5 has been pushed to the review server.
It is available... -
19:05 TYPO3.Flow Bug #30542 (Resolved): Static Route Parts are not reset
- Applied in changeset commit:9d03bb5259c34403d95f7048da9c80e8a7fb7543.
-
13:10 TYPO3.Flow Bug #30542 (Under Review): Static Route Parts are not reset
- Patch set 1 of change Ide104658cb1c822e58768200092c30dd0b356e33 has been pushed to the review server.
It is available... -
13:07 TYPO3.Flow Bug #30542 (Resolved): Static Route Parts are not reset
- @StaticRoutePart::resolve()@ sets the value to the route parts name (= the corresponding URI part).
@RoutePart::matc... -
13:32 Bug #30543 (Closed): Classes disappearing cause havoc
- After "pulling" to commit a1c1304a26fd6e9173adccf58c6adb2b462d820f I got the following error in FLOW3 CLI...
-
09:52 TYPO3.Flow Bug #30536 (Resolved): URI builder does not work correctly with arguments of subrequests
- see https://review.typo3.org/#change,2001
2011-10-03
-
15:54 TYPO3.Kickstart Bug #30526: When kickstarting models with DateTime properties invalid templates are generated
- Patch set 1 of change I3757583b839bfc5e4b59cb3013f7c379bda7f6a5 has been pushed to the review server.
It is available... -
15:52 TYPO3.Kickstart Bug #30526 (Resolved): When kickstarting models with DateTime properties invalid templates are generated
- When kickstarting models that contain properties of type
DateTime, CRUD Views throw exceptions because the property
... -
10:26 TYPO3.Fluid Bug #26394: Form Viewhelper does not work with html5 custom data attributes
- Thomas Allmer wrote:
> I can confirm that the following syntax works
Thanks for the update!
2011-10-01
-
00:02 TYPO3.Flow Bug #30493 (Resolved): CLI argument handling chokes on = use
- When a value for an argument is given like @--name=value@ the result is an uncaught exception #1297759968.
2011-09-30
-
23:39 TYPO3.Fluid Bug #26394: Form Viewhelper does not work with html5 custom data attributes
- I can confirm that the following syntax works...
-
23:35 TYPO3.Flow Bug #29978 (Resolved): Wrong default value 'Text' for $dataType in TYPO3\FLOW3\MVC\Controller\Arguments::addNewArgument()
- Applied in changeset commit:2b29376b3ea683ccf15ae925a6cd0373d3749491.
-
23:19 TYPO3.Flow Bug #29978: Wrong default value 'Text' for $dataType in TYPO3\FLOW3\MVC\Controller\Arguments::addNewArgument()
- Patch set 3 of change I82f77161e4b7ec277599feb8e07834ed9d39692a has been pushed to the review server.
It is available... -
23:35 Bug #30491 (Closed): Commands with only one optional argument don't work
- Feature. The simple rule is: optional arguments must always be named.
The reason is that FLOW3 otherwise would not... -
22:44 Bug #30491 (Closed): Commands with only one optional argument don't work
- I kickstarted a command controller and added one command action with one optional argument:...
-
13:44 TYPO3.Flow Feature #27329 (Rejected): Wrap Doctrine ArrayCollection in some FLOW3 collection
- I gave this more thought yesterday and today. My conclusion: if we do this, we'll break things or gain nothing.
*o... -
12:16 TYPO3.Flow Feature #27329: Wrap Doctrine ArrayCollection in some FLOW3 collection
- +1 for introducing a FLOW3 interface / wrapper for collections
-
12:29 TYPO3.Fluid Task #10911: Tx_Fluid_ViewHelpers_Form_AbstractFormViewHelper->renderHiddenIdentityField should be more reliable
- Not FLOW3 related?
-
12:28 TYPO3.Kickstart Feature #30253 (Resolved): Make views aware of already existing properties on models
-
10:38 TYPO3.Kickstart Feature #30253: Make views aware of already existing properties on models
- Patch set 2 of change I65c11ee98094de2d89fed71a35e7881b5800598c has been pushed to the review server.
It is available... -
10:25 TYPO3.Kickstart Feature #30253 (Under Review): Make views aware of already existing properties on models
-
12:27 TYPO3.Fluid Task #6560 (Closed): A reset button for formViewHelper [Made and attached]
- I'll close this issue for the following reasons:
* as Bastian pointed out, not using a view helper is even more si... -
12:25 TYPO3.Flow Task #29543 (Resolved): Clarifiy persistence behavior for inheritance in entities / aggregate roots
-
12:20 TYPO3.Flow Task #29543: Clarifiy persistence behavior for inheritance in entities / aggregate roots
- Patch set 2 of change Ic64e8cc7b72fc1f570ab4ed9d09a435707e0cc12 has been pushed to the review server.
It is available... -
12:00 TYPO3.Flow Task #29543 (Under Review): Clarifiy persistence behavior for inheritance in entities / aggregate roots
- Patch set 1 of change Ic64e8cc7b72fc1f570ab4ed9d09a435707e0cc12 has been pushed to the review server.
It is available... -
11:52 TYPO3.Flow Task #29543: Clarifiy persistence behavior for inheritance in entities / aggregate roots
- A small update to the scope of this:
Karsten Dambekalns wrote:
> * it will return both types
> * it will accept ... -
12:24 TYPO3.Flow Bug #29416 (Resolved): Aggregate root detection for Person vs AbstractParty is broken
-
12:20 TYPO3.Flow Bug #29416: Aggregate root detection for Person vs AbstractParty is broken
- Patch set 2 of change I5538230b42624629a6746ebff5e9e5dae6e93859 has been pushed to the review server.
It is available... -
12:24 TYPO3.Flow Feature #6607 (Closed): Enable security for REST services
- Okay, I close this for now – once we start working on REST again, we'll naturally stumble over a topic like this.
-
12:23 Bug #30268 (Resolved): Setpermissions path incorrect
-
12:22 TYPO3.Flow Bug #25694 (Closed): Multiple annotations with the same name are not supported by the reflection service
- Can't reproduce.
-
12:21 TYPO3.Flow Task #26129 (Closed): Establish simple conventions for qualified and unqualified class names
-
12:18 TYPO3.Flow Bug #27232: Create unit test for "Original Request must only be set if there is a validation error"
- Will you manage to write this test for 1.0?
-
12:08 TYPO3.Flow Feature #27116 (Closed): Routing: Declared variables only available in POST but not in GET regexpr signature
- Fernando Arconada wrote:
> May be the problem could be fixed with #27117 at this moment not i'm not sure
I gues... -
10:33 TYPO3.Flow Bug #30467 (Under Review): Doctrine fails to initialize AOP and DI in some cases
- Patch set 1 of change I83ba6484e9daecf5344242815ec52ad1770907f9 has been pushed to the review server.
It is available... -
10:23 TYPO3.Flow Bug #30467 (Resolved): Doctrine fails to initialize AOP and DI in some cases
- When a Doctrine lazy loading proxy for an object is created for some specific purpose (e.g. when initializing session...
-
10:22 TYPO3.Flow Task #27627 (Accepted): Overhaul annotation support/syntax
Also available in: Atom