Activity
From 2013-09-19 to 2013-10-18
2013-10-18
-
15:51 TYPO3.Fluid Feature #46257 (Under Review): Add escape sequence support for Fluid
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24898 -
13:25 TYPO3.Flow Bug #52945: Excluded classes should only be excluded from reflection but still autoloaded
- The reason for this issue belongs to the IRC chat.
Because I wanted to use the ChromePHP library but the ChromePHP c... -
13:08 TYPO3.Flow Bug #52945: Excluded classes should only be excluded from reflection but still autoloaded
- Issue should be updated then to "Class Loader doesn't handle empty namespaces" or similar
-
12:38 TYPO3.Flow Bug #52945: Excluded classes should only be excluded from reflection but still autoloaded
- Alexander Berl wrote:
> However, I can see that the class loader currently doesn't handle empty namespaces - so if t... -
12:26 TYPO3.Flow Bug #52945: Excluded classes should only be excluded from reflection but still autoloaded
- I don't think those are related. The class loader only considers packages that are active (see PackageManager::initia...
-
11:44 TYPO3.Flow Bug #52945: Excluded classes should only be excluded from reflection but still autoloaded
- Needs to be verified yet. Could be related to this one #52944.
Will investigate both later today. -
11:42 TYPO3.Flow Bug #52945 (New): Excluded classes should only be excluded from reflection but still autoloaded
- Classes that are excluded in the settings.yaml (Flow > object > excludeClasses) should still be able to autoload.
-
13:21 TYPO3.Flow Revision aff1fd46: Merge "[TASK] Cleanup usage of return value on @return void method"
-
12:44 TYPO3.Flow Revision be54ffb5: [TASK] Improve documentation for excludeClasses setting
- Change-Id: Iaaef26f3c0ff8e6f812cb338e677a8a68de72b43
Releases: master, 2.0 -
12:11 TYPO3.Flow Feature #52064: HTTP components for handling requests
- The current configuration format is:...
-
11:53 TYPO3.Flow Bug #52944: Generating correct proxy classes for classes without a namespace
- Should be trivial to fix with an if condition. See Object/Proxy/ProxyClass::render() line 195 ff.:...
-
11:33 TYPO3.Flow Bug #52944: Generating correct proxy classes for classes without a namespace
- A real example would be this:
https://gist.github.com/hfrahmann/7037897#file-flow-cache-chromephp-php-L15 -
11:29 TYPO3.Flow Bug #52944 (Resolved): Generating correct proxy classes for classes without a namespace
- When packages (that are loaded with composer to Libraries) containing classes without a namespace, Flow generates a c...
-
10:31 Bug #52938 (New): Resource stream wrapper doesn't work with foreign package
- Using the resource stream wrapper (tested from Fluid) always generates links pointing to the origin package.
Examp...
2013-10-17
-
17:43 TYPO3.Flow Bug #25801: Request arguments should never contain objects
- Tim Spiekerkötter wrote:
> I have a huge hidden [__referrer][arguments] field with several kb in size. That causes... -
17:35 TYPO3.Flow Bug #25801: Request arguments should never contain objects
- Has this ever been backported to Extbase? I have a huge hidden [__referrer][arguments] field with several kb in size....
-
16:22 TYPO3.Flow Revision 2955be47: [BUGFIX] Request::getRelativePath() must not return FALSE
- This makes sure that ``Request::getRelativePath()`` always returns
a string.
This getter has been introduced with
I4... -
14:36 TYPO3.Flow Bug #52907 (Resolved): #1355480641: Uncaught Exception
- Applied in changeset commit:7e0c425ceefd06252ef00b9addcd9389f1e7d950.
-
12:27 TYPO3.Flow Bug #52907: #1355480641: Uncaught Exception
- THX
-
12:03 TYPO3.Flow Bug #52907 (Under Review): #1355480641: Uncaught Exception
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24862 -
11:57 TYPO3.Flow Bug #52907 (Accepted): #1355480641: Uncaught Exception
- Ok, thanks to your feedback I could reproduce the issue (it happens only after flushing the cache, after a refresh yo...
-
10:46 TYPO3.Flow Bug #52907: #1355480641: Uncaught Exception
- this is how i produced the exception.
!2013-10-17_10-41-58.png!... -
10:31 TYPO3.Flow Bug #52907: #1355480641: Uncaught Exception
- Kay Strobach wrote:
> keep it closed - i agree. I had a misconfigured Entity (created out of the context and then ... -
10:27 TYPO3.Flow Bug #52907: #1355480641: Uncaught Exception
- keep it closed - i agree. I had a misconfigured Entity (created out of the context and then copied into a FLOW projec...
-
10:21 TYPO3.Flow Bug #52907 (Needs Feedback): #1355480641: Uncaught Exception
- Hi Kay,
can you give some more context? Where do you get this exception? If I add a property:... -
10:15 TYPO3.Flow Bug #52907: #1355480641: Uncaught Exception
- I think that would open kind of a "box" if it's started to catch these kind of errors. I even suspect that's rather h...
-
10:10 TYPO3.Flow Bug #52907: #1355480641: Uncaught Exception
- mhmm ok, but it would be possible to catch and enhance it ;) - for usability reasons a good error message would be gr...
-
09:54 TYPO3.Flow Bug #52907 (Rejected): #1355480641: Uncaught Exception
- Hello Kay,
this is a Doctrine exception, hence out of the competence of Flow...
Feel free to reopen if you disagr... -
09:44 TYPO3.Flow Bug #52907 (Resolved): #1355480641: Uncaught Exception
- ...
-
12:02 TYPO3.Flow Revision 7e0c425c: [BUGFIX] Expose more details in MappingExceptions
- This adds a try/catch block to the FlowAnnotationDriver adding the
affected class name to the message of the thrown e... -
11:24 TYPO3.Flow Bug #52909 (New): Class Loader fallback to non-proxy hides fatal errors
- Hey there.
This commit is slightly related to #46689. But since #46689 has drifted to focusing doc parsing and ann...
2013-10-16
-
15:04 TYPO3.Eel Feature #41706: Provide standard library with configurable usage
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24241 -
10:20 TYPO3.Eel Feature #52879 (Under Review): Implement Slice operation
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24815 -
09:46 TYPO3.Eel Feature #52879 (Resolved): Implement Slice operation
- As discussed on IRC with Christian EEL should support natively Slice opertation. A basic use case will be to display ...
2013-10-15
-
20:26 TYPO3.Flow Task #52704: Get rid of RouterCachingAspect
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24579 -
18:27 TYPO3.Flow Bug #52014: Migration makes fields NOT NULL even though not true
- Although a little bit of a late answer:
In general, validation has no influence on the database schema. By default... -
18:19 TYPO3.Flow Revision 2b702b0f: [FEATURE] Add tagging to router cache
- This adjusts the RouterCachingService to tag every Routing cache entry
with any UUID the routeValues/matchResult cont... -
18:19 TYPO3.Flow Revision d645b051: [TASK] Get rid of RouterCachingAspect
- This moves code from the RouterCache AOP aspect to the Router itself
making the aspect redundant.
Before the cache h... -
18:18 TYPO3.Flow Revision 2a4a7f46: [TASK] Cleanup RouterCachingService
- Some (mostly cosmetic) adjustments to our CGL and some
renamings to increase readability.
This also renames the misl... -
16:21 Suggestion #52846: Add isConnected() to Persistence interface
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24799 -
16:18 Suggestion #52846: Add isConnected() to Persistence interface
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24799 -
14:46 Suggestion #52846 (Resolved): Add isConnected() to Persistence interface
- Change https://review.typo3.org/#/c/24609 introduced and isConnected() method to the roleRepository to verify if the ...
-
16:21 TYPO3.Flow Revision 2df9c7cf: [TASK] Move isConnected from role repository to persistence manager
- To make isConnected api, we have to move it to some central
place. The persistence manager seems to be a lot better p... -
14:59 TYPO3.Fluid Bug #34186: Setting a value always resets the field on mapping errors
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24794 -
12:02 TYPO3.Fluid Bug #34186: Setting a value always resets the field on mapping errors
- The mentioned review (http://review.typo3.org/10733) does not fix this. I'll take care asap
-
14:49 TYPO3.Flow Revision 3ba15f01: [BUGFIX] Role handling depends on an active database connection
- The PolicyService now depends on having an active database connection.
This connection is not always available (like ... -
13:36 TYPO3.Flow Bug #44521 (Resolved): ObjectPathMappingRepository always checks case-sensitive
- Applied in changeset commit:9ec9717a5ba73e7dab90f74fc9e167333930ed87.
-
13:36 TYPO3.Flow Bug #51082 (Resolved): Object Route Parts should take persistence_object_identifier into account
- Applied in changeset commit:3ca238501129a075a4b1dfe67b536e9df2fb2081.
-
12:43 TYPO3.Flow Revision c93bb32a: Merge "[BUGFIX] Object Route Parts fall back to technical identifier"
-
12:42 TYPO3.Flow Revision da6b2c2f: Merge "[BUGFIX] Respect case-sensitivity in object routing"
-
12:04 TYPO3.Fluid Bug #47363: Error Classes are only set for form fields in object context
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20276 -
10:30 TYPO3.Flow Revision 5438318b: [BUGFIX] Don't catch security exceptions during property mapping
- As security exceptions will be handled by the security
framework, we have to let them bubble up instead of
converting...
2013-10-14
-
23:09 TYPO3.Flow Bug #37357: more suitable ValueObject hash creation for DateTime cases
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/23241 -
23:09 TYPO3.Flow Bug #51236: ValueObject Identity generation broken in some cases
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/23241 -
16:53 TYPO3.Eel Revision 128fdcb6: [FEATURE] re-introduce String.crop, cropAtWord, cropAtSentence
- This was built into a processor before, and we need
to migrate it to the Eel standard library.
Change-Id: Idd00212b5... -
16:14 TYPO3.Eel Revision 2af6ab00: [TASK] CGL Fixes
- * Removes indent from inline comments
* Fixes several docblock issues
* Fixes incorrect spacing
Change-Id: Ie123dbd4... -
16:13 TYPO3.Eel Revision 95222fbf: [TASK] Remove PHP closing tag
- Releases: master
Change-Id: I8675c289b5f37e1a830318779b916059e5363adb
Reviewed-on: https://review.typo3.org/24647
Rev... -
12:00 TYPO3.Flow Bug #50395: Route cache caches routes for non dispatchable requests
- Hi Bastian.
Sounds good to me. Thanks for your infos!
Cheers -
11:09 TYPO3.Flow Bug #50395 (Accepted): Route cache caches routes for non dispatchable requests
- Hi Marco,
thanks for your feedback.
We're currently working on automatic redirect-support for routes that might part... -
10:41 TYPO3.Flow Bug #50395: Route cache caches routes for non dispatchable requests
- Mmmm... certainly the decoupled setting is well-choosen by design and so i have to deal with this drawback. Maybe i c...
-
10:30 TYPO3.Fluid Feature #49344 (Closed): Allow template paths to use overlays
- Closing as duplicate of #39868
2013-10-13
-
19:49 TYPO3.Fluid Feature #49344: Allow template paths to use overlays
- this ticket can be closed, the template path fallback solves the issue.
-
13:51 TYPO3.Fluid Revision 835fa414: [TASK] Remove unused use statements
- Change-Id: Iadf723de01b25a8c1fba6229b70a5652dc8aab95
Releases: master -
13:50 TYPO3.Fluid Revision 77c32254: [TASK] CGL Fixes
- * Removes indent from inline comments
* Fixes several docblock issues
* Fixes incorrect spacing
* Fixes several other... -
13:28 TYPO3.Kickstart Revision 93d51f2c: [TASK] CGL Fixes
- * Fixes incorrect spacing
Change-Id: I763a9ed1b5aed4e885c3e14f837a938bd72e7bf7
Releases: master -
13:17 TYPO3.Flow Revision 39cfef54: [TASK] Cleanup usage of return value on @return void method
- The renderStatically() method does not return a value, and thus the
echo can be removed.
Releases: master
Change-Id:... -
13:16 TYPO3.Flow Revision 932eb5ee: [BUGFIX] HTTP_X_HTTP_METHOD_OVERRIDE is incorrect
- In the test the HTTP_X_HTTP_METHOD header is not set, but the
HTTP_X_HTTP_METHOD_OVERRIDE is set twice. This causes t...
2013-10-12
-
20:14 TYPO3.Fluid Revision def4ec62: [TASK] Remove PHP closing tag
- Releases: master
Change-Id: I4593c98382a57e69446af181da47f802046bfd8e -
19:08 TYPO3.Flow Task #52704: Get rid of RouterCachingAspect
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24579 -
18:39 TYPO3.Kickstart Revision dedf7b18: [TASK] Remove PHP closing tag
- Change-Id: I908fb312a432296e59957fe16d5f1f27dc9f46bf
2013-10-11
-
21:59 TYPO3.Flow Revision 327db445: Merge "[TASK] Allow package installer actions / scripts"
-
16:31 TYPO3.Flow Task #52704 (Under Review): Get rid of RouterCachingAspect
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24579 -
16:28 TYPO3.Flow Task #52704 (Resolved): Get rid of RouterCachingAspect
- Caching of the Routing Framework has been extracted to an AOP aspect in order to keep the Router code simple. Since t...
-
14:14 TYPO3.Flow Revision a576805d: Merge "[TASK] Add getter for relative path to Http\Request class"
-
12:36 TYPO3.Flow Bug #52635 (Resolved): Incorrect merging of Views.yaml files from multiple Packages
- Applied in changeset commit:dbd2f265bfed7ae512519d378842be321639f51c.
-
12:27 Revision a15031ca: [TASK] Add installer scripts for package installs
- Add configuration to manifest that calls scripts on every package
install.
See also I06a2c5e35004f400291e7697c215bea... -
12:06 TYPO3.Flow Revision 5f1caa75: Merge "[BUGFIX] Roles are not always correctly initialized"
-
11:40 TYPO3.Flow Revision 6b6486c3: Merge "[BUGFIX] Append Views configurations instead of merging them"
-
11:24 TYPO3.Flow Revision e566a56d: [BUGFIX] Roles are not always correctly initialized
- Due to #47975 it happens, that packageKey
and name are not correctly set in role objects. This
change is a quick work... -
11:12 TYPO3.Flow Bug #31500 (Under Review): Argument validation for CLI requests is not done
- Patch set 8 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/6014 -
11:03 TYPO3.Flow Bug #47975 (New): initializeObject in a Entity is called at a time where no properties are loaded
- The problem still exists, opening the issue again...
-
10:13 TYPO3.Flow Bug #47975 (Closed): initializeObject in a Entity is called at a time where no properties are loaded
- Let's see if the fix for #43659 helps
-
10:12 TYPO3.Flow Bug #47975: initializeObject in a Entity is called at a time where no properties are loaded
- I think that this is a duplicate of #43659
-
10:30 TYPO3.Flow Bug #43659 (Under Review): Proxy class building calls __construct and initializeObject before DI objects are present
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24550 -
10:11 TYPO3.Flow Bug #43659 (Accepted): Proxy class building calls __construct and initializeObject before DI objects are present
-
10:28 TYPO3.Flow Revision 6d2ea6b3: [BUGFIX] Injected properties are not available in initializeObject()
- This fixes an issue where properties injected to the parent class A
were not available when the initializeObject() me... -
10:06 TYPO3.Flow Revision 08c1f50f: Merge "[FEATURE] Add a new system role "AuthenticatedUser""
-
09:55 TYPO3.Flow Revision 91932893: Merge "[BUGFIX] Do not calculate effective privileges, if runtime evaluations are in place"
-
09:54 TYPO3.Flow Revision 9701fa91: Merge "[!!!][TASK] Add method "hasAccessToResource" to the access decision manager"
-
09:54 TYPO3.Flow Revision 58972078: Merge "[BUGFIX] Fix case resolving for methods in security commands"
-
09:53 TYPO3.Flow Revision f40e381d: Merge "[FEATURE] Add command to list methods matched by a policy resource"
2013-10-10
-
23:02 TYPO3.Fluid Feature #52640: Create an UnlessViewHelper as opposite to the IfViewHelper
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24504 -
22:26 TYPO3.Flow Revision 875bc80c: [FEATURE] Add a new system role "AuthenticatedUser"
- This role will always be active as soon as some token could be
authenticated.
Change-Id: Ia00bea27e81b2e4a172ad4f998... -
21:08 Revision 27f351ff: [TASK] Raise submodule pointers
-
20:27 TYPO3.Flow Revision 0583f796: [TASK] Add getter for relative path to Http\Request class
- Also refactors the routing to use this getter.
Change-Id: I48548b6f1465d6b509298d42cff39242040e7782
Releases: master -
20:23 TYPO3.Flow Revision 50d24035: Merge "[TASK] Replace some leftover FLOW3 in tests"
-
20:15 TYPO3.Flow Revision 4b67912f: Merge "[BUGFIX] PropertyMapper now normalizes simple types" into FLOW3-1.1
-
20:10 TYPO3.Flow Revision 2f04402a: Merge "[!!!][TASK] Adjust logException() signature in LoggerInterface"
-
19:16 TYPO3.Flow Revision 5fad9340: Merge "[!!!][TASK] Refactor and clarify the database exception handling"
-
17:08 TYPO3.Flow Bug #52635: Incorrect merging of Views.yaml files from multiple Packages
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24526 -
17:06 TYPO3.Flow Bug #52635 (Under Review): Incorrect merging of Views.yaml files from multiple Packages
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24526 -
17:08 TYPO3.Flow Revision dbd2f265: [BUGFIX] Append Views configurations instead of merging them
- Configurations from Views.yaml are merged together leading to mixed
up configurations and invalid options.
This adds... -
09:26 TYPO3.Flow Revision 6b6ae5a0: [BUGFIX] Wrong media type on non-lower case filenames
- This fixes an issue in the getMediaTypeFromFilename() function which
returned application/octet-stream on any filenam...
2013-10-09
-
20:36 TYPO3.Fluid Feature #52640: Create an UnlessViewHelper as opposite to the IfViewHelper
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24504 -
20:31 TYPO3.Fluid Feature #52640: Create an UnlessViewHelper as opposite to the IfViewHelper
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24504 -
19:56 TYPO3.Fluid Feature #52640 (Under Review): Create an UnlessViewHelper as opposite to the IfViewHelper
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24504 -
15:55 TYPO3.Fluid Feature #52640 (Under Review): Create an UnlessViewHelper as opposite to the IfViewHelper
- Sometimes the IfViewHelper syntax is quite verbose if you only want to do something on "else":...
-
14:37 TYPO3.Flow Bug #52635 (Resolved): Incorrect merging of Views.yaml files from multiple Packages
- There is an issue with the way the Views.yaml files are merged in the ConfigurationManager because of the unnamed, in...
-
14:24 TYPO3.Flow Bug #31500 (Needs Feedback): Argument validation for CLI requests is not done
- Any news on this one? The first patch is already ancient ;)
2013-10-08
-
19:30 TYPO3.Flow Bug #51082 (Under Review): Object Route Parts should take persistence_object_identifier into account
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24490 -
17:34 TYPO3.Flow Bug #51082: Object Route Parts should take persistence_object_identifier into account
- I'm fixing this now
-
19:30 TYPO3.Flow Revision 3ca23850: [BUGFIX] Object Route Parts fall back to technical identifier
- As described in the routing section of the documentation, the
`Object Route Parts`` should use the technical identifi... -
18:06 TYPO3.Flow Bug #44521: ObjectPathMappingRepository always checks case-sensitive
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/17526 -
17:50 TYPO3.Flow Bug #44521: ObjectPathMappingRepository always checks case-sensitive
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/17526 -
16:23 TYPO3.Flow Bug #44521 (Under Review): ObjectPathMappingRepository always checks case-sensitive
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/17526 -
18:06 TYPO3.Flow Revision 9ec9717a: [BUGFIX] Respect case-sensitivity in object routing
- By default dynamic route parts are lower-cased unless the
"toLowerCase" flag is set to TRUE for the route or a single... -
17:46 TYPO3.Flow Bug #50395 (Needs Feedback): Route cache caches routes for non dispatchable requests
- The routing cache kicks in as soon as a route matches/resolves successfully. As the routing is (kind of) decoupled fr...
-
14:37 TYPO3.Flow Bug #51385 (Resolved): BooleanConverter considers "false" TRUE
2013-10-07
-
21:59 TYPO3.Fluid Bug #52591: The Pagination Widget broken for joined objects
- In the meantime you can fetch the QueryBuilder from the query object with the ObjectAccess methods (suggested by jull...
-
17:50 TYPO3.Fluid Bug #52591 (New): The Pagination Widget broken for joined objects
- In cases where objects are reconstructed through joins, setting the LIMIT leads to an incomplete result set.
Doctr... -
17:45 TYPO3.Flow Feature #52590 (New): Provide a way to get the Doctrine QueryBuilder
- Currently it is not possible to paginate object collections that require a join to be reconstructed....
-
16:10 TYPO3.Fluid Revision b0740818: [BUGFIX] Form ViewHelpers throw exception if no formObject is set
- When using forms with object binding Fluid throws an exception for FormField
ViewHelpers bound to nested properties i... -
12:50 TYPO3.Flow Bug #49624: Domain Model validators are executed twice
- Also an issue in TYPO3 CMS Extbase!!
-
12:02 TYPO3.Flow Bug #33621: Filebackend reports error when trying to rename file due to concurrent proccesses
- I would say that could be fixed by ignoring warnings from the rename (which we have to do anyway as Basti stated). An...
-
11:57 TYPO3.Flow Bug #33621: Filebackend reports error when trying to rename file due to concurrent proccesses
- Bastian: Can you push a new patchset that fixes the rename warning (and maybe add the usleep to the busy waiting)?
...
2013-10-05
-
11:30 TYPO3.Flow Task #52280: Throw Exception if there is an array in PSR-0 autoload
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24252 -
11:29 TYPO3.Flow Task #52280: Throw Exception if there is an array in PSR-0 autoload
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24252
2013-10-04
-
16:35 TYPO3.Flow Bug #52425 (Resolved): "Required option" flag in AbstractValidatior does not work correct
- Applied in changeset commit:9e5f2e40226a8e3e4ecf5ebc2072ee3b7e82076d.
-
15:53 TYPO3.Flow Bug #52425: "Required option" flag in AbstractValidatior does not work correct
- Patch set 1 for branch *2.0* has been pushed to the review server.
It is available at https://review.typo3.org/24386 -
15:53 TYPO3.Flow Bug #52425: "Required option" flag in AbstractValidatior does not work correct
- Patch set 8 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24211 -
07:43 TYPO3.Flow Bug #52425: "Required option" flag in AbstractValidatior does not work correct
- Patch set 7 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24211 -
15:57 TYPO3.Flow Revision dac79bb0: [BUGFIX] Skip csrf protection for authenticate action
- As the authenticate action is usually called by a
POST request, this request is considered a non safe
request. Howeve... -
15:57 TYPO3.Flow Revision c7ecbacb: Merge "[BUGFIX] Skip csrf protection for authenticate action"
-
15:53 TYPO3.Flow Revision de5ed467: [BUGFIX] "Required option" flag in AbstractValidator works correct
- This fix adds a boolean condition to the "Required option" flag
condition. With this fix the flag can also be FALSE.
... -
15:53 TYPO3.Flow Revision 3f45b399: Merge "[BUGFIX] "Required option" flag in AbstractValidator works correct"
-
15:53 TYPO3.Flow Revision 9e5f2e40: [BUGFIX] "Required option" flag in AbstractValidator works correct
- This fix adds a boolean condition to the "Required option" flag
condition. With this fix the flag can also be FALSE.
... -
15:28 TYPO3.Fluid Bug #52536 (Under Review): Errorclass not set if no property-attribute set
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24384 -
15:17 TYPO3.Fluid Bug #52536 (Under Review): Errorclass not set if no property-attribute set
- Hello Extbase-Team,
in some special cases we can't use attribute "property" but "name" and "value". But in that ca... -
15:23 TYPO3.Flow Revision 02d5c019: [BUGFIX] Skip csrf protection for authenticate action
- As the authenticate action is usually called by a
POST request, this request is considered a non safe
request. Howeve... -
13:30 TYPO3.Flow Task #52280: Throw Exception if there is an array in PSR-0 autoload
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24252 -
13:03 TYPO3.Eel Feature #41706: Provide standard library with configurable usage
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24241 -
13:01 TYPO3.Eel Feature #41706: Provide standard library with configurable usage
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24241 -
11:15 TYPO3.Flow Revision 5518aadd: [BUGFIX] Do not calculate effective privileges, if runtime evaluations are in place
- In this case the effective privileges can not be calculated.
Therefore we have to skip it.
Change-Id: Ifa82fe6b44484... -
11:06 TYPO3.Eel Revision ac2d54d9: [TASK] Make FlowQuery's context supports Traversable
- FlowQuery's context partially supported \Traversable, and this adds \Traversable support
to the constructor so that \... -
10:36 Bug #52526 (New): Unfinished programming of DateTime converter
- Hello Flow-Team,
it seems that there is an unfinished programming in TYPO3 Flow and fluid form handling.
My HTM... -
10:23 TYPO3.Flow Feature #50115: During the policy loading, we need to take care if class exist
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/22382 -
10:20 TYPO3.Flow Bug #50118: Add a method in the PackageManager to get package of class name
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/22384 -
10:13 TYPO3.Flow Revision f5fcc776: [BUGFIX] Security has to be bypassed if testableSecurity is disabled
- If testable security is not switched on in a functional test, skip any
checks by overriding in the AccessDecisionMana...
2013-10-03
-
19:35 TYPO3.Flow Bug #46036 (Resolved): AuthenticationRequired should not be thrown in PolicyEnforcement if resource is available to Everybody
- Applied in changeset commit:b6768ccfb736ef8b536f420cd2d8068edc44267b.
-
19:35 TYPO3.Flow Task #52452 (Resolved): Refactor router caching logic into a service
- Applied in changeset commit:a60ef3c8672ff70b62f799ff6ea6ad1323f18a85.
-
12:43 TYPO3.Flow Task #52452: Refactor router caching logic into a service
- Patch set 7 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24242 -
09:36 TYPO3.Flow Task #52452: Refactor router caching logic into a service
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24242 -
19:16 TYPO3.Flow Revision 5686807c: Merge "[TASK] initializeAction methods have to be protected"
-
19:15 TYPO3.Fluid Revision 75fc37a1: Merge "[TASK] initializeAction methods have to be protected"
-
19:07 TYPO3.Flow Revision 6b0a3b19: Merge "[BUGFIX] Allow access to resources GRANTED to "Everybody"" into 2.0
-
19:02 TYPO3.Flow Revision 539f3079: Merge "[BUGFIX] FileBasedSimpleKeyProvider has to authenticate an account with roles"
-
17:30 TYPO3.Fluid Revision d53af178: [TASK] initializeAction methods have to be protected
- Change-Id: Ib6ee5ab2e0b876e565c7b630aecddd66a8029e70
-
17:17 TYPO3.Flow Revision 7ebecd48: [TASK] initializeAction methods have to be protected
- Change-Id: I791d71289a81b81f385ab5d279308c4ebc4a9753
Releases: master -
16:55 TYPO3.Flow Revision 85b1d10c: [!!!][TASK] Add method "hasAccessToResource" to the access decision manager
- This is a convenience method to avoid a try/catch in userland code.
Breaking only for those who implemented AccessDe... -
16:38 TYPO3.Flow Revision 0591fcd1: [!!!][TASK] Refactor and clarify the database exception handling
- This change differentiates between connection errors and missing
tables in the database which were before handled equ... -
16:37 TYPO3.Flow Revision 4e6ce442: [TASK] Replace some leftover FLOW3 in tests
- Change-Id: Ie3856f4c8beb8139b2215f01fc1be177bf8faf72
Migration: TYPO3.Flow-201209251426
Releases: master, 2.0 -
16:12 Bug #52509 (New): Child-Object's Identifier get's lost on Form-Submission with Validation Error
- Given the situation with the following Domain Model:
* Registration (the parent-object)
** has property "patientD... -
15:47 TYPO3.Flow Revision 308e09da: [TASK] Warn that a package is not available on (de)activate
- Flow now specifically warns about a package not being available
when the activate or deactivate command for a package... -
15:47 TYPO3.Flow Revision 95d547b2: Merge "[TASK] Warn that a package is not available on (de)activate"
-
15:47 TYPO3.Flow Revision c9776cf1: [TASK] Warn that a package is not available on (de)activate
- Flow now specifically warns about a package not being available
when the activate or deactivate command for a package... -
13:29 TYPO3.Flow Bug #52425: "Required option" flag in AbstractValidatior does not work correct
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24211 -
12:43 TYPO3.Flow Revision a60ef3c8: [TASK] Refactor router caching logic into a service
- This change removes most of the logic from the
RouterCachingAspect and introduces it in the form of a new
RouterCachi... -
11:36 TYPO3.Flow Bug #50585 (Resolved): Validation fails if nested properties of same type are present
- Applied in changeset commit:09756f36380d948ac84916419e71465a54bd7c2f.
-
09:50 TYPO3.Flow Bug #50585: Validation fails if nested properties of same type are present
- Martin Lipp wrote:
> Helmut Hummel wrote:
> > Can you check if the patch in Gerrit works for you? Thanks.
>
> It... -
10:50 TYPO3.Flow Revision 95a7d3ac: Merge "[BUGFIX] Fix validation if nested properties of same type are present"
-
10:08 TYPO3.Flow Revision 963ecb32: [BUGFIX] Fix case resolving for methods in security commands
- We are now using reflection classes to resolve the
case sensitive method names, as this more reliably
includes really... -
10:08 TYPO3.Flow Revision 0adfb887: [FEATURE] Add command to list methods matched by a policy resource
- Using this command one can list methods that are included in a resource
definition::
./flow security:showmethodsfo...
2013-10-02
-
23:42 TYPO3.Eel Revision a8d6f551: [TASK] Make OperationResolver extensible
- This creates an OperationResolverInterface so that other packages can change the algorithm
we use to find which opera... -
23:02 TYPO3.Flow Revision d95e1c0c: [FEATURE] Add Package Filtering by Path and Type
- This makes getting a particular kind of package, by path or type, or
first class Flow feature. The docs say that you ... -
19:35 TYPO3.Flow Bug #52448 (Resolved): Serialization of objects should exclude transient properties
- Applied in changeset commit:26ee5d83293a022eb4b1ee7048ba3bd1c6cd4ccc.
-
19:05 TYPO3.Flow Bug #52448 (Under Review): Serialization of objects should exclude transient properties
- Patch set 2 for branch *2.0* has been pushed to the review server.
It is available at https://review.typo3.org/24253 -
14:36 TYPO3.Flow Bug #52448 (Resolved): Serialization of objects should exclude transient properties
- Applied in changeset commit:791b57041971f80a50bcbc3194be2bbba698a033.
-
13:43 TYPO3.Flow Bug #52448: Serialization of objects should exclude transient properties
- Patch set 1 for branch *2.0* has been pushed to the review server.
It is available at https://review.typo3.org/24253 -
09:37 TYPO3.Flow Bug #52448: Serialization of objects should exclude transient properties
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24238 -
09:36 TYPO3.Flow Bug #52448: Serialization of objects should exclude transient properties
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24238 -
08:19 TYPO3.Flow Bug #52448 (Under Review): Serialization of objects should exclude transient properties
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24238 -
08:17 TYPO3.Flow Bug #52448 (Resolved): Serialization of objects should exclude transient properties
- We still check for a "tag" annotation to exclude transient properties from serialization. That is wrong and transient...
-
19:05 TYPO3.Flow Revision d56e646a: [BUGFIX] FileBasedSimpleKeyProvider has to authenticate an account with roles
- To be able to use real role based authorization with the
FileBasedSimpleKeyProvider, we have to authenticate an
accou... -
19:03 TYPO3.Flow Revision d3f504f7: [BUGFIX] FileBasedSimpleKeyProvider has to authenticate an account with roles
- To be able to use real role based authorization with the
FileBasedSimpleKeyProvider, we have to authenticate an
accou... -
19:01 TYPO3.Flow Revision 26ee5d83: [BUGFIX] Transient Properties should not be serialized
- Properties annotated with the \TYPO3\Flow\Annotations\Transient
annotation should not be serialized in the autogenera... -
17:52 TYPO3.Flow Bug #50585: Validation fails if nested properties of same type are present
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24218 -
17:34 TYPO3.Flow Bug #50585: Validation fails if nested properties of same type are present
- Helmut Hummel wrote:
> Martin Lipp wrote:
>
> > Yes. I checked again it works fine with FLOW3 1.1. I also quickly... -
17:25 TYPO3.Flow Bug #50585: Validation fails if nested properties of same type are present
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24218 -
16:26 TYPO3.Flow Bug #50585: Validation fails if nested properties of same type are present
- Breaking change was in #46340
-
12:16 TYPO3.Flow Bug #50585: Validation fails if nested properties of same type are present
- Martin Lipp wrote:
> Yes. I checked again it works fine with FLOW3 1.1. I also quickly migrated the package to Flo... -
12:13 TYPO3.Flow Bug #50585: Validation fails if nested properties of same type are present
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24218 -
17:52 TYPO3.Flow Revision 09756f36: [BUGFIX] Fix validation if nested properties of same type are present
- The performance optimization in #46340
changed the isValid() method of the
GenericObjectValidator to use the result
p... -
17:47 TYPO3.Flow Revision 3e22de51: Merge "[FEATURE] New Doctrine data type "objectarray""
-
17:09 TYPO3.Flow Revision 85556d0d: [TASK] Make code migration checking roles in policies more robust
- The migration checking for the use of globally defined roles identifier
was a bit too eager in working on packages wi... -
17:08 TYPO3.Flow Revision 8725c163: Merge "[TASK] Make code migration checking roles in policies more robust"
-
16:56 TYPO3.Flow Task #52452: Refactor router caching logic into a service
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24242 -
15:43 TYPO3.Flow Task #52452: Refactor router caching logic into a service
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24242 -
13:30 TYPO3.Flow Task #52452: Refactor router caching logic into a service
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24242 -
13:15 TYPO3.Flow Task #52452: Refactor router caching logic into a service
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24242 -
10:39 TYPO3.Flow Task #52452 (Under Review): Refactor router caching logic into a service
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24242 -
10:05 TYPO3.Flow Task #52452 (Resolved): Refactor router caching logic into a service
- Currently the logic for fetching the routing cache and creating it resides solely in the RouterCachingAspect. This ma...
-
16:50 TYPO3.Flow Revision 77e8282f: [FEATURE] Add policy analysis commands
- With the new commands it is possible to check for unprotected commands
and see the effective policy rules for a given... -
15:52 TYPO3.Flow Revision 7e9e3d79: [TASK] Clarify Configuration subdirectory usage
- Change-Id: I1de7069e392163a836ff5b58385d9accc6ea2bec
Releases: master -
15:43 TYPO3.Flow Feature #29972: Configurable Redirects
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24223 -
14:59 TYPO3.Flow Bug #52425: "Required option" flag in AbstractValidatior does not work correct
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24211 -
14:49 TYPO3.Flow Bug #52425: "Required option" flag in AbstractValidatior does not work correct
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24211 -
13:24 TYPO3.Flow Bug #52425: "Required option" flag in AbstractValidatior does not work correct
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24211 -
13:43 TYPO3.Flow Task #52280 (Under Review): Throw Exception if there is an array in PSR-0 autoload
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24252 -
13:37 TYPO3.Flow Revision 8a99cc3d: Merge "[BUGFIX] Transient Properties should not be serialized"
-
10:41 TYPO3.Eel Feature #41706: Provide standard library with configurable usage
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24241 -
10:29 TYPO3.Eel Feature #41706 (Under Review): Provide standard library with configurable usage
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24241 -
10:15 TYPO3.Flow Bug #46036: AuthenticationRequired should not be thrown in PolicyEnforcement if resource is available to Everybody
- Patch set 1 for branch *2.0* has been pushed to the review server.
It is available at https://review.typo3.org/24240 -
10:15 TYPO3.Flow Revision b6768ccf: [BUGFIX] Allow access to resources GRANTED to "Everybody"
- PolicyEnforcement does no longer throw an AccessDenied exception
if not logged in before checking the actual ACLs for... -
10:13 TYPO3.Flow Revision 2b19a262: Merge "[BUGFIX] Allow access to resources GRANTED to "Everybody""
-
09:54 TYPO3.Eel Bug #52450 (Under Review): Children operation should work for properties that cotain collections
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20125 -
09:53 TYPO3.Eel Bug #52450 (Resolved): Children operation should work for properties that cotain collections
- children operation works fine for regular properties but not at all for collection properties which are one of the ma...
-
09:37 TYPO3.Flow Revision 791b5704: [BUGFIX] Transient Properties should not be serialized
- Properties annoated with the \TYPO3\Flow\Annotations\Transient
annotation should not be serialized in the autogenerat... -
02:26 TYPO3.Eel Revision ba30a03f: [BUGFIX] Allow offset access with ProtectedContext
- Accessing an element in an array returned by a Helper is one
example where this change helps.
Change-Id: Ia90f577507...
2013-10-01
-
17:18 TYPO3.Flow Feature #29972 (Under Review): Configurable Redirects
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24223 -
16:34 TYPO3.Flow Bug #49624: Domain Model validators are executed twice
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24174 -
09:36 TYPO3.Flow Bug #49624: Domain Model validators are executed twice
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24174 -
16:21 TYPO3.Flow Bug #50585 (Under Review): Validation fails if nested properties of same type are present
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24218 -
00:04 TYPO3.Flow Bug #50585: Validation fails if nested properties of same type are present
- Helmut Hummel wrote:
> Martin Lipp wrote:
>
> > This does not happen in one of my older projects (with FLOW3 1.1)... -
15:48 TYPO3.Flow Bug #52430 (New): Cannot convert from UUID to auto-increment ID
- Hi all
I think I found a bug - when I tried to convert a model to use an auto-increment ID instead of the UUID, th... -
14:16 TYPO3.Flow Bug #52425 (Under Review): "Required option" flag in AbstractValidatior does not work correct
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24211 -
11:52 TYPO3.Flow Bug #52425 (Resolved): "Required option" flag in AbstractValidatior does not work correct
- The "required" flag for the options in source:/Classes/TYPO3/Flow/Validation/Validator/AbstractValidator.php does not...
-
12:19 TYPO3.Flow Revision 0dd80fb8: [TASK] Allow package installer actions / scripts
- Allow packages to register scripts and resources to be executed or
installed upon composer install and update.
Chang... -
11:36 TYPO3.Eel Feature #52424 (Resolved): Implement Cache for generated EEL Expression Code
- Applied in changeset commit:cf213deaa604ccf750dd10116fec66537cf5d820.
-
10:49 TYPO3.Eel Feature #52424 (Under Review): Implement Cache for generated EEL Expression Code
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/22598 -
10:48 TYPO3.Eel Feature #52424 (Resolved): Implement Cache for generated EEL Expression Code
- Cache the evaluated methods that represent EEL expressions into a file cache to save the parsing step.
-
11:32 TYPO3.Eel Revision cf213dea: [FEATURE] Add code cache to CompilingEvaluator
- Adds a cache to the CompilingEvaluator that stores already
parsed Eel expressions. To save cache reads/writes all clo... -
10:35 TYPO3.Flow Task #50474 (Resolved): PhpFrontend should return original string in get
- Applied in changeset commit:bdebde07f3fc0a78db022900c4446c3fac6d9dbd.
-
10:26 TYPO3.Flow Task #50474: PhpFrontend should return original string in get
- Patch set 8 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/22597 -
10:26 TYPO3.Flow Revision bdebde07: [TASK] PhpFrontend has a method to return original code
- With this change the PhpFrontend has the added method
getWrappend(), which returns the code including the
automatical... -
09:10 TYPO3.Fluid Bug #52419: Wrong PHPDocs notation for default value inline f:translate viewhelper
- Also wrong in FluidViewHelperReference.rst
-
09:03 TYPO3.Fluid Bug #52419 (New): Wrong PHPDocs notation for default value inline f:translate viewhelper
- The inline documentation in TYPO3\Fluid\ViewHelpers\TranslateViewHelper states:...
2013-09-30
-
20:53 TYPO3.Flow Bug #50585: Validation fails if nested properties of same type are present
- Martin Lipp wrote:
> This does not happen in one of my older projects (with FLOW3 1.1), because there the GenericO... -
19:47 Revision b44f1fbf: [TASK] Add suggestion for pdo_sqlite to composer manifest
- For running the functional tests out-of-the-box pdo_sqlite is required,
so inform about that during installation.
Ch... -
19:47 Revision e676a13a: Merge "[TASK] Add suggestion for pdo_sqlite to composer manifest"
-
19:34 TYPO3.Flow Bug #49624 (Under Review): Domain Model validators are executed twice
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24174 -
19:27 TYPO3.Flow Bug #49624: Domain Model validators are executed twice
- Bastian Waidelich wrote:
> This might be related to #50585
I think that is something different.
The issue in t... -
19:22 TYPO3.Flow Bug #33621: Filebackend reports error when trying to rename file due to concurrent proccesses
- There is still an issue with the current implementation (even with the patches applied): rename() issues a warning so...
-
14:46 TYPO3.Flow Bug #33621: Filebackend reports error when trying to rename file due to concurrent proccesses
- The SimpleFileBackend "set" method also does not handle concurrency. "rename" should only be called if the file still...
-
13:28 TYPO3.Fluid Feature #31765 (Under Review): Forward to Action of widgetController
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24152 -
11:48 TYPO3.Fluid Revision 78aa1b63: [FEATURE] Support for redirects within widgets
- Redirects and forwards did not work from within widget controllers
because there was no internal dispatch-loop.
This...
2013-09-27
-
10:23 TYPO3.Fluid Feature #31765 (Accepted): Forward to Action of widgetController
- This problem still exists apparently: http://forum.typo3.org/index.php/t/199461/
2013-09-26
-
18:43 TYPO3.Flow Bug #52311 (Under Review): Uuid validator doesn't have string boundaries
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24076 -
18:34 TYPO3.Flow Bug #52311 (Resolved): Uuid validator doesn't have string boundaries
- \TYPO3\Flow\Validation\Validator\UuidValidator::$PATTERN_MATCH_UUID is '/([a-f0-9]){8}-([a-f0-9]){4}-([a-f0-9]){4}-([...
-
18:42 TYPO3.Flow Revision 52b18622: [BUGFIX] UUID Validator rejects too long UUIDs
- Now the validation regex has start- and end of string
boundaries, hence rejecting strings which only
contain a valid ... -
18:31 TYPO3.Flow Bug #52068 (Closed): ArrayConverter should accept empty strings
- This is fixed with https://review.typo3.org/#/c/20737/
-
17:29 TYPO3.Flow Revision 3f314f47: [TASK] Remove arbitrary limit on Resource filename/extension
- The DB columns for those properties are VARCHAR(255), so the validation
limit of 100 makes no sense.
Change-Id: Ia26... -
16:36 TYPO3.Fluid Bug #29290 (Resolved): Additional Identity Properties not set on mapping error
- Applied in changeset commit:3a56759eb8548783d540dd757b24cfa6c244c46b.
-
16:09 TYPO3.Fluid Bug #29290: Additional Identity Properties not set on mapping error
- Patch set 2 for branch *2.0* has been pushed to the review server.
It is available at https://review.typo3.org/24068 -
16:07 TYPO3.Fluid Bug #29290: Additional Identity Properties not set on mapping error
- Patch set 1 for branch *2.0* has been pushed to the review server.
It is available at https://review.typo3.org/24068 -
16:09 TYPO3.Fluid Revision 516fc370: [BUGFIX] Additional Identity Properties not set on mapping error
- When binding Fluid forms to nested objects, Fluid automatically adds
hidden fields with the identifiers of all affect... -
10:49 TYPO3.Flow Bug #45407: charset option for mysql connection is ignored with PHP < 5.3.6
- This Option should be the default for MySQL ... overriding is ok, but this is definitly a problem on many hosts!
Atl... -
07:46 TYPO3.Flow Task #52280 (Under Review): Throw Exception if there is an array in PSR-0 autoload
- It would be nice if TYPO3 Flow throws an Exception if there is an array in PSR-0 autoload in composer.json.
Exampl...
2013-09-25
-
23:54 TYPO3.Flow Bug #37357: more suitable ValueObject hash creation for DateTime cases
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/23241 -
23:54 TYPO3.Flow Bug #51236: ValueObject Identity generation broken in some cases
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/23241 -
11:55 TYPO3.Flow Bug #49624 (Accepted): Domain Model validators are executed twice
- This might be related to #50585
-
09:35 Revision e8448da6: [TASK] Update vfsstream requirement to 1.2.*
- This updates the requirement for mikey179/vfsstream from 1.1.* to 1.2.*.
Change-Id: I4700998197efddc328bed25fe7c3746... -
09:32 TYPO3.Flow Revision d06901fd: [BUGFIX] unpublishPersistentResource deletes only intended Resource
- When calling ``unpublishPersistentResource``, now only the actually
intended Resource gets deleted, rather than the w... -
09:32 TYPO3.Flow Bug #47809: Access to undefined index when an inheritance chain member is not an Entity
- Patch set 1 for branch *2.0* has been pushed to the review server.
It is available at https://review.typo3.org/24033 -
09:32 TYPO3.Flow Revision be7b184a: [BUGFIX] ReflectionService works for non-Entity inheritance members
- As soon as a class which is *not* an entity was present as an
ancestor of an Entity (with at least one Entity descend...
2013-09-24
-
18:23 TYPO3.Fluid Revision 3a56759e: [BUGFIX] Additional Identity Properties not set on mapping error
- When binding Fluid forms to nested objects, Fluid automatically adds
hidden fields with the identifiers of all affect... -
18:23 TYPO3.Fluid Bug #29290: Additional Identity Properties not set on mapping error
- Patch set 10 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/13600 -
17:35 TYPO3.Fluid Bug #29290: Additional Identity Properties not set on mapping error
- Patch set 9 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/13600 -
17:10 TYPO3.Fluid Bug #29290: Additional Identity Properties not set on mapping error
- Patch set 8 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/13600 -
18:13 TYPO3.Flow Bug #50585 (Accepted): Validation fails if nested properties of same type are present
- This is a severe bug and I can reproduce it.
-
18:10 TYPO3.Flow Feature #7407 (Resolved): Edit nested properties of a domain model within a form
- In the meantime both scenarios are possible. (Though there are issues with validation of nested properties: #50585)
-
17:40 TYPO3.Flow Revision 9b0a1a37: [TASK] Remove arbitrary limit on Resource filename/extension
- The DB columns for those properties are VARCHAR(255), so the validation
limit of 100 makes no sense.
Change-Id: Ia26... -
15:35 TYPO3.Fluid Bug #47188 (Resolved): Fluid tries to render folders as templates partials and layouts
- Applied in changeset commit:b1041e1c0b1f38fe321096b5130ac0baf1df4e45.
-
15:20 TYPO3.Flow Bug #51255 (Closed): CommandController: Fix parsing of boolean values
- Closing as duplicate of #51385
-
15:18 TYPO3.Flow Feature #51713 (Resolved): Improve rendering of large exceptions
-
15:16 TYPO3.Fluid Bug #52182 (Rejected): & vs. &
- Closing as agreed to via IRC
-
14:01 TYPO3.Flow Bug #52216 (Closed): TYPO3\Flow\Error\Exception thrown in file ErrorHandler.php
- Hi Tansel, thanks for your feedback.
It's a common windows issue, see here: http://wiki.typo3.org/FLOW3_Installation... -
11:38 TYPO3.Flow Bug #52216 (Closed): TYPO3\Flow\Error\Exception thrown in file ErrorHandler.php
- ...
2013-09-23
-
23:32 TYPO3.Flow Task #50474: PhpFrontend should return original string in get
- Patch set 7 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/22597 -
18:09 TYPO3.Fluid Feature #7608: Configurable shorthand/object accessor delimiters
- FYI there is a neat little work around using the *alias* ViewHelper.
So instead of having to use CDATA everywhere ... -
14:22 TYPO3.Flow Feature #43966 (Resolved): Allow all routes to include sub routes
-
14:01 TYPO3.Flow Bug #45290 (Closed): Body arguments should not be merged before property mapping takes place
- See #45293
-
13:35 TYPO3.Flow Feature #52074 (Resolved): Flexible ArraySorter
- Applied in changeset commit:69bd32c6c0af1bb4ad10b73178a8a4a595db1777.
-
13:02 TYPO3.Flow Feature #52074: Flexible ArraySorter
- Patch set 8 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/23868 -
13:12 TYPO3.Flow Feature #52064: HTTP components for handling requests
- Patch set 15 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20821 -
10:16 TYPO3.Flow Feature #52064: HTTP components for handling requests
- Patch set 14 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20821 -
13:05 TYPO3.Flow Feature #45293: More flexible parsing of body arguments
- Patch set 7 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/21134 -
13:02 TYPO3.Flow Revision 69bd32c6: [FEATURE] Flexible array sorter
- Introduces a new utility class ``PositionalArraySorter`` that can be used to sort
an array based on a "position strin... -
13:02 TYPO3.Flow Bug #52185 (New): PositionalArraySorter should detect recursive dependencies
- The PositionalArraySorter currently doesn't detect endless loops triggered by a configuration like...
-
12:26 TYPO3.Fluid Bug #52182 (Needs Feedback): & vs. &
- Hi Mario,
thanks for the report.
After thinking about this again I don't think this is a bug in fact:... -
11:40 TYPO3.Fluid Bug #52182 (Accepted): & vs. &
-
11:38 TYPO3.Fluid Bug #52182 (Rejected): & vs. &
- see http://www.htmlhelp.com/tools/validator/problems.html#amp
It seems that Fluid renders ... -
12:10 TYPO3.Fluid Bug #47188 (Under Review): Fluid tries to render folders as templates partials and layouts
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/23968 -
12:02 TYPO3.Fluid Bug #47188 (Accepted): Fluid tries to render folders as templates partials and layouts
- Thanks for the report. I'll take care
-
12:09 TYPO3.Fluid Revision b1041e1c: [BUGFIX] Don't use folders as templates, partials and layouts
- The PHP function ``file_exists()`` returns TRUE for files as well as
directories.
This change adjusts Template- and S... -
12:06 TYPO3.Flow Bug #46449: Routes should urldecode their parts
- Patch set 2 for branch *2.0* has been pushed to the review server.
It is available at https://review.typo3.org/23939 -
12:06 TYPO3.Flow Revision ebd66125: [BUGFIX] Dynamic RouteParts should be urldecoded
- This makes sure that request path segments are urldecoded
during matching and urlencoded during resolving of Routes.
... -
11:36 TYPO3.Flow Revision b3333fa1: Merge "[FEATURE] Add AnsiConsoleBackend for logging"
2013-09-21
-
16:23 TYPO3.Fluid Bug #47188: Fluid tries to render folders as templates partials and layouts
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/23951 -
15:54 TYPO3.Fluid Bug #47188 (Under Review): Fluid tries to render folders as templates partials and layouts
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/23951 -
15:16 TYPO3.Fluid Bug #47188: Fluid tries to render folders as templates partials and layouts
- ok i can do it.
-
12:09 TYPO3.Fluid Bug #47188: Fluid tries to render folders as templates partials and layouts
- it was fixed in the CMS Fluid
see https://review.typo3.org/#/c/19920/
(replace file_exist with is_file)
2013-09-20
-
17:54 TYPO3.Flow Feature #52064: HTTP components for handling requests
- Patch set 13 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20821 -
17:54 TYPO3.Flow Feature #45293: More flexible parsing of body arguments
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/21134 -
17:12 TYPO3.Flow Feature #52074: Flexible ArraySorter
- Patch set 7 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/23868 -
16:48 TYPO3.Flow Bug #46449 (Under Review): Routes should urldecode their parts
- Patch set 1 for branch *2.0* has been pushed to the review server.
It is available at https://review.typo3.org/23939 -
12:36 TYPO3.Flow Bug #46449 (Resolved): Routes should urldecode their parts
- Applied in changeset commit:b4c6e7ed40a97964673ccbf8f6f91625a40d5c9b.
-
16:36 TYPO3.Eel Bug #50150 (Resolved): Hyphens are not allowed in Eel selectors
- Applied in changeset commit:4103a1f7a96043e2467f894384a5c7425fd63b49.
-
15:45 TYPO3.Eel Bug #50150: Hyphens are not allowed in Eel selectors
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/23936 -
15:37 TYPO3.Eel Bug #50150 (Under Review): Hyphens are not allowed in Eel selectors
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/23936 -
15:31 TYPO3.Eel Bug #50150 (Accepted): Hyphens are not allowed in Eel selectors
-
16:36 TYPO3.Flow Bug #50909 (Resolved): Dependency injection for imported namespaces fails for abstract classes
- Applied in changeset commit:751b4b55594ebaa334a007d8c98999dba04aafb1.
-
16:31 TYPO3.Flow Revision 1b556fd6: Merge "[BUGFIX] Fix resolving of relative namespaces in parent classes"
-
15:52 TYPO3.Eel Revision 4103a1f7: [BUGFIX] Hyphens are not allowed in Eel selectors
- Solves an issue with the Fizzle Parser which complained if an identifier
contained hyphens.
Change-Id: Id41d5bc43e6e... -
15:11 TYPO3.Flow Revision d1eb07e5: Merge "[TASK] More meaningful error message for connection errors"
-
08:59 TYPO3.Flow Revision 637d1736: [FEATURE] Add AnsiConsoleBackend for logging
- Taken from TYPO3.Surf.
Change-Id: I3e4d4ed9345ef3d8ecabbd2625ce897b97c690ed
Releases: master -
01:09 TYPO3.Fluid Feature #46257: Add escape sequence support for Fluid
- Tarcisio Fedrizzi wrote:
> This works as well (I know that is not so clean but):
>
> In the controller:
> [...]
>
...
2013-09-19
-
17:07 TYPO3.Flow Bug #46449 (Under Review): Routes should urldecode their parts
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/23915 -
16:29 TYPO3.Flow Bug #46449 (Needs Feedback): Routes should urldecode their parts
- I'm not so sure about this one. We should definitely not decode the complete request path (btw. you mix up *query str...
-
17:07 TYPO3.Flow Revision b4c6e7ed: [BUGFIX] Dynamic RouteParts should be urldecoded
- This makes sure that request path segments are urldecoded
during matching and urlencoded during resolving of Routes.
... -
16:02 TYPO3.Flow Bug #45290: Body arguments should not be merged before property mapping takes place
- Will be resolved with https://review.typo3.org/21134/
-
12:48 TYPO3.Flow Bug #50909: Dependency injection for imported namespaces fails for abstract classes
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/23310 -
12:48 TYPO3.Flow Revision 751b4b55: [BUGFIX] Fix resolving of relative namespaces in parent classes
- With I28fd7c7993ea79714cc62032fcc332ac8cf9d4bc the ReflectionService
resolves relative and aliased namespaces automat... -
09:22 TYPO3.Flow Bug #49847: PSR-0 compatible namespace with underscores is not loaded
- Patch set 1 for branch *2.0* has been pushed to the review server.
It is available at https://review.typo3.org/23896 -
09:22 TYPO3.Flow Revision eca1d1eb: [BUGFIX] Treat namespaces with underscores correctly
- The actual classloading does not handle the presence of underscores in namespaces
correctly.
Change-Id: I589f687adf2...
Also available in: Atom