Activity
From 2014-11-18 to 2014-12-17
2014-12-17
-
13:04 Feature #55869: Allow custom handling of propertyMapping errors
- FYI: The last commit works, but is missing some tests and does not address all previously discussed issues.. Please p...
-
13:01 Feature #55869 (Under Review): Allow custom handling of propertyMapping errors
- Patch set 3 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availabl... -
11:56 Revision 9e008e96: [TASK] Cleanup PersistentObjectConverter and tweak InvalidSourceException
- This is basically a cosmetic change to the ``PersistentObjectConverter``
and corresponding unit test which incorporat...
2014-12-16
-
11:59 Bug #47073 (New): Cookie causes Error after Update
- I still agree that this is an important issue but in order to prevent this from lingering on in limbo I unassign myse...
-
11:50 Feature #37604 (Resolved): Make Flow RestController useless by improving MVC stack
- -With version 2.3 (and partly 2.2) The RestController is deprecated and no longer required- The RestController is st...
-
11:33 Feature #43569 (Closed): Exception Handler should respect format
- This ticket has been moved to https://jira.typo3.org/browse/NEOS-108
-
11:00 Feature #55869 (Needs Feedback): Allow custom handling of propertyMapping errors
- @Georg sorry for the lack of feedback, I lost track of this one.. With #54618 the situation has already improved in t...
-
10:52 Bug #60556: Form VewiHelpers inside a Widget that is inside a f:form, are unaware of the surrounding form
- Hey Christian,
thanks for the feedback! I see your point but I think everything you mention can be achieved today ... -
10:14 Feature #54600 (Resolved): Request arguments not available in all HTTP methods
- With the "HTTP Components" feature introduced in the recently released version 2.3 this issue has been resolved. Plea...
-
10:12 Feature #48419: Create a way to assign roles to a command controller
- I'd suggest to disable authorization for CLI requests altogether. With the current version this should be very easy (...
2014-12-15
-
13:05 Bug #47271 (Closed): Advices for parent class' methods throw warning when called in subclass
- This ticket has been moved to https://jira.typo3.org/browse/FLOW-155
2014-12-14
-
11:46 Feature #54037: JsonView accepts encoding options
- Patch set 5 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availabl... -
11:21 Bug #56601: PersistenceManager wrong handling of ORM\Id
- Patch set 6 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availabl...
2014-12-13
-
12:26 Revision 13231689: [BUGFIX] Fix duplicate keys in Testing/Settings.yaml
- Change-Id: I90d7fd67204b41214ac2db0adebc54af1e3152c5
Releases: master -
11:52 Revision 6fb8e4ae: [BUGFIX] Package keys with different case should not be allowed
- Composer packages could change their Flow package key case, the package
manager needs to prevent registering the same...
2014-12-11
-
14:26 Revision d4f878e9: [BUGFIX] Properly resolve case of Subpackage Key in ActionRequest
- ``ActionRequest::getControllerSubpackageKey()`` failed to return the
correctly cased subpackage key.
This is not the ... -
00:22 Revision c74b06be: [TASK] Update composer manifest
- See https://ci.neos.typo3.org/job/typo3-flow-release/27/
Releases: 2.3 -
00:22 Revision 56446eea: [TASK] Add changelog for TYPO3 Flow 2.3.0
- See https://ci.neos.typo3.org/job/typo3-flow-release/27/
Releases: 2.3 -
00:22 Revision c8ddfe60: [TASK] Update references in documentation
- See https://ci.neos.typo3.org/job/typo3-flow-release/27/
Releases: 2.3 -
00:20 Revision 7bd5d7bc: Merge "[TASK] Explain "inconsistent naming" of classes and interfaces" into 2.3
-
00:19 Revision 6cdc370d: Merge "[BUGFIX] Get rid of TYPO3CR dependency in integration tests" into 2.3
2014-12-10
- 20:19 Revision 3c271dcc: [BUGFIX] Documentation: Correct pagination widget example
- The example code for a fluid widgets uses a
not working syntax of the pagination widget.
Move the configuration for ... -
16:17 Revision b7d329c5: [FEATURE] Filesize utility functions
- This adds two new convenient functions to ``Utility\Files`` that allow
for converting a number of bytes to a human-re... -
16:16 Revision db009a76: Merge "[FEATURE] Filesize utility functions"
-
13:48 Revision 13331c56: Merge "[FEATURE] Add PackageKeys as namespaces to TemplateParser"
-
10:48 Revision db800d7c: [FEATURE] Filesize utility functions
- This adds two new convenient functions to ``Utility\Files`` that allow
for converting a number of bytes to a human-re... -
10:08 Revision c83f57a9: [BUGFIX] Get rid of TYPO3CR dependency in integration tests
- This change extracts the trait inclusion in a package specific
behat helper class and not directly into the command c...
2014-12-09
- 17:03 Revision fe450cff: [FEATURE] Allow to send custom request headers automatically
- The Browser provides a method to set headers to be sent with every
request now::
$browser->addAutomaticRequestHead... -
15:52 Revision 6b7f78d1: Merge "[BUGFIX] Get rid of TYPO3CR dependency in integration tests"
-
13:50 Revision 97afd2d6: [BUGFIX] Get rid of TYPO3CR dependency in integration tests
- This change extracts the trait inclusion in a package specific
behat helper class and not directly into the command c...
2014-12-08
- 21:09 Revision e2064e8a: [FEATURE] Add PackageKeys as namespaces to TemplateParser
- This change registers a Fluid ViewHelper namespace for every
active package.
This means, that you can call any packa... -
14:38 Revision c7cc9b6d: [!!!][TASK] Introduce InjectSettings Annotation
- This change mainly cleans up injection code by moving reading of
injection annotations to the ConfigurationBuilder fr... -
13:09 Revision e15d72ed: [TASK] Tweak Quickstart tutorial
- Adjusts the Quickstart to be in sync with recent Flow changes.
Change-Id: I15df5b59ad5b4c61911de74395d32dc9e0c1b8ee
... -
13:08 Revision 3959bd10: [TASK] Tweak Quickstart tutorial
- Adjusts the Quickstart to be in sync with recent Flow changes.
Change-Id: I15df5b59ad5b4c61911de74395d32dc9e0c1b8ee
... -
13:08 Revision 8ec4db2d: Merge "[TASK] Tweak Quickstart tutorial"
2014-12-07
-
00:10 Revision 288e0aae: [TASK] Explain "inconsistent naming" of classes and interfaces
- This adds the wonderful explanation the reasons for our naming of
classes and interfaces that Jacob Floyd sent to the... -
00:10 Revision fe3122cc: [TASK] Explain "inconsistent naming" of classes and interfaces
- This adds the wonderful explanation the reasons for our naming of
classes and interfaces that Jacob Floyd sent to the... -
00:10 Revision 34eb3176: [TASK] Explain "inconsistent naming" of classes and interfaces
- This adds the wonderful explanation the reasons for our naming of
classes and interfaces that Jacob Floyd sent to the...
2014-12-04
-
15:52 Revision dbf7db54: [TASK] Tweak Quickstart tutorial
- Adjusts the Quickstart to be in sync with recent Flow changes.
Change-Id: I15df5b59ad5b4c61911de74395d32dc9e0c1b8ee
... -
15:13 Revision 0e821031: Merge "[FEATURE] UriTemplate implementation"
-
09:32 Revision 8262726d: Merge "[TASK] Explain "inconsistent naming" of classes and interfaces"
2014-12-03
-
23:10 Revision 4b700d0f: [TASK] Update composer manifest
- See https://ci.neos.typo3.org/job/typo3-flow-release/26/
Releases: 2.3 -
23:10 Revision 7f26dd18: [TASK] Add changelog for TYPO3 Flow 2.3.0-beta3
- See https://ci.neos.typo3.org/job/typo3-flow-release/26/
Releases: 2.3 -
23:10 Revision 9d1f83bf: [TASK] Update references in documentation
- See https://ci.neos.typo3.org/job/typo3-flow-release/26/
Releases: 2.3 -
16:58 Revision 13ed99cb: [BUGFIX] Throw exception when trying to reflect a non-existing class
- Previously the ``ReflectionService`` ignored classes that couldn't be
loaded. It just logged an error and marked the ... -
16:58 Revision 9fbc677b: [BUGFIX] Throw exception when trying to reflect a non-existing class
- Previously the ``ReflectionService`` ignored classes that couldn't be
loaded. It just logged an error and marked the ... -
16:58 Revision 0ded0a4c: [BUGFIX] Throw exception when trying to reflect a non-existing class
- Previously the ``ReflectionService`` ignored classes that couldn't be
loaded. It just logged an error and marked the ... -
16:57 Revision 4f406702: [BUGFIX] Throw exception when trying to reflect a non-existing class
- Previously the ``ReflectionService`` ignored classes that couldn't be
loaded. It just logged an error and marked the ... -
09:30 Revision 5d271a03: [TASK] Explain "inconsistent naming" of classes and interfaces
- This adds the wonderful explanation the reasons for our naming of
classes and interfaces that Jacob Floyd sent to the...
2014-12-02
-
17:09 Revision 2dea8521: Merge "[BUGFIX] Make sure functional tests have default resource setup"
-
16:07 Revision e59621f2: Merge "[BUGFIX] Adjust settings schema to "HTTP components for handling requests""
-
15:55 Revision 61f2155c: [BUGFIX] Adjust settings schema to "HTTP components for handling requests"
- This fixes the ``TYPO3.Flow.http.schema.yaml`` according to the
"HTTP Components" feature introduced with
I1e2491dba5... -
15:53 Revision 1911a096: Merge "[FEATURE] Collection and object to array converters"
-
15:53 Revision 758ac6b1: Merge "[TASK] Array converter should use streams to copy resource files"
-
12:56 Revision b6e88166: [BUGFIX] Adjust settings schema to "HTTP components for handling requests"
- This fixes the ``TYPO3.Flow.http.schema.yaml`` according to the
"HTTP Components" feature introduced with
I1e2491dba5... -
12:36 Revision 90048d04: Merge "[BUGFIX] Use bin2hex in ObjectArray when using PostgreSQL" into 2.3
-
12:22 Revision 905631f8: Merge "[BUGFIX] Use bin2hex in ObjectArray when using PostgreSQL"
-
12:05 Revision b7270466: [BUGFIX] PHP Notice when multiple namespace roots are set
- The ``Package`` class triggers a PHP Notice when a composer manifest
contains several search paths for the same prefi... -
12:00 Revision 009ec987: [BUGFIX] PHP Notice when multiple namespace roots are set
- The ``Package`` class triggers a PHP Notice when a composer manifest
contains several search paths for the same prefi... -
11:35 Revision a095526d: [BUGFIX] PHP Notice when multiple namespace roots are set
- The ``Package`` class triggers a PHP Notice when a composer manifest
contains several search paths for the same prefi... -
11:35 Revision e414c79c: Merge "[BUGFIX] PHP Notice when multiple namespace roots are set"
-
11:24 Revision 7a8553fe: [BUGFIX] Support custom factories for constructor argument injection
- It should be possible to use custom factories (``factoryObjectName``)
for constructor injection (``arguments``) the s... -
11:24 Revision 93b89b57: Merge "[BUGFIX] Support custom factories for constructor argument injection"
-
11:17 Bug #51809: Commit "[BUGFIX] Published resources don't support symlinks" produces an fatal error on Windows
- Patch set 2 for branch *2.3* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is available a... -
11:17 Feature #51676: Support of symlinks for Resources
- Patch set 2 for branch *2.3* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is available a... -
10:17 Revision b196453b: [BUGFIX] PHP Notice when multiple namespace roots are set
- The ``Package`` class triggers a PHP Notice when a composer manifest
contains several search paths for the same prefi...
2014-12-01
-
16:56 Bug #51809: Commit "[BUGFIX] Published resources don't support symlinks" produces an fatal error on Windows
- Patch set 1 for branch *2.3* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is available a... -
16:56 Feature #51676: Support of symlinks for Resources
- Patch set 1 for branch *2.3* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is available a... -
13:49 Revision d7d32c91: [BUGFIX] Make sure functional tests have default resource setup
- Duplicates the default resource configuration to the testing
context to make sure that functional tests have a defaul... -
13:28 Revision a884025d: [BUGFIX] Prevent iteration over empty collection
- This shouldn't make a difference but with the current way
properties are serialized in the TYPO3CR it can happen that... -
13:28 Revision 5eb00169: [BUGFIX] Prevent iteration over empty collection
- This shouldn't make a difference but with the current way
properties are serialized in the TYPO3CR it can happen that... -
13:28 Revision 0a869f13: [BUGFIX] Prevent iteration over empty collection
- This shouldn't make a difference but with the current way
properties are serialized in the TYPO3CR it can happen that... -
13:28 Revision f3ab4e9f: Merge "[BUGFIX] Prevent iteration over empty collection"
-
12:30 Revision e60ce0cb: [BUGFIX] Support custom factories for constructor argument injection
- It should be possible to use custom factories (``factoryObjectName``)
for constructor injection (``arguments``) the s... -
10:38 Revision 6f1da6e0: [TASK] Array converter should use streams to copy resource files
- Change-Id: Ica5f73a04f45ae9847e0e71c579801446dff1166
Releases: master -
10:36 Revision 0576ad6b: [FEATURE] Collection and object to array converters
- Adds two TypeConverters to convert objects to arrays and
Doctrine Collections to arrays.
Change-Id: I0212d17dfab34c8... -
10:20 Revision 5cec71dd: Merge "[FEATURE] Command for detecting and cleaning up broken resources"
2014-11-29
-
22:48 Revision 7a212ccf: [TASK] Adjust documentation to PHP 5.5
- Adjust version requirements and remove magic quotes hint.
Change-Id: Ia7e8eb46d94c8f7a23c1acf1e2553e86a2b1fce1
Relea... -
00:11 Revision 1e764d08: [BUGFIX] Use bin2hex in ObjectArray when using PostgreSQL
- The ObjectArray type still uses serialize() to convert to the database
value, thus producing data that cannot be used...
2014-11-28
-
23:52 Revision 9c0df0db: [BUGFIX] Use bin2hex in ObjectArray when using PostgreSQL
- The ObjectArray type still uses serialize() to convert to the database
value, thus producing data that cannot be used... -
23:16 Revision 82939e0b: [FEATURE] Command for detecting and cleaning up broken resources
- This introduces a new command "resource:clean" which allows for detecting
resources which have no corresponding data ... -
16:43 Revision afed2e46: [TASK] Throw more meaningful exception if resource could not be published
- This throws a more meaningful exception if a resource as part of a
collection to be published had no accesible data (... -
16:32 Revision 5711391b: Merge "[BUGFIX] Regression in core migration 20141113121400"
-
14:56 Revision dc0b6ef7: [FEATURE] ResourceTypeConverter allows setting of collection
- Adds PropertyMappingConfiguration options for the
ResourceTypeConverter to directly set the used collection via
``CON... -
14:53 Revision 45523d8e: [BUGFIX] Regression in core migration 20141113121400
- In change I30de07c0bb5d322f1b8aa64d1cc890ebbe4c9ab9 we modified the
core migration Version20141113121400. However, "$... -
10:27 Revision 1ced9cb1: Merge "[TASK] Adjust to PHP 5.5 requirement, remove checks, fix date.timezone"
-
10:04 Revision c29e10c7: Merge "[TASK] Add "suggest" and "conflict" dependencies to newly created composer manifests" into 2.3
-
09:57 Revision 07e41e7e: Merge "[BUGFIX] "Session Not Started" exception"
-
09:42 Revision 5affe9b4: [BUGFIX] "Session Not Started" exception
- The sole existence of the method Resource->__destruct() leads Doctrine
to proxy that method and run __load() before _...
2014-11-27
-
12:10 Revision 8d1c6aba: Merge "[FEATURE] Pointcut constraints on annotation properties"
-
10:42 Revision 66c68566: [TASK] Better way to close resource source stream
- Using RackspaceCloudFiles I experienced "too many open files" errors.
This led me to change the point where one shoul... -
10:36 Bug #59031 (Closed): Broken Reflection behavior on class-/filename mismatch
- Issue has been moved to https://jira.typo3.org/browse/FLOW-128
-
10:24 Revision 32b61199: [FEATURE] Pointcut constraints on annotation properties
- With this change it is possible to add constraints on annotation
property values to the ``classAnnotatedWith`` and ``... -
10:14 Revision fae9d8f2: [BUGFIX] Prevent iteration over empty collection
- This shouldn't make a difference but with the current way
properties are serialized in the TYPO3CR it can happen that... -
09:41 Bug #59366: fix* lifecycle callbacks should not be registered for unproxied entities
- Patch set 2 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availabl... -
09:34 Bug #59442: Composite primary keys including foreign entity don't work
- Patch set 2 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availabl...
2014-11-26
-
17:35 Revision aae3e552: [TASK] Remove unused flag from BaseTestCase
- That flag has been deprecated sine PHPUnit 3.3, so it is time to say
goodbye.
Change-Id: Ide36657ad9ce4167db75877705... -
17:20 Revision 8fc40d74: [TASK] Remove unused flag from BaseTestCase
- That flag has been deprecated sine PHPUnit 3.3, so it is time to say
goodbye.
Change-Id: Ide36657ad9ce4167db75877705... -
15:11 Revision ee150846: [TASK] Add "suggest" and "conflict" dependencies to newly created composer manifests
- Newly created composer manifests only contained the "require" dependencies
of the package meta data. With this change... -
15:10 Revision c89adb6c: [TASK] Add "suggest" and "conflict" dependencies to newly created composer manifests
- Newly created composer manifests only contained the "require" dependencies
of the package meta data. With this change... -
15:10 Revision 12cd73c1: [TASK] Add "suggest" and "conflict" dependencies to newly created composer manifests
- Newly created composer manifests only contained the "require" dependencies
of the package meta data. With this change... -
14:34 Revision 599b60f6: Merge "[TASK] Add "suggest" and "conflict" dependencies to newly created composer manifests"
-
14:25 Revision cc013cf1: [FEATURE] Allow privilege evaluation for arbitrary roles
- This adds two methods ``isGrantedForRoles()`` and
``isPrivilegeTargetGrantedForRoles()`` to the
``PrivilegeManagerInt... -
11:51 Revision da6c2b26: [TASK] Update composer manifest
- See https://ci.neos.typo3.org/job/typo3-flow-release/25/
Releases: 2.3 -
11:51 Revision fefd2f14: [TASK] Add changelog for TYPO3 Flow 2.3.0-beta2
- See https://ci.neos.typo3.org/job/typo3-flow-release/25/
Releases: 2.3 -
11:51 Revision 1cdd6a92: [TASK] Update references in documentation
- See https://ci.neos.typo3.org/job/typo3-flow-release/25/
Releases: 2.3 -
11:01 Revision 18ea6b58: Merge "[TASK] Make "renderingGroup" available to custom exception handlers"
-
10:42 Feature #54092 (Resolved): Respect implementation of JsonSerializable Interface
-
10:35 Feature #54092: Respect implementation of JsonSerializable Interface
- Patch set 9 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availabl... -
10:35 Feature #54092: Respect implementation of JsonSerializable Interface
- Patch set 1 for branch *2.3* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is available a... -
10:35 Feature #54092: Respect implementation of JsonSerializable Interface
- Patch set 8 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availabl... -
10:39 Revision 4829ea3d: Merge "[FEATURE] Respect implementation of JsonSerializable interface"
-
10:35 Revision ab32c306: [FEATURE] Respect implementation of JsonSerializable interface
- The JsonView will call jsonSerialize() in transformValue()
for objects implementing the JsonSerializable interface. T... -
10:35 Revision 78efef80: [FEATURE] Respect implementation of JsonSerializable interface
- The JsonView will call jsonSerialize() in transformValue()
for objects implementing the JsonSerializable interface. T...
2014-11-25
-
17:50 Revision d58e4f1b: [TASK] Fix duplicate exception codes
- These exception codes were copied from the Eel package, now they are
timestamps fresh off the press.
Change-Id: I08b... -
15:40 Feature #54092: Respect implementation of JsonSerializable Interface
- Patch set 7 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availabl... -
15:40 Feature #54092: Respect implementation of JsonSerializable Interface
- Patch set 6 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availabl... -
12:51 Revision 4f2ec908: [TASK] Add "suggest" and "conflict" dependencies to newly created composer manifests
- Newly created composer manifests only contained the "require" dependencies
of the package meta data. With this change... -
10:40 Revision 5ca596bf: [TASK] Adjust to PHP 5.5 requirement, remove checks, fix date.timezone
- The constant for the minimum PHP version has been raised to PHP 5.5.0 and some
code that existed purely for backwards...
2014-11-24
-
15:04 Revision 8fd47ebf: [TASK] Make "renderingGroup" available to custom exception handlers
- This change adjusts the exception handling slightly to make the
resolved "renderingGroup" available to custom excepti... -
09:22 Revision 20f71803: Merge "[TASK] Add missing doc comments in ResourceManager"
-
08:58 Revision da75a381: [TASK] Fix wrong path in documentation
- Change-Id: Ideccaa4c72adb4b94ed4e61b3a16b4baa52621bf
Resolves: FLOW-91
Releases: master, 2.2, 2.1, 2.0 -
08:58 Revision a943252c: [TASK] Fix wrong path in documentation
- Change-Id: Ideccaa4c72adb4b94ed4e61b3a16b4baa52621bf
Resolves: FLOW-91
Releases: master, 2.2, 2.1, 2.0 -
08:57 Revision 58159cad: [TASK] Fix wrong path in documentation
- Change-Id: Ideccaa4c72adb4b94ed4e61b3a16b4baa52621bf
Resolves: FLOW-91
Releases: master, 2.2, 2.1, 2.0 -
08:57 Revision 09fdedec: Merge "[TASK] Fix wrong path in documentation"
2014-11-23
-
18:03 Revision 8e59dcfa: [TASK] Add missing doc comments in ResourceManager
- Change-Id: I1c8f60d170608533bb2ae22ed3468aba6fb08ae6
Releases: master
Resolves: NEOS-789
2014-11-21
-
09:22 Revision 3443cc61: [BUGFIX] Fix postPackageUpdateAndInstall() in Flow
- When a package declares it has some resource to install by defining::
"extra": {
"typo3/flow": {
"...
2014-11-20
-
15:21 Revision bd3d8c69: [BUGFIX] Fix postPackageUpdateAndInstall() in Flow
- When a package declares it has some resource to install by defining::
"extra": {
"typo3/flow": {
"... -
14:26 Revision 58e7ee94: [BUGFIX] Memcached backend not cleared across Cli/Web requests
- This is because the backend is bound to the executing script + SAPI mode
and not the installation path + Flow context... -
14:26 Revision 56992832: [BUGFIX] Memcached backend not cleared across Cli/Web requests
- This is because the backend is bound to the executing script + SAPI mode
and not the installation path + Flow context... -
14:26 Revision 301abc73: [BUGFIX] Memcached backend not cleared across Cli/Web requests
- This is because the backend is bound to the executing script + SAPI mode
and not the installation path + Flow context... -
14:26 Revision 66eb4cb7: Merge "[BUGFIX] Memcached backend not cleared across Cli/Web requests"
-
13:53 Revision 30e2e98d: [BUGFIX] Fix getStaticResourcesWebBaseUri()
- This fixes the deprecated method ``getStaticResourcesWebBaseUri()``
in the ResourcePublisher and adds some logging fo...
2014-11-19
-
17:36 Revision 59b4c371: [TASK] Fix a doc comment in ResourcePublisher
- Change-Id: Ia433455dc269fe54c20767636bdc557c390f2aa3
Releases: master -
16:49 Revision 0b0ca50e: [FEATURE] Add entity privilege target for Doctrine persistence
- Adds a new privilege type, beeing able to filter all Doctrine queries
for entities the current roles should not be al... -
16:35 Revision f2cb0691: Merge "[!!!][FEATURE] Multi-Storage / Multi-Target Resource Management"
-
15:47 Revision 11b0d756: [TASK] Move privilege evaluation into privilege manager
- To avoid usage of a static vote functions in privilege
classes, this change moves evaluation of privileges into
the p... -
15:28 Revision 37396c7c: [!!!][FEATURE] Multi-Storage / Multi-Target Resource Management
- This change introduces a revised resource management which allows
for storage and publication of persistent or static... -
11:12 Revision 6c253fb0: [BUGFIX] Memcached backend not cleared across Cli/Web requests
- This is because the backend is bound to the executing script + SAPI mode
and not the installation path + Flow context... -
01:27 Revision eef5f61e: [TASK] Update translations from translation tool
- Releases: master
2014-11-18
-
18:04 Revision ff28790e: [TASK] Remove unused test fixture
- Change-Id: Iebd15add7b9db88a1644c76b17a8730d8d97b37a
Releases: master -
10:34 Feature #53080: Support for multiple domains
- Sorry, I have to unassign myself. this is currently no blocker for neos, so I have to prioritize other todos. If anyo...
-
01:27 Revision 88b2e59b: [TASK] Update translations from translation tool
- Releases: master
Also available in: Atom