Activity
From 2013-04-15 to 2013-05-14
2013-05-14
-
21:11 Feature #47228: Allow doctrine event listeners to be configured
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/19984 -
17:47 Bug #47975: initializeObject in a Entity is called at a time where no properties are loaded
- I also had that; and I realized it's because of this gem here:...
-
16:49 Feature #48167: Command line account and role browsing
- done here: https://github.com/svparijs/TYPO3.UserManagement/
-
09:14 Feature #48167 (Accepted): Command line account and role browsing
- In order to see what accounts and roles are known to the system, a command line tool should be provided.
-
12:54 Bug #43587 (Under Review): Arrays in Yaml configuration should be interleaved rather than merge/overruled
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20773 -
09:21 Bug #46689: The new ClassLoader swallows Fatal Errors
- Since this change was merged we get the folowing PHP Warnings:...
-
09:01 Feature #42176: Improve resolving of view
- Patch set 33 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/16392
2013-05-13
-
17:38 Task #48150 (Under Review): removeAll in a doctrine repository should use DQL for speed
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20749 -
17:38 Task #48150 (Rejected): removeAll in a doctrine repository should use DQL for speed
-
15:13 Feature #42176: Improve resolving of view
- Patch set 12 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/16393 -
15:13 Feature #42176: Improve resolving of view
- Patch set 32 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/16392 -
12:56 Bug #48133 (Under Review): Bug in set file permissions script
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20728 -
12:53 Bug #48133 (Resolved): Bug in set file permissions script
- When I install the TYPO3Neos demo package the set file permission command doesn't work.
On the lines 55-58 the @sear... -
12:55 Revision 36134383: [BUGFIX] Add missing "search" ACL to file permission script
- Change-Id: Ifb858718656c77bfa2ccdf550f18754e3f6be2df
Resolves: #48133 -
12:23 Bug #48093: AbstractCompositeValidators memory consumption continuously grow
- Hi,
sorry I've seen that I have reattached the same patch as in the first post.
Here it is the correct one.
So...
2013-05-10
-
16:03 Bug #46076: PersistentQueryRewriteAspect doesn't work with Collections when doing IN / CONTAINS / MATCHES comparisons
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18761 -
13:49 Bug #48093: AbstractCompositeValidators memory consumption continuously grow
- Hi,
there is an error with the patch when $this->validatedInstancesContainer is not set. I've attached a new version...
2013-05-09
-
18:55 Bug #47975: initializeObject in a Entity is called at a time where no properties are loaded
- I have the same problem but my call stack differs from your call stack.
My two Entities:... -
17:52 Bug #48093 (New): AbstractCompositeValidators memory consumption continuously grow
- Hi,
there is a problem in the way AbstractCompositeValidators passes the validatedInstacesContainer to its children....
2013-05-08
-
14:01 Bug #45290: Body arguments should not be merged before property mapping takes place
- Ok, I think I get it now. The problem is that you also need the Controller Arguments information to know that a param...
-
12:51 Feature #47951: Warn if persistence stack is not empty at the end of a get-request
- Hi Alex no-lastname-given, ;)
interesting idea (at least for development context).
The code that is currently r... -
12:33 Bug #47995 (Closed): The method hasRole() in TYPO3/Flow/Security/Account is currently broken
- Thanks for the feedback Dominique,
We'll definitely have to add a comprehensive "breaking changes" section to docu...
2013-05-07
-
19:10 Revision 7f89b1ba: [BUGFIX] Controllers must not be of scope singleton
- Removes the scope("singleton") annotation from the
provided base controllers.
Background:
Usually the scope of a con... -
18:41 Feature #39740 (Closed): Allow setting fixed values for route parts
- Closing due to lack of feedback (feel free to re-open or comment if this issue is still relevant)
-
18:39 Feature #42479 (Closed): Context dependant Package states
- Too old, too rusty, not important enough(?). Closing this for now
-
18:36 Bug #47255: Cache is not flushed for changes in sub routes
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20590 -
18:34 Bug #47255 (Under Review): Cache is not flushed for changes in sub routes
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20590 -
18:35 Bug #46636 (Resolved): Authentication does not work any longer without redirects
- Applied in changeset commit:e06e0f2dd6eb565f00ae535c780ab13b74de8f92.
-
17:48 Bug #46636: Authentication does not work any longer without redirects
- Patch set 1 for branch *2.0* has been pushed to the review server.
It is available at https://review.typo3.org/20586 -
17:42 Bug #46636: Authentication does not work any longer without redirects
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20346 -
16:52 Bug #46636: Authentication does not work any longer without redirects
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20346 -
14:08 Bug #46636: Authentication does not work any longer without redirects
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20346 -
12:30 Bug #46636: Authentication does not work any longer without redirects
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20346 -
17:46 Revision b964e06b: [BUGFIX] Authentication does not work any longer without redirects
- This fixes a regression that made the authenticated roles only available
in the security context after a redirect fol... -
17:42 Revision e06e0f2d: [BUGFIX] Authentication does not work any longer without redirects
- This fixes a regression that made the authenticated roles only available
in the security context after a redirect fol... -
16:43 Bug #47995: The method hasRole() in TYPO3/Flow/Security/Account is currently broken
- Thanks for all those information, I update my application based on it, and everything work fine.
I need to spend m... -
12:19 Bug #47995: The method hasRole() in TYPO3/Flow/Security/Account is currently broken
- Bastian Waidelich wrote:
> Unfortunately the API for this is not very usable yet (at least some convenience method w... -
11:30 Bug #47995: The method hasRole() in TYPO3/Flow/Security/Account is currently broken
- Karsten Dambekalns wrote:
> if you want to check for access to something, you should rather check if permission to... -
11:26 Bug #47995: The method hasRole() in TYPO3/Flow/Security/Account is currently broken
- One thing we could discuss is what methods should (alternatively) be able to take a string (role identifier). But the...
-
11:10 Bug #47995: The method hasRole() in TYPO3/Flow/Security/Account is currently broken
- We could try to use VO here. That should solve the mentioned problem. At least for doctrine our implementation should...
-
10:33 Bug #47995 (Needs Feedback): The method hasRole() in TYPO3/Flow/Security/Account is currently broken
- The actual "issue" is that roles are entities since #28862
Account::hasRole() won't be the only place where this bre... -
09:48 Bug #47995: The method hasRole() in TYPO3/Flow/Security/Account is currently broken
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20555 -
11:30 Revision 4160621b: Merge "[TASK] Adjust dependencies to doctrine packages"
2013-05-06
-
21:04 Bug #47995: The method hasRole() in TYPO3/Flow/Security/Account is currently broken
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20555 -
21:00 Bug #47995 (Under Review): The method hasRole() in TYPO3/Flow/Security/Account is currently broken
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20555 -
20:51 Bug #47995 (Closed): The method hasRole() in TYPO3/Flow/Security/Account is currently broken
- Currently this code always return FALSE:...
-
17:29 Bug #47975: initializeObject in a Entity is called at a time where no properties are loaded
- The real problem is, that the Doctrine Proxy __load() calls __wakeup() before the properties are actually loaded.
... -
11:52 Bug #47975 (Resolved): initializeObject in a Entity is called at a time where no properties are loaded
- I have an Entity which is loaded during validation of a Action Argument. (The Action Argument is another Entity with ...
-
12:09 Bug #45290: Body arguments should not be merged before property mapping takes place
- Alexander Berl wrote:
Hi Alexander,
thanks for your feedback, it's appreciated!
> * Why does the *HttpReques...
2013-05-05
-
16:44 Feature #47951 (New): Warn if persistence stack is not empty at the end of a get-request
- Because the flow framework follows a rfc-standard, persistanceManager::persistAll() is not executed automatically for...
-
16:36 Bug #47950 (New): import of remote resources
- ResourceManager::importResource($uri) allows the import of resources from a supplied url. The import fails, if an url...
-
16:28 Feature #47948 (Closed): support for resource references
- It is not always suitable to download and import external resources, which are for example accessible over http: Larg...
2013-05-03
-
20:37 Bug #47858: Remove .htaccess from Composer Installer Essentials
- I have to edit the .htaccess file to make Flow work on my shared host. So, I second the motion of not keeping .htacce...
-
09:48 Bug #47858 (Needs Feedback): Remove .htaccess from Composer Installer Essentials
- It's very hard to tweak @mod_rewrite@ rules if the @.htaccess@ file is not under control of the user. It's a little b...
-
11:38 Task #47859 (Accepted): Logging: Do not log all decisions in \TYPO3\Flow\Security\Aspect\LoggingAspect
- Logging all decisions for @decideOnJoinPoint()@ and @decideOnResource()@ is way to much if these decisions are used c...
2013-05-02
-
17:43 Revision 03189423: Merge "[BUGFIX] Handle open basedir properly during file upload" into 2.0
-
17:37 Bug #45936 (Resolved): Respect open basedir during uploading of files
- Applied in changeset commit:6fb381bc6665e65bd0b68dec8ee027c644188d86.
-
17:13 Bug #45936: Respect open basedir during uploading of files
- Patch set 2 for branch *2.0* has been pushed to the review server.
It is available at https://review.typo3.org/20424 -
17:13 Bug #45936: Respect open basedir during uploading of files
- Patch set 1 for branch *2.0* has been pushed to the review server.
It is available at https://review.typo3.org/20424 -
17:37 Bug #45609 (Resolved): If authenticated initializeObject() in every session-scope object is called twice
- Applied in changeset commit:298ee692ee2381d0b525e4da071ac9a3307e05b5.
-
17:13 Revision 32410bdd: [BUGFIX] Handle open basedir properly during file upload
- This solves the issues of uploading files when using open_basedir
restriction. Instead of having to add the temporary... -
17:12 Revision 9de555c5: Merge "[BUGFIX] Handle open basedir properly during file upload"
-
17:09 Revision b6492342: Merge "[BUGFIX] initializeObject is no longer executed twice" into 2.0
-
11:25 Revision 3d4d7233: [TASK] Adjust dependencies to doctrine packages
- This changes the dependencies to migrations and data-fixtures so they
explicitly point to dev versions. This allows t... -
11:23 Revision 14d6b5c3: [TASK] Adjust dependencies to doctrine packages
- This changes the dependencies to doctrine/migrations (so it explicitly
points to dev-master) and doctrine/data-fixtur... -
10:36 Bug #47809 (Under Review): Access to undefined index when an inheritance chain member is not an Entity
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20402 -
10:24 Bug #47809 (Accepted): Access to undefined index when an inheritance chain member is not an Entity
-
10:24 Bug #47809 (Resolved): Access to undefined index when an inheritance chain member is not an Entity
- It comes to an exception like this,...
-
10:36 Revision 4c520789: [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... -
10:08 Feature #42479 (New): Context dependant Package states
2013-05-01
-
22:03 Feature #43082 (On Hold): Add CLI support for scaffolding models, views, controller
-
12:38 Bug #47776 (Closed): Configuration is no longer correctly Merged from the various Packages
- closed on behalf of Benno.
-
12:33 Bug #47776: Configuration is no longer correctly Merged from the various Packages
- Turns out that this behaiviour is intended.
The problem in my installation was that the PackageStates.php was comp... -
11:08 Bug #47776: Configuration is no longer correctly Merged from the various Packages
- Argh... sorry... just noticed that my last comment is a "missing feature" or "trap" that is around for a long time an...
-
11:03 Bug #47776: Configuration is no longer correctly Merged from the various Packages
- Now i additionally noticed that my main subcontext Settings.yaml is only merged partially.
It seemes to be dependa... -
08:29 Bug #47776 (Closed): Configuration is no longer correctly Merged from the various Packages
- I Noticed that since some recent change my policy yaml is completely empty. Some other Configuration Parts are missin...
-
12:37 Bug #47675 (Resolved): PSR-0 compatible classes using underscore cannot be loaded
- Applied in changeset commit:24e15e460535f5002d9b2fdb6a700618b0e9a85a.
-
11:44 Bug #47675: PSR-0 compatible classes using underscore cannot be loaded
- Patch set 1 for branch *2.0* has been pushed to the review server.
It is available at https://review.typo3.org/20371 -
11:44 Revision fd830e6a: [BUGFIX] ClassLoader does not handle underscore correctly
- For class names containing an underscore the ClassLoader now correctly
replaces that with a directory separator when ... -
11:44 Revision 214f9eca: Merge "[BUGFIX] ClassLoader does not handle underscore correctly"
-
11:38 Bug #45609: If authenticated initializeObject() in every session-scope object is called twice
- Patch set 1 for branch *2.0* has been pushed to the review server.
It is available at https://review.typo3.org/20370 -
11:38 Revision 298ee692: [BUGFIX] initializeObject is no longer executed twice
- In every session-scope object initializeObject() was
called twice as soon as the session is started.
Now initializeOb... -
11:37 Revision a576b712: Merge "[BUGFIX] initializeObject is no longer executed twice"
2013-04-30
-
23:00 Bug #45936: Respect open basedir during uploading of files
- Patch set 10 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18548 -
23:00 Revision 6fb381bc: [BUGFIX] Handle open basedir properly during file upload
- This solves the issues of uploading files when using open_basedir
restriction. Instead of having to add the temporary... -
18:30 Revision e859f819: Merge "[FEATURE] Allow using own I18n formatters"
-
17:36 Bug #47054 (Resolved): IntegerConverter not found for properties annotated with @var int
- Applied in changeset commit:f6d8d4fbc3a4cc5ce86c44089d146c37bc312fb7.
-
16:46 Bug #47054: IntegerConverter not found for properties annotated with @var int
- Patch set 1 for branch *FLOW3-1.1* has been pushed to the review server.
It is available at https://review.typo3.org/... -
16:43 Bug #47054: IntegerConverter not found for properties annotated with @var int
- Patch set 1 for branch *2.0* has been pushed to the review server.
It is available at https://review.typo3.org/20358 -
17:26 Revision 29b87b09: [TASK] Complete documentation for Error Rendering Groups
- This adds a section about how to configure and use the custom error
views resp. rendering groups.
Releases: master, ... -
17:26 Revision 210d1251: Merge "[TASK] Complete documentation for Error Rendering Groups"
-
17:22 Bug #47114: @var annotations with included variable throw exception
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/19860 -
17:22 Revision 4395bcba: [BUGFIX] Allow variable name references in @var annotations
- This change loosens the strictness of the @var annotation parsing, where
it would throw an exception when the annotat... -
16:46 Revision 519bfcc4: [BUGFIX] PropertyMapper now normalizes simple types
- This fixes a bug where the property mapper was unable to find a
valid typeconverter for properties annotated with int... -
16:43 Revision f6d8d4fb: [BUGFIX] PropertyMapper now normalizes simple types
- This fixes a bug where the property mapper was unable to find a
valid typeconverter for properties annotated with int... -
16:42 Revision e0f7cfdc: Merge "[BUGFIX] PropertyMapper now normalizes simple types"
-
16:38 Bug #46636: Authentication does not work any longer without redirects
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20346 -
11:18 Bug #46636: Authentication does not work any longer without redirects
- Bastian Waidelich wrote:
> So maybe Christophers suggestion would be the way to go
I just gave this a quick try... -
11:00 Bug #46636: Authentication does not work any longer without redirects
- Bastian Waidelich wrote:
> Karsten Dambekalns wrote:
>
> > IIRC we ignored security in the aspect if the SecurityCon... -
10:57 Bug #46636: Authentication does not work any longer without redirects
- Karsten Dambekalns wrote:
> IIRC we ignored security in the aspect if the SecurityContext cannot be initialized - ... -
10:18 Bug #46636: Authentication does not work any longer without redirects
- IIRC we ignored security in the aspect if the SecurityContext cannot be initialized - that used to work fine in the p...
-
10:02 Bug #46636: Authentication does not work any longer without redirects
- What about using some context to disable the @PersistenceQueryRewritingAspect@ in the AccountRepository? This is a fe...
-
09:42 Bug #46636 (Under Review): Authentication does not work any longer without redirects
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20346 -
08:47 Bug #46636 (Accepted): Authentication does not work any longer without redirects
-
16:27 Revision d836376a: [FEATURE] Allow using own I18n formatters
- Internationalization's placeholder formatters do not need
to be placed under the TYPO3\Flow namespace anymore, making... -
12:38 Task #47346: Configuration schema for doctrine cacheImplementation still exists
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20027 -
12:38 Task #47346: Configuration schema for doctrine cacheImplementation still exists
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20027 -
12:38 Revision 3b554c96: [TASK] Update configuration schemas
- This change updates the configuration schemas to the latest merges.
On top, it allows for configuration of doctrine ... -
11:27 Bug #47725 (Under Review): BCrypt hashing should support migration of older costs
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20349 -
11:24 Bug #47725 (Resolved): BCrypt hashing should support migration of older costs
- In the current implementation of the @BCryptHashingStrategy@ a password is hashed with @crypt@ and the hash contains ...
-
11:27 Revision 8872a65b: [BUGFIX] Support BCrypt validation of hashes with different cost
- In the current implementation of the BCryptHashingStrategy a password is
hashed with crypt and the hash contains the ... -
10:31 Revision 3f4967ea: Merge "[TASK] Throw exception on lacking @var annotation" into 2.0
-
09:27 Revision 75271359: Merge "[TASK] Fix spelling error related to static method advice test" into 2.0
2013-04-29
-
18:59 Bug #46636: Authentication does not work any longer without redirects
- Marco, this one cost me some hours too..
The issue is not only true for HTTP authentication but for most authenticat... -
03:09 Bug #45290: Body arguments should not be merged before property mapping takes place
- Hi Bastian,
I like the general idea and here is some input from my side:
* Why does the *HttpRequest* need to k...
2013-04-28
-
21:51 Bug #47675 (Under Review): PSR-0 compatible classes using underscore cannot be loaded
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20274 -
21:41 Bug #47675 (Resolved): PSR-0 compatible classes using underscore cannot be loaded
- PSR-0 mandates that backslashes *and* underscores be translated to directory separators when loading classes. This is...
-
21:50 Revision 24e15e46: [BUGFIX] ClassLoader does not handle underscore correctly
- For class names containing an underscore the ClassLoader now correctly
replaces that with a directory separator when ... -
15:55 Bug #45936: Respect open basedir during uploading of files
- Patch set 9 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18548 -
13:37 Bug #45936: Respect open basedir during uploading of files
- Patch set 8 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/18548
2013-04-26
-
22:56 Bug #45062: TranslateViewHelper fails if an array with a single number is passed as arguments
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20130 -
12:35 Bug #47534 (Resolved): Algorithms::generateUUID() creates uppercase characters in UUIDs
- Applied in changeset commit:60ea1313d0206c8528830872eec2c7a712424b6e.
-
11:50 Bug #47534 (Under Review): Algorithms::generateUUID() creates uppercase characters in UUIDs
- Patch set 2 for branch *2.0* has been pushed to the review server.
It is available at https://review.typo3.org/20127 -
12:35 Bug #46424 (Resolved): Infinite recursive call in DependencyProxy
- Applied in changeset commit:be43db2a12c63d1da71272f5310186d56dceaa7b.
-
12:17 Bug #46424 (Under Review): Infinite recursive call in DependencyProxy
- Patch set 3 for branch *2.0* has been pushed to the review server.
It is available at https://review.typo3.org/20136 -
11:33 Bug #46424 (Resolved): Infinite recursive call in DependencyProxy
- 12:17 Revision be43db2a: [BUGFIX] Lazy DI causes endless loop for certain session objects
- Fixes an issue with the Lazy Dependency Injection mechanism which caused
and endless loop if session-scoped objects w... -
11:50 Revision 60ea1313: [BUGFIX] generateUUID() creates uppercase characters in UUIDs
- The UUIDs generated by that method were always lowercase, now they are
uppercase (since change I1237fdfbee75cbfca2f20... -
11:37 Bug #47500 (Resolved): createRole: Role is not passed as object to repository
- Applied in changeset commit:2399c8ab33f0f9c08799ba7df87d0ce4c18630a1.
-
11:30 Bug #47500 (Under Review): createRole: Role is not passed as object to repository
- Patch set 2 for branch *2.0* has been pushed to the review server.
It is available at https://review.typo3.org/20110 -
11:30 Revision 2399c8ab: [BUGFIX] Fix PolicyService->createRole to use the Role object
- Change-Id: I8d117db7c8b9c52313319478986817900ad87fb0
Fixes: #47500
Releases: master, 2.0 -
11:22 Revision ff139888: [TASK] Fix spelling error related to static method advice test
- This was introduced with I15817e357d98eb78de8984a78582de5cdf16064e
Change-Id: I11a456d8e79e952f655e40f792052d0aefb73... -
11:21 Revision 41b37104: [TASK] Fix spelling error related to static method advice test
- This was introduced with I15817e357d98eb78de8984a78582de5cdf16064e
Change-Id: I11a456d8e79e952f655e40f792052d0aefb73...
2013-04-25
-
15:52 Bug #46008 (Under Review): Reflection should resolve relative namespaces
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20158 -
12:10 Bug #46008: Reflection should resolve relative namespaces
- Sebastian Kurfuerst wrote:
> I have a patch for this in the works; almost ready.
Great! Looking forward to this... -
11:43 Bug #46008 (Accepted): Reflection should resolve relative namespaces
- I have a patch for this in the works; almost ready.
-
11:20 Feature #47551: Allow usage of links for destructive actions again
- Bastian Waidelich wrote:
> doh, I just realized that I replaced my long comment from yesterday by this addition.. ... -
10:37 Feature #47551: Allow usage of links for destructive actions again
- doh, I just realized that I replaced my long comment from yesterday by this addition.. does anyone has the original t...
-
10:36 Bug #46636: Authentication does not work any longer without redirects
- A solution would be to write a new slot which unsets the locked roles and connect it with the authenticatedToken sign...
-
10:32 Bug #46636: Authentication does not work any longer without redirects
- After some debugging I could locate the problem. The thing is that the Security\Context never will be informed about ...
-
09:38 Bug #46424 (Under Review): Infinite recursive call in DependencyProxy
- Patch set 2 for branch *2.0* has been pushed to the review server.
It is available at https://review.typo3.org/20136 -
09:37 Bug #47371 (Resolved): If matched AOP even wraps static methods which will fail on runtime
- Applied in changeset commit:86620ec8cead8ba3773a554aab7763d436de9c8a.
-
09:33 Bug #47371: If matched AOP even wraps static methods which will fail on runtime
- Patch set 3 for branch *2.0* has been pushed to the review server.
It is available at https://review.typo3.org/20031 -
09:36 Bug #47309 (Closed): Calling this in static context in cached classes
- Solved in #47371
-
09:33 Revision a8e61f71: [BUGFIX] AOP erroneously allows to advise static methods
- Fixes an issue with the AOP proxy builder which erroneously allowed to
advise static methods which resulted in a PHP ... -
09:31 Revision cf2ca0d9: Merge "[BUGFIX] AOP erroneously allows to advise static methods"
-
00:05 Bug #43587: Arrays in Yaml configuration should be interleaved rather than merge/overruled
- Hum, didn't know that PHP converts all numeric strings in array keys to their integer equivalent... i.e. there's no d...
2013-04-24
-
18:22 Bug #46424 (Resolved): Infinite recursive call in DependencyProxy
-
18:02 Bug #46424: Infinite recursive call in DependencyProxy
- Patch set 1 for branch *2.0* has been pushed to the review server.
It is available at https://review.typo3.org/20136 -
18:00 Bug #46424: Infinite recursive call in DependencyProxy
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20113 - 18:00 Revision a532ede6: [BUGFIX] Lazy DI causes endless loop for certain session objects
- Fixes an issue with the Lazy Dependency Injection mechanism which caused
and endless loop if session-scoped objects w... -
17:34 Feature #47551: Allow usage of links for destructive actions again
- That's pretty much exactly what I thought of. A JavaScript helper would be cool too, just not sure how that could be ...
-
16:02 Feature #47551: Allow usage of links for destructive actions again
- Even though it is done a lot (we have caught ourselves here) it is really bad practice to have "delete" links in an a...
-
15:33 Feature #47551 (Rejected): Allow usage of links for destructive actions again
- With the new changes that prevent unsafe methods to be destructive (no persistence), it is currently impossible to cr...
-
17:17 Bug #47371: If matched AOP even wraps static methods which will fail on runtime
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20032 -
17:17 Revision 86620ec8: [BUGFIX] AOP erroneously allows to advise static methods
- Fixes an issue with the AOP proxy builder which erroneously allowed to
advise static methods which resulted in a PHP ... -
17:03 Bug #43587: Arrays in Yaml configuration should be interleaved rather than merge/overruled
- The general problem stays - we cannot currently append tags to the ignoreTags configuration, which majorly limits con...
-
11:08 Bug #45062: TranslateViewHelper fails if an array with a single number is passed as arguments
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20130 -
11:03 Bug #45062 (Under Review): TranslateViewHelper fails if an array with a single number is passed as arguments
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20130 -
10:55 Bug #45290: Body arguments should not be merged before property mapping takes place
- This one is a bit tricky, especially if we want to resolve it in a API-backwards-compatible (aka BC) way.
I wrote sev... -
10:39 Revision 7278fbb2: [BUGFIX] unpublishPersistentResource deletes only intended Resource
- When calling ``unpublishPersistentResource``, now only the actually
intended Resource gets deleted, rather than the w... -
10:37 Bug #47534 (Resolved): Algorithms::generateUUID() creates uppercase characters in UUIDs
- Applied in changeset commit:654e0f4bb2c557b066538bc53588461c1c3aad28.
-
10:07 Bug #47534: Algorithms::generateUUID() creates uppercase characters in UUIDs
- Patch set 1 for branch *2.0* has been pushed to the review server.
It is available at https://review.typo3.org/20127 -
09:42 Bug #47534: Algorithms::generateUUID() creates uppercase characters in UUIDs
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20124 -
09:38 Bug #47534 (Under Review): Algorithms::generateUUID() creates uppercase characters in UUIDs
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20124 -
09:36 Bug #47534 (Resolved): Algorithms::generateUUID() creates uppercase characters in UUIDs
- The UUIDs generated by that method were always lowercase, now they are uppercase. As soon as you do a case-sensitive ...
-
10:22 Bug #47114: @var annotations with included variable throw exception
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/19860 -
09:42 Revision 654e0f4b: [BUGFIX] generateUUID() creates uppercase characters in UUIDs
- The UUIDs generated by that method were always lowercase, now they are
uppercase (since change I1237fdfbee75cbfca2f20... -
09:31 Feature #43569: Exception Handler should respect format
- I'm still on this one, but I won't make it within the timeframe of #45088 (which is already over).
If anyone comes u...
2013-04-23
-
21:46 Bug #47500 (Resolved): createRole: Role is not passed as object to repository
- Applied in changeset commit:c1774f1b389c42a928b61ef11f9d1ad934402a52.
-
17:03 Bug #47500: createRole: Role is not passed as object to repository
- Patch set 1 for branch *2.0* has been pushed to the review server.
It is available at https://review.typo3.org/20110 -
17:01 Bug #47500 (Under Review): createRole: Role is not passed as object to repository
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20109 -
17:00 Bug #47500 (Resolved): createRole: Role is not passed as object to repository
- This causes an error when adding roles through the PolicyService createRole method:...
-
21:38 Feature #27117: Bind routes to HTTP request methods
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/19801 -
12:50 Feature #27117: Bind routes to HTTP request methods
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/19801 -
12:21 Feature #27117: Bind routes to HTTP request methods
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/19801 -
18:51 Bug #46424 (Under Review): Infinite recursive call in DependencyProxy
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20113 -
17:01 Revision c1774f1b: [BUGFIX] Fix PolicyService->createRole to use the Role object
- Change-Id: I8d117db7c8b9c52313319478986817900ad87fb0
Fixes: #47500
Releases: master, 2.0 -
14:08 Bug #47309: Calling this in static context in cached classes
- Is just stubled across the same problem. Be aware that also Policies are enforced through AOP wich make rules like th...
-
12:59 Bug #45609: If authenticated initializeObject() in every session-scope object is called twice
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20094 -
11:42 Bug #45609: If authenticated initializeObject() in every session-scope object is called twice
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20094 -
11:21 Bug #45609: If authenticated initializeObject() in every session-scope object is called twice
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20104 -
12:57 Revision 609de0da: [BUGFIX] initializeObject is no longer executed twice
- In every session-scope object initializeObject() was
called twice as soon as the session is started.
Now initializeOb... -
11:59 Bug #47487 (New): Functional test classes in package without classes are not compiled
- Additionally there is an error if only a Exception class is present in @Classes@.
-
11:36 Bug #47473 (Resolved): Role->setParentRoles() fails if array of roles contains duplicates
- Applied in changeset commit:ec284d851ef79af9440dd94bb73168a56edbe886.
-
11:10 Bug #47473: Role->setParentRoles() fails if array of roles contains duplicates
- Patch set 1 for branch *2.0* has been pushed to the review server.
It is available at https://review.typo3.org/20102 -
11:06 Bug #47473 (Under Review): Role->setParentRoles() fails if array of roles contains duplicates
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20101 -
10:59 Bug #47473 (Resolved): Role->setParentRoles() fails if array of roles contains duplicates
- If the array of roles contains duplicates, Doctrine may fail while trying to insert the same role multiple times:
... -
11:36 Bug #46862 (Resolved): generateUUID can be broken by seeding mt_rand
- Applied in changeset commit:e8f8e08e0885419651c494aff6ae804e8bf643b3.
-
11:12 Bug #46862: generateUUID can be broken by seeding mt_rand
- Patch set 1 for branch *2.0* has been pushed to the review server.
It is available at https://review.typo3.org/20103 -
11:14 Revision 947ff345: Merge "[BUGFIX] generateUUID can be broken by seeding mt_rand" into 2.0
- 11:12 Revision d09dfe15: Merge "[BUGFIX] setParentRoles() fails if passed roles contain duplicates"
-
11:12 Revision e8f8e08e: [BUGFIX] generateUUID can be broken by seeding mt_rand
- Use randomizer which cannot be seeded / configured by userspace code.
Change-Id: I1237fdfbee75cbfca2f2082cf30a69383d... -
11:11 Revision 15b690f4: Merge "[BUGFIX] generateUUID can be broken by seeding mt_rand"
- 11:09 Revision ec284d85: [BUGFIX] setParentRoles() fails if passed roles contain duplicates
- Fixes an issue where Doctrine failed inserting parent roles if the array
passed to Role->setParentRoles() contained d... - 11:02 Revision 30124b20: [BUGFIX] setParentRoles() fails if passed roles contain duplicates
- Fixes an issue where Doctrine failed inserting parent roles if the array
passed to Role->setParentRoles() contained d... -
10:45 Feature #45675 (Resolved): Improve Error-Message when @var annotation in entity object is omitted
- resolved with https://review.typo3.org/#/c/19079/
-
10:36 Bug #47469 (Resolved): ActionController issues PHP warning if it contains methods with short names
- Applied in changeset commit:084d60756f361186676ee96042f38aaedf6eb4cd.
-
10:13 Bug #47469: ActionController issues PHP warning if it contains methods with short names
- Patch set 1 for branch *2.0* has been pushed to the review server.
It is available at https://review.typo3.org/20100 -
09:59 Bug #47469 (Under Review): ActionController issues PHP warning if it contains methods with short names
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20099 -
09:46 Bug #47469 (Resolved): ActionController issues PHP warning if it contains methods with short names
- If an ActionController implementation contains a method which has a name shorter than 7 characters, the new static me...
- 10:12 Revision 084d6075: [BUGFIX] ActionController throws warning because of short method names
- Fixes an issue in ActionController which caused a PHP warning if the
concrete ActionController implementation contain... - 09:58 Revision 54d4b684: [BUGFIX] ActionController throws warning because of short method names
- Fixes an issue in ActionController which caused a PHP warning if the
concrete ActionController implementation contain... -
09:50 Revision fcfbc329: [TASK] Complete documentation for Error Rendering Groups
- This adds a section about how to configure and use the custom error
views resp. rendering groups.
Releases: master, ...
2013-04-22
-
23:08 Bug #45609 (Under Review): If authenticated initializeObject() in every session-scope object is called twice
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20094 -
22:36 Bug #45609: If authenticated initializeObject() in every session-scope object is called twice
- After some more testing i noticed that this happens not only after authentication.
It happens with any session scope... -
22:34 Feature #47456 (New): ManyToOne and OneToOne Relations of Objects passed as Action Argument are loaded automatically
- All ManyToOne and OneToOne Relations of Objects passed as Action Argument are loaded automatically by the Validator (...
-
13:21 Bug #47429: Global policy files no longer allowed
- FYI: I'm not entirely sure what should be allowed in global policy files but I wonder why I am supposed to change the...
-
13:13 Bug #47429 (New): Global policy files no longer allowed
- Since one of the last changes, global policy files are no longer allowed. After a discussion on the IRC channel, this...
-
13:05 Bug #46689: The new ClassLoader swallows Fatal Errors
- ok, that's simple, however not nice, see
https://github.com/doctrine/annotations/blob/master/lib/Doctrine/Common/A... -
12:28 Bug #46689: The new ClassLoader swallows Fatal Errors
- I began to dig a bit, and most errors come from the annotation corner anyways, that is, for example, occurrences of @...
-
10:35 Bug #47416 (Resolved): PolicyService needs hasRole()
- Applied in changeset commit:899b0dc8d0f4f26d3123bb2eda041f99c01717e4.
-
10:29 Bug #47416: PolicyService needs hasRole()
- Patch set 1 for branch *2.0* has been pushed to the review server.
It is available at https://review.typo3.org/20066 -
09:48 Bug #47416: PolicyService needs hasRole()
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20065 -
09:45 Bug #47416 (Under Review): PolicyService needs hasRole()
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20065 -
10:29 Revision 899b0dc8: [BUGFIX] Add hasRole() to PolicyService
- The PolicyService needs hasRole() to allow checks for existing roles
without workarounds.
Change-Id: I24af79ad5b62d7... -
09:48 Revision 43f35845: [BUGFIX] Add hasRole() to PolicyService
- The PolicyService needs hasRole() to allow checks for existing roles
without workarounds.
Change-Id: I24af79ad5b62d7...
2013-04-21
2013-04-20
-
22:01 Bug #46862: generateUUID can be broken by seeding mt_rand
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/19515 -
22:00 Revision 3ad59e9b: [BUGFIX] generateUUID can be broken by seeding mt_rand
- Use randomizer which cannot be seeded / configured by userspace code.
Change-Id: I1237fdfbee75cbfca2f2082cf30a69383d... -
17:27 Feature #47404 (New): Add getters and setters methods for introduced properties
- Currently you must introduce methods over interface introduction and then wrap introduced methods with around advice....
2013-04-19
-
10:09 Bug #47371: If matched AOP even wraps static methods which will fail on runtime
- Patch set 2 for branch *2.0* has been pushed to the review server.
It is available at https://review.typo3.org/20031 -
10:09 Bug #47371: If matched AOP even wraps static methods which will fail on runtime
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20032 -
10:08 Bug #47371 (Under Review): If matched AOP even wraps static methods which will fail on runtime
- Patch set 1 for branch *2.0* has been pushed to the review server.
It is available at https://review.typo3.org/20031 -
09:50 Bug #47371 (Resolved): If matched AOP even wraps static methods which will fail on runtime
- Runtime execution fails if a static method is wrapped with AOP code because it tries to access the instance variable ...
2013-04-18
-
18:42 Task #47346: Configuration schema for doctrine cacheImplementation still exists
- I pushed a change that not only solves the two inconsistencies, but at the same time opens up the persistence configu...
-
18:27 Task #47346 (Under Review): Configuration schema for doctrine cacheImplementation still exists
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20027 -
13:57 Task #47346: Configuration schema for doctrine cacheImplementation still exists
- There's also a missing schema update for the log settings, following #46053.
Maybe this issue should be changed to a... -
13:36 Task #47346 (Resolved): Configuration schema for doctrine cacheImplementation still exists
- In http://forge.typo3.org/projects/package-typo3-flow3/repository/revisions/5e5ebf31970c572b49fc73f87832f351248f899f ...
-
18:38 Feature #47339 (Under Review): Allow RequestHandlers to get the current Request injected
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20028 -
10:51 Feature #47339 (Needs Feedback): Allow RequestHandlers to get the current Request injected
- As a proxy service, I want to provide my own eager RequestHandler which might modify the request headers depending on...
-
07:17 Bug #47309: Calling this in static context in cached classes
- Hey Wouter,
had that too - and this is because you use AOP with an advice catching all methods in a class.
College ...
2013-04-17
-
22:21 Bug #47309: Calling this in static context in cached classes
- Can't reproduce that with a fresh checkout from master and I also find no problematic code in that changeset on the f...
-
11:22 Bug #47309 (Closed): Calling this in static context in cached classes
- When updating TYPO3 Flow 2.0 to the newest commit there is an Fatal error calling $this in static context.
For examp... -
20:44 Bug #47331: ObjectManager shutdown with Dependency Injection Proxy causes fatal errors
- Sounds like the ObjectManager should just omit this - if it finds an object "DependencyProxy" there's no need to call...
-
19:43 Bug #47331 (Accepted): ObjectManager shutdown with Dependency Injection Proxy causes fatal errors
- I observed this when testing an application through Behat as a normal result that returned a 500 status code. Must be...
-
18:17 Revision 451033a2: [TASK] Update Upgrading.txt
- Adds some words about role handling and safe requests.
Change-Id: I2f03efb5c04ec85b87b4bce96a270d204976dad6
Releases... -
18:04 Revision a82d6f9e: [TASK] Update references in documentation
- Change-Id: I3c3bc20a148b99c5a79e70ff7ccadd6e4ca4a17a
Releases: 2.0 -
17:36 Feature #47137 (Resolved): HTTP method tunneling
- Applied in changeset commit:f5b5024bdb618b5b018188ea16bd138490a02b1c.
-
17:07 Feature #47137: HTTP method tunneling
- Patch set 1 for branch *2.0* has been pushed to the review server.
It is available at https://review.typo3.org/20014 -
17:07 Revision f5b5024b: [FEATURE] HTTP method tunneling
- This change allows the HTTP method to be overridden by the client.
This is especially useful for clients that only su... -
17:07 Revision 84883e7a: Merge "[FEATURE] HTTP method tunneling"
- 17:04 Revision a8f20ca2: [BUGFIX] Fix exception header in InternalRequestEngine
- When using the virtual browser in functional tests, the
InternalRequestEngine communicates any exceptions
which occur... - 17:04 Revision 90d7434a: Merge "[BUGFIX] Fix exception header in InternalRequestEngine"
-
16:48 Bug #47325: ReflectionData and classSchema caches need not be freezable
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20012 -
16:45 Bug #47325 (Under Review): ReflectionData and classSchema caches need not be freezable
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20012 -
15:32 Bug #47325 (Under Review): ReflectionData and classSchema caches need not be freezable
- Currently, ReflectionData and classSchema caches call the backend->freeze() and ->isFrozen() method in production con...
-
16:35 Feature #47252 (Resolved): Skip CSRF protection and persistence for "safe" request methods
- Applied in changeset commit:f3d285c368ce916765721cde523c4b023375f76a.
-
16:06 Feature #47252: Skip CSRF protection and persistence for "safe" request methods
- Patch set 2 for branch *2.0* has been pushed to the review server.
It is available at https://review.typo3.org/20010 -
15:15 Feature #47252: Skip CSRF protection and persistence for "safe" request methods
- Patch set 9 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/19989 -
14:14 Feature #47252: Skip CSRF protection and persistence for "safe" request methods
- Patch set 1 for branch *2.0* has been pushed to the review server.
It is available at https://review.typo3.org/20010 -
14:11 Feature #47252: Skip CSRF protection and persistence for "safe" request methods
- Patch set 8 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/19989 -
12:30 Feature #47252: Skip CSRF protection and persistence for "safe" request methods
- Patch set 7 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/19989 -
12:22 Feature #47252: Skip CSRF protection and persistence for "safe" request methods
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/19989 -
12:21 Feature #47252: Skip CSRF protection and persistence for "safe" request methods
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/19989 - 16:06 Revision e9d2336c: [!!!][FEATURE] Skip automatic persistence and CSRF protection for "safe" requests
- This change set introduces an important behavior for Flow applications:
HTTP request methods which are, by definition... - 15:15 Revision f3d285c3: [!!!][FEATURE] Skip automatic persistence and CSRF protection for "safe" requests
- This change set introduces an important behavior for Flow applications:
HTTP request methods which are, by definition... - 12:30 Revision a5be4aa6: [BUGFIX] Fix exception header in InternalRequestEngine
- When using the virtual browser in functional tests, the
InternalRequestEngine communicates any exceptions
which occur...
2013-04-16
-
22:45 Feature #47252: Skip CSRF protection and persistence for "safe" request methods
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/19989 -
13:01 Bug #27045: Introduced properties are not available in the reflection service during a compile run
- One could classSchema->addProperty in ProxyClassBuilder->buildProxyClass for every introduced property. However, the ...
-
12:47 Bug #36734: Transient properties cannot be property mapped
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/19862 -
12:44 Bug #36734: Transient properties cannot be property mapped
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/19862 -
12:37 Feature #47228: Allow doctrine event listeners to be configured
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/19984 -
12:36 Bug #47232 (Resolved): Property mapping fails for Account::roles
- Applied in changeset commit:903271f4f4959c8ee279e61dcc894ffd9968e6c7.
-
12:10 Bug #47232: Property mapping fails for Account::roles
- Patch set 1 for branch *2.0* has been pushed to the review server.
It is available at https://review.typo3.org/19999 -
11:33 Bug #47232: Property mapping fails for Account::roles
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/19996 -
10:55 Bug #47232: Property mapping fails for Account::roles
- For the time being a TypeConverter can be used as a workaround.
https://gist.github.com/Akii/07e5678798db06493199 -
12:21 Bug #39413 (Under Review): AOP: Property introduction seems to be broken
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/20000 -
12:12 Feature #47273 (New): Support mapping properties with differing types for setter and property
- If a property and it's setter have different "input" types, e.g. the property is a Collection but the setter accepts ...
-
12:09 Revision 903271f4: [BUGFIX] Property mapper can again map account roles
- Due to the type hint in the setter method of roles, the property
mapper was unable to set the converted property.
Ch... -
11:15 Revision 71ba4e0f: [BUGFIX] Property mapper can again map account roles
- Due to the type hint in the setter method of roles, the property
mapper was unable to set the converted property.
Ch... -
11:06 Bug #47271 (Closed): Advices for parent class' methods throw warning when called in subclass
- I have a structure with a parent class and several subclasses. I want a before advice for all set* methods of these c...
-
09:52 Bug #47233 (Resolved): Fatal error caused by use statement in DebugExceptionHandler
- Resolved with https://review.typo3.org/#/q/I345e2eb4b50f64d9f05fce607d78dfd64bbb8063,n,z
2013-04-15
-
23:49 Bug #39413: AOP: Property introduction seems to be broken
- There are actually two points where propertyIntroduction is not taken into consideration:
1. At the end of ProxyCl... -
21:47 Bug #47232 (Under Review): Property mapping fails for Account::roles
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/19996 -
13:33 Bug #47232 (Resolved): Property mapping fails for Account::roles
- Hi,
following error is thrown when the PropertyMapper tries to map the roles.... -
21:20 Feature #47252: Skip CSRF protection and persistence for "safe" request methods
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/19989 -
17:58 Feature #47252 (Under Review): Skip CSRF protection and persistence for "safe" request methods
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/19989 -
17:53 Feature #47252 (Resolved): Skip CSRF protection and persistence for "safe" request methods
- By definition, GET / HEAD requests should be considered "safe", that is, they should only be used for retrieval and n...
-
18:25 Bug #47255 (Resolved): Cache is not flushed for changes in sub routes
- The cache manager only checks changes in "Routes.yaml" files but it should also consider all "Routes.*.yaml" files.
-
18:12 Revision 524b0e5a: [BUGFIX] Flow Exception shouldn't be in use statement
- Fixes: #47253
Releases: master, 2.0
Change-Id: I345e2eb4b50f64d9f05fce607d78dfd64bbb8063 -
18:12 Revision e1c3dfc8: Merge "[BUGFIX] Flow Exception shouldn't be in use statement"
-
18:10 Revision 25ffd06d: Merge "[FEATURE] Static compilation of compile time data" into 2.0
-
18:05 Revision ee91e3f1: [BUGFIX] Flow Exception shouldn't be in use statement
- Fixes: #47253
Releases: master, 2.0
Change-Id: I345e2eb4b50f64d9f05fce607d78dfd64bbb8063 -
16:59 Bug #47249 (Closed): Uncaught Exception in ActionController
- In ActionController::getActionMethodParameters a Warning (@strpos(): Offset not contained in string@) is thrown while...
-
15:42 Feature #42176: Improve resolving of view
- Patch set 11 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/16393 -
15:31 Feature #42176: Improve resolving of view
- Patch set 31 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/16392 -
15:35 Bug #47229 (Resolved): System roles become namespaced in configuration manager
- Applied in changeset commit:5936bb558470a485cee61948c030e498c1af0d5f.
-
15:06 Bug #47229 (Under Review): System roles become namespaced in configuration manager
- Patch set 1 for branch *2.0* has been pushed to the review server.
It is available at https://review.typo3.org/19987 -
14:35 Bug #47229 (Resolved): System roles become namespaced in configuration manager
- Applied in changeset commit:f71d9f1cd5ccbf7932db166a40fe58db24130bb1.
-
12:39 Bug #47229 (Under Review): System roles become namespaced in configuration manager
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/19983 -
12:04 Bug #47229 (Resolved): System roles become namespaced in configuration manager
- the system roles, Everybody and Anonymous, get a namespace and become, for example, TYPO3.TYPO3CR:Everybody in the AC...
-
15:30 Feature #47191: Make (property) Validators aware of parent class and the property they belong to
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/19923 -
15:06 Revision 5936bb55: [BUGFIX] System roles don't get a package namespace
- The role change I39f335baa01fbe9b883e98e85cb1f063bbaf5744
introduced the automatic prepend of the package namespace
w... -
13:47 Bug #47236 (Needs Feedback): Error at offset 6279 of 6338
- Hi,
each time I clear the cache with ... -
13:43 Bug #47233 (Under Review): Fatal error caused by use statement in DebugExceptionHandler
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/19985 -
13:42 Bug #47233 (Resolved): Fatal error caused by use statement in DebugExceptionHandler
- I see this with 2.0 in Production context:...
-
12:49 Feature #47228 (Under Review): Allow doctrine event listeners to be configured
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/19984 -
12:03 Feature #47228: Allow doctrine event listeners to be configured
- I mixed up event listeners and subscribers in the headline and description. I'm actually talking about the event subs...
-
11:48 Feature #47228 (Resolved): Allow doctrine event listeners to be configured
- The gedmo doctrine behavioral extensions depend on the doctrine event listener system to be configured when setting u...
-
12:43 Bug #47114: @var annotations with included variable throw exception
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/19860 -
12:39 Revision f71d9f1c: [BUGFIX] System roles don't get a package namespace
- The role change I39f335baa01fbe9b883e98e85cb1f063bbaf5744
introduced the automatic prepend of the package namespace
w... -
00:02 Bug #47220 (Resolved): Flow fails with new versions of symfony/console and doctrine/annotations
- Fixed by updating to current 2.0 branch...
-
00:00 Bug #47220 (Resolved): Flow fails with new versions of symfony/console and doctrine/annotations
- Following the Quickstart steps the Flow 2.0.0-beta1 does not run anymore due to updated dependencies.
*Steps taken...
Also available in: Atom