Activity
From 2015-02-12 to 2015-03-13
2015-03-13
-
18:58 Revision 43d3ebfe: [BUGFIX] Properly resolve case of Subpackage Key in ActionRequest
- ``ActionRequest::getControllerSubpackageKey()`` failed to return the
correctly cased subpackage key.
This is not the ... -
18:55 Revision e015570e: [BUGFIX] Start session when fetching a CSRF token
- This change adds a ``@Flow\Session(autoStart=true)`` annotation to the
method ``Security\Context::getCsrfProtectionTo... -
18:51 Revision 0942b3b1: [BUGFIX] Move variable initialisation to where it is needed
- Change-Id: Ie6e669a1e68eaa7bd83247a38df204d91ac0a093
Releases: master, 2.2, 2.1 -
18:51 Revision 3fdbda9c: [BUGFIX] Move variable initialisation to where it is needed
- Change-Id: Ie6e669a1e68eaa7bd83247a38df204d91ac0a093
Releases: master, 2.2, 2.1 -
18:46 Revision 7e5e1369: Merge "[BUGFIX] Package keys with different case should not be allowed" into 2.2
-
16:24 Revision 1e8f199f: [TASK] Reset ``ResourceManager`` for functional tests
- Due to the way HTTP requests are triggered in functional tests the
``ResourceManager`` was initialized very early in ... -
15:58 Revision e957d270: Merge "[TASK] Proper(er) solution for connection issue hotfix" into 3.0
-
15:43 Revision 194f979a: [TASK] Add a place for release notes to documentation
- This adds a home for release notes to the documentation.
Change-Id: I81bcc7a8dda1f2c402aabd99a6fafcc0cdb4cfdf
Releas... -
15:43 Revision 225d7fcc: Merge changes I051389ec,I81bcc7a8
- * changes:
[BUGFIX] Fix resolving of imported interface namespaces
[TASK] Add a place for release notes to docume... -
15:21 Revision 50c70580: [TASK] Proper(er) solution for connection issue hotfix
- Right before the release of 3.0.0 beta 1 a hotfix was added to enable
proxy compilation even if no database connectio... -
15:21 Revision 0ebbb3f9: Merge "[TASK] Proper(er) solution for connection issue hotfix"
-
13:34 Revision b716437f: [FEATURE] JsonArrayType for doctrine persistence
- This adds an extended JsonArrayType that can en-/decode Flow entities.
It is not used anywhere for now.
Change-Id: I... -
13:00 Revision 60d97f74: Merge "[BUGFIX] Flush compiled configuration on cache:flush" into 2.2
-
11:58 Revision 33e496bb: [TASK] Tweak schema migrations to Flow/Party decoupling
- This adjusts schema migrations to that it is actually possible to:
* install Flow without Party
* add Party to a "cl... -
11:56 Revision 45630d94: [BUGFIX] Fix error in PostgreSQL down migration
- In the down migration of Version20141113145146 the dtype column was added
again, even though it was already present (... -
11:56 Revision 03d72bfe: Merge topic 'schema-migration-cleanup'
- * changes:
[TASK] Add "cleanup" schema migrations
[BUGFIX] Fix error in PostgreSQL down migration -
11:52 Revision b53e6d7a: [TASK] Add "cleanup" schema migrations
- This adds migrations for MySQL and PostgreSQL that tweak the DB schema a
bit, cleaning up some leftover discrepancies... -
11:43 Revision 6a177c83: Merge "[BUGFIX] Flush compiled configuration on cache:flush" into 2.3
-
11:42 Revision 37d7f607: [TASK] Tweak schema migrations to Flow/Party decoupling
- This adjusts schema migrations to that it is actually possible to:
* install Flow without Party
* add Party to a "cl... -
11:24 Revision d3d8799b: Merge "[BUGFIX] Fix resolving of imported interface namespaces" into 2.3
-
10:11 Revision 3e7fefb3: Merge "[TASK] Micro-optimizations for string length checks"
-
08:45 Revision 052582cb: [TASK] Add @covers to list of ignored annotations
- With recent PHPUnit versions phpdocumentor/reflection-docblock is pulled
in. This contains a @covers annotation that ... -
08:33 Revision 92277e5f: [TASK] Add @covers to list of ignored annotations
- With recent PHPUnit versions phpdocumentor/reflection-docblock is pulled
in. This contains a @covers annotation that ...
2015-03-12
-
20:06 Revision 88603b6d: Merge "[TASK] Add @covers to list of ignored annotations" into 2.3
-
16:28 Revision a083948c: [BUGFIX] Fix support for PHP 5.3
- This is a follow up to the "[BUGFIX] Disable security for CLI requests"
(I1dc9d463bbe651f5cfc4faa646b35ae8bac85fe5) t... -
15:07 Bug #65684: Could not acquire lock for ClassLoader cache creation
- Keep in mind we are using https://jira.typo3.org now for Flow and Neos.
-
09:26 Bug #65684 (New): Could not acquire lock for ClassLoader cache creation
- Hello,
I have following questions regarding Lock Mechanism.
1)How can we unlink expired lock files?
2)Why empt... -
12:31 Revision 1a88bc2a: [BUGFIX] Setting properties from Objects.yaml should invoke setter
- If you configure simple values via Objects.yaml they should be set
via setter if one exists, as the setter could mani... -
12:15 Revision 3f309158: [BUGFIX] Flush compiled configuration on cache:flush
- The ConfigurationManager writes compiled configuration to disk (if this
is enabled, by default this is the case in Pr... -
12:13 Revision 1ca43c33: [BUGFIX] Flush compiled configuration on cache:flush
- The ConfigurationManager writes compiled configuration to disk (if this
is enabled, by default this is the case in Pr... -
12:11 Revision eb3e321d: [TASK] Adjust unit tests to "Flush compiled configuration"
- The reworking of the change Ic3af97d652e87271ed7c2dfbc1091ea4cb7e1973
forgot to adjust the unit tests. This reverts t... -
12:10 Revision 95e6940b: [TASK] Adjust unit tests to "Flush compiled configuration"
- The reworking of the change Ic3af97d652e87271ed7c2dfbc1091ea4cb7e1973
forgot to adjust the unit tests. This reverts t... -
11:56 Revision 4a33d05a: [BUGFIX] Flush compiled configuration on cache:flush
- The ConfigurationManager writes compiled configuration to disk (if this
is enabled, by default this is the case in Pr... -
11:55 Revision ec7a0fa2: [TASK] Optimize garbageCollection in FileBackend
- We can retrieve the cache identifier for a given cache
file much easier with the directoryIterator than is done
curre... -
11:55 Revision a93db8f0: [BUGFIX] Flush compiled configuration on cache:flush
- The ConfigurationManager writes compiled configuration to disk (if this
is enabled, by default this is the case in Pr... -
11:35 Revision b9358878: [TASK] Move a unit test fixture class out of test class
- I trivial change, but it is cleaner and allow to use brianium/paratest
for running the unit tests.
Change-Id: I0e922... -
11:33 Revision 02f422fa: [TASK] Cleanup FileMonitor
- This does a cleanup of the ``FileMonitor`` at the same time improving
performance. Reading the current state of direc... -
10:29 Revision f1547d38: [TASK] Tiny tweak to Doctrine migrations table name handling
- Changes the renaming of the legacy table name and introduces a constant
for the actual name.
Change-Id: Id403ea0c0a4... -
10:29 Revision fa819805: [TASK] Better configuration error handling in EntityManagerFactory
- The Doctrine\EntityManagerFactory in Flow gets slightly better error
handling covering configuration of Doctrine and ...
2015-03-11
-
21:55 Revision d2402c05: Merge "[TASK] Bump version in Documentation/Settings.yml" into 3.0
-
21:54 Revision 47e12443: [TASK] Remove unused injection of Doctrine EntityManager
- The Doctrine EntityManager is injected in the ResourceManager, but never
used.
Additionally removes the unused prote... -
19:04 Revision 8ff87edb: [TASK] Add "cleanup" schema migrations
- This adds migrations for MySQL and PostgreSQL that tweak the DB schema a
bit, cleaning up some leftover discrepancies... -
19:04 Revision 25dc1b33: [BUGFIX] Fix error in PostgreSQL down migration
- In the down migration of Version20141113145146 the dtype column was added
again, even though it was already present (... -
16:05 Revision fbb242a6: [BUGFIX] Fix resolving of imported interface namespaces
- Dependency injection and property mapping does not work for
interfaces of the current namespace if the code does not ... -
16:05 Revision 84a33bd3: [BUGFIX] Fix resolving of imported interface namespaces
- Dependency injection and property mapping does not work for
interfaces of the current namespace if the code does not ... -
16:05 Revision c738f237: [BUGFIX] Fix resolving of imported interface namespaces
- Dependency injection and property mapping does not work for
interfaces of the current namespace if the code does not ... -
16:05 Revision 798b5845: [BUGFIX] Fix resolving of imported interface namespaces
- Dependency injection and property mapping does not work for
interfaces of the current namespace if the code does not ... -
16:00 Revision 80c83f0e: [BUGFIX] Fix resolving of imported interface namespaces
- Dependency injection and property mapping does not work for
interfaces of the current namespace if the code does not ... -
13:09 Revision 35a7a922: [TASK] Bump version in Documentation/Settings.yml
- Change-Id: I9619b6bfec3984fa485301d83b76bff38ba33b73
Releases: 2.3 -
13:07 Revision 8714e5d8: [TASK] Bump version in Documentation/Settings.yml
- Change-Id: Idb8c238744f1402cfe79b7f78ee1e16a00cef63c
Releases: 3.0
2015-03-10
-
20:46 Revision d0b5076c: [TASK] Remove unused injection of Doctrine EntityManager
- The Doctrine EntityManager is injected in the ResourceManager, but never
used.
Additionally removes the unused prote... -
18:19 Revision 9fb0076f: [TASK] Proper(er) solution for connection issue hotfix
- Right before the release of 3.0.0 beta 1 a hotfix was added to enable
proxy compilation even if no database connectio...
2015-03-09
-
17:26 Revision f0696eaa: [TASK] Add a place for release notes to documentation
- This adds a home for release notes to the documentation.
Change-Id: I81bcc7a8dda1f2c402aabd99a6fafcc0cdb4cfdf
Releas... -
16:08 Revision 2d456ac0: Merge "[BUGFIX] Disable security for CLI requests" into 2.3
-
15:43 Revision f0ca161c: [TASK] Adjust ACL migration to cover content security
- This is a follow-up to the "Restructure policy component to new
Policy.yaml format" change (I84e188e89a05ec0dd1f9ee96... -
12:02 Revision 9eb75a41: [BUGFIX] PersistentObjectConverter works with "immutable" properties
- The PersistentObjectConverter sets convertedChildProperties on the
object after it was created (either newly construc...
2015-03-06
-
15:01 Revision f07e7f6a: [BUGFIX] Resource should not unpublish if file is in use
- This change fixes an issue with the Resource Manager's ``deleteResource``
method which unpublished the respective res... -
14:44 Revision 9c4f1b68: [BUGFIX] Resource should not unpublish if file is in use
- This change fixes an issue with the Resource Manager's ``deleteResource``
method which unpublished the respective res... -
11:21 Revision 982e3f2d: [TASK] Tiny fix to TranslationHelper docblock
- Simply fixes a copy-and-paste error.
Change-Id: Ib62d5dec0386caddfe6f7d1aaf4f3ed5e01b389b
Releases: master, 3.0 -
11:20 Revision dcf1fc8f: [TASK] Tiny fix to TranslationHelper docblock
- Simply fixes a copy-and-paste error.
Change-Id: Ib62d5dec0386caddfe6f7d1aaf4f3ed5e01b389b
Releases: master, 3.0 -
10:30 Feature #33838 (Resolved): Add a way to configure Doctrine Mapping Type
- Applied in changeset commit:e1fc9669266532c2a8604f624cef38809f8548d5.
-
10:16 Feature #33838: Add a way to configure Doctrine Mapping Type
- Patch set 1 for branch *3.0* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is available a... -
10:16 Revision a72251ed: [FEATURE] Make custom Doctrine mapping types configurable
- This removes the hardcoded registration of the ObjectArray mapping type
and instead introduces mapping type configura... -
10:03 Revision 3cc8b26b: Merge "[BUGFIX] PersistentObjectConverter works with "immutable" properties" into 2.3
2015-03-05
-
15:01 Feature #33838 (Under Review): Add a way to configure Doctrine Mapping Type
- Patch set 2 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availabl... -
15:01 Revision e1fc9669: [FEATURE] Make custom Doctrine mapping types configurable
- This removes the hardcoded registration of the ObjectArray mapping type
and instead introduces mapping type configura... -
14:33 Feature #44740 (Resolved): Add support for doctrine's 'indexBy'-annotation in FlowAnnotationDriver
-
14:31 Feature #31803 (Resolved): Accessing Query Builder
- This has been solved as a side effect of FLOW-110, @Doctrine\Query@ now has @getQueryBuilder()@
2015-03-04
-
23:49 Revision 8053aeb3: [BUGFIX] Disable security for CLI requests
- Currently it's not possible to invoke methods that are covered by a
policy via CLI because the security context is no... -
22:15 Revision 9ce15e5d: [TASK] Add changelog for TYPO3 Flow 2.3.2
- See https://ci.neos.typo3.org/job/typo3-flow-release/37/
Change-Id: I52c626618982a9cc883836dc47d6f2c362ed90c6
Releas... -
22:15 Revision 8cc13552: [TASK] Add changelog for TYPO3 Flow 2.3.2
- See https://ci.neos.typo3.org/job/typo3-flow-release/37/
Change-Id: I52c626618982a9cc883836dc47d6f2c362ed90c6
Releas... -
22:09 Revision e9f01f8a: [TASK] Add changelog for TYPO3 Flow 2.3.2
- See https://ci.neos.typo3.org/job/typo3-flow-release/37/
Releases: 2.3 -
22:09 Revision df212cd0: [TASK] Update references in documentation
- See https://ci.neos.typo3.org/job/typo3-flow-release/37/
Releases: 2.3 -
17:51 Revision 09a9516b: [BUGFIX] PersistentObjectConverter works with "immutable" properties
- The PersistentObjectConverter sets convertedChildProperties on the
object after it was created (either newly construc... -
17:45 Revision c675e150: Merge "[BUGFIX] Properly resolve case of Subpackage Key in ActionRequest" into 2.3
-
17:42 Revision 8242c3b9: Merge "[BUGFIX] Package keys with different case should not be allowed" into 2.3
-
17:33 Revision 4c180800: [BUGFIX] Start session when fetching a CSRF token
- This change adds a ``@Flow\Session(autoStart=true)`` annotation to the
method ``Security\Context::getCsrfProtectionTo... -
17:32 Revision 1628d5c7: Merge "[BUGFIX] Support persisting cloned related entities" into 2.3
-
17:30 Revision 5fcc8fe3: Merge "[BUGFIX] Support numeric identifiers in dynamic route parts" into 2.3
-
17:16 Revision e5d84de5: Merge "[BUGFIX] Rename redirectToReferringRequest() to forwardToReferringRequest() in ActionController" into 2.3
-
17:15 Revision e596bf70: Merge "[BUGFIX] Schema validation: Accept interfaces for format "class-name"" into 2.2
-
17:14 Revision 6d7c03d8: Merge "[BUGFIX] Schema validation: Accept interfaces for format "class-name"" into 2.3
-
17:13 Revision 7b01e5a4: Merge "[BUGFIX] Don't append subrequest arguments to toplevel request" into 2.3
-
15:16 Revision c7e2a3b2: [TASK] Add @covers to list of ignored annotations
- With recent PHPUnit versions phpdocumentor/reflection-docblock is pulled
in. This contains a @covers annotation that ...
2015-03-03
-
22:05 Revision bd318ddc: Merge "[BUGFIX] Don't append subrequest arguments to toplevel request" into 3.0
-
14:53 Revision d06ad06a: [BUGFIX] Fix hostname option name for Redis backend
- Redis backend option for specifying a hostname is not `host`
but `hostname`.
Change-Id: I15c67fe784097134cf52f36faac... -
14:53 Revision f506bcff: [BUGFIX] Fix hostname option name for Redis backend
- Redis backend option for specifying a hostname is not `host`
but `hostname`.
Change-Id: I15c67fe784097134cf52f36faac... -
14:53 Revision f1ef13a3: [BUGFIX] Fix hostname option name for Redis backend
- Redis backend option for specifying a hostname is not `host`
but `hostname`.
Change-Id: I15c67fe784097134cf52f36faac... -
14:52 Revision 6be19dc8: Merge "[BUGFIX] Fix hostname option name for Redis backend"
-
14:30 Revision 5843e0ae: [BUGFIX] Don't append subrequest arguments to toplevel request
- For sub-requests the ``Uribuilder`` would append the sub-request
arguments again without namespace prefix if ``addQue... -
14:30 Revision 5a11d74e: [BUGFIX] Don't append subrequest arguments to toplevel request
- For sub-requests the ``Uribuilder`` would append the sub-request
arguments again without namespace prefix if ``addQue... -
14:13 Bug #54161: Properties of type \DateInterval should be supported
- Patch set 17 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availab... -
12:51 Revision 63b245af: Merge "[BUGFIX] Don't append subrequest arguments to toplevel request"
-
12:51 Revision a9b1b83a: [BUGFIX] Don't append subrequest arguments to toplevel request
- For sub-requests the ``Uribuilder`` would append the sub-request
arguments again without namespace prefix if ``addQue... -
12:11 Revision 82510eeb: [BUGFIX] Pointed the issue tracker URL to the new JIRA instance
- Change-Id: I367162b8d97fe875eb3316ed72bba859409898f7
Releases: master, 3.0, 2.3, 2.2 -
12:11 Revision 510c2026: [BUGFIX] Pointed the issue tracker URL to the new JIRA instance
- Change-Id: I367162b8d97fe875eb3316ed72bba859409898f7
Releases: master, 3.0, 2.3, 2.2 -
12:11 Revision 89d0edeb: [BUGFIX] Pointed the issue tracker URL to the new JIRA instance
- Change-Id: I367162b8d97fe875eb3316ed72bba859409898f7
Releases: master, 3.0, 2.3, 2.2 -
12:01 Revision b39618a2: [BUGFIX] Schema validation: Accept interfaces for format "class-name"
- This change adjusts the ``SchemaValidator`` to accept strings referring
interfaces even if format "class-name" is req... -
12:01 Revision fab57b5a: [BUGFIX] Schema validation: Accept interfaces for format "class-name"
- This change adjusts the ``SchemaValidator`` to accept strings referring
interfaces even if format "class-name" is req... -
00:06 Revision 7e8458ae: [BUGFIX] Pointed the issue tracker URL to the new JIRA instance
- Change-Id: I367162b8d97fe875eb3316ed72bba859409898f7
Releases: master, 3.0, 2.3, 2.2
2015-02-27
-
13:37 Bug #54161: Properties of type \DateInterval should be supported
- Patch set 16 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availab... -
13:34 Bug #54161: Properties of type \DateInterval should be supported
- Patch set 15 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availab... -
09:21 Revision fd61f276: [TASK] Add missing changelogs (for 3.0.0b1) and update references
- Change-Id: I13e6f5be115eb2c28fa51b075fe3aa78aef4ec57
Releases: master -
09:01 Revision 767562a0: [TASK] Update composer manifest
- See https://ci.neos.typo3.org/job/typo3-flow-release/33/
Releases: 3.0 -
09:01 Revision 19463283: [TASK] Add changelog for TYPO3 Flow 3.0.0-beta1
- See https://ci.neos.typo3.org/job/typo3-flow-release/33/
Releases: 3.0 -
09:01 Revision 81de15d7: [TASK] Update references in documentation
- See https://ci.neos.typo3.org/job/typo3-flow-release/33/
Releases: 3.0
2015-02-26
-
23:33 Revision f91a29ca: [BUGFIX] Fix hostname option name for Redis backend
- Redis backend option for specifying a hostname is not `host`
but `hostname`.
Change-Id: I15c67fe784097134cf52f36faac... -
21:03 Revision eade8866: [TASK] Adjust default .gitignore file to txt-to-rst change
- The default .gitignore file in Flow needs to contain the (new) rST
files that replace Readme.txt and Upgrading.txt. T... -
20:59 Revision fe573f3f: [TASK] Add new files to default .gitignore file
- The default .gitignore file in Flow needs to contain the (new) rST
files that replace Readme.txt and Upgrading.txt.
... -
20:53 Revision 0de3d5c8: [TASK] Undo requirements adjustment from CI job
- The release CI job adjusted requirements dutifully, but the result was
not as expected, because we humans missed some... -
18:24 Revision 09b2c156: [TASK] Remove unintentional typo3/party requirement
- Change-Id: I01b584614fe86da58f19332005aff833d474de89
Releases: 3.0 -
18:17 Revision e8f5f7f6: [TASK] Update composer manifest
- See https://ci.neos.typo3.org/job/typo3-flow-release/30/
Releases: 3.0 -
18:17 Revision 4f666c83: [TASK] Add changelog for TYPO3 Flow 3.0.0-beta1
- See https://ci.neos.typo3.org/job/typo3-flow-release/30/
Releases: 3.0 -
18:17 Revision 80091792: [TASK] Update references in documentation
- See https://ci.neos.typo3.org/job/typo3-flow-release/30/
Releases: 3.0 -
18:05 Revision 61dfcec4: [BUGFIX] Make proxy compilation possible without DB connection
- A hotfix to make proxy compilation work when no DB connection is
possible. This used to work, but now a connection to... -
18:04 Revision 7f20b7c0: [BUGFIX] Make proxy compilation possible without DB connection
- A hotfix to make proxy compilation work when no DB connection is
possible. This used to work, but now a connection to... -
18:04 Bug #54161: Properties of type \DateInterval should be supported
- Patch set 14 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availab... -
12:44 Bug #54161: Properties of type \DateInterval should be supported
- Patch set 13 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availab... -
16:43 Revision 99ff3b9f: [BUGFIX] Fix tests that failed when TYPO3.Party is not installed
- This change fixes some unit and functional tests that failed if
the ``TYPO3.Party`` package was not active.
Backgrou... -
16:41 Revision b2b7427f: [BUGFIX] Fix tests that failed when TYPO3.Party is not installed
- This change fixes some unit and functional tests that failed if
the ``TYPO3.Party`` package was not active.
Backgrou... -
16:13 Revision 11287001: [TASK] Set FLOW_VERSION_BRANCH to 3.0 in Bootstrap
- Change-Id: I3632bd0b6508ca899e625b6601e303197b7a8118
Releases: 3.0 -
16:13 Revision 8391a9cd: Merge "Revert "[TASK] Set FLOW_VERSION_BRANCH to 3.0 in Bootstrap""
-
16:13 Revision 1981fe29: Revert "[TASK] Set FLOW_VERSION_BRANCH to 3.0 in Bootstrap"
- This reverts commit b61f28ceea358bb818e9825c55c2143a1fdefb81.
Change-Id: I18dc47801e2315f3e53f1d3606a1a9144c3845ed
R... -
15:34 Revision 8e01f331: [TASK] Adjust Readme and Upgrading on master branch
- Change-Id: Ic2ca22b233f7b49b505c98d690902b9b7821ea18
Releases: master -
15:30 Revision b61f28ce: [TASK] Set FLOW_VERSION_BRANCH to 3.0 in Bootstrap
- Change-Id: I3632bd0b6508ca899e625b6601e303197b7a8118
Releases: 3.0 -
15:25 Revision 01c6e689: [TASK] Update composer manifest
- See https://ci.neos.typo3.org/job/typo3-flow-branch/7/
Releases: 3.0 -
14:56 Revision 3d8ff1d8: [TASK] Update ``Readme`` and ``Upgrading`` instructions for 3.0 release
- Change-Id: I09cd641f71ee8991c12620b45397f4796024d43f
Releases: master -
14:42 Revision 98d2fdaf: [TASK] Add missing changelogs (for 2.1.2 and 2.2.x)
- Change-Id: I695b0fd6bc8b12d2ad3e3d342d8dd6f013cd1a4e
Releases: 2.3 -
14:42 Revision a6965140: [TASK] Add missing changelogs (for 2.x)
- Change-Id: Ie8ec71dbd125056c265c7c016a917c16b4a02784
Releases: master -
14:37 Revision 621a0b46: [TASK] Add a missing changelog (for 2.1.2)
- Change-Id: Ic8f2bb4e8adc291a0cb3fd2a70d9b7dee24c16fa
Releases: 2.2 -
08:30 Revision b0986467: [TASK] Mark recent core migrations applied
- This commit doesn't contain any changes, it simply marks recent
migrations applied so that::
./flow flow:core:migr...
2015-02-25
-
19:34 Bug #54161: Properties of type \DateInterval should be supported
- Patch set 12 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availab... -
18:21 Bug #54161: Properties of type \DateInterval should be supported
- Patch set 11 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availab... -
15:04 Bug #54161: Properties of type \DateInterval should be supported
- Patch set 10 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availab... -
17:45 Task #42452 (Closed): Command handling should support global flags
- Moved to https://jira.typo3.org/browse/FLOW-216
-
17:45 Bug #42520: Cache must be flushed globally for package state changes
- Might be resolvable with https://jira.typo3.org/browse/FLOW-216
-
17:27 Bug #60556 (Closed): Form VewiHelpers inside a Widget that is inside a f:form, are unaware of the surrounding form
- Closing due to missing feedback. Feel free to comment/re-open if you don't agree
-
11:45 Revision 8a06deda: [BUGFIX] Fix error and standard view templates
- Fixes several minor issues in regards of rendering of the default
``Error`` and `StandardView`` templates:
* Inline ... -
11:44 Revision ed711d8c: [BUGFIX] Fix error and standard view templates
- Fixes several minor issues in regards of rendering of the default
``Error`` and `StandardView`` templates:
* Inline ... -
11:44 Revision 719ac772: Merge "[BUGFIX] Fix error and standard view templates"
-
11:25 Bug #56856: Fix StandardView Template
- Patch set 2 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availabl... -
11:23 Revision b6f60843: Merge "[BUGFIX] Schema validation: Accept interfaces for format "class-name""
-
10:46 Revision febbfcd2: [BUGFIX] Fix error and standard view templates
- Fixes several minor issues in regards of rendering of the default
``Error`` and `StandardView`` templates:
* Inline ... -
09:04 Revision 81ca21f6: Merge "[TASK] Adjust one unit test to PHP 7"
-
08:51 Revision 0c2d4e2c: [BUGFIX] Enable Functional Tests for PSR-4 packages
- Packages with PSR-4 autoloading will not be able to work with
functional tests because two problems arise. First the
... -
08:50 Revision 1d0bfb46: Merge "[BUGFIX] Enable Functional Tests for PSR-4 packages"
2015-02-24
-
18:27 Revision 7ca56203: [TASK] Adjust one unit test to PHP 7
- One of the unit tests fails under PHP 7, because the signature of
DateTime::createFromFormat() has changed.
This tes... -
16:47 Revision 865ddc26: [BUGFIX] Rename redirectToReferringRequest() to forwardToReferringRequest() in ActionController
- ``ActionRequest::redirectToReferringRequest()`` actually triggers a
forward not a redirect.
This change deprecates th... -
16:44 Revision a457e0b0: Merge "[BUGFIX] Rename redirectToReferringRequest() to forwardToReferringRequest() in ActionController"
-
16:12 Revision ca02b071: [BUGFIX] Rename redirectToReferringRequest() to forwardToReferringRequest() in ActionController
- ``ActionRequest::redirectToReferringRequest()`` actually triggers a
forward not a redirect.
This change deprecates th... -
16:02 Revision 83268e3f: Merge "[TASK] Tweak "skip detection" in two schema migrations"
-
15:52 Revision ed3fed4d: Merge "[FEATURE] Reconnect the EntityManager automatically"
-
15:48 Revision b274b8be: [BUGFIX] Enable Functional Tests for PSR-4 packages
- Packages with PSR-4 autoloading will not be able to work with
functional tests because two problems arise. First the
... -
15:23 Revision 46ae6765: Merge "[FEATURE] HHVM compatibility"
-
14:45 Revision babbae57: [FEATURE] Reconnect the EntityManager automatically
- If the persistence backend closes the connection in the background.
E.g. if the MySQL server is configured with a low...
2015-02-23
-
19:25 Revision 71854bcc: Merge "[FEATURE] Human friendly error message in cache:flushone"
-
19:13 Revision 39fb589e: [TASK] Improve error message in convertObjectToIdentityArray
- This change gives some hint about the object in question when trying
to convert it into an identity array but failing... -
17:54 Revision 5033eac3: [BUGFIX] Schema validation: Accept interfaces for format "class-name"
- This change adjusts the ``SchemaValidator`` to accept strings referring
interfaces even if format "class-name" is req... -
15:32 Revision ac8dd122: [FEATURE] Human friendly error message in cache:flushone
- This change introduces a human friendly error message for the
cache:flushone command, if the user entered a non-exist...
2015-02-20
-
16:13 Revision 31c594e2: [TASK] Tweak "skip detection" in two schema migrations
- Uses skipIf() instead of a plain if with an empty return.
Change-Id: I6b9b9287d76dd9c6093af0059b817f33410c73bd
Relea... -
12:53 Bug #51763: HttpRequest always returns content of the current request
- That is still the case.
If I overwrite Request with an own class, not reading from inputStreamUri the POST-Paramet... -
00:44 Revision 3e302d24: [BUGFIX] ObjectArray should use TypeHandling::getTypeForValue
- ObjectArray used get_class() to get the type of given $value. This
change changes that to using TypeHandling::getType...
2015-02-18
-
17:30 Bug #58517 (Resolved): Integer arent allowed as object identifier in routes
- Applied in changeset commit:4e698ac3d86195f87863a2d17759871b4b9990f2.
-
17:27 Bug #58517: Integer arent allowed as object identifier in routes
- Patch set 1 for branch *2.2* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is available a... -
17:26 Bug #58517: Integer arent allowed as object identifier in routes
- Patch set 1 for branch *2.3* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is available a... -
17:26 Bug #58517: Integer arent allowed as object identifier in routes
- Patch set 3 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availabl... -
17:30 Bug #48887 (Resolved): Support numeric identifiers in IdentityRoutePart
- Applied in changeset commit:4e698ac3d86195f87863a2d17759871b4b9990f2.
-
17:27 Bug #48887: Support numeric identifiers in IdentityRoutePart
- Patch set 1 for branch *2.2* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is available a... -
17:26 Bug #48887: Support numeric identifiers in IdentityRoutePart
- Patch set 1 for branch *2.3* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is available a... -
17:26 Bug #48887: Support numeric identifiers in IdentityRoutePart
- Patch set 3 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availabl... -
17:26 Revision f5bb0553: [BUGFIX] Support numeric identifiers in dynamic route parts
- Currently the dynamic route part handler provided by Flow (namely
``DynamicRoutePart`` and ``IdentityRoutePart``) onl... -
17:26 Revision eae922de: Merge "[BUGFIX] Support numeric identifiers in dynamic route parts"
-
17:25 Revision 4e698ac3: [BUGFIX] Support numeric identifiers in dynamic route parts
- Currently the dynamic route part handler provided by Flow (namely
``DynamicRoutePart`` and ``IdentityRoutePart``) onl... -
00:10 Revision 18373039: Merge "[TASK] Removed deprecated use of Inject for settings"
2015-02-17
-
23:25 Revision 6d9994b2: Merge "[!!!][BUGFIX] Correct object modification exception trigger"
-
23:23 Revision 6360202f: [BUGFIX] Support persisting cloned related entities
- Cloning entities which are fetched as Doctrine proxy leads to an fatal
error in PersistenceManager. This patch fixes ... -
23:23 Revision 2dcbce6a: Merge "[BUGFIX] Support persisting cloned related entities"
-
17:16 Revision 92a068db: [BUGFIX] Adjust our Doctrine\Service to DBAL 2.4
- The internals of ForeignKeyConstraint changed between DBAL 2.3 and 2.4,
so this adjusts our tweaking of internal stat... -
11:34 Revision 9ffa7f90: [FEATURE] HHVM compatibility
- This commit introduces HHVM compatibility by working around some
behavioural differences between vanilla PHP and HHVM... -
10:10 Revision 3884ef10: Merge "[!!!][TASK] Decoupling of TYPO3.Party package"
-
09:08 Revision 958c8876: [!!!][TASK] Decoupling of TYPO3.Party package
- This makes the use of the ``TYPO3.Party`` package optional, hence fully
replaceable. The Account does not have a tigh...
2015-02-16
-
22:20 Revision e5b43b36: Merge "[BUGFIX] PersistentObjectConverter works with "immutable" properties"
-
18:30 Revision 0d1fd12e: Merge "[BUGFIX] Interface object configuration has no effect"
-
18:22 Task #44088 (Closed): Update CLDR data to current version
- Moved to https://jira.typo3.org/browse/FLOW-203
-
17:56 Bug #56601: PersistenceManager wrong handling of ORM\Id
- Patch set 8 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availabl... -
17:37 Bug #56601: PersistenceManager wrong handling of ORM\Id
- Patch set 7 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availabl... -
12:43 Revision cd197bf2: Merge "[FEATURE] The Query Object Model supports distinct queries"
-
11:38 Revision 9bf273a0: Merge "[BUGFIX] Properly support doctrine's indexBy attribute" into 2.1
-
11:20 Revision 8b083c74: Merge "[FEATURE] Account::isActive()"
-
11:06 Revision 17fc7ecc: [FEATURE] Account::isActive()
- This adds a convenience method to Account which allows for checking
if the account is currently active.
Also marks t... -
10:55 Revision cea236d4: Merge "[FEATURE] Use Doctrine ORM 2.4"
-
10:47 Revision b02b7a00: [!!!][BUGFIX] Preserve initial value of AOP-introduced properties
- This maintains the initial value of AOP-introduced properties,
if they are other than NULL, for example::
/* @Flow... -
10:00 Revision 04c43339: Merge "[FEATURE] A Translation EelHelper"
-
09:53 Revision 2d4ebed8: Merge "[TASK] Don't skip core migrations for packages that are not the root of a git repository"
-
09:49 Revision 5e2ca2fd: [BUGFIX] Adjust code migration identifier pattern to contain the full timestamp
- Previously code migrations are expected to have a class name with the
pattern ``Version<YYYYMMDDhhmm>`` and the uniqu... -
09:41 Revision fb470d8e: [TASK] Fix unit tests failing on PHP 5.6
- Some unit tests failed under PHP 5.6 because an argument to be passed by
reference was by value.
The affected tests n... -
09:28 Revision e1a2d203: [TASK] Fix unit tests failing on PHP 5.6
- Some unit tests failed under PHP 5.6 because an argument to be passed by
reference was by value.
The affected tests n... -
09:24 Revision 5568cbdf: [TASK] Fix unit tests failing on PHP 5.6
- Some unit tests failed under PHP 5.6 because an argument to be passed by
reference was by value.
The affected tests n... -
00:40 Revision eeda5c89: Merge "[!!!][TASK] Do not use LoggerFactory in a static context"
-
00:34 Revision 30516848: Merge "[TASK] Remove deprecated classes and methods"
-
00:30 Bug #37357 (Resolved): more suitable ValueObject hash creation for DateTime cases
- Applied in changeset commit:2d6a0dfdadd82877c210abead884cec55805ce16.
-
00:30 Bug #51236 (Resolved): ValueObject Identity generation broken in some cases
- Applied in changeset commit:2d6a0dfdadd82877c210abead884cec55805ce16.
-
00:17 Revision f72f1b1a: Merge "[BUGFIX] Fix broken unit test due to withoutAuthorizationChecks"
-
00:16 Revision 3e0faa27: Merge "[!!!][BUGFIX] Generate Value Object hash from property values"
-
00:05 Revision 57af9384: [BUGFIX] Fix broken unit test due to withoutAuthorizationChecks
- The call to ``withoutAuthorizationChecks`` cannot be easily mocked,
therefor the test prevents mocking of that method...
2015-02-15
-
22:51 Revision ec87f376: Merge "[FEATURE] Make introduced properties known to persistence"
-
22:16 Revision 2cd40192: [BUGFIX] Remove duplicate use statement
- This change removes a duplicate use statement for the
UnitTestCase in the AuthenticationProviderManagerTest.
Resolve... -
21:44 Revision c0fa4a0c: [FEATURE] ArrayMerge supports merging simple types and arrays
- ArrayMergeRecursiveCallback is a new method that accepts a closure
to map any non array type to an array in a custom ... -
21:08 Revision 21c5e4d2: [FEATURE] Make introduced properties known to persistence
- Properties being introduces via AOP are now correctly
picked up by Doctrine persistence. To achieve this,
the introdu... -
19:06 Revision bd08e88b: Merge topic 'fe-login (NEOS-433)'
- * changes:
[BUGFIX] Reset ``SecurityContextHash`` on logout
[TASK] Respect "SecurityContextHash" in doctrine caches -
18:26 Bug #37357: more suitable ValueObject hash creation for DateTime cases
- Patch set 13 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availab... -
17:40 Bug #37357: more suitable ValueObject hash creation for DateTime cases
- Patch set 12 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availab... -
11:57 Bug #37357: more suitable ValueObject hash creation for DateTime cases
- Patch set 11 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availab... -
18:26 Bug #51236: ValueObject Identity generation broken in some cases
- Patch set 13 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availab... -
17:40 Bug #51236: ValueObject Identity generation broken in some cases
- Patch set 12 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availab... -
11:57 Bug #51236: ValueObject Identity generation broken in some cases
- Patch set 11 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availab... -
18:26 Revision 2d6a0dfd: [!!!][BUGFIX] Generate Value Object hash from property values
- This changes the Value Objects' hash generation algorithm to
use the actual properties of the Value Object, not only ... -
18:25 Revision c8886643: Merge "[TASK] Ignore unknown Roles in Account->hasRole()"
-
18:24 Revision ba06eea6: Merge "[TASK] Unclutter Storage API and keep upload internal"
-
18:24 Revision 364bea19: [TASK] Unclutter Storage API and keep upload internal
- This removes the ``importUploadedResource()`` method from ``Collection``
and ``WriteableStorage`` to clean up the int... -
18:20 Revision 7a1362fb: Merge "[!!!][TASK] Fix order of DB migrations related to role handling"
-
18:07 Revision b783e6a2: [BUGFIX] Interface object configuration has no effect
- This fixes an issue with the object configuration for interfaces which
resulted in possibly defined configuration obj... -
17:52 Revision bc9132ca: Merge "[TASK] Fix unit tests failing on PHP 5.6"
-
17:51 Revision f9cfdde8: [TASK] Fix unit tests failing on PHP 5.6
- Some unit tests failed under PHP 5.6 because an argument to be passed by
reference was by value.
The affected tests n... -
17:25 Revision 12533f33: [TASK] Use CompileStatic for public action method information
- Change-Id: If6c6c4b87016d6d8bd9b14967f2112201c592b56
Resolves: NEOS-574
Releases: master -
17:18 Revision a31b73e6: [BUGFIX] PersistentObjectConverter works with "immutable" properties
- The PersistentObjectConverter sets convertedChildProperties on the
object after it was created (either newly construc... -
16:46 Revision 1d7f93e6: Merge topic 'CSRF (FLOW-130)'
- * changes:
[BUGFIX] Start session when fetching a CSRF token
[BUGFIX] Enforce CSRF token for sub requests -
16:46 Revision c4a93505: [!!!][TASK] Do not use LoggerFactory in a static context
- First step to build a more configurable system for factory
injection to be used to replace the logger with monolog.
... -
16:45 Revision 56975261: Merge "[FEATURE] Allow custom handling of propertyMapping errors"
-
16:44 Revision b3d8d37e: [TASK] Don't skip core migrations for packages that are not the root of a git repository
- This is a follow-up to If66a2dff21b239963728963f15437599a8442f72 that
reverts the new behavior of skipping packages t... - 16:38 Revision d1641d40: [!!!][TASK] Fix order of DB migrations related to role handling
- The migrations for MySQL and PostgreSQL related to the security policy
restructuring change https://review.typo3.org/... -
16:38 Revision bb1f800b: Merge "[!!!][TASK] Add charset and collation to all MySQL migrations"
-
16:37 Revision 654d7b16: Merge "[FEATURE] Add command to set charset/collation on MySQL"
-
16:03 Revision c39cb1bd: [!!!][TASK] Add charset and collation to all MySQL migrations
- This change set adds charset and collation to create table statements
in the existing migrations. This make sure the ... -
15:56 Revision 6ec7c87d: Merge "[FEATURE] Automatically remove sessions of deleted account"
-
15:40 Revision 1471e7e4: [BUGFIX] Account tagging causes Access Denied
- This fixes an issue with the account session tagging feature which has
been merged minutes ago. Content security bloc... -
14:38 Revision 207fe880: [FEATURE] Automatically remove sessions of deleted account
- This change adds a mechanism which automatically destroys all sessions
started by a particular account when that acco... -
13:57 Revision 20321e56: [FEATURE] Tag sessions with current account
- This change adds an account tag to all sessions started through
authentication. Through this tag it is possible to fi... -
13:37 Revision 81bef9d9: [FEATURE] Add command to set charset/collation on MySQL
- This adds a new command to set the character set and collation used in
MySQL::
./flow database:setcharset
It will... -
00:59 Revision 4de12ebd: [FEATURE] Use Doctrine ORM 2.4
- This change updates the requested Doctrine ORM version from 2.3 to 2.4.
The FlowAnnotationDriver is adjusted to matc...
2015-02-14
-
20:51 Revision e469b096: Merge "[!!!][FEATURE] Make ignoreTags configuration more flexible"
-
17:38 Revision 59c880f2: [BUGFIX] Properly support doctrine's indexBy attribute
- Doctrine allows an indexBy attribute at OneToMany and ManyToMany
relations. The current FlowAnnotationDriver removes ... -
17:35 Revision 6d90717b: [BUGFIX] Properly support doctrine's indexBy attribute
- Doctrine allows an indexBy attribute at OneToMany and ManyToMany
relations. The current FlowAnnotationDriver removes ... -
17:25 Revision fcd2517c: [BUGFIX] Properly support doctrine's indexBy attribute
- Doctrine allows an indexBy attribute at OneToMany and ManyToMany
relations. The current FlowAnnotationDriver removes ... -
17:25 Revision f861ec87: Merge "[BUGFIX] Properly support doctrine's indexBy attribute"
- 17:09 Revision 35d9188a: [TASK] Removed deprecated use of Inject for settings
- This removes the use of the Inject annotation for settings and instead
uses the new InjectConfiguration annotation in... -
17:07 Revision ccde7faf: Merge "[TASK] Embedded Entities in ObjectArray are lazy loaded"
-
17:00 Revision 4610941a: Merge "[TASK] Make i18n locale fallback rule handling a bit more robust" into 2.2
-
16:57 Revision 35cb05c9: Merge "[TASK] Make i18n locale fallback rule handling a bit more robust" into 2.3
-
13:01 Revision 77360fd9: [!!!][FEATURE] Make ignoreTags configuration more flexible
- This change makes the ``TYPO3.Flow.reflection.ignoreTags`` setting a dictionary
to allow for adding and changing tag ... -
13:00 Bug #48596 (Under Review): IgnoredTags configuration should be easier to configure from packages
- Patch set 14 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availab... -
10:58 Bug #48596 (Closed): IgnoredTags configuration should be easier to configure from packages
- Moved this to https://jira.typo3.org/browse/FLOW-199 and will take care of rebasing. Thank you! ;)
-
10:55 Bug #48596: IgnoredTags configuration should be easier to configure from packages
- Patch set 12 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availab... -
11:54 Bug #37357: more suitable ValueObject hash creation for DateTime cases
- Patch set 10 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availab... -
11:54 Bug #51236: ValueObject Identity generation broken in some cases
- Patch set 10 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availab... -
00:29 Revision f4f51ed4: [FEATURE] Improve handling of core migrations
- Features of this change:
* "version" flag to allow execution/fetching status of single migrations
* "verbose" flag t... -
00:08 Revision 0d41f8b6: [TASK] Suggest ext-curl in composer manifest
- The curl PHP extension is used in the HTTP client CurlEngine and thus
this change marks it as suggested in the compos... -
00:08 Revision f5872fa3: Merge "[TASK] Suggest ext-curl in composer manifest"
2015-02-13
-
18:25 Feature #47191: Make (property) Validators aware of parent class and the property they belong to
- Patch set 1 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availabl...
2015-02-12
-
20:10 Revision 2d583053: [!!!][TASK] Exclude Non-Flow packages from object management by default
- With this change all packages, that are not of one of the "typo3-flow-*"
composer types, are excluded from object man... -
16:55 Revision 197e914a: [FEATURE] The Query Object Model supports distinct queries
- This changeset introduces the methods getDistinct and setDistinct on
the Query object to allow queries to explicitly ... - 16:17 Revision 86f9b499: [TASK] Explain type attribute for InjectConfiguration annotation
- This fills a small gap in the documentation for the new configuration
injection mechanism.
Change-Id: I937adf167439b... -
16:11 Revision 89d251d1: Merge "[TASK] Tweak error handling in doctrine:migrationversion"
-
16:07 Revision 85cac3c9: Merge "[TASK] Use UTF-8 safe parse_url in Flow"
-
14:26 Feature #51405 (Rejected): Fix OneTo* associations from ValueObjects
- Abandoned, developes should just annotate it properly.
-
13:48 Feature #51405: Fix OneTo* associations from ValueObjects
- Patch set 2 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availabl... -
13:06 Revision 5781e053: [FEATURE] Support for variables in routing default values
- Currently placeholders are only supported in ``name`` and
``uriPattern``.
This adds support for ``default`` values a... -
12:40 Revision 552d6eb9: [BUGFIX] Support persisting cloned related entities
- Cloning entities which are fetched as Doctrine proxy leads to an fatal
error in PersistenceManager. This patch fixes ... -
11:39 Revision 29995604: Merge "[FEATURE] JsonView accepts encoding options"
-
11:31 Revision 8dbeab5e: [FEATURE] JsonView accepts encoding options
- json_encode supports multiple bitmask options.
see: http://www.php.net/manual/en/json.constants.php
These options ar... -
11:15 Revision a06f8eae: [FEATURE] Embedded Development Web Server
- By using ./flow server:run, a quick-and-dirty development server
is started; so no web server configuration is needed...
Also available in: Atom