Activity
From 2010-05-29 to 2010-06-27
2010-06-25
-
15:00 Bug #8432 (Needs Feedback): Fix Symlink support for Windows OS
- From the PHP manual about @readlink()@:
_This will trigger a warning and return false if you pass it a non-symlink._... -
14:30 Bug #8411 (Resolved): QOM logicalNot() does not work as expected
- Applied in changeset r4636.
2010-06-24
-
17:07 Bug #8411: QOM logicalNot() does not work as expected
- Ok, confirmed. Here's the problem:
To check a value of a certain property we use this logic:
@... AND (field = 't... -
16:33 Task #8489 (Resolved): Merge policies of different packages
- the configuration has to be merged. Currently e.g. the acls of different packages override eachother.
-
15:36 Bug #8485 (Resolved): Policies/ACLs do not work (anymore)
- Applied in changeset r4627.
-
15:10 Bug #8485: Policies/ACLs do not work (anymore)
- Hmmm... *issue (1)* is not reproducible - maybe we can ignore this?
-
14:55 Bug #8485 (Resolved): Policies/ACLs do not work (anymore)
- Attached file @./Configuration/Policy.yaml@ does not work.
*Issue (1)*
line 13: keyword before pointcut expressio... -
15:00 Task #8427 (Resolved): Access roles are not inherited
- Applied in changeset r4624.
-
13:08 Feature #8462: Check subobjects in query rewriting
- When we introduce this we need to make sure we do not delete stuff that was kept from being visible. Currently the da...
-
12:51 Task #6598 (Accepted): Make global objects, that should be available in runtime evaluations, configurable
- We should simply use object names and fetch the objects from the object manager. No evil eval anymore.
2010-06-23
-
17:06 Feature #7516 (Resolved): Create encryption hash if none was defined
- Applied in changeset r4616.
-
13:07 Feature #7516 (Accepted): Create encryption hash if none was defined
-
15:44 Feature #8464 (New): Write settings using the ConfigurationManager
- It should be possible to write settings using the ConfigurationManager, similar to PackageStates.yaml.
Rules:
* c... -
15:19 Task #8427 (Accepted): Access roles are not inherited
- This feature got probably lost in the last refactoring of the security context. The getRoles() method of the context ...
-
14:57 Feature #8463: Check security policy for objects reconstituted in the session scope
- Maybe we can use lazy loading proxies in the initial reconstitution process. The this problem should be solved.
-
14:52 Feature #8463 (New): Check security policy for objects reconstituted in the session scope
- Currently persited objects that are reconstituted in the session scope are not checked against the security policy. T...
-
14:49 Feature #8462 (New): Check subobjects in query rewriting
- For usual queries this could be done by adding join conditions. For an object retrieved by UUID this has to be discus...
-
14:35 Feature #6604 (Resolved): Implement QueryRewriting according to the security policy
- Applied in changeset r4613.
-
14:35 Task #6598 (Resolved): Make global objects, that should be available in runtime evaluations, configurable
- Applied in changeset r4613.
-
12:15 Bug #8455: "Wrong" default package used in ResourceInterceptor
- This should be solved in consumer code - as the Fluid parser receives a simple string with the template to parse, the...
-
10:23 Bug #8455 (Resolved): "Wrong" default package used in ResourceInterceptor
- When using a resource link in a Fluid template FLOW3's ResourceInterceptor transforms that into a Resource ViewHelper...
2010-06-22
-
10:57 Bug #8432 (Resolved): Fix Symlink support for Windows OS
- With version 5.3 PHP supports symlinks on Windows >= Vista.
symlink($target, $link) works indeed on my Windows 7 mac... -
10:36 Task #8206 (Resolved): Update CLDR data to current version
- Applied in changeset r4610.
-
02:48 Task #8427 (Resolved): Access roles are not inherited
- Assuming, we defined the following three ACL roles in @Policy.yaml@:
* *administrator*
* *manager*
* *auditor*
...
2010-06-21
-
20:07 Task #8208 (Accepted): Define public API in Locale subsystem
-
20:06 Task #8206 (Accepted): Update CLDR data to current version
-
20:05 Bug #8207 (Resolved): CGL naming violation in Locale subsystem
- Applied in changeset r4606.
-
18:00 Task #6520 (Resolved): Differentiate between NULL and empty array/SplObjectStorage
- Applied in changeset r4604.
-
17:40 Task #6520 (Accepted): Differentiate between NULL and empty array/SplObjectStorage
-
17:29 Bug #8411 (Accepted): QOM logicalNot() does not work as expected
-
17:25 Bug #8411 (Resolved): QOM logicalNot() does not work as expected
- @$query->logicalNot()@ seems to be completely ignored. To reproduce that bug you can add a new constraint to the quer...
2010-06-20
-
01:08 Bug #8361 (Closed): #1176475350: More than one.. when Request Handler Name is cgi-fcgi
- I installed flow on a domaingo (Domainfactory) Power XL Webhosting.
Beside some restrictions on the hosters part (...
2010-06-17
-
11:26 Bug #8317 (Resolved): Parse Error in FLOW3 script with PHP < 5.3
- When calling @php Packages\Framework\FLOW3\Scripts\FLOW3.php@ with PHP 5.2.x I'm getting a parse error....
2010-06-16
-
17:19 Task #4268 (Accepted): handle model-attributes, that are not of type string, but user-input
-
17:14 Task #8299 (Resolved): Clean up handling of NULL in queries
- * When using @equals()@ comparison against NULL should work as expected.
* For collections we need @isEmpty()@.
* @... -
17:00 Bug #8255 (Resolved): Invalid exception class reference in signal slot component
- Applied in changeset r4565.
-
16:26 Bug #8255 (Accepted): Invalid exception class reference in signal slot component
-
13:00 Feature #8258 (Resolved): call initializeObject() also after Reconstitution
- Applied in changeset r4517.
-
09:10 Feature #8258: call initializeObject() also after Reconstitution
- Hey Robert,
> * (Karsten's comment) The methods buildLifecycleInitializationCommand() and buildLifecycleReconstituti... -
09:05 Feature #8258: call initializeObject() also after Reconstitution
- Generally fine but please consider the following changes:
* (Karsten's comment) The methods buildLifecycleInitiali...
2010-06-15
-
20:55 Feature #8258: call initializeObject() also after Reconstitution
- The methods buildLifecycleInitializationCommand() and buildLifecycleReconstitutionCommand() differ only in the used c...
-
18:36 Feature #8258: call initializeObject() also after Reconstitution
- This is the first version of the Object Container which calls initializeObject also after reconstitution.
Comments a... -
17:04 Feature #8258 (Resolved): call initializeObject() also after Reconstitution
- for some cases, it makes sense to call the initializer method (initializeObject()) also after reconstituting an objec...
-
17:01 Feature #7407 (Needs Feedback): Edit nested properties of a domain model within a form
- Hey,
I just stumbled over this issue, and partly this is already possible.
concerning case a), just use the dot s... -
16:40 Bug #8255 (Resolved): Invalid exception class reference in signal slot component
- The signal slot component throws an InvalidArgumentException[1] without a leading backslash and without a correspondi...
2010-06-14
-
11:54 Bug #8207: CGL naming violation in Locale subsystem
- Similar issue with variables like @$rootXMLNode@, should be @$rootXmlNode@...
-
11:32 Bug #8207 (Resolved): CGL naming violation in Locale subsystem
- Currently the Locale code uses CLDR all uppercase in class names, namespaces and variable names. This violates our (a...
-
11:43 Task #8208 (Resolved): Define public API in Locale subsystem
- The Locale subsystem needs to have the public API defined (using @api annotations) on classes and methods that are in...
-
11:28 Task #8206 (Resolved): Update CLDR data to current version
- The CLDR data in the Resources folder is currently 1.6.1 as of 2008-07-23. An upgrade to the current version will a) ...
2010-06-13
-
20:05 Feature #7722: Implement CLDR data reader
- _DatesReader_ implemented.
Date and time format syntax: "Date Format Patterns":http://www.unicode.org/reports/tr35...
2010-06-11
-
16:00 Feature #8133 (Resolved): ObjectAccess::setProperty() should support arrays as a subject
- Applied in changeset r4494.
-
13:00 Bug #8156 (Resolved): ResourceStreamWrapper no longer able to handle non-existent files
- Applied in changeset r4491.
2010-06-10
-
23:03 Bug #8156 (Resolved): ResourceStreamWrapper no longer able to handle non-existent files
- The ResourceStreamWrapper no longer works when trying to use it to create files or directories. This is because @eval...
-
22:00 Feature #6143 (Resolved): Handle expiry time smarter in memcache and APC backends
- Applied in changeset r4486.
-
21:53 Feature #6143 (Accepted): Handle expiry time smarter in memcache and APC backends
- APC needs to special handling according to the PHP manual.
-
16:00 Task #7682 (Resolved): Replace generic exceptions by proper exceptions
- Applied in changeset r4483.
-
14:55 Task #7682 (Accepted): Replace generic exceptions by proper exceptions
-
14:00 Bug #8074 (Resolved): memcached backend: No exception thrown if set() fails and wrong boolean comparison
- Applied in changeset r4482.
-
13:08 Bug #8074 (Accepted): memcached backend: No exception thrown if set() fails and wrong boolean comparison
-
14:00 Feature #6736 (Resolved): Allow comfortable chaining of constraints with Query::logicalAnd() and logicalOr(), or not? ;-)
- Applied in changeset r4481.
-
13:00 Feature #6736 (Accepted): Allow comfortable chaining of constraints with Query::logicalAnd() and logicalOr(), or not? ;-)
-
13:00 Bug #8132 (Resolved): Checking for objects in array properties during persistence is broken
- Applied in changeset r4479.
-
12:28 Bug #8132 (Resolved): Checking for objects in array properties during persistence is broken
- When an object with an array property containing another object is persisted, the object is removed, as the check mis...
-
12:37 Feature #8133 (Resolved): ObjectAccess::setProperty() should support arrays as a subject
- Currently only getProperty() allows to use arrays as $subject - setProperty() doesn't support this.
2010-06-07
-
18:00 Feature #8088 (Resolved): API method for retrieving the original filename of recently imported resources
- Applied in changeset r4446.
-
14:39 Feature #8088 (Resolved): API method for retrieving the original filename of recently imported resources
- When a file is uploaded to FLOW3, there's currently no viable way to get knowledge of the original filename - all you...
-
18:00 Feature #8082 (Resolved): API for accessing persisted resources
- Applied in changeset r4446.
-
11:46 Feature #8082 (Resolved): API for accessing persisted resources
- Currently there is no clean way to retrieve a resource object representing a persisted resource. The only way to use ...
-
17:11 Bug #6315 (Accepted): Input fields with a name attribute with more than 64 characters are ignored
-
11:43 Task #8063 (Resolved): Rename the resource stream wrapper's scheme from "package://" to "resource://"
- Committed as part of r4443
2010-06-06
-
18:56 Feature #7722: Implement CLDR data reader
- _PluralsReader_ and _NumbersReader_ are done.
Parsing of plurals rules as in UTS 35 - "Language Plural Rules":http... -
15:37 Bug #8074 (Resolved): memcached backend: No exception thrown if set() fails and wrong boolean comparison
- http://bugs.typo3.org/view.php?id=14632
2010-06-04
-
12:37 Task #8063 (Resolved): Rename the resource stream wrapper's scheme from "package://" to "resource://"
- The "protocol" we're currently using for retrieving static resources is "package://" - however, that doesn't fit comp...
-
11:58 Feature #7221 (Closed): Automatic accessor methods (especially for models)
-
11:54 Task #8056 (Closed): Remove configuration option for mirrorMode
- The resource publisher can mirror resources either be creating symlinks or copying the files. This can be configured ...
2010-05-30
-
15:19 Feature #7722 (Accepted): Implement CLDR data reader
- Basic classes for CLDR are done. There is CLDRModel which represents data from one CLDR file, and HierarchicalCLDRMod...
Also available in: Atom