AjaXplorer 2.5.3 released!
This release is again a bugfix, but it also introduces brand new concepts : cross-repository copy, remote authentication plugin for better integration with other cms, as well as various cosmetic enhancements. See the full release note here.
You are stronly encouraged to update, as a lot of bugs have been fixed. If you are already using 2.5.*, upgrade is straightfoward. If you are using version 2.4 or before, please read migration instructions here.
Download page : Download on Sourceforge
Documentation : http://www.ajaxplorer.info/wordpress/documentation/
Demo : http://www.ajaxplorer.info/demo/
Forum : http://www.ajaxplorer.info/forum/
You like it ? Please support us with a donation!
NEW IN 2.5.3 (release note extract) :
GUI & FEATURES :
- Cross-repository copy : Using the new wrapper concept, it’s still experimental but is already working for FS and FTP.
- New gui for flex uploader, autostart loading, should take less place for small screens.
- Some cosmetic for public link dialog, and the password download page
- Danish translation
- At last added a scrollbar to the info panel
- Handle massive directory listing case (pagination equivalent for the tree)
- Added support for breaking brute force login attempt. The current limits are: 4 maximum failed attempt, then the login is locked for 5mn.
- Remote Authentication plugin for interfacing with external systems (see doc for more info)
SERVER :
- Generalisation of the Recycle Bin management to enable for plugins differents from fs.
- Introduction of a « wrapper » concept for all plugins, to access the files via an url like ajxp.ftp://repositoryId/path/to/file.
- Generic handler for better errors reporting through the Ajax GUI.
- PHP 5.3.0 compatibility
- New generator to update i18n files, the en.php file being the reference.