Activity
From 2014-12-30 to 2015-01-28
2015-01-28
-
15:38 Revision 52439a29: Merge "[TASK] Introduce privilege subjects"
-
15:24 Revision b0b4e6ca: [TASK] Remove inaccessible code from ArrayConverter
- Remove code that is currently inaccessible, because the constant
STRING_FORMAT_SERIALIZED is not defined in the class... -
15:24 Revision 491eaa7f: [TASK] Remove inaccessible code from ArrayConverter
- Remove code that is currently inaccessible, because the constant
STRING_FORMAT_SERIALIZED is not defined in the class... -
15:24 Revision 5949d25a: Merge "[TASK] Remove inaccessible code from ArrayConverter"
-
15:17 Revision 849f11e9: [TASK] Improve CSRF log entries
- This change tweaks the log/exception messages of the
``CsrfProtection`` RequestPattern.
It also adjusts the behavior... -
15:03 Revision d52449e2: [TASK] Remove inaccessible code from ArrayConverter
- Remove code that is currently inaccessible, because the constant
STRING_FORMAT_SERIALIZED is not defined in the class... -
14:55 Revision 112cabc1: [TASK] Adjust Policy schema to new format
- This is a follow-up to the "Restructure policy component to new
Policy.yaml format" change (I84e188e89a05ec0dd1f9ee96... -
14:01 Revision 8be8c94c: [TASK] Introduce privilege subjects
- This change introduces a privilege subject interface
and a method implementation to pass method invocations
as subjec...
2015-01-27
- 15:49 Revision 0079049a: [TASK] Tweak error handling in doctrine:migrationversion
- Instead of an uncaught exception, two expected error states are now
handled in a more friendly way.
Change-Id: Ia2d4...
2015-01-24
2015-01-22
-
22:50 Revision a18bc062: [TASK] Micro-optimization by replacing file_exists with is_file
- If we know that we can expect a file and not a folder we can use
is_file instead of file_exists as it generally bench... -
19:09 Revision 90e59ebe: [TASK] Micro-optimizations for string length checks
- Adjusts some stringlength and string content checks for
performance reasons.
Change-Id: I100116f8680af7ff967cf53acfc...
2015-01-21
-
23:23 Revision bbc1a31b: [TASK] Update translations from translation tool
- Releases: master
2015-01-19
-
19:03 Revision 8ae8b37f: [BUGFIX] Adjust settings schema to "Add Configuration for Doctrine Filters"
- This fixes the ``TYPO3.Flow.persistence.schema.yaml`` according to the
"Add Configuration for Doctrine Filters" chang... -
18:50 Revision 9f2e4209: [BUGFIX] Adjust settings schema to new Resource Management
- This fixes the ``TYPO3.Flow.persistence.schema.yaml`` according to the
"Multi-Storage / Multi-Target Resource Managem... -
18:37 Revision 913cbcb4: [BUGFIX] Adjust settings schema to "Add Configuration for Doctrine Filters"
- This fixes the ``TYPO3.Flow.persistence.schema.yaml`` according to the
"Add Configuration for Doctrine Filters" chang... -
16:12 Revision 65f34550: Merge "[TASK] Use unicode-safe pathinfo function and use it where necessary"
2015-01-18
-
09:46 Revision 525a8942: [!!!][BUGFIX] Correct object modification exception trigger
- The PersistentObjectConverter throws an exception if there are
properties to be set on the object and modification wa...
2015-01-16
- 20:55 Revision 12e98e49: [BUGFIX] Package meta data do not contain package type.
- When loading packages using the PackageManager class, the associated
MetaData instance is not initialized with the pa... -
20:55 Revision 4a097a0d: Merge "[BUGFIX] Package meta data do not contain package type."
- 20:55 Revision 429cf116: [BUGFIX] Package meta data do not contain package type.
- When loading packages using the PackageManager class, the associated
MetaData instance is not initialized with the pa... -
20:31 Revision 2a2351c0: [BUGFIX] AOP works with __clone call on parent objects
- If, for example, you extend an entity which implements __clone
the AOP Framework breaks with an warning in developmen... -
20:31 Revision 7a9930bf: [BUGFIX] AOP works with __clone call on parent objects
- If, for example, you extend an entity which implements __clone
the AOP Framework breaks with an warning in developmen... -
20:31 Revision 0850d92c: [BUGFIX] AOP works with __clone call on parent objects
- If, for example, you extend an entity which implements __clone
the AOP Framework breaks with an warning in developmen... -
20:31 Revision 390dc51c: Merge "[BUGFIX] AOP works with __clone call on parent objects"
-
19:29 Revision 9921f3c0: [TASK] Use unicode-safe pathinfo function and use it where necessary
- ``pathinfo()`` function is not unicode-friendly
if setlocale is not set. It's sufficient to set it
to any UTF-8 local... -
18:41 Revision 7232fed5: Merge "[!!!][FEATURE] Introduce InjectConfiguration Annotation"
-
15:38 Revision 0f58d2be: Merge "[BUGFIX] Package keys with different case should not be allowed"
2015-01-15
-
16:05 Revision 8c4fdc4c: [BUGFIX] Respect correct property filling priority in ObjectConverter
- The order preference to try to set a property
via constructor, via setter and via public property
is now respected co...
2015-01-09
-
16:31 Revision 5383438d: [!!!][FEATURE] Introduce InjectConfiguration Annotation
- This adds a new ``InjectConfiguration` annotation that can be used to
easily inject settings or other configuration t... -
12:43 Revision c6e671cf: [BUGFIX] AOP works with __clone call on parent objects
- If, for example, you extend an entity which implements __clone
the AOP Framework breaks with an warning in developmen...
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
Also available in: Atom