Activity
From 2012-12-28 to 2013-01-26
2013-01-26
-
16:09 Bug #44000: Flow CLI on Windows does not work anymore
- Simon, even I, working exclusively via Windows with Flow, didn't realize this stopper for a couple of time; so I woul...
-
15:39 Bug #44000: Flow CLI on Windows does not work anymore
- looks like people don't test changes properly in windows as well since it had worked as Alexander wrote before.
-
12:37 Bug #44278 (Resolved): High memory consumption of Debugger::renderObjectDump() prevents display of Exceptions
- Applied in changeset commit:4e54aaa06849f6ddcb8bf48fed9089e75f0b02fe.
-
11:57 Revision acd5179f: Merge "[BUGFIX] Fix high memory consumption of renderObjectDump()" into 2.0
2013-01-25
-
17:02 Feature #37604: Make Flow RestController useless by improving MVC stack
- h1. Some more missing features and bugs:
h2. Merging of _body_ and _GET_ arguments does not work
In a PUT reque... -
16:20 Feature #37402: Make request handling RESTfuller
- Moved comments to #37604
-
16:15 Revision f10124a6: Merge "[BUGFIX] Fix security-related unit test failures"
-
12:16 Revision ebadfb3b: [TASK] Add @api tags for methods in Resource
- This just adds missing @api tags to those methods we support as part of
the API.
Change-Id: I125cc77350b114f0283aa0f... -
12:10 Revision 5e248b0e: [TASK] Add @api tags for methods in Resource
- This just adds missing @api tags to those methods we support as part of
the API.
Change-Id: I125cc77350b114f0283aa0f...
2013-01-24
-
13:58 Bug #44278 (Under Review): High memory consumption of Debugger::renderObjectDump() prevents display of Exceptions
- Patch set 1 for branch *2.0* has been pushed to the review server.
It is available at https://review.typo3.org/17688 -
10:37 Bug #44278 (Resolved): High memory consumption of Debugger::renderObjectDump() prevents display of Exceptions
- Applied in changeset commit:261af722510782a060ca78f49f7d730709e27064.
-
09:04 Bug #44278 (Under Review): High memory consumption of Debugger::renderObjectDump() prevents display of Exceptions
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/17686 -
13:58 Revision 4e54aaa0: [BUGFIX] Fix high memory consumption of renderObjectDump()
- This change reduces the maximum recursion level for Doctrine Collection
dumps from 12 to 3. This reduces memory consu... -
09:04 Revision 261af722: [BUGFIX] Fix high memory consumption of renderObjectDump()
- This change reduces the maximum recursion level for Doctrine Collection
dumps from 12 to 3. This reduces memory consu... -
08:22 Feature #29907 (Under Review): Redirect to /login instead of raising a "Entity not found." exception if the userdata of an active session has been deleted
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/17683
2013-01-23
-
23:18 Bug #44765 (Resolved): Functional test broken
- If you run the functional tests, you'll get the following exception thrown....
-
21:07 Feature #29907 (Accepted): Redirect to /login instead of raising a "Entity not found." exception if the userdata of an active session has been deleted
-
19:26 Feature #44622: Add unique entity validator
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/17585 -
19:23 Feature #44622: Add unique entity validator
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/17585 -
17:55 Bug #34872: Singleton validators never have their options passed
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/17671 -
17:53 Bug #34872: Singleton validators never have their options passed
- sorry didn't want to *change* it but was used to click "git any" at that box, without reading a present value...
-
17:52 Bug #34872 (Under Review): Singleton validators never have their options passed
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/17671 -
17:41 Bug #34872: Singleton validators never have their options passed
- Why did you change the affected version?
-
17:25 Bug #34872 (Accepted): Singleton validators never have their options passed
-
17:54 Revision 5f1f59bd: [BUGFIX] Throw exception when using options with singleton validators
- Validators being singleton must not be called with options because
the options are then inherent properties of the Va... -
15:53 Bug #44753 (Closed): Using 'authenticationRequired' action name for "WebRedirect" gives exception
- //edit: nevermind initial description; the actual point is: if my action is named like below ("@authenticationRequire...
-
13:36 Feature #44730 (Resolved): Support stream resources as content for HTTP Request
- Applied in changeset commit:c958024417ffc8ee2fb7104a338f51ba7b1a541e.
-
09:10 Feature #44730: Support stream resources as content for HTTP Request
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/17659 -
12:56 Bug #44000: Flow CLI on Windows does not work anymore
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/17595 -
12:40 Revision 837d8b69: Merge "[FEATURE] Support streams as Request content"
-
11:57 Bug #44743 (Under Review): Wrong variable declaration in Security\Context
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/17668 -
11:55 Bug #44743 (Resolved): Wrong variable declaration in Security\Context
- The @$request@ member is annotated as being @Http\Request@ but must be @Mvc\ActionRequest@
-
11:45 Revision 7e80e076: [TASK] In Debugger, blacklist Repository and Service objects
- In order to reduce the vulnerability of unwanted recursion,
properties of objects ending with ``*Service`` or ``*Repo... -
11:27 Feature #44458: Allow deletion of sub objects
- Currently the property PersistentObjectConverter distinguishes not between collection or "normal" properties. I.e. co...
-
11:19 Task #44712: Decouple Argument-Building in the HTTP-Request-Constructor
- There's a related issue that is kind of a blocker for REST services currently:
Imagine a put request to *http://loca... -
11:08 Revision 9a3433d9: [BUGFIX] Fix security-related unit test failures
- The change I724c1b352dd1807ba53b1e336f2d90e90360ff4d introduced some
test failures. This change takes care of the fai... -
11:02 Bug #44521 (Accepted): ObjectPathMappingRepository always checks case-sensitive
- Yes, I'll take care
-
10:14 Feature #44740 (Resolved): Add support for doctrine's 'indexBy'-annotation in FlowAnnotationDriver
- There is a nice feature for indexing doctrine's collections (One-To-Many & Many-ToMany). See http://docs.doctrine-pro...
-
09:58 Revision 009fb0b5: [TASK] Adds a documentation tip to keep type hinting
- This adds a tip to the PropertyMapping documentation
in relation to the MVC stack; mentioning how to not
lose type hi... -
09:57 Revision 5fb83bd6: [TASK] Adds a documentation tip to keep type hinting
- This adds a tip to the PropertyMapping documentation
in relation to the MVC stack; mentioning how to not
lose type hi... -
09:51 Bug #44139 (Under Review): UriBuilder includes all arguments of namespaced sub request
- Patch set 1 for branch *2.0* has been pushed to the review server.
It is available at https://review.typo3.org/17663 -
09:51 Revision 4064c298: [BUGFIX] Prevent UriBuilder adding current namespaced arguments
- UriBuilder no longer removes namespaced arguments from the
parent request causing all arguments of namespaced sub req... -
09:50 Revision 66afc61e: Merge "[BUGFIX] Prevent UriBuilder adding current namespaced arguments"
-
09:19 Feature #44738 (New): Re-Validation of argument's custom validators
- There are situation where the automatic validation of arguments, that happens BEFORE passing the arguments to the act...
-
09:10 Revision c9580244: [FEATURE] Support streams as Request content
- This patch enhances the setContent() method of the HTTP Request class
to accept stream resources, additionally to pla... -
07:16 Bug #44278 (Accepted): High memory consumption of Debugger::renderObjectDump() prevents display of Exceptions
2013-01-22
-
21:37 Feature #43903 (Resolved): CurlEngine should support setting of options
- Applied in changeset commit:1c2e454ee4a4572f909536b2141caf70b088c938.
-
20:55 Feature #44730 (Under Review): Support stream resources as content for HTTP Request
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/17659 -
20:51 Feature #44730 (Resolved): Support stream resources as content for HTTP Request
- If the HTTP Request would support stream resources instead of strings for setContent() and the CurlEngine would take ...
-
20:47 Revision 6626dd6c: Merge "[FEATURE] Add setOption() to CurlEngine"
-
20:45 Task #44712 (Accepted): Decouple Argument-Building in the HTTP-Request-Constructor
- Yes, I agree – the arguments could be initialized more lazy
-
08:13 Task #44712 (Accepted): Decouple Argument-Building in the HTTP-Request-Constructor
- It should be possible to create a HTTP-Request-Object without reading all arguments in the Constructor, especially th...
-
20:36 Feature #44622: Add unique entity validator
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/17585 -
20:28 Feature #44622: Add unique entity validator
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at https://review.typo3.org/17585 -
16:57 Bug #44278: High memory consumption of Debugger::renderObjectDump() prevents display of Exceptions
- THIS IS A BIG TYPO3 FLOW *SHOWSTOPPER FOR BEGINNERS* (not me) ;) We should lower the recursion loops from 12 to 3-6!!!
-
15:21 Task #37784 (Rejected): Evaluate whether using substr_compare() instead substr()===
-
15:17 Bug #34879: Proxied object is not update()able
- I recently had an idea why this could be; see also the note at https://github.com/afoeder/Bugdemo.UpdateProxyObject/i...
2013-01-21
-
17:24 Feature #44458: Allow deletion of sub objects
- Bastian Waidelich wrote:
> If you submit at least one item of a collection, the whole collection is replaced.
Tru... -
17:15 Bug #41727 (Accepted): @Flow\Identity and @ORM\InheritanceType("JOINED") can't be used together
-
17:12 Bug #30714 (Closed): \TYPO3\FLOW3\var_dump() memory use causes fatal error debugging objects.
- Duplicate of #44278
-
17:12 Bug #37895 (Closed): Packagemanager::ImportPackage doesn't use package specific Package class
- Method no longer exists.
2013-01-19
-
21:55 Bug #41029 (Accepted): Method security is also evaluating abstract classes
-
14:13 Bug #44000 (Under Review): Flow CLI on Windows does not work anymore
- Patch set at https://review.typo3.org/#/c/17595/
-
13:11 Bug #44000: Flow CLI on Windows does not work anymore
- ahhh too bad; the problematic variable is, as already mentioned, the @dirname($_SERVER['PHP_SELF'])@.
I realized t... -
12:52 Bug #44000 (Needs Feedback): Flow CLI on Windows does not work anymore
- very good catch Alex, obviously this was introduced exactly with Ibd70e2dc8ff3a958a33ad0eb422060dc0fd8b799 (https://r...
-
12:44 Feature #29907: Redirect to /login instead of raising a "Entity not found." exception if the userdata of an active session has been deleted
- This is still a problem. If you are developing doctrine models and working with fixtures, you'll often have to reset ...
-
12:43 Bug #44285 (Needs Feedback): TYPO3\FLOW3\Exception thrown in file Scripts.php
2013-01-18
-
15:19 Feature #37604: Make Flow RestController useless by improving MVC stack
- Hi Bastian,
another aspect that a REST API should care about is not only to address resources but also their sub-res... -
14:37 Revision ce08c301: [BUGFIX] The security context is only allowed to be initialized after routing took place
- This bugfix solves the root-cause for the following two symptoms:
* two logins needed in Neos until the Site is show... -
12:06 Bug #44602: Update YAML schemas to latest changes
- For some reason I got an previous version of Flow by installing a fresh instance using composer.
However, I run co... -
09:29 Bug #44602: Update YAML schemas to latest changes
- Michael Klapper wrote:
> I still get the following errors on a fresh composer based installation [...]
Those ar... -
00:22 Feature #44622 (Under Review): Add unique entity validator
- https://review.typo3.org/17585
-
00:13 Feature #44622 (Resolved): Add unique entity validator
- After creating a unique entity validator for Neos I shared it in the IRC channel and people seemed to like the idea. ...
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... -
14:12 Revision 911e2819: [BUGFIX] Adjust YAML schemas to latest changes
- the CLI command "./flow configuration:validate" currently reports
invalid configuration for type "Settings" and "Obje... -
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:58 Revision 6cdca9d9: [BUGFIX] Make use of DateTimeValidator possible
- When one used Validate(type="DateTime") the ValidatorResolver would try
to use DateTime as the validator itself. This... -
14:37 Bug #40449 (Resolved): DateTimeValidator doesn't work as expected
- Applied in changeset commit:0a4f1ca4260156fd981bf642048e3f825158887a.
-
13:57 Revision 821199ea: Merge "[BUGFIX] Make use of DateTimeValidator possible"
-
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...
-
13:12 Revision 54d4fe93: [BUGFIX] Check inheritance in TypeHandling::isCollectionType()
- With this change TypeHandling::isCollectionType() does consider
inheritance when it comes to the checking it does. Th... -
12:30 Revision 61ae4455: [BUGFIX] Implement case-sensitivity switch for Query::equals()
- That was left as a todo and never done. Now it is possible to check
case-insensitive. Checking case-sensitive works d... -
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:33 Revision b7fa745c: [BUGFIX] Fix code migration status command
- Calling flow:core:migrate --status is fixed by this change.
Change-Id: Ief3b1b923c6d13ad8ff435a03aac8eccdab6b228
Fix... -
10:30 Revision ea267971: [TASK] Adjust suggested folder structure in Package Management section
- I7772051938a4306328108bacde34710c54fc3a69 introduced suggested
names for directories under Resources/Public.
This ad... -
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
-
10:08 Revision 4d27277a: [BUGFIX] Lock Doctrine ORM to version 2.3.x
- This change locks the Doctrine ORM to version 2.3.x to avoid unwanted
changes from sneaking in.
To be on the safe si... -
09:48 Revision dee953cb: [BUGFIX] Fix git error with "core:migrate --status" command
- Obviously there are some different ways git handles the --grep option
to the log command. This changes should make it... -
09:47 Revision 1e14c97c: [BUGFIX] Fix git error with "core:migrate --status" command
- Obviously there are some different ways git handles the --grep option
to the log command. This changes should make it... -
09:46 Revision 595e4a3f: Merge "[BUGFIX] Fix git error with "core:migrate --status" command"
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
-
18:56 Revision 0a4f1ca4: [BUGFIX] Make use of DateTimeValidator possible
- When one used Validate(type="DateTime") the ValidatorResolver would try
to use DateTime as the validator itself. This... -
16:31 Revision 1c2e454e: [FEATURE] Add setOption() to CurlEngine
- This allows to configure cURL in the CurlEngine. Examples for use are
proxy server settings or SSL certification hand... -
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 -
16:27 Revision 0bc34652: [FEATURE] API to access prefixed identifier in cache backend
- In case where we need to share cache between different application, it's
needed to access the prefixed identifier to ... -
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:50 Revision a898458d: [BUGFIX] Fix git error with "core:migrate --status" command
- Obviously there are some different ways git handles the --grep option
to the log command. This changes should make it... -
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.
-
11:30 Revision f0b1c4ed: Merge "[FEATURE] Allow custom custom configuration files in ConfigurationManager"
-
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...
-
10:39 Revision 2bc1a615: [BUGFIX] Exclude Doctrine Annotations and Collections from reflection
- Doctrine split Annotations and Collections from the Common package,
now the exclusion of those packages from reflecti...
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.
-
19:03 Revision 4f8dbe2b: Merge "[TASK] Adjust suggested folder structure in Package Management section"
-
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 - 17:18 Revision 8378b191: [FEATURE] Allow custom custom configuration files in ConfigurationManager
- Using the added methods it is possible to register new "types" of
configuration. The set of processing types remains ... -
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.
-
19:19 Revision c2a7d732: [TASK] Ignore Libraries in core:migrate commands
- This change makes the core:migrate commands ignore the folder
Packages/Libraries to avoid unintended side effects.
C... -
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
-
14:29 Revision 4d72543c: [TASK] Adjust suggested folder structure in Package Management section
- I7772051938a4306328108bacde34710c54fc3a69 introduced suggested
names for directories under Resources/Public.
This ad... -
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…
-
13:49 Revision df259e52: [BUGFIX] Actually do regex search/replace in code migrations
- Actually makes searchAndReplaceRegex() in code migrations do something
with the target files.
Change-Id: I22931a6766... -
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?
-
12:04 Revision 5b4cd7c7: [BUGFIX] Fix code migration status command
- Calling flow:core:migrate --status is fixed by this change.
Change-Id: Ief3b1b923c6d13ad8ff435a03aac8eccdab6b228
Fix... -
12:02 Revision c1aba304: [BUGFIX] Fix migration error on missing Configuration directory
- For packages having no Configuration directory the core migration tool
died with an error message when trying to proc... -
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...
Also available in: Atom