Activity
From 2012-12-19 to 2013-01-17
2013-01-17
-
18:39 Task #44542: Mention the risk of requestPatterns regarding foreign package's SecurityContext usage
- also see https://review.typo3.org/#/c/17582/ for a related change
-
17:44 Bug #44602: Update YAML schemas to latest changes
- I still get the following errors on a fresh composer based installation:...
-
15:36 Bug #44602 (Resolved): Update YAML schemas to latest changes
- Applied in changeset commit:911e281962d0c2312d0718daa29a8c8d44bce064.
-
14:07 Bug #44602 (Resolved): Update YAML schemas to latest changes
- Currently...
-
17:05 Bug #44000: Flow CLI on Windows does not work anymore
- I dug deeper into the cause of this problem (this didn't happen in 1.1) and found the following:
In the Packages\F... -
10:42 Task #44566: RFC: Change CGL to remove closing PHP tag
- I'm pretty insensible to this tbh, but this has the most votes in the Flow tracker! ;)
Ralf Merz wrote:
> If we... -
10:31 Task #44566: RFC: Change CGL to remove closing PHP tag
- The closing tag in a PHP file is optional.
http://php.net/manual/en/language.basic-syntax.instruction-separation.php...
2013-01-16
-
14:00 Task #44566: RFC: Change CGL to remove closing PHP tag
- but, what was the initial intention to enforce this? Obviously the author was aware that there are other frameworks ;...
-
13:57 Task #44566 (Closed): RFC: Change CGL to remove closing PHP tag
- Having a closing PHP tag in class definitions is cumbersome, error prone (if whitespace is inserted after the tag) an...
-
12:21 Feature #42176: Improve resolving of view
- Hi Marc,
I've started adjusting your patch to the current version and tweaking the configuration format (attached yo... -
11:28 Feature #44563 (New): Logged in users via HTTP Basic always get re-authenticated
- Logged in users via HTTP Basic will always be re-authenticated by the authentication provider manager, because the Us...
2013-01-15
-
17:43 Task #44542 (New): Mention the risk of requestPatterns regarding foreign package's SecurityContext usage
- If someone sets a RequestPattern to his package's namespace, for example...
-
15:57 Bug #32829: Mapping to a subclass by __type property fails if subclass adds fields
- Are there any news or efforts about solving this bug?
-
14:37 Bug #40449 (Resolved): DateTimeValidator doesn't work as expected
- Applied in changeset commit:0a4f1ca4260156fd981bf642048e3f825158887a.
-
13:18 Bug #44535 (Under Review): Subclasses of SplObjectStorage, ArrayObject, Collection not considered collection type
- See https://review.typo3.org/17542
-
13:10 Bug #44535 (Resolved): Subclasses of SplObjectStorage, ArrayObject, Collection not considered collection type
- @TypeHandling::isCollectionType()@ does not consider inheritance when it comes to the checking it does. Thus a subcla...
-
10:38 Bug #43960 (Resolved): Memcache and APC backend must expose prefixed cache identifier
- Applied in changeset commit:0bc34652f314b93cec8719b47889d627ac9bb724.
-
10:38 Bug #44280 (Resolved): Git core:migration check for applied version fail
- Applied in changeset commit:dee953cb80b6e05af25c29ec5895b7ec758394e1.
-
10:13 Bug #44202 (Needs Feedback): $session->start() initializes a new session and does not resume a current one
- Helmut, the categories you were looking for are in the Flow project, not the base distribution… :)
-
10:11 Bug #44203 (Needs Feedback): Session implementation is still racy
2013-01-14
-
21:30 Bug #44521: ObjectPathMappingRepository always checks case-sensitive
- See https://review.typo3.org/17526
Bastian, can you take this further? To make it work reliably, the used table sh... -
21:22 Bug #44521 (Resolved): ObjectPathMappingRepository always checks case-sensitive
- The @ObjectPathMappingRepository@ always checks for matches using a case-sensitive check. This worked fine for most p...
-
21:29 Bug #44520 (Under Review): Case-sensitivity switch for Query::equals() is not implemented
- See https://review.typo3.org/17525
-
21:14 Bug #44520 (Resolved): Case-sensitivity switch for Query::equals() is not implemented
-
16:28 Bug #43960: Memcache and APC backend must expose prefixed cache identifier
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/17153 -
14:56 Bug #44471 (Under Review): Apc Cache backend has side effects
- See https://review.typo3.org/17522
-
12:38 Bug #44471 (Accepted): Apc Cache backend has side effects
-
12:25 Bug #40449 (Under Review): DateTimeValidator doesn't work as expected
- See https://review.typo3.org/17520
-
09:31 Bug #40449: DateTimeValidator doesn't work as expected
- The $possibleClassName found is 'DateTime' instead of 'TYPO3\Flow\Validation\Validator\DateTimeValidator'. That means...
-
11:51 Bug #44280 (Under Review): Git core:migration check for applied version fail
- See https://review.typo3.org/17518
-
11:49 Bug #44280 (Accepted): Git core:migration check for applied version fail
-
11:43 Feature #44157 (Under Review): Object configuration should imply annotated object name
- Review at https://review.typo3.org/#/c/17255/
-
11:36 Feature #37854 (Resolved): Refactor ConfigurationManager to Support Custom Configuration Files
- Applied in changeset commit:8378b191783f0909ffc9368af80e97b9b9507b65.
-
10:42 Bug #44496 (Resolved): New doctrine.annotations classes are proxied but should not
- Pushed directly to master (by accident).
-
10:01 Bug #44496 (Resolved): New doctrine.annotations classes are proxied but should not
- doctrine.annotations was moved out of Doctrine.Common and so aren't excluded from object management anymore. With tha...
2013-01-11
-
22:40 Bug #44471 (Resolved): Apc Cache backend has side effects
- If two caches use the APC cache backend, one cache can write and get entries from the other by just using the same ke...
-
19:36 Task #13694 (Resolved): Provide good naming conventions for directories in Resources/
- Applied in changeset commit:4d72543cd7aced3b58cd5b01843cc6877fe58ff8.
-
17:19 Feature #37854: Refactor ConfigurationManager to Support Custom Configuration Files
- Patch set 12 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/11982 -
14:52 Feature #44458: Allow deletion of sub objects
- The above statement is not entirely true actually:
If you submit at least one item of a collection, the whole collec... -
13:15 Feature #44458 (Closed): Allow deletion of sub objects
- Currently it's not possible to remove a subobject from an entity in it's updateAction without manual interaction.
... -
14:20 Bug #44278: High memory consumption of Debugger::renderObjectDump() prevents display of Exceptions
- I had the same issue and your change fixed it for me.
But IMO we should rather "fix" the object dumper to avoid recur...
2013-01-10
-
14:49 Task #44434 (Under Review): Link generation in functional tests should behave like Apache with mod_rewrite
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/17448 -
14:36 Task #44434 (Resolved): Link generation in functional tests should behave like Apache with mod_rewrite
- Currently links generated in functional tests include "index.php" as the @FLOW_REWRITEURLS@ environment variable is n...
-
09:38 Bug #44280: Git core:migration check for applied version fail
- Here are the info:
- GIT version: 1.7.2.5
- OS: Debian Squeeze 6.0
- Shell: /bin/bash version 4.1.5
About the g...
2013-01-09
-
19:36 Bug #44397 (Resolved): Status for code migrations is broken (call to undefined function)
- Applied in changeset commit:5b4cd7c7ff5572f88a4ca9785fca8826f5c48f4e.
-
12:08 Bug #44397 (Under Review): Status for code migrations is broken (call to undefined function)
- https://review.typo3.org/17427
-
11:54 Bug #44397 (Resolved): Status for code migrations is broken (call to undefined function)
- The removal of @getPackageKey()@ on the code migrations needs to be reflected in the status output command.
-
18:46 Bug #44285: TYPO3\FLOW3\Exception thrown in file Scripts.php
- The last line is important ;)
"Please include more helpful information!"
As it looks, your settings.yaml contains... -
18:41 Bug #44244: defaultOrderings aren't applied on related objects
- Subobjects (in a collection) are not fetched through their (possibly not existing) repository, hence the annotation s...
-
16:47 Feature #36715 (Accepted): Make simultaneous use of multiple persistence backends possible
-
13:50 Bug #44402 (Under Review): Regex search & replace in code migrations never done
- https://review.typo3.org/17429
-
13:06 Bug #44402 (Resolved): Regex search & replace in code migrations never done
- The code is all in place, but the last step of actually using it is missing…
-
12:08 Task #44398 (Under Review): flow:core:migrate should ignore the Libraries folder
- https://review.typo3.org/17428
-
11:57 Task #44398 (Resolved): flow:core:migrate should ignore the Libraries folder
-
12:07 Bug #43948 (Resolved): Core migration tool halts on packages having no Configuration directory
-
12:07 Bug #44280 (Needs Feedback): Git core:migration check for applied version fail
- What Git version are you using? And under what OS/shell combination?
-
11:43 Task #44396 (Accepted): Move Doctrine ORM integration onto own namespace
- The @Persistence\Doctrine@ classes must go into @Persistence\Doctrine\ORM@ to avoid clashes.
2013-01-08
-
13:09 Task #44375 (Accepted): Make all persistence reads go through repositories
- Currently Flow fetches some objects directly via the PersistenceManager, without using the repositories for the fetch...
2013-01-07
-
13:10 Bug #44361 (New): TYPO3\Flow\I18n\Formatter\DatetimeFormatter - caching DATETIME type
- I've encountered problem with DatetimeFormatter using \TYPO3\Flow\I18n\Cldr\Reader\DatesReader::FORMAT_TYPE_DATETIME ...
2013-01-05
2013-01-04
-
18:15 Task #44314 (Accepted): slightly file permissions for .../Configuration/* and .../Data/Persistent/EncryptionKey
- File permissions for all files in
*Configuration* folder
and
*Data/Persistent/EncryptionKey*
have *644* permi...
2013-01-03
-
14:54 Bug #44087: Call to a member function setCookie()
- hello robert,
i figured out the problem.
just change line 606 of File TYPO3.Flow/Classes/TYPO3/Flow/Session/Session.... -
14:30 Bug #44285 (Closed): TYPO3\FLOW3\Exception thrown in file Scripts.php
- It seems like the PHP binary "C:\php/php" cannot be executed by FLOW3. Set the correct path to the PHP executable in ...
-
11:07 Bug #44280 (Resolved): Git core:migration check for applied version fail
- When I migrate a package for the changes introduced in the code I get the following error:...
-
11:00 Bug #43967: Error in evaluating orphanRemoval in Flow Annotation driver
- Adding the patch that fixes the orphanRemoval issue.
As said in the initial post, in my opinion, other checks
would...
2013-01-02
-
17:43 Bug #44278 (Resolved): High memory consumption of Debugger::renderObjectDump() prevents display of Exceptions
- When an arbitrary Exception is thrown i get a "Allowed memory Limit"-Error instead of the Flow Exception-Errormessage...
2012-12-31
-
13:36 Feature #44258: Set packageType when creating new package
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/17300 -
12:55 Feature #44258 (Under Review): Set packageType when creating new package
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/17300
2012-12-30
-
17:51 Feature #44258 (Resolved): Set packageType when creating new package
- When calling packageManager->createPackage you have no way to define what package type you are creating.
By adding...
2012-12-28
-
17:26 Bug #44244 (New): defaultOrderings aren't applied on related objects
- I tried to load objects and their related subobjects and put them out within a fluid template. Unfortunately the subo...
2012-12-24
-
13:05 Bug #44086 (Closed): Call to a member function setCookie()
- Closing as duplicate of #44087
Thx, Helmut ;)
2012-12-22
-
21:22 Bug #44203 (Needs Feedback): Session implementation is still racy
- Disclaimer: I did not test anything, but only making assumptions by reading the code. Just close this ticket if I'm m...
-
20:50 Bug #44202 (Resolved): $session->start() initializes a new session and does not resume a current one
- Disclaimer: I did not test anything, but only making assumptions by reading the code. Just close this ticket if I'm m...
-
20:29 Bug #44086: Call to a member function setCookie()
- can be closed as duplicate
2012-12-21
-
13:29 Bug #44186 (New): Request does not accept custom Content-Type
- Http\Request::decodeBodyArguments() currently only correctly detects content type headers in the form "*/<format>".
... -
13:26 Bug #44185 (New): XML body always need a root node
- If the request contains xml and the Content-Type header is set to "*/xml" the client currently has to surround the XM...
-
13:26 Bug #44184 (New): Request arguments are not merged correctly for single object actions
- Following szenario:
I try to update a single entity via PUT:... -
11:30 Feature #44149: getIdentifierByObject for POP-Objects
- Hi,
I moved this issue to the Flow tracker in order to get some more feedback, but I doubt that we should include ...
2012-12-20
-
15:42 Feature #44157: Object configuration should imply annotated object name
- good idea, minus one *"source of error"* for developers by multiple definition of the same property.
But be careful... -
15:06 Feature #44157 (Resolved): Object configuration should imply annotated object name
- consider the following use case:...
-
15:00 Feature #44149: getIdentifierByObject for POP-Objects
- Bastian Waidelich wrote:
> Benno Weinzierl wrote:
>
> > > Objects that are not known to the Persistence Manager d... -
12:46 Feature #44149: getIdentifierByObject for POP-Objects
- Benno Weinzierl wrote:
> > Objects that are not known to the Persistence Manager don't have an identifier. so how ... -
12:31 Feature #44149: getIdentifierByObject for POP-Objects
- > Objects that are not known to the Persistence Manager don't have an identifier. so how should we generate the link?...
-
12:22 Feature #44149 (Needs Feedback): getIdentifierByObject for POP-Objects
- Objects that are not known to the Persistence Manager don't have an identifier. so how should we generate the link? S...
-
12:16 Feature #44149 (Closed): getIdentifierByObject for POP-Objects
- PersistenceManager::getIdentifierByObject() currently returns NULL if you pass it a "non-entity", thus PersistenceMan...
-
11:24 Bug #43948 (Under Review): Core migration tool halts on packages having no Configuration directory
- https://review.typo3.org/17251
-
11:00 Bug #44148 (New): Documentation for executeCommand() needs clarification
- The documentation at http://flow.typo3.org/documentation/guide/partiii/commandline.html#executing-sub-commands needs ...
-
00:03 Bug #44139 (Resolved): UriBuilder includes all arguments of namespaced sub request
- When creating a link in a sub request using argument namespace the arguments of the current sub request is added to a...
2012-12-19
-
16:14 Feature #44123 (New): Make the "Flow requires the PHP setting "date.timezone"" error more beautiful
- My first impression with Flow/Neos a very unstylish "echo" error message with a die():
Flow requires the PHP set... -
09:15 Bug #36056: Usage of " in the Policy.yaml
- As far as i can tell, this Problem is not solved in FLOW 2 beta 1
Fails under Windows 7 but seems to Work in iOS...
Also available in: Atom