Ajax Framework (CJAX) for Codeigniter 2.x+ |
[eluser]Ajaxboy[/eluser]
<h2>Version 5.0-RC3 has been released</h2> This release has been tested with the latest CI 2.1.1 (and 2.1.0), no issues have been found. Release Date: Jun/30/2012 Download https://sourceforge.net/projects/cjax/fi...deIgnater/ Download Demos for RC3 https://sourceforge.net/projects/cjax/files/Demos/ Changes from RC2 to RC3: * Fixed some small bugs introduced in RC2 * Ajax Upload functionality was converted into a stand alone plugin "uploader" While within the framework API this functionality fits well, this ajax functionality is constantly improved and updated so as a plugin gives more flexiblity to release and update faster. * New Plugin Autoload functions Gives the autoload ability to plugins. So plugins can auto-execute themselves or run stuff without requiring for $ajax->[pluging]() to be initiated. * More optional settings introduced for further flexiblity. * Auth hook introduced If you require to validate user session or validate any user session validity you may use this setting to deny or approve an ajax request. * Routing hook introduced You may now route ajax request to other sections of your application, for example if your application has a built addon or plugin system and you simply want to route ajax to other sections of the application, you may route these requests with built-in support. * Include hook introduced If you need to include dependencies in the ajax framework while in ajax request mode, there is now a section where you can reference these. * Caching is now supported for page load commands * New 'Overlay and client-side' validation sample released * Replaced the "prevent" functionality to favor callbacks functionality. View Full ChangeLog: http://cjax.svn.sourceforge.net/viewvc/c...iew=markup Note: You will also need to upgrade ajax plugins you may be using to take advantage of the latest features, the older plugin are deprecated so be sure to get the new ones. |
Welcome Guest, Not a member yet? Register Sign In |