objectname_filter is not working if object is translated
new interface added to autoload
Fix for Croatian flag not displaying in admin interface
Implemented support for PUT and DELETE + fallback to support those over POST with _method param
Added: ezorder_nr_incr for postgresql upgrade
Changed: set vertical align of icon title to middle
Fixed style of table headers to be consistent across browsers
Changed: set vertical align to middle in tables
Made buttons a bit bigger especially in Chrome/Safari
Replace more Doxygen comments with PHPDoc
Make the code a little less dense and thus more readable
Add some more PHPDocs
Refactor deprecated isPHPVersionSufficient
Avoid problems with weird PHP versions
Update some more PHPDocs
Make sure the server port is just one type
Make use of the already implemented type hinting
Moved class variables from the bottom to the top of the file, changed file and class comments from oxygen to phpdoc
Added a default value to Name input and added a smart default value handling
Allow you to use eZTemplate::setIsDebugEnabled() to desactivate the template debug in specific views. For example, if you generate XML or JSON views
Added missing documentation on configuration object of eZAjaxUploader
Improved: focus the first text input
Fixed a typo in location.tpl template for AJAX Uploader
Fixed: make sure all strings related to AJAX Uploader can be translated
CS & DOC: Add missing trim() and phpdoc in pull request #112
Implement: Use new eZSys::clientIp() api introduced in pull #104 for all ip use
CS: Two minor fixes for merge 51aaf022c74
Added http:// so that parse_url() works
Replaced additional variable in site.ini with parse_url of SiteURL, as suggested by @andrerom
Added Variable "DefaultHostName" in site.ini and retrieval of it in eZSys::hostname()
Fixed a JavaScript error with Image Editor when Packing is enabled
Added static fallback in case that the ServerVariable 'SERVER_PORT' is not set (e.g. during Shell execution)
Added fallback from SiteURL (site.ini) in case that the ServerVariable 'HTTP_HOST' is not set (e.g. during Shell execution)
Improved error message when JSON response can not be parsed
Fixed documentation of eZAjaxUploader and eZModalWindow
Added animation when opening and closing an eZModalWindow
Added a defaut configuration to eZAjaxUploader and eZModalWindow
Fixed a JavaScript when ezformtoken is enabled
Added: allow to specify language of objects created with eZContentUpload::handleLocalFile()
Improved preview in AJAX Uploader
Added DO NOT EDIT FILE comment in new templates
Fixed: error messages have no specific style
Added the AJAX uploader for ezobjectrelation attributes
Readded the grey gradient in the title of the modal window IE
Changed the modal window tags to be specific to where we need a modal window
Added the default (empty) ezobjectrelationlist_ajaxuploader.tpl to avoid a template engine warning
Added: grey gradient in the title of the modal window for IE
Implemented: upload from object relation list attributes
Added a default gif ajax loader to admin2 design
Added eZModalWindow JavaScript component
Fixed ezajaxrelations_jquery.js to work the new html code
Improved usability of ezobjectrelation content edit
Improved usability of ezobjectrelationlist content edit
Improved usability of ezobjectrelationlist class attribute edit
Check mail address validity following RFC 5322 and RFC 5321
The text part of the URL datatype ("_ezurl_text_") shouldn't be required since only URL part is esential in this datatype
Allow ezuser fromString to be used for updates
Reconfigured branch
Added more inline doc and a note in BC doc
Script commented out instead of removed, as suggested by andrerom
Inline doc added
implements the interface
interface for staticcache
StaticCache Handler instead of hardcoded StaticCache
Allow you to use depth uri in the "HostUriMatchMapItems" of your settings. So you can has different siteaccess following uris like that : "paris/fr", "paris/en", "londres/fr", "londres/en"