Activity
From 2015-01-04 to 2015-02-02
2015-02-01
-
14:00 Revision ab642b4a: Merge "[BUGFIX] Throw exception when trying to reflect a non-existing class" into 2.2
-
14:00 Revision 349e5ed2: Merge "[BUGFIX] Throw exception when trying to reflect a non-existing class" into 2.3
-
13:58 Revision 04b8ac8d: [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... -
13:58 Revision 20410ba5: [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... -
10:25 Revision 739490df: Merge "[BUGFIX] AOP works with __clone call on parent objects" into 2.3
-
01:44 Revision 4d0f1daa: [BUGFIX] Properly support doctrine's indexBy attribute
- Doctrine allows an indexBy attribute at OneToMany and ManyToMany
relations. The current FlowAnnotationDriver removes ... -
01:38 Revision 101c74ec: Merge "[FEATURE] Allow setting ini entries to sub requests"
-
01:19 Revision f63915c9: [TASK] Use UTF-8 safe parse_url in Flow
- This adds parse_url() to the Unicode\Functions class and makes use of it
throughout Flow.
See https://bugs.php.net/5... -
00:16 Revision c580bb93: [TASK] Make i18n locale fallback rule handling a bit more robust
- If the locale fallback rule for the i18n framework is given without order an
exception is thrown. A missing strict fl... -
00:16 Revision cf4ed122: [TASK] Make i18n locale fallback rule handling a bit more robust
- If the locale fallback rule for the i18n framework is given without order an
exception is thrown. A missing strict fl... -
00:16 Revision 2fffc93f: [TASK] Make i18n locale fallback rule handling a bit more robust
- If the locale fallback rule for the i18n framework is given without order an
exception is thrown. A missing strict fl... -
00:04 Revision bcb2f215: Merge "[BUGFIX] Adjust settings schema to new Resource Management"
2015-01-31
-
23:20 Revision ae22ca6c: [TASK] Remove deprecated classes and methods
- This removes everything marked deprecated in 2.0 and before.
Actually we should also remove everything that was depre... -
22:19 Revision 0648e366: Merge "[BUGFIX] Package meta data do not contain package type." into 2.3
2015-01-30
-
15:17 Revision 78690419: [BUGFIX] Constraint with "IN" and empty collection should work
- Entity constraints using "IN" where the argument resulted in an
empty array would generate a query that contained an ... -
14:59 Revision 02ce8f84: [TASK] Ignore unknown Roles in Account->hasRole()
- As a followup to the change I10968698163d70b9ea387b098eb3bb46ed09c98f
this addresses the concern about hasRole() bein... -
14:35 Revision 0c8ed7da: [!!!][BUGFIX] SessionManagerInterface and SessionInterface are incomplete
- This change adds functions which have been around for some time now
in Session and SessionManager to their respective... -
14:17 Revision 2325c8d3: Merge "[TASK] Ignore invalid roles in Account->getRoles()"
-
14:03 Revision 23163465: Merge "[BUGFIX] Adjust settings schema to "Add Configuration for Doctrine Filters"" into 2.3
-
14:00 Revision db46cfcb: [BUGFIX] Properly resolve case of Subpackage Key in ActionRequest
- ``ActionRequest::getControllerSubpackageKey()`` failed to return the
correctly cased subpackage key.
This is not the ... -
14:00 Revision 5bcc3e04: Merge "[BUGFIX] Properly resolve case of Subpackage Key in ActionRequest"
-
11:59 Revision 63d04f76: [TASK] Ignore invalid roles in Account->getRoles()
- This change adds a safeguard which ignores role identifiers which are
possibly still stored with an account, but refe... -
11:58 Revision 01d314d1: [TASK] Fix warnings during reStructuredText rendering
- This tweaks rst files to get rid of some warnings that are emitted
during documentation rendering.
Change-Id: Ib2547... -
11:51 Revision df552f71: [TASK] Fix warnings during reStructuredText rendering
- This tweaks rst files to get rid of some warnings that are emitted
during documentation rendering.
Change-Id: I6bda0...
2015-01-29
-
23:11 Revision eb93c7b5: [TASK] Remove leftover table
- This change removes the typo3_flow_resource_publishing_abstractpublishingconfiguration
table that should not be prese... -
19:16 Revision 0dba7b75: Merge "[TASK] Adjust Policy schema to new format"
-
16:03 Task #55953: Repair and streamline ValueObject support
- It would be great if we could tackle this for Flow 3.0 (feature freeze in 2 weeks). I'll happily help reviewing and t...
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-25
-
18:23 Feature #3153: Support of action based filter rules defined by annotation.
- There is a working solution for @filter implemented as an extension (for Extbase). I like their approach and think we...
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
-
18:54 Bug #37357: more suitable ValueObject hash creation for DateTime cases
- Patch set 9 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availabl... -
18:51 Bug #37357: more suitable ValueObject hash creation for DateTime cases
- Patch set 8 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availabl... -
18:54 Bug #51236: ValueObject Identity generation broken in some cases
- Patch set 9 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availabl... -
18:51 Bug #51236: ValueObject Identity generation broken in some cases
- Patch set 8 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availabl... -
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-05
-
11:39 Feature #43082: Add CLI support for scaffolding models, views, controller
- FYI: On request of the CMS team I have archived the "Extbase" project in Forge (https://forge.typo3.org/projects/typo...
Also available in: Atom