WARNING: IMPORTANT CHANGES AHEAD! --------------------------------- |
|
More...
|
about 17 years ago
|
Fixes #113. The value ZERO can be saved on columns which are defined as NOT NULL. |
|
More...
|
about 17 years ago
|
UrlHelper::modify_current_url uses the parsed version of ak=..... |
|
More...
|
about 17 years ago
|
Making possible to specify finder options on models loaded automatically by the AkActionController::instantitiateModelClass. |
|
More...
|
about 17 years ago
|
Adding patch by bobchin for handling XHTML validation correctly. Closes #100 |
|
More...
|
about 17 years ago
|
Making Ak::mail return a boolean value as documented |
|
More...
|
about 17 years ago
|
* Simplifying unit test calls for models and core tests. Updated generators to reflect this new way of calling tests. If you stick with the convention of prefixing your test cases with TestCase you will no longer need to call ak_test('testcaseclass') |
|
More...
|
over 17 years ago
|
Fixing bad path on script/migrate introduced in [421]. Fixes #86 [OmeZ] |
|
More...
|
over 17 years ago
|
Rearranging scripts to reduce the hassle of updating local application whenever scripts change. |
|
More...
|
over 17 years ago
|
AkInflector::demodulize() has been modified so it converts Module_ClassName or ClassName and module/path to path. Removed also repeated and unneeded AkInflector::modulize method, use AkInflector::classify instead. Closes #83 |
|
More...
|
over 17 years ago
|
Fixing AkCache unit tests so the can be ran using ./script/test unit/lib/AkCache.php |
|
More...
|
over 17 years ago
|
Adding CHANGELOG.txt to keep developers informed about new changes on Akelos (this needs to be automated in a future using a svn hook). |
|
More...
|
over 17 years ago
|
Adding very simple HTTP authentication for controllers. |
|
More...
|
over 17 years ago
|
Adding testing plugin dirs |
|
More...
|
over 17 years ago
|
Updating Japanese locale. Closes #77 |
|
More...
|
over 17 years ago
|
Fixinf "avaliable" typo. Fixes #78 |
|
More...
|
over 17 years ago
|
Fixing file upload params ($_FILES) normalization. Closes #75 |
|
More...
|
over 17 years ago
|
Adding support for non-ISO date-times in Ak::getTimestamp() for allowing date-times without seconds. |
|
More...
|
over 17 years ago
|
Fixing #74 reported by pillgrim. AK_URL did not include a : separation between the host name and the port number. |
|
More...
|
over 17 years ago
|
Adding support for MySQL sockets when using the mysqli database driver. Fixes #20 |
|
More...
|
over 17 years ago
|
Updating locale files. |
|
More...
|
over 17 years ago
|
Preparing Akelos for supporting two new kings of plugins. |
|
More...
|
over 17 years ago
|
Implementing support for Sintags assignments and basic blocks |
|
More...
|
over 17 years ago
|
- Adding new command line script for managing plugins. - Improved the AkPluginManager to use subversion when available. - Fixed bug in Ak::directory_delete which prevented removing directories that contained files which started with a dot. - Fixing bug #57. Setup directories should be removed now on unix and windows - Adding timeout options to Ak::url_get_contents, and setting CURLOPT_RETURNTRANSFER for following redirects. FIxed a referrer bug. - Updating doc packages for other scripts. |
|
More...
|
over 17 years ago
|
Adding file header to AkRemoteConverter |
|
More...
|
over 17 years ago
|
Uddating generators package name to ActiveSupport |
|
More...
|
over 17 years ago
|
Improving plugins documentation and adding repository discovery functionality. |
|
More...
|
over 17 years ago
|
Adding new Plugin manager for retrieving and installing plugins from remote sources. |
|
More...
|
over 17 years ago
|
Making SSL available by defautl if current protocol is SSL. No there is no need to implicitly set _ssl_required_actions or _ssl_allowed_actions. |
|
More...
|
over 17 years ago
|
Adding support for module shared model. If a module admin exists and there is a file at app/models/admin_controller.php, it will be included before the module controller. Adding support for module default layout. Controllers inside modules, will have app/views/layouts/module_name.tpl as their default layout. |
|
More...
|
over 17 years ago
|