Activity
From 2011-09-15 to 2011-10-14
2011-10-14
-
19:38 Revision 795c7d00: [!!!][BUGFIX] invalid YAML parser result should be empty array
- A non array result of the symfony YAML parser will now be
converted to an empty array to not break things.
Breaking ... -
15:40 Bug #30934 (Accepted): persistAll() should only be called if EntityManager is still alive
-
15:12 Bug #30934 (Resolved): persistAll() should only be called if EntityManager is still alive
- In some cases it can happen, that the EntityManager is closed at the end of an controller. This *can* be a valid situ...
-
15:10 Feature #30933 (Needs Feedback): Check for unique constraints on add()
- If you define a uniqueConstraints in a Model you want to have that checked as soon as the add() method of your reposi...
-
14:48 Bug #30929 (Under Review): Routing does not always work if splitString is optional
- Patch set 2 of change Iae4ba2652c08e8a0ba468076ae5dec6008f0ea47 has been pushed to the review server.
It is available... -
14:21 Bug #30929 (Resolved): Routing does not always work if splitString is optional
- If the route part following an identity route part optional like...
-
14:17 Task #27627 (Under Review): Overhaul annotation support/syntax
-
14:06 Feature #26358 (Resolved): Initialize sessions only when necessary
- Applied in changeset commit:6d7d3b9ae15b120acb647526f92ed443fdab312a.
-
13:50 Feature #26358: Initialize sessions only when necessary
- Patch set 12 of change Id7ca5086353a77cabab27086949e326aa0e3d7a6 has been pushed to the review server.
It is availabl... -
14:06 Bug #30436 (Resolved): Access denied exception after session timeout with CSRF
- Applied in changeset commit:0edbd68a074a248a8ddd4b023002a7a51e98ca48.
-
13:52 Bug #30436: Access denied exception after session timeout with CSRF
- Patch set 4 of change If2c9c6386a2ee26195073a359dcf87db515d1dc0 has been pushed to the review server.
It is available... -
13:51 Revision 0edbd68a: [BUGFIX] Fix access denied exception after session timeout with CSRF
- This change nests the firewall inspection in the try catch block that
also catches AuthenticationRequired exceptions ... -
13:50 Revision 6d7d3b9a: [FEATURE] Initialize session and session objects on demand
- The default behavior of FLOW3 was that a session was initialized – and
thus a cookie sent – on every request, no matt... -
13:19 Bug #30778: Exceeding Request arguments should only be appended to URI if configured
- Patch set 2 of change I5fcb3b583cc237957337e1d94731695e51afcc45 has been pushed to the review server.
It is available... -
11:08 Revision c03a6ab1: [TASK] Get rid of some duplicate code
- Moves one duplicate method up and removes one that was
completely unused by now.
The tests for the latter have been ... -
09:39 Bug #30914 (Resolved): Proxy methods for methods with "by reference" return type are broken
- The proxy class builder ignores the by-reference & in the proxy method, and therefore you get an PHP fatal error.
-
08:53 Bug #28036 (Resolved): Database password in Settings.yaml is not recognized when it starts with an ampersand
- New YAML parser is merged so this can be closed. I can confirm that a string starting with ampersand works as expecte...
-
01:05 Task #30826 (Resolved): Use Symphony YAML parser for settings instead of Horde/YAML
- Applied in changeset commit:23468adc78877afc51af7a4c39fe3e649afb226e.
-
00:38 Revision 7f2686df: Merge "[TASK] Use Symphony YAML parser for settings instead Horde/YAML"
-
00:07 Bug #30858 (Resolved): Proxy Class Builder ignores optional arguments with NULL default
- Applied in changeset commit:8175869916ad95c8bdd06498c8caaad5d6c1ceac.
-
00:06 Bug #29488 (Resolved): AuthenticationManager::authenticate() does not throw Exception for invalid credentials
- Applied in changeset commit:d77d259613775337751115098200e6175adfcb28.
2011-10-13
-
23:53 Bug #29488: AuthenticationManager::authenticate() does not throw Exception for invalid credentials
- Patch set 2 of change Ia3d15f8e5e900ccc3b5be1b22b668d5ddadad7c8 has been pushed to the review server.
It is available... -
23:52 Revision d77d2596: [!!!][TASK] Change default authentication strategy
- This changes the default authentication strategy from "anyToken"
to "atLeastOneToken" in order to provoke an exceptio... -
23:46 Revision 22b094b1: Merge "[BUGFIX] Proxy Class Builder should work with NULL default"
-
23:35 Revision a8bb5b03: Merge "[TASK] Remove scope annotations from interfaces"
-
23:31 Feature #26358: Initialize sessions only when necessary
- Patch set 11 of change Id7ca5086353a77cabab27086949e326aa0e3d7a6 has been pushed to the review server.
It is availabl... -
23:09 Feature #26358: Initialize sessions only when necessary
- Patch set 10 of change Id7ca5086353a77cabab27086949e326aa0e3d7a6 has been pushed to the review server.
It is availabl... -
22:37 Feature #26358: Initialize sessions only when necessary
- Patch set 9 of change Id7ca5086353a77cabab27086949e326aa0e3d7a6 has been pushed to the review server.
It is available... -
23:07 Task #30825 (Resolved): Cleanup of (Flash)Messages API
- Applied in changeset commit:2dc4ac4cbd6e370edb3aab21fcf5ec8e15ef4077.
-
22:37 Task #30825: Cleanup of (Flash)Messages API
- Patch set 9 of change I37370d824511fe3ad6cd993a22ca43a9ffbb13c9 has been pushed to the review server.
It is available... -
00:17 Task #30825: Cleanup of (Flash)Messages API
- Patch set 8 of change I37370d824511fe3ad6cd993a22ca43a9ffbb13c9 has been pushed to the review server.
It is available... -
20:16 Bug #30778 (Under Review): Exceeding Request arguments should only be appended to URI if configured
- Patch set 1 of change I5fcb3b583cc237957337e1d94731695e51afcc45 has been pushed to the review server.
It is available... -
18:41 Revision b7326a86: [TASK] Remove scope annotations from interfaces
- They have no effect and in userland code even trigger an error.
Change-Id: I49c72a2b9b843173bb9972b106fad114bd9e8a3b -
17:06 Bug #30633 (Resolved): endless recursion when using the wrong php binary
- Applied in changeset commit:a7da3409cb3173d17fcabae5c5cc0c10911f0672.
-
16:55 Revision 2dc4ac4c: [!!!][TASK] Clean up Flash Messages API
- - FlashMessageContainer is moved to \TYPO3\FLOW3\MVC
- FlashMessage is removed
- FlashMessageContainer now uses \TYPO... -
16:55 Revision 0800ec1b: [TASK] Make PHPSessions configurable
- Change-Id: If2cbda3531e3fec394d6ad35e72f5fc75277f18f
Resolve: #30848 -
15:47 Bug #29295: Uncaught Exception in FLOW3 SQLSTATE[HY000]: General error: 1005 Can't create table 'phoenix.#sql-3dc_28' (errno: 150)
- Indeed there was a fix recently, could you try if you can reproduce the error with current master? Because I guess no...
-
15:24 Feature #9534 (Rejected): RAND as order posibility
- As stated, with doctrine no longer an issue.
-
15:21 Feature #3580: Create an administration panel for the FLOW3 Development context
- didn't see this ticket so created:
http://forge.typo3.org/issues/30890
with the ideas.
I would use Phoenix styles ... -
15:17 Feature #30890 (Accepted): Developer Toolbar
- Create a toolbar that can be enabled to provide easy debugging features and help to the FLOW3 developer.
Some idea... -
15:07 Bug #28036: Database password in Settings.yaml is not recognized when it starts with an ampersand
- this works with: https://review.typo3.org/#change,5740
-
14:51 Bug #30858: Proxy Class Builder ignores optional arguments with NULL default
- Patch set 5 of change I268e5f90ac815edadfe5b49cbc779697ea51a5f5 has been pushed to the review server.
It is available... -
11:40 Bug #30858: Proxy Class Builder ignores optional arguments with NULL default
- Patch set 4 of change I268e5f90ac815edadfe5b49cbc779697ea51a5f5 has been pushed to the review server.
It is available... -
08:54 Bug #30858: Proxy Class Builder ignores optional arguments with NULL default
- Patch set 3 of change I268e5f90ac815edadfe5b49cbc779697ea51a5f5 has been pushed to the review server.
It is available... -
14:49 Revision 81758699: [BUGFIX] Proxy Class Builder should work with NULL default
- Optional arguments with NULL default value will now be correctly
autowired in the proxy class. Therefor optional argu...
2011-10-12
-
23:44 Bug #29976: CSRF token is always the same
- Patch set 2 of change I93c432e45071a3c5628e98b3fbefa7407c715c15 has been pushed to the review server.
It is available... -
12:46 Bug #29976: CSRF token is always the same
- FYI: We have added two bug reports to the "Improved Security" project at "SourceSorge":http://sourceforge.net/tracker...
-
23:43 Revision 1dd7ba68: [BUGFIX] Security_Randomizer fallback does not work
- This fix should allow Security_Randomizer to work on Win x64
by making sure that the mt_rand fallback actually return... -
23:21 Bug #29488 (Under Review): AuthenticationManager::authenticate() does not throw Exception for invalid credentials
- Patch set 1 of change Ia3d15f8e5e900ccc3b5be1b22b668d5ddadad7c8 has been pushed to the review server.
It is available... -
23:04 Bug #29488 (Accepted): AuthenticationManager::authenticate() does not throw Exception for invalid credentials
- As discussed at T3CON11 we should change the default strategy from "anyToken" to "atLeastOneToken" as that will fit t...
-
23:04 Bug #30858: Proxy Class Builder ignores optional arguments with NULL default
- Patch set 2 of change I268e5f90ac815edadfe5b49cbc779697ea51a5f5 has been pushed to the review server.
It is available... -
20:39 Bug #30858 (Under Review): Proxy Class Builder ignores optional arguments with NULL default
- Patch set 1 of change I268e5f90ac815edadfe5b49cbc779697ea51a5f5 has been pushed to the review server.
It is available... -
20:35 Bug #30858 (Resolved): Proxy Class Builder ignores optional arguments with NULL default
-
22:33 Task #30825: Cleanup of (Flash)Messages API
- Patch set 7 of change I37370d824511fe3ad6cd993a22ca43a9ffbb13c9 has been pushed to the review server.
It is available... -
16:45 Task #30825: Cleanup of (Flash)Messages API
- Patch set 6 of change I37370d824511fe3ad6cd993a22ca43a9ffbb13c9 has been pushed to the review server.
It is available... -
15:27 Task #30825: Cleanup of (Flash)Messages API
- Patch set 5 of change I37370d824511fe3ad6cd993a22ca43a9ffbb13c9 has been pushed to the review server.
It is available... -
14:07 Task #30825: Cleanup of (Flash)Messages API
- Patch set 3 of change I37370d824511fe3ad6cd993a22ca43a9ffbb13c9 has been pushed to the review server.
It is available... -
14:04 Task #30825 (Under Review): Cleanup of (Flash)Messages API
- Patch set 2 of change I37370d824511fe3ad6cd993a22ca43a9ffbb13c9 has been pushed to the review server.
It is available... -
11:17 Task #30825 (Resolved): Cleanup of (Flash)Messages API
- To have a nice API for 1.0 cleanup of FlashMessage, FlashMessageContainer and Message objects is needed. Additionally...
-
21:35 Feature #26358: Initialize sessions only when necessary
- Patch set 8 of change Id7ca5086353a77cabab27086949e326aa0e3d7a6 has been pushed to the review server.
It is available... -
21:29 Feature #26358: Initialize sessions only when necessary
- Patch set 7 of change Id7ca5086353a77cabab27086949e326aa0e3d7a6 has been pushed to the review server.
It is available... -
19:44 Feature #26358: Initialize sessions only when necessary
- Patch set 6 of change Id7ca5086353a77cabab27086949e326aa0e3d7a6 has been pushed to the review server.
It is available... -
15:27 Feature #26358 (Under Review): Initialize sessions only when necessary
- Patch set 5 of change Id7ca5086353a77cabab27086949e326aa0e3d7a6 has been pushed to the review server.
It is available... -
18:04 Bug #30436: Access denied exception after session timeout with CSRF
- Patch set 3 of change If2c9c6386a2ee26195073a359dcf87db515d1dc0 has been pushed to the review server.
It is available... -
16:48 Task #30826: Use Symphony YAML parser for settings instead of Horde/YAML
- Patch set 2 of change I3dff3073045b7be75dfd2c54080a347f5616344d has been pushed to the review server.
It is available... -
16:00 Task #30826 (Under Review): Use Symphony YAML parser for settings instead of Horde/YAML
- Patch set 1 of change I3dff3073045b7be75dfd2c54080a347f5616344d has been pushed to the review server.
It is available... -
11:38 Task #30826 (Accepted): Use Symphony YAML parser for settings instead of Horde/YAML
-
11:37 Task #30826 (Resolved): Use Symphony YAML parser for settings instead of Horde/YAML
- Ideally make a separate Symphony YAML package out of it.
-
16:48 Revision 23468adc: [TASK] Use Symphony YAML parser for settings instead Horde/YAML
- Drop Horde YAML parser and use Symfony YAML parser instead.
It is now included in the new package
Symfony.Component.Y... -
15:22 Task #30848 (Resolved): Make PHP session configurable
- I'm using FLOW3 in a subdomain environment and need a way to have valid session cookies for all subdomains of a php s...
-
11:38 Bug #28036: Database password in Settings.yaml is not recognized when it starts with an ampersand
- Hopefully fixed after having: http://forge.typo3.org/issues/30826
-
10:48 Feature #26783 (Under Review): Support settings via OS Environment
- Patch set 1 of change I89877637d440e060c45dc73011e65a01b36302c4 has been pushed to the review server.
It is available... -
00:00 Bug #30223: Column names for association properties are generated wrong
- Hint for developers that come across this and need to upgrade their packages:
It is not possible for Doctrine to det...
2011-10-11
-
19:52 Bug #29976 (Under Review): CSRF token is always the same
- Patch set 1 of change I93c432e45071a3c5628e98b3fbefa7407c715c15 has been pushed to the review server.
It is available... -
19:31 Bug #29976: CSRF token is always the same
- Yep I see,
I guess it goes wrong around line 219 for you, maybe you check that out. It fills an array with zeros t... -
17:01 Bug #29976: CSRF token is always the same
- Christian Mueller wrote:
> Maybe we should add a fallback to generate "not so strongly randomized data" to have
>... -
16:38 Bug #29976: CSRF token is always the same
- Maybe we should add a fallback to generate "not so strongly randomized data" to have it running on Win 64-bit but log...
-
16:37 Bug #29976: CSRF token is always the same
- That is a shortcoming of /Packages/Framework/TYPO3.FLOW3/Resources/PHP/iSecurity/Security_Randomizer.php, it also men...
-
16:24 Bug #30493: CLI argument handling chokes on = use
- Patch set 2 of change I15c7ca0ba50fc612b7328573ebce9f748c46fb2f has been pushed to the review server.
It is available... -
16:23 Bug #30493 (Under Review): CLI argument handling chokes on = use
- Patch set 1 of change I15c7ca0ba50fc612b7328573ebce9f748c46fb2f has been pushed to the review server.
It is available... -
11:14 Bug #30778 (Resolved): Exceeding Request arguments should only be appended to URI if configured
- Currently when creating URIs/Links via the UriBuilder arguments that are not part of the configured route values are ...
-
10:52 Bug #28035 (Closed): FLOW3_REWRITEURLS is not taken into credit
-
10:09 Bug #28035: FLOW3_REWRITEURLS is not taken into credit
- ehm, please close, no right to do so :-)
-
10:08 Bug #28035: FLOW3_REWRITEURLS is not taken into credit
- True, works like a charm. My bad, there was a .htaccess some folders before trying to use mod_rewrite. This led to th...
-
08:47 Bug #28035 (Needs Feedback): FLOW3_REWRITEURLS is not taken into credit
- Using FLOW3 without mod_rewrite is perfectly okay – you just won't have the nice URLs. Which errors did you experience?
-
09:15 Bug #30633 (Under Review): endless recursion when using the wrong php binary
-
09:15 Bug #30633 (Accepted): endless recursion when using the wrong php binary
-
09:14 Bug #30633: endless recursion when using the wrong php binary
- Patch set 1 of change I1b0bb6e451acb60512cd1820fda1e26a5c261e04 has been pushed to the review server.
It is available... -
09:11 Revision a7da3409: [BUGFIX] No endless recursion on a missing CLI PHP binary
- If a wrong path has been specified or a PHP binary is used which
does not support CLI, FLOW3 could end up in an endle... -
08:48 Bug #28036 (Accepted): Database password in Settings.yaml is not recognized when it starts with an ampersand
-
08:46 Bug #27695 (Closed): Production configuration cache not flushed on cache:flush
- Can't reproduce with current master
-
08:42 Revision a15d379c: Merge "[TASK] ClassLoader returns TRUE now if class was found"
-
08:30 Feature #30256: Package help in CLI
- I think that, for the sake of simplicity, it should output a list of commands similar to what the current help index ...
2011-10-10
-
17:59 Revision bd7ea42b: [TASK] ClassLoader returns TRUE now if class was found
- Change-Id: I6970f8f7d22f82af9e19c8c799b281c0ad70d18d
-
17:58 Revision 7e901348: [TASK] Fix type annotation for ReflectionService in ObjectSerializer
- The var annotation for the ReflectionService property was wrong.
Change-Id: Ie187d4cfdfe09a4456a71d582138081c0429189c -
12:04 Bug #30714 (Closed): \TYPO3\FLOW3\var_dump() memory use causes fatal error debugging objects.
- During some FLOW3 CRUD testing, I got an error several times I wanted to debug objects that have related objects.
... -
10:18 Revision d8bed4b6: [TASK] Fixed consistent typo in variable name
- In the bootstrap one variable was called
$possibleComanndControllerIdentifier instead of
$possibleCommandControllerId...
2011-10-07
-
16:53 Bug #30633 (Resolved): endless recursion when using the wrong php binary
- If I uses non cli-php to call flow3, it will get an endless recursion.
It will be better to stop after 100 call, o... -
13:38 Feature #30378: Cookie authentication
- Sorry, I completely missed the thing; what is described above is a kind of session login handling which FLOW3 supplie...
2011-10-06
-
23:25 Bug #30614 (Resolved): Use of undefined policies throws exception
- Notice: Undefined index: Test in /srv/c/cdas/src/shared/Data/Temporary/Development/Cache/Code/FLOW3_Object_Classes/TY...
2011-10-05
-
14:47 Bug #29488: AuthenticationManager::authenticate() does not throw Exception for invalid credentials
- Andreas Förthner wrote:
> On the other hand, anyToken [...] doesn't break something if you do nothing...
Except for... -
14:22 Bug #29488: AuthenticationManager::authenticate() does not throw Exception for invalid credentials
- As already discussed, the behaviour is correct. But maybe we really should change the default strategy. On the other ...
-
12:03 Bug #29488: AuthenticationManager::authenticate() does not throw Exception for invalid credentials
- Bastian Waidelich wrote:
> But if I get it right, the behavior of the default strategy (anyToken) is not correct.
.... -
11:57 Bug #29488: AuthenticationManager::authenticate() does not throw Exception for invalid credentials
- This would be "expected" behavior for the @anyToken@ authentication strategy - authenticated doesn't mean authorized....
-
11:55 Bug #29488: AuthenticationManager::authenticate() does not throw Exception for invalid credentials
- I can reproduce this with the default setup.
To fix this you can change the authentication strategy. for instance li... -
11:50 Bug #29488 (Needs Feedback): AuthenticationManager::authenticate() does not throw Exception for invalid credentials
- Andi, can you shed some light on this?
-
09:54 Revision 659195f9: Merge "[TASK] Use IndexedReader instead of our own "fix""
-
09:52 Revision e2544f5f: Merge "[TASK] Clarify persistence behavior for inheritance in aggregate roots"
2011-10-04
-
19:05 Bug #30542 (Resolved): Static Route Parts are not reset
- Applied in changeset commit:9d03bb5259c34403d95f7048da9c80e8a7fb7543.
-
13:10 Bug #30542 (Under Review): Static Route Parts are not reset
- Patch set 1 of change Ide104658cb1c822e58768200092c30dd0b356e33 has been pushed to the review server.
It is available... -
13:07 Bug #30542 (Resolved): Static Route Parts are not reset
- @StaticRoutePart::resolve()@ sets the value to the route parts name (= the corresponding URI part).
@RoutePart::matc... -
13:09 Revision 9d03bb52: [BUGFIX] Static Route Parts are not reset
- StaticRoutePart::resolve() sets the value to the route parts
name (= the corresponding URI part).
RoutePart::match() ... -
09:52 Bug #30536 (Resolved): URI builder does not work correctly with arguments of subrequests
- see https://review.typo3.org/#change,2001
2011-10-03
-
18:11 Revision 6216c3d7: [TASK] Use IndexedReader instead of our own "fix"
- There was a mapAnnotationsToKeys() method in our annotation
driver. Using the IndexedReader from Doctrine is the bett... -
17:01 Revision b46db7bf: [TASK] Another cosmetic fix.
- Change-Id: Ifc7af4005f37374c4247a670ca05e5b2aee4003a
-
16:58 Revision cb9d87ad: [TASK] Trivial cosmetic fixes.
- Change-Id: I7e2156d41211e8094e997a10f0e6a040b2cadf69
2011-10-01
-
00:02 Bug #30493 (Resolved): CLI argument handling chokes on = use
- When a value for an argument is given like @--name=value@ the result is an uncaught exception #1297759968.
2011-09-30
-
23:35 Bug #29978 (Resolved): Wrong default value 'Text' for $dataType in TYPO3\FLOW3\MVC\Controller\Arguments::addNewArgument()
- Applied in changeset commit:2b29376b3ea683ccf15ae925a6cd0373d3749491.
-
23:19 Bug #29978: Wrong default value 'Text' for $dataType in TYPO3\FLOW3\MVC\Controller\Arguments::addNewArgument()
- Patch set 3 of change I82f77161e4b7ec277599feb8e07834ed9d39692a has been pushed to the review server.
It is available... -
23:19 Revision 2b29376b: [BUGFIX] Wrong default value 'Text' for $dataType
- The default value 'Text' for $dataType in the signature of the method
addNewArgument should be 'string' because there... -
15:15 Revision bdb224d8: [BUGFIX] Fix regression: flush caches blocked by aggregate analysis
- On trying to flush the caches after a package has been removed or
deactivated, the Reflection Service can fail due to... -
13:44 Feature #27329 (Rejected): Wrap Doctrine ArrayCollection in some FLOW3 collection
- I gave this more thought yesterday and today. My conclusion: if we do this, we'll break things or gain nothing.
*o... -
12:16 Feature #27329: Wrap Doctrine ArrayCollection in some FLOW3 collection
- +1 for introducing a FLOW3 interface / wrapper for collections
-
12:25 Task #29543 (Resolved): Clarifiy persistence behavior for inheritance in entities / aggregate roots
-
12:20 Task #29543: Clarifiy persistence behavior for inheritance in entities / aggregate roots
- Patch set 2 of change Ic64e8cc7b72fc1f570ab4ed9d09a435707e0cc12 has been pushed to the review server.
It is available... -
12:00 Task #29543 (Under Review): Clarifiy persistence behavior for inheritance in entities / aggregate roots
- Patch set 1 of change Ic64e8cc7b72fc1f570ab4ed9d09a435707e0cc12 has been pushed to the review server.
It is available... -
11:52 Task #29543: Clarifiy persistence behavior for inheritance in entities / aggregate roots
- A small update to the scope of this:
Karsten Dambekalns wrote:
> * it will return both types
> * it will accept ... -
12:24 Bug #29416 (Resolved): Aggregate root detection for Person vs AbstractParty is broken
-
12:20 Bug #29416: Aggregate root detection for Person vs AbstractParty is broken
- Patch set 2 of change I5538230b42624629a6746ebff5e9e5dae6e93859 has been pushed to the review server.
It is available... -
12:24 Feature #6607 (Closed): Enable security for REST services
- Okay, I close this for now – once we start working on REST again, we'll naturally stumble over a topic like this.
-
12:22 Bug #25694 (Closed): Multiple annotations with the same name are not supported by the reflection service
- Can't reproduce.
-
12:21 Task #26129 (Closed): Establish simple conventions for qualified and unqualified class names
-
12:20 Revision 095a742b: [TASK] Clarify persistence behavior for inheritance in aggregate roots
- This adds a number of functional tests to make sure the repository
behaves as expected. For Person and User, the latt... -
12:20 Revision c2cf3aa0: [TASK] Clean up class schema building code
- Extract some code into methods to make coming changed
easier.
Also add another test to the unit test for ClassSchema... -
12:20 Revision 23961c89: [!!!][BUGFIX] Make sure only complete hierarchies are aggregate root
- Reported as "Aggregate root detection for Person vs AbstractParty is
broken" the issue at hand was that one could not... -
12:18 Bug #27232: Create unit test for "Original Request must only be set if there is a validation error"
- Will you manage to write this test for 1.0?
-
12:08 Feature #27116 (Closed): Routing: Declared variables only available in POST but not in GET regexpr signature
- Fernando Arconada wrote:
> May be the problem could be fixed with #27117 at this moment not i'm not sure
I gues... -
10:33 Bug #30467 (Under Review): Doctrine fails to initialize AOP and DI in some cases
- Patch set 1 of change I83ba6484e9daecf5344242815ec52ad1770907f9 has been pushed to the review server.
It is available... -
10:23 Bug #30467 (Resolved): Doctrine fails to initialize AOP and DI in some cases
- When a Doctrine lazy loading proxy for an object is created for some specific purpose (e.g. when initializing session...
-
10:22 Task #27627 (Accepted): Overhaul annotation support/syntax
2011-09-29
-
23:21 Bug #29416 (Under Review): Aggregate root detection for Person vs AbstractParty is broken
- Patch set 1 of change I5538230b42624629a6746ebff5e9e5dae6e93859 has been pushed to the review server.
It is available... -
18:02 Bug #30436: Access denied exception after session timeout with CSRF
- Patch set 2 of change If2c9c6386a2ee26195073a359dcf87db515d1dc0 has been pushed to the review server.
It is available... -
17:46 Bug #30436 (Under Review): Access denied exception after session timeout with CSRF
- Patch set 1 of change If2c9c6386a2ee26195073a359dcf87db515d1dc0 has been pushed to the review server.
It is available... -
17:37 Bug #30436 (Resolved): Access denied exception after session timeout with CSRF
- An access of a CSRF protected action with an invalidated session throws an Exception (e.g. @\TYPO3\FLOW3\Security\Exc...
-
14:32 Revision 57045778: [TASK] Some tiny spelling fixes
- Change-Id: I51e289b083e771d633444ca94250750ec572e2a2
-
13:36 Feature #3580: Create an administration panel for the FLOW3 Development context
- We should also add security debugging information, since this is all very hidden right now.
The question is, if we... -
13:26 Feature #30428 (New): Cloning of request arguments
- It should be possible to have two instances of the same entity in a controller action by specifying a "@clone" annota...
-
13:06 Bug #30425 (New): New methods are not updated in Policies during Development
- Adding a new method (e.g. inside a Controller) that is guarded by a Policy (such that a PolicyEnforcementAspect is ap...
-
13:03 Bug #30424 (New): Forward object arguments with changes
- Updated or cloned objects cannot be used as an argument in @forward@ right now, because they are always converted to ...
-
12:59 Feature #30423 (New): Rendering template of other action without forward
- Rendering a template of another action without doing a forward is currently too complicated. It should be possible by...
-
12:38 Task #29543 (Accepted): Clarifiy persistence behavior for inheritance in entities / aggregate roots
-
12:36 Bug #28638: Signals can't be defined in abstract classes
- The regression has been fixed with Icf6bdf3f789162afbca61d7cf915dbb7ecd583d5 (https://review.typo3.org/#change,5409)
-
12:35 Bug #28638 (Resolved): Signals can't be defined in abstract classes
-
12:31 Bug #30223 (Resolved): Column names for association properties are generated wrong
-
12:14 Bug #30223: Column names for association properties are generated wrong
- Patch set 3 of change Ia32cfcc6cd49385a61845243e67cb0ddd62f5268 has been pushed to the review server.
It is available... -
12:15 Revision 0ef0e45d: [BUGFIX] Allow file exists check through ResourceStreamWrapper
- For file exists checks, we need to make sure that the
ResourceStreamWrapper returns FALSE when checking the path for... -
12:14 Feature #30418: Package bootstrapping following dependencies
- this is the code I use...
-
12:09 Feature #30418 (New): Package bootstrapping following dependencies
- It would be nice if packages are bootstrapped in correct order, following the dependency constraints that are describ...
-
12:14 Revision 395997de: [!!!][BUGFIX] Fix column names for association properties
- For associations without a join table the column names in the
model tables followed the target type, not the property... -
12:12 Revision 1a7fd598: [TASK] Simplify license header in PHP files
- Change-Id: Ia0d929babe774b06547738451222e9f61b8b0c65
Resolves: #29415 -
11:42 Revision 38317289: [TASK] Fix foreign key handling in migration
- Migrating down would not work because FK constraints where not named.
Change-Id: I2c789467bdb90ee080b69a8e6eebe4c006... -
11:03 Feature #30300: Support mapping to subclass by argument
- Patch set 3 of change I6d0a9d62789bd8557a848311e1f13f0c094dc51f has been pushed to the review server.
It is available... -
10:54 Revision eb569a6e: Merge "[TASK] Fix failing unit test after SecurityContext change"
2011-09-28
-
19:05 Bug #30261 (Resolved): CLI Help throws exception if related comments are not available
- Applied in changeset commit:75a8b899390e115cbf5028abcb485029547aeb7d.
-
18:51 Revision 2c1a6599: Merge "[BUGFIX] CLI Help throws exception if related comments are not available"
-
15:36 Feature #30317 (Resolved): Support mapping from integer to string
- Applied in changeset commit:892d67dcb85b93ba1f2a121672bf9243cceb26ec.
-
15:35 Revision 35bda30a: [TASK] Fix failing unit test after SecurityContext change
- Fix a failing unit test after change 5358.
Change-Id: I2b72768d693cf184d6d0fc64fd33f88549bc5f26 -
15:31 Revision 864d0c81: Merge "[FEATURE] Support mapping of integer to string"
-
15:07 Bug #30351 (Resolved): Can't use AOP with Repository
- Applied in changeset commit:3e36de833c1308ebf4aa3081f0d8e741e6085542.
-
14:43 Bug #30351: Can't use AOP with Repository
- Patch set 3 of change Icf6bdf3f789162afbca61d7cf915dbb7ecd583d5 has been pushed to the review server.
It is available... -
14:34 Bug #30351: Can't use AOP with Repository
- Patch set 2 of change Icf6bdf3f789162afbca61d7cf915dbb7ecd583d5 has been pushed to the review server.
It is available... -
14:15 Bug #30351 (Under Review): Can't use AOP with Repository
- Patch set 1 of change Icf6bdf3f789162afbca61d7cf915dbb7ecd583d5 has been pushed to the review server.
It is available... -
14:13 Bug #30351 (Accepted): Can't use AOP with Repository
-
14:47 Revision f493d5fe: Merge "[BUGFIX] AOP proxies are no longer broken if __call() exists"
-
14:43 Revision 3e36de83: [BUGFIX] AOP proxies are no longer broken if __call() exists
- If a class contains a magic __call() method, AOP proxy classes are
broken due to a is_callable() use – method_exists(... -
14:38 Revision 561bd6d6: Merge "[TASK] Guard the account for NULL when getting a party"
-
14:36 Bug #30260 (Resolved): CLI CommandManager throws exception for ambiguous commands
- Applied in changeset commit:5e5daa1b69c58ba531b270ed685e9528ba01a413.
-
14:36 Bug #30379 (Resolved): Object persistence has side effects in functional tests
- Applied in changeset commit:10af83a3299ea8b0719bc470f28d5d1c8ca481e8.
-
11:27 Bug #30379 (Under Review): Object persistence has side effects in functional tests
- Patch set 1 of change I484c358f467cf3a13601486f31a92d1c15c403e1 has been pushed to the review server.
It is available... -
11:25 Bug #30379 (Resolved): Object persistence has side effects in functional tests
- Unpersisted objects which have been added, but not persisted (no Entity Manager flush() called) will still be present...
-
14:36 Bug #30380 (Resolved): Optimistic Locking / @version annotation is not functional
- Applied in changeset commit:9c8570559b39140255d8aa0b59e8926b2f9c73a0.
-
11:30 Bug #30380 (Under Review): Optimistic Locking / @version annotation is not functional
- Patch set 1 of change Ia67ce34be122651c4ad741a44c53f7278ca31317 has been pushed to the review server.
It is available... -
11:28 Bug #30380 (Resolved): Optimistic Locking / @version annotation is not functional
- FLOW3 seems to ignore the @version annotation which is needed for Doctrine's Optimistic Locking feature.
-
14:28 Revision 063c0a57: Merge "[BUGFIX] No persistence side effects anymore in functional tests"
-
14:17 Revision 516123c1: Merge "[BUGFIX] CLI CommandManager throws exception for ambiguous commands"
-
13:56 Bug #30223: Column names for association properties are generated wrong
- Patch set 2 of change Ia32cfcc6cd49385a61845243e67cb0ddd62f5268 has been pushed to the review server.
It is available... -
11:30 Revision 9c857055: [BUGFIX] @version annotations are not ignored anymore
- For optimization reasons FLOW3's Reflection Service ignored @version
annotations. Due to this, Doctrine's Optimistic ... -
11:27 Revision 10af83a3: [BUGFIX] No persistence side effects anymore in functional tests
- Doctrine's Unit of Work still contained objects from previous tests.
In order to prevent side effects, the Entity Man... -
11:13 Feature #30378 (Closed): Cookie authentication
- It would be nice having a proof cookie authentication possibility on board. I did a bit of research and found the fol...
2011-09-27
-
14:32 Bug #30351 (Resolved): Can't use AOP with Repository
- If you write an aspect of a Repository and this Repository is injected via DI in your controller then FLOW3 fires an ...
-
11:18 Feature #30317 (Under Review): Support mapping from integer to string
- Patch set 1 of change I662695b9621ead6fb936b3717e91a38979db9ca4 has been pushed to the review server.
It is available... -
11:16 Feature #30317 (Resolved): Support mapping from integer to string
- The StringConverter should be extended to support mapping from integer to string.
-
11:18 Revision 892d67dc: [FEATURE] Support mapping of integer to string
- Just a small additional source type in the StringConverter.
Change-Id: I662695b9621ead6fb936b3717e91a38979db9ca4
Res... -
09:54 Bug #30312 (Resolved): Entity class name is not properly detected in Repository::__construct()
- If a package key contains the string "Repository", model class names are not correctly resolved in the Repository con...
2011-09-26
-
19:11 Revision 2ae3f0ce: [TASK] Guard the account for NULL when getting a party
- This could happen, if the account in the persistence was deleted during
a session.
Change-Id: I50627f00ba237a92b35da... -
18:07 Feature #30300 (Under Review): Support mapping to subclass by argument
- Patch set 2 of change I6d0a9d62789bd8557a848311e1f13f0c094dc51f has been pushed to the review server.
It is available... -
17:09 Feature #30300 (Resolved): Support mapping to subclass by argument
- When type hierarchies are used for modeling, it's necessary to map to a special subclass when creating new entities. ...
-
09:35 Bug #30261: CLI Help throws exception if related comments are not available
- Patch set 2 of change I961cdeaf2a0928017bdfaec16bfcb014ee428076 has been pushed to the review server.
It is available... -
09:33 Bug #30261 (Under Review): CLI Help throws exception if related comments are not available
- Patch set 1 of change I961cdeaf2a0928017bdfaec16bfcb014ee428076 has been pushed to the review server.
It is available... -
09:34 Revision 75a8b899: [BUGFIX] CLI Help throws exception if related comments are not available
- The flow3:help:help command parses @see annotations of the
commands and retrieves the method description of related
c... -
09:29 Bug #30260 (Under Review): CLI CommandManager throws exception for ambiguous commands
- Patch set 1 of change I54dc784782eadd25f32fcd2e87a1011873070d35 has been pushed to the review server.
It is available... -
09:29 Revision 5e5daa1b: [BUGFIX] CLI CommandManager throws exception for ambiguous commands
- This change ensures that the CommandManager returns the complete
CommandIdentifier for commands with the same control...
2011-09-25
-
12:36 Bug #30262 (Resolved): ObjectConverter expects to be configured as ArrayToObjectConverter
- Applied in changeset commit:a9d8cc9e25281b876204e333c99d833993120046.
-
11:24 Bug #30234: Compiled proxies override parent instance
- Closed as duplicate of itself ;). Really?
-
10:51 Bug #29978 (Under Review): Wrong default value 'Text' for $dataType in TYPO3\FLOW3\MVC\Controller\Arguments::addNewArgument()
- Patch set 2 of change I82f77161e4b7ec277599feb8e07834ed9d39692a has been pushed to the review server.
It is available...
2011-09-24
-
20:35 Bug #30255 (Resolved): ObjectConverter needs to deal with constructor injection properties
- Applied in changeset commit:d366973e7ac31b49939d6a17ff642193620800dd.
-
19:37 Bug #30255: ObjectConverter needs to deal with constructor injection properties
- Patch set 2 of change Ic667b86c9231a11ae167f4d2836ebc1c9a12a9a2 has been pushed to the review server.
It is available... -
01:48 Bug #30255 (Under Review): ObjectConverter needs to deal with constructor injection properties
- Patch set 1 of change Ic667b86c9231a11ae167f4d2836ebc1c9a12a9a2 has been pushed to the review server.
It is available... -
01:43 Bug #30255 (Resolved): ObjectConverter needs to deal with constructor injection properties
- When a normal object is converted, the generic ObjectConverter is called (not the PersistentObjectConverter).
When... -
19:37 Bug #30262 (Under Review): ObjectConverter expects to be configured as ArrayToObjectConverter
- Patch set 1 of change I55f8b51e70d6af1164b291856047aaa1707d642c has been pushed to the review server.
It is available... -
19:32 Bug #30262 (Resolved): ObjectConverter expects to be configured as ArrayToObjectConverter
- When checking for property mapping configuration the ObjectConverter asks for the "ArrayToObjectConverter" configurat...
-
19:36 Revision 87863f3d: [TASK] Clean up PersistentObjectConverter unit test
- Change-Id: I4746e33a23e2be019bab3f1c38e758bbf9cd50b0
-
19:36 Revision a9d8cc9e: [BUGFIX] Read ObjectConverter configuration correctly
- When checking for property mapping configuration the ObjectConverter
asks for the "ArrayToObjectConverter" configurat... -
19:36 Revision d366973e: [BUGFIX] Allow ObjectConverter to use constructor parameters
- We need this for image upload in Phoenix.
Change-Id: Ic667b86c9231a11ae167f4d2836ebc1c9a12a9a2
Resolves: #30255 -
19:24 Bug #30261 (Resolved): CLI Help throws exception if related comments are not available
- The @flow3:help:help@ command parses "see" annotations of the commands and retrieves their method description.
This ... -
19:21 Bug #30260 (Resolved): CLI CommandManager throws exception for ambiguous commands
- @CommandIdentifier::getShortestIdentifierForCommand()@ currently fails to return the complete CommandIdentifier when ...
-
19:07 Feature #30256: Package help in CLI
- Nice idea, I would even go one further and allow to specify the controller too (e.g. "typo.flow:package" or just "pac...
-
14:17 Feature #30256 (Resolved): Package help in CLI
- Would be nice to get help for one specific package fx. './flow3 help kickstarter' would display only the kickstart pa...
-
18:34 Feature #30258: Support optional package dependencies
- Nice idea, but I'd prefer if those dependencies would be stored in the Package.xml -as discussed before- (for perform...
-
17:41 Feature #30258 (New): Support optional package dependencies
- FLOW3 should support optional package dependencies to enable the usage of classes inside a package that belong to a s...
-
18:31 Revision a29a7f77: Merge "[BUGFIX] Do not override parent instance in compiled proxies"
-
18:17 Bug #27810 (Closed): ObjectManager returns Subclass sometimes
- Closed as duplicate of #30234.
-
18:17 Bug #30234 (Closed): Compiled proxies override parent instance
- Closed as duplicate of #30234.
-
18:05 Bug #30254 (Resolved): The ResourceStreamWrapper should also return the resource path for non-existing persistent resources
- Applied in changeset commit:c0319226fb990162c30d216e51ffcf349af20ca4.
-
17:58 Bug #30254: The ResourceStreamWrapper should also return the resource path for non-existing persistent resources
- Patch set 2 of change I6b98a9da29ee155bed80177fff3a17a8b35a8be9 has been pushed to the review server.
It is available... -
01:38 Bug #30254 (Under Review): The ResourceStreamWrapper should also return the resource path for non-existing persistent resources
- Patch set 1 of change I6b98a9da29ee155bed80177fff3a17a8b35a8be9 has been pushed to the review server.
It is available... -
01:36 Bug #30254 (Accepted): The ResourceStreamWrapper should also return the resource path for non-existing persistent resources
-
01:36 Bug #30254 (Resolved): The ResourceStreamWrapper should also return the resource path for non-existing persistent resources
- For file upload, we need to make sure that the ResourceStreamWrapper also returns the path for a non-existing persist...
-
17:58 Revision c0319226: [BUGFIX] Allow file creation through ResourceStreamWrapper
- For file creation, we need to make sure that the ResourceStreamWrapper
also returns the path for a non-existing persi... -
17:14 Bug #30223 (Under Review): Column names for association properties are generated wrong
- Patch set 1 of change Ia32cfcc6cd49385a61845243e67cb0ddd62f5268 has been pushed to the review server.
It is available...
2011-09-23
-
21:47 Bug #30223: Column names for association properties are generated wrong
- The issue is fixed, the fix will be pushed for review as soon as I have the needed migrations ready.
-
10:01 Bug #30223 (Resolved): Column names for association properties are generated wrong
- As discovered by Bastian, column names for associations are created in model tables not with the property name but th...
-
17:16 Bug #30234: Compiled proxies override parent instance
- Looks like http://forge.typo3.org/issues/27810 is a duplicate of this bug
-
11:36 Bug #30234 (Under Review): Compiled proxies override parent instance
- Patch set 1 of change I00f25162b18f0b3a5e32a6241b6ef2ab6d066415 has been pushed to the review server.
It is available... -
11:27 Bug #30234 (Closed): Compiled proxies override parent instance
- A subclass of a singleton does override the parent instance in the object manager inside the constructor. See the fun...
-
11:36 Revision 0275a5ff: [BUGFIX] Do not override parent instance in compiled proxies
- Change-Id: I00f25162b18f0b3a5e32a6241b6ef2ab6d066415
Resolves: #30234
2011-09-22
-
19:05 Task #29977 (Resolved): URIs should be lower case by default
- Applied in changeset commit:755a73526244e29df6b1c106b6e16e9309508e8a.
-
18:50 Revision c3314712: Merge "[TASK] Reanimate some ActionController unit tests"
-
18:50 Revision 34583c62: Merge "[!!!][TASK] Create lower cased URIs by default"
-
11:02 Bug #30192 (Closed): TYPO3\FLOW3\MVC\Exception\InfiniteLoopException thrown in file TYPO3_FLOW3_MVC_Dispatcher_Original.php
- Exception occures when trying to update a blog post (TYPO3.Blog) with invalid data (spaces in link title).
Co...
2011-09-21
-
16:09 Revision 31338bf7: Merge "[BUGFIX] Don't remove referenced entities"
-
15:52 Task #29977: URIs should be lower case by default
- Patch set 2 of change I572b51af2992e2599b37db3d0e5b31cbb395ece1 has been pushed to the review server.
It is available... -
12:03 Task #29977 (Under Review): URIs should be lower case by default
- Patch set 1 of change I572b51af2992e2599b37db3d0e5b31cbb395ece1 has been pushed to the review server.
It is available... -
15:51 Revision 755a7352: [!!!][TASK] Create lower cased URIs by default
- The routing framework is capable of creating case sensitive
URIs so it is possible to resolve different actions depen... -
15:36 Revision 690550e1: Merge "[BUGFIX] Fix recursion error in \TYPO3\FLOW3\var_dump()"
-
15:36 Bug #29761 (Resolved): @ignorevalidation annotation expects parameter name without $ (dollar sign)
- Applied in changeset commit:87418d9b0b8c9454993da1e4b6711c8e363f5469.
-
15:32 Revision c0d60e79: Merge "[BUGFIX] Fix case of sub package key arguments in Router::getControllerObjectName()"
-
15:30 Revision a72146e0: Merge "[BUGFIX] Fix check against @ignorevalidation annotations"
-
12:14 Revision 01ffa9ce: [BUGFIX] Fix recursion error in \TYPO3\FLOW3\var_dump()
- A var_dump of for example the PersistenceManager results in a memory
error. This happens because the dumped object is... -
11:30 Revision b301de55: [TASK] Fix unit test side effects
- The CacheFactoryTest created directories in the distribution
root when run from there. Now it used a mocked filesyste...
2011-09-20
-
20:05 Revision d8cab871: Merge "[!!!][FEATURE] Improve default routing for entities"
-
20:03 Feature #8736 (Resolved): Implement generic Identity RoutePartHandler
-
19:12 Feature #8736: Implement generic Identity RoutePartHandler
- Patch set 4 of change I8fb5d4f4be3649e2f6307f83af2f3bbaa2191b5b has been pushed to the review server.
It is available... -
15:23 Feature #8736: Implement generic Identity RoutePartHandler
- Patch set 3 of change I8fb5d4f4be3649e2f6307f83af2f3bbaa2191b5b has been pushed to the review server.
It is available... -
13:10 Feature #8736: Implement generic Identity RoutePartHandler
- Patch set 2 of change I8fb5d4f4be3649e2f6307f83af2f3bbaa2191b5b has been pushed to the review server.
It is available... -
19:12 Revision 38232efb: [FEATURE] Add generic Identity RoutePartHandler
- This implements improved routing for persisted objects.
When an object type is specified in the routing configuratio... -
18:42 Revision 2c949e36: [BUGFIX] Don't remove referenced entities
- This change adds a check to the removal of dereferenced
entities in the AbstractBackend. If the entity was visited
du... -
17:49 Revision 0863e524: [!!!][FEATURE] Improve default routing for entities
- This improves the default dynamic route part handler so that it
can resolve objects that are known to the persistence... -
14:01 Feature #29972: Configurable Redirects
- *Additional idea:*
ObjectPathMappings can be marked *obsolet* (triggered when an affected object is changed for inst... -
12:05 Revision cc2caa52: [TASK] Reanimate some ActionController unit tests
- Change-Id: I0d4c24015d7de04fdee87d8237dc8b29a136f3b0
-
11:54 Bug #28638 (Needs Feedback): Signals can't be defined in abstract classes
-
11:54 Bug #28638: Signals can't be defined in abstract classes
- I have some kind of a regression with this after further testing (didn't notice this at first):
If a class uses a ... -
10:36 Bug #28638 (Resolved): Signals can't be defined in abstract classes
- Applied in changeset commit:43f08cbd553613dea9c927c297ab677440806f04.
-
11:28 Bug #29761: @ignorevalidation annotation expects parameter name without $ (dollar sign)
- Patch set 2 of change I001bbb639e03fb7db6aaf88eca558155f1b879f6 has been pushed to the review server.
It is available... -
11:27 Revision 87418d9b: [BUGFIX] Fix check against @ignorevalidation annotations
- The check for argument names against @ignorevalidation annotations
was done with the raw argument name, but the annot... -
11:05 Bug #29908 (Resolved): @HasLifecycleCallbacks and Doctrine2-Events like @PrePersist don't work.
- Applied in changeset commit:31a934570e6fc2cff811a8ec35bfd423c14d50da.
-
11:01 Revision e37e8d36: Merge "[BUGFIX] Lifecycle annotations were not detected"
-
11:01 Revision 9eb3ce31: Merge "[BUGFIX] (Resource): Resource manager can also handle files without extension"
-
10:21 Revision b3887ec9: Merge "[BUGFIX] Proxy code of advised abstract classes don't produce errors"
2011-09-19
-
22:33 Feature #8736: Implement generic Identity RoutePartHandler
- FYI: The current implementation supports following syntax:...
-
22:27 Feature #8736 (Under Review): Implement generic Identity RoutePartHandler
- Patch set 1 of change I8fb5d4f4be3649e2f6307f83af2f3bbaa2191b5b has been pushed to the review server.
It is available... -
22:06 Revision 72269db1: [BUGFIX] Fix case of sub package key arguments in Router::getControllerObjectName()
- This just changes the method argument name to be in sync with the annotation
Change-Id: Idd0837b3e132167782ebf8cd86a... -
19:10 Revision 13fd2dd6: Merge "[FEATURE] Provide signal for after objects have been persisted"
-
17:32 Revision b28cd358: [FEATURE] Provide signal for after objects have been persisted
- This provides two signals – one for the generic and one for the
Doctrine persistence manager - which is emitted right... -
17:05 Bug #28638: Signals can't be defined in abstract classes
- Patch set 2 of change I6480321c117dc0eb264fda45a952d27505156f82 has been pushed to the review server.
It is available... -
17:05 Revision 43f08cbd: [BUGFIX] Proxy code of advised abstract classes don't produce errors
- The AOP ProxyClassBuilder produced invalid code when signals were
defined in an abstract class. This was due to inval... -
16:35 Bug #30040 (Resolved): Missing quotes in system() command in initializeForRuntime()
- As a hardcore Windows user I again experienced a problem regarding the quotes for a system() command, in my case reso...
-
15:53 Bug #29908 (Under Review): @HasLifecycleCallbacks and Doctrine2-Events like @PrePersist don't work.
- Patch set 1 of change I6f2920069ae8c0470cc4626e0d7e9ff4ae33761a has been pushed to the review server.
It is available... -
15:53 Revision 31a93457: [BUGFIX] Lifecycle annotations were not detected
- The detection of Doctrine lifecycle event annotations was broken
since the last Doctrine update (because of the chan... -
15:33 Revision c6546f42: [BUGFIX] (Resource): Resource manager can also handle files without extension
- Furthermore, we use move_uploaded_file instead of rename to move the target
file to the final destination, as this al... -
13:12 Revision 1c27b883: [TASK] Use correct respone mock in FunctionalTestCase
- The sendWebRequest() method used mocked ResponseInterface, but lacks
the setStatus() method present in the Web\Respon... -
13:07 Bug #30017 (Resolved): Functional tests see data from previous tests
- Applied in changeset commit:eca27e400e89769d6a7a77379e1692c0d8d0ec8d.
-
11:50 Bug #30017 (Under Review): Functional tests see data from previous tests
- Patch set 1 of change Ibd15fe01d9dea9d0be986e4ab3bd78998d26aa2e has been pushed to the review server.
It is available... -
11:49 Bug #30017 (Resolved): Functional tests see data from previous tests
- Data stored by functional tests are only flushed after a whole test case ran through, not after each individual test....
-
13:07 Feature #30018 (Resolved): For functional tests: provide function for forgetting instances
- Applied in changeset commit:d22fa5ee33802ccafc7b64ce278e40a2286d55bb.
-
11:56 Feature #30018 (Under Review): For functional tests: provide function for forgetting instances
- Patch set 1 of change I789d346d280e93e765340ab9c9bb71ddc328f24e has been pushed to the review server.
It is available... -
11:53 Feature #30018 (Resolved): For functional tests: provide function for forgetting instances
- In some situations during functional testing, it is necessary to drop a registered singleton instance before / after ...
-
13:05 Feature #29572: The resource manager should be able to create a resource directly from binary content
- Alternatively, you could also use http://review.typo3.org/5055 and use php://memory -- seems more clean to me :-)
... -
13:01 Bug #29508 (Closed): multipart/form-data cannot be saved!
-
12:15 Bug #29508: multipart/form-data cannot be saved!
- Thx for the Link to the Conference package. Uploading works now.
The problem were the wrong annotations in the model... -
12:56 Revision e80716a8: Merge "[FEATURE] Support dropping instances in the Object Manager"
-
11:56 Revision d22fa5ee: [FEATURE] Support dropping instances in the Object Manager
- This adds a non-API function to the Object Manager which allows for
unregistering instances of arbitrary objects. The... -
11:49 Revision eca27e40: [BUGFIX] Less persistence side effects in functional tests
- Previously, the persistence manager was only teared down after a whole
test case ran through. This change makes sure ...
2011-09-18
-
16:33 Bug #29982 (Resolved): Wrong table structure for multiple ManyToOne relations
- I stumbled upon an issue when using two @ManyToOne properties in one model, that both point to the same related model...
-
16:04 Bug #29979: PersistenceManager::getIdentifierByObject() only returns first Id property
- BTW: It would make our life easier, if the return type would be fixed (e.g. string)
-
16:02 Bug #29979 (Closed): PersistenceManager::getIdentifierByObject() only returns first Id property
- The doc comment for @\TYPO3\FLOW3\Persistence\PersistenceManagerInterface::getIdentifierByObject()@ says, that the re...
-
15:43 Bug #29978 (Resolved): Wrong default value 'Text' for $dataType in TYPO3\FLOW3\MVC\Controller\Arguments::addNewArgument()
- The default value 'Text' for $dataType in the signature of the method...
-
15:38 Task #29977 (Resolved): URIs should be lower case by default
- Currently you can force generated URIs to be lower cased by adding "toLowerCase" to the Route configuration.
This sh... -
15:33 Bug #29976 (Resolved): CSRF token is always the same
- This is probably a Windows issue (Windows 7, 64bit):
The blog example generates links like "posts/new?__csrfToken=00... -
15:29 Feature #27116: Routing: Declared variables only available in POST but not in GET regexpr signature
- I dont remenber the use case that i had when i filled the issue. May be the problem could be fixed with #27117 at thi...
-
14:47 Feature #27116: Routing: Declared variables only available in POST but not in GET regexpr signature
- Fernando Arconada wrote:
Hi,
> But for example I want to declare a variable only available via POST but not GET... -
14:16 Feature #27116: Routing: Declared variables only available in POST but not in GET regexpr signature
- Yes I did it in the issue text.
But for example I want to declare a variable only available via POST but not GET -
13:43 Feature #27116: Routing: Declared variables only available in POST but not in GET regexpr signature
- Hi Fernando,
Route defaults merge POST and GET vars.
do you have a concrete example of what you're trying to achi... -
14:49 Feature #27118: Routing: json format should use MIME application/json by default
- Fernando Arconada wrote:
> I think that could be useful to have an option to specify it in routing.
> At least JS... -
14:19 Feature #27118: Routing: json format should use MIME application/json by default
- I think that could be useful to have an option to specify it in routing. At least JSON (and XML), that is quite commo...
-
13:44 Feature #27118: Routing: json format should use MIME application/json by default
- That has to be done in the Controller or View
-
13:56 Feature #29972 (Under Review): Configurable Redirects
- We need a new Entity "Redirect" (in MVC/Web/Routing/Redirect) with the properties *sourceUri*, *destinationUri*, *-ha...
-
13:36 Bug #29895 (Resolved): "help <identifier>" command does not work any longer
- Applied in changeset commit:320877b9db981e3bbc8b2908480240bfd6838edb.
-
13:33 Revision c729e2c0: Merge "[BUGFIX] Fix help command controller argument use"
2011-09-17
-
20:05 Revision 5adfc6f4: [BUGFIX] Invalid static resource symlinks are removed again
- Whenever the resource publishing of FLOW3 finds an invalid
symbolic link in the static resources directory, it should... -
14:19 Bug #29908 (Accepted): @HasLifecycleCallbacks and Doctrine2-Events like @PrePersist don't work.
- That should work, so congratulations on probably finding a bug :) I'll check!
2011-09-16
-
19:37 Bug #29908 (Resolved): @HasLifecycleCallbacks and Doctrine2-Events like @PrePersist don't work.
- If you activate @HasLifecycleCallbacks in your model and build a @PrePersist function like the following one - it doe...
-
19:30 Feature #29907 (Resolved): Redirect to /login instead of raising a "Entity not found." exception if the userdata of an active session has been deleted
- If you are logged in into a secured FLOW3 project and delete the corresponding db user (for whatever reasons). There'...
-
17:56 Bug #29905 (Resolved): Enable property mapping of Value Objects
-
17:55 Bug #29905: Enable property mapping of Value Objects
- Patch set 3 of change Iae3eaafffab1b062ff8ef112cfa9aac9f931e46b has been pushed to the review server.
It is available... -
17:54 Bug #29905 (Under Review): Enable property mapping of Value Objects
- Patch set 2 of change Iae3eaafffab1b062ff8ef112cfa9aac9f931e46b has been pushed to the review server.
It is available... -
17:53 Bug #29905 (Resolved): Enable property mapping of Value Objects
- If a value object is edited through a Fluid form, we should not try to fetch it from persistence, but need to re-crea...
-
17:55 Revision ba7f2df6: [BUGFIX] (Property): Enable mapping of Value Objects
- If a value object is edited through a Fluid form, we should not try to fetch it
from persistence, but need to re-crea... -
12:16 Bug #29895 (Under Review): "help <identifier>" command does not work any longer
- Patch set 1 of change I29751f17e78cc1415192e268fb78a469a1c21e63 has been pushed to the review server.
It is available... -
12:15 Bug #29895 (Resolved): "help <identifier>" command does not work any longer
- With the fix for #29792 the "help <identifier>" command stopped working. This is caused by the assumption of optional...
-
12:10 Revision 320877b9: [BUGFIX] Fix help command controller argument use
- The command controller was intended to be used with the optional
command identifier without using that as a named opt... -
12:01 Revision 56af0fd7: Merge "[!!!][BUGFIX] Optional CLI arguments have to be named"
-
12:01 Revision 29088818: [!!!][BUGFIX] Optional CLI arguments have to be named
- This reverts commit 090c243226aee1ede12ab289d651bdbb80564f92 and brings back Ia9f59326e5c4dc793102db20883ae798ae2f27c...
-
11:37 Revision 129c66a0: Merge "Revert "[!!!][BUGFIX] Optional CLI arguments have to be named""
-
11:37 Revision 090c2432: Revert "[!!!][BUGFIX] Optional CLI arguments have to be named"
- This reverts commit a43360b35c0b44288d204462b825dfa564bd3cf2
-
11:08 Bug #29792 (Resolved): exceeding arguments are ignored if a command has optional arguments
- Applied in changeset commit:a43360b35c0b44288d204462b825dfa564bd3cf2.
-
11:02 Revision 27a0247d: Merge "[!!!][BUGFIX] Optional CLI arguments have to be named"
-
09:28 Revision cef61f82: Merge "[BUGFIX] Repository does not crash with wrong argument type"
2011-09-15
-
12:35 Bug #29792 (Under Review): exceeding arguments are ignored if a command has optional arguments
- Patch set 1 of change Ia9f59326e5c4dc793102db20883ae798ae2f27cd has been pushed to the review server.
It is available... -
11:58 Bug #29792: exceeding arguments are ignored if a command has optional arguments
- The problem seems to be that the @kickstart:model@ has a third argument @force@ that is optional.
So the third argum... -
11:54 Bug #29792 (Accepted): exceeding arguments are ignored if a command has optional arguments
-
12:20 Revision a43360b3: [!!!][BUGFIX] Optional CLI arguments have to be named
- Currently exceeding arguments are ignored if a command has optional
arguments, because the RequestBuilder then can't ...
Also available in: Atom