Activity
From 2010-10-27 to 2010-11-25
2010-11-25
-
19:17 Revision e57afbe7: [+BUGFIX] FLOW3 (Security): Allow inheritance of tokens
- Subclassing a token class caused duplication problems inside the
session which corrupted the system after a few reque... -
17:17 Revision a5cd2983: [~TASK] FLOW3: Clean up annotations/signatures
- Change-Id: Ic796230cd73810f2b98dce5ed05f87032a85be1d
-
14:32 Revision dc7acc21: Merge "[~TASK] FLOW3 (Cache): Silence RedisBackendTest warnings"
2010-11-24
-
19:54 Bug #11056 (Resolved): findOneBy*() methods should return NULL if no item was found
- Currently all findOneBy*() methods of repositories return FALSE, if no records where found. As discussed this should ...
-
15:35 Revision 5e407555: [+FEATURE] FLOW3 (Utility): Get HTTP headers from environment
- This change adds a method getRequestHeaders() to the Environment
class to get all request headers that were passed by... -
13:41 Revision 80acf277: Merge "[+BUGFIX] FLOW3 (Package): Remove is_dir check for packages directory"
-
13:37 Revision efd488ea: [~TASK] FLOW3 (Error): Fix AbstractExceptionHandlerTest
- Change-Id: Id003a47c5c17d8f1bbb366e69662b691578f2ff1
-
13:33 Revision 83c52a57: [~TASK] FLOW3 (Cache): Silence RedisBackendTest warnings
- Change-Id: I83c51af54eb6b72ad44f66ea114e97795cf645eb
-
12:00 Bug #11017 (Resolved): Using a method visibility inside a pointcut throws an exception
- Applied in changeset commit:"57e14528a0dea019345fd24dfedb6c995c90cc3c".
-
11:52 Revision 0c609c48: Merge "[+BUGFIX] FLOW3 (AOP): Fix method visibility for default constructor"
-
11:31 Revision c334769b: Merge "[~TASK] FLOW3 (Log): Fix unit tests after code change"
-
11:21 Revision 57e14528: [+BUGFIX] FLOW3 (AOP): Fix method visibility for default constructor
- Advices with a visibility specifier in the pointcut expression failed
when the default constructor with a NULL origin... -
11:19 Revision 1333361e: [~TASK] FLOW3 (MVC): Fix JsonView documentation
- The current JsonView documentation was not yet updated with the new
underscored configuration sections.
Change-Id: I... -
11:11 Revision bb77283c: [~TASK] FLOW3 (Log): Fix unit tests after code change
- Change-Id: Ifcffb633f4281bf3c5cc1b9a961337b11d7b7bbf
-
11:08 Bug #11039 (Needs Feedback): Static object container injects properties to result of factory object
- If a factoryObjectName is set for an object, the dependencies of the default implementation are injected to the resul...
-
11:07 Revision 60b204cf: Merge "[~TASK] FLOW3 (Error): Use logException() in exception handler"
-
11:00 Revision c9a21d4d: Merge "[+FEATURE] FLOW3 (Log): Add logException() method"
-
10:47 Revision 9883c3a9: [+BUGFIX] FLOW3 (Package): Remove is_dir check for packages directory
- Upon a fresh git clone, there is no Application directory as git does
not track empty folders. This caused an excepti...
2010-11-23
-
23:57 Task #11035 (Closed): Divide supported locales into two categories
- There should be two types of locales supported by I18n package. One collection of Locale object would represent a gro...
-
23:51 Task #11034 (Resolved): Remove AbstractXmlModel and AbstractXmlParser from I18n package
- The @AbstractXmlModel@ is a base class for XML models, but it's not very useful as it is only extended by @CldrModel@...
-
23:16 Revision 7f12f79a: [FEATURE] FLOW3 (I18n): Add real CLDR inheritance and alias support.
- CLDR files are now parsed to slightly different array structure which
is much more useful and simplifies many code fr... -
12:42 Bug #11017 (Under Review): Using a method visibility inside a pointcut throws an exception
- https://review.typo3.org/375
-
12:39 Bug #11017: Using a method visibility inside a pointcut throws an exception
- It's a @ReflectionException: Class does not exist@ because @isMethodPublic@ is called on a @NULL@ class name.
-
12:09 Bug #11017: Using a method visibility inside a pointcut throws an exception
- And what is the exception? That's only the backtrace... :)
-
10:34 Bug #11017 (Resolved): Using a method visibility inside a pointcut throws an exception
- FLOW3 throws an Exception if a pointcut like this is registered....
2010-11-22
-
13:37 Revision 5b130b92: Merge "[~TASK] FLOW3 (Persistence): API annotations and comment fixes"
-
13:35 Revision 90bbc64e: Merge "[+BUGFIX] FLOW3 (Persistence): Handle new properties in flattenValue"
-
13:31 Revision d1a0b824: Merge "[+FEATURE] FLOW3 (Log): Log more info in FileBackend"
-
13:24 Revision bc359070: [~TASK] FLOW3 (Error): Use logException() in exception handler
- In addition some cleanup has been done and the DebugExceptionHandler
now exits with exit code 1 for CLI calls.
Chang... -
13:24 Revision 4c0061d9: [+FEATURE] FLOW3 (Log): Add logException() method
- To create a log entry for an exception you can now simply call
logException($exception) on the (system) logger.
Chan... -
12:48 Bug #10701 (Accepted): F3\FLOW3\Persistence\Exception thrown in file DataMapper.php
-
06:29 Bug #10701: F3\FLOW3\Persistence\Exception thrown in file DataMapper.php
- No. I didn't even know the keyword @lazy until you mentioned it ;)
@flow3-test:/var/www/foo/Packages/Application/U...
2010-11-19
-
18:45 Revision 2edee542: [~TASK] FLOW3 (Persistence): API annotations and comment fixes
- This change adds API annotations to methods of the abstract backend
and persistence session that are supposed to be u... -
18:42 Revision fa4e70cd: [+BUGFIX] FLOW3 (Persistence): Handle new properties in flattenValue
- New properties in objects after reconstitution failed with an
unknown array index. The method getCleanStateOfProperty...
2010-11-18
-
13:23 Bug #10929: F3\FLOW3\Package\Exception\UnknownPackageException thrown in file PackageManager.php
- Plattform: Windows 7
-
13:18 Bug #10929 (Closed): F3\FLOW3\Package\Exception\UnknownPackageException thrown in file PackageManager.php
- Package "FLOW3\Private" is not available. Please note that package keys are case sensitive.
10 F3\FLOW3\Package\Pack...
2010-11-17
-
16:04 Revision 58e041c0: Merge "[~TASK] FLOW3 (Configuration): Create configuration cache directory"
-
16:03 Revision 5dc5cbf1: Merge "[~TASK] FLOW3 (Cache): Fix @param in RedisBackend"
-
16:03 Revision b660e99b: [+FEATURE] FLOW3 (Log): Log more info in FileBackend
- The FileBackend now adds the process id to the log (if posix_getpid() is
available) and logs the given class and meth... -
15:50 Revision fe8ef257: [~TASK] FLOW3 (Configuration): Create configuration cache directory
- When the configuration is to be cached (e.g. in production context), the
target directory needs to be created before ... -
15:17 Revision 302ed28f: [~TASK] FLOW3 (Cache): Fix @param in RedisBackend
- Change-Id: I48d0aa4eb6b3640db69d32dd6887d6c8453e0216
2010-11-16
-
13:22 Revision cd7f31d8: [~TASK] FLOW3: Update version in Package.xml
- Change-Id: I962b74645493dcd7214789f4d84720b2482dcccd
2010-11-15
-
15:40 Revision 46a6bbba: [~TASK] FLOW3 (MVC): Make redirect() use request format
- redirect() in AbstractController now allows to request a format through
an optional parameter. If not given, the form... -
15:04 Revision a1e6c841: Merge "[!!!][~TASK] FLOW3 (MVC): Indexed arrays and config prefix for JsonView"
-
14:16 Revision dd78aca1: [~TASK] FLOW3 (Cache): Clean up the RedisBackend
- Some comments and a useless method have been removed, the exception
lines have been compacted and an incorrect author... -
13:25 Revision 923af427: [~TASK] FLOW3 (Cache): Rename Redis Cache Backend
- This renames the cache backend formerly named "PhpredisRedisBackend"
to "RedisBackend".
If there should be, at some ... -
12:00 Feature #9017 (Resolved): Implement redis as cache backend
- Applied in changeset commit:"7f11528521db7d04845e652d948a429b93f2f2e9".
-
11:49 Revision 2454bfe8: Merge "[+FEATURE] FLOW3 (Cache): Implement redis as cache backend"
-
11:15 Bug #10718 (Resolved): Content security: query rewriting fails if no other constraints are set on the query
- Applied in changeset commit:"bc30a9d4360efa035e6656e05bd2e3c3c87efb47".
2010-11-14
-
23:19 Revision 3ae9cec3: [!!!][~TASK] FLOW3 (MVC): Indexed arrays and config prefix for JsonView
- JsonView could not process indexed arrays without configuring each
key. To prevent collisions with array keys, the co... -
21:48 Revision 7f115285: [+FEATURE] FLOW3 (Cache): Implement redis as cache backend
- Redis is a noSQL database with very good scaling characteristics
in relation to the amount of entries and data size a...
2010-11-13
-
22:08 Bug #10718: Content security: query rewriting fails if no other constraints are set on the query
- Hi Florian,
it would be really cool if you could test the fix in http://review.typo3.org/330
Thanks, Karsten
2010-11-12
-
16:30 Bug #10718 (Under Review): Content security: query rewriting fails if no other constraints are set on the query
- http://review.typo3.org/330
-
16:19 Bug #10718: Content security: query rewriting fails if no other constraints are set on the query
- yep, this is correct. Fix looks good to me. @Karsten: Do we get this into alpha13, or is it already too late?
-
16:18 Bug #10718 (Accepted): Content security: query rewriting fails if no other constraints are set on the query
-
16:06 Bug #10718: Content security: query rewriting fails if no other constraints are set on the query
- Andi, any comments?
-
16:28 Revision bc30a9d4: [+BUGFIX] FLOW3 (Security): Fix query rewriting sans constraint
- Adding the security constraint(s) failed if the original query did not
have any constraint itself.
Change-Id: Icaa95... -
16:05 Bug #10669 (Needs Feedback): Login session not "cleared" when creating new admin (security framework related?)
- Well, this is really something that could be solved in the TYPO3 package. But there should be no automatism - imagine...
-
16:01 Bug #10701 (Needs Feedback): F3\FLOW3\Persistence\Exception thrown in file DataMapper.php
- It seems you have a property marked as @lazy but the corresponding entity is not marked as @lazy on the class-level. ...
-
13:16 Revision e9ea98d7: [~TASK] FLOW3 (MVC): Use only non-empty format in UriBuilder
- Change-Id: I57e9146d6d6e571fc9ded6f7dec83d85c3866459
2010-11-11
-
23:51 Revision 3c9d5677: Merge "[~TASK] FLOW3 (MVC): Send empty body on redirects for JSON requests"
-
23:44 Revision fc518150: Merge "[~TASK] FLOW3 (MVC): Throw exception on empty name for setControllerActionName()"
-
13:33 Task #9457 (Needs Feedback): Refactor type-conversion into ...Utility\TypeHandling
- I cannot find more places where this would obviously be used in Fluid (or elsewhere) aside from the Argument class. A...
-
13:26 Feature #6607: Enable security for REST services
- Will this be done for alpha 13 - i.e. today evening? Maybe it's even better if not :)
-
12:45 Revision fbf53e3b: [~TASK] FLOW3 (MVC): Trivial unit test fix
- In strict mode PHPUnit complains about tests that don't do any
assertions. In this case this is false alarm, thus a s... -
12:38 Revision a3b26fc8: [~TASK] FLOW3 (MVC): Throw exception on empty name for setControllerActionName()
- Change-Id: I739f82c06aa27c036a08f2456a90ad26a8baa6ce
2010-11-10
-
19:14 Bug #10718 (Resolved): Content security: query rewriting fails if no other constraints are set on the query
- The query rewriting aspect fails if the policy constraint is the only constraint on the query.
In @PersistenceQuer... -
16:56 Revision 490edd20: [~TASK] FLOW3 (MVC): Send empty body on redirects for JSON requests
- Change-Id: Id28d63c5ada47f6ab45582a90728d846c7a31b9a
-
08:01 Bug #10701 (Closed): F3\FLOW3\Persistence\Exception thrown in file DataMapper.php
- I get the following exception when trying to render a view of my model. The model is very similar to another model
w...
2010-11-09
-
22:14 Feature #10539 (Accepted): Add real inheritance and alias support for CLDR data
-
10:45 Bug #10687 (Resolved): @subpackage cannot be unset when rendering URIs
- Applied in changeset commit:"e805f558ae63a2ce3829f30c35398443a3433ee0".
2010-11-08
-
23:35 Bug #10687 (Under Review): @subpackage cannot be unset when rendering URIs
-
23:25 Bug #10687 (Resolved): @subpackage cannot be unset when rendering URIs
- The UriBuilder's behavior is that if no controller, package, subpackage etc. are specified to the uriFor() method, th...
-
23:27 Revision e805f558: [+BUGFIX] FLOW3 (MVC): Fix URI building for links between within and outside subpackages
- UriBuilder errorously used the current subpackage key while trying to render
a link from a controller within a subpac... -
22:30 Feature #10680 (Resolved): Implement Content Negotiation Support
- Applied in changeset commit:"ec2b14d3518c3b9680b3145640a07dcd7cd7226b".
-
17:17 Feature #10680 (Resolved): Implement Content Negotiation Support
- There is now a use case for content negotiation in FLOW3:
For most requests, content negotiation based on the Acce... -
22:24 Revision ec2b14d3: [+FEATURE] FLOW3 (MVC): Content Negotiation support in ActionController
- This adds support for content negotiation based on the Accept HTTP header.
If a format other than "html" is accepted ... -
16:46 Bug #10678 (New): ReflectionService doesn't reflect methods of child classes correctly when they get reflected before their parent class in the initialization process
- ReflectionService::reflectClass() calls $this->convertParameterReflectionToArray() to reflect the parameters of a met...
-
15:27 Revision 605e1102: Merge "[~TASK] FLOW3 (MVC): Move setControllerContext() to AbstractView"
-
11:47 Revision 7c50913b: [~TASK] FLOW3 (MVC): Move setControllerContext() to AbstractView
- The ViewInterface requires views to implement a setControllerContext()
method. All implementations did implement this... -
11:37 Revision 6563d20f: Merge "[BUGFIX] FLOW3 (MVC): Litle cleanup inside MVC\Request"
-
11:35 Revision d272c8d6: Merge "[+FEATURE] FLOW3 (MVC): Support __call() method for actions"
-
11:30 Bug #10180 (Resolved): Text of exception in StringCache
- Applied in changeset commit:"68bc829b843537d1c9009f1caf354255b3d42a08".
-
11:22 Bug #10180 (Under Review): Text of exception in StringCache
- https://review.typo3.org/286
-
11:19 Revision 68bc829b: [+BUGFIX] FLOW3 (Cache): Improve exception message in StringCache
- Synchronize rev. 9024 in TYPO3v4 caching framework to FLOW3.
Fixes: #10180
Change-Id: I7c2f2b8a01a5e6b582158f69b9920... -
09:23 Bug #10669 (Closed): Login session not "cleared" when creating new admin (security framework related?)
- Hi,
Sorry if this one should go into the TYPO3 package - if so, please move it :)
On "latest.phoenix.typo3.org"...
2010-11-05
-
15:02 Revision 719f4555: [BUGFIX] FLOW3 (MVC): Litle cleanup inside MVC\Request
- Inside MVC request, the subpackageKey was spelled subPackageKey.
Change-Id: I3195425d1f10889df29826862883c4090e3b60b7 -
13:36 Revision 0d7e8adc: [+FEATURE] FLOW3 (MVC): Support __call() method for actions
- The ActionController checks if the resolved action method actually
exists before it is called. In the TYPO3 package h...
2010-11-04
-
18:12 Revision 36a46d26: Merge "[~TASK] FLOW3 (Persistence): Reset repositories after persistAll"
-
18:10 Revision 18164c45: [~TASK] FLOW3 (Persistence): Reset repositories after persistAll
- Currently a call to persistAll inside a request will not reset
the repositories. Strange things with added and remove... -
17:48 Revision 2ee8bd1f: Merge "[~TASK] FLOW3 (Persistence): Move backend code up to abstract class"
-
12:49 Revision 7ca3609b: Merge "[~TASK] FLOW3 (Session): Rename getID() to getId() in Session"
-
12:46 Revision e1547bb3: Merge "[~TASK] FLOW3 (Tests): Fix whitespace output during unit tests"
2010-11-03
- 21:52 Revision 8ec3682a: [~TASK] FLOW3 (Documentation): JS Unit Testing
- Added a few lines about location / namespaces to be used.
Change-Id: Id28f95a8c313d6cd944a5ea45ffb8ee98eaadcd1 -
21:43 Revision 41abd866: [~TASK] FLOW3 (Persistence): Move backend code up to abstract class
- Some methods regarding the collection of property data are moved up to
the abstract backend class. Some method signat... -
19:44 Revision de203d57: [~TASK] FLOW3 (Session): Rename getID() to getId() in Session
- Change-Id: Iba65ac89c70f7d16621b95da33b4d1c89fd59783
-
18:29 Revision 594f5015: [~TASK] FLOW3 (Tests): Fix whitespace output during unit tests
- Change-Id: I6ca754eb1fc40c156aad57f5a112dc3d6b55276d
-
16:17 Revision c5813c2c: Merge "[~TASK] FLOW3 (Persistence): Add internal method to clear the state"
-
14:58 Revision 0fa92493: [~TASK] FLOW3 (Persistence): Add internal method to clear the state
- Change-Id: I1c84e2d62c0caa1ad11450b014a405ccb16c32ee
2010-11-02
-
14:57 Bug #10595 (Rejected): ObjectManager should not allow injection of prototypes
- Currently it is possible to inject prototypes like:...
2010-11-01
-
16:58 Revision 0d4f159b: [TASK] FLOW3 (Documentation): Update JavaScript CGLs
- Added a note to @return {void} annotations.
Relates to: #10086
Change-Id: If59c47b923139e6d87839e5c2e960d57a797d6f7
2010-10-29
-
20:30 Feature #10539 (Resolved): Add real inheritance and alias support for CLDR data
- CLDR uses concept of "Locale inheritance":http://www.unicode.org/reports/tr35/#Locale_Inheritance and "aliases":http:...
-
10:00 Task #10316 (Resolved): Check CldrModelCollection::getRawArray() for correct behaviour
- Applied in changeset commit:"07ebe7635eeccd8afd4ba18eade8f9cde88ed73e".
-
09:50 Feature #10524 (Closed): Support multiple package directories
- Currently I have trouble developing several seperated modules. To test them each module must either be starting at th...
2010-10-28
-
23:15 Task #10316 (Under Review): Check CldrModelCollection::getRawArray() for correct behaviour
- https://review.typo3.org/244
-
23:10 Revision 07ebe763: [~TASK] FLOW3 (I18n): Make CldrModel::getRawArray() always return array or FALSE
- The method getRawArray() now returns array (or FALSE on failure).
Additionally, a new method called getRawData() retu... -
14:55 Bug #10516 (Closed): F3\FLOW3\Package\Exception\UnknownPackageException thrown in file PackageManager.php
- This problem only occurs once under windows vista. Seems that some component is misbehaving/misusing he windows direc...
-
11:07 Revision 45d24f86: [TASK] FLOW3 (Documentation): Update JavaScript CGLs
- Added an example.
Relates to: #10086
Change-Id: I915d7036a4ccff0a03abd59f9f904dd1621eb9be -
07:41 Revision 94ce3c18: [TASK] FLOW3 (Documentation): Update JavaScript CGLs
- Fixed a TODO comment in the JavaScript CGLs.
Relates to: #10086
Change-Id: I4db61af32b9d4d2f014670fe9696ba3a306f3c3d
2010-10-27
-
21:00 Bug #10486 (Resolved): Validation for multiple validators and nested objects broken
- Applied in changeset commit:"f5b121d792063cecff9cebea6eab2f05f30d7b7c".
-
20:56 Bug #10486 (Under Review): Validation for multiple validators and nested objects broken
- https://review.typo3.org/230
-
20:55 Bug #10486 (Resolved): Validation for multiple validators and nested objects broken
- Currently the validation is seriously broken for nested objects and with multiple validators with different options.
... -
20:56 Revision f5b121d7: [+BUGFIX] Fix validation for multiple validators and nested objects
- Currently the validation is seriously broken for nested objects and with
multiple validators with different options.
... -
17:59 Revision 809f755f: [~TASK] FLOW3 (Tests): Fix RsaWalletServiceTest
- The test used a non-qualified class name and no longer worked correctly
after the tests got their own namespace.
Cha... -
07:40 Revision 81d510e3: [TASK] FLOW3 (Documentation): Update JavaScript CGLs
- Fixed many TODO comments in the JavaScript CGLs.
Relates to: #10086
Change-Id: Ib4e57202986112e74be9b63a2acf4f3011d...
Also available in: Atom