Activity
From 2010-01-26 to 2010-02-24
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, ...
2010-01-27
-
19:00 Feature #6177 (Resolved): Implement CRUD hooks in persistence
- Applied in changeset r3769.
2010-01-26
-
11:00 Feature #6137 (Resolved): Implement a PHP Code Cache Frontend
- Applied in changeset r3758.
Also available in: Atom