Activity
From 2013-09-25 to 2013-10-24
2013-10-24
-
22:58 Revision 5e1a8591: [TASK] Remove unused use statements
- Change-Id: Iae50bec161d8562f9ffb368922ef3f80f73114dd
Releases: master -
22:56 Revision e53648c8: [TASK] CGL Fixes
- * Removes indent from inline comments
* Fixes several docblock issues
* Fixes inline conditions
Change-Id: I2f08cf58... -
22:26 Revision 843cae1f: [TASK] Mention PHP closing tag omission in CGL
- This updates the Coding Guidelines to omit the PHP closing tag.
Change-Id: Ie222d1465a60b00fe143bd4f8390f4b40e427b28... -
22:26 Revision 17996c9f: Merge "[TASK] Mention PHP closing tag omission in CGL"
-
22:26 Revision d9d6ff98: [TASK] Mention PHP closing tag omission in CGL
- This updates the Coding Guidelines to omit the PHP closing tag.
Change-Id: Ie222d1465a60b00fe143bd4f8390f4b40e427b28... -
11:41 Feature #53080: Support for multiple domains
- Christopher Hlubek wrote:
Thanks for your feedback, this really helps pushing this forward!
> Well, I think the dom... -
09:35 Feature #53080: Support for multiple domains
- Well, I think the domain is not as "discrete" as the HTTP method, so users should be able to specify patterns for fle...
2013-10-23
-
17:50 Feature #53080 (Closed): Support for multiple domains
- Currently the Flow does not support multi-domain setups out of the box:
* There is no concept of "domains" in Flow... -
17:47 Bug #44521 (Under Review): ObjectPathMappingRepository always checks case-sensitive
- Patch set 1 for branch *2.0* has been pushed to the review server.
It is available at https://review.typo3.org/24977 -
17:46 Revision eac16e7f: [TASK] Replace some leftover FLOW3 in tests
- Change-Id: Ie3856f4c8beb8139b2215f01fc1be177bf8faf72
Migration: TYPO3.Flow-201209251426
Releases: master, 2.0 -
11:37 Bug #25801: Request arguments should never contain objects
- Tim Spiekerkötter wrote:
Hi Tim,
> thank you for your answer. My request has two arguments, both are Extbase mo... -
11:17 Bug #25801: Request arguments should never contain objects
- Hi Bastian,
thank you for your answer. My request has two arguments, both are Extbase models and the FormViewHelpe... -
09:36 Revision 27571d28: Merge "[BUGFIX] Safeguard against illegal filenames below Classes"
2013-10-22
- 16:27 Revision 997a1cbe: Merge "[BUGFIX] Request::getRelativePath() must not return FALSE"
-
13:44 Feature #51459: Allow catching of particular exceptions on property mapping
- yep it's to have a chance to ever find it again ;)
-
12:53 Feature #51459: Allow catching of particular exceptions on property mapping
- Adrian Föder wrote:
> A suggestion is here: https://review.typo3.org/#/c/23422/
..which you just abandoned. Mys... -
12:44 Feature #51459: Allow catching of particular exceptions on property mapping
- A suggestion is here: https://review.typo3.org/#/c/23422/
-
13:37 Bug #51809: Commit "[BUGFIX] Published resources don't support symlinks" produces an fatal error on Windows
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/23783 -
13:37 Feature #51676: Support of symlinks for Resources
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/23783
2013-10-21
-
21:29 Revision 181a01b0: [TASK] Remove PHP closing tag
- Releases: master
Change-Id: I2c62ac93654826b049523ca6838f077adf04f6de -
20:51 Revision e7499ac2: [BUGFIX] var_dump() is unstyled if Flow is not in docroot
- If TYPO3 Flow is not directly in the document root the var_dump
output is unstyled as the path to the external CSS ca... -
19:16 Feature #33838: Add a way to configure Doctrine Mapping Type
- As Adrian said it's possible to use \Doctrine\DBAL\Types\Type::addType('yourtype', 'Your\Whatever\Type'); and so on t...
-
17:16 Feature #33838: Add a way to configure Doctrine Mapping Type
- it looks like you can do the following, at least, @Package.php@:...
-
17:55 Revision cebda033: [BUGFIX] Safeguard against illegal filenames below Classes
- If a filename below Classes in a package contains dots, Flow breaks
when it tries to flush caches during startup.
Se... -
17:22 Bug #53010 (Under Review): UsernamePasswordHttpBasic disabled since .htaccess strips "Basic"
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24936 -
17:15 Bug #53010 (Resolved): UsernamePasswordHttpBasic disabled since .htaccess strips "Basic"
- Hey there.
The Token\UsernamePasswordHttpBasic requires the "Authentication" header to begin with "Basic". That's ... -
16:33 Feature #41301 (Rejected): Allow action-method-dependent errorAction
- this could also be done with setting the @->errorMethodName@ in the appropriate @initialize*Action@ wherever needed.
-
15:49 Bug #52311: Uuid validator doesn't have string boundaries
- Patch set 1 for branch *2.0* has been pushed to the review server.
It is available at https://review.typo3.org/24926 -
15:49 Revision 0b91dd2c: [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 ... -
15:49 Revision 6128102a: Merge "[BUGFIX] UUID Validator rejects too long UUIDs"
-
15:11 Revision fef70081: Merge "[FEATURE] A boolean value Validator"
-
14:44 Revision 78a0d2a5: Merge "[FEATURE] Add tagging to router cache"
-
14:36 Task #52704 (Resolved): Get rid of RouterCachingAspect
- Applied in changeset commit:d645b051ad3d8adb849649ff4076c7759c9c006f.
-
13:39 Revision b220c235: Merge "[TASK] Get rid of RouterCachingAspect"
-
13:39 Revision cf135ad5: Merge "[TASK] Cleanup RouterCachingService"
-
13:22 Revision 7534a582: [TASK] Update commit message documentation
- Tweaks the documentation for proper git commit messages
and adds some examples.
Change-Id: I0765da6ac4ef4a1d7e3b8fcf... -
12:00 Feature #52064: HTTP components for handling requests
- Patch set 16 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20821 -
12:00 Feature #45293: More flexible parsing of body arguments
- Patch set 8 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/21134 -
11:26 Revision f5781451: Merge "[FEATURE] Command to list registered type converters"
-
10:32 Revision bffd27f4: Merge "[BUGFIX] Injected properties are not available in initializeObject()"
2013-10-19
-
19:10 Bug #52944: Generating correct proxy classes for classes without a namespace
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24904 -
19:02 Bug #52944 (Under Review): Generating correct proxy classes for classes without a namespace
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/24904 -
12:52 Bug #52945: Excluded classes should only be excluded from reflection but still autoloaded
- I'd still say it's a bug that namespace-less classes cannot be autoloaded. The same happens when trying to autoload T...
-
12:47 Bug #36734: Transient properties cannot be property mapped
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/19862
2013-10-18
-
13:25 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 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 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 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 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 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 Revision aff1fd46: Merge "[TASK] Cleanup usage of return value on @return void method"
-
12:44 Revision be54ffb5: [TASK] Improve documentation for excludeClasses setting
- Change-Id: Iaaef26f3c0ff8e6f812cb338e677a8a68de72b43
Releases: master, 2.0 -
12:11 Feature #52064: HTTP components for handling requests
- The current configuration format is:...
-
11:53 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 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 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...
2013-10-17
-
17:43 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 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 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 Bug #52907 (Resolved): #1355480641: Uncaught Exception
- Applied in changeset commit:7e0c425ceefd06252ef00b9addcd9389f1e7d950.
-
12:27 Bug #52907: #1355480641: Uncaught Exception
- THX
-
12:03 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 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 Bug #52907: #1355480641: Uncaught Exception
- this is how i produced the exception.
!2013-10-17_10-41-58.png!... -
10:31 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 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 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 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 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 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 Bug #52907 (Resolved): #1355480641: Uncaught Exception
- ...
-
12:02 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 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-15
-
20:26 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 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 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 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 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 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:49 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 Bug #44521 (Resolved): ObjectPathMappingRepository always checks case-sensitive
- Applied in changeset commit:9ec9717a5ba73e7dab90f74fc9e167333930ed87.
-
13:36 Bug #51082 (Resolved): Object Route Parts should take persistence_object_identifier into account
- Applied in changeset commit:3ca238501129a075a4b1dfe67b536e9df2fb2081.
-
12:43 Revision c93bb32a: Merge "[BUGFIX] Object Route Parts fall back to technical identifier"
-
12:42 Revision da6b2c2f: Merge "[BUGFIX] Respect case-sensitivity in object routing"
-
10:30 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 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 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 -
12:00 Bug #50395: Route cache caches routes for non dispatchable requests
- Hi Bastian.
Sounds good to me. Thanks for your infos!
Cheers -
11:09 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 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...
2013-10-13
-
13:17 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 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
-
19:08 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
2013-10-11
-
21:59 Revision 327db445: Merge "[TASK] Allow package installer actions / scripts"
-
16:31 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 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 Revision a576805d: Merge "[TASK] Add getter for relative path to Http\Request class"
-
12:36 Bug #52635 (Resolved): Incorrect merging of Views.yaml files from multiple Packages
- Applied in changeset commit:dbd2f265bfed7ae512519d378842be321639f51c.
-
12:06 Revision 5f1caa75: Merge "[BUGFIX] Roles are not always correctly initialized"
-
11:40 Revision 6b6486c3: Merge "[BUGFIX] Append Views configurations instead of merging them"
-
11:24 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 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 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 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 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 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 Bug #43659 (Accepted): Proxy class building calls __construct and initializeObject before DI objects are present
-
10:28 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 Revision 08c1f50f: Merge "[FEATURE] Add a new system role "AuthenticatedUser""
-
09:55 Revision 91932893: Merge "[BUGFIX] Do not calculate effective privileges, if runtime evaluations are in place"
-
09:54 Revision 9701fa91: Merge "[!!!][TASK] Add method "hasAccessToResource" to the access decision manager"
-
09:54 Revision 58972078: Merge "[BUGFIX] Fix case resolving for methods in security commands"
-
09:53 Revision f40e381d: Merge "[FEATURE] Add command to list methods matched by a policy resource"
2013-10-10
-
22:26 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... -
20:27 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 Revision 50d24035: Merge "[TASK] Replace some leftover FLOW3 in tests"
-
20:15 Revision 4b67912f: Merge "[BUGFIX] PropertyMapper now normalizes simple types" into FLOW3-1.1
-
20:10 Revision 2f04402a: Merge "[!!!][TASK] Adjust logException() signature in LoggerInterface"
-
19:16 Revision 5fad9340: Merge "[!!!][TASK] Refactor and clarify the database exception handling"
-
17:08 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 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 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 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
-
14:37 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 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 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 Bug #51082: Object Route Parts should take persistence_object_identifier into account
- I'm fixing this now
-
19:30 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 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 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 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 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 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 Bug #51385 (Resolved): BooleanConverter considers "false" TRUE
2013-10-07
-
17:45 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....
-
12:50 Bug #49624: Domain Model validators are executed twice
- Also an issue in TYPO3 CMS Extbase!!
-
12:02 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 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 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 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 Bug #52425 (Resolved): "Required option" flag in AbstractValidatior does not work correct
- Applied in changeset commit:9e5f2e40226a8e3e4ecf5ebc2072ee3b7e82076d.
-
15:53 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 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 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 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 Revision c7ecbacb: Merge "[BUGFIX] Skip csrf protection for authenticate action"
-
15:53 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 Revision 3f45b399: Merge "[BUGFIX] "Required option" flag in AbstractValidator works correct"
-
15:53 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:23 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 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 -
11:15 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... -
10:23 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 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 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 Bug #46036 (Resolved): AuthenticationRequired should not be thrown in PolicyEnforcement if resource is available to Everybody
- Applied in changeset commit:b6768ccfb736ef8b536f420cd2d8068edc44267b.
-
19:35 Task #52452 (Resolved): Refactor router caching logic into a service
- Applied in changeset commit:a60ef3c8672ff70b62f799ff6ea6ad1323f18a85.
-
12:43 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 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 Revision 5686807c: Merge "[TASK] initializeAction methods have to be protected"
-
19:07 Revision 6b0a3b19: Merge "[BUGFIX] Allow access to resources GRANTED to "Everybody"" into 2.0
-
19:02 Revision 539f3079: Merge "[BUGFIX] FileBasedSimpleKeyProvider has to authenticate an account with roles"
-
17:17 Revision 7ebecd48: [TASK] initializeAction methods have to be protected
- Change-Id: I791d71289a81b81f385ab5d279308c4ebc4a9753
Releases: master -
16:55 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 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 Revision 4e6ce442: [TASK] Replace some leftover FLOW3 in tests
- Change-Id: Ie3856f4c8beb8139b2215f01fc1be177bf8faf72
Migration: TYPO3.Flow-201209251426
Releases: master, 2.0 -
15:47 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 Revision 95d547b2: Merge "[TASK] Warn that a package is not available on (de)activate"
-
15:47 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 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 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 Bug #50585 (Resolved): Validation fails if nested properties of same type are present
- Applied in changeset commit:09756f36380d948ac84916419e71465a54bd7c2f.
-
09:50 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 Revision 95a7d3ac: Merge "[BUGFIX] Fix validation if nested properties of same type are present"
-
10:08 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 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:02 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 Bug #52448 (Resolved): Serialization of objects should exclude transient properties
- Applied in changeset commit:26ee5d83293a022eb4b1ee7048ba3bd1c6cd4ccc.
-
19:05 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 Bug #52448 (Resolved): Serialization of objects should exclude transient properties
- Applied in changeset commit:791b57041971f80a50bcbc3194be2bbba698a033.
-
13:43 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 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 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 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 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 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 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 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 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 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 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 Bug #50585: Validation fails if nested properties of same type are present
- Breaking change was in #46340
-
12:16 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 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 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 Revision 3e22de51: Merge "[FEATURE] New Doctrine data type "objectarray""
-
17:09 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 Revision 8725c163: Merge "[TASK] Make code migration checking roles in policies more robust"
-
16:56 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 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 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 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 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 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 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 Revision 7e9e3d79: [TASK] Clarify Configuration subdirectory usage
- Change-Id: I1de7069e392163a836ff5b58385d9accc6ea2bec
Releases: master -
15:43 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 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 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 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 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 Revision 8a99cc3d: Merge "[BUGFIX] Transient Properties should not be serialized"
-
10:15 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 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 Revision 2b19a262: Merge "[BUGFIX] Allow access to resources GRANTED to "Everybody""
-
09:37 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...
2013-10-01
-
17:18 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 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 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 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 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 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 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 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 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... -
10:35 Task #50474 (Resolved): PhpFrontend should return original string in get
- Applied in changeset commit:bdebde07f3fc0a78db022900c4446c3fac6d9dbd.
-
10:26 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 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...
2013-09-30
-
20:53 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:34 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 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 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 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...
2013-09-26
-
18:43 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 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 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 Bug #52068 (Closed): ArrayConverter should accept empty strings
- This is fixed with https://review.typo3.org/#/c/20737/
-
17:29 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... -
10:49 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 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 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 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 Bug #49624 (Accepted): Domain Model validators are executed twice
- This might be related to #50585
-
09:32 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 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 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...
Also available in: Atom