Multiple small fixes. Making it possible to force reloading Active Record table details bypassing cached schemas by passing false to column retrieving functions. |
|
More...
|
over 17 years ago
|
Preparing the framework for accepting Active Record behaviour plugins by simply dropping the behaviour at app/vendor/behaviour. |
|
More...
|
over 17 years ago
|
Setting the default error reporting on scripts to using the constant AK_ERROR_REPORTING_ON_SCRIPTS to E_ALL |
|
More...
|
over 17 years ago
|
Updating ActionWebservice Client |
|
More...
|
over 17 years ago
|
Addressing duplicated queries on generated scaffolds when the controller has the same name as the model on the show action. Reported by bochin at [59] Adding and optional parameter to AkActionController::instantiateModelClass so controllers can override it and disable automated searching or pass search options. |
|
More...
|
over 17 years ago
|
Fixing path to generators in script/console and script/migrate with the new generator location. |
|
More...
|
over 17 years ago
|
Updating the path to the generators on the AkActionWebservice tests |
|
More...
|
over 17 years ago
|
Moving generators out of the script folder into lib/utils/generators. |
|
More...
|
over 17 years ago
|
Adding support for looping using a custom variable on Sintags. |
|
More...
|
over 17 years ago
|
AkPluginLoader bug which did not ignore hidden folders on *NIX now ignores them |
|
More...
|
over 17 years ago
|
Adding experimental plugin system for extending core components and adding functionality to the Akelos PHP Framework. |
|
More...
|
over 17 years ago
|
Disabling function based getters/setters by default on active records. This will improve performance and will help on preventing recursion bugs. |
|
More...
|
over 17 years ago
|
Adding directory validation on setup script. Fixes #37 |
|
More...
|
over 17 years ago
|
Fixed bug reported by Aditya produced when finding one record and including multiple hasMany and habtm association which resulted in repeated associates. |
|
More...
|
over 17 years ago
|
Adding localized dates in Japanese. CLoses #43 |
|
More...
|
over 17 years ago
|
Changing AK_OS == 'WIN' with the correct AK_OS == 'WINDOWS', thanks to Jerrod |
|
More...
|
over 17 years ago
|
Detecting mime_type on Windows using file extension when returned type is 'application/octet-stream' |
|
More...
|
over 17 years ago
|
Fixing finder bug where find('first', 3, array(....)) missed the primary key. |
|
More...
|
over 17 years ago
|
Adding more tests for habtm and has_many associations. Fixed invalid associate selection when removing more than one associated. |
|
More...
|
over 17 years ago
|
Adding fix for emulating $_SERVER['REQUEST_URI'] on IIS. |
|
More...
|
over 17 years ago
|
Adding simplified templates for model unit tests. |
|
More...
|
over 17 years ago
|
Adding pre/post test processing for avoiding repetition on unit tests. |
|
More...
|
over 17 years ago
|
Adding Japanese locale provided by bobchin at #43. |
|
More...
|
over 17 years ago
|
Updated the framework to pass the tests when using PostgreSQL 8.2.4. |
|
More...
|
over 17 years ago
|
Updating many small issues related to no mod_rewrite availability and sqlite setup. - Fixed bug on double slashes when not using URL_ - AK_URL_REWRITE_ENABLED is not set by default. - Setup script creates a clean testing environment. - Sqlite DB connection failure throws a PHP version warning. - Errors in docs - Removed public/500.html and public/400.html, 404 errors never arrived and 500 errors gave a not found error. - Mac OSX sqlite3 does not like hidden files as databases, so now it uses a hashed db name by default. |
|
More...
|
over 17 years ago
|
Fixing markdown in docs to be rendered correctly by the markdown engine. Closes #49 |
|
More...
|
over 17 years ago
|
Has and belongs to many deletion bug reported at #48 fixed. |
|
More...
|
over 17 years ago
|
Adding more tests for habtm associations. |
|
More...
|
over 17 years ago
|
Implementing AkInflector::is_singular and AkInflector::is_plural. Validating that if ./script/generate model Posts warns about using a plural for the model. Simplifying generated model tests. |
|
More...
|
over 17 years ago
|
Fixing bug #41 where unnecessary input escaping prevented file uploads from working in windows. Fixing bug #42 that prevented from using akelos when runned as a cgi as it used $SCRIPT_NAME instead of $PHP_SELF |
|
More...
|
over 17 years ago
|