Activity
From 2012-07-31 to 2012-08-29
2012-08-29
-
20:27 TYPO3.Flow Bug #40389 (Resolved): Orphan Removal in ManyToMany Associations
- The orphanRemoval option in a ManyToMany annotation defaults to FALSE.
In the Flow3AnnotationDriver a check is mad... -
18:35 TYPO3.Flow Feature #39837 (Resolved): Make WebRedirect EntryPoint less Routing dependent
- Applied in changeset commit:94c0c7bb26561a09a7df527a76572188ab8e06a9.
-
18:05 Revision d5bd210a: [TASK] Raise submodule pointers
-
17:50 TYPO3.Flow Revision a3c260f2: Merge "[FEATURE] Make WebRedirect EntryPoint less Routing dependent"
-
17:42 TYPO3.Flow Feature #39879: Improve HTML backtrace for boolean and array arguments
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13848 -
13:35 TYPO3.Flow Bug #40372 (Resolved): Headers::has() always returns FALSE for Cache-Control
- Applied in changeset commit:28fc7e7b717218ee69516112373bd5b6a7c9237a.
-
12:46 TYPO3.Flow Bug #40372 (Under Review): Headers::has() always returns FALSE for Cache-Control
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14185 -
12:40 TYPO3.Flow Bug #40372 (Resolved): Headers::has() always returns FALSE for Cache-Control
- Because the Cache-Control header is handled in a special way, has() returns FALSE even though cache control directive...
-
13:05 Revision 5c2a5991: [TASK] Raise submodule pointers
-
12:45 TYPO3.Flow Revision 28fc7e7b: [BUGFIX] Fix Headers::has() for Cache-Control
- The Http\Headers::get() method now correctly returns
TRUE if a cache control header exists.
Change-Id: I3323d2f4be6d... -
12:37 TYPO3.Flow Task #39121 (Rejected): Encapsulate PHP superglobals for Http\Requests
- Thank your for the suggestion. However, due to the points Karsten explained and some more internals, we won't encapsu...
-
10:05 Revision 274195a9: [TASK] Raise submodule pointers
-
10:04 Revision a2c78640: [TASK] Raise submodule pointers
-
09:55 TYPO3.Flow Revision 97b6a059: [TASK] Add Windows version hint to documentation
- Change-Id: I0783f9e75ce0e7e3231ed73ed8deb3915b64ae8d
Related: #38038
Releases: 1.1, 1.2 -
09:50 TYPO3.Flow Revision fe8c0786: [TASK] Add Windows version hint to documentation
- Change-Id: I0783f9e75ce0e7e3231ed73ed8deb3915b64ae8d
Related: #38038
Releases: 1.1, 1.2
2012-08-28
-
16:05 Revision 99b2246c: [TASK] Raise submodule pointers
-
16:04 Revision 9a12ef3c: [TASK] Raise submodule pointers
-
15:35 TYPO3.Eel Bug #40011 (Resolved): Numeric offset access is not supported
- Applied in changeset commit:67e1e83be795accec4af10d2cbf168ddd28abf8b.
-
15:28 TYPO3.Flow Revision 6656833b: [BUGFIX] Loop confuses variable check on migrating
- When migrating code and not specifying a package to work on, the code
would get confused after the first available mi... -
15:27 TYPO3.Flow Revision f781b115: Merge "[BUGFIX] Loop confuses variable check on migrating"
-
13:05 Revision e5aa2ecc: [TASK] Raise submodule pointers
-
13:02 TYPO3.Flow Revision 45f872a5: [TASK] Detect inject methods more strictly
- Currently every method starting with "inject" is considered
for property injection by the ConfigurationManager.
That ... -
13:00 TYPO3.Fluid Feature #40338 (Closed): Make possible to combine conditions with f:if
- Hello.
It would be really nice to have a possibility to use OR/AND logic in f:if conditions. Right now it may be s... -
12:53 TYPO3.Flow Feature #39837: Make WebRedirect EntryPoint less Routing dependent
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13796 -
12:52 TYPO3.Flow Revision 94c0c7bb: [FEATURE] Make WebRedirect EntryPoint less Routing dependent
- The WebRedirect currently expects an option uri that points
to a relative or absolute URI to redirect when trying to ... -
11:07 TYPO3.Flow Bug #40263: Code migration script destroys method name in Resource\Resource
- Adrian Föder wrote:
> but, just asking: the SearchAndReplace, does this really a brute force string replacement? If ...
2012-08-27
-
22:59 TYPO3.Flow Bug #40283 (New): New constructor in grandparent class not called
- I have a class hierarchy like this:...
-
21:57 TYPO3.Flow Bug #40241: Encryption key sometimes readable for anybody
- Karsten Dambekalns wrote:
> Off the top of my head I'd respond with "then most systems seem be set up in an insecure... -
10:32 TYPO3.Flow Bug #40241: Encryption key sometimes readable for anybody
- Off the top of my head I'd respond with "then most systems seem be set up in an insecure way". :/
-
18:44 TYPO3.Flow Bug #33397: Difference for ManyToMany with JoinTable annotation and without
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14141 -
17:18 TYPO3.Flow Bug #33397: Difference for ManyToMany with JoinTable annotation and without
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14141 -
18:04 TYPO3.Flow Task #8923: Provide a Nginx Server Configuration for FLOW3
- Just as addition, I will compile all the info here into something final for docs. This is the rewrite config used in ...
-
17:10 TYPO3.Flow Feature #40273: Enable FunctionalTestRequestHandler for non cli requests
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14140 -
17:09 TYPO3.Flow Feature #40273 (Under Review): Enable FunctionalTestRequestHandler for non cli requests
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14140 -
16:51 TYPO3.Flow Feature #40273 (Resolved): Enable FunctionalTestRequestHandler for non cli requests
- Currently the FunctionTestRequestHandler can only be used through cli.
I'd like to use a TestRunner based on Visua... -
16:29 TYPO3.Flow Bug #40263: Code migration script destroys method name in Resource\Resource
- but, just asking: the SearchAndReplace, does this really a brute force string replacement? If so, looking for actual ...
-
15:23 TYPO3.Flow Bug #40263 (Under Review): Code migration script destroys method name in Resource\Resource
- Ok, please check https://review.typo3.org/14134 and see if that helps. Classic looping error… :/
-
15:19 TYPO3.Flow Bug #40263: Code migration script destroys method name in Resource\Resource
- Yes. Packages/Framework
Here's the output befor the patch (it was not the first try..As you can see in my Package.... -
15:00 TYPO3.Flow Bug #40263: Code migration script destroys method name in Resource\Resource
- Your FLOW3 package is in @Packages/Framework@? Do you still have the output of the migrate command?
-
14:54 TYPO3.Flow Bug #40263: Code migration script destroys method name in Resource\Resource
- Hmm well what information do You need?
I read the Upgrade.txt, moved copied over the new Source Files and did the ... -
14:46 TYPO3.Flow Bug #40263 (Needs Feedback): Code migration script destroys method name in Resource\Resource
- Well, anything inside "Framework" is skipped by the migration tool, so I wonder why it even worked on that piece of c...
-
14:37 TYPO3.Flow Bug #40263: Code migration script destroys method name in Resource\Resource
- Cedric, if you are able to do, may I please to to test whether the provided patch resolves your issue?
If so, feel f... -
14:36 TYPO3.Flow Bug #40263 (Under Review): Code migration script destroys method name in Resource\Resource
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/14133 -
14:27 TYPO3.Flow Bug #40263 (Accepted): Code migration script destroys method name in Resource\Resource
- well yes of course, that's it pretty surely:
http://git.typo3.org/FLOW3/Packages/TYPO3.FLOW3.git?a=blob;f=Migratio... -
14:27 TYPO3.Flow Bug #40263: Code migration script destroys method name in Resource\Resource
- I double-checked it-the migrate task replaces getMimeType with getMediaType in the method signature.
-
14:24 TYPO3.Flow Bug #40263: Code migration script destroys method name in Resource\Resource
- hey that's a good point, thanks for that hint, I will check this.
-
14:22 TYPO3.Flow Bug #40263: Code migration script destroys method name in Resource\Resource
- Hello,
thanks for your response. Is there any chance, the migrate task is involved?
I double-checked it and can... -
14:19 TYPO3.Flow Bug #40263 (Needs Feedback): Code migration script destroys method name in Resource\Resource
-
14:17 TYPO3.Flow Bug #40263: Code migration script destroys method name in Resource\Resource
- Cedric, this is strange, the method you've mentioned should be "getMimeType", hence not a duplicate is present.
the ... -
14:13 TYPO3.Flow Bug #40263: Code migration script destroys method name in Resource\Resource
- It's not the old, but the doublette-sorry.
-
14:12 TYPO3.Flow Bug #40263 (Resolved): Code migration script destroys method name in Resource\Resource
- Okay, please be kind in case i missed something..
I am new to FLOW3 an just wanted to migrate my small Package to 1.... -
15:23 TYPO3.Flow Revision d8d6fee4: [BUGFIX] Loop confuses variable check on migrating
- When migrating code and not specifying a package to work on, the code
would get confused after the first available mi...
2012-08-26
-
23:15 TYPO3.Flow Bug #28862: Inconsistent handling of roles as objects and strings in Account
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13868 -
22:18 TYPO3.Flow Bug #40241 (Rejected): Encryption key sometimes readable for anybody
- The encryption key is (on *NIX) generated with the current umask. On most systems, this is something like 0022, makin...
2012-08-24
-
19:04 Revision 9189a83c: [TASK] Raise submodule pointers
-
18:26 TYPO3.Kickstart Revision 9591372e: [TASK] Update Package.xml with new version number
- Change-Id: Ie07422de3c68a5e932e791e4cdd355e30874dae5
Releases: 1.1 -
18:26 TYPO3.Welcome Revision e960320c: [TASK] Update Package.xml with new version number
- Change-Id: Ifc021c2814cdc086c53825db1da32493dface347
Releases: 1.1 -
18:26 TYPO3.Fluid Revision 504f762b: [TASK] Update Package.xml with new version number
- Change-Id: Idb8768e32f20561ceb84bbd9db133ad30ecb7c78
Releases: 1.1 -
18:26 TYPO3.Flow Revision ba2d5dfa: [TASK] Update Package.xml with new version number
- Change-Id: Id7b53df22c7cc7362171f79b62f914a7af5acb32
Releases: 1.1 -
17:06 Revision 510ab7fb: [TASK] Raise submodule pointers
-
17:04 Revision 701d8576: [TASK] Raise submodule pointers
-
16:08 TYPO3.Flow Revision d381e9d0: [TASK] Add changelog for FLOW3 1.1.0
- Change-Id: Iae5f002ce1552b233ee37da395ef1b6ef9bbf03b
Releases: 1.1, 1.2 -
16:07 TYPO3.Flow Revision a47ccbf0: [TASK] Add changelog for FLOW3 1.1.0
- Change-Id: Iae5f002ce1552b233ee37da395ef1b6ef9bbf03b
Releases: 1.1, 1.2
2012-08-23
-
18:07 TYPO3.Fluid Feature #35790: allow f:link.action to operate on parent request
- I attached a dirty workaround. The problem seems to be with the argumentNamespace and subPackage. Couldn't figure out...
-
10:05 TYPO3.Fluid Feature #35790: allow f:link.action to operate on parent request
- Same problem, even with package, subpackage and controller defined the link.action fails to generate the correct link...
-
15:00 TYPO3.Fluid Feature #40081 (New): Allow assigned variables as keys in arrays
- It was asked couple of times in mailing lists, e.g. here: http://lists.typo3.org/pipermail/typo3-project-typo3v4mvc/2...
-
12:28 TYPO3.Flow Feature #37436: PropertyMapper should allow settings like allowCreationForSubProperty('products.[n].tierprices.[n]')
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/12166 -
12:25 TYPO3.Flow Revision faaee920: [FEATURE] Allow mapping of indexed property names with placeholder
- For multi-valued property types (Doctrine\Common\Collections\Collection or
array) the property mapper uses indexes as... -
12:15 TYPO3.Flow Bug #32829: Mapping to a subclass by __type property fails if subclass adds fields
- Patch set 14 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7507 -
11:54 TYPO3.Flow Bug #32829: Mapping to a subclass by __type property fails if subclass adds fields
- Patch set 13 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7507
2012-08-22
-
17:59 TYPO3.Flow Bug #32829: Mapping to a subclass by __type property fails if subclass adds fields
- Patch set 12 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7507 -
17:58 TYPO3.Flow Bug #32829: Mapping to a subclass by __type property fails if subclass adds fields
- Patch set 11 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7507 -
16:55 TYPO3.Fluid Bug #40064 (New): Multiselect is not getting persisted
- I have a statement and want to assign multiple users to it using a multiselect box. The mulitselect box displays alre...
-
12:47 TYPO3.Fluid Feature #39682: Disregegard { as Fluid variable when followed by a white space
- I took a short peek and could it be that this could easily leviated by removing the arrayHandler case from the if els...
2012-08-21
-
13:03 TYPO3.Flow Task #37451: Rework usage of Roles in the security framework
- The changes pushed to the review queue implement the following concept:
* Roles are defined in a programmatic way ... -
12:49 TYPO3.Flow Bug #28862 (Under Review): Inconsistent handling of roles as objects and strings in Account
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13868 -
12:04 Revision bded95dc: [TASK] Raise submodule pointers
-
12:02 Revision b521cc58: [TASK] Raise submodule pointers
-
11:16 Revision cbbb7901: [TASK] Raise submodule pointers
-
11:13 TYPO3.Kickstart Revision 8a889faf: [TASK] Update Package.xml with new version number
- Change-Id: I343d48c98dc91bf2d887b1bcb2beb94ce6ba0648
Releases: 1.0 -
11:13 TYPO3.Welcome Revision c29bc8df: [TASK] Update Package.xml with new version number
- Change-Id: I2008a8fa04e383a0540737e12b8e0f9d55bbd62e
Releases: 1.0 -
11:13 TYPO3.Fluid Revision ef57b5b7: [TASK] Update Package.xml with new version number
- Change-Id: I0f735b0bac601722d3cbd5be8f20268f81bdf487
Releases: 1.0 -
11:13 TYPO3.Flow Revision 68fa58a7: [TASK] Update Package.xml with new version number
- Change-Id: I51ce943c0106468140355448c559bba00b77b0fa
Releases: 1.0 -
11:01 TYPO3.Flow Revision 3fd525c7: Add changelog for FLOW3 1.0.6
- Change-Id: I4eb7fc575872dc702ea1b4b8b3c8e53ee7797c99
-
10:56 TYPO3.Flow Revision 4fcbba81: Add changelog for FLOW3 1.0.6
- Change-Id: I4eb7fc575872dc702ea1b4b8b3c8e53ee7797c99
-
10:35 TYPO3.Flow Bug #40003 (Resolved): FLOW3 not working on PHP 5.3.16
- Applied in changeset commit:28c82ae23d90b17f6514b0cd93fae17dd7bc0dc7.
-
10:01 TYPO3.Flow Bug #40003: FLOW3 not working on PHP 5.3.16
- Patch set 1 for branch *FLOW3-1.1* has been pushed to the review server.
It is available at http://review.typo3.org/1... -
09:59 TYPO3.Flow Bug #40003: FLOW3 not working on PHP 5.3.16
- Discussed with Robert and we'll simply go for the additional @isOptional()@ check, because (although we could) we nev...
-
09:47 TYPO3.Flow Bug #40003: FLOW3 not working on PHP 5.3.16
- Ok, the bug will be fixed again in 5.3.17. Sigh.
-
10:18 Revision 4635089d: [TASK] Raise submodule pointers
-
10:01 TYPO3.Flow Revision 28c82ae2: [BUGFIX] Fix reflection on PHP 5.3.16
- The fix for https://bugs.php.net/62715 landed in PHP 5.3.16, and because of
https://bugs.php.net/62874 reflection fai... -
09:32 TYPO3.Eel Bug #40011 (Under Review): Numeric offset access is not supported
-
09:31 TYPO3.Eel Bug #40011: Numeric offset access is not supported
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13982 -
09:30 TYPO3.Eel Bug #40011 (Resolved): Numeric offset access is not supported
- Passing an integer for array offset access (@${myarray[17].foo}@) causes problems with the Context evaluation which e...
-
09:30 TYPO3.Eel Revision 67e1e83b: [BUGFIX] Fix numeric array offset access
- Change-Id: I82950d32dc8ee17f851a74db708fefbca3e75136
Resolves: #40011
2012-08-20
-
17:32 TYPO3.Flow Bug #39969: Call to undefined method on Cookie from Response
- On Request of Pablo it was dropped.
-
17:31 TYPO3.Flow Bug #39969 (Rejected): Call to undefined method on Cookie from Response
-
17:17 TYPO3.Flow Bug #40003 (Under Review): FLOW3 not working on PHP 5.3.16
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13971 -
17:04 TYPO3.Flow Bug #40003 (Resolved): FLOW3 not working on PHP 5.3.16
- The fix for https://bugs.php.net/62715 landed in PHP 5.3.16, and because of https://bugs.php.net/62874 reflection fai...
-
17:13 TYPO3.Flow Revision 2dbfd8fe: [BUGFIX] Fix reflection on PHP 5.3.16
- The fix for https://bugs.php.net/62715 landed in PHP 5.3.16, and because of
https://bugs.php.net/62874 reflection fai... -
16:29 TYPO3.Fluid Bug #35295 (Resolved): Alphanumeric-Validator fails on umlauts
-
10:28 TYPO3.Fluid Bug #35295: Alphanumeric-Validator fails on umlauts
- Patch set 1 for branch *FLOW3-1.1* has been pushed to the review server.
It is available at http://review.typo3.org/1... -
10:27 TYPO3.Fluid Bug #35295: Alphanumeric-Validator fails on umlauts
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13601 -
14:28 TYPO3.Flow Feature #39910: Ability to query user based on roles
- hi Pablo, would be cool if we can discuss the way you want to use roles on IRC somewhere next days
-
12:27 Revision 19361ab4: [TASK] Raise submodule pointers
-
12:25 Revision 33052141: [TASK] Update Upgrading.txt with new version number
- Change-Id: I699de23e7538b0cbcdf9419ea6ebdeda4b8a72e2
Releases: 1.0 -
12:23 TYPO3.Welcome Revision 3f79629c: [TASK] Update Package.xml with new version number
- Change-Id: Ifbece9ce3e468a21269c90602fb9e20aec63487a
Releases: 1.0 -
12:23 TYPO3.Kickstart Revision d6eff74f: [TASK] Update Package.xml with new version number
- Change-Id: Ib8de939b97f2757834ea97180952f87eac04e8e2
Releases: 1.0 -
12:23 TYPO3.Fluid Revision e1bc4927: [TASK] Update Package.xml with new version number
- Change-Id: I40c6371a695f8871fb774cbefb51d1d3eba6c04f
Releases: 1.0 -
12:23 TYPO3.Flow Revision ba702074: [TASK] Update Package.xml with new version number
- Change-Id: I1cea161ec9187c5e0cf8696db7f11d4912696f1b
Releases: 1.0 -
12:18 Revision db30fad4: [TASK] Raise submodule pointers
-
12:15 TYPO3.Welcome Revision 8f81aa36: [TASK] Update Package.xml with new version number
- Change-Id: I8ccb7f968988a379ebeac68d62161690e8014f7d
Releases: 1.1 -
12:15 TYPO3.Kickstart Revision 5de6410a: [TASK] Update Package.xml with new version number
- Change-Id: I458d8b65643f7254c72e50bb00c13bcf691a05c1
Releases: 1.1 -
12:15 TYPO3.Fluid Revision 24ce9d85: [TASK] Update Package.xml with new version number
- Change-Id: I39f29286cb97e8d1b5ee1072e552f4f081562860
Releases: 1.1 -
12:15 TYPO3.Flow Revision 1b1ed7d2: [TASK] Update Package.xml with new version number
- Change-Id: I45cecc85a991654fbc4031e3538272be94b10f06
Releases: 1.1 -
11:21 TYPO3.Fluid Bug #39990 (New): Same form twice in one template: hidden fields for empty values are only rendered once
- Noticed this in fluid extension and think this is also relevant for the Fluid package.
If you use nearly the same ... -
11:05 Revision e2d4ab71: [TASK] Raise submodule pointers
-
11:04 Revision 280de6b0: [TASK] Raise submodule pointers
-
11:02 Revision 9df5de4b: [TASK] Raise submodule pointers
-
10:35 TYPO3.Flow Feature #36695 (Resolved): Control Validation Groups and add Groups for Create and Update
- Applied in changeset commit:46ea9e11c74db201fd7dc127e618f657f8784d12.
-
10:10 TYPO3.Flow Feature #36695: Control Validation Groups and add Groups for Create and Update
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13556 -
10:29 TYPO3.Flow Revision a5be0602: Merge "[BUGFIX] Allow PublishingConfiguration to be persisted" into FLOW3-1.0
-
10:28 TYPO3.Flow Revision 2fbc3d44: [BUGFIX] Alphanumeric-Validator fails on umlauts
- This change adds support for umlauts in the AlphanumericValidator,
by changing the regex pattern to [:alnum:] and add... -
10:27 TYPO3.Flow Revision f1fa7506: [BUGFIX] Alphanumeric-Validator fails on umlauts
- This change adds support for umlauts in the AlphanumericValidator,
by changing the regex pattern to [:alnum:] and add... -
10:10 TYPO3.Flow Revision 46ea9e11: [FEATURE] Control Validation Groups via annotations
- This feature adds support for overriding validation groups in actions through
@FLOW\ValidationGroups annotation.
Cha... -
10:07 TYPO3.Flow Revision 437c2a06: [CLEANUP] Some CGL fixes
- Change-Id: I20d6cf92daed74830a12ffad5f013e46a25c46b7
Releases: 1.1, 1.2 -
10:06 TYPO3.Flow Revision ca86b178: Merge "[CLEANUP] Some CGL fixes"
-
10:05 Revision a8377e61: [TASK] Raise submodule pointers
-
10:04 Revision 79aad6f1: [TASK] Update Upgrading.txt
- This change adds missing content to the instructions (based on the [!!!]
changes from the overview of merged changes)... -
09:16 TYPO3.Flow Revision 637e99c1: Merge "[TASK] Get rid of strtolower() in foreach loop"
2012-08-19
-
23:08 TYPO3.Flow Revision d554ec23: [CLEANUP] Some CGL fixes
- Change-Id: I20d6cf92daed74830a12ffad5f013e46a25c46b7
Releases: 1.1, 1.2 -
17:04 TYPO3.Flow Bug #39969: Call to undefined method on Cookie from Response
- Error please ignore this ticket. I was looking at the wrong branch.
-
16:43 TYPO3.Flow Bug #39969 (Rejected): Call to undefined method on Cookie from Response
- When the response headers are sent you get an 'call to undefined method getExpiresTime' error. The problem is in the...
2012-08-18
-
21:01 TYPO3.Fluid Feature #39936: registerTagAttribute should handle default values
- From the extbase-fluid-commitmessage:
In AbstractTagBasedViewHelper there is no option for a default-value.
However... -
20:52 TYPO3.Fluid Feature #39936 (New): registerTagAttribute should handle default values
- The function registerTagAttribute is used to register tags and can't handle default values.
This is a follow-up fr... -
15:30 TYPO3.Fluid Feature #39870: Allow configuration of template path fallbacks
- I was also thinking about other implementation approach which will not require any change in fluid (only in extbase)....
-
13:45 TYPO3.Flow Feature #39910 (Accepted): Ability to query user based on roles
2012-08-17
-
23:07 TYPO3.Flow Task #27561: Complete documentation
- There are five sections that still need a first draft:
* Part III: Manual
** *Error and Exception Handling*
** *Lo... -
11:18 TYPO3.Flow Task #27561: Complete documentation
- Ongoing task, removing target version.
Note to the audience: most of the crucial things have been documented by now! -
20:59 TYPO3.Flow Feature #39910 (Accepted): Ability to query user based on roles
- For application that need to be able to manage users via a custom web interface the current implementation of TYPO3\F...
-
15:11 Revision ea4927ea: [TASK] Raise submodule pointers
-
14:41 TYPO3.Flow Revision f7c29db8: [TASK] Increase branch version number to 1.2
- This updates the constant in Bootstrap.
Change-Id: I026f1f4d801eb946860190fc28cd0a023f801553
Releases: 1.2 -
14:08 TYPO3.Fluid Feature #39870: Allow configuration of template path fallbacks
- Sebastian, thank you for your comment! Please see Extbase ticket for general response. I have some questions about F...
-
07:07 TYPO3.Fluid Feature #39870: Allow configuration of template path fallbacks
- We've internally discussed this topic already quite often, and came to the conclusion that template path inheritance ...
-
12:26 TYPO3.Fluid Feature #39886 (Under Review): f:format.json: Make tag "escaping" default
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13853 -
12:18 TYPO3.Fluid Feature #39886 (Resolved): f:format.json: Make tag "escaping" default
- Currently, the JSON ViewHelper will put greater-and-lower-than-characters through as they are, which might be dangero...
-
12:22 TYPO3.Fluid Feature #33143: Allow Format.Currency ViewHelper regard Locale
- Patch set 8 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7783 -
12:06 Revision 5466951a: [TASK] Raise submodule pointers
-
12:03 Revision 0362a654: [TASK] Raise submodule pointers
-
11:42 Revision 2092ef1d: [TASK] Raise submodule pointers
-
11:35 TYPO3.Flow Bug #39300 (Closed): blocking ReflectionService: Call to a member function get() on a non-object
- This seems having went away... will observe this of course, but for now disregard this.
-
11:33 TYPO3.Flow Revision be3c4468: Merge "[BUGFIX] Injections only on last level of class hierarchy" into FLOW3-1.0
-
11:18 TYPO3.Flow Bug #39699 (Accepted): SQL DDL for TYPO3\FLOW3\Cache\Backend\PdoBackend
-
11:16 TYPO3.Flow Task #38038: Proofread FLOW3 manual
- Ongoing task, removing target version.
-
11:15 TYPO3.Flow Feature #39609 (Needs Feedback): Migration Version
- If you only know the latest version applied, you do not yet know if a migration might be needed. There could be migra...
-
11:07 TYPO3.Flow Revision 6878b35d: [TASK] Fix markup errors on documentation
- Change-Id: I6dbe51e52430f3f1bfca0a6bae929a243c93a758
Related: #27561
Releases: 1.1, 1.2 -
11:06 TYPO3.Flow Revision 41267d16: [TASK] Get rid of strtolower() in foreach loop
- A tiny optimization I could not resist.
Change-Id: I41ad466c2f89440e1647de617bd154703db9ac9a
Releases: 1.2 -
11:04 TYPO3.Flow Revision 522057e5: [TASK] Fix markup errors on documentation
- Change-Id: I6dbe51e52430f3f1bfca0a6bae929a243c93a758
Related: #27561
Releases: 1.1, 1.2 -
10:43 TYPO3.Flow Feature #39879 (Under Review): Improve HTML backtrace for boolean and array arguments
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13848 -
10:40 TYPO3.Flow Feature #39879 (Resolved): Improve HTML backtrace for boolean and array arguments
- currently, a function call in the backtrace makes some type hints about the passed arguments. For boolean and array t...
-
10:35 TYPO3.Flow Feature #39648 (Resolved): Configurable CLI Subrequest environment variables
- Applied in changeset commit:b7b5dfdb36f37498e06173887b765cb4e1fb8d82.
-
10:34 TYPO3.Flow Feature #39878 (Under Review): Utility function for determining if an array is considered numerically indexed
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13847 -
10:26 TYPO3.Flow Feature #39878 (Closed): Utility function for determining if an array is considered numerically indexed
- Unfortunately PHP does not offer a reliable way to say whether an array is considered to be numerically indexed or if...
-
10:08 Revision 02ef1e44: [TASK] Raise submodule pointers
-
09:57 TYPO3.Flow Revision b6c03002: Merge "[FEATURE] Configurable CLI Subrequest environment variables" into FLOW3-1.1
-
09:55 TYPO3.Fluid Revision 8f77b36f: Merge "[BUGFIX] Action URI of the form ViewHelper is not reset" into FLOW3-1.1
-
09:53 TYPO3.Flow Revision 3a8c98e9: [TASK] Add HTTP status code to exceptions
- Currently if an exception is rendered with either Debug-
or ProductionExceptionHandler the HTTP status is set to
"500... -
09:11 Revision 8b3aaeca: [TASK] Raise submodule pointers
-
09:07 Revision 66f67fa0: [TASK] Raise submodule pointers
-
08:35 TYPO3.Flow Feature #39836 (Resolved): Finish implementation of cookie support
- Applied in changeset commit:ea08462aeba9427b7bfe128ea15e1b67dc1542b2.
2012-08-16
-
22:35 TYPO3.Flow Task #39424 (Resolved): Write documentation for HTTP framework
- Applied in changeset commit:db3fdbedec9e16ffa15e31c10cc47a2f86a46f98.
-
21:47 TYPO3.Flow Task #39424 (Under Review): Write documentation for HTTP framework
- Patch set 1 for branch *FLOW3-1.1* has been pushed to the review server.
It is available at http://review.typo3.org/1... -
22:35 TYPO3.Flow Task #3881 (Resolved): Complete documentation about MVC
- Applied in changeset commit:9fec020c332b1be058d5b615ad60adaf5cec4340.
-
21:47 TYPO3.Flow Task #3881 (Under Review): Complete documentation about MVC
- Patch set 1 for branch *FLOW3-1.1* has been pushed to the review server.
It is available at http://review.typo3.org/1... -
22:11 Revision aa9c6c35: [TASK] Raise submodule pointers
-
21:47 TYPO3.Flow Feature #39836: Finish implementation of cookie support
- Patch set 1 for branch *FLOW3-1.1* has been pushed to the review server.
It is available at http://review.typo3.org/1... -
21:39 TYPO3.Flow Feature #39836: Finish implementation of cookie support
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13822 -
18:38 TYPO3.Flow Feature #39836 (Under Review): Finish implementation of cookie support
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13822 -
21:45 TYPO3.Flow Revision ea2f7f2b: [FEATURE] Cookie management support
- This implements the cookie management feature
which previously only existed as a stub in the
HTTP foundation.
This p... -
21:45 TYPO3.Flow Revision 9fec020c: [WIP][TASK] New chapter: MVC
- This adds a new chapter to The Definitive Guide.
Also adjust some mentions of "DocComment" in other chapters
and add... -
21:45 TYPO3.Flow Revision 9483632f: [TASK] Add section about Uri class in HTTP chapter
- This adds some explanation for the use of the Uri class.
Change-Id: I89ed4d15f7d3d83c31a87832b760f2f751b97920
Releas... -
21:44 TYPO3.Flow Revision db3fdbed: [TASK] New chapter: HTTP
- This adds a new chapter to The Definitive Guide
Resolves: #39424
Releases: 1.1, 1.2
Change-Id: I9b7285031c54dcd164f... -
21:39 TYPO3.Flow Revision ea08462a: [FEATURE] Cookie management support
- This implements the cookie management feature
which previously only existed as a stub in the
HTTP foundation.
This p... -
20:00 TYPO3.Fluid Feature #39870 (Resolved): Allow configuration of template path fallbacks
- It would be great if you can configure alternative paths for templates. It would be quite handy when you have to exte...
-
16:08 TYPO3.Flow Bug #39855: [Windows / VM] FLOW3 symlink error during TYPO3 Phoenix FLOW3 compile
- nope I meant "elevated" regarding the permission level the application is running in; usually that's "Administrator"....
-
15:53 TYPO3.Flow Bug #39855: [Windows / VM] FLOW3 symlink error during TYPO3 Phoenix FLOW3 compile
- well, the problem is not the VM but the IDE. The IDE has to have its files on the windows system to be fast.
If it w... -
15:40 TYPO3.Flow Bug #39855: [Windows / VM] FLOW3 symlink error during TYPO3 Phoenix FLOW3 compile
- I cannot say if it
> cannot be compiled/operated in such a mixed-in environment
and I still say that this is no... -
15:32 TYPO3.Flow Bug #39855: [Windows / VM] FLOW3 symlink error during TYPO3 Phoenix FLOW3 compile
- hi,
I run a VirtualBox VM (linux guest system) with VirtualBox Addons and a shared folder.
This is mounted under ... -
15:18 TYPO3.Flow Bug #39855 (Needs Feedback): [Windows / VM] FLOW3 symlink error during TYPO3 Phoenix FLOW3 compile
- ah Bastian you already mentioned; just wanted to step in ;)
Frank, I would not rely on that pre-build because you ... -
14:09 TYPO3.Flow Bug #39855: [Windows / VM] FLOW3 symlink error during TYPO3 Phoenix FLOW3 compile
- This means lot of devs would have to rethink their local dev-system completely (in our company at least 8 ppl) :(.
I... -
13:43 TYPO3.Flow Bug #39855: [Windows / VM] FLOW3 symlink error during TYPO3 Phoenix FLOW3 compile
- Frank Gerards wrote:
> UPDATE: ok, there is already a "workaround"
IIRC this is not possible anymore. Please se... -
13:36 TYPO3.Flow Bug #39855: [Windows / VM] FLOW3 symlink error during TYPO3 Phoenix FLOW3 compile
- UPDATE: ok, there is already a "workaround": You have to switch the resource:publishing:mirrorMode to "copy" in Confi...
-
13:22 TYPO3.Flow Bug #39855 (Closed): [Windows / VM] FLOW3 symlink error during TYPO3 Phoenix FLOW3 compile
- Hi,
I use a Debian VM under Windows 7 to develop websites using ZendStudio under Windows. The sources are located ...
2012-08-15
-
17:42 TYPO3.Flow Feature #39839: Provide abstract authentication controller
- like the idea, but we should think carefully about what methods to make final and abstract and on what methods to pro...
-
17:14 TYPO3.Flow Feature #39839 (Resolved): Provide abstract authentication controller
- FLOW3 already comes with an Authentication Controller that even supports redirection to the intercepted request after...
-
17:06 TYPO3.Flow Feature #39837 (Under Review): Make WebRedirect EntryPoint less Routing dependent
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13796 -
17:03 TYPO3.Flow Feature #39837 (Resolved): Make WebRedirect EntryPoint less Routing dependent
- The WebRedirect currently expects an option *uri* that points to a relative or absolute URI to redirect when trying t...
-
16:31 TYPO3.Flow Feature #39836 (Resolved): Finish implementation of cookie support
- The cookie support in HTTP Request / Response is not working because the implementation is incomplete.
-
13:26 TYPO3.Flow Feature #35030: Dynamic locale detection
- Karsten Dambekalns wrote:
> Andreas Wolf wrote:
> > Any comments on the patch I pushed to Gerrit?
>
> Given the ... -
12:35 TYPO3.Flow Task #3881 (Resolved): Complete documentation about MVC
- Applied in changeset commit:d96192477241d8d04a00db0089b04b8dab911fe1.
-
11:54 TYPO3.Flow Task #3881: Complete documentation about MVC
- Patch set 8 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13571 -
12:05 Revision 173839c1: [TASK] Raise submodule pointers
-
11:54 TYPO3.Flow Revision d9619247: [WIP][TASK] New chapter: MVC
- This adds a new chapter to The Definitive Guide.
Also adjust some mentions of "DocComment" in other chapters
and add...
2012-08-14
-
16:14 TYPO3.Flow Feature #39788: RFC: Repository based NotExistsValidator
- Funny how you have pretty much exactly my first implementation of that validator, before I added the __property and _...
-
10:39 TYPO3.Flow Feature #39788: RFC: Repository based NotExistsValidator
- Hi Alexander,
interesting ideas and I think, this is a useful extension.
I'm not so sure about the className vs o... -
01:16 TYPO3.Flow Feature #39788 (New): RFC: Repository based NotExistsValidator
- A very basic requirement for most registration formulars is to validate that a given registration information does no...
-
13:04 Revision 85cd5e05: [TASK] Raise submodule pointers
-
12:35 TYPO3.Eel Feature #39162 (Resolved): Support for != comparison
- Applied in changeset commit:0f6a4eb60e5b50724a29537993ead310e73dcf23.
-
12:35 TYPO3.Flow Bug #39374 (Resolved): References to renamed / moved code in part II
- Applied in changeset commit:7324b7be52d02681f0c5b639adb0f07e51802e44.
-
12:26 TYPO3.Flow Bug #39374: References to renamed / moved code in part II
- Patch set 1 for branch *FLOW3-1.1* has been pushed to the review server.
It is available at http://review.typo3.org/1... -
12:33 TYPO3.Eel Revision a3196bdf: Merge "[TASK] Unify error handling and provider better exception messages"
-
12:31 TYPO3.Eel Revision 7299b54c: Merge "[FEATURE] Implement != comparison"
-
12:25 TYPO3.Flow Revision 7324b7be: [BUGFIX] Fix some outdated code (examples) in Part II
- Change-Id: Ibd0a3e48cd8c3beef305a43e6c66cf49d9e85deb
Fixes: #39374
Releases: 1.1, 1.2 -
12:16 TYPO3.Flow Feature #39792 (Under Review): Implement support for localized resources
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13647 -
09:56 TYPO3.Flow Feature #39792 (On Hold): Implement support for localized resources
- Needs to be fixed by the related issue …
-
09:54 TYPO3.Flow Feature #39792 (Resolved): Implement support for localized resources
- The feature of localized is already documented in The Definitive Guide (sic!) but not yet implemented:...
-
12:16 TYPO3.Fluid Feature #32339 (Under Review): ResourceViewHelper should support I18n
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13647 -
11:35 TYPO3.Flow Bug #39005 (Resolved): Proxies for Http\Request not used
- Applied in changeset commit:aaa3027158ee86770f5c413812f20bf2afb28f47.
-
11:05 Revision efdcca49: [TASK] Raise submodule pointers
-
11:04 Revision ac8bf412: [TASK] Raise submodule pointers
-
10:43 TYPO3.Flow Task #3881: Complete documentation about MVC
- Patch set 7 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13571 -
10:42 TYPO3.Flow Task #3881: Complete documentation about MVC
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13571 -
09:32 TYPO3.Flow Task #3881: Complete documentation about MVC
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13571 -
10:37 TYPO3.Flow Feature #38419 (Resolved): Show time until lock expiry on CLI
-
10:37 TYPO3.Flow Revision 4293f562: Merge "[FEATURE] Inform about lock expiry in CLI"
-
10:36 TYPO3.Flow Revision af495952: Merge "[BUGFIX] Disable proxy building for Http classes" into FLOW3-1.1
-
10:35 TYPO3.Flow Task #38622 (Resolved): Use Inject annotation instead of tag in Object\ConfigurationBuilder
-
10:35 TYPO3.Flow Revision 5b39dd8a: Merge "[BUGFIX] Fix some outdated code (examples) in Part II"
-
10:35 TYPO3.Flow Task #39714 (Resolved): Validate emailaddresses by filter_var()
- Applied in changeset commit:bf268108c0bcad6559a52918810dcba92bcc3fb4.
-
10:13 Revision 3b19d30a: [TASK] Raise submodule pointers
-
10:12 TYPO3.Flow Bug #32829: Mapping to a subclass by __type property fails if subclass adds fields
- Patch set 10 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7507 -
09:45 TYPO3.Flow Bug #39791 (New): Reflection data of old aspect is not removed
- The reflection data of a removed aspect is not removed by the file monitoring / reflection framework.
Steps to rep... -
09:28 TYPO3.Kickstart Feature #39790 (New): Allow forward slashes where backslashes need to be specified
- Typing backslashes on the command line is cumbersome because each of them needs to be escaped with an additional back...
-
00:16 TYPO3.Fluid Bug #29290: Additional Identity Properties not set on mapping error
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13600
2012-08-13
-
21:07 TYPO3.Flow Task #39714: Validate emailaddresses by filter_var()
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13608 -
14:50 TYPO3.Flow Task #39714: Validate emailaddresses by filter_var()
- Bastian Waidelich wrote:
> if a hacker can't use foo@localhost he will use foo@localhost.com
Ha, it seems redmi... -
14:49 TYPO3.Flow Task #39714: Validate emailaddresses by filter_var()
- Helmut Hummel wrote:
Hi Helmut,
> Bastian Waidelich wrote:
> > In my opinion, the validator should allow an em... -
14:02 TYPO3.Flow Task #39714: Validate emailaddresses by filter_var()
- at https://github.com/php/php-src/blob/master/ext/filter/logical_filters.c#L499 there are some interesting comments a...
-
12:54 TYPO3.Flow Task #39714: Validate emailaddresses by filter_var()
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13608 -
21:07 TYPO3.Flow Revision bf268108: [FEATURE] Validate email addresses with filter_var()
- This change makes FLOW3 use filter_var instead of a regex check
to validate email addresses.
Change-Id: I88ef5a80f45... -
18:18 TYPO3.Flow Task #3881: Complete documentation about MVC
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13571 -
14:05 TYPO3.Flow Task #3881: Complete documentation about MVC
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13571 -
10:49 TYPO3.Flow Task #3881: Complete documentation about MVC
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13571 -
14:24 TYPO3.Flow Feature #35030: Dynamic locale detection
- Andreas Wolf wrote:
> Any comments on the patch I pushed to Gerrit?
Given the WIP status and the list of todos I ... -
12:31 TYPO3.Fluid Bug #35295: Alphanumeric-Validator fails on umlauts
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13601 -
11:54 TYPO3.Flow Feature #39648 (Under Review): Configurable CLI Subrequest environment variables
- Patch set 1 for branch *FLOW3-1.1* has been pushed to the review server.
It is available at http://review.typo3.org/1... -
11:53 TYPO3.Flow Revision b7b5dfdb: [FEATURE] Configurable CLI Subrequest environment variables
- When debugging with xdebug, a major difficulty is that in development
and functional tests, there are always two requ... -
11:46 TYPO3.Fluid Feature #36410: Allow templates to send arguments back to layout
- well, what solves most is having an own, "project specific" abstract class lying between the framework's own ActionCo...
-
11:37 TYPO3.Fluid Feature #36410: Allow templates to send arguments back to layout
- Good point. Do you have any ideas for alternative solutions to this problem?
I have similar issues, which are curren... -
11:30 TYPO3.Fluid Feature #36410: Allow templates to send arguments back to layout
- I voted down for a simple reason: Sending back something removes the "side-effect-freeness" of Fluid Views (take it l...
2012-08-12
-
22:44 TYPO3.Flow Feature #35030: Dynamic locale detection
- Any comments on the patch I pushed to Gerrit? I'm using this in a project for quite a while now and so far it works a...
-
22:42 TYPO3.Flow Feature #39740: Allow setting fixed values for route parts
- Gnah, could somebody with the required permissions please fix the formatting?
-
22:41 TYPO3.Flow Feature #39740 (Closed): Allow setting fixed values for route parts
- In some situations, it is desirable to have routes that are only applied to certain sets of parameters, e.g. to have ...
-
21:57 TYPO3.Flow Task #39714: Validate emailaddresses by filter_var()
- > [...] but I still find that being too restrictive in an validator is better than too loose at least for the default...
-
19:55 TYPO3.Flow Task #39714: Validate emailaddresses by filter_var()
- After all, what seemed to be easy at first sight (just use filter_var), is not that easy if you have a closer look.
... -
19:42 TYPO3.Flow Task #39714: Validate emailaddresses by filter_var()
- Hi Bastian,
Bastian Waidelich wrote:
> In my opinion, the validator should allow an email address if in doubt (e.... -
15:07 TYPO3.Flow Task #39714: Validate emailaddresses by filter_var()
- So, if Karsten is right, I don't know why this should be discussed again. You cannot provide a validator for every ca...
-
12:15 TYPO3.Flow Task #39714: Validate emailaddresses by filter_var()
- Bastian Waidelich wrote:
> In my opinion, the validator should allow an email address if in doubt (e.g. containig "+... -
11:55 TYPO3.Flow Task #39714 (Under Review): Validate emailaddresses by filter_var()
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13608 -
11:52 TYPO3.Flow Task #39714: Validate emailaddresses by filter_var()
- In my opinion, the validator should allow an email address if in doubt (e.g. containig "+" or "@localhost") so I agre...
-
10:50 TYPO3.Flow Task #39714 (Resolved): Validate emailaddresses by filter_var()
- We have had an issue in the extbase issue tracker (#6970) for simplify the email validator in extbase.
Actually th... -
11:22 TYPO3.Fluid Bug #29290: Additional Identity Properties not set on mapping error
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13600
2012-08-11
-
20:16 TYPO3.Fluid Bug #35295 (Under Review): Alphanumeric-Validator fails on umlauts
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13601 -
19:55 TYPO3.Fluid Bug #29290 (Under Review): Additional Identity Properties not set on mapping error
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13600 -
18:34 TYPO3.Flow Feature #36695: Control Validation Groups and add Groups for Create and Update
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13556 -
12:56 TYPO3.Flow Feature #36695: Control Validation Groups and add Groups for Create and Update
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13556 -
17:35 TYPO3.Fluid Task #6757 (Resolved): support literal strings in boolean arguments
- Applied in changeset commit:125413ca638696bb4eef9b5c26eceed51acdcf4e.
-
17:35 TYPO3.Flow Bug #39445 (Resolved): PropertyMapper chokes on Objects that are already converted inside an collection
- Applied in changeset commit:8ac03660b9c5835d67f9f514b3035fa2e9eb2dd5.
-
16:54 TYPO3.Flow Bug #39445: PropertyMapper chokes on Objects that are already converted inside an collection
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13404 -
16:53 TYPO3.Flow Bug #39445: PropertyMapper chokes on Objects that are already converted inside an collection
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13404 -
17:05 Revision fc1b840b: [TASK] Raise submodule pointers
-
16:54 TYPO3.Flow Revision 8ac03660: [BUGFIX] PropertyMapper should be able to work with recursive already-converted objects
- If f.e. an array of already converted objects is passed into the PropertyMapper, a fatal error
will be thrown.
Thus,... -
16:39 TYPO3.Flow Revision 3eb0c03e: Merge "[TASK] Support literal strings in boolean arguments"
-
16:35 TYPO3.Flow Feature #39648 (Resolved): Configurable CLI Subrequest environment variables
- Applied in changeset commit:cfa70692f78516d136d180598d0b689848ee0b4f.
-
16:21 TYPO3.Flow Revision 14b7151e: Merge "[FEATURE] Configurable CLI Subrequest environment variables"
-
02:49 TYPO3.Flow Bug #39699 (Accepted): SQL DDL for TYPO3\FLOW3\Cache\Backend\PdoBackend
- I could not find any example or script that helped create the tables needed to use TYPO3\FLOW3\Cache\Backend\PdoBacke...
2012-08-10
-
23:12 TYPO3.Fluid Feature #33215: RFC: Dynamic values in ObjectAccess paths
- Would be nice to have that feature, I like the syntax suggestion with ...
-
19:23 TYPO3.Fluid Feature #33215: RFC: Dynamic values in ObjectAccess paths
- Yeah, me too and I did it with a simple ViewHelper, too. But I really would not go for another nested curly braces sy...
-
18:11 TYPO3.Fluid Feature #33215: RFC: Dynamic values in ObjectAccess paths
- I had this requirement already (solved it by implementing an object-accessor viewhelper that gets an object path stri...
-
19:26 TYPO3.Eel Feature #39162 (Under Review): Support for != comparison
-
19:10 TYPO3.Fluid Feature #39682: Disregegard { as Fluid variable when followed by a white space
- I find the idea of only allowing array syntax in viewhelper arguments interesting. It's at least worth a second thoug...
-
15:27 TYPO3.Fluid Feature #39682: Disregegard { as Fluid variable when followed by a white space
- Adrian Föder wrote:
> I would really like to see an additional option, because especially when attempting
> to ma... -
13:23 TYPO3.Fluid Feature #39682: Disregegard { as Fluid variable when followed by a white space
- great that actually a discussion comes up; Sebastian, no need to sorry, that's why I opened this issue ;)
Sebastian, ... -
13:01 TYPO3.Fluid Feature #39682: Disregegard { as Fluid variable when followed by a white space
- Hi all,
first I thought "great!" but after thinking about it again, I agree to Sebastians opinion:
Instead of
<p... -
12:23 TYPO3.Fluid Feature #39682 (Rejected): Disregegard { as Fluid variable when followed by a white space
- sorry, I'm strongly against this change going in. Fluid should be whitespace-agnostic.
Instead of introducing thes... -
12:21 TYPO3.Fluid Feature #39682: Disregegard { as Fluid variable when followed by a white space
- yes alex, definitely your example would also be invalid syntax. You then would have to write...
-
12:15 TYPO3.Fluid Feature #39682: Disregegard { as Fluid variable when followed by a white space
- What about Fluid array notation? Would you also unconsider "{ foo: 'bar' }" as invalid array syntax?
IMO that's too ... -
11:26 TYPO3.Fluid Feature #39682 (Rejected): Disregegard { as Fluid variable when followed by a white space
- This is a reopen of an issue I had long time ago, so, long story short:
There's still the need for some CDATA wrap... -
19:00 TYPO3.Flow Bug #35173: PropertyMapping: FloatConverter - map from float to float is not working
- This should already be resolved by #36333
-
16:35 TYPO3.Flow Feature #37879 (Resolved): Add some Signals for the Debug.Toolbar
- Applied in changeset commit:713ca78986cc5d2c1b486a4a8a8ef84e5ee59c65.
-
15:30 TYPO3.Flow Feature #37879: Add some Signals for the Debug.Toolbar
- Patch set 8 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11979 -
14:39 TYPO3.Flow Feature #37879: Add some Signals for the Debug.Toolbar
- Patch set 7 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11979 -
16:05 Revision a36380d9: [TASK] Raise submodule pointers
-
15:37 TYPO3.Flow Revision 41fc11db: Merge "[FEATURE] Added some Signals for the Debug.Toolbar"
-
15:30 TYPO3.Flow Revision 713ca789: [FEATURE] Added some Signals for the Debug.Toolbar
- - added an Signal to AbstractAdvice on Advice invocation
- added an Signal to ActionRequest when it's dispatched
- ad... -
15:19 TYPO3.Flow Task #3881 (Under Review): Complete documentation about MVC
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13571 -
14:55 TYPO3.Flow Feature #39648: Configurable CLI Subrequest environment variables
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13540 -
12:17 TYPO3.Flow Feature #39648: Configurable CLI Subrequest environment variables
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13540 -
14:54 TYPO3.Flow Revision cfa70692: [FEATURE] Configurable CLI Subrequest environment variables
- When debugging with xdebug, a major difficulty is that in development
and functional tests, there are always two requ... -
14:51 TYPO3.Flow Task #35916: Make system call to php binary reliable one for all, especially on Windows
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13423 -
14:49 TYPO3.Flow Task #35916: Make system call to php binary reliable one for all, especially on Windows
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13423 -
14:44 TYPO3.Flow Task #35916: Make system call to php binary reliable one for all, especially on Windows
- Assigning to me (so it doesn't get lost), because the change author is not assignable.
-
14:05 Revision 5cbb38ea: [TASK] Raise submodule pointers
-
13:58 TYPO3.Flow Revision 6dcb6bfe: Merge "[TASK] Use Inject annotation instead of tag"
-
13:52 TYPO3.Flow Feature #37373: Make annotation overrides / "injection" via Objects.yaml possible
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13549 -
12:54 TYPO3.Flow Feature #37373: Make annotation overrides / "injection" via Objects.yaml possible
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13549 -
12:34 TYPO3.Flow Feature #37373: Make annotation overrides / "injection" via Objects.yaml possible
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13549 -
11:55 TYPO3.Flow Feature #37373 (Under Review): Make annotation overrides / "injection" via Objects.yaml possible
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13549 -
12:05 Revision e5164cc4: [TASK] Raise submodule pointers
-
12:04 Revision fffbf039: [TASK] Raise submodule pointers
-
11:53 TYPO3.Flow Feature #39661 (Closed): It should be Possible to change Annotations through Objects.yaml
- See #37373
-
11:36 TYPO3.Flow Bug #39681 (Resolved): Warning about property injection not being autowired in functional test
-
11:35 TYPO3.Flow Bug #39681: Warning about property injection not being autowired in functional test
- Patch set 1 for branch *FLOW3-1.1* has been pushed to the review server.
It is available at http://review.typo3.org/1... -
11:23 TYPO3.Flow Bug #39681 (Under Review): Warning about property injection not being autowired in functional test
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13561 -
11:22 TYPO3.Flow Bug #39681 (Resolved): Warning about property injection not being autowired in functional test
- The @DependencyInjectionTest@ testcase has a test called @injectionInParentClassIsDoneOnlyOnceOnCreationOfObject@, le...
-
11:35 TYPO3.Flow Revision 637e604d: [BUGFIX] Fix warning about property injection in test
- The DependencyInjectionTest testcase has a test called
injectionInParentClassIsDoneOnlyOnceOnCreationOfObject, leadin... -
11:23 TYPO3.Flow Revision a7fdef84: [BUGFIX] Fix warning about property injection in test
- The DependencyInjectionTest testcase has a test called
injectionInParentClassIsDoneOnlyOnceOnCreationOfObject, leadin... -
11:05 Revision 6c301250: [TASK] Raise submodule pointers
-
11:03 Revision 68a07423: [TASK] Raise submodule pointers
-
10:35 TYPO3.Fluid Task #6757: support literal strings in boolean arguments
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13421 -
01:55 TYPO3.Fluid Task #6757: support literal strings in boolean arguments
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13555 -
01:49 TYPO3.Fluid Task #6757: support literal strings in boolean arguments
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13554 -
01:33 TYPO3.Fluid Task #6757: support literal strings in boolean arguments
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13421 -
01:24 TYPO3.Fluid Task #6757: support literal strings in boolean arguments
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13421 -
01:24 TYPO3.Fluid Task #6757: support literal strings in boolean arguments
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13421 -
00:27 TYPO3.Fluid Task #6757: support literal strings in boolean arguments
- Ok, so after quite some fiddling with this and the Viewhelpertest package, I come to the following conclusions:
1)... -
10:33 TYPO3.Fluid Revision 125413ca: [TASK] Support literal strings in boolean arguments
- This change adds support for string literals in boolean comparisons.
String literals have to be surrounded by single ... -
10:02 TYPO3.Flow Bug #39674 (New): \TYPO3\FLOW3\var_dump behaves weird in controller actions doing return
- doing this:...
-
09:35 TYPO3.Fluid Bug #39604 (Resolved): TemplateParser unquoteString does not trim escaped quotes correctly
- Applied in changeset commit:c852f275cf73da7fece821976e771dea823bea24.
-
09:18 TYPO3.Fluid Bug #39604: TemplateParser unquoteString does not trim escaped quotes correctly
- Patch set 1 for branch *FLOW3-1.1* has been pushed to the review server.
It is available at http://review.typo3.org/1... -
09:18 TYPO3.Fluid Revision c852f275: [BUGFIX] TemplateParser unquoteString does not trim escaped quotes correctly
- This change fixes wrong trimming of trailing quotes in escaped sequences
by replacing trim() calls with a preg_replac... -
09:18 TYPO3.Fluid Revision 1fad7bff: Merge "[BUGFIX] TemplateParser unquoteString does not trim escaped quotes correctly"
-
02:11 TYPO3.Flow Feature #36695 (Under Review): Control Validation Groups and add Groups for Create and Update
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13556 -
01:54 TYPO3.Flow Revision 3b47daf5: [TASK] Support literal strings in boolean arguments
- This change adds support for string literals in boolean comparisons.
String literals have to be surrounded by single ...
2012-08-09
-
21:30 TYPO3.Fluid Bug #39604: TemplateParser unquoteString does not trim escaped quotes correctly
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13511 -
21:17 TYPO3.Fluid Revision 009b1fc6: [BUGFIX] TemplateParser unquoteString does not trim escaped quotes correctly
- This change fixes wrong trimming of trailing quotes in escaped sequences
by replacing trim() calls with a preg_replac... -
18:28 TYPO3.Flow Feature #39661: It should be Possible to change Annotations through Objects.yaml
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13549 -
18:25 TYPO3.Flow Feature #39661 (Under Review): It should be Possible to change Annotations through Objects.yaml
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13548 -
18:20 TYPO3.Flow Feature #39661 (Closed): It should be Possible to change Annotations through Objects.yaml
-
17:05 Revision de147c1d: [TASK] Raise submodule pointers
-
16:35 TYPO3.Fluid Feature #39410 (Resolved): Implement reserved variables returning their intended representation
- Applied in changeset commit:3000719576da649017a4cbed51da2c2c058737f6.
-
13:23 TYPO3.Fluid Feature #39410: Implement reserved variables returning their intended representation
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13358 -
16:00 TYPO3.Flow Bug #39647 (Closed): TYPO3\FLOW3\Error\Exception thrown in file ErrorHandler.php
- Kay, not at all, it works fine on current Windows OSes.
Quick solution for your case: always run your CLI with Admin... -
15:05 TYPO3.Flow Bug #39647 (Closed): TYPO3\FLOW3\Error\Exception thrown in file ErrorHandler.php
- Hello Guys,
using FLOW3 on Windows seems to be impossible :(
Regards
Kay... -
15:37 TYPO3.Flow Feature #39648 (Under Review): Configurable CLI Subrequest environment variables
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13540 -
15:36 TYPO3.Flow Feature #39648 (Resolved): Configurable CLI Subrequest environment variables
- When debugging with xdebug, a major difficulty is that in development and
functional tests, there are always two req... -
15:20 TYPO3.Eel Revision a387131e: [FEATURE] instanceof FlowQuery filter should support simple types
- Now, it is also possible to do an instanceof check for all simple types,
including "array" and "object".
Example: ${... -
14:25 TYPO3.Eel Revision 0a782102: [TASK] Unify error handling and provider better exception messages
- Additionally test some more invalid expressions for reference.
Change-Id: I39d6e399c14ad5268ec64b969047c31eff33c5c8 -
13:47 TYPO3.Eel Feature #39162: Support for != comparison
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13536 -
13:47 TYPO3.Eel Feature #39162: Support for != comparison
- Moved to Feature tracker since this is rather a feature request.
-
13:47 TYPO3.Eel Revision 0f6a4eb6: [FEATURE] Implement != comparison
- Change-Id: I955e98374ec0343836916c4949de448a5c25f0af
Resolves: #39162 -
13:22 TYPO3.Fluid Revision 30007195: [FEATURE] Reserved variables represent their meaning when accessing
- All reserved variables, ie true, false, on, off etc. now represent
their intended value when accessing them.
Change-... -
13:21 TYPO3.Eel Bug #39596 (Resolved): Context unwrap of nested array with Context does not work
-
13:05 TYPO3.Eel Revision a0b1883b: [FEATURE] Support object literals in Eel
- Implemented object literals and extended regular expression for matching
Eel expression with recursive matching of ex...
2012-08-08
-
12:14 TYPO3.Eel Bug #39596: Context unwrap of nested array with Context does not work
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13514 -
11:39 TYPO3.Eel Bug #39596: Context unwrap of nested array with Context does not work
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13514 -
12:09 TYPO3.Eel Revision 14f898e9: [BUGFIX] Make Context unwrapping consistent
- Fix a problem with nested arrays and support safe NULL return on
missing object properties.
Change-Id: I96ef9d3891ea... -
12:09 TYPO3.Eel Revision a12eb1b0: [BUGFIX] Throw an exception when calling undefined method on object
- Add tests to the evaluator test case for undefined methods and
function calls on NULL values. Introduce an Evaluation... -
10:06 TYPO3.Flow Feature #39609 (Accepted): Migration Version
- For CD/CI it would be helpful if doctrine cli controller would report the current version of migration.
We've chan... -
02:06 TYPO3.Fluid Bug #39604 (Under Review): TemplateParser unquoteString does not trim escaped quotes correctly
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13511 -
01:50 TYPO3.Fluid Bug #39604 (Resolved): TemplateParser unquoteString does not trim escaped quotes correctly
- Assume the following case:...
2012-08-07
-
17:45 TYPO3.Flow Task #39599 (Under Review): Handle errors in subprocesses properly
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13362 -
17:45 TYPO3.Flow Task #39599 (Resolved): Handle errors in subprocesses properly
- To be able to properly handle missing class dependencies in ClassReflection a ClassLoader should be added to end of t...
-
17:35 TYPO3.Fluid Task #39255 (Resolved): reflectionService property in AbstractViewHelper should be protected instead of private
- Applied in changeset commit:4b3c0967b73ebe13e044dab061192999c016b60b.
-
17:35 TYPO3.Fluid Bug #39456 (Resolved): Action URI of the form ViewHelper is not reset
- Applied in changeset commit:694538964346bc39f0dbf90725fd5474c6c5ee08.
-
17:35 TYPO3.Flow Bug #39286 (Resolved): FLOW3's var_dump() still chokes on Doctrine collections
- Applied in changeset commit:0aa62e5227ed5d4d4daa410ee7677a7dd4ff7e28.
-
17:35 TYPO3.Flow Task #38944 (Resolved): Write chapter about command line interface
- Applied in changeset commit:a444d4095f3b244c38b7c4555345770d1ef2f5e2.
-
16:44 TYPO3.Flow Task #38944 (Under Review): Write chapter about command line interface
- Patch set 1 for branch *FLOW3-1.1* has been pushed to the review server.
It is available at http://review.typo3.org/1... -
17:18 TYPO3.Fluid Bug #39428: Layout and partial identifiers should be independent of current controller name
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13391 -
17:06 Revision 54880576: [TASK] Raise submodule pointers
-
17:06 TYPO3.Eel Bug #38459: Accessing a not present property/method should error verbosely
- But when adding some more Unit Tests to @Context@ I found some cases where also Eel itself did not throw an exception...
-
16:55 TYPO3.Eel Bug #38459: Accessing a not present property/method should error verbosely
- I think this is due to the behaviour in FLowQuery::__call where a unknown operation should rather throw an exception ...
-
17:04 Revision d0f4b603: [TASK] Raise submodule pointers
-
16:56 TYPO3.Fluid Revision dfa62024: Merge "[TASK] Make reflectionService property in AbstractViewHelper protected"
-
16:53 TYPO3.Eel Bug #39596 (Resolved): Context unwrap of nested array with Context does not work
- If a Context object is nested inside an array, the unwrapping of the pure value does not work as expected.
-
16:50 TYPO3.Flow Revision 749f4267: Merge "[BUGFIX] Fix arguments rendering for dumped backtraces" into FLOW3-1.1
-
16:49 TYPO3.Flow Revision 87118369: Merge "[BUGFIX] FLOW3's var_dump() still chokes on Doctrine collections" into FLOW3-1.1
-
16:44 TYPO3.Flow Revision a444d409: [TASK] New chapter: Command Line
- This is a new chapter for The Definitive Guide.
Also marked the executeCommand() method in the
Scripts class as an @a... -
16:41 TYPO3.Flow Bug #39005 (Under Review): Proxies for Http\Request not used
- Patch set 1 for branch *FLOW3-1.1* has been pushed to the review server.
It is available at http://review.typo3.org/1... -
16:41 TYPO3.Flow Revision aaa30271: [BUGFIX] Disable proxy building for Http classes
- This disables proxy building for (most of) the classes in
the Http part of FLOW3.
They are not needing it and some w... -
13:44 TYPO3.Fluid Feature #33394: Logical expression parser for BooleanNode
- I think to re-use the same expression parser is generally a great idea and was also a motivation when writing Eel. Bu...
-
13:23 TYPO3.Fluid Task #5636: Form_RadioViewHelper and CheckBoxViewHelper miss check for existing object before it is accessed.
- Is there any news about this issue? Unfortunately in 4.7.2 this problem still exists which might extbase/fluid show u...
-
12:45 TYPO3.Eel Feature #39564 (Resolved): Eel Parser RegEx should support quoted strings containing curly brackets
- thanks Alexander for working on this :)
-
00:58 TYPO3.Eel Feature #39564: Eel Parser RegEx should support quoted strings containing curly brackets
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13487 -
00:54 TYPO3.Eel Feature #39564 (Resolved): Eel Parser RegEx should support quoted strings containing curly brackets
- Currently, the eel parser regex doesn't recognize expressions like the following as valid:...
-
01:32 TYPO3.Fluid Task #6757: support literal strings in boolean arguments
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13421 -
00:57 TYPO3.Eel Revision ad12e9aa: [FEATURE] Support quoted strings containing curly brackets in Eel expressions
- This enhances the Eel parser regexp to support quoted strings containing curly brackets.
Change-Id: I1bd9e3d92f4bb56...
2012-08-06
-
13:02 TYPO3.Eel Revision b9062dbb: [FEATURE] implement property() for generic objects
- Related: #38692
Change-Id: I7dabb8d22b69c2b1905e184f030027bc212b0f34 -
12:14 TYPO3.Fluid Feature #33394: Logical expression parser for BooleanNode
- I'm not sure if it's a good idea to add a new syntax construct for expressions in fluid. It could confuse people on w...
-
10:06 Revision e95e1197: [TASK] Raise submodule pointers
2012-08-04
-
18:12 TYPO3.Fluid Task #6757: support literal strings in boolean arguments
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13421
2012-08-03
-
16:18 TYPO3.Fluid Bug #37543: Additional __identity field when using TYPO3.Media
- Two remarks from my point of view (using 1.1 rc2 and TYPO3.Media) to probably make things clearer:
1. The problem on... -
09:16 TYPO3.Flow Revision 68d19d7f: [TASK] Add section about Uri class in HTTP chapter
- This adds some explanation for the use of the Uri class.
Change-Id: I89ed4d15f7d3d83c31a87832b760f2f751b97920
Releas...
2012-08-02
-
13:04 Revision aea837dc: [TASK] Raise submodule pointers
-
12:35 TYPO3.Flow Task #39424 (Resolved): Write documentation for HTTP framework
- Applied in changeset commit:a0db61b7c70c9d88845894d00181ccb2b4486d7b.
-
12:28 TYPO3.Flow Task #39424: Write documentation for HTTP framework
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13376 -
12:03 TYPO3.Flow Task #39424: Write documentation for HTTP framework
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13376 -
12:28 TYPO3.Flow Revision a0db61b7: [TASK] New chapter: HTTP
- This adds a new chapter to The Definitive Guide
Resolves: #39424
Releases: 1.1, 1.2
Change-Id: I9b7285031c54dcd164f... -
11:10 TYPO3.Fluid Bug #39456: Action URI of the form ViewHelper is not reset
- Patch set 1 for branch *FLOW3-1.1* has been pushed to the review server.
It is available at http://review.typo3.org/1... -
11:10 TYPO3.Fluid Revision 299ad012: [BUGFIX] Action URI of the form ViewHelper is not reset
- Form ViewHelpers store the action URI attribute for performance
reasons.
But because instances of ViewHelpers are reu... -
08:59 TYPO3.Flow Task #37451: Rework usage of Roles in the security framework
- Rens Admiraal wrote:
> * Role is an entity
yes!
> * Maybe we should keep special roles in memory only (like ... -
02:09 TYPO3.Flow Task #35916 (Under Review): Make system call to php binary reliable one for all, especially on Windows
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13423 -
01:34 TYPO3.Fluid Task #6757: support literal strings in boolean arguments
- I just took the initial idea further and required string literals to be written in single quotes.
This is necessary ... -
01:09 TYPO3.Fluid Task #6757 (Under Review): support literal strings in boolean arguments
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13421
2012-08-01
-
18:44 TYPO3.Fluid Bug #39456 (Under Review): Action URI of the form ViewHelper is not reset
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13417 -
18:33 TYPO3.Fluid Bug #39456 (Resolved): Action URI of the form ViewHelper is not reset
- The Form ViewHelper stores the action URI attribute for performance reasons.
BUt because instances of ViewHelpers ar... -
18:44 TYPO3.Fluid Revision 69453896: [BUGFIX] Action URI of the form ViewHelper is not reset
- Form ViewHelpers store the action URI attribute for performance
reasons.
But because instances of ViewHelpers are reu... -
14:14 TYPO3.Flow Bug #39445 (Under Review): PropertyMapper chokes on Objects that are already converted inside an collection
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13404 -
14:06 TYPO3.Flow Bug #39445 (Resolved): PropertyMapper chokes on Objects that are already converted inside an collection
- The PropertyMapper still chokes on objects which are already converted if it's inside an collection/array.
The Pro... -
11:52 TYPO3.Flow Bug #39439 (Resolved): PHP Session lifetime
- Hello Robert,
as discussed on the phone, there is an issue with FLOW3's session lifetime. FLOW3 uses the PHP Sessi...
2012-07-31
-
23:34 Task #39432 (New): Clarify introducing properties
- When you have an aspect to introduce a property, it's not clear this is not possible without any other advice in the ...
-
23:31 TYPO3.Fluid Bug #39428 (Under Review): Layout and partial identifiers should be independent of current controller name
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13391 -
19:12 TYPO3.Fluid Bug #39428 (Resolved): Layout and partial identifiers should be independent of current controller name
- Currently, all templates get an identifier made up of package/subpackage, controller, prefix and unique hash.
This l... -
18:47 TYPO3.Flow Bug #39413: AOP: Property introduction seems to be broken
- debugged a bit further, seems like getProperties() in the reflectionService does not have the introduced properties d...
-
15:56 TYPO3.Flow Bug #39413: AOP: Property introduction seems to be broken
- Extra info: property introduction does work if you also introduce an interface in the aspect. But as there could be u...
-
14:04 TYPO3.Flow Bug #39413 (Resolved): AOP: Property introduction seems to be broken
- Introducing a property does not work at the moment. The functional tests are passing.
Attached is a Test package a... -
17:49 TYPO3.Flow Bug #37001: Catch Exception from inactivityTimeout
- This is still a blocker.
The problem occurs in @\TYPO3\FLOW3\Security\Authorization\Interceptor\PolicyEnforcement::i... -
17:42 TYPO3.Flow Feature #39423: Custom Error Renderers
- Maybe we can extend the existing exception handler and/or use signal/slots to trigger some custom code if a certain e...
-
17:41 TYPO3.Flow Feature #39423 (Resolved): Custom Error Renderers
- It should be possible to render certain exceptions (based on exception class name and/or status code) with a custom (...
-
17:41 TYPO3.Flow Task #39424 (Under Review): Write documentation for HTTP framework
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13376 -
17:41 TYPO3.Flow Task #39424 (Resolved): Write documentation for HTTP framework
-
17:40 TYPO3.Flow Task #29268 (Closed): Transfer / Rewrite MVC chapter
-
15:31 TYPO3.Flow Bug #39414 (New): Security Documentation
- At the section "Using the authentification controller" it is documented to call http://localhost/flow3/authenticate. ...
-
13:10 Revision 709e9a1a: [TASK] Update phoenix project name
- Change-Id: I12b954ecb3986c3acbd296dbf4cfd32defbd34e7
-
11:52 Revision 4d74d895: [TASK] Do not recurse into submodules for Phoenix distribution
- Change-Id: Ic52a69d8efed4a560e933db612e770bf406f1c55
-
11:08 TYPO3.Fluid Feature #39410 (Under Review): Implement reserved variables returning their intended representation
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/13358 -
10:58 TYPO3.Fluid Feature #39410 (Accepted): Implement reserved variables returning their intended representation
-
10:58 TYPO3.Fluid Feature #39410 (Resolved): Implement reserved variables returning their intended representation
- currently, in Fluid there are reserved variables anyway, like true, false, on, off etc.
Enable accessing these value... -
09:58 TYPO3.Flow Bug #37357: more suitable ValueObject hash creation for DateTime cases
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/11368
Also available in: Atom