Activity
From 2012-02-12 to 2012-03-12
2012-03-12
-
19:18 TYPO3.Fluid Bug #27607: Make Fluid comparisons work when first element is STRING, second is NULL.
- This is basically a duplicate of #26665, right? Then one of them should maybe be closed?
-
19:13 TYPO3.Fluid Bug #27286: FLUID: #1: Warning: htmlspecialchars(): Invalid multibyte sequence in argument
- close it, is quite old and now all seems to work right
-
19:11 TYPO3.Fluid Bug #27286: FLUID: #1: Warning: htmlspecialchars(): Invalid multibyte sequence in argument
- Fernando did you check if this was an encoding issue with your data?
-
19:04 TYPO3.Fluid Feature #27120 (Rejected): filters for ViewHelpers and templates
- This kind of settings probably wont be introduced anytime soon as the functionality is already there with the raw vie...
-
19:03 Revision a365e92a: [TASK] Raise submodule pointers
-
19:02 TYPO3.Flow Feature #27118 (Rejected): Routing: json format should use MIME application/json by default
- This has been removed. The JsonView in the FLOW3 package sets the header correctly, you should do the same if you dec...
-
19:01 Revision 8e087dfa: [TASK] Raise submodule pointers
-
18:55 TYPO3.Flow Bug #33719: .Shortcuts symlinks use absolute path
- Patch set 20 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/8868 -
09:14 TYPO3.Flow Bug #33719: .Shortcuts symlinks use absolute path
- Patch set 19 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/8868 -
09:13 TYPO3.Flow Bug #33719: .Shortcuts symlinks use absolute path
- Patch set 18 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/8868 -
18:55 TYPO3.Flow Bug #33968: Missing privileges to create symlinks in Windows cause exception
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9528 -
18:52 TYPO3.Fluid Task #12991 (Resolved): form.errors ViewHelper should merge property errors
- This is possible in the meantime with the ValidationResults ViewHelper in FLOW3.
-
18:41 TYPO3.Flow Bug #34620: Wrong return value for getAccessDecisionVoters()
- Patch set 1 for branch *FLOW3-1.0* has been pushed to the review server.
It is available at http://review.typo3.org/9589 -
18:41 TYPO3.Flow Revision 7e055f0b: [BUGFIX] typo in return statement for getAccessDecisionVoters()
- Fix return value to array.
Fix type hinting for var $securityContext and $authenticationManager
Change-Id: I05223d15... -
18:41 TYPO3.Flow Revision e796d217: Merge "[BUGFIX] typo in return statement for getAccessDecisionVoters()"
-
18:37 TYPO3.Flow Bug #34608: ResourceStreamWrapper::seek gives exactly the wrong bool value
- Patch set 1 for branch *FLOW3-1.0* has been pushed to the review server.
It is available at http://review.typo3.org/9587 -
18:37 TYPO3.Flow Revision 461bb056: [BUGFIX] ResourceStreamWrapper returns wrong value for fseek
- Calling fseek will always return the wrong value, as fseek
return 0 on success otherwise -1.
The stream_wrapper expec... -
18:37 TYPO3.Flow Revision cb6469f8: Merge "[BUGFIX] ResourceStreamWrapper returns wrong value for fseek"
-
18:35 TYPO3.Flow Feature #10524 (Needs Feedback): Support multiple package directories
- What speaks against symlinking the Framework directory to your projects?
-
18:34 TYPO3.Flow Feature #10427 (Resolved): Support inter-type properties for entites
- Take a look at Packages/Framework/TYPO3.FLOW3/Classes/Persistence/Aspect/PersistenceMagicAspect.php there we introduc...
-
18:33 TYPO3.Flow Bug #33932: AOP Proxy Compiler does not handle numeric annotation parameters
- Patch set 2 for branch *FLOW3-1.0* has been pushed to the review server.
It is available at http://review.typo3.org/9584 -
18:20 TYPO3.Flow Bug #33932: AOP Proxy Compiler does not handle numeric annotation parameters
- Patch set 1 for branch *FLOW3-1.0* has been pushed to the review server.
It is available at http://review.typo3.org/9584 -
18:31 TYPO3.Flow Revision 1fb98a95: [BUGFIX] Fixes handling of numeric annotation parameters
- Annotations like @FooBar(amount=2) lost their parameter value
in renderAnnotation(). This change fixes that.
Change-... -
18:28 TYPO3.Flow Feature #10312 (Rejected): Autogenerate setters and getters
- Yep, just use your IDE to generate the getters and setters, then you benefit from code completion. If you don't like...
-
18:14 TYPO3.Flow Revision da1b295e: Merge "[BUGFIX] Fixes handling of numeric annotation parameters"
-
18:10 TYPO3.Fluid Feature #8989 (Needs Feedback): Search path for fluid template files
- Does this still make sense? The discussion and code is v4 and I think for v4 Typoscript can do everything needed. FLO...
-
18:03 Revision 75d41f11: [TASK] Raise submodule pointers
-
17:57 TYPO3.Flow Bug #33048: flow3.bat gives wrong feedback
- Patch set 1 for branch *FLOW3-1.0* has been pushed to the review server.
It is available at http://review.typo3.org/9582 -
16:33 TYPO3.Flow Bug #33048: flow3.bat gives wrong feedback
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9476 -
15:49 TYPO3.Flow Bug #33048: flow3.bat gives wrong feedback
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9476 -
17:56 TYPO3.Flow Revision b33afd7b: [BUGFIX] Make flow3.bat output usage texts matching Windows
- When using flow3.bat on Windows the usage information would tell the
user to call "./flow3", which doesn't fit the Wi... -
17:52 TYPO3.Flow Revision 86efcd57: Merge "[BUGFIX] Make flow3.bat output usage texts matching Windows"
-
17:48 TYPO3.Flow Feature #6609 (Closed): Implement joins for queries
- With Doctrine we have JOINS, so this is closed.
-
17:47 TYPO3.Flow Feature #6456 (Closed): Customization/localization of validator errors
-
17:35 TYPO3.Flow Revision b49a75eb: Merge "[BUGFIX] PackageManager should update .Shortcuts when needed"
-
17:27 TYPO3.Flow Revision d1516ea2: Merge "[TASK] Add utility function to retrieve class names for objects"
-
16:33 TYPO3.Flow Revision 7e567e8d: [BUGFIX] Make flow3.bat output usage texts matching Windows
- When using flow3.bat on Windows the usage information would tell the
user to call "./flow3", which doesn't fit the Wi... -
16:02 Revision 8bf0c950: [TASK] Raise submodule pointers
-
15:26 TYPO3.Flow Bug #33789: PersistentObjectConverter may break with < PHP 5.3.4
- Patch set 14 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/5992 -
15:26 Task #27770: Remove deprecated methods/classes for FLOW3 1.1
- Patch set 14 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/5992 -
15:19 TYPO3.Flow Revision a29012b6: [TASK] Remove deprecated methods and unused code
- Things which have been deprecated prior to the 1.0.0 release are
removed with this change:
* Cache\AbstractFrontend-... -
14:36 TYPO3.Fluid Task #5636: Form_RadioViewHelper and CheckBoxViewHelper miss check for existing object before it is accessed.
- maybe this ticket should be moved to the MVC project or closed?
-
13:51 TYPO3.Flow Feature #6121 (Rejected): Add validator and filter for HTML
-
13:51 TYPO3.Flow Feature #6121 (Closed): Add validator and filter for HTML
- As Bastian said should be checked on output.
-
13:29 TYPO3.Flow Task #34749: Provide some examples how to nest inline VH's
- Adrian Föder wrote:
> I'll take care, fine?
More than fine ;)
-
12:27 TYPO3.Flow Task #34749: Provide some examples how to nest inline VH's
- that's fine, thanks Bastian; I think the examples from the FAQ could almost be transferred 1:1.
I'll take care, fine? -
12:07 TYPO3.Flow Task #34749: Provide some examples how to nest inline VH's
- Adrian Föder wrote:
> It would be useful to have some more examples how to nest different variables,
> array and Vie... -
11:39 TYPO3.Flow Task #34749 (Resolved): Provide some examples how to nest inline VH's
- It would be useful to have some more examples how to nest different variables, array and ViewHelpers; for example, ho...
-
12:53 TYPO3.Kickstart Feature #34751 (Under Review): Kickstarting a package should generate a layout with base viewhelper
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9565 -
12:50 TYPO3.Kickstart Feature #34751 (Resolved): Kickstarting a package should generate a layout with base viewhelper
- Without that any work based on the original template will not work out as you miss the base tag and it is in line wit...
-
12:06 TYPO3.Fluid Feature #3291 (Needs Feedback): Cacheable viewhelpers
- Isn't that obsolete with the Fluid caching as is?
2012-03-11
-
03:16 TYPO3.Fluid Feature #27119: Declare namespaces in XML tag
- If I may give my unqualified input on this matter, as I find the basic idea very interesting and promising (I always ...
2012-03-10
-
11:32 TYPO3.Flow Bug #33297 (Closed): flow3 package:list throws an error
- That matches my expectations to a large degree - sounded like something not really related to our code.
Have fun w... -
10:18 TYPO3.Flow Bug #33297: flow3 package:list throws an error
- Well, i updated apache2, PHP and FLOW3 Versions last weeks and now the error doesnt occur anymore :/
I will try to...
2012-03-09
-
23:54 TYPO3.Flow Bug #33968: Missing privileges to create symlinks in Windows cause exception
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9528 -
23:54 TYPO3.Flow Bug #33968: Missing privileges to create symlinks in Windows cause exception
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9528 -
23:34 TYPO3.Flow Bug #33968 (Under Review): Missing privileges to create symlinks in Windows cause exception
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9528 -
23:34 TYPO3.Flow Bug #33719: .Shortcuts symlinks use absolute path
- Patch set 17 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/8868 -
22:28 TYPO3.Kickstart Bug #34322: ./flow3 kickstart:package produces Uncaught Exception
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9518 -
16:08 TYPO3.Kickstart Bug #34322: ./flow3 kickstart:package produces Uncaught Exception
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9518 -
16:01 TYPO3.Kickstart Bug #34322: ./flow3 kickstart:package produces Uncaught Exception
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9518 -
22:28 TYPO3.Flow Bug #33417: kickstart:package does not update .Shortcuts
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9518 -
16:08 TYPO3.Flow Bug #33417: kickstart:package does not update .Shortcuts
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9518 -
16:01 TYPO3.Flow Bug #33417 (Under Review): kickstart:package does not update .Shortcuts
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9518 -
22:28 TYPO3.Flow Revision fec2ff94: [BUGFIX] PackageManager should update .Shortcuts when needed
- The PackageManager needs to update the shortcuts when saving
package states. Besides that the PackageManager should i... -
22:03 Revision 5f10041a: [TASK] Raise submodule pointers
-
18:57 TYPO3.Flow Bug #33297: flow3 package:list throws an error
- Could you tell us the used PHP version and the amount of files and directories in this folder? And additionally try a...
-
18:55 TYPO3.Flow Bug #33297: flow3 package:list throws an error
- Maybe a bug in a specific PHP version causing some overflow (Too many open files) when there is a file with #?
Kar... -
18:13 Bug #33410: Production Settings.yaml.example is not useable as is
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/8673 -
18:13 Revision b7570a03: [BUGFIX] Make Settings.yaml.example a working example
- With this change the Settings.yaml.example can be used as is,
because the key "doctrine" is commented out now.
Fixes... -
16:53 TYPO3.Fluid Bug #33628 (Accepted): Multicheckboxes (multiselect) for Collections don’t work
- Hi Kira,
I see the problem but for me the cause seems to be different, I don't see a hidden field here, but the pr... -
16:42 TYPO3.Flow Bug #33158: Problems setting PHP binary path on Windows
- thanks for noticing ;-) and fixed the example... :)
-
16:04 TYPO3.Flow Bug #33158: Problems setting PHP binary path on Windows
- Rens Admiraal wrote:
> Giovanni: are you sure you've no indent errors in your Settings.yaml? I've a 2008 IIS environ... -
16:03 TYPO3.Flow Bug #33158: Problems setting PHP binary path on Windows
- just as a feedback; in my case also the even worse varation with spaces and backward slashes *works*:...
-
15:48 TYPO3.Flow Bug #33158: Problems setting PHP binary path on Windows
- Giovanni: are you sure you've no indent errors in your Settings.yaml? I've a 2008 IIS environment using:...
-
16:02 TYPO3.Flow Revision b6191e90: [BUGFIX] Package.php template should have correct use statements
- The Package.php template will generate clean use statements with
same usage of backslashes.
Change-Id: I30e711549119... -
13:37 TYPO3.Fluid Bug #34682 (Needs Feedback): Radio Button missing checked on validation error
- Can you provide more details please (code snippet, version(s) used, ..). This should work.
Is this maybe related to ... -
11:30 TYPO3.Fluid Bug #34682 (Under Review): Radio Button missing checked on validation error
- The checked state of a radio button is not properly checked in the case of a validation error, this should be checked...
-
13:36 TYPO3.Fluid Feature #34428 (Rejected): FLUID comments <!--- ... --->
- Thanks, Michael. Closing the issue does not mean it never gets done. Lets see what people think of this request once ...
-
09:17 TYPO3.Flow Feature #32106 (Accepted): Support for Object source in PropertyMapper
- (I felt free to set to "Accepted" because I think there's enough agree for the need for it)
Sebastian, I read a bi...
2012-03-08
-
22:39 TYPO3.Fluid Feature #34428: FLUID comments <!--- ... --->
- Hm - I still think that using something like <!--x ... x--> is easier to write than <f:comment><!-- ... --></f:commen...
-
20:49 TYPO3.Fluid Feature #34428 (Needs Feedback): FLUID comments <!--- ... --->
- Hi Michael,
Thanks for your input. After all the discussion in the mailing list I feel that this issue can be closed... -
21:23 TYPO3.Fluid Bug #33551 (Needs Feedback): View helper values break out of a partial scope
- I fail to reproduce this with a slightly modified example (as the escape viewhelper is not longer part of the distrib...
-
20:52 TYPO3.Fluid Bug #33551 (Accepted): View helper values break out of a partial scope
- Wow, thanks for the detailed description
-
21:13 TYPO3.Fluid Feature #27119: Declare namespaces in XML tag
- Misunderstandings ;)
If you look at the patch (https://review.typo3.org/#/c/9463/) you can see that the xmlns syntax... -
09:48 TYPO3.Fluid Feature #27119: Declare namespaces in XML tag
- Hey
> So it really means you have to declare the namespace to the "parent-most" template and it's inherited to all... -
08:57 TYPO3.Fluid Feature #27119: Declare namespaces in XML tag
- Hi Bastian,
> the html tag is actually outside the rendered content.
So it really means you have to declare the... -
20:50 TYPO3.Fluid Task #34231 (Under Review): Move link.widget & uri.widget ViewHelpers to Widget subfolder
- see https://review.typo3.org/#/c/9181/
-
19:06 TYPO3.Flow Bug #34675 (Rejected): NotFoundView is not used for missing actions
- When an action is missing instead of an exception the NotFoundView should be used.
-
18:47 TYPO3.Flow Feature #34674 (Accepted): NotFoundView is not injected in ActionController
- Should be injected in the ActionController so a user can overwrite it and show its custom NotFoundView when an action...
-
16:48 TYPO3.Flow Bug #34672 (Needs Feedback): Production context is not working
- Makes sense - could the problem be distilled into a functional test?
-
15:48 TYPO3.Flow Bug #34672 (Resolved): Production context is not working
- When running an application (that uses Collections) in Production context the following exception is thrown:...
-
14:38 TYPO3.Kickstart Bug #34660 (Resolved): variable annotations missing prepending backslash
- Applied in changeset commit:00defba2c350e1d4b55d538a32956075369b0e4a.
-
07:22 TYPO3.Kickstart Bug #34660 (Under Review): variable annotations missing prepending backslash
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9483 -
07:17 TYPO3.Kickstart Bug #34660 (Resolved): variable annotations missing prepending backslash
- Automated scan found some incorrect annotations.
-
14:38 TYPO3.Fluid Task #34643 (Resolved): variable annotations missing prepending backslash
- Applied in changeset commit:ba99bfede974f6d4e524cfd45a5c63d975b1d25e.
-
09:45 TYPO3.Fluid Task #34643: variable annotations missing prepending backslash
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9455 -
10:35 TYPO3.Flow Bug #34466: Roles are not cleared after every test in functional tests
- Yes, have the fix already here. Will be pushed together with some content security functional tests...
-
10:03 Revision 5a9f67bc: [TASK] Raise submodule pointers
-
09:45 TYPO3.Fluid Revision ba99bfed: [TASK] Fix types in variable annotations (missing prepending backslash)
- Minor changes due to automated scan for missing backslash.
Change-Id: I637270eebfcc980af3dfd029584417d8e9569edd
Fixe... -
07:20 TYPO3.Kickstart Revision 00defba2: [BUGFIX] Fix variable annotations (missing prepending backslash)
- Minor changes due to automated scan for missing backslash.
Change-Id: I7bab5c4877978a3d300280ddae87dc01984aa061
Fixe...
2012-03-07
-
23:23 TYPO3.Flow Bug #33968: Missing privileges to create symlinks in Windows cause exception
- Sure, will have a look at it.
@Richard: could you be so kind to add a note with the exact windows version you use? -
23:20 TYPO3.Flow Bug #33158: Problems setting PHP binary path on Windows
- Sure, will have a look this week
-
18:41 TYPO3.Flow Bug #33158 (Needs Feedback): Problems setting PHP binary path on Windows
- Rens, could you check this?
-
22:08 TYPO3.Flow Bug #33024 (Accepted): Exception when validating a float in a Model with the Number validator
-
22:03 TYPO3.Fluid Bug #31380 (Under Review): DocComment of Form.ValidationResultsViewHelper is incorrect
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9478 -
22:01 TYPO3.Fluid Bug #31380 (Accepted): DocComment of Form.ValidationResultsViewHelper is incorrect
-
22:02 Revision 3f054a87: [TASK] Raise submodule pointers
-
21:57 TYPO3.Fluid Bug #11122 (Closed): Doc comments for render method not work with tabs
- I think this has been solved in the meantime with changes to the ReflectionService.
-
21:45 TYPO3.Flow Task #29266 (Accepted): Transfer "Introduction" chapter to ReST
- The old text can serve as a basis for the "Architectural Overview" section of part 3 of the guide.
-
21:39 TYPO3.Flow Bug #33297 (Needs Feedback): flow3 package:list throws an error
- I created a file named @#test.html@ in the public resources folder and called @package:list@ - worked fine. I suspect...
-
20:55 TYPO3.Flow Bug #33297 (Accepted): flow3 package:list throws an error
-
18:14 TYPO3.Flow Bug #33297: flow3 package:list throws an error
- Yes just like:
#test.html
or something similar -
17:42 TYPO3.Flow Bug #33297 (Needs Feedback): flow3 package:list throws an error
- Could you give me some more details to reproduce this? Like an offending filename? Thanks!
-
21:23 TYPO3.Fluid Bug #33043 (Resolved): f:identity.json wrong namespace
-
21:20 TYPO3.Fluid Bug #33043 (Under Review): f:identity.json wrong namespace
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9477 -
21:19 TYPO3.Fluid Bug #33043 (Accepted): f:identity.json wrong namespace
-
21:20 TYPO3.Fluid Revision 72623148: [BUGFIX] Fix @var annotation type in identity.json VH
- Change-Id: Ic053174e057cb421dddbb5e9cf73e86b8eb24837
Fixes: #33043
Releases: 1.1 -
21:12 TYPO3.Flow Bug #33048 (Under Review): flow3.bat gives wrong feedback
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9476 -
19:51 TYPO3.Fluid Feature #27119: Declare namespaces in XML tag
- @Adrian good points. If you look at my example, the html tag is actually outside the rendered content. You can do the...
-
18:14 TYPO3.Fluid Feature #27119: Declare namespaces in XML tag
- aandd, I would place the configuration to something including "ViewHelpers", using only...
-
18:06 TYPO3.Fluid Feature #27119: Declare namespaces in XML tag
- Awesome; how could I overlook such a hot topic...
I have a single demur; it's about the namespace declaration at a... -
17:50 TYPO3.Fluid Feature #27119: Declare namespaces in XML tag
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9463 -
17:49 TYPO3.Fluid Feature #27119: Declare namespaces in XML tag
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9463 -
17:46 TYPO3.Fluid Feature #27119 (Under Review): Declare namespaces in XML tag
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9463 -
17:41 TYPO3.Fluid Feature #27119: Declare namespaces in XML tag
- Ok I've done a quick prototype that works quite nicely for me.
You'll have to "register" namespace mappings in the g... -
17:37 TYPO3.Fluid Feature #27119 (Accepted): Declare namespaces in XML tag
-
12:35 TYPO3.Fluid Feature #27119: Declare namespaces in XML tag
- Claus Due wrote:
Hi Claus,
> In this case you could use either the {namespace} annotation or the <f:namespace> -
> ... -
18:44 TYPO3.Flow Bug #33139 (Accepted): Confusing error message if a CommandController is outside /Controller/ directory
-
18:43 TYPO3.Flow Bug #34545 (Accepted): Hint at wrong usage of @ORM\MappedSuperclass not displayed
-
17:49 TYPO3.Kickstart Bug #34467 (Closed): Less Backslashes in the Annotation
- You need to escape the backslashes in your shell - otherwise they do not even reach the PHP code…
-
17:47 TYPO3.Flow Bug #34466 (Accepted): Roles are not cleared after every test in functional tests
- Andi, I set this to accepted - right?
-
17:46 TYPO3.Flow Bug #34448 (Accepted): Integrity constraint violation on FLOW3 resource tables
-
17:39 TYPO3.Fluid Feature #12442: Provide format.json ViewHelper
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9462 -
17:34 TYPO3.Flow Feature #34648: Implement a way to authenticate with a file based encrypted key
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9461 -
17:27 TYPO3.Flow Feature #34648 (Under Review): Implement a way to authenticate with a file based encrypted key
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9461 -
17:23 TYPO3.Flow Feature #34648 (Resolved): Implement a way to authenticate with a file based encrypted key
- For the setup wizard we need a file based encryped key provider. For this we need a password token which only has a p...
-
17:34 TYPO3.Fluid Task #11969: Make widgets' template configurable
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9460 -
17:14 TYPO3.Fluid Task #11969: Make widgets' template configurable
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9460 -
17:10 TYPO3.Fluid Task #11969: Make widgets' template configurable
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/8723 -
17:09 TYPO3.Fluid Task #11969: Make widgets' template configurable
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/8723 -
17:03 TYPO3.Fluid Task #11969: Make widgets' template configurable
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/8723 -
17:21 TYPO3.Flow Bug #32574 (Accepted): FLOW3 enters fork bombs when using cgi-fcgi vs cli
-
17:13 TYPO3.Flow Bug #27232 (Needs Feedback): Create unit test for "Original Request must only be set if there is a validation error"
- Robert, is this still a valid issue considering your MVC refactoring? Feel free to close, if not :)
-
17:10 TYPO3.Flow Bug #32827 (Closed): TYPO3\FLOW3\Exception thrown in file Bootstrap.php
- Considered as fixed.
-
17:08 TYPO3.Flow Feature #34177: Make Resource use with file operations easier
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9145 -
17:08 TYPO3.Flow Bug #29694 (Under Review): \TYPO3\FLOW3\Resource\Resource is missing the __toString Method
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9145 -
17:05 TYPO3.Fluid Task #8491: link.action and uri.action differ in absolute argument
- Ok, there was some confusion. I'll try to recap:
uri.action and link.action both used to have an argument @absolut... -
16:47 TYPO3.Fluid Task #8491: link.action and uri.action differ in absolute argument
- ah, now I understand; so, the default, usual behavior is/was to have *absolute* URLs when using URI, and relative one...
-
16:36 TYPO3.Fluid Task #8491: link.action and uri.action differ in absolute argument
- I have an opinion to everything. :)
Well, I feel uncomfortable with only-absolute URLs at all, although I can't re... -
16:35 TYPO3.Fluid Task #8491: link.action and uri.action differ in absolute argument
- Karsten Dambekalns wrote:
> Does anyone have an opinion on this?
I still have the same one as "over 1 year ago"... -
16:30 TYPO3.Fluid Task #8491: link.action and uri.action differ in absolute argument
- I just asked Robert about this and he cannot remember anything :)
I am not sure about the usefulness of relative U... -
17:02 Bug #34614 (Accepted): Evil packed bz2 package
-
17:01 Bug #33031 (Resolved): Readme.txt contains wrong tutorials URL
-
16:59 Bug #33031: Readme.txt contains wrong tutorials URL
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9459 -
16:58 Bug #33031 (Under Review): Readme.txt contains wrong tutorials URL
- Patch set 1 for branch *FLOW3-1.0* has been pushed to the review server.
It is available at http://review.typo3.org/9458 -
16:55 Bug #33031 (Accepted): Readme.txt contains wrong tutorials URL
-
16:58 Revision 0c887eb0: [BUGFIX] Fixes wrong URL to tutorials page in Readme.txt
- Change-Id: I28bc07bbc2ee397932f81b997ac2081bf135bd06
Fixes: #33031
Releases: 1.0, 1.1 -
16:57 Revision 0ceedb09: [BUGFIX] Fixes wrong URL to tutorials page in Readme.txt
- Change-Id: I6f115e5d61bb7761c59ee3cefe32560573868667
Fixes: #33031
Releases: 1.0, 1.1 -
16:50 TYPO3.Fluid Bug #34324 (Closed): Template of widgets can't be changed
- Closing as duplicate of #25695
-
16:50 TYPO3.Fluid Bug #25695 (Needs Feedback): Template of widgets can't be changed
- Christian, are you working on this?
-
16:45 TYPO3.Flow Bug #34050 (Accepted): DatetimeParser code documentation is wrong
-
16:39 TYPO3.Flow Bug #34527 (Accepted): Add method in repositories does also update
- Right, Doctrine doesn't differentiate between add and update in it's API. So we'd need to do this "on our side".
-
16:36 TYPO3.Flow Bug #33145 (Accepted): Annotation parser for interfaces gets confused
-
16:35 TYPO3.Flow Bug #27378 (Accepted): JsonView not testable view \F3\FLOW3\Tests\FunctionalTestCase->sendWebRequest
- Assigning to Robert as the MVC refactoring should solve this "along the way".
-
16:33 TYPO3.Flow Task #33268 (Resolved): Document new YAML behaviour for Upgrade to 1.1
-
16:33 Task #11964 (Accepted): Profile under windows
- Bastian did some profiling recently… so I assign it to him to fill in some results :)
-
16:22 TYPO3.Flow Feature #33937 (Accepted): Convenience method to resolve public "resource://" paths
-
16:15 TYPO3.Flow Feature #33937: Convenience method to resolve public "resource://" paths
- Ok, here's the ViewHelper which needed this:...
-
16:20 TYPO3.Flow Task #33040 (Rejected): rename the default controller as DefaultController
- This change would affect *all* users and require adjustment of *all* standard controllers. The advantage is unclear, ...
-
16:10 TYPO3.Flow Feature #30256 (On Hold): Package help in CLI
-
16:07 TYPO3.Flow Feature #31788 (Rejected): [PERFORMANCE] cache implementation for AnnotationReader in Flow3AnnotationDriver
- Recent improvements have shown the caching we have in place does the job.
-
16:06 TYPO3.Flow Feature #33058 (Rejected): Choice for XML Configuration
- Our approach to keeping things simple means: one configuration format is enough. Especially if not knowing YAML is th...
-
16:05 TYPO3.Flow Feature #32607: Export localized strings for JS consumption
- Maybe this could be achieved with a ViewHelper:...
-
15:59 TYPO3.Flow Feature #32607 (Needs Feedback): Export localized strings for JS consumption
- It would be nice to have this in 1.1 - but I need input from the JS folks on this!
-
16:00 TYPO3.Flow Task #32606 (Accepted): Provide conventions for ids in XLIFF files
-
15:36 TYPO3.Fluid Task #34643 (Under Review): variable annotations missing prepending backslash
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9455 -
15:30 TYPO3.Fluid Task #34643 (Resolved): variable annotations missing prepending backslash
- Automated scan found some incorrect annotations.
-
15:35 TYPO3.Flow Bug #33719: .Shortcuts symlinks use absolute path
- Patch set 16 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/8868 -
14:40 TYPO3.Kickstart Bug #34322: ./flow3 kickstart:package produces Uncaught Exception
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9452 -
14:17 TYPO3.Kickstart Bug #34322 (Under Review): ./flow3 kickstart:package produces Uncaught Exception
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9452 -
14:39 TYPO3.Flow Bug #34407 (Resolved): NotFoundView should "throw" 404
- Applied in changeset commit:ca5b3b9a535ff29a4e34c70bbeb68612d135b0f1.
-
14:30 TYPO3.Flow Bug #34620: Wrong return value for getAccessDecisionVoters()
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9430 -
14:01 TYPO3.Flow Bug #34620: Wrong return value for getAccessDecisionVoters()
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9430 -
00:34 TYPO3.Flow Bug #34620 (Under Review): Wrong return value for getAccessDecisionVoters()
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9430 -
00:19 TYPO3.Flow Bug #34620 (Resolved): Wrong return value for getAccessDecisionVoters()
- The return value of the function getAccessDecisionVoters() in the AccessDecisionVoterManager should return a array. I...
-
14:30 TYPO3.Flow Revision 94a07994: [BUGFIX] typo in return statement for getAccessDecisionVoters()
- Fix return value to array.
Fix type hinting for var $securityContext and $authenticationManager
Change-Id: I75f82560... -
14:02 Revision 1cdaeb1b: [TASK] Raise submodule pointers
-
13:16 TYPO3.Flow Revision 93423ade: Merge "[BUGFIX] NotFoundView sets 404 status"
- 11:33 TYPO3.Flow Revision 62d0629d: [TASK] Fix variable annotations (missing prepending backslashes)
- Releases: 1.1
Change-Id: I06d0344ad389e978dd92b8d110b6ae60406184fc
2012-03-06
-
22:50 Bug #34614 (Resolved): Evil packed bz2 package
- in the FLOW3-1.0.3.tar.bz2 file is a bad fileentry for ./ . if you untar this bz2 file as root, you change your direc...
-
20:02 TYPO3.Flow Bug #34608 (Under Review): ResourceStreamWrapper::seek gives exactly the wrong bool value
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9427 -
19:54 TYPO3.Flow Bug #34608 (Resolved): ResourceStreamWrapper::seek gives exactly the wrong bool value
- The ResourceStreamWrapper does:
@return fseek($this->handle, $offset, $whence);@
The documentation to fseek say... -
19:56 TYPO3.Flow Revision dd761bb0: [BUGFIX] ResourceStreamWrapper returns wrong value for fseek
- Calling fseek will always return the wrong value, as fseek
return 0 on success otherwise -1.
The stream_wrapper expec... -
17:02 Revision 4471e73c: [TASK] Raise submodule pointers
-
17:01 Revision 89345078: [TASK] Raise submodule pointers
-
16:28 TYPO3.Flow Bug #34555: StreamWrapperAdapter::stream_lock does not return StreamWrapper result
- Karsten Dambekalns wrote:
> > If I get it right, this means that the streamWrapper is only instantiated the *first... -
15:25 TYPO3.Flow Bug #34555: StreamWrapperAdapter::stream_lock does not return StreamWrapper result
- Bastian Waidelich wrote:
> If I get it right, this means that the streamWrapper is only instantiated the *first* tim... -
12:30 TYPO3.Flow Bug #34555 (Resolved): StreamWrapperAdapter::stream_lock does not return StreamWrapper result
- While writing unit tests for the StreamWrapperAdapter, I came upon this issue: @StreamWrapperAdapter::stream_lock()@ ...
-
16:05 Task #33308: General date and time handling rules
- _amendment:_ Source for the @DATETIME@ and @TIMESTAMP@ statement: "MySQL's DATETIME reference":http://dev.mysql.com/d...
-
15:12 TYPO3.Flow Bug #34134: PropertyMapper throws unnecessary exception
- That solution still has a flaw, I can’t see all validation errors no more, because the object validation is missing n...
-
15:10 TYPO3.Flow Bug #34547 (Resolved): wrong variable name inside rename() of StreamWrapperAdapter
-
15:01 TYPO3.Flow Bug #34547 (Under Review): wrong variable name inside rename() of StreamWrapperAdapter
- Patch set 1 for branch *FLOW3-1.0* has been pushed to the review server.
It is available at http://review.typo3.org/9420 -
14:38 TYPO3.Flow Bug #34547 (Resolved): wrong variable name inside rename() of StreamWrapperAdapter
- Applied in changeset commit:fe76887f75aa80b82be3104ef1f51e065dd774f0.
-
08:59 TYPO3.Flow Bug #34547 (Under Review): wrong variable name inside rename() of StreamWrapperAdapter
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9405 -
08:35 TYPO3.Flow Bug #34547 (Resolved): wrong variable name inside rename() of StreamWrapperAdapter
- The rename function uses the variable $path which should be $path_from. No error occurred so far because the rename f...
-
15:00 TYPO3.Flow Revision 93c28d81: [BUGFIX] Wrong variable name inside rename function
- Use the proper variable name to create the stream wrapper.
Change-Id: Ia6527b6c95fbe1fcd6cb546a67b7d4b6ac621f66
Fixe... -
13:45 TYPO3.Flow Bug #33719: .Shortcuts symlinks use absolute path
- Patch set 15 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/8868 -
08:57 TYPO3.Flow Revision fe76887f: [BUGFIX] wrong variable name inside rename function
- Use the propper variable name to create the stream wrapper.
Change-Id: Icc0ced55caf92d8cd23507b55e1413b9783358e2
Fix... -
08:49 TYPO3.Flow Feature #34185 (Under Review): SignalSlot Dispatcher should check if Slot method is declared static and act accordingly
-
02:38 TYPO3.Flow Bug #33973 (Resolved): Duplicate error id used in StringValidator
- Applied in changeset commit:e1f1478eba905740584e9990a68cbf6b7d4c0b4c.
-
02:38 TYPO3.Flow Bug #33645 (Resolved): Wrong return value getPasswordHashingStrategyAndIdentifier()
- Applied in changeset commit:999b95082c1b5695f698a7f640e9eeaec51d9231.
2012-03-05
-
22:02 Revision 60f8348b: [TASK] Raise submodule pointers
-
21:28 TYPO3.Flow Bug #33645: Wrong return value getPasswordHashingStrategyAndIdentifier()
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/8826 -
21:28 TYPO3.Flow Revision 999b9508: [BUGFIX] Fixes getPasswordHashingStrategyAndIdentifier() return value
- getPasswordHashingStrategyAndIdentifier() is supposed to return an
array, but in case a strategy identifier has been ... -
19:57 TYPO3.Fluid Feature #27119: Declare namespaces in XML tag
- Hi Bastian,
You're right, there's also a point in registering different VH sets under the same namespace in differen... -
19:52 TYPO3.Fluid Feature #27119: Declare namespaces in XML tag
- Claus Due wrote:
Hi Claus,
> If we are willing to make a breaking change, we can force that the XML namespace
... -
19:23 TYPO3.Fluid Feature #27119: Declare namespaces in XML tag
- Suggestion:
If we are willing to make a breaking change, we can force that the XML namespace used must match the p... -
18:44 TYPO3.Fluid Feature #27119: Declare namespaces in XML tag
- Good point! We might go for the XML namespace syntax (@<html [...] xmlns:foo="bar"@).
But we would need to map the X... -
19:37 TYPO3.Flow Bug #34545 (Resolved): Hint at wrong usage of @ORM\MappedSuperclass not displayed
- Doctrine 2 allows usage of @MappedSuperclass without @Entity, but in FLOW3 @Entity annotation is necessary. That's wh...
-
19:20 TYPO3.Flow Bug #33719: .Shortcuts symlinks use absolute path
- Patch set 14 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/8868 -
18:18 TYPO3.Flow Bug #34407: NotFoundView should "throw" 404
- Karsten, the NotFoundController way isn't involved in every NotFoundView invokation; the NotFoundView is used every t...
-
16:57 TYPO3.Flow Bug #34407: NotFoundView should "throw" 404
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9296 -
16:52 TYPO3.Flow Bug #34407: NotFoundView should "throw" 404
- Under what circumstances is this needed - the NotFoundController sets the status to 404, so out of the box it works a...
-
18:02 Revision 462f8e47: [TASK] Raise submodule pointers
-
18:01 Revision b26a382a: [TASK] Raise submodule pointers
-
17:59 TYPO3.Fluid Task #11969: Make widgets' template configurable
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9255 -
17:27 TYPO3.Fluid Task #11969: Make widgets' template configurable
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9255 -
17:27 TYPO3.Flow Bug #33973: Duplicate error id used in StringValidator
- Patch set 1 for branch *FLOW3-1.0* has been pushed to the review server.
It is available at http://review.typo3.org/9387 -
17:26 TYPO3.Flow Revision e1f1478e: [BUGFIX] Fixes duplicate error id in StringValidator
- StringValidator uses the error id 1238108068, but that is
used in StringLengthValidator. This change makes the former... -
17:25 TYPO3.Flow Revision 5a118ae8: Merge "[BUGFIX] Fixes duplicate error id in StringValidator"
-
16:57 TYPO3.Flow Revision ca5b3b9a: [BUGFIX] NotFoundView sets 404 status
- The default NotFoundView, which renders a 404 template,
sets now also the HTTP status to 404.
Change-Id: I01e77d0b3b... -
12:02 Revision 37685445: [TASK] Raise submodule pointers
-
11:26 TYPO3.Flow Bug #34527 (Resolved): Add method in repositories does also update
- The add method in repositores does also update existing entities, this is a dangerous security flaw, as it allows an ...
-
11:20 TYPO3.Fluid Revision 8d24a356: Merge "[TASK] Fix doc comments"
-
08:53 TYPO3.Flow Major Feature #33258: Implement support for Assetic
- Hi Sebastian,
indeed I thought about it in "idle time" ;-), I'll write down a few things.
Basically, the design...
2012-03-02
-
17:18 TYPO3.Kickstart Bug #34467 (Closed): Less Backslashes in the Annotation
- I've done the guide on http://flow3.typo3.org/documentation/guide/partii.html
So i wanted to add a Comment model t... -
16:00 TYPO3.Flow Bug #34466 (Resolved): Roles are not cleared after every test in functional tests
- If you do not call authenticateRoles() in one test this will not end in no roles being authenticated as expected. Ins...
-
15:57 TYPO3.Flow Feature #34464 (Resolved): Content security acls should follow the same concept as method security acls
- Currently method security acls follow a whitelist approach and content security acls follow a blacklist approach. Thi...
2012-03-01
-
18:02 Revision 70b646dd: [TASK] Raise submodule pointers
-
17:09 TYPO3.Flow Revision 7cd7480a: Merge "[TASK] Remove collection validation from Lazy collections"
-
17:01 TYPO3.Flow Bug #34448 (Resolved): Integrity constraint violation on FLOW3 resource tables
- I have an own model/class/controller, called "award" with a property mapped to the standard FLOW3 resource table.
... -
14:35 TYPO3.Flow Feature #34414: JsonView's _exposeObjectIdentifier configurable
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9297 -
02:38 TYPO3.Flow Bug #33698 (Resolved): ObjectAccess::setProperty must work with numeric indexes
- Applied in changeset commit:d473ee2f0e9409959b594d1198bd4d225d8b367c.
-
02:38 TYPO3.Flow Bug #33460 (Resolved): Missing function visiblity declarations
- Applied in changeset commit:95e0ca4941f447f898f84298e529a78c44976dc3.
-
02:38 TYPO3.Flow Task #34304 (Resolved): Add abstract classes for entrypoint, provider & token in security authentication
- Applied in changeset commit:2a7a67fca12db09aa970549f36b34a50446d4a26.
-
02:38 TYPO3.Flow Bug #34399 (Resolved): Remove Default Authentication Provider configuration
- Applied in changeset commit:3f288553a845c904596dd51454cbc90a3e89e06d.
-
02:38 TYPO3.Flow Bug #33311 (Resolved): AuthenticationProviderManager::isAuthenticated does not work in authentication request
- Applied in changeset commit:27f00f62768c2b322e87d815e5bef9f5bd2bb2ea.
-
02:38 TYPO3.Flow Bug #34423 (Resolved): Missing $context member declaration in ObjectManager
- Applied in changeset commit:74838ac1f5e96f097aac0addaad89940c10b766f.
2012-02-29
-
23:54 TYPO3.Fluid Feature #34428 (Rejected): FLUID comments <!--- ... --->
- I opened up this issue as a reference for a branch committed to gerrit. Here are some thoughts about this feature:
... -
23:49 TYPO3.Flow Bug #31677: Using current.securityContext Policies.yaml entities section triggers Parser Error
- Patch set 9 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/6596 -
23:48 TYPO3.Flow Task #34426 (Under Review): How to receive the correct class name for an object?
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9312 -
23:09 TYPO3.Flow Task #34426 (Resolved): How to receive the correct class name for an object?
- Currently there is no helper method to find the correct class name of a given object. The reflection service should p...
-
23:48 TYPO3.Flow Revision 5938c224: [TASK] Add utility function to retrieve class names for objects
- Resolves: #34426
Releases: 1.1
Change-Id: I768171f2f1d402be0846c7f794669ffb7d1125e2 -
21:28 TYPO3.Flow Revision 91a9590f: [TASK] Remove collection validation from Lazy collections
- The change to validate collections introduced unwanted behavior
by validating lazy annotated and not yet initialized ... -
19:02 Revision f6d5d7ed: [TASK] Raise submodule pointers
-
19:01 Revision 2b0ae9e4: [TASK] Raise submodule pointers
-
18:24 TYPO3.Flow Bug #34423 (Under Review): Missing $context member declaration in ObjectManager
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9174 -
18:22 TYPO3.Flow Bug #34423 (Resolved): Missing $context member declaration in ObjectManager
- The ObjectManager refers to $this->context which doesn't exist.
-
18:24 TYPO3.Flow Revision 74838ac1: [BUGFIX] Add missing $context field to ObjectManager
- The ObjectManager refers to $this->context which didn't exist.
Change-Id: I9754acce672472642c71afa23f0bc0041e882279
... -
18:11 TYPO3.Flow Revision 024f8fc5: [TASK] Add early returns to Security\Context::hasRole
- Change the behavior of hasRole so it has an early return
when the authenticationManager is not yet authenticated
(and... -
18:07 TYPO3.Flow Bug #33311: AuthenticationProviderManager::isAuthenticated does not work in authentication request
- Patch set 1 for branch *FLOW3-1.0* has been pushed to the review server.
It is available at http://review.typo3.org/9302 -
17:55 TYPO3.Flow Bug #33311: AuthenticationProviderManager::isAuthenticated does not work in authentication request
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9260 -
18:07 TYPO3.Flow Revision 27f00f62: [BUGFIX] isAuthenticated should work in authentication request
- AuthenticationManager::isAuthenticated now checks for resumable
and new sessions before returning FALSE, so it works ... -
18:05 TYPO3.Flow Revision bb2ca484: Merge "[BUGFIX] isAuthenticated should work in authentication request"
-
18:02 Revision b51f9084: [TASK] Raise submodule pointers
-
17:55 TYPO3.Flow Revision 08b70b82: [BUGFIX] isAuthenticated should work in authentication request
- AuthenticationManager::isAuthenticated now checks for resumable
and new sessions before returning FALSE, so it works ... -
17:27 TYPO3.Flow Revision 77fe5922: Merge "[!!!][BUGFIX] (Security): Remove default authentication provider"
-
17:27 TYPO3.Flow Bug #34399: Remove Default Authentication Provider configuration
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9290 -
17:17 TYPO3.Flow Bug #34399: Remove Default Authentication Provider configuration
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9290 -
17:26 TYPO3.Flow Revision 3f288553: [!!!][BUGFIX] (Security): Remove default authentication provider
- Fixes: #34399
Related to: #34398
Releases: 1.1
Change-Id: Ia370abe31f6c08d1f9a4cf2993ef8fb2b1ffb6b7 -
17:10 TYPO3.Flow Revision 0d43a661: Merge "[BUGFIX] (Reflection): ObjectAccess::setProperty must work with numeric indexes"
-
17:08 TYPO3.Flow Revision 8a4640e1: Merge "[BUGFIX] Fixes missing function visibility declarations"
-
17:02 Revision 9b021a13: [TASK] Raise submodule pointers
-
16:56 TYPO3.Flow Task #8923: Provide a Nginx Server Configuration for FLOW3
- I had to modify the resource url regexp like this to get it working:...
-
16:12 TYPO3.Flow Task #34304: Add abstract classes for entrypoint, provider & token in security authentication
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9242 - 15:06 TYPO3.Flow Revision 2a7a67fc: [TASK] Add abstract classes for entrypoint, provider & token in security authentication
- Change-Id: Ie3a0a8c3fe43689a70c14e5882c3f5e0d4233250
Resolves: #34304
Releases: 1.1 -
13:43 TYPO3.Flow Feature #34414 (Under Review): JsonView's _exposeObjectIdentifier configurable
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9297 -
13:11 TYPO3.Flow Feature #34414 (Resolved): JsonView's _exposeObjectIdentifier configurable
- The configuration setting for the MVC JsonView allows exposing an object's persistence identifier.
Currently, that c... -
11:23 TYPO3.Flow Bug #34408 (Closed): CollectionValidator goes in endless recursion
- Duplicate of #34154 with fix under review at http://review.typo3.org/9180
-
10:24 TYPO3.Flow Bug #34408 (Closed): CollectionValidator goes in endless recursion
- This is a case when 2 domain objects are associated with ManyToMany relation. If the owning side object is created/up...
-
11:20 TYPO3.Flow Bug #32959: Exception thrown on missing role definition
- Andi, I think some better error checking would be helpful here, to detect missing/wrong role names.
-
11:08 TYPO3.Flow Bug #34018 (Closed): Annotation with a numeric value is not correctly generated
- This is a duplicate of #33932 and a fix is under review at https://review.typo3.org/9125
-
10:35 TYPO3.Flow Bug #34407: NotFoundView should "throw" 404
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9296 -
10:09 TYPO3.Flow Bug #34407 (Under Review): NotFoundView should "throw" 404
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9296 -
10:05 TYPO3.Flow Bug #34407 (Resolved): NotFoundView should "throw" 404
- The NotFoundView currently sends itself out with HTTP status 200, saying it was a 404 error. It should instead say 40...
-
01:12 TYPO3.Flow Bug #34404 (New): JsonView transformObject does not respect _descendAll configuration
- When configuring a jsonView for a domain object, the '_descendAll' configuration is currently not taken into account,...
2012-02-28
-
23:12 TYPO3.Flow Task #34304: Add abstract classes for entrypoint, provider & token in security authentication
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9242 -
23:08 TYPO3.Flow Revision 95e0ca49: [BUGFIX] Fixes missing function visibility declarations
- Some methods were missing their visibility declarations, this
change adds them.
Change-Id: I88ee085111b38366fc0af5ca... -
23:08 TYPO3.Flow Bug #33460 (Under Review): Missing function visiblity declarations
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9293 -
22:19 TYPO3.Flow Bug #33460 (Accepted): Missing function visiblity declarations
- FrontendInterface should be public, Route protected (as noted above), the Name fixture public. The others are anonymo...
-
22:52 TYPO3.Flow Bug #34399 (Under Review): Remove Default Authentication Provider configuration
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9290 -
22:49 TYPO3.Flow Bug #34399 (Resolved): Remove Default Authentication Provider configuration
- The default authentication provider was always configured at the first position and could not be removed; which lead ...
-
17:33 TYPO3.Fluid Feature #33143: Allow Format.Currency ViewHelper regard Locale
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7783 -
17:02 Revision b8b2bb8e: [TASK] Raise submodule pointers
-
15:52 TYPO3.Flow Revision 9c9decda: [TASK] Fix doc comments
- Fixes doc comments issues, like missing or wrong @param
annotations. Removes @author annotations.
Change-Id: I785e73... -
10:53 TYPO3.Fluid Task #11969: Make widgets' template configurable
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9255 -
02:43 TYPO3.Flow Bug #34110 (Resolved): Proxy Class strips off Class Doc Comments
- Applied in changeset commit:899eb3f37229244f2938f84d52c655b80c91d759.
2012-02-27
-
22:48 TYPO3.Flow Task #34304: Add abstract classes for entrypoint, provider & token in security authentication
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9242 -
19:29 TYPO3.Flow Bug #33311: AuthenticationProviderManager::isAuthenticated does not work in authentication request
- Patch set 1 for branch *FLOW3-1.0* has been pushed to the review server.
It is available at http://review.typo3.org/9262 -
19:24 TYPO3.Flow Bug #33311: AuthenticationProviderManager::isAuthenticated does not work in authentication request
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9261 -
19:23 TYPO3.Flow Bug #33311 (Under Review): AuthenticationProviderManager::isAuthenticated does not work in authentication request
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9260 -
18:03 Revision 2a397242: [TASK] Raise submodule pointers
-
17:35 TYPO3.Flow Bug #32629 (Closed): globalObjects are not available in the security (current.securityContext.party)
- Duplicate of issue #31677
-
17:17 TYPO3.Flow Bug #34110: Proxy Class strips off Class Doc Comments
- Patch set 1 for branch *FLOW3-1.0* has been pushed to the review server.
It is available at http://review.typo3.org/9256 -
17:16 TYPO3.Fluid Task #11969: Make widgets' template configurable
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9255 -
17:06 TYPO3.Fluid Task #11969 (Under Review): Make widgets' template configurable
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9255 -
15:21 TYPO3.Fluid Task #11969 (Accepted): Make widgets' template configurable
- Adrian Föder (afoeder) is working on it, not yet assign to the project so I couldn't assign the ticket to him.
-
17:14 TYPO3.Flow Revision 465c4cbe: [BUGFIX] Keep class doc comments when building proxies
- Currently the doc comment of a class is replaced with
"Autogenerated Proxy Class" when the proxy class is generated.
... -
17:12 TYPO3.Flow Revision 7e483099: Merge "[BUGFIX] Keep class doc comments when building proxies"
-
15:16 TYPO3.Fluid Bug #34324 (Closed): Template of widgets can't be changed
- Currently the widgets use the default template path only and it is impossible to override those which is kind of a no...
-
14:35 TYPO3.Kickstart Bug #34322 (Resolved): ./flow3 kickstart:package produces Uncaught Exception
- ./flow3 kickstart:package MyCompany.Dummy1
ends in an Uncaught Exception Class MyCompany\Dummy1\Controller\Standard... -
02:55 TYPO3.Flow Bug #34293 (Resolved): Typo in TYPO3\FLOW3\Session\Aspect\SessionObjectMethodsPointcutFilter::matches()
- Applied in changeset commit:55150fe526b60d0200b6afd40731b8c36cef1bc4.
2012-02-26
-
23:24 TYPO3.Fluid Task #34309 (New): Unknown ViewHelpers cause exception - should be handled more graceful
- Current git. Backend -> Login -> Management -> User Settings
Object "TYPO3\Fluid\ViewHelpers\Form\TextboxViewHelpe... -
22:23 TYPO3.Flow Task #34304: Add abstract classes for entrypoint, provider & token in security authentication
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9242 -
22:08 TYPO3.Flow Task #34304 (Under Review): Add abstract classes for entrypoint, provider & token in security authentication
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9242 -
22:05 TYPO3.Flow Task #34304 (Resolved): Add abstract classes for entrypoint, provider & token in security authentication
- There's a lot of duplicated code in the security authentication, we should create some abstract classes to prevent this.
-
22:02 Revision 4a48a6fc: [TASK] Raise submodule pointers
-
22:01 Revision a74ea682: [TASK] Raise submodule pointers
-
21:14 TYPO3.Flow Bug #34293: Typo in TYPO3\FLOW3\Session\Aspect\SessionObjectMethodsPointcutFilter::matches()
- Patch set 1 for branch *FLOW3-1.0* has been pushed to the review server.
It is available at http://review.typo3.org/9222 -
21:07 TYPO3.Flow Bug #34293: Typo in TYPO3\FLOW3\Session\Aspect\SessionObjectMethodsPointcutFilter::matches()
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9220 -
18:11 TYPO3.Flow Bug #34293 (Under Review): Typo in TYPO3\FLOW3\Session\Aspect\SessionObjectMethodsPointcutFilter::matches()
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9220 -
17:54 TYPO3.Flow Bug #34293 (Resolved): Typo in TYPO3\FLOW3\Session\Aspect\SessionObjectMethodsPointcutFilter::matches()
- l.74: __desctruct should read __destruct
<code class="php">
if (preg_match('/^__wakeup|__construct|__desctruct|__... -
21:11 TYPO3.Flow Revision 55150fe5: [BUGFIX] Now filters correctly for '__destruct' in pointcut filter
- The filter for proxyable methods in SessionObjectMethodsPointcutFilter skips
the method '__desctruct' instead of '__d... -
21:06 TYPO3.Flow Revision 5c5934c3: [BUGFIX] Now filters correctly for '__destruct' in pointcut filter
- The filter for proxyable methods in SessionObjectMethodsPointcutFilter skips
the method '__desctruct' instead of '__d...
2012-02-25
-
23:52 TYPO3.Flow Bug #31677: Using current.securityContext Policies.yaml entities section triggers Parser Error
- Patch set 8 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/6596
2012-02-24
-
21:52 TYPO3.Flow Bug #34154: ObjectValidator has exponential growth factor
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9180 -
15:23 TYPO3.Flow Bug #34154 (Under Review): ObjectValidator has exponential growth factor
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9180 -
17:25 TYPO3.Kickstart Revision 6b14fbc9: [TASK] Update Package.xml with new version number
- Change-Id: Iba32b214e8868443416ed74e4d77229f8a6471d9
Releases: 1.0 -
17:25 TYPO3.Welcome Revision f80abb5d: [TASK] Update Package.xml with new version number
- Change-Id: I5d684a56b0a694ace0eabb2c9ddea4983e501422
Releases: 1.0 -
17:25 TYPO3.Fluid Revision c5ae6396: [TASK] Update Package.xml with new version number
- Change-Id: Ie8923511ae919a368f6ddcfe668390faebc4e25f
Releases: 1.0 -
17:25 TYPO3.Flow Revision 8979c375: [TASK] Update Package.xml with new version number
- Change-Id: I2589eb210140265a829933baeb7d22c0c6f89412
Releases: 1.0 -
17:24 Revision ae94cef0: [TASK] Raise submodule pointers
-
17:06 TYPO3.Welcome Revision 0389093a: [TASK] Update Package.xml with new version number
- Change-Id: Ib59d1a863af31a1217be9f98ec8fbbe6d59741ee
Releases: 1.0 -
17:06 TYPO3.Kickstart Revision db804f85: [TASK] Update Package.xml with new version number
- Change-Id: Ic770e344ef8e835885d72f02fd92911f080ceeb1
Releases: 1.0 -
17:06 TYPO3.Fluid Revision a865094b: [TASK] Update Package.xml with new version number
- Change-Id: Ib5523f694113ca030c203212b857fe19f3701fe0
Releases: 1.0 -
17:06 TYPO3.Flow Revision b7269225: [TASK] Update Package.xml with new version number
- Change-Id: I942d9356d6c7b05418a1fd1c6f005ba108e765de
Releases: 1.0 -
17:01 Revision 0dfe6879: [TASK] Raise submodule pointers
-
16:29 TYPO3.Fluid Feature #34232 (Resolved): Translation support in SelectViewHelper
- The SelectViewHelper should offer translation of option labels.
-
16:29 TYPO3.Fluid Bug #27516 (Accepted): Translate labels in paginate widget
-
16:28 TYPO3.Fluid Bug #33284 (Rejected): AbstractViewHelper::renderChildren removes the {some_digit} placeholders needed for translation
- Well, {} are Fluid variable delimiters. So you'd need to put the translate tag content into a CDATA section.
Or (a... -
16:12 TYPO3.Flow Revision 7417bfad: Merge "[BUGFIX] Fix default lifetime use in cache backend" into FLOW3-1.0
-
15:40 TYPO3.Fluid Task #34231 (Resolved): Move link.widget & uri.widget ViewHelpers to Widget subfolder
- Widget related ViewHelpers should be in the Widget subfolder of Fluid (as in v4).
@link.widget@ should be @widget.li... -
11:56 TYPO3.Flow Bug #34110: Proxy Class strips off Class Doc Comments
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9121 -
11:56 TYPO3.Flow Revision 899eb3f3: [BUGFIX] Keep class doc comments when building proxies
- Currently the doc comment of a class is replaced with
"Autogenerated Proxy Class" when the proxy class is generated.
... -
02:43 TYPO3.Flow Feature #33970 (Resolved): Add translation files for bundled validator error messages
- Applied in changeset commit:b484e6a4f3725091765cdf9c898b81c03245d3d9.
-
02:43 TYPO3.Flow Feature #33959 (Resolved): Make quantity optional when using single numeric arguments in translations
- Applied in changeset commit:e7141cb693168c2785c0b7e075ead8c73b96194a.
-
02:43 TYPO3.Flow Feature #34169 (Resolved): Encapsulate i18n configuration so it can be passed around and modified easily
- Applied in changeset commit:7323b900fb1c96e14f36e2cc7b67b064dc01d912.
-
02:43 TYPO3.Flow Feature #34172 (Resolved): Implement fallback rules for i18n
- Applied in changeset commit:9ccbdb00a87a21796f28212c480a35112d014196.
-
02:43 TYPO3.Flow Bug #34170 (Resolved): XLIFF models are created with wrong locale
- Applied in changeset commit:b24339c953375fc738fca7ad364af78c558186b2.
-
02:43 TYPO3.Flow Bug #34171 (Resolved): translateById() returns NULL if no arguments need to be replaced
- Applied in changeset commit:2b0b5b96657f731bcdef8ecd7ccbcf3edd4cc5de.
2012-02-23
-
23:00 TYPO3.Fluid Feature #13643: Create Command for XSD Schema generation
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9168 -
22:58 TYPO3.Fluid Feature #13643 (Under Review): Create Command for XSD Schema generation
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9168 -
20:57 TYPO3.Fluid Feature #13643 (Accepted): Create Command for XSD Schema generation
- ..and after a long long time I'll take care of this.
We'll get rid of the controllers though and add the feature as ... -
20:54 TYPO3.Fluid Bug #31451 (Closed): Fluid XSD Generator uses removed method
- Thanks for reporting, I'll take care of this with #13643
-
20:30 TYPO3.Flow Bug #34110: Proxy Class strips off Class Doc Comments
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9121 -
18:02 Revision 9e8197c7: [TASK] Raise submodule pointers
-
17:08 TYPO3.Flow Bug #34171: translateById() returns NULL if no arguments need to be replaced
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9149 -
17:02 TYPO3.Flow Bug #34171: translateById() returns NULL if no arguments need to be replaced
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9149 -
12:56 TYPO3.Flow Bug #34171: translateById() returns NULL if no arguments need to be replaced
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9149 -
17:08 TYPO3.Flow Bug #34170: XLIFF models are created with wrong locale
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9148 -
17:02 TYPO3.Flow Bug #34170: XLIFF models are created with wrong locale
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9148 -
12:56 TYPO3.Flow Bug #34170: XLIFF models are created with wrong locale
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9148 -
17:08 TYPO3.Flow Revision b24339c9: [BUGFIX] Fixes wrong locale in XLIFF models
- If a translation is requested but no (exact) match is found,
a different locale may take effect (e.g. en instead of e... -
17:08 TYPO3.Flow Revision 2b0b5b96: [BUGFIX] Makes translateById() work if no arguments need to be replaced
- If translateById() is able to find a translation but is not given
any arguments to embed in the output, NULL is retur... -
17:02 TYPO3.Flow Feature #34172: Implement fallback rules for i18n
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9147 -
17:02 TYPO3.Flow Feature #34169: Encapsulate i18n configuration so it can be passed around and modified easily
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9146 -
17:02 TYPO3.Flow Feature #33959: Make quantity optional when using single numeric arguments in translations
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9040 -
17:02 Revision ba0b2b98: [TASK] Raise submodule pointers
-
17:01 TYPO3.Flow Revision e7141cb6: [FEATURE] Makes quantity optional in translation methods
- When using plural forms, the quantity to be used for finding
the correct plural form had to be given explicitly. This... -
17:01 TYPO3.Flow Revision 7323b900: [!!!][FEATURE] Adds i18n configuration holder
- To control the behavior of the i18n component a way to
configure the "current" locale, fallback rules for resolving
o... -
17:01 TYPO3.Flow Revision 9ccbdb00: [FEATURE] Adds fallback rules for locale resolution
- Allows to set a fallback order for locale resolving. If not set,
the implicit inheritance of locales will be used. Th... -
16:56 TYPO3.Flow Revision 4abc9dd3: Merge "[FEATURE] Add translations for validation error messages"
2012-02-22
-
16:53 TYPO3.Fluid Bug #34186 (Needs Feedback): Setting a value always resets the field on mapping errors
-
16:53 TYPO3.Fluid Bug #34186: Setting a value always resets the field on mapping errors
- Hi Kira,
Please provide more information. Did you use one of the form viewhelpers (which one?) and bind it to a pr... -
16:29 TYPO3.Fluid Bug #34186: Setting a value always resets the field on mapping errors
- Okay, it’s not that easy to just change the if-else order, then submit buttons disappear.. I guess we need another at...
-
15:41 TYPO3.Fluid Bug #34186 (Closed): Setting a value always resets the field on mapping errors
- If I set a value on any field of the form it gets reset every time there
is a mapping error, so the user has to reen... -
15:19 TYPO3.Fluid Feature #12442: Provide format.json ViewHelper
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/8723 -
15:05 TYPO3.Flow Feature #34185 (Resolved): SignalSlot Dispatcher should check if Slot method is declared static and act accordingly
- Currently if you connect a $classname + $methodname as slot it will instantiate the class to call $methodname on the ...
-
15:04 TYPO3.Fluid Feature #33493: Allow DebugViewHelper output only the type of the input variable
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/8725 -
15:04 Revision bd767a06: [TASK] Raise submodule pointers
-
14:48 TYPO3.Fluid Feature #33814 (Resolved): Hint how to allow string comparison in IfViewHelper
- Applied in changeset commit:05828520c2aa0a9b23535e20c9746470d8bf248c.
-
14:12 TYPO3.Fluid Feature #33814: Hint how to allow string comparison in IfViewHelper
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/8932 -
14:47 TYPO3.Flow Bug #33707 (Resolved): It is possible to authenticate with an expired account
- Applied in changeset commit:873bdd5376defbd863929258b2e52f63b8b73dbe.
-
14:34 TYPO3.Flow Feature #33862: a shorthand for custom validators
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/8986 -
14:34 TYPO3.Flow Revision 8fca8ee3: [FEATURE] Shorthand syntax for custom validators
- This change allows the Validate annotation for properties to
be given a value like "Mypkg:My". This is equivalent to ... -
14:25 TYPO3.Flow Feature #33531: DateTimeConverter should support DateTime subclasses
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/8770 -
14:11 TYPO3.Fluid Revision 05828520: [FEATURE] Hint about achieving string comparison in IfViewHelper
- IfViewHelper's condition doesn't support real string
comparison. There's a known workaround which is now
mentioned in... -
14:03 TYPO3.Flow Bug #33698: ObjectAccess::setProperty must work with numeric indexes
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/8857 -
14:02 TYPO3.Flow Revision d473ee2f: [BUGFIX] (Reflection): ObjectAccess::setProperty must work with numeric indexes
- When trying to set a value to an ArrayAccess object with a numeric index, the
ObjectAccess::setProperty() method thro... -
14:02 Revision d10ad139: [TASK] Raise submodule pointers
-
13:43 TYPO3.Flow Revision 912e4305: Merge "[BUGFIX] ArrayMergeRecursiveOverrule does not override arrays with simple types" into FLOW3-1.0
-
13:19 TYPO3.Fluid Revision 1049dbda: [TASK] Fix doc comments
- Fixes doc comments issues, like missing or wrong @param
annotations. Removes @author annotations.
Change-Id: Ifde90b... -
13:09 TYPO3.Flow Revision 20ac73a3: Merge "[TASK] Adjust to Doctrine 2.2 libraries" into FLOW3-1.0
-
13:07 TYPO3.Flow Feature #33959: Make quantity optional when using single numeric arguments in translations
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9040 -
13:07 TYPO3.Flow Bug #34171 (Under Review): translateById() returns NULL if no arguments need to be replaced
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9149 -
11:13 TYPO3.Flow Bug #34171 (Resolved): translateById() returns NULL if no arguments need to be replaced
- If @translateById()@ is able to find a translation but is not given any arguments to embed in the output, NULL is ret...
-
13:07 TYPO3.Flow Bug #34170 (Under Review): XLIFF models are created with wrong locale
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9148 -
11:11 TYPO3.Flow Bug #34170 (Resolved): XLIFF models are created with wrong locale
- If a translation is requested but no (exact) match is found, a different locale may take effect (e.g. en instead of e...
-
13:07 TYPO3.Flow Feature #34172 (Under Review): Implement fallback rules for i18n
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9147 -
11:15 TYPO3.Flow Feature #34172 (Resolved): Implement fallback rules for i18n
- Currently the only fallback applied when resolving translations is the implicit chain in locale, e.g. en_UK > en
I... -
13:07 TYPO3.Flow Feature #34169 (Under Review): Encapsulate i18n configuration so it can be passed around and modified easily
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9146 -
11:05 TYPO3.Flow Feature #34169 (Resolved): Encapsulate i18n configuration so it can be passed around and modified easily
- The behavior of the i18n component needs to be configurable, down to per request in some cases. Thus a configuration ...
-
12:56 TYPO3.Flow Feature #34177 (Under Review): Make Resource use with file operations easier
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9145 -
12:54 TYPO3.Flow Feature #34177 (Resolved): Make Resource use with file operations easier
- To use a @Resource@ with file operations, one can use the @resource://…@ scheme and the @__toString()@ method of any ...
-
11:40 TYPO3.Flow Bug #34154: ObjectValidator has exponential growth factor
- This also happens when loading a single entity with lots of connected entities (even when those entities are connecte...
-
11:03 Revision 56fcaf3f: [TASK] Raise submodule pointers
-
11:02 Revision 15e3effe: [TASK] Raise submodule pointers
-
10:22 TYPO3.Fluid Revision a2928ff7: [TASK] Remove utterly useless line of code
- In I24acacf9fe10ffd1f8daa640b86f1a6709cf2a8a a small fix was made.
Only to leave an utterly useless line of code behi...
2012-02-21
-
17:42 TYPO3.Flow Bug #34154 (Resolved): ObjectValidator has exponential growth factor
- In the onFlush method of the PersistenceManager all objects are validates, this is a problem especially for many conn...
-
15:37 TYPO3.Flow Bug #33158: Problems setting PHP binary path on Windows
- The flow3.bat also has a path to php.exe. So you should also change this to your local php path to make this work.
-
15:17 TYPO3.Flow Feature #34133: RFC: Handle Semicolons in Path part of URIs as Scoped Path Parameters
- Hi.
Jacob Floyd wrote:
> Do we really want to support using session.use_trans_sid?
I don't give a dime about t... -
12:06 TYPO3.Flow Feature #34133: RFC: Handle Semicolons in Path part of URIs as Scoped Path Parameters
- Karsten Dambekalns wrote:
> Without having read everything yet, I'd like to point to the arg_separator.* directives ... -
11:52 TYPO3.Flow Feature #34133: RFC: Handle Semicolons in Path part of URIs as Scoped Path Parameters
- …moved to original description.
-
11:36 TYPO3.Flow Feature #34133: RFC: Handle Semicolons in Path part of URIs as Scoped Path Parameters
- Without having read everything yet, I'd like to point to the arg_separator.* directives of PHP (see http://www.sitepo...
-
11:27 TYPO3.Flow Feature #34133 (New): RFC: Handle Semicolons in Path part of URIs as Scoped Path Parameters
- h1. Scoped Path Parameters
The URI RFCs hint at what I think will make an awesome, unique, feature for Flow3, and ... -
13:56 TYPO3.Flow Bug #34134: PropertyMapper throws unnecessary exception
- Here is a better solution so you can still get all errors for all properties and you still won’t get an exception eve...
-
12:07 TYPO3.Flow Bug #34134 (Needs Feedback): PropertyMapper throws unnecessary exception
- In the case of models with non-optional constructor arguments, you get an exception when one of those subproperties h...
-
11:01 TYPO3.Flow Bug #33719: .Shortcuts symlinks use absolute path
- Patch set 13 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/8868 -
10:30 TYPO3.Flow Bug #33719: .Shortcuts symlinks use absolute path
- Patch set 12 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/8868 -
00:50 TYPO3.Flow Bug #33719: .Shortcuts symlinks use absolute path
- Patch set 11 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/8868 -
00:39 TYPO3.Flow Bug #33719: .Shortcuts symlinks use absolute path
- Patch set 10 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/8868 -
00:36 TYPO3.Flow Bug #33719: .Shortcuts symlinks use absolute path
- Patch set 9 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/8868
2012-02-20
-
22:03 Revision fa1244dd: [TASK] Raise submodule pointers
-
21:36 TYPO3.Flow Bug #33707: It is possible to authenticate with an expired account
- Patch set 1 for branch *FLOW3-1.0* has been pushed to the review server.
It is available at http://review.typo3.org/9129 -
21:36 TYPO3.Flow Revision 873bdd53: [BUGFIX] Makes account expiry work as expected
- The expiry if an account was checked in a way that left an account
enabled until after it's last day. Now it will exp... -
21:33 TYPO3.Flow Revision 9c5f208e: Merge "[BUGFIX] Makes account expiry work as expected"
-
16:32 TYPO3.Flow Bug #33932 (Under Review): AOP Proxy Compiler does not handle numeric annotation parameters
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9125 -
16:32 TYPO3.Flow Revision 895d48b9: [BUGFIX] Fixes handling of numeric annotation parameters
- Annotations like @FooBar(amount=2) lost their parameter value
in renderAnnotation(). This change fixes that.
Change-... -
12:20 TYPO3.Flow Bug #34110 (Under Review): Proxy Class strips off Class Doc Comments
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9121 -
12:17 TYPO3.Flow Bug #34110 (Resolved): Proxy Class strips off Class Doc Comments
- The Proxy Class replaces the class doc comment of the original class with ...
-
10:35 TYPO3.Flow Bug #34050: DatetimeParser code documentation is wrong
- This also causes the DateTimeValidator to not work
2012-02-19
-
21:18 TYPO3.Flow Bug #33719: .Shortcuts symlinks use absolute path
- Patch set 8 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/8868 -
21:15 TYPO3.Flow Bug #33719: .Shortcuts symlinks use absolute path
- Patch set 7 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/8868 -
00:10 TYPO3.Flow Feature #33371: HTTP 1.1 Support
- @robert - I've seen/heard your comments in the scrum protocols/meeetings about this HTTP work you're doing.
I've b...
2012-02-17
-
18:56 TYPO3.Flow Bug #34050 (Resolved): DatetimeParser code documentation is wrong
- The public methods expect a DateTime object, which they then forward as a string to the internal methods, which then ...
-
18:42 TYPO3.Flow Bug #34048 (Closed): ResolveValidator breaks on DateTime method arguments
- When a dateTime argument is set in a method the ResolveValidator breaks, he tries to create a DateTime (instead of a ...
-
12:55 TYPO3.Fluid Feature #2669: PDF version of the documentation
- Sebastian Kurfuerst wrote:
> as we have the manual on http://flow3.typo3.org/documentation/manuals/fluid/ available ... -
02:47 TYPO3.Fluid Task #33812 (Resolved): Rename key to id in TranslateViewHelper
- Applied in changeset commit:2fe6308fd2cec8927c0bc9b103287e6cb1f9c4b1.
-
02:47 Task #33975 (Resolved): Tweak existing XLIFF files according to translation team feedback
- Applied in changeset commit:ca35b1a8e869a22b99414fe56dc49348747f20f8.
2012-02-16
-
21:28 TYPO3.Fluid Feature #33900: Change debug view helper for new extbase debugger
- Patch set 10 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7731 -
21:26 TYPO3.Fluid Feature #33900: Change debug view helper for new extbase debugger
- Patch set 9 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7731 -
21:23 TYPO3.Fluid Feature #33900: Change debug view helper for new extbase debugger
- Patch set 8 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7731 -
21:22 TYPO3.Fluid Feature #33900: Change debug view helper for new extbase debugger
- Patch set 7 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7731 -
20:59 TYPO3.Fluid Feature #33900: Change debug view helper for new extbase debugger
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7731 -
21:00 TYPO3.Kickstart Revision 617e8dd0: [TASK] Fix doc comments
- Fixes doc comments issues, like missing or wrong @param
annotations.
Change-Id: Ief74809d51b2403e9f8ec9bc7c4a1336bd9... -
20:49 TYPO3.Flow Bug #34018: Annotation with a numeric value is not correctly generated
- Patch for the above - suggested - solution.
Tried to add a test in CompilerTest.php, but they are all using the Va... -
20:40 TYPO3.Flow Bug #34018 (Closed): Annotation with a numeric value is not correctly generated
- I have a domain model declared abstract with the following annotation:...
-
16:03 Revision ff2e2497: [TASK] Raise submodule pointers
-
16:02 Revision 7aa54f36: [TASK] Raise submodule pointers
-
15:46 TYPO3.Flow Bug #33971: Missing id attributes in XLIFF files are not reported to the user
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9050 -
15:41 TYPO3.Flow Bug #33971 (Under Review): Missing id attributes in XLIFF files are not reported to the user
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9050 -
11:10 TYPO3.Flow Bug #33971 (Resolved): Missing id attributes in XLIFF files are not reported to the user
- XLIFF requires id attributes, but if they are missing, FLOW3 does not complain. Instead, _something_ happens in the X...
-
15:02 Revision 0322f1c4: [TASK] Raise submodule pointers
-
14:41 TYPO3.Fluid Task #33812: Rename key to id in TranslateViewHelper
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/8928 -
14:23 TYPO3.Fluid Task #33812: Rename key to id in TranslateViewHelper
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/8928 -
14:41 TYPO3.Fluid Revision 2fe6308f: [TASK] Rename key to id in TranslateViewHelper
- The key attribute refers to the trans-unit id in XLIFF and thus
should be named id.
Along the way a type cast of qua... -
14:27 TYPO3.Flow Bug #33621 (Under Review): Filebackend reports error when trying to rename file due to concurrent proccesses
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/8931 -
14:27 TYPO3.Flow Bug #27989: Wrong check in our atomic writes code
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/8931 -
09:20 TYPO3.Flow Bug #27989: Wrong check in our atomic writes code
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/8787 -
12:29 Task #33975: Tweak existing XLIFF files according to translation team feedback
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9049 -
12:19 Task #33975 (Under Review): Tweak existing XLIFF files according to translation team feedback
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9048 -
12:17 Task #33975 (Resolved): Tweak existing XLIFF files according to translation team feedback
- The XLIFF file miss @xml:space="preserve"@, a trans-unit must look like:...
-
12:19 TYPO3.Flow Revision ca35b1a8: [TASK] Implement best practices in XLIFF files
- Adds some "required" attributes to the XLIFF files.
Change-Id: Ib30f5653197229c5d2062eba2c0020ca6e191216
Resolves: #... -
12:08 TYPO3.Flow Feature #28399: Validation message and code should be configurable for bundled validators
- Thinking about it - with the ability to use L18N for outputting the validation message, I don't think we need that fe...
-
12:01 TYPO3.Flow Feature #33970: Add translation files for bundled validator error messages
- FYI this is (kind of) how you can use those to output localized validation messages:...
-
10:51 TYPO3.Flow Feature #33970 (Under Review): Add translation files for bundled validator error messages
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9045 -
10:50 TYPO3.Flow Feature #33970 (Resolved): Add translation files for bundled validator error messages
-
11:58 TYPO3.Flow Bug #33973 (Under Review): Duplicate error id used in StringValidator
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9047 -
11:56 TYPO3.Flow Bug #33973 (Resolved): Duplicate error id used in StringValidator
- StringValidator uses the error id 1238108068, but that is used in StringLengthValidator as well.
-
11:57 TYPO3.Flow Revision 30d2c4cc: [BUGFIX] Fixes duplicate error id in StringValidator
- StringValidator uses the error id 1238108068, but that is
used in StringLengthValidator. This change makes the former... -
11:53 TYPO3.Flow Feature #6456: Customization/localization of validator errors
- With the current version and #33970 applied this works quite nice. The respective Fluid code looks something like:
<p... -
11:32 TYPO3.Flow Bug #33932 (Accepted): AOP Proxy Compiler does not handle numeric annotation parameters
-
11:27 TYPO3.Flow Bug #33883 (Accepted): Repositories must be singleton, but no checks are done on this
- Well, repositories must be singleton, otherwise I don't even want to imagine what happens…
I changed the bug title... -
11:22 TYPO3.Flow Bug #33968 (Needs Feedback): Missing privileges to create symlinks in Windows cause exception
- Rens, could you take care of this? Yo are working on symlinks and Windows anyway, right?
The error is caused by th... -
09:52 TYPO3.Flow Bug #33968 (Closed): Missing privileges to create symlinks in Windows cause exception
- Warning: symlink() [<a href='function.symlink'>function.symlink</a>]: Cannot create symlink, error code(1314) in C:\x...
-
11:19 TYPO3.Flow Feature #33937 (Needs Feedback): Convenience method to resolve public "resource://" paths
- What is this needed for? Any file functions can use the resource:// URL directly. To fetch the web URL, a method exis...
-
11:10 TYPO3.Flow Bug #33882: XliffParser does not allow id-less translation
- Kira Backes wrote:
> Okay, but then you should throw an exception in case of a missing id attribute?
Good point, ... -
10:57 TYPO3.Flow Bug #33882: XliffParser does not allow id-less translation
- Okay, but then you should throw an exception in case of a missing id attribute?
-
10:48 TYPO3.Flow Bug #33882 (Rejected): XliffParser does not allow id-less translation
- This will never change, as XLIFF requires id attributes to be present. Plus, id-based translation is recommended as i...
-
10:50 TYPO3.Flow Revision b484e6a4: [FEATURE] Add translations for validation error messages
- Change-Id: I8c8c4d19b673d02339369d2a16961441ad65bdc5
Resolves: #33970
Releases: 1.1 -
10:03 Revision 9de4c383: [TASK] Raise submodule pointers
-
07:56 TYPO3.Flow Major Feature #33258: Implement support for Assetic
- Hey Adrian,
Thanks for starting with a concept! Some comments from my side:
* I'd suggest to use "Assets.yaml" ... -
02:46 TYPO3.Flow Bug #33562 (Resolved): FileBackend didnt use defaultLifetime if lifetime is null
- Applied in changeset commit:a0ee47d189f0a2141b6c8de2813d984c69a44eba.
-
02:46 TYPO3.Flow Task #33836 (Resolved): Add better error handling to XML file parsing
- Applied in changeset commit:987a264f0322b1125ed41fcc26dd41b494b6b2ce.
2012-02-15
-
23:50 TYPO3.Fluid Feature #33900: Change debug view helper for new extbase debugger
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7731 -
22:53 TYPO3.Fluid Feature #33900: Change debug view helper for new extbase debugger
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7731 -
22:53 TYPO3.Fluid Feature #33900: Change debug view helper for new extbase debugger
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7731 -
23:24 TYPO3.Flow Feature #33959: Make quantity optional when using single numeric arguments in translations
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9040 -
23:18 TYPO3.Flow Feature #33959 (Under Review): Make quantity optional when using single numeric arguments in translations
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9040 -
23:15 TYPO3.Flow Feature #33959 (Resolved): Make quantity optional when using single numeric arguments in translations
- When using plural forms, the quantity to be used for finding the correct plural form has to be given explicitly. This...
-
22:47 TYPO3.Flow Bug #33719: .Shortcuts symlinks use absolute path
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/8868 -
22:03 Revision 6a6c32d1: [TASK] Raise submodule pointers
-
21:38 TYPO3.Flow Bug #33562: FileBackend didnt use defaultLifetime if lifetime is null
- Patch set 1 for branch *FLOW3-1.0* has been pushed to the review server.
It is available at http://review.typo3.org/9037 -
21:37 TYPO3.Flow Revision f22d865d: [BUGFIX] Fix default lifetime use in cache backend
- This fixes the FileBackend so it actually uses the default lifetime
in cases it should do that.
ArrayAccess detectio... -
21:32 TYPO3.Flow Revision 7807b255: Merge "[BUGFIX] Fix default lifetime use in cache backend"
-
20:29 TYPO3.Fluid Task #33812: Rename key to id in TranslateViewHelper
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/8928 -
17:03 Revision 78bdafd3: [TASK] Raise submodule pointers
-
16:01 TYPO3.Flow Task #33836: Add better error handling to XML file parsing
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/8968 -
16:00 TYPO3.Flow Revision 987a264f: [TASK] Add better handling of XML parse errors to I18n
- When parsing XML files the exception thrown in case of errors did not
differentiate between filesystem and parsing er... -
13:03 Revision 6d1849b1: [TASK] Raise submodule pointers
-
12:40 TYPO3.Flow Revision 8259dca1: Merge "[TASK] Remove CGL DocBook XML files from package"
-
12:27 TYPO3.Flow Revision fbc69cc6: Merge "[TASK] Adjust test fixture to Doctrine.ORM 2.2.0"
-
11:25 TYPO3.Flow Feature #33937 (Accepted): Convenience method to resolve public "resource://" paths
- It would be helpful to have an easy way to resolve the 'resource://...' path
to static resources.
Currently we end... -
09:51 TYPO3.Flow Major Feature #33258 (Accepted): Implement support for Assetic
-
09:48 TYPO3.Flow Major Feature #33258: Implement support for Assetic
- Johannes,
we "plan" anything you like :) We're currently in the absolut early stage of collecting some ideas and imp... -
00:37 TYPO3.Flow Bug #33932 (Resolved): AOP Proxy Compiler does not handle numeric annotation parameters
- In the TYPO3\FLOW3\Object\Proxy\Compiler::renderAnnotation function, there is currently no case for numeric annotatio...
2012-02-14
-
22:55 TYPO3.Flow Major Feature #33258: Implement support for Assetic
- Great!
Do you plan to integrate filters and nested assets, too?
It would be nice to be able to set the debug mode (... -
16:00 TYPO3.Flow Major Feature #33258: Implement support for Assetic
- So far, I've created two repositories at Github in order to get a clue and to get a possibility to work with and to p...
-
10:57 TYPO3.Flow Feature #32106: Support for Object source in PropertyMapper
- Hey Sebastian,
sorry for my late Reply.
Sadly i'm still drowning in an ocean of work and can't see an end at th... -
10:17 TYPO3.Flow Bug #33883: Repositories must be singleton, but no checks are done on this
- It is "fixable" by setting the scope of the repositories to Singleton
-
02:43 TYPO3.Flow Task #33142 (Resolved): Ignore Tags / Annotations in external libraries, find some good solution
- Applied in changeset commit:cebbf8e2851b28ffaf32abafbb675e47af6ae783.
-
00:05 TYPO3.Fluid Feature #33900 (Under Review): Change debug view helper for new extbase debugger
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7731 -
00:02 TYPO3.Fluid Feature #33900 (Resolved): Change debug view helper for new extbase debugger
- Since Jochen Rau merged the backport of the FLOW3 Debugger into the extbase master the Fluid view helper should be ch...
2012-02-13
-
18:02 Revision 597b15f3: [TASK] Raise submodule pointers
-
15:12 TYPO3.Flow Task #33142: Ignore Tags / Annotations in external libraries, find some good solution
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7747 -
15:10 TYPO3.Flow Revision cebbf8e2: [FEATURE] Make tag ignores configurable
- Makes the list of ignored tags configurable. This can be used to add
tags to the list if needed by your package by si... -
14:47 TYPO3.Flow Bug #33300 (Resolved): Validators should allow empty values
- Applied in changeset commit:9b627954f289d793b808db2ac19edc6a04c25426.
-
14:17 TYPO3.Flow Bug #33883 (Resolved): Repositories must be singleton, but no checks are done on this
- I have models with injected repositories and due to some change in the last 2 weeks in master I can no longer use FLO...
-
14:10 TYPO3.Flow Bug #33882 (Rejected): XliffParser does not allow id-less translation
- If I want to translate completely without IDs I’m still forced to add IDs in the translation .xlf, because the id-les...
-
12:02 Revision 83fc0795: [TASK] Raise submodule pointers
2012-02-12
-
19:44 TYPO3.Flow Bug #31779: Command execution on Windows breaks with special chars in path
- Sorry to re-post this bug, but it seems to have reappeared (or wasn't really fixed yet). I did some more testing with...
-
18:08 TYPO3.Flow Feature #33862: a shorthand for custom validators
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/8986 -
01:50 TYPO3.Flow Feature #33862: a shorthand for custom validators
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/8986 -
01:46 TYPO3.Flow Feature #33862: a shorthand for custom validators
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/8986 -
01:41 TYPO3.Flow Feature #33862: a shorthand for custom validators
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/8986 -
01:04 TYPO3.Flow Feature #33862 (Under Review): a shorthand for custom validators
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/8986 -
00:44 TYPO3.Flow Feature #33862 (Resolved): a shorthand for custom validators
- Instead of using the fully qualified classname (which is long) Extbase has a shorthand of the form <ExtName>:<ValName...
Also available in: Atom