Activity
From 2014-09-04 to 2014-10-03
2014-10-03
-
20:17 Feature #40418: Add an option to flow3:cache:flush thats keeps user sessions active
- I migrated this one to Jira:
https://jira.typo3.org/browse/FLOW-80 -
15:21 Bug #49011: Support executing TYPO3.Flow inside a PHAR
- Patch set 15 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availab... -
12:04 Bug #49011: Support executing TYPO3.Flow inside a PHAR
- Patch set 14 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availab... -
13:13 Revision 176aee55: [TASK] Add helper to get the simple type or className of a value
- Change-Id: I59fbccd9a34e8330b3671dfa7b010ca208539777
Releases: master - 11:35 Revision 36995abe: [!!!][TASK] Extract console output functions from CommandController
- This change extracts the recently (and not yet released) helper methods
for console output into a new ConsoleOutput c... - 11:35 Revision b0b200b7: [FEATURE] Programatically tweak command descriptions
- Command controllers may now post process descriptions for their
respective commands by implementing a new interface.
...
2014-10-02
-
16:08 Bug #62009 (New): Rewrite URI Filename could be empty
- Due to an error in the following method, it may happen that an empty file name is generated.
This happens whenever ...
2014-10-01
-
12:42 Bug #54161: Properties of type \DateInterval should be supported
- Patch set 9 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availabl... -
12:21 Bug #54161: Properties of type \DateInterval should be supported
- Patch set 8 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availabl... -
12:36 Feature #30933: Check for unique constraints on add()
- This change is still relevant and needs to move to jira.
2014-09-30
-
09:25 Bug #59404: Sub-Requests losing arguments
- Patch set 1 for branch *2.1* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is available a... -
09:18 Bug #59404: Sub-Requests losing arguments
- Patch set 1 for branch *2.2* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is available a... -
09:25 Revision bbf90a4a: [BUGFIX] Merge request arguments instead of overwrite
- A sub-request losing its arguments if a route is defined f.e. like this:
-
name: 'Basket Steps'
uriPattern: '{nod... -
09:18 Revision 7e643f7b: [BUGFIX] Merge request arguments instead of overwrite
- A sub-request losing its arguments if a route is defined f.e. like this:
-
name: 'Basket Steps'
uriPattern: '{nod...
2014-09-29
-
12:40 Revision 77fae409: [FEATURE] Add Locale Type Converter
- This adds a Type Converter which converts from locale
identifier strings to an actual I18n\Locale object.
Change-Id:...
2014-09-24
- 20:19 Revision 56ef67f7: [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:18 Revision 650f52f1: [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...
2014-09-23
-
00:26 Feature #46063: Implement username password provider with "remember me" persistent cookie
- This feature would really help to make Flow a lot more "community" friendly ;) If you are working with frontend users...
2014-09-21
-
16:16 Bug #59404: Sub-Requests losing arguments
- Provided a Site Package wich let you see the problem and the resulting exception.
Please see: https://bitbucket.org/...
2014-09-20
-
14:12 Feature #43082: Add CLI support for scaffolding models, views, controller
- Not fixed, still exists. but may first be done in Flow as extbase is only some kind of backport.
2014-09-19
-
09:42 Feature #43082 (Needs Feedback): Add CLI support for scaffolding models, views, controller
-
09:27 Feature #43082 (New): Add CLI support for scaffolding models, views, controller
-
09:22 Feature #43082: Add CLI support for scaffolding models, views, controller
- Hi,
was this issue fixed or does it still exists?
2014-09-18
2014-09-12
-
17:31 Revision 10a43eff: [BUGFIX] Move variable initialisation to where it is needed
- Change-Id: Ie6e669a1e68eaa7bd83247a38df204d91ac0a093
Releases: master, 2.2, 2.1
2014-09-11
-
20:08 Revision a30578bd: [BUGFIX] Support split configuration source in code migrations
- Code migrations now also apply to split configuration files.
Change-Id: I9371c6100e35c6898da848bd7ae643b8f8147b99
Re... -
20:08 Revision 2b108237: [BUGFIX] Support split configuration source in code migrations
- Code migrations now also apply to split configuration files.
Change-Id: I9371c6100e35c6898da848bd7ae643b8f8147b99
Re... -
19:28 Revision ee27480d: [BUGFIX] Fix __toString() in Uri for edge case
- When constructing an Uri instance from a string like '/foo/bar' and
settings scheme and host afterwards, __toString w... -
17:13 Revision f17b6b79: [BUGFIX] Support split configuration source in code migrations
- Code migrations now also apply to split configuration files.
Change-Id: I9371c6100e35c6898da848bd7ae643b8f8147b99
Re... -
13:05 Revision 775d927e: [FEATURE] UriTemplate implementation
- This adds UriTemplate as per RFC 6570, allowing expansion of templates
into URI strings::
// results in "foo/bar/b...
2014-09-10
-
23:32 Revision e14cfb01: [FEATURE] Allow multiple types for properties in schema validation
- Allows multiple types for properties in schema validation, which is
supported by the JSON Schema standard.
See http:...
2014-09-08
-
12:56 Feature #55869: Allow custom handling of propertyMapping errors
- is there any process in the flow group how to get further? IMO this should really really be solved in flow + cms
2014-09-05
-
13:22 Revision 8317b5d3: [FEATURE] Make ObjectAccess check has…() as well
- So far ObjectAccess checks for get…() and is…() as possible getter
methods, this change adds a check for has…() as we... -
13:11 Revision e382e32a: [FEATURE] Allow setting ini entries to sub requests
- This adds a configuration option ``core.subRequestIniEntries``
where additional INI entries which should be passed
to...
2014-09-04
-
12:22 Bug #59404: Sub-Requests losing arguments
- Patch set 10 for branch *master* of project *Packages/TYPO3.Flow* has been pushed to the review server.
It is availab...
Also available in: Atom