Activity
From 2012-03-20 to 2012-04-18
2012-04-18
-
22:48 TYPO3.Flow Bug #32665 (Closed): CLI Requests must still work even if firewall rejectAll is set
- Fixed with the solution for #36030…
-
22:43 TYPO3.Flow Task #33177 (Resolved): Polish authentication a little bit.
-
18:18 Task #36301 (Under Review): Supply PostgreSQL migrations
- See https://review.typo3.org/#/q/topic:postgresql-migrations-36301,n,z
-
18:00 Task #36301 (Resolved): Supply PostgreSQL migrations
- The "official" packages should contain DB migrations for PostgreSQL as well.
-
18:03 Revision b604937c: [TASK] Raise submodule pointers
-
17:51 TYPO3.Flow Task #36284 (Under Review): Move XLIFF files around so that their use is Pootle-compatible
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10612 -
11:48 TYPO3.Flow Task #36284: Move XLIFF files around so that their use is Pootle-compatible
- The solution will be to use variant 1) as seen above:...
-
11:47 TYPO3.Flow Task #36284 (Resolved): Move XLIFF files around so that their use is Pootle-compatible
- We need to change the way we put XLIFF files into the filesystem, so that we can use Pootle....
-
17:36 TYPO3.Fluid Revision c2cb0e91: Merge "[TASK] Update Package.xml with new version number"
-
17:35 TYPO3.Kickstart Revision a68b5028: Merge "[TASK] Update Package.xml with new version number"
-
17:35 TYPO3.Flow Revision 28a09045: [TASK] Update Package.xml with new version number
- Change-Id: Iafb2368b51546b68be176d49f0ca28ec9c8b4873
Releases: 1.1 -
17:29 TYPO3.Kickstart Revision 941a94b6: [TASK] Update Package.xml with new version number
- Change-Id: Ia4ab1c13432c381047a946bc2bdb3875d651a366
Releases: 1.1 -
17:29 TYPO3.Welcome Revision 49d0c9e5: [TASK] Update Package.xml with new version number
- Change-Id: Ie0f81ba538c7ab6ad4fb75d6ebba0462daa68377
Releases: 1.1 -
17:29 TYPO3.Fluid Revision 554de6c0: [TASK] Update Package.xml with new version number
- Change-Id: I7a6119b576be80e668802f012b1aadc37f32b8e2
Releases: 1.1 -
16:03 Revision 26987158: [TASK] Raise submodule pointers
-
15:15 TYPO3.Fluid Bug #36297 (Under Review): ValidationResults ViewHelper must always render childnodes
- Patch set 7 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10339 -
15:13 TYPO3.Fluid Bug #36297 (Resolved): ValidationResults ViewHelper must always render childnodes
- The adjustments to the new HTTP implementation in FLOW3 introduced a regression that prevents the child nodes of the ...
- 15:15 TYPO3.Fluid Revision b136cfb5: [BUGFIX] Render childnodes in validation results VH
- The adjustments to the new HTTP implementation in FLOW3
introduced a regression that prevents the child nodes of the
... -
14:38 TYPO3.Kickstart Bug #36155 (Resolved): kickstart:model example for property creation is wrong
- Applied in changeset commit:c4f28daa13b0a8e8d8665536ff19557993f2d9ab.
-
12:03 Revision e2f8aebf: [TASK] Raise submodule pointers
-
11:28 TYPO3.Flow Revision e6cd5cdb: [BUGFIX] flow3.php now uses return code from setfilepermissions.sh
- Change-Id: I83ffa83d3bf087b3694dafe7548f83ce21e77fce
Fixes: #36279
Releases: 1.0, 1.1 -
11:28 TYPO3.Flow Bug #36279 (Under Review): When setting file permissions, the return code is always 0, even on error
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10601 -
11:27 TYPO3.Flow Bug #36279 (Resolved): When setting file permissions, the return code is always 0, even on error
- If something goes wrong, it should instead return a non-zero error code.
-
11:18 TYPO3.Flow Feature #36276 (Under Review): Make doctrine:migrate output just show executed migrations
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10600 -
11:17 TYPO3.Flow Feature #36276 (Resolved): Make doctrine:migrate output just show executed migrations
- .
-
11:11 TYPO3.Fluid Revision 0914e9da: [TASK] Adjust a comment to HTTP foundation
- Change-Id: I92e60d98528c1fd0cbdf0eeb08466e77014bc780
Related: #35243
Releases: 1.1 -
11:06 Revision 0cd711a4: Merge "[BUGFIX] Make Settings.yaml.example a working example"
-
11:03 Revision 0c1355f4: [TASK] Raise submodule pointers
-
11:01 TYPO3.Flow Revision 3239e0ae: Merge "[TASK] Make output of doctrine:migration status more compact"
-
01:32 TYPO3.Fluid Feature #36249 (Needs Feedback): Add autocomplete property to form input field
- I think this does not need a single argument, you can do that with the "additionalAttributes" argument.
2012-04-17
-
22:43 TYPO3.Fluid Feature #36249 (Rejected): Add autocomplete property to form input field
- Please add the autocomplete property to the input field
-
17:14 TYPO3.Flow Bug #36236 (Accepted): Call to method not being backed by an interface in Http RequestHandler
-
17:13 TYPO3.Flow Bug #36236 (Resolved): Call to method not being backed by an interface in Http RequestHandler
- in Http's RequestHandler's handleRequest() method, there is...
-
16:11 TYPO3.Flow Feature #36217 (Resolved): As a developer I would like to have access to php://input in a uniform way
- This is already implemented in FLOW3 1.1, see FLOW3\Http\Request for more details:...
-
14:46 TYPO3.Flow Feature #36217: As a developer I would like to have access to php://input in a uniform way
- Hi Claus,
Good catch and I think we could implement it the way you suggested.
BTW: Why the "$\" in front of the file... -
13:08 TYPO3.Flow Feature #36217: As a developer I would like to have access to php://input in a uniform way
- The first diff had some copied comments from getRawPostArguments
-
13:06 TYPO3.Flow Feature #36217 (Resolved): As a developer I would like to have access to php://input in a uniform way
- When using flow3 to create rest controllers, sometimes you would like to be able to have access to php://input from m...
-
16:04 TYPO3.Flow Feature #35912: Improve performance on Windows
- Irene Höppner wrote:
> Windows (exactly said ntfs) has huuuge problems with performance if it has to handle lots of ... -
15:46 TYPO3.Flow Feature #35912: Improve performance on Windows
- Windows (exactly said ntfs) has huuuge problems with performance if it has to handle lots of small files. Maybe that'...
-
16:03 TYPO3.Flow Task #36050: Raise the minimum PHP version due to security issues
- I personally agree, but I wanted to mention that many "distributions" contain a PHP 5.3.3 out of the box (i.e. Debian...
-
11:37 TYPO3.Fluid Task #36207 (Resolved): Speed up performance in format.currency
- Related to #34519 setting an empty default value for format.currency speeds this ViewHelper up
-
01:14 TYPO3.Flow Bug #36010: TYPO3\FLOW3\Exception thrown in file Bootstrap.php
- Sven Leuschner wrote:
> first one is Installation-Path->Configuration
> second one in Installation-Path->Package... -
01:03 TYPO3.Kickstart Bug #36185: Creation of packages fails or they cannot be called later
- Well I solved that - thanks to a single screenshot from your quickstart-guide ....
Every URI contains the package...
2012-04-16
-
23:47 TYPO3.Kickstart Bug #36185 (Closed): Creation of packages fails or they cannot be called later
- I followed exactly the Quickstart-Guide provided with flow3 1.04
I managed to get it running out of the box to the ... -
23:25 TYPO3.Flow Bug #36010: TYPO3\FLOW3\Exception thrown in file Bootstrap.php
- Uschi - please tell us in WHICH directory did you change the settings.yaml
I found at least 2 locations
first on... -
18:09 TYPO3.Flow Bug #36010 (Needs Feedback): TYPO3\FLOW3\Exception thrown in file Bootstrap.php
-
18:09 TYPO3.Flow Bug #36010: TYPO3\FLOW3\Exception thrown in file Bootstrap.php
- Uschi, did you clear the caches (i.e. rm -r Data/Temporary) and tried running ./flow3.bat again?
-
18:34 TYPO3.Flow Feature #35912: Improve performance on Windows
- I saw a list of 20000 objects render for more then 15 minutes on windows. Besides that this is a bad idea anyway, it ...
-
18:14 TYPO3.Flow Feature #35912: Improve performance on Windows
- @Thomas Thanks a lot for the testing! I've seen Windows laptops where it was faster but I'm pretty sure something goe...
-
17:50 TYPO3.Flow Feature #35912: Improve performance on Windows
- here are some more data from my laptop:
Windows 7, 64bit, 4GB Ram, Intel Core i5 M520 @2.40 GHz (2 Cores)
flow3.org ... -
18:29 TYPO3.Flow Bug #35868 (Under Review): Unstable condition in Utility\Environment
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10552 -
18:03 TYPO3.Flow Bug #36162 (Closed): TYPO3\FLOW3\Exception thrown in file Scripts.php
- fixed during an IRC session.
-
16:59 TYPO3.Flow Bug #36162 (Closed): TYPO3\FLOW3\Exception thrown in file Scripts.php
- Freshley installed linux with apache2 and php5 just tried to get the acme.demo started. if i try to flush caches:
Fa... -
15:12 TYPO3.Flow Bug #36159 (Resolved): StringLengthValdiator uses strlen which is not UTF-8 save
- Will probably result in not correctly validated obejcts. How to abstract UTF-8 save string length functions like mb_s...
-
14:48 TYPO3.Kickstart Bug #36155 (Under Review): kickstart:model example for property creation is wrong
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10550 -
14:28 TYPO3.Kickstart Bug #36155 (Resolved): kickstart:model example for property creation is wrong
- ...
-
14:41 TYPO3.Kickstart Revision c4f28daa: [BUGFIX] Kickstart kickstart:model should give correct example
- Change-Id: Ib145cf8b9010a88684a67008f74873fc05d36702
Fixes: #36155
Releases: 1.0, 1.1 -
13:02 TYPO3.Eel Revision b45f6e92: Merge "[TASK] Spelling, Punctuation, and Whitespace Fixes for README.md"
2012-04-15
-
19:56 TYPO3.Flow Bug #36114 (Resolved): Property Mapping breaks for file uploads, because $_FILES-Array doesn't get "untangled" anymore
- TYPO3\FLOW3\Http\Request is missing the functionality that is implemented in TYPO3\FLOW3\Utility\Environment::untangl...
-
14:09 TYPO3.Flow Feature #34648: Implement a way to authenticate with a file based encrypted key
- Patch set 13 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9461 -
12:11 TYPO3.Flow Feature #34648: Implement a way to authenticate with a file based encrypted key
- Patch set 12 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9461 -
11:55 TYPO3.Flow Feature #36088 (Under Review): Improve error handling of translation handling
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10523 -
01:31 TYPO3.Flow Feature #36088 (Resolved): Improve error handling of translation handling
- At the moment, if a translation for a plural version of a translation is not available, the translation system silent...
-
11:35 TYPO3.Flow Feature #36077: Separate original classes and proxy classes in class cache
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10500 -
02:39 TYPO3.Flow Bug #35300 (Resolved): Arguments of form __referrer are unserialized without a check
- Applied in changeset commit:dc46450431cf55667da03bfdd9c624291479d953.
-
02:39 TYPO3.Flow Bug #36035 (Resolved): CSRF protection prevents the triggering of authentication entry points in some cases
- Applied in changeset commit:6ed045ce6283a6c359d2aef681a64f96bcec8958.
-
02:39 TYPO3.Flow Bug #36030 (Resolved): Forwarding of CLI requests throws an exception
- Applied in changeset commit:f9847d2b25c7d700f715932ef18c1473e8b251fc.
-
00:03 Revision 89a68446: [TASK] Raise submodule pointers
2012-04-14
-
23:56 TYPO3.Eel Revision 0fec82ee: [TASK] Add EelEvaluatorInterface for evaluator abstraction
- Change-Id: I06b568fe32ce43d4fa27a394747b455619d3a8cd
-
23:26 TYPO3.Flow Revision db44aca6: Merge "[SECURITY] Protect arguments of form __referrer with HMAC"
-
23:22 TYPO3.Flow Revision fd719b53: Merge "[FEATURE] Improve value object support"
-
22:04 Revision 0ca7fee4: [TASK] Raise submodule pointers
-
21:53 TYPO3.Flow Revision dd014d2e: [TASK] Fix functional test for HTTP RequestHandler
- The HTTP RequestHandler test can only be executed if the
global routes configuration include the routes from the
FLOW... -
21:50 TYPO3.Flow Feature #36077 (Under Review): Separate original classes and proxy classes in class cache
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10500 -
21:49 TYPO3.Flow Feature #36077 (Closed): Separate original classes and proxy classes in class cache
- IDEs like PhpStorm get confused with code completion if proxy classes are known to the IDE. On the other hand, one ca...
-
21:21 TYPO3.Flow Revision d0bb5b5d: Merge "[TASK] Remove a rather dubious unit test for Redis cache backend"
-
21:19 TYPO3.Flow Revision e06bd9bb: [TASK] Remove a rather dubious unit test for Redis cache backend
- Fixes a catch statement around connect as well.
Change-Id: I54a1a8d3a62c6596543bb71f6766ac6d1933d930
Releases: 1.1 -
21:13 TYPO3.Flow Revision 0af0647d: [FEATURE] Improve value object support
- This allows to handle value objects as intended. Create a new
one and persistence will take care to check if the valu... -
21:03 Revision d2397218: [TASK] Raise submodule pointers
-
20:08 TYPO3.Flow Revision d727c53a: Merge "[BUGFIX] Fixed empty exception for CLI commands"
-
20:08 TYPO3.Flow Revision e998b3cb: Merge "[BUGFIX] Skip CSRF protection if not authenticated"
-
20:04 TYPO3.Flow Bug #36056 (Resolved): Usage of " in the Policy.yaml
- The Policy.yaml that comes with TYPO3.FLOW3 has the following example:...
-
18:03 Revision 8cca058b: [TASK] Raise submodule pointers
-
17:34 TYPO3.Flow Task #36050 (Accepted): Raise the minimum PHP version due to security issues
-
17:32 TYPO3.Flow Task #36050 (Rejected): Raise the minimum PHP version due to security issues
- We should consider raising the minimum PHP version requirement in the Bootstrap since there is a security issue conce...
-
17:14 TYPO3.Flow Revision bb6f1878: Merge "[TASK] Stability improvement to functional persistence test"
-
16:56 TYPO3.Flow Bug #36049 (Resolved): After running setfilepermissions some file rights are different from the ones in repository
- ...
-
16:02 TYPO3.Flow Feature #34648: Implement a way to authenticate with a file based encrypted key
- Patch set 11 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9461 -
15:56 TYPO3.Flow Feature #35965 (Under Review): Session shouldn't start automatically
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10469 -
15:20 TYPO3.Flow Bug #36030: Forwarding of CLI requests throws an exception
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10456 -
13:05 TYPO3.Flow Bug #36030 (Under Review): Forwarding of CLI requests throws an exception
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10456 -
13:00 TYPO3.Flow Bug #36030 (Resolved): Forwarding of CLI requests throws an exception
- When you call a CLI action with missing parameters you get an exception with no further explanation.
This is becau... -
15:17 TYPO3.Flow Revision f9847d2b: [BUGFIX] Fixed empty exception for CLI commands
- When issuing an invalid command line (missing or wrong arguments),
FLOW3 displayed an exception #0 without further ex... -
15:04 TYPO3.Flow Bug #36035 (Under Review): CSRF protection prevents the triggering of authentication entry points in some cases
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10463 -
14:52 TYPO3.Flow Bug #36035 (Resolved): CSRF protection prevents the triggering of authentication entry points in some cases
- As CSRF protection is not needed when nobody is logged in, we can completely skip this feature then. This makes sure,...
-
15:04 TYPO3.Flow Revision 6ed045ce: [BUGFIX] Skip CSRF protection if not authenticated
- CSRF protection prevented the triggering of authentication entry
points in some cases. As CSRF protection is not need... -
13:52 TYPO3.Flow Feature #29389: Provide simple code migration mechanism
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10124 -
09:16 Bug #35835 (Rejected): In WebContext Settings.yaml is read from root directory if present
- Was not reproduceable...
-
00:10 TYPO3.Fluid Feature #36014 (Resolved): Prepend currency sign
- Add an option to prepend the currency sign, e.g. @CHF 123.45@
-
00:05 TYPO3.Flow Bug #36013 (Closed): Uncaught Exception on package:(de)activate when package is already (de)activated or not specified.
- Try to activate a package that is already active, like TYPO3.FLOW3 or TYPO3.Fluid...
2012-04-13
-
22:04 TYPO3.Flow Bug #36010 (Closed): TYPO3\FLOW3\Exception thrown in file Bootstrap.php
- It seems like the PHP binary "C:\php/php" cannot be executed by FLOW3. Set the correct path to the PHP executable in ...
-
16:34 TYPO3.Flow Bug #35935: Symlinks still don't work reliably under Windows
- In short, a "primitive" user would be able to create Symlinks (with the mentioned secpol.msc setting done), while an ...
-
16:07 TYPO3.Flow Bug #35935: Symlinks still don't work reliably under Windows
- basically, this entry: http://social.msdn.microsoft.com/Forums/en/os_fileservices/thread/e967ab01-3136-4fda-9677-e5ec...
-
15:11 TYPO3.Flow Bug #35935 (Under Review): Symlinks still don't work reliably under Windows
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10401 -
09:31 TYPO3.Flow Bug #35935 (Closed): Symlinks still don't work reliably under Windows
- Creation of symlinks under Windows is still not reliable due to, honestly, weird behavior of windows' UAC.
The syste... -
15:44 TYPO3.Flow Task #35916: Make system call to php binary reliable one for all, especially on Windows
- Further details on the escaping problem, which is actually a PHP Bug can be found here:
https://bugs.php.net/bug.php... -
15:38 TYPO3.Flow Task #35970 (New): Improve performance of Utility/Arrays::integerExplode by using array_map
-
14:16 TYPO3.Flow Feature #35965 (Resolved): Session shouldn't start automatically
- By default session handling is started automatically. This isn't useful when it comes to server/server communication....
-
14:00 TYPO3.Kickstart Bug #35963 (Resolved): Kickstarting a command controller produces invalid code
- The generated command controller extends a non-existing class.
Patch attached.
2012-04-12
-
19:49 TYPO3.Flow Task #35916 (Resolved): Make system call to php binary reliable one for all, especially on Windows
- Currently, there are still issues with @\TYPO3\FLOW3\Core\Booting\Scripts@'...
-
19:27 TYPO3.Flow Feature #35912: Improve performance on Windows
- * initializeClassLoader: 0.0006 s
* initializeSignalSlot: 0.0005 s
* initializePa..gement: 0.0265 s
* resolveReques... -
19:23 TYPO3.Flow Feature #35912 (Resolved): Improve performance on Windows
- Performance of FLOW3 on Windows is still quite bad.
Something can't go right there (e.g. @flow3:objectmanagement:pro... -
14:38 TYPO3.Flow Feature #35892 (Resolved): Give hint in exception message about aggregate roots in class hierarchies
- Applied in changeset commit:5b10bd1c0037f163a92be6b34464725eb86a655c.
-
11:32 TYPO3.Flow Feature #35892 (Under Review): Give hint in exception message about aggregate roots in class hierarchies
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10321 -
11:31 TYPO3.Flow Feature #35892 (Resolved): Give hint in exception message about aggregate roots in class hierarchies
- The message "In a class hierarchy either all or no classes must be an aggregate root, "<foo>" is one but the parent c...
-
13:26 TYPO3.Flow Feature #34648: Implement a way to authenticate with a file based encrypted key
- Patch set 10 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9461 -
10:25 TYPO3.Flow Feature #34648: Implement a way to authenticate with a file based encrypted key
- Patch set 9 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9461 -
10:06 TYPO3.Flow Feature #34648: Implement a way to authenticate with a file based encrypted key
- Patch set 8 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9461 -
12:08 TYPO3.Fluid Bug #35894 (Resolved): CheckboxViewHelper and RadioViewHelper missing an existence check for formObject, and thus an exception is being thrown
- Scenario:...
-
12:03 Revision bccdd925: [TASK] Raise submodule pointers
-
11:43 TYPO3.Flow Revision 49d0b48a: [TASK] Stability improvement to functional persistence test
- Adds ordering to TestEntityRepository to make results predictable.
Change-Id: I7f22ef231cdddcd2b1c3a277fe4efcc66b97e... -
11:41 TYPO3.Flow Revision 3ca5db88: [TASK] Make output of doctrine:migration status more compact
- This change removes some superfluous newlines that made the
migration status output rather long…
Change-Id: I0c4d200... -
11:31 TYPO3.Flow Revision 5b10bd1c: [TASK] Give hint with exception on aggregate roots in hierarchies
- The message "In a class hierarchy either all or no classes must be
an aggregate root, "Foo" is one but the parent cla... -
11:27 TYPO3.Flow Bug #35059: Default for nullable is TRUE but should be FALSE
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9774 -
11:26 TYPO3.Flow Bug #35011: Column type detection broken when Column annotation is used
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9742 -
09:43 TYPO3.Flow Feature #35517: Annotation Driver should use information about maximum identifier length for tables from DBAL
- Patch set 8 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10117 -
09:42 TYPO3.Flow Feature #35517: Annotation Driver should use information about maximum identifier length for tables from DBAL
- Patch set 7 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10117 -
09:42 TYPO3.Flow Feature #35517: Annotation Driver should use information about maximum identifier length for tables from DBAL
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10117 -
09:31 TYPO3.Flow Feature #35517: Annotation Driver should use information about maximum identifier length for tables from DBAL
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10117
2012-04-11
-
18:03 Revision fd362875: [TASK] Raise submodule pointers
-
17:35 TYPO3.Flow Revision 59bec6a6: [TASK] Ignore @codeCoverageIgnore annotation
- Change-Id: Icaad401d749358a9f8a4f7953165862b42aa13f8
Releases: 1.1 -
16:59 TYPO3.Flow Bug #35868 (On Hold): Unstable condition in Utility\Environment
- @TYPO3\FLOW3\Utility\Environment::untangleFilesArray()@ has the following section:...
-
16:19 TYPO3.Flow Bug #13333 (Under Review): AOP for methods with references do not work.
- Patch set 1 for branch *FLOW3-1.0* has been pushed to the review server.
It is available at http://review.typo3.org/1... -
16:19 TYPO3.Flow Bug #30914 (Under Review): Proxy methods for methods with "by reference" return type are broken
- Patch set 1 for branch *FLOW3-1.0* has been pushed to the review server.
It is available at http://review.typo3.org/1... -
16:18 TYPO3.Flow Revision fed005bf: [BUGFIX] Proxy methods with referenced arguments should work
- Arguments given by reference would result in an exception if
the method was proxied due to AOP.
Change-Id: I64700666... -
16:17 TYPO3.Fluid Feature #33143: Allow Format.Currency ViewHelper regard Locale
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7783 -
16:12 TYPO3.Flow Bug #35300: Arguments of form __referrer are unserialized without a check
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9976 -
16:11 TYPO3.Flow Bug #35300: Arguments of form __referrer are unserialized without a check
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9976 -
16:05 TYPO3.Flow Bug #35300 (Under Review): Arguments of form __referrer are unserialized without a check
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9976 -
16:12 TYPO3.Flow Revision dc464504: [SECURITY] Protect arguments of form __referrer with HMAC
- The request arguments of the referring request are
a serialized string written to one of the hidden
fields in a Fluid... -
15:44 TYPO3.Fluid Revision 73901980: [SECURITY] Protect arguments of form __referrer with HMAC
- The request arguments of the referring request are
a serialized string written to one of the hidden
fields in a Fluid... -
15:38 TYPO3.Flow Feature #34464: Content security acls should follow the same concept as method security acls
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9675 -
15:38 TYPO3.Flow Bug #31677: Using current.securityContext Policies.yaml entities section triggers Parser Error
- Patch set 11 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/6596 -
15:38 TYPO3.Flow Bug #34466: Roles are not cleared after every test in functional tests
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9676 -
15:38 Bug #35422: TYPO3 Security Framework should not take unexisting roles into account
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10104 -
15:34 Revision 82676ebe: [TASK] Raise submodule pointers
-
15:03 Revision 3af1325d: [TASK] Raise submodule pointers
-
15:03 TYPO3.Flow Revision 5d6c3eaa: [TASK] add "Group" tag to excluded tags, as PHPunit now requires to tag big testcases
- Change-Id: I3b1b2c8c6a9b644a9abceb9053858cae1848d428
-
14:38 TYPO3.Flow Task #33705 (Resolved): Inconsistent spelling of sub package and class names
- Applied in changeset commit:331a78e8ba19923951a83d50e5f30cc09068db61.
-
14:11 TYPO3.Flow Task #33705: Inconsistent spelling of sub package and class names
- Patch set 12 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9780 -
12:33 TYPO3.Flow Task #33705: Inconsistent spelling of sub package and class names
- Patch set 11 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9780 -
14:38 TYPO3.Flow Feature #35243 (Resolved): HTTP 1.1 Support – Foundations
- Applied in changeset commit:0e05ccc570e5d0a46c860e23d38eec3566e6e36e.
-
14:11 TYPO3.Flow Feature #35243: HTTP 1.1 Support – Foundations
- Patch set 13 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9880 -
12:33 TYPO3.Flow Feature #35243: HTTP 1.1 Support – Foundations
- Patch set 12 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9880 -
14:38 TYPO3.Flow Bug #33495 (Resolved): No alternative entry point type can be configured
- Applied in changeset commit:ad0bcd5e3ce536658d0a7625ce5bbb1de098411a.
-
14:11 TYPO3.Flow Bug #33495: No alternative entry point type can be configured
- Patch set 14 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9881 -
12:33 TYPO3.Flow Bug #33495: No alternative entry point type can be configured
- Patch set 13 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9881 -
14:38 TYPO3.Flow Feature #35706 (Resolved): Virtual Browser for Functional Testing
- Applied in changeset commit:ecb44c545eb5bbb5b89718c9de1236414b9b770c.
-
14:11 TYPO3.Flow Feature #35706: Virtual Browser for Functional Testing
- Patch set 8 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10147 -
13:51 TYPO3.Flow Feature #35706: Virtual Browser for Functional Testing
- Patch set 7 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10147 -
12:35 TYPO3.Flow Feature #35706: Virtual Browser for Functional Testing
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10147 -
12:33 TYPO3.Flow Feature #35706: Virtual Browser for Functional Testing
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10147 -
14:10 TYPO3.Flow Revision 0e05ccc5: [!!!][FEATURE] HTTP 1.1 Support – Foundations
- This commit contains the foundations for a better HTTP support in
FLOW3. It extracts request and response handling in... -
14:10 TYPO3.Flow Revision ad0bcd5e: [!!!][BUGFIX] Alternative entry points can be configured again
- This fix allows for using other than the pre-defined WebRedirect
entry points (for example the HTTP Basic entry point... -
14:10 TYPO3.Flow Revision bbc5e334: [FEATURE] Provide method getContent() for HTTP request
- This implements a method for retrieving the HTTP request body.
Change-Id: I6c11fc7a72ee3da76b73c87a48ab0c2dc8fb53e6
... -
14:10 TYPO3.Flow Revision ecb44c54: [FEATURE] HTTP Client for Functional Testing
- This adds a virtual HTTP client which supports pluggable request engines
for different purposes. The first scenario i... -
14:10 TYPO3.Flow Revision eb813f96: [TASK] Add missing getParentRequest() method in HTTP Response
- Furthermore, some documentation cleanup.
Related: #35243
Related: #33371
Releases: 1.1
Change-Id: I310dad852b8ac0053... -
14:09 TYPO3.Flow Revision 331a78e8: [!!!][TASK] Sub package name case and location adjustments
- This change set contains (mostly) renames and relocations of FLOW3 sub
namespaces. These changes are necessary to mee... -
10:10 Bug #35835 (Rejected): In WebContext Settings.yaml is read from root directory if present
- I made a copy of of Settings.yaml from Configuration/ to /
When accessing via WebBrowser the Settings.yaml from root... -
09:31 TYPO3.Flow Bug #35831: Deleting or unpublishing of a resource deletes all published symlinks (Web/_Resources/Persistent)
- In other words: Unpublishing one resource unpublishes all resources.
-
02:37 TYPO3.Flow Feature #35826 (Resolved): Force option for flushing caches in edge cases
- Applied in changeset commit:3ceb727c29ee61e4bec43d23cee0912bbbc24d58.
2012-04-10
-
21:02 Revision c3e5157b: [TASK] Raise submodule pointers
-
20:26 TYPO3.Flow Bug #35831 (New): Deleting or unpublishing of a resource deletes all published symlinks (Web/_Resources/Persistent)
- n/t
-
18:14 TYPO3.Welcome Revision 1eecf426: [TASK] Adjust to HTTP implementation
- Adjusts a call to getBaseUri() to be done on the correct object.
Change-Id: Iaa5ac6fedbe26150f27eecde42d1a9a81c82631... -
17:27 TYPO3.Flow Feature #35826 (Under Review): Force option for flushing caches in edge cases
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10211 -
17:14 TYPO3.Flow Feature #35826 (Resolved): Force option for flushing caches in edge cases
- Sometimes packages containing invalid PHP code which cause fatal errors can prevent FLOW3 from flushing code caches w...
-
17:26 TYPO3.Flow Revision 3ceb727c: [FEATURE] --force option for flow3:cache:flush
- Packages containing invalid PHP code which cause fatal errors
can prevent FLOW3 from flushing code caches with
./flow...
2012-04-09
-
17:54 TYPO3.Fluid Revision be4e0ec0: [TASK] Adjust to FLOW3's new HTTP framework
- This adjusts API usage within Fluid to the refactored MVC and new HTTP
support in FLOW3 1.1.
Change-Id: I5b86747a5d9... -
17:54 TYPO3.Flow Bug #33495: No alternative entry point type can be configured
- Patch set 12 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9881 -
17:54 TYPO3.Flow Feature #35243: HTTP 1.1 Support – Foundations
- Patch set 11 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9880 -
17:54 TYPO3.Flow Feature #35706: Virtual Browser for Functional Testing
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10147 -
12:54 TYPO3.Fluid Feature #35790 (Resolved): allow f:link.action to operate on parent request
- Original bug description:...
2012-04-08
-
20:40 TYPO3.Flow Feature #35783 (New): Lifecycle method after property mapping
- Currently, there is initializeObject() that is called after DI. There is, however, no method that is called after pro...
-
20:29 TYPO3.Flow Feature #31021: PropertyMappingConfiguration should support not mapping of properties
- I guess this can be closed as the reviewed patch has been merged in the meantime.
-
17:06 TYPO3.Flow Feature #35781 (New): Model validation
- Currently, only (action)method arguments and single properties in a Model can be tagged with @Validate.
In some case... -
07:18 TYPO3.Fluid Feature #35766 (Rejected): add custom namespaces in settings.yaml
- Hey there,
thanks for your ideas. Unfortunately, this is a feature we deliberately do *not* want as it makes Fluid...
2012-04-07
-
14:09 TYPO3.Fluid Feature #35766 (Rejected): add custom namespaces in settings.yaml
- the repeated declaration of your own namespaces in the template files is an unnecessary overhead. with this update yo...
-
09:50 TYPO3.Eel Task #35763 (Resolved): Move README docs to Documentation/
- With moving the code from github to git.typo3.org the need for a README.md is gone, we should move this to the normal...
-
00:51 TYPO3.Eel Revision 67c97c5c: [TASK] Spelling, Punctuation, and Whitespace Fixes for README.md
- Change-Id: I92bfa7d755ac0090b72667c8ba159a1858844fa0
2012-04-06
-
16:13 TYPO3.Fluid Feature #35748 (Under Review): Add generic data-* attribute
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10184 -
16:07 TYPO3.Fluid Feature #35748 (Resolved): Add generic data-* attribute
- All elements in HTML5 can have any number of @data-*@ attributes.
This should be made easier to use than with the @a... -
15:41 TYPO3.Flow Task #29268 (Accepted): Transfer / Rewrite MVC chapter
- I'll start with that, though I might need help with the "Rewrite" part.
-
15:18 TYPO3.Flow Revision c7c095c1: [TASK] Getting started: Correct snippet description
- Change-Id: I9273fa290a32609358c10c1b65a29f327c78cc1e
Resolves: #35264
2012-04-05
-
16:16 TYPO3.Flow Bug #33495: No alternative entry point type can be configured
- Patch set 11 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9881 -
16:16 TYPO3.Flow Feature #35243: HTTP 1.1 Support – Foundations
- Patch set 10 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9880 -
16:16 TYPO3.Flow Task #33705: Inconsistent spelling of sub package and class names
- Patch set 10 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9780 -
16:16 TYPO3.Flow Feature #35706: Virtual Browser for Functional Testing
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10147 -
10:16 TYPO3.Flow Feature #35706 (Under Review): Virtual Browser for Functional Testing
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10147 -
10:14 TYPO3.Flow Feature #35706 (Resolved): Virtual Browser for Functional Testing
- I'd like a virtual "Browser" class which allows me to simulate arbitrary HTTP requests without actually sending them ...
-
15:58 TYPO3.Flow Bug #35720: Access denied Exception for widget links to actions with a policy
- The problem is that the CsrfProtectionAspect is woven into UriBuilder::build() (via "method(TYPO3\FLOW3\MVC\Web\Routi...
-
13:42 TYPO3.Flow Bug #35720 (New): Access denied Exception for widget links to actions with a policy
- In TYPO3\FLOW3\Security\Aspect\CsrfProtectionAspect::addCsrfTokenToUri() the detection for the target classname fails...
-
11:12 TYPO3.Flow Task #35709 (New): Implement global Command aliases
- Aliases (short names) for CLI commands are currently only supported for @runtime commands@ not for @compile time comm...
-
09:03 Revision 20ceb886: [TASK] Raise submodule pointers
-
08:58 TYPO3.Flow Revision 0083d387: Merge "[BUGFIX] Virtual host configuration contains Production context definition"
2012-04-04
-
16:29 TYPO3.Flow Feature #32832: Implement context-specific validation through Validation Groups
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7515 -
15:03 Revision f89ff374: [TASK] Raise submodule pointers
-
14:39 TYPO3.Flow Revision e6d6d5ba: Merge "[BUGFIX] Adjust documentation to new documentation workflow"
-
14:39 TYPO3.Flow Task #35682 (Resolved): Remove Selenium Test Case
- Applied in changeset commit:8cec12a92f83f59fa05a2012b2c2175a8c976c1d.
-
13:58 TYPO3.Flow Task #35682 (Under Review): Remove Selenium Test Case
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10153 -
13:56 TYPO3.Flow Task #35682 (Resolved): Remove Selenium Test Case
- The Selenium Test Case is currently neither in use, nor supported by the core team. Possibly it's also not functional...
-
14:25 TYPO3.Flow Revision d12ce447: [BUGFIX] Adjust documentation to new documentation workflow
- Change-Id: Id62c96c154b1eba8fad66c1f561f053e991907a0
Resolves: #35666 -
14:03 Revision 00242193: [TASK] Raise submodule pointers
-
13:57 TYPO3.Flow Revision 8cec12a9: [TASK] Remove Selenium Test Case
- This removes the unsupported, unnecessary and unfunctional
Selenium Test Case.
Change-Id: I5e689d0aaf78a25221679f64f... -
09:32 TYPO3.Flow Revision ff4eb7e3: [BUGFIX] Virtual host configuration contains Production context definition
- Change-Id: I3e8ea85eab77eca1041ce4dfea79fa527d3bb283
Fixes: #34902
2012-04-03
-
17:08 TYPO3.Fluid Revision e7c8c12c: [TASK] Sub package name case and location adjustments
- This adjusts code to use the corrected namespaces and class names in
FLOW3.
Also contains a few cosmetic changes.
C... -
17:04 TYPO3.Flow Bug #33495: No alternative entry point type can be configured
- Patch set 10 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9881 -
17:04 TYPO3.Flow Feature #35243: HTTP 1.1 Support – Foundations
- Patch set 9 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9880 -
17:04 TYPO3.Flow Task #33705: Inconsistent spelling of sub package and class names
- Patch set 9 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9780 -
16:20 TYPO3.Fluid Feature #33817: SwitchViewHelper
- Attached a first version that works in general but has side effects when used nested - so it still needs some adjustm...
-
12:13 TYPO3.Flow Bug #35369: DateTimeConverter's timezone key leads to unexpected behavior
- Good catch! +1 for using the 3rd argument of @DateTime::createFromFormat()@ to solve this. And we should add a unit t...
-
02:37 TYPO3.Flow Bug #13333 (Resolved): AOP for methods with references do not work.
- Applied in changeset commit:fa0867857380f9d843a2d749d3dd4195f5a6535e.
-
02:37 TYPO3.Flow Bug #30914 (Resolved): Proxy methods for methods with "by reference" return type are broken
- Applied in changeset commit:fa0867857380f9d843a2d749d3dd4195f5a6535e.
2012-04-02
-
23:33 TYPO3.Flow Bug #34448: Integrity constraint violation on FLOW3 resource tables
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10137 -
23:13 TYPO3.Flow Bug #34448 (Under Review): Integrity constraint violation on FLOW3 resource tables
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10137 -
23:07 TYPO3.Flow Feature #34648: Implement a way to authenticate with a file based encrypted key
- Patch set 7 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9461 -
23:07 TYPO3.Flow Feature #34648: Implement a way to authenticate with a file based encrypted key
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9461 -
18:03 Revision 646b49aa: [TASK] Raise submodule pointers
-
17:53 TYPO3.Flow Revision 461276f8: Merge "[TASK] Grammar police at work"
-
17:39 TYPO3.Flow Revision f1f4bd68: Merge "[BUGFIX] Proxy methods with referenced arguments should work"
-
15:03 Revision 91eda664: [TASK] Raise submodule pointers
-
14:41 TYPO3.Flow Bug #13333: AOP for methods with references do not work.
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9651 -
14:41 TYPO3.Flow Bug #30914: Proxy methods for methods with "by reference" return type are broken
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9651 -
14:41 TYPO3.Flow Revision fa086785: [BUGFIX] Proxy methods with referenced arguments should work
- Arguments given by reference would result in an exception if
the method was proxied due to AOP.
Change-Id: I64700666... -
14:11 TYPO3.Flow Revision c50af2dd: Merge "[BUGFIX] HTML should be escaped in Debug Exception"
-
14:09 TYPO3.Flow Revision cfa4bd55: [TASK] Improve TextValidator unit tests
- This introduces more test texts for the TextValidator tests.
Change-Id: Ie461a82fec5ead10941031c53e32694d4d0b44d2
Re... -
13:17 Task #35524 (Resolved): Split the Documentation package into DocTools and move the documentation to TYPO3.FLOW3 and TYPO3.TYPO3
-
11:06 Task #35524 (Accepted): Split the Documentation package into DocTools and move the documentation to TYPO3.FLOW3 and TYPO3.TYPO3
-
11:06 Task #35524 (Resolved): Split the Documentation package into DocTools and move the documentation to TYPO3.FLOW3 and TYPO3.TYPO3
-
12:03 Revision fd67683c: [TASK] Raise submodule pointers
-
11:30 TYPO3.Flow Feature #29389 (Under Review): Provide simple code migration mechanism
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10124 -
11:06 TYPO3.Flow Revision fdd5c993: [TASK] add FLOW3 documentation to TYPO3.FLOW3
- Change-Id: I0e538147b4b68b31697cc062176f2ef642c0a711
Related: #35524
Releases: 1.1 -
10:31 TYPO3.Flow Feature #35517: Annotation Driver should use information about maximum identifier length for tables from DBAL
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10117 -
09:10 TYPO3.Flow Feature #35517 (Under Review): Annotation Driver should use information about maximum identifier length for tables from DBAL
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10117 -
09:10 TYPO3.Flow Feature #35517 (Resolved): Annotation Driver should use information about maximum identifier length for tables from DBAL
-
08:52 TYPO3.Flow Bug #35059: Default for nullable is TRUE but should be FALSE
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9774 -
08:03 Revision c374c687: [TASK] Raise submodule pointers
-
07:55 TYPO3.Flow Revision b62b6a0a: Merge "[BUGFIX] DateTimeValidator throws exception when validating DateTime objects"
-
07:52 TYPO3.Flow Revision da3a149e: Merge "[FEATURE] Shorthand syntax for custom validators"
2012-04-01
-
22:56 TYPO3.Flow Task #25923: Clean up session files in compile run
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9633 -
22:27 TYPO3.Flow Bug #34048: ResolveValidator breaks on DateTime method arguments
- Hi,
I guess #35338 fixes this issue. :)
2012-03-31
-
10:03 Revision d691fb2a: [TASK] Raise submodule pointers
-
09:33 TYPO3.Flow Revision dbb65611: Merge "[FEATURE] Package help in CLI"
-
02:39 Task #35317 (Resolved): Fix doc comments for authentication providers
- Applied in changeset commit:2dd67d26e151496771e8ef4c3c4e2016a904971d.
-
00:51 Bug #35422 (Under Review): TYPO3 Security Framework should not take unexisting roles into account
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10104 -
00:49 Bug #35422 (Resolved): TYPO3 Security Framework should not take unexisting roles into account
- Now the Security Framework uses all roles available in the tokens. When a role is not configured in the Policy.yaml t...
-
00:00 Suggestion #35420 (New): Review use of try / catch in the Security Framework
- Just to not forget about the comments in https://review.typo3.org/#/c/9558/
Karsten Dambekalns Mar 12
Patch Set ...
2012-03-30
-
21:07 TYPO3.Flow Bug #35338: Action arguments of type DateTime throw Exception
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10069 -
19:14 TYPO3.Eel Bug #35416 (Resolved): Fix failing eel unit test // Eel Code Detection expression
-
19:12 TYPO3.Eel Revision 3809fd34: [TASK] deactivate failing unit test
- Change-Id: If859121f84f7c6f42fb6f0c947be0856172e592a
-
18:03 Revision 5e6001d9: [TASK] Raise submodule pointers
-
14:26 TYPO3.Eel Revision 9b4cccbd: [TASK] add doc comments
- Change-Id: I25561c4e1cec5df49b78f095866dab6254cf397d
-
14:04 TYPO3.Flow Task #35394 (Resolved): Document Routing feature "appendExceedingArguments"
- See #30778
-
13:39 TYPO3.Flow Feature #29547: @identity should make property unique in Database
- User Kirab mentioned there were "problems with Resource system"; I assume it's the problem that duplicate @\TYPO3\FLO...
-
12:28 TYPO3.Flow Feature #35195: Additional possible keys in source array for DateTimeConverter
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9848 -
12:13 TYPO3.Flow Feature #35387: Configuration for own Formatters
- Also possible to use @ReflectionService::getAllImplementationClassNamesForInterface@
-
11:57 TYPO3.Flow Feature #35387 (Resolved): Configuration for own Formatters
- The current implementation of @TYPO3\FLOW3\I18n\FormatResolver::getFormatter()@ only tries to get formatters from the...
-
12:03 Revision 55b17580: [TASK] Raise submodule pointers
-
12:01 TYPO3.Flow Feature #35388 (New): Use the current package as default for translations within controllers
- The Translator::getTranslationBy* should use the current package to determine where to get the translation from, just...
2012-03-29
-
15:57 TYPO3.Flow Bug #35369 (Resolved): DateTimeConverter's timezone key leads to unexpected behavior
- The doc comment of the DateTimeConverter says...
-
14:24 TYPO3.Flow Feature #35195: Additional possible keys in source array for DateTimeConverter
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9848 -
11:03 TYPO3.Flow Feature #35354 (Closed): Additional variants to annotate Validators
- Currently (afaik), the only option to set a validator to a model property is to annotate it in the vicinity of the ap...
-
11:00 TYPO3.Flow Bug #33495: No alternative entry point type can be configured
- Patch set 9 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9881 -
11:00 TYPO3.Flow Feature #35243: HTTP 1.1 Support – Foundations
- Patch set 8 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9880
2012-03-28
-
23:12 TYPO3.Flow Feature #35030: Dynamic locale detection
- As a side-note, when selecting locale from HTTP headers the response should also send the matching "Vary: Accept-Lang...
-
19:59 TYPO3.Flow Bug #35136 (Under Review): Problem with validating simple types
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10071 -
13:05 TYPO3.Flow Bug #35136: Problem with validating simple types
- Bastian Waidelich wrote:
> That's not what I observe.
Not true, forget my comment. Caching issue *doh* ;)
-
13:01 TYPO3.Flow Bug #35136: Problem with validating simple types
- Rens Admiraal wrote:
Hi Rens,
> This is because the TypeConverter returns (integer) $value [...]
That's not ... -
12:28 TYPO3.Flow Bug #35136 (Accepted): Problem with validating simple types
-
19:46 TYPO3.Flow Bug #34050: DatetimeParser code documentation is wrong
- Please check, if https://review.typo3.org/#/c/10070/ already fixes this for you
-
19:45 TYPO3.Flow Revision 3cafccf6: [BUGFIX] DateTimeValidator throws exception when validating DateTime objects
- The DateTimeValidator tries to parse DateTime objects
with the L18n DatesParser which throws an exception.
This chan... -
19:33 TYPO3.Flow Bug #35338 (Under Review): Action arguments of type DateTime throw Exception
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/10069 -
19:31 TYPO3.Flow Bug #35338 (Resolved): Action arguments of type DateTime throw Exception
- If an action argument is an object, the ValidationResolver tries to instantiates that object to use it as Validator w...
-
17:25 TYPO3.Flow Bug #33495: No alternative entry point type can be configured
- Patch set 8 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9881 -
15:31 TYPO3.Flow Bug #33495: No alternative entry point type can be configured
- Patch set 7 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9881 -
12:29 TYPO3.Flow Bug #33495: No alternative entry point type can be configured
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9881 -
12:05 TYPO3.Flow Bug #33495: No alternative entry point type can be configured
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9881 -
12:01 TYPO3.Flow Bug #33495: No alternative entry point type can be configured
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9881 -
10:45 TYPO3.Flow Bug #33495: No alternative entry point type can be configured
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9881 -
17:25 TYPO3.Flow Feature #35243: HTTP 1.1 Support – Foundations
- Patch set 7 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9880 -
15:31 TYPO3.Flow Feature #35243: HTTP 1.1 Support – Foundations
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9880 -
12:29 TYPO3.Flow Feature #35243: HTTP 1.1 Support – Foundations
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9880 -
12:05 TYPO3.Flow Feature #35243: HTTP 1.1 Support – Foundations
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9880 -
12:01 TYPO3.Flow Feature #35243: HTTP 1.1 Support – Foundations
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9880 -
15:31 TYPO3.Flow Task #33705: Inconsistent spelling of sub package and class names
- Patch set 8 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9780 -
12:29 TYPO3.Flow Task #33705: Inconsistent spelling of sub package and class names
- Patch set 7 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9780 -
12:05 TYPO3.Flow Task #33705: Inconsistent spelling of sub package and class names
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9780 -
15:02 Revision 747a437a: [TASK] Raise submodule pointers
-
14:55 Revision c59c4717: [TASK] Update Upgrading.txt with new version number
- Change-Id: I8412c3b4a30ca87de5e21dbbe2e2507e7156639c
Releases: 1.0 -
14:52 Task #35324 (Resolved): Remove vender namespace from Build/Common/PhpUnit/UnitTests.xml
- Would't it make sense to remove the vendor namespace from Build/Common/PhpUnit/UnitTests.xml so you can use...
-
14:40 TYPO3.Flow Bug #35300 (Resolved): Arguments of form __referrer are unserialized without a check
- Applied in changeset commit:cd39af5dddd1695b499ca038c5add38d46436e4c.
-
13:39 TYPO3.Flow Bug #35300: Arguments of form __referrer are unserialized without a check
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9976 -
13:35 TYPO3.Flow Bug #35300: Arguments of form __referrer are unserialized without a check
- Patch set 1 for branch *FLOW3-1.0* has been pushed to the review server.
It is available at http://review.typo3.org/9975 -
10:32 TYPO3.Flow Bug #35300: Arguments of form __referrer are unserialized without a check
- Patch set 4 for branch *FLOW3-1.0* has been pushed to the review server.
It is available at http://review.typo3.org/9897 -
10:32 TYPO3.Flow Bug #35300: Arguments of form __referrer are unserialized without a check
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9898 -
10:30 TYPO3.Flow Bug #35300: Arguments of form __referrer are unserialized without a check
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9898 -
10:29 TYPO3.Flow Bug #35300: Arguments of form __referrer are unserialized without a check
- Shouldn't the target version be "Some version"? ;)
-
10:26 TYPO3.Flow Bug #35300 (Under Review): Arguments of form __referrer are unserialized without a check
- Patch set 3 for branch *FLOW3-1.0* has been pushed to the review server.
It is available at http://review.typo3.org/9897 -
09:51 TYPO3.Flow Bug #35300 (Resolved): Arguments of form __referrer are unserialized without a check
- The request arguments of the referring request are a serialized string written to one of the hidden fields in a Fluid...
-
14:02 TYPO3.Welcome Revision 2116b955: [TASK] Update Package.xml with new version number
- Change-Id: I2f709033d06c72aafb922fba43483cd1ddc1a842
Releases: 1.0 -
14:02 TYPO3.Kickstart Revision d6d142f2: [TASK] Update Package.xml with new version number
- Change-Id: I496dcb9a4e84c7db627047987508ec9fd8f0a966
Releases: 1.0 -
14:02 TYPO3.Fluid Revision 5e72fd95: [TASK] Update Package.xml with new version number
- Change-Id: I4c553fc12630270dc0edea09c41179027df8cb1d
Releases: 1.0 -
14:02 TYPO3.Flow Revision 29961d6d: [TASK] Update Package.xml with new version number
- Change-Id: I2633168b6aa6aa017453675f9c080712eb2073f5
Releases: 1.0 -
14:02 Revision 74de4485: [TASK] Raise submodule pointers
-
13:52 TYPO3.Welcome Revision e446ff2c: [TASK] Update Package.xml with new version number
- Change-Id: I413ab0a1ba0dfaac4fc566179dae27a3219c6345
Releases: 1.0 -
13:52 TYPO3.Kickstart Revision 8ee79931: [TASK] Update Package.xml with new version number
- Change-Id: Iae3462989018287c484f6ba97526bb86f279e3e3
Releases: 1.0 -
13:52 TYPO3.Fluid Revision d3bb6703: [TASK] Update Package.xml with new version number
- Change-Id: Ic0f9c17c52189c983473e6365ae1be8f790e7b37
Releases: 1.0 -
13:52 TYPO3.Flow Revision 0787c2ce: [TASK] Update Package.xml with new version number
- Change-Id: I4885a94019ab9c274cdd08b71f7f0296fa63b9ab
Releases: 1.0 -
13:44 Task #35317 (Under Review): Fix doc comments for authentication providers
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9984 -
13:42 Task #35317 (Resolved): Fix doc comments for authentication providers
- All the authentication providers have a incorrect return doc comment.
- 13:44 TYPO3.Flow Revision 2dd67d26: [TASK] Fix doc comments for authentication providers
- Fixes the wrong return doc annotation for the getTokenClassnames method
Resolves: #35317
Change-Id: Ide5bb9111ac8f8... -
13:41 Revision 22f95854: [TASK] Raise submodule pointers
-
13:33 TYPO3.Flow Feature #34648: Implement a way to authenticate with a file based encrypted key
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9461 -
13:23 TYPO3.Flow Bug #35298: filename spelling inconsistent in the project
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9958 -
10:25 TYPO3.Flow Bug #35298: filename spelling inconsistent in the project
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9958 -
08:48 TYPO3.Flow Bug #35298 (Under Review): filename spelling inconsistent in the project
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9958 -
08:41 TYPO3.Flow Bug #35298 (Resolved): filename spelling inconsistent in the project
- The "filename" is spelled differently in parts of the framework, it should be adapted. Especially the filename proper...
-
10:34 TYPO3.Fluid Revision 7bc4e357: [SECURITY] Protect arguments of form __referrer with HMAC
- The request arguments of the referring request are
a serialized string written to one of the hidden
fields in a Fluid... -
10:32 TYPO3.Flow Revision cd39af5d: [SECURITY] Protect arguments of form __referrer with HMAC
- The request arguments of the referring request are
a serialized string written to one of the hidden
fields in a Fluid... -
09:34 TYPO3.Kickstart Revision 329c1828: [TASK] Sub package name case and location adjustments
- This adjusts code to use the corrected namespaces and class names in
FLOW3.
Change-Id: I492baa2e71709d5bf09a8007d400... -
07:45 TYPO3.Fluid Bug #35295 (Resolved): Alphanumeric-Validator fails on umlauts
- this is a copy of #35284,
-------------
The alphanumeric validator fails to validate for umlauts or other non-asci...
2012-03-27
-
18:43 TYPO3.Flow Bug #33495: No alternative entry point type can be configured
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9881 -
18:43 TYPO3.Flow Feature #35243: HTTP 1.1 Support – Foundations
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9880 -
18:43 TYPO3.Flow Task #33705: Inconsistent spelling of sub package and class names
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9780 -
11:13 TYPO3.Flow Feature #28399: Validation message and code should be configurable for bundled validators
- Yes, that's the idea. Right now it's not possible to treat one validator type differently regarding translations. Whi...
-
11:03 Revision 87356605: [TASK] Raise submodule pointers
2012-03-26
-
21:44 TYPO3.Flow Feature #35030 (Accepted): Dynamic locale detection
- We'd love to nail this for I18n, so keep your ideas coming. Also make sure to check the locale chain configuration in...
-
21:42 TYPO3.Fluid Bug #35041 (Accepted): TranslateViewHelper returns empty string if id is missing and view helper tag is empty
-
18:20 TYPO3.Flow Task #33705: Inconsistent spelling of sub package and class names
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9780 -
18:20 TYPO3.Flow Bug #33495 (Under Review): No alternative entry point type can be configured
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9881 -
18:20 TYPO3.Flow Feature #35243 (Under Review): HTTP 1.1 Support – Foundations
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9880 -
18:18 TYPO3.Flow Feature #35243 (Resolved): HTTP 1.1 Support – Foundations
- In order to cleanly separate between the domain of HTTP and that of the MVC framework, it is necessary to split up th...
-
18:05 TYPO3.Fluid Revision a3cb456a: [FEATURE] Make renderSection callable outside of template context
- This makes it possible to call $this->renderSection('sectionName') to
render only only a single section out of a comp... -
17:32 TYPO3.Flow Feature #28399: Validation message and code should be configurable for bundled validators
- like the idea. Am I right that would mean you can do...
-
17:14 TYPO3.Flow Bug #35136: Problem with validating simple types
- you are not allowed to throw an exception inside the type converter in case of a user error.
Instead, you should r... -
16:28 TYPO3.Eel Revision 3b61e514: [TASK] Initial Eel Commit
- Change-Id: I6c8ed9e44544bb3e2b4003ab34cea04bc5718146
-
15:45 TYPO3.Flow Revision 8ec5166f: [TASK] Grammar police at work
- Change-Id: Icc060439da4d85f898656b9b5b6a35de227a8981
Releases: 1.1 -
14:40 TYPO3.Flow Feature #35135 (Resolved): Provide an inject() convenience method in Base Test Case
- Applied in changeset commit:8152b8c97a292e79e24b514b161850ccdba85b03.
-
11:30 TYPO3.Flow Feature #35135 (Under Review): Provide an inject() convenience method in Base Test Case
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9870 -
12:03 Revision e56d0382: [TASK] Raise submodule pointers
-
11:55 TYPO3.Flow Revision db12e110: Merge "[TASK] Cosmetic changes in test cases"
-
11:36 TYPO3.Flow Revision 30a007d1: [TASK] Cosmetic changes in test cases
- This removes the @category annotation from a bunch
of security related tests and replace an inject
method in the Pack... -
11:29 TYPO3.Flow Revision 8152b8c9: [FEATURE] inject() convenience method in Base Test Case
- Testing code which uses dependency injection requires
some additional lines of code for manually injecting
the depend...
2012-03-25
-
12:45 TYPO3.Flow Bug #35136: Problem with validating simple types
- I'm totally fine with the conversion, that's not something to discuss I think. But validation always has to be done i...
-
11:33 TYPO3.Flow Bug #35136: Problem with validating simple types
- I see what you mean but I think the Converter should just do it's job and don't validate anything, so throwing an exc...
2012-03-24
-
18:35 TYPO3.Flow Bug #35200: TYPO3\FLOW3\AOP\Exception\InvalidArgumentException thrown in file JoinPoint.php
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9857 -
16:00 TYPO3.Flow Bug #35200 (Under Review): TYPO3\FLOW3\AOP\Exception\InvalidArgumentException thrown in file JoinPoint.php
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9857
2012-03-23
-
21:11 TYPO3.Flow Bug #35200 (Resolved): TYPO3\FLOW3\AOP\Exception\InvalidArgumentException thrown in file JoinPoint.php
- In TYPO3\FLOW3\Session\Aspect\LoggingAspect , l. 68
$reason = $joinPoint->getMethodArgument('reason') ?: 'no reas... -
17:57 TYPO3.Flow Feature #35195 (Under Review): Additional possible keys in source array for DateTimeConverter
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9848 -
17:21 TYPO3.Flow Feature #35195 (Resolved): Additional possible keys in source array for DateTimeConverter
- At the moment, the following is allowed:...
-
14:39 TYPO3.Flow Bug #34555 (Resolved): StreamWrapperAdapter::stream_lock does not return StreamWrapper result
- Applied in changeset commit:2fd21b11f5b72a668d3d408328a3f7bbd72dc646.
-
13:23 TYPO3.Flow Feature #34866 (Under Review): Allow fluently working with PropertyMappingConfiguration
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9843 -
12:52 TYPO3.Flow Feature #34866 (Accepted): Allow fluently working with PropertyMappingConfiguration
-
13:03 Revision e10e0b94: [TASK] Raise submodule pointers
-
12:49 TYPO3.Flow Bug #35016 (Resolved): YamlSource creates invalid YAML files
-
12:49 TYPO3.Flow Revision eee84441: Merge "[BUGFIX] YamlSource creates invalid YAML files"
-
12:31 TYPO3.Flow Feature #34867 (Resolved): Allow setting target type in MVC Argument
-
12:31 TYPO3.Flow Revision 5bcfe530: Merge "[FEATURE] Allow setting dataType from outside"
-
12:27 TYPO3.Flow Revision d60d0f9f: Merge "[BUGFIX] StreamWrapperAdapter::stream_lock does not return result"
-
12:14 TYPO3.Flow Bug #34837 (Resolved): flow3:cache:flush should care about the .Shortcuts state
-
12:10 TYPO3.Flow Bug #34837: flow3:cache:flush should care about the .Shortcuts state
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9648 -
12:08 TYPO3.Flow Revision 6d13ef27: [BUGFIX] Clear .Shortcuts on cache flush command
- In case some directories were renamed you are able to get
back to a defined state with the cache:flush command.
It w... -
10:18 TYPO3.Flow Bug #35173 (Closed): PropertyMapping: FloatConverter - map from float to float is not working
- PropertyMapping:
The FloatConverter does not allow to map from float to float.
In contrast to this behaviour the I... -
00:12 TYPO3.Flow Feature #28052: Possibility to enable or disable accounts
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/3245
2012-03-22
-
23:23 TYPO3.Flow Feature #32607: Export localized strings for JS consumption
- I like the viewhelper idea. Options that such a viewhelper should have:
- select locale (obviously), default should... -
17:03 Revision 3f1b59ad: [TASK] Raise submodule pointers
-
16:19 TYPO3.Fluid Revision 039ef098: [TASK] Remove occurences of removed form.textbox ViewHelper
- There are still some places referring to the no longer existing
Textbox form ViewHelper.
This adjusts code accordingl... -
12:19 TYPO3.Flow Bug #35136 (Resolved): Problem with validating simple types
- When an argument of a controller action is annotated with @param integer $var, the validation never fails if a string...
-
11:33 TYPO3.Flow Feature #35135 (Resolved): Provide an inject() convenience method in Base Test Case
- Testing code which uses dependency injection requires some additional lines of code for manually injecting the depend...
2012-03-21
-
23:05 TYPO3.Flow Bug #31500: Argument validation for CLI requests is not done
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/6014 -
19:43 TYPO3.Flow Bug #34555: StreamWrapperAdapter::stream_lock does not return StreamWrapper result
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9788 -
19:42 TYPO3.Flow Bug #34555 (Under Review): StreamWrapperAdapter::stream_lock does not return StreamWrapper result
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9788 -
19:24 TYPO3.Flow Bug #34555 (Accepted): StreamWrapperAdapter::stream_lock does not return StreamWrapper result
-
19:42 TYPO3.Flow Revision 2fd21b11: [BUGFIX] StreamWrapperAdapter::stream_lock does not return result
- StreamWrapperAdapter::stream_lock() does not return the results
of the actual stream wrapper. But according to the do... -
19:30 TYPO3.Flow Feature #34648: Implement a way to authenticate with a file based encrypted key
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9461 -
18:23 TYPO3.Flow Bug #35096 (Closed): Subroutes can't use empty uriPattern as fallback
- I have several packages, for each package I like to create a routing shortcut.
So that instead of using these urls
... -
17:08 TYPO3.Flow Task #33705: Inconsistent spelling of sub package and class names
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9780 -
17:05 TYPO3.Flow Task #33705: Inconsistent spelling of sub package and class names
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9780 -
16:48 TYPO3.Flow Task #33705 (Under Review): Inconsistent spelling of sub package and class names
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9780 -
14:49 TYPO3.Fluid Bug #35090 (Resolved): base64-encode of URI-transferred serialized objects
- At least Fluid-Widgets add a serialized object to links in order to transfer them across requests.
Maybe it's consid... -
14:44 TYPO3.Fluid Bug #33551: View helper values break out of a partial scope
- Bastian Waidelich wrote:
> I fail to reproduce this [...]
@Stephan can you please confirm this, otherwise I'll ... -
13:06 TYPO3.Flow Bug #35083 (New): involving SecurityContext in Widget's __wakeup situation leads to an exception
- I experience the situation that the attached exception occurs.
I have an object with an injected @\TYPO3\FLOW3\Secur... -
11:36 TYPO3.Flow Feature #35030: Dynamic locale detection
- @Adrian: The correct way would then be to not have subdomains, but full TLDs for each locale/language used (hierarchy...
-
02:39 TYPO3.Flow Bug #31192 (Resolved): Update session cookie lifetime on activity
- Applied in changeset commit:cfe4af2e7423da6adbe881d1c97e14abc62ce189.
-
02:39 TYPO3.Flow Feature #35052 (Resolved): Make message origin hint configurable
- Applied in changeset commit:becbc65f77c30547c0a56a5a1e93b6b68be1365a.
2012-03-20
-
22:44 TYPO3.Flow Bug #35011: Column type detection broken when Column annotation is used
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9742 -
22:44 TYPO3.Flow Bug #35059 (Under Review): Default for nullable is TRUE but should be FALSE
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9774 -
22:30 TYPO3.Flow Bug #35059 (Resolved): Default for nullable is TRUE but should be FALSE
- The nullable option for columns is FALSE in Doctrine 2 unless otherwise indicated. Our annotation driver uses a defau...
-
22:03 Revision e72105b8: [TASK] Raise submodule pointers
-
21:12 TYPO3.Fluid Revision edc73d2f: [TASK] Fixes a wrong return type annotation
- Related: #34875
Releases: 1.1
Change-Id: If77577602dd0cc268789c115f9ae628ab87d1f5a -
21:02 Revision d4638fa0: [TASK] Raise submodule pointers
-
20:54 TYPO3.Flow Feature #35052: Make message origin hint configurable
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9766 -
17:55 TYPO3.Flow Feature #35052: Make message origin hint configurable
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9766 -
17:39 TYPO3.Flow Feature #35052 (Under Review): Make message origin hint configurable
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9766 -
17:36 TYPO3.Flow Feature #35052 (Resolved): Make message origin hint configurable
- The logging FileBackend currently adds a hint about where the message was created for every log entry. While this fea...
-
20:54 TYPO3.Flow Revision becbc65f: [FEATURE] Configurable hint about log message origin
- This feature allows for enabling the additional hint for the origin of
logged messages handled by the FileBackend. By... -
18:03 Revision 7c907556: [TASK] Raise submodule pointers
-
18:02 TYPO3.Flow Bug #32829: Mapping to a subclass by __type property fails if subclass adds fields
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/7507 -
17:46 TYPO3.Flow Feature #35034 (Resolved): Automatic session expiration on user inactivity
-
17:41 TYPO3.Flow Feature #35034: Automatic session expiration on user inactivity
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9765 -
15:59 TYPO3.Flow Feature #35034: Automatic session expiration on user inactivity
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9765 -
12:47 TYPO3.Flow Feature #35034 (Under Review): Automatic session expiration on user inactivity
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9765 -
12:39 TYPO3.Flow Feature #35034 (Resolved): Automatic session expiration on user inactivity
- Sessions should expire automatically after a configured amount of time of inactivity.
-
17:41 TYPO3.Flow Bug #31192: Update session cookie lifetime on activity
- Patch set 3 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9765 -
15:59 TYPO3.Flow Bug #31192: Update session cookie lifetime on activity
- Patch set 2 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9765 -
12:47 TYPO3.Flow Bug #31192 (Under Review): Update session cookie lifetime on activity
- Patch set 1 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/9765 -
12:38 TYPO3.Flow Bug #31192 (Accepted): Update session cookie lifetime on activity
-
17:41 TYPO3.Flow Revision cfe4af2e: [FEATURE] Automatic session expiration on user inactivity
- This feature lets sessions expire automatically after a certain time
of user inactivity. The actual timeout can be sp... -
17:35 TYPO3.Flow Feature #35030: Dynamic locale detection
- well, that's a question that must be discussed really well. My very humble opinion is, that the language should not b...
-
17:07 TYPO3.Flow Feature #35030: Dynamic locale detection
- Not to forget, we need to have a way of inserting the locale into URLs if it has been set via the URL. Otherwise we w...
-
12:37 TYPO3.Flow Feature #35030: Dynamic locale detection
- Adrian, that's more or less what I was thinking of ;)
For me, the chain would be (highest priority first): URL -> co... -
12:26 TYPO3.Flow Feature #35030: Dynamic locale detection
- my two cents to this; there may be even a locale determiner mechanism that goes through a chain of LocaleDeterminers ...
-
12:17 TYPO3.Flow Feature #35030 (Under Review): Dynamic locale detection
- Currently, the locale is automatically set to "en". It is however possible to manually set the locale to something el...
-
15:23 TYPO3.Fluid Bug #35041 (Resolved): TranslateViewHelper returns empty string if id is missing and view helper tag is empty
- With an empty view helper tag (<f:translate id="some.message.id" />) and a missing id, the view helper just returns n...
-
14:39 TYPO3.Flow Bug #31997 (Resolved): Security Context::hasRole should also work recursively; this makes <f:security.ifHasRole> work recursively as well
- Applied in changeset commit:861231e1eff72b53d3dd415c496bed2b29752358.
-
10:32 TYPO3.Flow Bug #31997: Security Context::hasRole should also work recursively; this makes <f:security.ifHasRole> work recursively as well
- Patch set 6 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/6859 -
10:31 TYPO3.Flow Bug #31997: Security Context::hasRole should also work recursively; this makes <f:security.ifHasRole> work recursively as well
- Patch set 5 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/6859 -
09:58 TYPO3.Flow Bug #31997: Security Context::hasRole should also work recursively; this makes <f:security.ifHasRole> work recursively as well
- Patch set 4 for branch *master* has been pushed to the review server.
It is available at http://review.typo3.org/6859 -
13:39 TYPO3.Flow Bug #35035 (Accepted): Doctrine repository findAll is inconsistent
-
13:00 TYPO3.Flow Bug #35035 (Resolved): Doctrine repository findAll is inconsistent
- The findAll method of the special doctrine repository (needed for custom DQL afaik) returns an array of objects (thro...
-
11:03 Revision 3931b9e3: [TASK] Raise submodule pointers
-
10:32 TYPO3.Flow Revision 861231e1: [BUGFIX] Context::hasRole() now checks roles recursively
- Previously, hasRole() only considered the first level of roles of a
token. getRoles() instead always considered all r... -
02:38 TYPO3.Fluid Feature #34232 (Resolved): Translation support in SelectViewHelper
- Applied in changeset commit:305a27906f98555133b6728ba5b4633c3499d5cd.
Also available in: Atom