- Added function to client to set global curl-options. With the factory, you can use
the parameter
jackalope.jackrabbit_curl_options
to set curl options as hashmap.
- Fixed Property::getNode() can return the same node multiple times if that node was added to the property multiple times. This has the side effect that the array returned by this method is not indexed by uuid anymore. That index was never advertised but might have been used.
- RepositoryFactoryJackrabbit::getRepository now throws a PHPCR\ConfigurationException instead of silently returning null on invalid parameters or missing required parameters.
- Performance improvements: The fetchDepth feature is now fully supported.
- Support for logging PHPCR database queries.
- mix:lastModified fields can be handled automatically.
- Commands cleanup, check cli-config.php.dist.
-
2014-01-04: mix:lastModified is now handled automatically. To disable, set the option jackalope.auto_lastmodified to
false
. -
2013-12-26: cleanup of phpcr-utils lead to adjust cli-config.php.dist. If you use the console, you need to sync your cli-config.php file with the dist file.
-
2013-12-14: Added support for logging PHPCR database queries.