Activity
From 2014-12-09 to 2015-01-07
2015-01-07
-
16:03 Revision e3f7875e: Merge "[TASK] Cleanup PersistentObjectConverter and tweak InvalidSourceException"
2015-01-06
-
14:28 Revision d211a407: [BUGFIX] Log exceptions recursively in ``SystemLogger::logException()``
- With this change "post mortem" information about the complete exception
chain is logged, and not only for the outer e... -
14:28 Revision c9636be6: [BUGFIX] Log exceptions recursively in ``SystemLogger::logException()``
- With this change "post mortem" information about the complete exception
chain is logged, and not only for the outer e... -
14:27 Revision ba3069d0: Merge "[BUGFIX] Log exceptions recursively in ``SystemLogger::logException()``"
-
14:26 Revision 38602eb9: [BUGFIX] Log exceptions recursively in ``SystemLogger::logException()``
- With this change "post mortem" information about the complete exception
chain is logged, and not only for the outer e... -
14:17 Revision 0bb8bac7: [BUGFIX] Adjust CommandLine documentation to refactored console output
- This adjusts the ``CommandLine`` section of the documentation to
changes introduced with Ia77c62b41fb598bdfb7b81c5304... -
14:15 Revision 27c9de83: [BUGFIX] Adjust CommandLine documentation to refactored console output
- This adjusts the ``CommandLine`` section of the documentation to
changes introduced with Ia77c62b41fb598bdfb7b81c5304...
2015-01-02
-
12:38 Revision 2d6f4069: [TASK] Add changelog for TYPO3 Flow 2.3.1
- See https://ci.neos.typo3.org/job/typo3-flow-release/28/
Releases: 2.3 -
12:38 Revision 037bb939: [TASK] Update references in documentation
- See https://ci.neos.typo3.org/job/typo3-flow-release/28/
Releases: 2.3
2014-12-24
-
13:55 Revision 2c940da5: [TASK] Update documentation for the new resource management
- Change-Id: I3772495e3f7f01c1561a1ad905c1eeb20ee2575b
Resolves: FLOW-114
Releases: master - 11:51 Revision a6a29f06: [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 ... -
11:51 Revision 4e372fc5: Merge "[BUGFIX] Documentation: Correct pagination widget example"
-
11:44 Revision 627733d5: Merge "[BUGFIX] Adjust settings schema to "Add a generic lock class""
2014-12-19
-
14:28 Revision e6090092: [BUGFIX] Adjust settings schema to "Add a generic lock class"
- This fixes the ``TYPO3.Flow.utility.schema.yaml`` according to the
"Add a generic lock class" change introduced with
... -
14:27 Revision f543c7bb: [BUGFIX] Adjust settings schema to "Add a generic lock class"
- This fixes the ``TYPO3.Flow.utility.schema.yaml`` according to the
"Add a generic lock class" change introduced with
...
2014-12-18
-
18:40 Revision c4d33d82: [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... -
18:37 Revision 294a2a67: [TASK] Cosmetic cleanup in CLI and bootstrap classes
- This is a non-functional change that incorporates following
adjustments in order to increase readability and IDE supp... -
12:40 Revision 122c134f: [FEATURE] Automatically move generated migration to package
- This adds some interaction to the ``doctrine:migrationgenerate``
command allowing to move generated doctrine migratio...
2014-12-17
-
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-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...
Also available in: Atom