Activity
From 2010-01-28 to 2010-02-26
2010-02-26
-
16:13 Bug #6620 (Resolved): ./flow3 cache flush throws Exception in "..../Cache/Backend/FileBackend.php line 197"
- developer@wda ~ $ ./flow3 cache flush
Uncaught Exception in FLOW3 #1: Warning: Invalid argument supplied for forea... -
13:03 Bug #6315: Input fields with a name attribute with more than 64 characters are ignored
- phpinfo() says:
This server is protected with the Suhosin Patch 0.9.8
-
12:51 Bug #6315 (Needs Feedback): Input fields with a name attribute with more than 64 characters are ignored
- Do you have the Suhosin/Hardened PHP patch installed? Check phpinfo() to make sure, please.
2010-02-25
-
19:09 Feature #6609 (Closed): Implement joins for queries
- One possibility for a join implementation could work as follows:
First a precondition has to be considered: You a... -
18:51 Task #6601 (Accepted): Introduce a new roles definition syntax including runtime constraints
-
18:13 Task #6601 (On Hold): Introduce a new roles definition syntax including runtime constraints
- The roles definition in the Policy.yaml should look like that in the future:
roles:
Administrator:
parentR... -
18:51 Task #6600 (Accepted): Remove the privilege concept vom ACLs
-
18:10 Task #6600 (Resolved): Remove the privilege concept vom ACLs
- ACL entries will simply define the access privilege by defining a GRANT or DENY for a resource. Example Policy.yaml e...
-
18:51 Task #6599 (Accepted): Implement new syntax for policy resources including runtime constraints
-
18:07 Task #6599 (Resolved): Implement new syntax for policy resources including runtime constraints
- example of a Policy.yaml:...
-
18:50 Task #6135 (Accepted): Authentication Manager has to make sure that only one Party can be authenticated at a time
-
18:50 Task #5851 (Accepted): Security Context Holder redundant?
-
18:41 Feature #6607 (Closed): Enable security for REST services
- We'll have to check what we need to do for that in regards of authentication, authorization and "session" management
-
18:39 Task #6606 (Closed): RequestHash should be implemented by a firewall filter
- The currently disabled feature of a request hash checking the correctness of a submitted form has to be reimplemented...
-
18:33 Feature #6605 (Resolved): Integrate the security policy into resource management
- Resources are basically objects that can be secured by model security (see #6604). We'll have to find a solution how ...
-
18:30 Feature #6604 (Resolved): Implement QueryRewriting according to the security policy
- Queries to the persistence layer should be automatically rewritten according to the security policy. This will speed ...
-
18:20 Feature #6603 (New): Provide a policy management API
- At some point in time we will need a good API to be able to manage the security policy not only through a yaml config...
-
18:19 Feature #6602 (New): Implement after invocation handling
- The basic idea behind after invocation handling ist to filter return values of methods according to a security policy...
-
17:56 Task #6598 (Resolved): Make global objects, that should be available in runtime evaluations, configurable
- At the moment only current.party can be referenced within a pointcut expression. There should be a configuration sett...
-
16:00 Bug #6596 (Resolved): Environment variables (context, rewrite urls, ...) are not recognized with FCGI + Apache
- Applied in changeset r3859.
-
15:20 Bug #6596 (Resolved): Environment variables (context, rewrite urls, ...) are not recognized with FCGI + Apache
- On a Linux server with Apache + FastCGI + PHP the SetEnv directive in the .htaccess file seem to have no effect.
T... -
15:29 Feature #3618 (Closed): Extended ACL possibilities
- This information is somehow outdated. I'll create individual ticket according to the current plans...
-
13:20 Feature #5846: Implement Account Factory
- Postponed...
2010-02-24
-
18:52 Task #6591: Refactor F3\FLOW3\Log\Backend\FileBackend : getFormattedVarDump
- Here the diff
-
18:50 Task #6591 (Rejected): Refactor F3\FLOW3\Log\Backend\FileBackend : getFormattedVarDump
- Hi,
I did (my first) refactoring with this function.
Now:
* Smaller
* Less control structures,
* Logic outli... -
13:00 Bug #6581 (Resolved): Updated objects considered new, causing exception
- Applied in changeset r3851.
-
12:07 Bug #6581 (Resolved): Updated objects considered new, causing exception
- When updated objects are to be persisted but seen through a property of another object first a "new" object is "seen"...
-
12:00 Bug #6501: RuntimeException thrown in file Backend.php
- I created a proper exception page on the wiki giving some hints.
-
11:39 Bug #6501 (Closed): RuntimeException thrown in file Backend.php
- There will be some setup tool in the future, of course.
As far as the discovery goes, even if it could detect a mi... -
11:44 Bug #6266 (Resolved): Config of security/cryptography/hashService/encryptionKey
- Georg Ortner wrote:
> Finally I figured the difference!
No, if you have the top-level key FLOW3 twice, the latter... -
11:41 Bug #6411 (Needs Feedback): Undefined index classname in DataMapper method mapSingleObject
- Could you check the latest SVN version to see if it fixes your problem? Thanks!
-
11:34 Task #4931 (Accepted): Check correct behaviour of object replacement in persistence
2010-02-22
-
17:00 Task #6564 (Resolved): Move the YAML parser from its own package to within FLOW3
- Applied in changeset r3837.
-
16:00 Task #6564 (Resolved): Move the YAML parser from its own package to within FLOW3
- In order to make FLOW3 self-contained, move the YAML parser to the FLOW3 package and removed the dependency to the YA...
-
17:00 Task #6562 (Resolved): Make Object Manager API more consistent
- Applied in changeset r3837.
-
15:53 Task #6562 (Resolved): Make Object Manager API more consistent
- As we're finally approaching a first beta version of FLOW3, it's probably the last chance to make a few changes to th...
-
17:00 Task #2123 (Resolved): Refactor (Object) Framework unit tests
- Applied in changeset r3837.
-
16:23 Bug #3029: Routing is not working correctly on all platforms
- Karsten Dambekalns wrote:
> Applied in changeset r3833.
This works for my Environment! Thanks
-
16:00 Bug #3029 (Resolved): Routing is not working correctly on all platforms
- Applied in changeset r3833.
-
16:00 Bug #3375 (Resolved): PATH_INFO is empty using fastcgi / Windows
- Applied in changeset r3833.
-
15:08 Bug #3375 (Accepted): PATH_INFO is empty using fastcgi / Windows
2010-02-20
-
12:00 Bug #6529 (Resolved): Fully support regular expressions for method names in pointcut expressions
- Applied in changeset r3832.
-
11:44 Bug #6529 (Resolved): Fully support regular expressions for method names in pointcut expressions
- Currently only a limited set of regular expressions can be used in a pointcut expression, for example:...
2010-02-19
-
01:09 Bug #6501: RuntimeException thrown in file Backend.php
- Dear Karsten,
Thank you for your response.
No, you didn't get me right, but it is not your mistake. I didn't ex...
2010-02-18
-
23:54 Bug #6501 (Needs Feedback): RuntimeException thrown in file Backend.php
- Well, if I get you right, you want to use MySQL. Then you need to configure FLOW3 accordingly....
-
23:48 Bug #6290 (Resolved): Dirty checking fails due to order of object reconstitution
- Fixed as of r3830 (forgot to tag the commit message accordingly).
-
21:17 Bug #6339: F3\FLOW3\Error\Exception thrown in file ErrorHandler.php
- Possible, yes. But no longer needed with the new file caching backend available in SVN - paths are much shorter there...
-
19:34 Bug #6339: F3\FLOW3\Error\Exception thrown in file ErrorHandler.php
- yes i know that i need to do that in windows but the error message is still wrong. is it possible to check the path l...
-
19:31 Bug #6339 (Resolved): F3\FLOW3\Error\Exception thrown in file ErrorHandler.php
- The path it tries to touch is too long for windows. Try setting the path to the temporary dir to something shorter, l...
-
19:29 Bug #6323 (Closed): Classes in the Reflection subpackage should be instantiated via the object framework
- No, this is a deliberate decision. The classes in the reflection subpackage are not subject to AOP or Persistence, no...
-
19:26 Bug #6411 (Accepted): Undefined index classname in DataMapper method mapSingleObject
-
19:25 Feature #6426: Implement caching backend for other opcode caches.
- Well, alongside APC we support memcache. eaccelerator did not work with PHP 5.3 anyway last time I checked, has this ...
-
19:21 Task #6520 (Resolved): Differentiate between NULL and empty array/SplObjectStorage
- When reconstituting objects we should only thaw array/SplObjectStorage if we had that when persisting and leave NULL ...
2010-02-17
-
19:46 Bug #6501: RuntimeException thrown in file Backend.php
- Even after the sqlite driver is there, it is puzzling for me why Flow3 doesn't see mysql driver.
-
19:06 Bug #6501 (Closed): RuntimeException thrown in file Backend.php
- Could not create persistence tables with DSN "sqlite:/var/www/typo3dev.co.uk/flow3/Data/Persistent/Objects.db". PDO e...
2010-02-14
-
16:00 Task #6462 (Resolved): Rename the ACL subpackage to Policy
- Applied in changeset r3826.
-
00:10 Task #6462 (Resolved): Rename the ACL subpackage to Policy
- Rename the ACL subpackage to Policy
-
01:00 Task #5440 (Resolved): Security should have its own configuration file
- Applied in changeset r3824.
2010-02-12
-
14:00 Feature #6456 (Closed): Customization/localization of validator errors
- Add the possibility to customize the validation error messages. For example: in Zend Framework each validator has a l...
2010-02-10
-
19:00 Bug #6188 (Resolved): The properties of the AOP proxy should have a more "internal" name
- Applied in changeset r3823.
-
09:15 Feature #6426 (Closed): Implement caching backend for other opcode caches.
- Currently the flow3 caching backend as well as its typo3 backport support the APC opcode cache.
Other populare opcod...
2010-02-09
-
10:50 Bug #6266: Config of security/cryptography/hashService/encryptionKey
- Oh I'm sorry it's exactly the other way around! The first example produces the error! Sry haven't been sleeping much....
-
10:22 Bug #6266: Config of security/cryptography/hashService/encryptionKey
- Finally I figured the difference!
This works:...
2010-02-08
-
20:25 Bug #6411 (Resolved): Undefined index classname in DataMapper method mapSingleObject
- When the same object is referenced more than once in the data retrieved from database, the classname field is just se...
2010-02-07
-
03:31 Feature #6390 (Resolved): ObjectAccess::getPropertyPath doesn't support Arrays
- Would be great to enable the Access of Arrays through the getPropertyPath.
It already used to work with this old i...
2010-02-05
-
13:17 Bug #6266: Config of security/cryptography/hashService/encryptionKey
- This is my Configuration directory
2010-02-04
-
15:14 Feature #3337: Allow to count lazy-loaded objects without fetching them from the persistence layer
- I have implemented this in Extbase with a initialize template method in the LazyLoadingProxy/LazyObjectStorage.
-
10:33 Bug #6339 (Resolved): F3\FLOW3\Error\Exception thrown in file ErrorHandler.php
- Warning: touch() [<a href='function.touch'>function.touch</a>]: Unable to create file C:/xampp/htdocs/FLOW3/Data/Temp...
2010-02-03
-
18:27 Bug #6266: Config of security/cryptography/hashService/encryptionKey
- Could you package your Configuration folder and attach it here? Feel free to blank out usernames/passwords, but if re...
2010-02-02
-
17:35 Bug #6323 (Closed): Classes in the Reflection subpackage should be instantiated via the object framework
- E.g. \F3\FLOW3\Reflection\ClassReflection is instantiated throughout FLOW3 with the new operator, but shouldn't.
-
14:00 Task #6317 (Resolved): Replace "Granted Authority" by "Role"
- Applied in changeset r3806.
-
13:11 Task #6317 (Resolved): Replace "Granted Authority" by "Role"
- The (more general) concept of granted authorities doesn't seem to be necessary, as a "role" is the only granted autho...
-
11:33 Bug #3029 (Accepted): Routing is not working correctly on all platforms
-
11:32 Bug #6154 (Closed): F3\FLOW3\Cache\Exception thrown in file FileBackend.php
- Please check your file permissions.
A "sudo ./Packages/Framework/FLOW3/Scripts/setfilepermissions" with the correc... -
10:52 Bug #6315 (Resolved): Input fields with a name attribute with more than 64 characters are ignored
- (by Fabian Guth)
Input fields with a name attribute with more than 64 characters are
ignored.
After hours of ...
2010-01-30
-
21:53 Bug #6290 (Resolved): Dirty checking fails due to order of object reconstitution
- Here is how it breaks (for the sake of simplicity in a blog with one post):
# A blog post shall be shown
# The acti...
2010-01-29
-
16:09 Bug #3029: Routing is not working correctly on all platforms
- I have made some tests:
I tested this url with different RewriteRules.
http://flow3.wda.local/info/path1/path2,as... -
14:39 Bug #3029: Routing is not working correctly on all platforms
- Karsten Dambekalns wrote:
> By Marco Weber:
>
> Im not sure... The error message sound familiar.
> Could this be... -
09:49 Bug #6266: Config of security/cryptography/hashService/encryptionKey
- Yes I do:...
2010-01-28
-
17:42 Bug #6266 (Needs Feedback): Config of security/cryptography/hashService/encryptionKey
- This works as expected here. If you change the setting, do you get an exception? Or how do you know your setting is n...
-
15:52 Bug #6266 (Resolved): Config of security/cryptography/hashService/encryptionKey
- ...
-
17:18 Feature #4469 (Accepted): Implement a central command line controller
-
17:02 Feature #6008 (Resolved): Automatically purge files of removed resources
- Resolved as of r3769.
-
17:00 Feature #1884 (Resolved): Add more query options
- Applied in changeset r3783.
-
16:36 Major Feature #6267 (Resolved): Speed up persistence
- Do some more profiling, get rid of useless stuff, check dirty checking, ...
Also available in: Atom