Changed: added button right div by default in the edit toolbar
Fixed: transaction counter is not reset after a DB error
Text change
Text change
Refined features/cluster_index formatting
Changed the cluster_index.txt feature doc extension (again)
Changed the cluster_index.txt feature doc extension
Removed unnecessary fclose() on error output
Fixed an undefined index notice in ezpClusterGateway
Use $cli->output instead of $cli->notice
'is_file()' calles 'file_exists()' internally, use only 'is_file' instead.
Fixed an undefined variable error in ezpClusterGateway
md5sum() should only attempt to process files, so added a check 'is_file' to prevent a php-error that will be thrown if $file is a directory and not a file.
Added support for deleting packages.
Removed a debug message
Fixed cluster expiry timeout handling
Fixed typos
Added another usecase example in cluster events doc
Moved cluster_events doc to MarkdDown format. Why? Because it's more colorful on Github :-)
Fixed the signature of the passthrough method
Updated autoload array
Added extension point for ezmultivariatetest extension
Added some more padding on buttons in admin2
PHPDoc: Fixed nitpick by carlos in 4f83e8f030a1ef82405925f7644c5ed4e74a310d#commitcomment-1000289
Update doc/features/4.7/cluster_events.rst
Added documentation for cluster events feature
Fixed phpDoc for eZClusterEventListener::fileExists()
Added comment about config.cluster.php in config.php-RECOMMENDED
Merge branch 'DfsClusterEvents'
Added possibility to have a config.cluster.php, only for cluster configuration (requests coming via index_cluster.php)
ClusterIndex: changed the way cluster gateways are instanciated
Tweaked index_cluster so that it is able to accept a previously included gateway file
Cluster events: Fixed wrong check on event filter returned value
Added: support for JSON encoded body with POST request
Cluster events: Check of listener implements the right interface
Cluster events: Added cluster event loggers
ClusterEvents: fixed a wrong argument in fetchMetadata
Cluster events: ezpEvent should be instantiated in DFS backend's contructor
Cluster events: DFS MySQLi backend now implements eZClusterEventNotifier
Cluster events: renamed deleteNametrunk() to deleteByNametrunk() in listener interface
Fixed typo in 'Redis'
Added cluster event listener registering in eZDFSFileHandler
ClusterEvents: added events to the DFS MySQLi backend