Date: 2008-12-11 22:57 Posted By: Duc Le (duclet) No, I am not dead, I just have been very busy with other projects. Anyway, this is another big update (maybe I should not have thought I could go to 2.0 so quickly and stick with the 1.* instead). I didn't plan to release this early though but since CMSMS 1.5.1 came out, this needs to be released for the rest of my modules to work properly.
<p>This module provides a framework for both PHP and JavaScript that allows for easier development of other modules. This framework includes support easier creation of AJAX applications, CCS processing, data encryption and decryption, form fields generation, an AJAXy and clean administrator interface for modules, CAPTCHA generation and validation, files and directories listing, AJAXy tab generation and management, MySQL (mysqli extension required) wrapper class to allow an object-oriented way to retrieving data, and a lot more.</p> <p>A complete API documentation for this module is available at:<br /> <a href="http://tiger-inc.com/cms-made-simple/dlsupport/">http://tiger-inc.com/cms-made-simple/dlsupport/</a></p>
Latest Release
1) DLSupport - Stable
2.02009-04-18 Release History
2) DLSupport - Experimental
2.0RC42009-01-16 Release History
Comments
Date: 2009-01-16 08:41 Posted By: Duc Le (duclet) I have just released the last release candidate version before version 2.0 will be released. Here is the changelog: Separate the Clean Admin into its own class. However, the old functions will still work. They will be removed by version 3.0. Also, I have changed "DLEncryption_Three" to use a different implementation since the previous one is not consistently producing appropriate results. This will be the final release candidate before version 2.0 is released.
Date: 2009-04-18 10:37 Posted By: Duc Le (duclet) Just released the next stable version. Here is the changelog: Added the method UploadPageResponse. Abstract out DLSupportJS.CleanAdmin.ServerResponse. Fixed a couple of spelling errors. Remove realpath from the method ModulePath.