Activity
From 2014-02-15 to 2014-03-16
2014-03-13
-
15:45 Revision 0c8315b6: [FEATURE] Custom cache directory for file based cache backends
- This introduces a new backend option "cacheDirectory" which allows for
explicitly specifying a path to the directory ... -
15:37 Revision 34a3e5d7: [FEATURE] Custom cache directory for file based cache backends
- This introduces a new backend option "cacheDirectory" which allows for
explicitly specifying a path to the directory ...
2014-03-07
-
16:12 Revision 2ba78fa6: Revert "[TASK] Resources are published with relative symlinks"
- This reverts commit 6d206c1d35324f26e8780fdad80fed466bc9f4e1
(also known as I2e84cd8f9abd41578a87791813d03e764528feb9... -
16:12 Revision 23f45f59: Merge "Revert "[TASK] Resources are published with relative symlinks""
-
16:04 Revision 6feb49ba: Revert "[TASK] Resources are published with relative symlinks"
- This reverts commit 6d206c1d35324f26e8780fdad80fed466bc9f4e1
(also known as I2e84cd8f9abd41578a87791813d03e764528feb9... -
10:46 Revision e943cfdc: [TASK] Fix intermittent failures in SessionTest
- At time the garbageCollectionOnlyRemovesTheDefinedMaximumNumberOfSessions
in SessionTest fails with "Failed asserting... -
10:43 Revision d8fcd9d8: [TASK] Fix intermittent failures in SessionTest
- At time the garbageCollectionOnlyRemovesTheDefinedMaximumNumberOfSessions
in SessionTest fails with "Failed asserting... -
09:53 Revision 53f3eabd: [TASK] Fix intermittent failures in SessionTest
- At time the garbageCollectionOnlyRemovesTheDefinedMaximumNumberOfSessions
in SessionTest fails with "Failed asserting...
2014-03-06
-
23:37 Revision 1ea904fc: [TASK] Add changelog for TYPO3 Flow 2.2.0-beta1
- Change-Id: I02a160673409ba3ae0ede602613ff2c10c2ae2ad
Releases: master -
23:05 Revision da7df3ec: [TASK] Update composer manifest
- See http://ci.typo3.robertlemke.net/job/typo3-flow-release/13/
Releases: 2.2 -
23:05 Revision e5e9506b: [TASK] Add changelog for TYPO3 Flow 2.2.0-beta1
- See http://ci.typo3.robertlemke.net/job/typo3-flow-release/13/
Releases: 2.2 -
23:05 Revision 8863063a: [TASK] Update references in documentation
- See http://ci.typo3.robertlemke.net/job/typo3-flow-release/13/
Releases: 2.2 -
22:54 Revision 89fd4184: [BUGFIX] Make RequestTest branch independent
- There are two tests testing headers rendered by Http\Request, those
include the FLOW_VERSION_BRANCH - but did not use... -
22:51 Revision 7f06ccc3: [BUGFIX] Make RequestTest branch independent
- There are two tests testing headers rendered by Http\Request, those
include the FLOW_VERSION_BRANCH - but did not use... -
22:40 Revision bd9d7b13: [TASK] Adjust FLOW_VERSION_BRANCH to 2.2
- Change-Id: I3f646e9bed921343b5e12100afc623c996e40cfd
Releases: 2.2 -
22:39 Revision 16cf528f: [TASK] Remove 2.2 content from Upgrading.txt
- Change-Id: Ia683f4c8cebf56599944eae3d7e85c430495c441
Releases: master -
22:32 Revision 3d5a722b: [TASK] Update composer manifest
- See http://ci.typo3.robertlemke.net/job/typo3-flow-branch/4/
Releases: 2.2 -
22:27 Revision 351d35a5: [BUGFIX] Adjust FLOW_VERSION_BRANCH to 2.1
- The value was still "dev-master"
Change-Id: I1ec0c1eab91614587e9a6013734d7fa0bf353abe
Releases: 2.1 -
22:20 Revision 8c2d221b: [BUFGIX] Throw exception if PackageStates.php is not writeable
- Change-Id: I6dbe4f52bb13bfeb893a88c0e235a1cdcf2cf441
Fixes: #53238
Releases: master, 2.1 -
22:20 Revision 17819268: [BUFGIX] Throw exception if PackageStates.php is not writeable
- Change-Id: I6dbe4f52bb13bfeb893a88c0e235a1cdcf2cf441
Fixes: #53238
Releases: master, 2.1 - 22:16 Revision 66e66d39: [FEATURE] Add PSR-4 support to Package
- This change updates the Package class to properly load PSR-4
based packages.
Depends on: https://github.com/composer... - 21:34 Revision e9b5de3f: [!!!][FEATURE] Throw exception for unpersisted changes in Safe Requests
- This changeset keeps track if the PersistenceManager has unpersisted changes
and notifies the Developer with a helpfu... -
20:12 Revision 4c39af69: [TASK] Tweak readme and upgrading docs towards release
- Change-Id: I8bd1acb012201c8b0dbab76e4ab4a67846acfc95
Releases: master -
17:50 Revision bdd54d18: [BUGFIX] Do not serialize singleton properties on __sleep
- Serializing a Flow managed object will not serialize injected
properties as they will be reinjected anyway. This now ... -
17:50 Revision 65dab4cc: Merge "[BUGFIX] Do not serialize singleton properties on __sleep"
-
12:49 Revision cf5bb875: [BUGFIX] Do not serialize singleton properties on __sleep
- Serializing a Flow managed object will not serialize injected
properties as they will be reinjected anyway. This now ... -
12:11 Revision 6c4fbd6d: [BUGFIX] PackageManager initialize() signature is incompatible
- PackageManagerInterface contains following method declaration::
public function initialize(\TYPO3\Flow\Core\Bootstr... -
12:11 Revision fbc91963: Merge "[BUGFIX] PackageManager initialize() signature is incompatible"
-
09:59 Revision 3e5706e6: [TASK] Fix unit test failing due to float precision issue
- Fixes two unit tests failing with something like::
Expected: "12.34"
Actual: "12.3399999999999998578914528479799... -
09:29 Revision d3fec1e7: [TASK] Fix unit test failing due to float precision issue
- Fixes two unit tests failing with something like::
Expected: "12.34"
Actual: "12.3399999999999998578914528479799... -
09:21 Revision 2c1148be: [TASK] Fix unit test failing due to float precision issue, part III
- Tries to fix two unit tests still failing with something like::
Expected: "12.35"
Actual: "12.349999999999999857... -
08:28 Revision 260a6868: [TASK] Fix unit test failing due to float precision issue
- Tries to fix two unit tests still failing with something like::
Expected: "12.35"
Actual: "12.349999999999999857...
2014-03-05
-
22:18 Revision 89bdc232: [TASK] Fix unit test failing due to float precision issue
- Tries to fix two unit failing with::
Expected: "12.34"
Actual: "12.339999999999999857891452847979962825775146484... -
22:12 Revision bff16094: [BUGFIX] PackageManager initialize() signature is incompatible
- PackageManagerInterface contains following method declaration::
public function initialize(\TYPO3\Flow\Core\Bootstr... -
21:32 Revision f9fbb41e: Merge "[BUGFIX] .htaccess is overwritten by the composer install scripts" into 2.1
-
21:08 Revision c409ca22: [TASK] Clarify logger configuration in Objects.yaml
- The configuration given in Objects.yaml for the system logger is not really used,
as the logger is set up from settin... -
18:41 Revision 132e94e0: Merge "[FEATURE] Use CacheAwareInterface to build route cache identifier"
-
18:37 Revision fa288948: [FEATURE] Use CacheAwareInterface to build route cache identifier
- This change allows to cache route values with objects implementing
CacheAwareInterface. As an optimization an excepti... -
17:07 Revision 6f22185b: Merge "[TASK] Clarify logger configuration in Objects.yaml"
-
16:43 Revision e375b06b: Merge "[!!!][TASK] Use JSON instead of serialize() in FileMonitor"
-
14:59 Revision f792ef7b: [BUGFIX] .htaccess is overwritten by the composer install scripts
- The composer update / install scripts overwrite the Web/.htaccess
file which is unwanted behavior as this leads to is... -
08:29 Revision 34d393d1: [TASK] Clarify documentation for AOP method() and class()
- Add some hints regarding matching on interfaces.
Releases: master, 2.1
Change-Id: Icfe4adc361de71ee4b22b353d914756f4...
2014-03-04
-
23:23 Revision c2beba9f: [BUGFIX] .htaccess is overwritten by the composer install scripts
- The composer update / install scripts overwrite the Web/.htaccess
file which is unwanted behavior as this leads to is... -
22:48 Revision 9260aa6e: Merge "[TASK] Proxy class cache is only asked for existing classes"
-
22:47 Revision 43ff867c: Merge "[TASK] ValidatorResolver uses CompileStatic"
-
18:01 Revision 7b36308e: Merge "[!!!][FEATURE] Optional evaluation of validator with IgnoreValidation"
-
17:58 Revision 7c633c09: [TASK] Add changelog for TYPO3 Flow 2.1.1
- See http://ci.typo3.robertlemke.net/job/typo3-flow-release/11/
Change-Id: I2aac44adae0e2b00bc860f61f2cb49eb640897cd
... -
17:52 Revision 1530dcc4: [TASK] Add changelog for TYPO3 Flow 2.1.1
- See http://ci.typo3.robertlemke.net/job/typo3-flow-release/11/
Releases: 2.1 -
17:52 Revision 74ce49d3: [TASK] Update references in documentation
- See http://ci.typo3.robertlemke.net/job/typo3-flow-release/11/
Releases: 2.1 -
16:39 Revision 4b31e483: Merge "[!!!][BUGFIX] Translation not working with single numeric argument" into 2.1
-
16:38 Revision 728d432d: Merge "[BUGFIX] route caching should take hostnames into account" into 2.1
-
16:22 Revision f77957f3: [TASK] Add changelog for TYPO3 Flow 2.0.2
- See http://ci.typo3.robertlemke.net/job/typo3-flow-release/10/
Change-Id: I295eaf751536e91a61143be71897223cecbb0b5a
... -
16:21 Revision 3e97719f: [TASK] Add changelog for TYPO3 Flow 2.0.2
- See http://ci.typo3.robertlemke.net/job/typo3-flow-release/10/
Change-Id: I295eaf751536e91a61143be71897223cecbb0b5a
... -
15:35 Revision 786fdf42: [TASK] Update references in documentation
- See http://ci.typo3.robertlemke.net/job/typo3-flow-release/10/
Releases: 2.0 -
15:35 Revision b94f41bd: [TASK] Add changelog for TYPO3 Flow 2.0.2
- See http://ci.typo3.robertlemke.net/job/typo3-flow-release/10/
Releases: 2.0 -
15:20 Revision 8c93774b: Merge "[BUGFIX] Classes from inactive packages should not be loaded"
-
15:01 Revision 58cf4d49: [!!!][FEATURE] Optional evaluation of validator with IgnoreValidation
- If an @IgnoreValidation annotation is added for an action argument,
the validation will not be evaluated by default a... -
14:26 Revision c81dcc99: [TASK] Proxy class cache is only asked for existing classes
- Build a map of proxied classes to be used by the class loader to prevent
calls to the proxy class cache that cannot b... -
14:09 Revision 2013e26a: [TASK] ValidatorResolver uses CompileStatic
- Available Validator implementations can be given to the
ValidatorResolver via CompileStatic, there is no need to
find... -
13:58 Revision ed30c307: [BUGFIX] Classes from inactive packages should not be loaded
- The ClassLoader refactoring made it possible to load classes
from inactive packages as the class paths would still be...
2014-03-02
-
13:23 Revision 6d206c1d: [TASK] Resources are published with relative symlinks
- Fixes an issue with the publication of persistent resources which
used absolute paths rather than relative paths for ...
2014-02-28
-
14:17 Revision 14bacb4a: [FEATURE] Cache backend's flushByTag() now reports no. of affected entries
- This slightly changes the behaviour of flushByTag() which now should
return the number of actually removed entries. I... -
11:48 Revision f270ae89: [!!!][TASK] Use JSON instead of serialize() in FileMonitor
- For larger arrays JSON is faster than serialize() so the FileMonitor
that caches large associative arrays is switched...
2014-02-27
-
21:34 Revision 2339e566: Merge "[FEATURE] Allow IgnoreValidation on class properties"
-
16:31 Revision 641364d8: [TASK] Clarify logger configuration in Objects.yaml
- The configuration given in Objects.yaml for the system logger is not really used,
as the logger is set up from settin... -
13:02 Revision 36b4c743: Merge "[TASK] Fix intermittent failure in SessionTest unit test"
-
12:48 Revision 81c134bd: Merge "[TASK] Warn on invalid persistence.doctrine settings"
2014-02-26
-
13:38 Revision f4aa656d: [FEATURE] Allow IgnoreValidation on class properties
- Ignoring class properties during object validation can be useful. This
change allows to use the IngoreValidation anno... -
09:32 Revision b601714f: Merge "[FEATURE] Allow conversion from objects to simple types"
2014-02-25
-
11:51 Revision 1b4abf6d: [TASK] Warn on invalid persistence.doctrine settings
- If the Doctrine settings are removed (due to an error in the YAML files)
compiling proxy classes will just not happen...
2014-02-24
-
11:59 Revision 79e26ae9: [!!!][BUGFIX] Translation not working with single numeric argument
- This removes the option to provide the plural quantity as a single numeric
argument, as this was used nowhere but pre... -
11:59 Revision ed0ce03a: Merge "[!!!][BUGFIX] Translation not working with single numeric argument"
-
11:58 Revision 98748f8b: [!!!][BUGFIX] Translation not working with single numeric argument
- This removes the option to provide the plural quantity as a single numeric
argument, as this was used nowhere but pre... -
11:43 Revision be63e603: [TASK] Fix intermittent failure in SessionTest unit test
- By injecting a system logger mock, the test for GC that would fail at
random should now run reliably.
Along this the... -
11:05 Revision cb283972: [BUGFIX] Set Max-Age for Cookies
- If the configured session cookie lifetime is > 0, the Max-Age property of the
cookie is set accordingly in the respon... -
11:04 Revision de82f244: [BUGFIX] Set Max-Age for Cookies
- If the configured session cookie lifetime is > 0, the Max-Age property of the
cookie is set accordingly in the respon... -
11:04 Revision 009d4f93: Merge "[BUGFIX] Set Max-Age for Cookies"
-
10:51 Revision b47c850c: [BUGFIX] route caching should take hostnames into account
- With several Sites / Domains in Neos the routing cache identifier
is not unique for nodes with the same name
This ch... -
10:51 Revision 77258781: Merge "[BUGFIX] route caching should take hostnames into account"
2014-02-21
-
22:16 Revision f81d39fe: [BUGFIX] Object Route Parts fall back to technical identifier
- As described in the routing section of the documentation, the
`Object Route Parts`` should use the technical identifi... -
22:15 Revision 56c37204: [BUGFIX] Respect case-sensitivity in object routing
- By default dynamic route parts are lower-cased unless the
"toLowerCase" flag is set to TRUE for the route or a single... -
22:14 Revision 7dcacff9: [BUGFIX] route caching should take hostnames into account
- With several Sites / Domains in Neos the routing cache identifier
is not unique for nodes with the same name
This ch... -
16:33 Revision a2a5266b: [FEATURE] Allow conversion from objects to simple types
- This change allows the PropertyMapper to convert from object types to
simple types by registering a specific converte...
2014-02-20
-
22:58 Revision fd31568a: Merge "[TASK] Use isset in mergeRecursiveOverrule where possible"
-
22:49 Revision 2e7ae05f: Merge "[TASK] getUnixStylePath uses only one str_replace"
-
19:46 Revision 67fb9dec: [TASK] Prevent errors on non existing classes
- Removing the shutup operator results in a non functional
state when flushing all caches as the annotation parser trie... -
14:13 Revision b74d4cfb: Merge "[TASK] Remove shut-up operator in ClassLoader"
2014-02-19
-
22:12 Revision c5f177c0: [TASK] Use isset in mergeRecursiveOverrule where possible
- In some places array_key_exists is unnecessary and isset
is faster. Because of the high amount of calls it makes
sens... -
21:11 Revision ad76fa3e: [TASK] getUnixStylePath uses only one str_replace
- A single str_replace call is less expensive than multiple
nested calls. Therefor it is changed in getUnixstylePath().... -
17:08 Revision 5bb87551: [TASK] Add notice about php path for windows users
- Adds an additional note to set the php path in Settings.yaml for
windows users as most won't have php in C:/php/php.
... -
16:58 Revision ffd4c8fa: Merge "[BUGFIX] Make getPackageOfObject() work for proxy objects" into 2.1
-
16:56 Revision 7e0efed1: Merge "[BUGFIX] Classes without namespace create invalid proxy code" into 2.1
-
16:54 Revision af883417: Merge "[BUGFIX] Fix configuration schema for package settings" into 2.1
-
16:48 Revision b993d407: Merge "[BUGFIX] Respect X-Forwarded-Proto header consistently" into 2.1
-
16:46 Revision 840da665: Merge "[BUGFIX] Browser must not directly handle cookie" into 2.1
-
16:43 Revision 1a760489: Merge "[BUGFIX] Filebackend is prone to race condition while writing cache entry" into 2.1
-
16:02 Revision 774dac05: [TASK] Allow use of PHPUnit from PEAR
- The class loader change Ib7ff6f4f73f323ce9fc71627c84bf96ef077557e
removed some code used to load PHPUnit from PEAR if... -
15:59 Revision 15f55863: [TASK] Remove shut-up operator in ClassLoader
- The last classloader change added the shut-up operator to a number of
include() calls. This change removes it again a... -
15:22 Revision 4dad7862: [BUGFIX] Use fully qualified classname in fixture entity
- Change-Id: I75d27ce2b654aa57a8784f57dc7eca406713f6d6
Releases: 2.0 -
11:52 Revision e113ac6e: Merge "[BUGFIX] Roles are not synchronized after database migrate" into 2.0
-
11:49 Revision 436c4e13: Merge "[BUGFIX] Fix validation if nested properties of same type are present" into 2.0
-
11:17 Revision 3609e7a5: Merge "[BUGFIX] unpublishPersistentResource deletes only intended Resource" into 2.0
-
11:15 Revision 2bd4abfd: Merge "[BUGFIX] ActionRequest should not serialize parent HTTP request" into 2.0
-
11:12 Revision f1ac5a3f: Merge "[BUGFIX] Package Manager needs to sort active packages in dependency order" into 2.0
-
11:02 Revision 8e8d7b6c: Merge "[BUGFIX] Support BCrypt validation of hashes with different cost" into 2.0
-
11:00 Revision f4b2aede: Merge "[TASK] Cleaned up configuration:validate command" into 2.0
-
10:54 Revision 95adc32c: Merge "[BUGFIX] Allow arbitrary setters in PersistentObjectConverter" into 2.0
-
10:51 Revision 5c005851: Merge "[BUGFIX] Ignore unreflectable classes" into 2.0
-
10:49 Revision cddaf740: Merge "[BUGFIX] Wrong media type on non-lower case filenames" into 2.0
-
10:48 Revision 5633020f: Merge "[BUGFIX] Injected properties are not available in initializeObject()" into 2.0
-
10:46 Revision 97c3830b: Merge "[BUGFIX] Don't catch security exceptions during property mapping" into 2.0
-
10:44 Revision c97d1112: Merge "[BUGFIX] Classes without namespace create invalid proxy code" into 2.0
-
10:41 Revision 18d5920c: Merge "[BUGFIX] Make getPackageOfObject() work for proxy objects" into 2.0
-
10:27 Revision b050c8cb: Merge "[BUGFIX] BooleanConverter considers "false" TRUE" into 2.0
2014-02-18
-
17:24 Revision 55c39c62: [FEATURE] Provide request / response in exception dump
- This change enhances the Logger to compile some more post mortem data
which is then written into the exception dump f... -
17:14 Revision edd0748b: Merge "[!!!][FEATURE] Use PHP YAML extension if available"
-
16:51 Revision cd4e358e: Merge "[FEATURE] Allow to cache Doctrine ORM query results"
-
11:41 Revision 7b0ac5a4: Merge "[TASK] Improve security checks and related logging"
2014-02-16
Also available in: Atom