Activity
From 2011-05-15 to 2011-06-13
2011-06-13
-
09:12 TYPO3.Flow Feature #27322 (Under Review): Add support for Appserver-in-PHP, which could result in much faster executions.
-
07:43 Revision c767b5d3: [TASK] Tweak example settings file and htaccess
- The provided htaccess file now disables MultiViews, as they break the
URL rewriting for resources.
Change-Id: I871da... -
06:27 Bug #27332 (Under Review): Problems with declare(ENCODING = 'utf-8'); in file header
-
05:51 Revision be0c3daf: [TASK] Remove encoding declaration from source
- The encoding declaration did not do anything useful, but it (still)
breaks PHP when compiled with zend-multibyte supp... -
05:42 TYPO3.Flow Revision 7cb9ec91: [TASK] Remove encoding declaration from source
- The encoding declaration did not do anything useful, but it (still)
breaks PHP when compiled with zend-multibyte supp...
2011-06-12
-
10:05 TYPO3.Flow Bug #27379 (Needs Feedback): add check to clear the database at tearDown in testing
- Actually in testing mode the database is cleared completely in static public function tearDownAfterClass() at the end...
-
09:58 TYPO3.Flow Bug #27378 (Closed): JsonView not testable view \F3\FLOW3\Tests\FunctionalTestCase->sendWebRequest
- If you try to create a Functional test that uses a JsonView you will have an exception
//'CuentaController' and 'lis...
2011-06-11
-
23:35 TYPO3.Flow Bug #27284 (Resolved): Signal dispatching through SignalAspect is broken
- Applied in changeset commit:e6d165f8368a5096249041e4d95b790d52bb7768.
-
23:22 TYPO3.Flow Revision 18d55d76: Merge "[BUGFIX] Fix used signal name in SignalAspect"
-
22:00 TYPO3.Flow Bug #27375: simplify email validator
- Karsten wrote in gerrit that filter_var()-check is not "good enough". Hope to clarify that with him further ...
-
19:00 TYPO3.Flow Bug #27375: simplify email validator
- Patch set 1 of change Icf07b81b40a3021c66fe381be69efae1a632c25b has been pushed to the review server.
It is available... -
18:56 TYPO3.Flow Bug #27375 (Rejected): simplify email validator
- Regex for validation should be simplified (replaced) by using the approprivate filter_var() for that.
-
21:05 TYPO3.Flow Bug #27369 (Resolved): Docu, AbstractController: Clearer difference of forward/redirect
- Applied in changeset commit:9b3a2ba4222182522b9d8e2360dc17249a31e5f6.
-
21:03 TYPO3.Flow Bug #27369: Docu, AbstractController: Clearer difference of forward/redirect
- Patch set 2 of change I69b0e6c0be6b670e8b8afe7c991621757df00257 has been pushed to the review server.
It is available... -
14:45 TYPO3.Flow Bug #27369: Docu, AbstractController: Clearer difference of forward/redirect
- Patch set 1 of change I69b0e6c0be6b670e8b8afe7c991621757df00257 has been pushed to the review server.
It is available... -
01:30 TYPO3.Flow Bug #27369 (Resolved): Docu, AbstractController: Clearer difference of forward/redirect
- Make more clear what the difference is.
-
21:02 TYPO3.Flow Revision 9b3a2ba4: [TASK] Clearer documentation for forward/redirect
- Change-Id: I69b0e6c0be6b670e8b8afe7c991621757df00257
Resolves: #27369 -
19:08 TYPO3.Flow Bug #27285 (Accepted): Exception with /** @MappedSuperclass */
-
17:55 TYPO3.Flow Revision 51ccaf6f: [BUGFIX] MVC: Correctly reset controller subpackage key in forward
- If the current request has a subpackage key set, but the one we are
forwarding to not, we have to reset the subpackag... -
09:07 TYPO3.Fluid Revision 4efd79c8: [TASK] Remove encoding declaration from source
- The encoding declaration did not do anything useful, but it (still)
breaks PHP when compiled with zend-multibyte supp... -
08:47 TYPO3.Welcome Revision 4031be51: [TASK] Remove encoding declaration from source
- The encoding declaration did not do anything useful, but it (still)
breaks PHP when compiled with zend-multibyte supp... -
08:47 TYPO3.Kickstart Revision 8035f21c: [TASK] Remove encoding declaration from source
- The encoding declaration did not do anything useful, but it (still)
breaks PHP when compiled with zend-multibyte supp... -
01:39 Bug #27332: Problems with declare(ENCODING = 'utf-8'); in file header
- Another update: you can have either line 1 or 3, but not both and it will work:...
-
01:22 Bug #27332: Problems with declare(ENCODING = 'utf-8'); in file header
- See here for more on this: http://lists.typo3.org/pipermail/flow3-general/2009-December/000042.html
2011-06-10
-
20:53 Bug #27332 (Accepted): Problems with declare(ENCODING = 'utf-8'); in file header
-
14:18 TYPO3.Flow Bug #13324: It's not possible to update entities without repository
- After digging a bit deeper into this issue, here my findings:
The problem seems to be that @\Doctrine\Common\Persist... -
13:01 TYPO3.Flow Bug #13324 (Needs Feedback): It's not possible to update entities without repository
- Karsten Dambekalns wrote:
> The correct solution when taking the domain model into account would be to fetch the P...
2011-06-09
-
23:27 TYPO3.Flow Revision 8a233203: Merge "[TASK] Move CLI request builder test to right location"
-
22:12 Bug #27332 (Resolved): Problems with declare(ENCODING = 'utf-8'); in file header
- On MAC OS X 10.6.7 with default PHP installation (no Ports) every time you call command ./flow3_dev or ./flow3 it lea...
-
18:24 TYPO3.Flow Feature #26945: Rewrite flashMessages to have similar functionality as in v4
- Patch set 5 of change Iee1a6a1890af21d4cfaebe9cf3ee5495ba88658a has been pushed to the review server.
It is available... -
17:31 TYPO3.Flow Feature #26945: Rewrite flashMessages to have similar functionality as in v4
- Patch set 4 of change Iee1a6a1890af21d4cfaebe9cf3ee5495ba88658a has been pushed to the review server.
It is available... -
17:41 TYPO3.Flow Task #11954: Check the current status of i18n / L10n
- Extended I18n class to support plural / replacement values, and added comment to the XLIFF project about our suggesti...
-
16:36 TYPO3.Flow Feature #27329 (Rejected): Wrap Doctrine ArrayCollection in some FLOW3 collection
- FLOW3 currently uses the "ArrayCollection":http://git.typo3.org/FLOW3/Packages/FLOW3.git?a=blob;f=Resources/PHP/Doctr...
-
07:32 TYPO3.Flow Feature #27322: Add support for Appserver-in-PHP, which could result in much faster executions.
- https://review.typo3.org/#q,topic:27322,n,z
* There will still be problems with uploaded Resources (no URI mapping... -
07:01 TYPO3.Flow Feature #27322 (On Hold): Add support for Appserver-in-PHP, which could result in much faster executions.
- Add support for Appserver-in-PHP, which could result in much faster executions.
* https://github.com/indeyets/apps...
2011-06-08
-
20:19 TYPO3.Flow Feature #26945: Rewrite flashMessages to have similar functionality as in v4
- Patch set 3 of change Iee1a6a1890af21d4cfaebe9cf3ee5495ba88658a has been pushed to the review server.
It is available... -
09:57 TYPO3.Fluid Bug #27277 (Resolved): Make widgets work again after recent changes in the UriBuilder and Request Handling
- Applied in changeset commit:e5fd4c65d2f2adcf65110f9edf57fb804f308b47.
-
09:34 TYPO3.Flow Revision 09140bc4: Merge "[TASK] Use ORIGINAL_CLASSNAME_SUFFIX in Doctrine annotation driver"
-
09:33 TYPO3.Flow Revision 7d5c3c65: Merge "[TASK] Make $originalClassNameSuffix a class constant"
-
09:31 TYPO3.Fluid Revision 37c2eef7: Merge "[+BUGFIX] (Widgets): Remove WidgetRequest"
2011-06-07
-
23:12 TYPO3.Fluid Bug #27286 (Closed): FLUID: #1: Warning: htmlspecialchars(): Invalid multibyte sequence in argument
- I have an exception just trying to retrieve objects from DB and displaying in a view
$apuntes = $this->apunteReposit... -
22:28 TYPO3.Flow Bug #27285 (Resolved): Exception with /** @MappedSuperclass */
- If you have a mapped superclass in Domain/Model folder you will have an exception unless you mark the class with @ent...
-
21:52 TYPO3.Flow Bug #27284 (Under Review): Signal dispatching through SignalAspect is broken
-
21:49 TYPO3.Flow Bug #27284: Signal dispatching through SignalAspect is broken
- Patch set 2 of change Idcb81f42b44226acf0d197d9e50e38e34d26ec70 has been pushed to the review server.
It is available... -
21:46 TYPO3.Flow Bug #27284: Signal dispatching through SignalAspect is broken
- Patch set 1 of change Idcb81f42b44226acf0d197d9e50e38e34d26ec70 has been pushed to the review server.
It is available... -
21:45 TYPO3.Flow Bug #27284 (Resolved): Signal dispatching through SignalAspect is broken
- When using the "magic" way of dispatching signals nothing happens, because the aspect does not remove the "emit" from...
-
21:48 TYPO3.Flow Revision e6d165f8: [BUGFIX] Fix used signal name in SignalAspect
- When using the "magic" way of dispatching signals nothing would happen,
because the aspect does not remove the "emit"... -
20:19 TYPO3.Flow Task #27283 (Resolved): Handle @InheritanceType in a correct manner
- If a model is extended the base class needs to be annotated with InheritanceType. Problem is that we don't know which...
-
19:35 TYPO3.Flow Bug #26862 (Resolved): Doctrine\Query is not serializable
- Applied in changeset commit:868771749bb2187f73cc9d498afeacab2c96fa5a.
-
16:06 TYPO3.Flow Bug #26862: Doctrine\Query is not serializable
- Patch set 3 of change Ifd8ed7a46d9701c406e186e2d3b3d6b1f39596e0 has been pushed to the review server.
It is available... -
19:32 TYPO3.Flow Revision 61b204a8: [+BUGFIX] Make internal arguments accept Objects
- Now, internal arguments can also be objects. This is necessary in some
cases, especially with Widgets. However, as th... -
19:21 TYPO3.Fluid Revision e93039f5: [FEATURE] "XML" mode for the Escape Viewhelper
- Fluid's Escape Viewhelper now supports a mode which only converts
the characters "<", ">" and "&" into their entity e... -
19:14 TYPO3.Flow Revision e326df0e: [BUGFIX] Make getLimit() and getOffset() return stuff
- A getter that actually contains a return statement! #win
Change-Id: Ia09afa189e265853cb01c6244c7f5f35c3c7c695 -
17:56 TYPO3.Fluid Bug #27277 (Under Review): Make widgets work again after recent changes in the UriBuilder and Request Handling
-
17:55 TYPO3.Fluid Bug #27277: Make widgets work again after recent changes in the UriBuilder and Request Handling
- Patch set 2 of change Iafbecd5e6decfe290f73e0b837975926d340d834 has been pushed to the review server.
It is available... -
17:25 TYPO3.Fluid Bug #27277: Make widgets work again after recent changes in the UriBuilder and Request Handling
- Patch set 1 of change Iafbecd5e6decfe290f73e0b837975926d340d834 has been pushed to the review server.
It is available... -
16:11 TYPO3.Fluid Bug #27277 (Resolved): Make widgets work again after recent changes in the UriBuilder and Request Handling
-
17:54 TYPO3.Fluid Revision e5fd4c65: [+BUGFIX] (Widgets): Remove WidgetRequest
- We now got rid of WidgetRequest, which was very hard to handle together
with SubRequests.
This makes Widgets run aga... -
16:05 TYPO3.Flow Revision 86877174: [BUGFIX] Make Doctrine\Query serializable
- Makes Doctrine\Query serializable and cleans up some code a little.
Change-Id: Ifd8ed7a46d9701c406e186e2d3b3d6b1f395... -
10:02 Revision 7891509c: Raised submodule pointers
-
10:02 TYPO3.Flow Revision 757121b5: Merge "[TASK] Tweak descriptions of CLI commands"
-
09:49 TYPO3.Flow Revision dfab4d12: Merge "[BUGFIX] Modify queries in persistence only when Security Context is available"
2011-06-06
-
20:34 TYPO3.Flow Revision 9b578be3: [TASK] Use ORIGINAL_CLASSNAME_SUFFIX in Doctrine annotation driver
- Change-Id: I23a84e0a2423539eeaa0b47de07c861452298a61
-
20:33 TYPO3.Flow Revision 8f503599: [TASK] Make $originalClassNameSuffix a class constant
- Change-Id: I5458c2e2bc0142a1c19883caa61f35a88f2c19fa
-
20:05 TYPO3.Flow Revision 675adfff: [TASK] Move CLI request builder test to right location
- Change-Id: Ie6fb7d290d115ba3a2086cce07dbf8c8f9594202
-
08:01 TYPO3.Flow Task #27233 (Accepted): Rename __CSRF-TOKEN to __csrfToken
-
08:01 TYPO3.Flow Task #27233 (Resolved): Rename __CSRF-TOKEN to __csrfToken
- Refers to "May 16 2011 [+BUGFIX] (MVC): Introduce internal Request Arguments"
Also remember to rename it in the Ex... -
08:00 TYPO3.Flow Bug #27232 (Closed): Create unit test for "Original Request must only be set if there is a validation error"
- May 18 2011 [+BUGFIX] (MVC): Original Request must only be set if there
is a validation error
Change-Id: Ic2179e21b...
2011-06-01
-
19:02 Revision 628a499d: Raised submodule pointers
-
19:01 TYPO3.Flow Revision 16c402c9: [TASK] Tweak descriptions of CLI commands
- Also removes the note about missing argument support for CLI.
Change-Id: I41d3df4637f0e9763eff7e281958e79431f837cc -
18:20 TYPO3.Flow Revision 6ecb28be: Merge "[BUGFIX] Fix minor CLI command issues"
-
18:16 TYPO3.Kickstart Revision f866418a: [TASK] Fix inclusion of inflector and add command controller
- Change-Id: Iad605751c0a3ef17041a3cdf338c94f0a7406e74
-
16:05 TYPO3.Flow Bug #27170 (Resolved): countByProperty does not work
- Applied in changeset commit:ce5f26c6d02086be85b178500f2aa03d539b54a0.
-
01:38 TYPO3.Flow Bug #27170: countByProperty does not work
- Patch set 1 of change Ia6b5f594012963cf54b542a62892da789832a97c has been pushed to the review server.
It is available... -
16:02 Revision f5b47e77: Raised submodule pointers
-
15:57 TYPO3.Flow Revision 6472787e: Merge "[BUGFIX] Persistence: Fix count queries with parameters"
-
13:45 TYPO3.Flow Bug #26903: Flush Doctrine metadata cache with FLOW3 caches
- One note about the Doctrine Cache: if APC is used and data / schema is changed from the command-line, the APC cache o...
-
12:02 Revision 1d99bee2: Raised submodule pointers
-
11:35 TYPO3.Flow Feature #26785 (Resolved): Doctrine Query Execution Commands
- Applied in changeset commit:7e79ea7f6d1cbcc1c02e200ca19fe2f40356b69e.
-
11:11 TYPO3.Flow Feature #26785: Doctrine Query Execution Commands
- Patch set 3 of change I5fa5ecf5664af26e0146c75c39c78be71148da34 has been pushed to the review server.
It is available... -
11:27 TYPO3.Flow Revision f93bc541: [BUGFIX] Fix minor CLI command issues
- * CommandController did not implement CommandControllerInterface
* RequestBuilder did not forward to help command for... -
11:11 TYPO3.Flow Revision 7e79ea7f: [FEATURE] Add flow3:doctrine:dql command
- Executes the given DQL command(s) and dumps the result.
Resolves: #26785
Change-Id: I5fa5ecf5664af26e0146c75c39c78be... -
11:08 TYPO3.Flow Revision 31795542: Merge "[FEATURE] Add flow3:doctrine:info command"
-
01:38 TYPO3.Flow Revision ce5f26c6: [BUGFIX] Persistence: Fix count queries with parameters
- Change-Id: Ia6b5f594012963cf54b542a62892da789832a97c
Resolves: #27170
2011-05-31
-
18:05 TYPO3.Flow Bug #27170 (Resolved): countByProperty does not work
- A magic count method with property (e.g. @countByName@) does not work with the current Doctrine implementation of @co...
-
16:45 TYPO3.Flow Bug #12917: Access denied by using the HashService Setter injection
- I had a similar problem that I solved with a different pointcut. I changed the @Controller->.*()@ to @Controller->(?!...
-
16:40 TYPO3.Flow Bug #25694: Multiple annotations with the same name are not supported by the reflection service
- I think the problem with the ProxyMethod was solved (generates multiple annotations again).
The methods for tags i... -
16:31 TYPO3.Flow Bug #27087 (Resolved): Command controllers cannot use arguments
- Was resolved with https://review.typo3.org/#change,2422.
-
12:45 TYPO3.Flow Feature #26945: Rewrite flashMessages to have similar functionality as in v4
- Patch set 2 of change Iee1a6a1890af21d4cfaebe9cf3ee5495ba88658a has been pushed to the review server.
It is available... -
12:28 TYPO3.Flow Feature #26945: Rewrite flashMessages to have similar functionality as in v4
- Patch set 1 of change Iee1a6a1890af21d4cfaebe9cf3ee5495ba88658a has been pushed to the review server.
It is available... -
10:18 TYPO3.Flow Revision 34345d0c: [BUGFIX] Modify queries in persistence only when Security Context is available
- The Security context is only available as soon as the Request is built; so it
is not available f.e. in Routing. Thus,... -
09:59 TYPO3.Flow Feature #26411 (Closed): More meaningful exception on DB errors
- Closing this one, as there's not much that can be done.
-
09:57 TYPO3.Kickstart Bug #26533 (Under Review): Actions are not callable with new CLI controller
- See https://review.typo3.org/#change,2441
2011-05-30
-
18:02 Revision 39d29aaa: Raised submodule pointers
-
17:33 TYPO3.Flow Revision e137e5c3: [TASK] Package: Fix package creation and add package command
- This change fixes the package creation by generating an appropriate
Package.php. It also adds a command controller fo... -
17:18 TYPO3.Flow Revision 9cf2653e: Merge "[TASK] MVC: Enable command arguments"
-
17:02 Revision 39867e18: Raised submodule pointers
-
16:58 TYPO3.Flow Revision 5434b11c: Merge "[TASK] Remove session cookie upon destroy()"
-
16:42 TYPO3.Flow Feature #26785: Doctrine Query Execution Commands
- Patch set 2 of change I5fa5ecf5664af26e0146c75c39c78be71148da34 has been pushed to the review server.
It is available... -
16:41 TYPO3.Flow Revision 4cdae7d6: [FEATURE] Add flow3:doctrine:info command
- Shows basic information about which entities exist and possibly if their
mapping information contains errors or not.
... -
16:41 TYPO3.Flow Revision d2a1ee3b: [TASK] MVC: Enable command arguments
- This change enables and fixes arguments for commands. Options are
used as command arguments and additional arguments ... -
12:17 TYPO3.Flow Bug #26862: Doctrine\Query is not serializable
- Patch set 2 of change Ifd8ed7a46d9701c406e186e2d3b3d6b1f39596e0 has been pushed to the review server.
It is available... -
11:02 Revision 5965f501: Raised submodule pointers
-
10:21 TYPO3.Flow Feature #27117 (Accepted): Bind routes to HTTP request methods
-
10:12 TYPO3.Flow Revision 4d932ee0: Merge "[BUGFIX] AOP: Don't call parent::__wakeup() twice"
-
10:12 TYPO3.Flow Revision fa62a627: [+FEATURE] Add a getter to retrieve all configured roles
- Change-Id: I9941c7ced033d449e5b3eea62a1757e5046c9f38
-
10:11 TYPO3.Flow Revision 88b7a004: [TASK] Run Doctrine schema and proxy setup only if needed
- With this change doctrine schema updates and proxy compilation are only
run if class files in .../Domain/Model/ have ...
2011-05-29
-
12:20 TYPO3.Fluid Feature #27120: filters for ViewHelpers and templates
- Mostly this Twig concept but adapted to Fluid and without nesting in another tag
http://www.twig-project.org/doc/adv... -
12:04 TYPO3.Fluid Feature #27120 (Needs Feedback): filters for ViewHelpers and templates
- if I understand you correctly what you want, that's already possible using the Raw ViewHelper:
http://git.typo3.org/... -
11:26 TYPO3.Fluid Feature #27120 (Rejected): filters for ViewHelpers and templates
- You dont always want you HTML escaped. ViewHelpers could have filter attribute to avoid HTML escaping or for using yo...
-
11:18 TYPO3.Fluid Feature #27119 (Resolved): Declare namespaces in XML tag
- One of the great things of FLUID is that is XML but namespace declaration isnt. There should be a way/tag to declare ...
-
11:12 TYPO3.Flow Feature #27118 (Rejected): Routing: json format should use MIME application/json by default
- Actually the format specified in routing doesnt have effect in the MIME, by default it's text/html
Whitout changing ... -
11:07 TYPO3.Flow Feature #27117 (Resolved): Bind routes to HTTP request methods
- Routes need an option to be limited to certain HTTP methods:
Limit one route to a HTTP method as in Symfony
-
... -
11:03 TYPO3.Flow Feature #27116 (Closed): Routing: Declared variables only available in POST but not in GET regexpr signature
- Variables are declared only in the GET signature but you could have something like
-
name: 'algo actions'
uriP... -
10:53 TYPO3.Flow Feature #27115 (Closed): AOP should provide a way to change method parameters
- Actually even with @around you cant change the called method arguments. There is a getArguments in the joinpoint but ...
2011-05-27
-
21:02 Revision c9fb0154: Raised submodule pointers
-
20:54 TYPO3.Flow Revision fd4a6049: Merge "[TASK] Unset DBAL session initialization for Testing context"
-
16:27 TYPO3.Flow Revision aea6e70f: [TASK] Unset DBAL session initialization for Testing context
- Change-Id: I4596b235347b813d36d0247380be3cefd24b5009
-
16:24 TYPO3.Flow Bug #26862 (Under Review): Doctrine\Query is not serializable
-
16:24 TYPO3.Flow Bug #26862: Doctrine\Query is not serializable
- Patch set 1 of change Ifd8ed7a46d9701c406e186e2d3b3d6b1f39596e0 has been pushed to the review server.
It is available... -
16:23 TYPO3.Flow Revision ad0e6aaf: [BUGFIX] AOP: Don't call parent::__wakeup() twice
- When defining a custom __wakeup() magic method in a class, it was called
twice in the proxy method. This fixes this b... -
16:17 TYPO3.Fluid Revision c9cb60dc: [+BUGFIX] Whitespace and comment fixes
- ... encountered while backporting to v4.
Change-Id: Ic860f44d44388d518fb7c8509c2c23aeb649c8d3 -
16:08 TYPO3.Fluid Feature #27091 (Closed): Viewhelpers for strtolower/strtoupper
- I would like to see 2 viewhelpers for strtolower() and strtoupper().
At the first this maybe sounds silly because ... -
16:02 TYPO3.Flow Feature #26785 (Under Review): Doctrine Query Execution Commands
-
15:48 TYPO3.Flow Feature #26785: Doctrine Query Execution Commands
- Patch set 1 of change I5fa5ecf5664af26e0146c75c39c78be71148da34 has been pushed to the review server.
It is available... -
15:36 TYPO3.Flow Feature #26785 (Accepted): Doctrine Query Execution Commands
-
16:02 Revision 90196ba0: Raised submodule pointers
-
15:40 TYPO3.Flow Bug #27088 (On Hold): initializeObject() is called too early when reconstructing entities
- As it is called in __wakeup(), Doctrine did not yet inject the persisted properties, this is not what we want. The ob...
-
15:37 TYPO3.Flow Bug #27087 (Resolved): Command controllers cannot use arguments
- .
-
14:09 TYPO3.Flow Feature #27015: __sleep does not respect entities lying in arrays or other collections
- Patch set 4 of change I10f925a56c15d199e3f49bc0974496b88120f129 has been pushed to the review server.
It is available... -
08:22 TYPO3.Flow Feature #27015: __sleep does not respect entities lying in arrays or other collections
- Patch set 3 of change I10f925a56c15d199e3f49bc0974496b88120f129 has been pushed to the review server.
It is available... -
10:52 Feature #26786: Use a safe password hashing mechanism
- Patch set 4 of change I9d365a9eab3930433f49faf9e7c8c5fbb1166dcc has been pushed to the review server.
It is available...
2011-05-26
-
21:23 TYPO3.Flow Revision e312aaa4: [BUGFIX] Make entity-only ACLs possible in PolicyService
- The PolicyService would throw an exception in matches() if no method
configuration was defined in the ACL for a role.... -
16:02 Revision be99c437: Raised submodule pointers
-
15:29 TYPO3.Flow Revision f8412d83: Merge "[TASK] Add default configuration value for RSA wallet storage path"
-
12:02 Revision 22a63115: Raised submodule pointers
-
11:52 TYPO3.Flow Bug #27045 (New): Introduced properties are not available in the reflection service during a compile run
- The AOP proxy builder must register each introduced property, that the other proxy builders can use the reflection se...
-
11:30 TYPO3.Flow Revision 494d3c65: Merge "[TASK] Do not proxy CountWalker"
-
11:27 TYPO3.Flow Revision 75a0cea7: Merge "[TASK] (Resource) Instead of move_uploaded_file() use rename()"
2011-05-25
-
17:03 TYPO3.Flow Revision c2af3c7f: [TASK] Add default configuration value for RSA wallet storage path
- Change-Id: I572e27f65f5aec189aa9914e6e92f31dba14b6f2
-
15:02 Revision ed9a677f: Raised submodule pointers
-
13:47 TYPO3.Flow Revision 3277a1c5: [TASK] Fix annotations in Account docblocks
- Change-Id: I8ea1244e26e53dd11fc5503942e949b91add7f46
-
13:45 TYPO3.Flow Revision e2348597: [TASK] Do not proxy CountWalker
- We do not need a proxy here and thus avoid a conflict with __construct
being in the interface...
Change-Id: I13fd7ee... -
09:02 Revision 1dd05e34: Raised submodule pointers
-
08:36 TYPO3.Fluid Revision 06320297: Merge "[+TASK] Cleanup and small improvements to Interceptors"
2011-05-24
-
15:41 TYPO3.Flow Feature #27015 (Resolved): __sleep does not respect entities lying in arrays or other collections
- __sleep has to iterate over arrays/collections/splObjectSorage and search for entities that should not be serialized,...
-
15:40 TYPO3.Flow Bug #11893: The hash identifying a ValueObject isn't sufficient
- Patch set 1 of change I45a4602fc6075aa8a19d7eebafda21b054aafabf has been pushed to the review server.
It is available... -
15:37 TYPO3.Flow Bug #11893 (Accepted): The hash identifying a ValueObject isn't sufficient
-
15:37 TYPO3.Flow Bug #26880 (Resolved): shutdownObject is not called anymore
-
15:35 TYPO3.Flow Bug #26365 (Resolved): Importing resources causes integrity constraint violation: 1062 Duplicate entry
- Solved with https://review.typo3.org/#change,2222
-
15:33 TYPO3.Flow Feature #26745 (Under Review): MVC should know about entities lying in the session
- See https://review.typo3.org/#change,2273
-
15:32 TYPO3.Flow Feature #26745 (Resolved): MVC should know about entities lying in the session
- This should be done elsewhere, not in the persistence manager. If an entity is not yet persisted, why on earth should...
-
12:40 Feature #26786 (Under Review): Use a safe password hashing mechanism
- I implemented a PBKDF2 based password hashing and refactored the hash service to enable configurable password hashing...
-
12:20 Feature #26786: Use a safe password hashing mechanism
- Patch set 2 of change I9d365a9eab3930433f49faf9e7c8c5fbb1166dcc has been pushed to the review server.
It is available... -
12:00 Feature #26786: Use a safe password hashing mechanism
- Patch set 1 of change I9d365a9eab3930433f49faf9e7c8c5fbb1166dcc has been pushed to the review server.
It is available... -
12:02 Revision 212734ad: Raised submodule pointers
-
11:59 TYPO3.Fluid Feature #26665: Fluid: Implement String comparison
- *Note:* I added an entry to the Extbase FAQ: http://forge.typo3.org/projects/typo3v4-mvc/wiki/FAQ#Can-I-compare-strin...
-
11:42 TYPO3.Fluid Feature #26692 (Rejected): String comparison support for f:if
- Thanks for reporting, but this is a duplicate of #26665 ;)
-
11:35 TYPO3.Flow Bug #26128 (Resolved): Doctrine persistence manager compilation should be configurable
- Applied in changeset commit:a38bea4dca57eb736a796d731042b5956c454a3e.
-
11:29 TYPO3.Flow Revision 5df43c35: [TASK] (Resource) Instead of move_uploaded_file() use rename()
- For the Image Upload via AJAX, the images are not transferred via enctype
multipart/form-upload. That's why there wil... -
11:24 TYPO3.Flow Revision a494e2f0: [TASK] Make getResourcePointerForHash() public
- As in some cases ResourcePointer objects are created outside the
ResourceManager, they might conflict with ResourcePo...
2011-05-23
-
17:48 TYPO3.Flow Bug #26128: Doctrine persistence manager compilation should be configurable
- Patch set 1 of change I95165074115d16c70d00ccfb42512de2e8009cb6 has been pushed to the review server.
It is available... -
17:48 TYPO3.Flow Revision a38bea4d: [BUGFIX] Make doctrine update and compilation configurable
- This change introduces a new configuration option "autoUpdate" that
controls if the doctrine commands for update and ... -
15:02 Revision 88f28d01: Raised submodule pointers
-
14:21 TYPO3.Flow Revision e8765e70: [FEATURE] (Property) Allow to explicitly specify a TypeConverter
- Related: #13533
Change-Id: I6483b3127a2cef16ed17d3f1666774d388ec0574 -
14:05 TYPO3.Flow Bug #26879 (Resolved): Clone of lazy objects in generic persistence does not initialize the cloned object
- Applied in changeset commit:f3ab9990bff7b66091ad1a118cf97dcbb454823a.
-
13:59 TYPO3.Flow Revision 191e63ed: Merge "[BUGFIX] Persistence: Fix lazy loading with clone in generic persistence"
-
13:55 TYPO3.Flow Revision 4a68147d: [BUGFIX] Session: Make ProxyClassBuilder aware of uninitialized DoctrineProxies
- Change ProxyClassBuilder to use ObjectAccess for Doctrine's (private)
_identifier property in case of FLOW3 ObjectMan... -
13:55 TYPO3.Flow Revision b68a215a: [BUGFIX] Completely serialize not yet persisted entities
- Not yet persisted entities have to be serialized completely
until they have been persisted for the first time. Beside... -
13:20 TYPO3.Flow Revision 2ab086ac: Merge "[TASK] Security: Adjust query rewriting to Doctrine changes"
-
11:58 TYPO3.Flow Feature #26986 (Accepted): Debug toolbar
- I think that FLOW3 should have a debug toolbar like the Symfony one in developer mode
-
11:02 Revision 45bf2e51: Raised submodule pointers
-
10:57 TYPO3.Flow Revision e5055b6c: [TASK] Injector cleanup for Security classes
- Remove a few inject functions and replace them by annotations.
Change-Id: I28f4a821ee53eb32035296392417a8342347f9a0 -
10:46 TYPO3.Flow Revision b858ee82: Merge "[+BUGFIX] Persistence: Fix Doctrine inheritance mapping for base class"
-
10:33 TYPO3.Flow Revision 459b46f1: [TASK] Remove session cookie upon destroy()
- No, PHP does not do this automatically...
Change-Id: I673f3f13c3692f815f2decefce4be10612c79126 -
10:05 TYPO3.Flow Bug #26972 (Resolved): File extension of resources must be lower cased
- Applied in changeset commit:341ca7c74101f9c4f543d269df5ac790d8c21c04.
-
10:02 Revision 224767dc: Raised submodule pointers
2011-05-21
-
17:54 TYPO3.Flow Revision 341ca7c7: [+BUGFIX] Always lowercase file extensions in Resource
- When uploading a resource with upper case characters in the
file extension (for instance "SomeFile.JPG") the saved
pe... -
17:51 TYPO3.Flow Bug #26972 (Resolved): File extension of resources must be lower cased
- When uploading a resource with upper case characters in the file extension (for instance "SomeFile.JPG") the saved pe...
2011-05-20
-
21:02 Revision 867e1452: Raised submodule pointers
-
20:34 TYPO3.Welcome Bug #26531 (Resolved): Welcome package has fatal errors in link generation
- Applied in changeset commit:dde38726ec0eb316d2d684ce5b8b50fb033ddf9a.
-
17:22 TYPO3.Flow Revision bd9f8b37: [+BUGFIX] Persistence: Fix Doctrine inheritance mapping for base class
- The discriminator map was only built for subclasses but not for the
class itself. This also adds a discriminator for ... -
17:03 TYPO3.Flow Feature #26950 (Needs Feedback): Add AccessDeniedException Handler
- Hi. Doesn't http://flow3.typo3.org/documentation/manuals/flow3/flow3.securityframework/#id37293577 work for you?
-
17:00 TYPO3.Flow Feature #26950 (Rejected): Add AccessDeniedException Handler
- If I have an AccessDeniedExeption caused by policy restrictions there should be a handler for redirecting to a differ...
-
15:39 TYPO3.Flow Feature #26945 (Resolved): Rewrite flashMessages to have similar functionality as in v4
-
15:22 TYPO3.Flow Feature #26943 (Needs Feedback): Add i18n support to domain models
- Hi,
i found a doctrine Behavioral Extension which support annotation bases translation for domain models. Look at ... -
10:02 Revision 279776a6: Raised submodule pointers
-
09:35 TYPO3.Flow Bug #26886 (Resolved): Uploaded resources get lost on validation errors
- Applied in changeset commit:3fd0ed84a2aa1162cac9af664565add23a280b67.
-
09:35 TYPO3.Flow Bug #25966 (Resolved): ResourcePointer breaks if you upload the same file twice
- Applied in changeset commit:3fd0ed84a2aa1162cac9af664565add23a280b67.
-
09:11 TYPO3.Flow Revision 6aa39c4c: Merge "[+BUGFIX] (Resource): Fix file upload"
-
09:11 TYPO3.Fluid Revision b0c7516e: Merge "[+BUGFIX] (ViewHelper): Fix file upload"
-
09:02 Revision b8f439fb: Raised submodule pointers
-
00:02 Revision 1944aa9e: Raised submodule pointers
2011-05-19
-
23:59 TYPO3.Flow Revision fa9b42ab: [TASK] Clean up Doctrine setup code a little
- Change-Id: I8a7cb9b92ac9c959beb855f7791457383fb68b7d
-
22:02 Revision b1921cd9: Raised submodule pointers
-
21:04 TYPO3.Flow Revision fc607a27: [TASK] Make HelpCommandController work when no proxies exist yet
- Without this a help call would cause exceptions because in compile time
inject methods must be used.
Change-Id: I0bc... -
21:02 Revision ddeffcaf: Raised submodule pointers
-
17:02 Revision 1a9772a0: Raised submodule pointers
-
16:44 TYPO3.Flow Bug #25966: ResourcePointer breaks if you upload the same file twice
- *Note:* I think, the correct approach is, to always resend the uploaded file (e.g. it's resource pointer hash) on sub...
-
11:55 TYPO3.Flow Bug #25966: ResourcePointer breaks if you upload the same file twice
- Patch set 2 of change Ibc6970524967d18fdab84639f7d53ddcf8c27c00 has been pushed to the review server.
It is available... -
11:54 TYPO3.Flow Bug #25966 (Under Review): ResourcePointer breaks if you upload the same file twice
-
16:32 TYPO3.Fluid Revision f1b5c2fb: [+BUGFIX] (ViewHelper): Fix file upload
- * If a property mapping error occurred, the Upload ViewHelper
serializes the previously sent Resource object into t... -
16:06 TYPO3.Flow Revision e6bd84a5: [+FEATURE] Add a typo3.org SSO authentication provider
- Change-Id: Iffba555c5b4e949c4b61b5f4c5360e2bf6a95b4a
-
16:04 TYPO3.Flow Revision 150c56aa: [FEATURE] Enhance the RsaWalletService
- * Add sign() and verifySignature()
* Add a command controller to be able to import persistent keys
Resolves: #26308
... -
15:02 Revision 8a5d9ad6: Raised submodule pointers
-
13:54 TYPO3.Flow Revision 40f2a49d: [~BUGFIX] Register shutdown object methods on object creation
- This got lost during the new operator refactoring. To make
it work we add a register call to the object manager in to... -
12:56 TYPO3.Fluid Revision 4329b83e: [BUGFIX] WidgetContext: Configuration is of type \ArrayAccess, not an array
- The WidgetContext assumes the widget configuration to
be an array, what is false under all circumstances as
is is of ... -
12:35 Feature #26786: Use a safe password hashing mechanism
- I would suppose to use a standardized and proven way of creating password hashes for storage: see http://en.wikipedia...
-
11:55 TYPO3.Flow Bug #26886: Uploaded resources get lost on validation errors
- Patch set 2 of change Ibc6970524967d18fdab84639f7d53ddcf8c27c00 has been pushed to the review server.
It is available... -
11:54 TYPO3.Flow Bug #26886 (Under Review): Uploaded resources get lost on validation errors
-
11:55 TYPO3.Flow Revision 3fd0ed84: [+BUGFIX] (Resource): Fix file upload
- * ResourcePointer instances are now automatically created (or fetched)
as soon as an image is uploaded.
* the Resou... -
11:33 TYPO3.Flow Bug #26903 (Resolved): Flush Doctrine metadata cache with FLOW3 caches
- When the FLOW3 caches are flushed, the Doctrine caches should also be flushed, and when we compile new metadata as well.
-
11:25 TYPO3.Flow Bug #26880 (Accepted): shutdownObject is not called anymore
2011-05-18
-
22:24 TYPO3.Flow Bug #26886 (Resolved): Uploaded resources get lost on validation errors
- If a resource is created through an upload (via ResourceTypeConverter) and a validation error occurs, there is curren...
-
22:08 TYPO3.Flow Bug #26885 (Accepted): It's not possible to order by relation properties
-
22:03 TYPO3.Flow Bug #26885 (Resolved): It's not possible to order by relation properties
- The following code (in a custom repository) won't work if "proposedSessionType" is a relation.....
-
22:02 Revision 68d85f97: Raised submodule pointers
-
19:02 Revision acebf14d: Raised submodule pointers
-
18:08 TYPO3.Flow Revision 7d15279e: Merge "[FEATURE] Property: Add boolean to boolean converter"
-
18:00 TYPO3.Fluid Revision 413019cd: [+TASK] Widget Configuration split into Ajax and Non-Ajax Widget Configuration
- For now this is internal, but this could be part of the public API lateron.
The change now is backwards-compatible.
... -
17:42 TYPO3.Flow Revision 00c41a70: [FEATURE] Property: Add boolean to boolean converter
- Change-Id: Id3a517c9696a9c9a7112373932f619e30c98e8f1
-
17:31 TYPO3.Flow Bug #26880 (Resolved): shutdownObject is not called anymore
- Since the new operator rewrite, shutdownObject is not called anymore, because the registration of shutdown objects go...
-
17:25 TYPO3.Flow Bug #26879: Clone of lazy objects in generic persistence does not initialize the cloned object
- Patch set 1 of change I2e2cdb2e9ed309d13db0df84b396f313603deb4a has been pushed to the review server.
It is available... -
17:16 TYPO3.Flow Bug #26879 (Resolved): Clone of lazy objects in generic persistence does not initialize the cloned object
- With the LazyLoadingAspect on the @__clone@ method, the object in @thawProperties@ closure references still the origi...
-
17:25 TYPO3.Flow Revision f3ab9990: [BUGFIX] Persistence: Fix lazy loading with clone in generic persistence
- Change-Id: I2e2cdb2e9ed309d13db0df84b396f313603deb4a
Resolves: #26879 -
13:02 Revision 830da9e4: Raised submodule pointers
-
12:40 TYPO3.Flow Revision 3339bfa1: Merge "[TASK] Small change to generated names of join tables"
-
12:28 TYPO3.Flow Revision ba9a00d6: [TASK] Small change to generated names of join tables
- The name did not include the model, this was confusing.
Change-Id: I2641e8730b3c886120d71300ebc19252015a9b9c -
12:15 TYPO3.Flow Task #25802 (Resolved): Add notion of "internal request arguments"
-
10:27 TYPO3.Flow Revision 79ed6e60: [+BUGFIX] (MVC): Original Request must only be set if there is a validation error
- Then, the "Speaker Profile" of the conference site is correctly filled out again.
Change-Id: Ic2179e21b97da9ad3cd4e5... -
10:02 Revision af933a64: Raised submodule pointers
-
09:21 TYPO3.Flow Revision f7134f86: [TASK] Slightly more helpful error message for injection exception
- Change-Id: I89d686d66674afaf13702b018e6f3d712e9a7f31
-
09:02 Revision 45b12cf4: Raised submodule pointers
-
08:35 TYPO3.Flow Task #25605 (Resolved): In the FLOW3 Bootstrap in handleCommandLineSlaveRequest() persistAll() should be triggered by a signal slot
- Applied in changeset commit:6aee6d69af36a22cb0ed7e41227030cf5fb72aaf.
-
08:14 TYPO3.Flow Revision 43e79855: Merge "[TASK] Command persistAll() after CLI slave request with signal"
-
08:12 TYPO3.Flow Revision 40c0f131: Merge "[+FEATURE] Doctrine: Automatically add joins for subproperty constraints"
2011-05-17
-
21:51 TYPO3.Flow Bug #26542 (Resolved): Autoincrement unique identifiers not working anymore
-
16:02 Revision 5a165144: Raised submodule pointers
-
15:55 TYPO3.Flow Task #25605 (Under Review): In the FLOW3 Bootstrap in handleCommandLineSlaveRequest() persistAll() should be triggered by a signal slot
-
15:52 TYPO3.Flow Task #25605: In the FLOW3 Bootstrap in handleCommandLineSlaveRequest() persistAll() should be triggered by a signal slot
- Patch set 1 of change I797da23c81cefb580c31d9a358bfae0a5cb1e693 has been pushed to the review server.
It is available... -
15:51 TYPO3.Flow Task #25605 (Accepted): In the FLOW3 Bootstrap in handleCommandLineSlaveRequest() persistAll() should be triggered by a signal slot
-
15:52 TYPO3.Flow Revision 6aee6d69: [TASK] Command persistAll() after CLI slave request with signal
- Change-Id: I797da23c81cefb580c31d9a358bfae0a5cb1e693
Resolves: #25605 -
15:51 TYPO3.Flow Bug #26862 (Resolved): Doctrine\Query is not serializable
- For widgets, it is crucial that Query objects are serializable and deserializeable,
so one should be able to do:
... -
15:02 Revision 04291c91: Raised submodule pointers
-
14:22 TYPO3.Flow Revision b3a33ed8: Merge "[FEATURE] Add addRole() and removeRole() to Account"
-
14:21 TYPO3.Flow Revision eec3d4be: Merge "[+BUGFIX] PersistentObjectConverter can convert non UUID strings"
-
14:20 TYPO3.Flow Revision 692fb6ed: Merge "[+BUGFIX] (MVC): Introduce internal Request Arguments"
-
14:14 TYPO3.Flow Revision a7bf3548: [+BUGFIX] (MVC): Introduce internal Request Arguments
- The Request now handles all arguments starting with two underscores
as "internal", meaning they will not be returned ... -
13:22 TYPO3.Flow Revision 735ea0ef: Merge "[FEATURE][BUGFIX] Calculate referenced column names from class code"
-
13:06 TYPO3.Flow Revision 58d50dd4: [+BUGFIX] PersistentObjectConverter can convert non UUID strings
- With doctrine the identifier of an entity must no longer be a
UUID or numeric value. This change extends the
Persiste... -
12:55 TYPO3.Flow Revision 89cf90c5: [FEATURE] Add addRole() and removeRole() to Account
- Change-Id: I63df1e12aa4d8bfb5e35e6672968c2f05fd4a590
-
10:05 TYPO3.Flow Feature #26669 (Resolved): Routing should support multidimensional arguments
- Applied in changeset commit:fa507e72c35f20a6c3aa996004b385ed9596f427.
-
10:02 Revision baea8d12: Raised submodule pointers
-
09:57 TYPO3.Flow Revision da2aec29: Merge "[+FEATURE] Routing supports multidimensional arguments"
-
09:57 TYPO3.Flow Revision fa507e72: [+FEATURE] Routing supports multidimensional arguments
- When using sub requests for building URIs (e.g. in plugins or
widgets) the route values/defaults can be multidimensio... -
08:02 Revision 48dbcfad: Raised submodule pointers
-
00:08 TYPO3.Fluid Bug #26844 (Resolved): Wrong PaddingViewHelper description
- File: PaddingViewHelper.php, Line: 49
(Just a copy of the PrintfViewHelper description)... -
00:05 TYPO3.Fluid Feature #26843 (Resolved): Padding Type in ViewHelper
- Add the padding type as possible parameters to the PaddingViewHelper.
Of Example:...
2011-05-16
-
13:40 TYPO3.Fluid Revision 1c093afb: [+TASK] Cleanup and small improvements to Interceptors
- Interceptors now also get passed the current Parsing State,
which they can use to interact with the tree. This can be... -
12:55 TYPO3.Fluid Revision 16f9691d: [+BUGFIX] (ViewHelpers) Adjust Form VH to introduction of Internal Request Arguments
- Change-Id: I2e5f60864227db0ed1977e0f9de6776a27ae2be8
Related: #25802 -
12:28 TYPO3.Flow Task #25802: Add notion of "internal request arguments"
- https://review.typo3.org/#q,topic:25802,n,z
-
12:27 TYPO3.Flow Task #25802 (Under Review): Add notion of "internal request arguments"
-
10:02 Revision 98f870ca: Raised submodule pointers
-
09:22 TYPO3.Flow Feature #26767: Reflection method to get a method return type and documentation
- I don't think we can make it for beta1 anymore; though I agree something like this would be nice.
-
09:20 TYPO3.Flow Feature #26765: Support class schema features for every reflected class
- I agree with that, but not for 1.0beta1 anymore.
-
09:08 TYPO3.Flow Revision 59dbb7d6: [+BUGFIX] (Object): Session objects with fallbacks
- In some (rare) cases it can occur that the session contains some
wrong data; which is why we cannot expect it to be a... -
09:08 TYPO3.Flow Revision 39fb391d: [+BUGFIX] Make CSRF protection work with recent changes on UriBuilder
- Furthermore, the test cases are greatly cleaned up to make
them better understandable.
Change-Id: I03ca4030265ecfc77...
Also available in: Atom