Activity
From 2010-02-27 to 2010-03-28
2010-03-27
-
18:35 Task #7031 (Resolved): Unsafe masking of a dynamic regex pattern
- F3\FLOW3\Security\RequestPattern\Uri has method matchRequest() that uses a dynamic regex pattern....
2010-03-25
-
18:00 Feature #6993 (Resolved): Support declaration of additional validation rules by object accessor syntax
- Applied in changeset r4013.
-
08:49 Feature #6993 (Accepted): Support declaration of additional validation rules by object accessor syntax
2010-03-24
-
20:04 Feature #6993 (Resolved): Support declaration of additional validation rules by object accessor syntax
- It is possible to declare additional validation rules in the doc comment of an action methods:...
-
20:00 Bug #6992 (Resolved): ValidatorResolver does not build certain validators
- Applied in changeset r4012.
-
19:49 Bug #6992 (Resolved): ValidatorResolver does not build certain validators
- If object types are specified with a leading backslash, for example in a model:...
-
13:00 Feature #3846 (Resolved): Enforce validation before persisting model objects
- Applied in changeset r4010.
2010-03-23
-
18:16 Feature #6781 (Resolved): Implement Swift Mailer integration
- Implemented in package "SwiftMailer":http://forge.typo3.org/projects/show/package-swiftmailer as of "r4007":http://fo...
-
17:00 Bug #6914 (Resolved): Static Object Container cannot handle optional arguments in constructors
- Applied in changeset r4006.
-
16:09 Bug #6914 (Accepted): Static Object Container cannot handle optional arguments in constructors
-
16:00 Task #6949 (Resolved): Rename \F3\FLOW3\MVC\Controller\Context back to \F3\FLOW3\MVC\Controller\ControllerContext
- Applied in changeset r4005.
-
15:00 Bug #6968 (Resolved): DynamicObjectContainer does not build methods for interfaces with only a factory
- Applied in changeset r4002.
-
14:48 Bug #6968: DynamicObjectContainer does not build methods for interfaces with only a factory
- The same applies to the @ObjectContainerBuilder@.
-
14:43 Bug #6968 (Resolved): DynamicObjectContainer does not build methods for interfaces with only a factory
- When configuring an interface that has no default implementation to be available through a factory, the static object...
-
15:00 Bug #6967 (Resolved): ConfigurationManager does not return all settings if asked to do so.
- Applied in changeset r4002.
-
14:41 Bug #6967 (Resolved): ConfigurationManager does not return all settings if asked to do so.
- When calling @getConfiguration()@ with a NULL @$packageKey@ the configurationManager is supposed to return all settin...
2010-03-22
-
10:46 Task #6949 (Resolved): Rename \F3\FLOW3\MVC\Controller\Context back to \F3\FLOW3\MVC\Controller\ControllerContext
- After a discussion with Sebastian we agreed that "ControllerContext" fits better.
2010-03-21
-
21:22 Bug #3029: Routing is not working correctly on all platforms
- confirmed the bug on Debian Squeeze using Apache with mod-fcgid and php-cgi
The patches from r3833 fix the problem o...
2010-03-20
-
14:52 Feature #6913: Implement a FLOW3 optimized var_dump function
- Nice feature!
I know this is not finished, but after checking out the current version I think the current CSS can be...
2010-03-19
-
22:04 Bug #6928 (New): ObjectContainerBuilder does not work for factory setups
- Postponing as it can be gotten to work with a marker interface and some YAML magic. Needs to be discussed.
-
21:39 Bug #6928 (Closed): ObjectContainerBuilder does not work for factory setups
- When configuring argument injection with a factory object and no name/classname the object container builder throws a...
2010-03-18
-
18:42 Bug #6914 (Resolved): Static Object Container cannot handle optional arguments in constructors
- For a class @Bar@ with 4 optional constructor arguments the code in the static object container looks like this:
<pr... -
18:41 Feature #6913 (Resolved): Implement a FLOW3 optimized var_dump function
- Because FLOW3 uses many nested objects, debugging variables can become cumbersome because almost always the object ma...
-
18:00 Bug #6911 (Resolved): SQL error when using setOrderings() without matching()
- Applied in changeset r3993.
-
16:32 Bug #6911 (Accepted): SQL error when using setOrderings() without matching()
-
15:36 Bug #6911 (Resolved): SQL error when using setOrderings() without matching()
- Using setOrderings() on a query object without the use of matching() results in the following SQL error.
Example: ... -
17:00 Bug #6909 (Resolved): Files for persisted resources no longer deleted upon resource object removal.
- Applied in changeset r3992.
-
13:53 Bug #6909 (Resolved): Files for persisted resources no longer deleted upon resource object removal.
- .
-
13:00 Bug #6902 (Resolved): $objectName is not meaningful enough in serializeObjectAsPropertyArray()
- Applied in changeset r3991.
-
11:42 Bug #6902: $objectName is not meaningful enough in serializeObjectAsPropertyArray()
- Ok, seemingly tricky...
Part I: The ObjectSerializer relied on the "object name" stored to detect top-level object... -
12:15 Bug #6894 (Closed): F3\FLOW3\Security\Exception\MissingConfigurationException thrown in file HashService.php
- Wrong way of writing the configuration file, see http://forge.typo3.org/issues/show/6266#note-7 for the solution.
2010-03-17
-
21:21 Bug #6902 (Accepted): $objectName is not meaningful enough in serializeObjectAsPropertyArray()
- The object serializer might be useful at some point even outside of @scope session use, thus we should stay on the sa...
-
20:48 Bug #6902: $objectName is not meaningful enough in serializeObjectAsPropertyArray()
- Hi,
the object name is only used for top-level objects. For all objects below that we use the current object hash ... -
20:16 Bug #6902 (Resolved): $objectName is not meaningful enough in serializeObjectAsPropertyArray()
- The method ObjectSerializer::serializeObjectAsPropertyArray() used $objectName as the key for its object registry to ...
-
13:54 Bug #6894 (Closed): F3\FLOW3\Security\Exception\MissingConfigurationException thrown in file HashService.php
- You must configure an encryption key for the HashService
15 F3\FLOW3\Security\Cryptography\HashService::injectSettin...
2010-03-16
-
18:00 Bug #6786 (Resolved): Persistence Query Orderings integers ordered like strings
- Applied in changeset r3966.
-
16:54 Feature #3586 (Resolved): Assure that value objects are immutable
- As of r3962 value objects are checked for setters when building class schemata, thus settings this to resolved.
-
14:00 Feature #6868 (Resolved): Classes tagged as value object must have a constructor and no setters
- Applied in changeset r3961.
-
10:20 Feature #6868 (Resolved): Classes tagged as value object must have a constructor and no setters
- To enforce the concept of (immutable) value objects, the class scheme builder should assure that classes which are ta...
-
13:00 Feature #6869 (Resolved): Enable the property mapper to create value objects
- Applied in changeset r3960.
-
10:28 Feature #6869 (Resolved): Enable the property mapper to create value objects
- Immutable value objects don't have any setter methods. However we want the property mapper to be able creating such o...
-
10:12 Task #4268: handle model-attributes, that are not of type string, but user-input
- I'm getting the same error for integers as well (with latest SVN - r3949). The setup is also the same, the number is ...
2010-03-15
-
21:58 Task #6727: Refactor the ConjunctionValidator and DisjunctionValidator
- I'm sorry. I didn't see this possibillity ;-(
-
18:00 Task #6727 (Resolved): Refactor the ConjunctionValidator and DisjunctionValidator
- Applied in changeset r3949.
-
17:51 Task #6727: Refactor the ConjunctionValidator and DisjunctionValidator
- Lukas Lentner wrote:
> I also simplified both validators not needing anymore a variable $result.
And thus not inc... -
17:40 Task #6727 (Accepted): Refactor the ConjunctionValidator and DisjunctionValidator
-
17:57 Feature #6456 (Accepted): Customization/localization of validator errors
-
17:00 Bug #6846 (Resolved): The static object container is not rebuilt automatically if the FLOW3 revision changed
- Applied in changeset r3946.
-
15:17 Bug #6846 (Resolved): The static object container is not rebuilt automatically if the FLOW3 revision changed
- If the FLOW3 revision changes, all caches are flushed. Because the static object container is no regular cache, it is...
-
17:00 Bug #6806 (Resolved): EmailAddressValidator missing IP addresses
- Applied in changeset r3945.
-
15:58 Bug #6806 (Accepted): EmailAddressValidator missing IP addresses
-
16:00 Bug #6847 (Resolved): Straight value property injection fails with strings in static object container
- Applied in changeset r3941.
-
15:46 Bug #6847 (Resolved): Straight value property injection fails with strings in static object container
- If strings are to be injected as straight values via property injection, the resulting code in the static object cont...
-
14:00 Bug #6807 (Resolved): Uncaught Exception in FLOW3 #1264589155: Object "F3\FLOW3\Object\SessionRegistry" is not registered
- Applied in changeset r3940.
-
13:09 Bug #6807 (Accepted): Uncaught Exception in FLOW3 #1264589155: Object "F3\FLOW3\Object\SessionRegistry" is not registered
-
14:00 Bug #6761 (Resolved): Security context in session grows with each load
- Applied in changeset r3939.
-
13:03 Bug #6761: Security context in session grows with each load
- The problem is caused by @seperateActiveAndInactiveTokens()@ in combination with the way @initialize()@ sets @$this->...
2010-03-13
-
10:03 Bug #6807: Uncaught Exception in FLOW3 #1264589155: Object "F3\FLOW3\Object\SessionRegistry" is not registered
- I can confirm this bug on r3935. It also occurs in the view and seems like the @SessionRegistry@ was removed from the...
2010-03-12
-
15:35 Feature #6390: ObjectAccess::getPropertyPath doesn't support Arrays
- Here is a Diff(Based on current trunk) to enable the Access of Arrays through ObjectAccess
-
12:36 Bug #6718 (Resolved): UnexpectedValueException thrown in file Session.php
- Great to see that fixed. The SessionRegistry problem is known and will be fixed by middle of next week at the latest ...
-
10:53 Bug #6718: UnexpectedValueException thrown in file Session.php
- Thanks this seems to be fixed now, but there is something broken with the Session now....
-
11:20 Bug #6807 (Resolved): Uncaught Exception in FLOW3 #1264589155: Object "F3\FLOW3\Object\SessionRegistry" is not registered
- ...
-
11:13 Bug #6806 (Resolved): EmailAddressValidator missing IP addresses
- The EmailAddressValidator misses email addresses with ip parts like 249 in them.
I do not know, if this is on purp...
2010-03-11
-
23:00 Bug #6780 (Resolved): ResourceViewHelper wrong path to persisted resources
- Applied in changeset r3932.
-
22:12 Bug #6780: ResourceViewHelper wrong path to persisted resources
- If the title is NULL it will give the result you see.
-
10:44 Bug #6780 (Accepted): ResourceViewHelper wrong path to persisted resources
-
10:36 Bug #6780 (Resolved): ResourceViewHelper wrong path to persisted resources
- Template code:
<img src="{f:uri.resource(resource: article.image.originalResource, title: article.image.title)}" sty... -
22:21 Bug #6786 (Accepted): Persistence Query Orderings integers ordered like strings
-
14:59 Bug #6786 (Resolved): Persistence Query Orderings integers ordered like strings
- Code (property order is declared as INT):...
-
22:00 Feature #3337 (Resolved): Allow to count lazy-loaded objects without fetching them from the persistence layer
- Applied in changeset r3930.
-
22:00 Feature #6120 (Resolved): Re-implement lazy loading in persistence...
- Applied in changeset r3930.
-
21:40 Bug #6718 (Needs Feedback): UnexpectedValueException thrown in file Session.php
- Please test with current SVN, this sounds familiar and should be fixed as of now.
-
10:51 Bug #6718 (Accepted): UnexpectedValueException thrown in file Session.php
-
17:09 Bug #6761 (Accepted): Security context in session grows with each load
- Seems like I didn't fix this completely
-
17:00 Bug #6761 (Resolved): Security context in session grows with each load
- Applied in changeset r3929.
-
17:00 Bug #6787 (Resolved): New accounts cannot be persisted and existing accounts cannot be found
- Applied in changeset r3929.
-
16:31 Bug #6787 (Resolved): New accounts cannot be persisted and existing accounts cannot be found
- Since the last commit new accounts cannot be persisted and existing accounts cannot be found
-
11:05 Feature #6605 (Accepted): Integrate the security policy into resource management
-
11:01 Feature #6781 (Resolved): Implement Swift Mailer integration
- For the App we need a mailer and Swift Mailer seems to be the right choice. We need some integration in form of a sep...
-
10:55 Feature #6604 (Accepted): Implement QueryRewriting according to the security policy
2010-03-10
-
19:00 Feature #5846 (Resolved): Implement Account Factory
- Applied in changeset r3926.
-
18:09 Feature #5846 (Accepted): Implement Account Factory
-
19:00 Feature #6774 (Resolved): Improve error message in Property Mapper if type hint of method parameter is invalid
- Applied in changeset r3925.
-
18:00 Feature #6774 (Resolved): Improve error message in Property Mapper if type hint of method parameter is invalid
- If the type hint or doc comment of a parameter / property of the target object is invalid, the property mapper doesn'...
-
18:00 Bug #6773 (Resolved): Debug Exception Handler does not escape characters in exception message
- Applied in changeset r3924.
-
17:55 Bug #6773 (Resolved): Debug Exception Handler does not escape characters in exception message
- The debug exception Handler does not escape characters in exception message, so that strings like "<type>" are unnoti...
-
14:00 Bug #6761: Security context in session grows with each load
- Attached two session files. The file doubles it's size on every page load.
-
13:57 Bug #6761: Security context in session grows with each load
- Ok, it seems the session grows also when not logging in or trying to do so. Only it grows at a much lower speed, in k...
-
13:35 Bug #6761: Security context in session grows with each load
- The effect continues even after logging out again.
-
13:33 Bug #6761 (Resolved): Security context in session grows with each load
- Since the latest changes to security it seems something goes wrong with object serialization to the session. It grows...
-
13:57 Feature #6426: Implement caching backend for other opcode caches.
- Karsten Dambekalns wrote:
> Well, alongside APC we support memcache. eaccelerator did not work with PHP 5.3 anyway l... -
09:13 Feature #6609: Implement joins for queries
- I will implement the object accessor syntax as an experimental feature in Extbase (#6755) to get feed-back on this fe...
2010-03-09
-
17:52 Feature #3588: Support value objects in the Object Factory
- ...
-
17:52 Feature #3588 (Accepted): Support value objects in the Object Factory
- * value objects are immutable because they must not have setters
* values are passed through the constructor
* calc... -
17:43 Feature #3740 (Resolved): Implement a Static Object Container
-
17:41 Feature #3846 (Accepted): Enforce validation before persisting model objects
-
17:38 Bug #3977 (Accepted): TextValidator is insecure
-
17:36 Feature #4146 (Accepted): Support typed parameters for validation
-
17:25 Feature #6121: Add validator and filter for HTML
- Lukas Lentner wrote:
> Wouldn't it make sense to deligate this function to a rich text editor
No, it wouldn't. Be... -
17:19 Feature #6712: Implement mixin support
- don't forget that the class schema builder must be able to detect the introduced property
2010-03-08
-
17:45 Feature #6609: Implement joins for queries
- There is a great danger of data loss, if only a part of the related objects are loaded. Let's assume, that you only l...
-
16:48 Feature #6736 (Resolved): Allow comfortable chaining of constraints with Query::logicalAnd() and logicalOr(), or not? ;-)
- Currently it is very unhandy to chain multiple constraints via logicalAnd() or logicalOr().
I am going to implemen...
2010-03-07
-
18:16 Feature #6121: Add validator and filter for HTML
- Is such a package planed?
- Richtexteditor
- Viewhelper for fluid
- gui by extjs
- complex transformation &... -
18:03 Feature #6121: Add validator and filter for HTML
- Wouldn't it make sense to deligate this function to a rich text editor who so or so has to take care about the transf...
-
17:33 Task #6727: Refactor the ConjunctionValidator and DisjunctionValidator
- The diffs where made in Windows! (Tabs wrong and so on ...)
Here the proper Linux version -
17:23 Task #6727 (Resolved): Refactor the ConjunctionValidator and DisjunctionValidator
- Hi,
I changed some comments in the DisjunctionValidator which where copied from the ConjunctionValidator without a...
2010-03-06
-
18:22 Feature #6724 (Resolved): Internationalization, locale, multi-language ect.
- Hi!
(first: sorry for my bad english ;)
I'm testing FLOW3 for my project with multi-language support. For that ... -
12:32 Bug #6694 (Resolved): flow3 shell script uses non POSIX commands
- As of r3916:
[+FEATURE] FLOW3 (Core): Made the flow3 shell script configurable regarding PHP binary, context and pat... -
12:32 Bug #6693 (Resolved): Request Bash if you use bash in the flow3 shell script
- As of r3916:
[+FEATURE] FLOW3 (Core): Made the flow3 shell script configurable regarding PHP binary, context and pat... -
12:32 Feature #6681 (Resolved): Make the php cli executable configurable for the flow3 command
- As of r3916:
[+FEATURE] FLOW3 (Core): Made the flow3 shell script configurable regarding PHP binary, context and pat... -
10:53 Bug #6718 (Resolved): UnexpectedValueException thrown in file Session.php
- Object not found
6 SplObjectStorage::offsetGet(F3\Test\Domain\Model\Category_AOPProxy_Development)
5 F3\FLOW3\Persi... -
00:16 Bug #6680 (Closed): Make FLOW3 open_basedir aware
- The Environment class provides a method to get the temporary directory. That by default uses the Data/Temporary folde...
2010-03-05
-
23:30 Bug #6118 (Resolved): Integer arguments are not validated automatically
- Works as expected for int, integer, float as parameters to methods in controllers. Seems it got fixed along the way...
-
20:30 Feature #6681 (Accepted): Make the php cli executable configurable for the flow3 command
-
18:46 Feature #6712 (Accepted): Implement mixin support
- With the current implementation of introductions / intertype declarations it is -like in most other AOP frameworks - ...
-
18:09 Bug #6693 (Accepted): Request Bash if you use bash in the flow3 shell script
-
18:09 Bug #6694 (Accepted): flow3 shell script uses non POSIX commands
- Well, my Snow Leopard has @/usr/bin/readlink@...
-
16:19 Feature #6609: Implement joins for queries
- We should go for solution 1.
2010-03-04
-
18:00 Bug #6620 (Resolved): ./flow3 cache flush throws Exception in "..../Cache/Backend/FileBackend.php line 197"
- Applied in changeset r3906.
-
16:39 Bug #6620 (Accepted): ./flow3 cache flush throws Exception in "..../Cache/Backend/FileBackend.php line 197"
- Well, @glob()@ usually returns an array, so it seems something with your cache's file structure went wrong. Anyway, I...
-
17:45 Feature #6681: Make the php cli executable configurable for the flow3 command
- I uploaded a patch with my suggested solution.
I have also added a FLOW3_DEBUG flag which is of course not needed to... -
16:17 Feature #6681: Make the php cli executable configurable for the flow3 command
- Environment variables are IMHO the most common way to solve those issues. I would always prefer that way to having to...
-
16:02 Feature #6681: Make the php cli executable configurable for the flow3 command
- Karsten Dambekalns wrote:
> Thomas Fritz wrote:
> > Karsten Dambekalns wrote:
> > > Applied in changeset r3903.
>... -
15:47 Feature #6681: Make the php cli executable configurable for the flow3 command
- Thomas Fritz wrote:
> Karsten Dambekalns wrote:
> > Applied in changeset r3903.
>
> Sorry, but i do not see how ... -
14:55 Feature #6681: Make the php cli executable configurable for the flow3 command
- Karsten Dambekalns wrote:
> Applied in changeset r3903.
Sorry, but i do not see how this resolves the issue?
Why no... -
12:00 Feature #6681 (Resolved): Make the php cli executable configurable for the flow3 command
- Applied in changeset r3903.
-
11:05 Feature #6681 (Accepted): Make the php cli executable configurable for the flow3 command
-
01:16 Feature #6681: Make the php cli executable configurable for the flow3 command
- I agree. Currently the paths are configured inside the batch script itself which is not the optimal solution.
I thin... -
15:25 Bug #6694 (Resolved): flow3 shell script uses non POSIX commands
- On line 36 (rev3903):...
-
15:05 Bug #6693 (Resolved): Request Bash if you use bash in the flow3 shell script
- The first line of flow3 should read as @#!/bin/bash@ instead of@#!/bin/sh@.
There is no symlink on every environment... -
12:00 Feature #6685 (Resolved): Implement countAll() and countByFoo('bar') in the Persistence Repository
- Applied in changeset r3904.
-
11:07 Feature #6685 (Accepted): Implement countAll() and countByFoo('bar') in the Persistence Repository
-
11:38 Feature #3846 (Needs Feedback): Enforce validation before persisting model objects
- When validating during persistence exceptions thrown cannot be handled any longer, even redirects won't be stopped an...
2010-03-03
-
22:14 Feature #6604: Implement QueryRewriting according to the security policy
- In the policy we need to following comparison operators:...
-
22:09 Feature #6604: Implement QueryRewriting according to the security policy
- We have to advice three methods of the Persistence BackendInterface:
getObjectCountByQuery($query):
-> rewrite QO... -
21:16 Feature #6685: Implement countAll() and countByFoo('bar') in the Persistence Repository
- This feature request is related to #6234.
-
21:14 Feature #6685 (Resolved): Implement countAll() and countByFoo('bar') in the Persistence Repository
- I have implemented this handy methods in Extbase to invoke $query->matching()->count().
-
18:25 Feature #6681 (Resolved): Make the php cli executable configurable for the flow3 command
- The Path to the php binary should be configurable outside of the flow3 command line tool to allow an easy update of t...
-
18:20 Bug #6680 (Closed): Make FLOW3 open_basedir aware
- FLOW3 uses the Default Temporary Path for the Operating Systems. In Linux '/tmp' is used for different operations. Th...
-
17:00 Task #6661 (Resolved): Write documentation for the new dynamic AOP features
- Applied in changeset r3900.
-
17:00 Task #6660 (Resolved): Write documentation for the new security features in alpha8
- Applied in changeset r3900.
-
14:51 Task #6601: Introduce a new roles definition syntax including runtime constraints
- One use case could be a system like forge. There you have different projects and in each project you have different r...
2010-03-02
-
22:08 Bug #6118 (Needs Feedback): Integer arguments are not validated automatically
- Under what circumstances? Controller actions? Model actions?
-
18:00 Task #6135 (Resolved): Authentication Manager has to make sure that only one Party can be authenticated at a time
- Applied in changeset r3897.
-
17:34 Feature #5442: Destroy session / logout user on deleting an account
- The implementation of this could work like this: when initializing the security context, we'll simply have to check, ...
-
17:10 Major Feature #5659: Implement content security
- Part I is implemented. Part II (QueryRewriting, see #6604) will be implemented for alpha9.
-
17:08 Task #6661 (Resolved): Write documentation for the new dynamic AOP features
- .
-
17:07 Task #6660 (Resolved): Write documentation for the new security features in alpha8
- - New policy syntax
- New security context handling
- Runtime constraints
-
11:40 Bug #6315 (Closed): Input fields with a name attribute with more than 64 characters are ignored
- Can't reproduce this behavior on a machine without Suhosin enabled.
-
00:00 Task #5851 (Resolved): Security Context Holder redundant?
- Applied in changeset r3895.
2010-03-01
-
23:33 Task #6135: Authentication Manager has to make sure that only one Party can be authenticated at a time
- BTW: We have to provide a getParty() method in the security context, as it is already used by the policy service....
-
21:23 Task #6601 (On Hold): Introduce a new roles definition syntax including runtime constraints
- The role constraints should be implemented on the account side. As this feature seems not to be too important, we wil...
-
21:04 Bug #6411 (Resolved): Undefined index classname in DataMapper method mapSingleObject
- Works with current code. Yay.
-
14:00 Bug #6647 (Resolved): ObjectAccess doesn't know that is*() is also a possible getter method name
- Applied in changeset r3892.
-
12:56 Bug #6647 (Resolved): ObjectAccess doesn't know that is*() is also a possible getter method name
- ObjectAccess::getProperty() tries to call a method getFoo() in order to retrieve property "foo". However, it doesn't ...
-
13:00 Feature #6646 (Resolved): Response should send correct content type header if format is rss / atom
- Applied in changeset r3889.
-
12:22 Feature #6646 (Resolved): Response should send correct content type header if format is rss / atom
- The Web Request Handler could add a Content-Type header to the response which states the correct mime type according ...
2010-02-28
-
21:52 Feature #6640 (Rejected): NoSQL Persistence Backend
- It would be interesting to have an implementation of a NoSQL (CouchDb, MongoDb or the like) storage engine backend fo...
-
21:44 Bug #6411: Undefined index classname in DataMapper method mapSingleObject
- Works a charm for me. Tested each combination of properties and everything is OK. Nice job. Thanks!
-
01:00 Task #6600 (Resolved): Remove the privilege concept vom ACLs
- Applied in changeset r3881.
-
01:00 Task #6599 (Resolved): Implement new syntax for policy resources including runtime constraints
- Applied in changeset r3881.
2010-02-27
-
15:59 Bug #6628 (Resolved): Default values in F3\FLOW3\Locale\Locale
- Hi!
If you create an locale object (\F3\FLOW3\Locale\Locale) with only the language, the default values interferes...
Also available in: Atom