24
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Multiple small fixes. Making it possible to force reloading Active Record table details bypassing cached schemas by passing false to column retrieving functions.
bermi
as bermiferrer
More... over 17 years ago
Preparing the framework for accepting Active Record behaviour plugins by simply dropping the behaviour at app/vendor/behaviour.
bermi
as bermiferrer
More... over 17 years ago
Setting the default error reporting on scripts to using the constant AK_ERROR_REPORTING_ON_SCRIPTS to E_ALL
bermi
as bermiferrer
More... over 17 years ago
Updating ActionWebservice Client
bermi
as bermiferrer
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.
bermi
as bermiferrer
More... over 17 years ago
Fixing path to generators in script/console and script/migrate with the new generator location.
bermi
as bermiferrer
More... over 17 years ago
Updating the path to the generators on the AkActionWebservice tests
bermi
as bermiferrer
More... over 17 years ago
Moving generators out of the script folder into lib/utils/generators.
bermi
as bermiferrer
More... over 17 years ago
Adding support for looping using a custom variable on Sintags.
bermi
as bermiferrer
More... over 17 years ago
AkPluginLoader bug which did not ignore hidden folders on *NIX now ignores them
bermi
as bermiferrer
More... over 17 years ago
Adding experimental plugin system for extending core components and adding functionality to the Akelos PHP Framework.
bermi
as bermiferrer
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.
bermi
as bermiferrer
More... over 17 years ago
Adding directory validation on setup script. Fixes #37
bermi
as bermiferrer
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.
bermi
as bermiferrer
More... over 17 years ago
Adding localized dates in Japanese. CLoses #43
bermi
as bermiferrer
More... over 17 years ago
Changing AK_OS == 'WIN' with the correct AK_OS == 'WINDOWS', thanks to Jerrod
bermi
as bermiferrer
More... over 17 years ago
Detecting mime_type on Windows using file extension when returned type is 'application/octet-stream'
bermi
as bermiferrer
More... over 17 years ago
Fixing finder bug where find('first', 3, array(....)) missed the primary key.
bermi
as bermiferrer
More... over 17 years ago
Adding more tests for habtm and has_many associations. Fixed invalid associate selection when removing more than one associated.
bermi
as bermiferrer
More... over 17 years ago
Adding fix for emulating $_SERVER['REQUEST_URI'] on IIS.
bermi
as bermiferrer
More... over 17 years ago
Adding simplified templates for model unit tests.
bermi
as bermiferrer
More... over 17 years ago
Adding pre/post test processing for avoiding repetition on unit tests.
bermi
as bermiferrer
More... over 17 years ago
Adding Japanese locale provided by bobchin at #43.
bermi
as bermiferrer
More... over 17 years ago
Updated the framework to pass the tests when using PostgreSQL 8.2.4.
bermi
as bermiferrer
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.
bermi
as bermiferrer
More... over 17 years ago
Fixing markdown in docs to be rendered correctly by the markdown engine. Closes #49
bermi
as bermiferrer
More... over 17 years ago
Has and belongs to many deletion bug reported at #48 fixed.
bermi
as bermiferrer
More... over 17 years ago
Adding more tests for habtm associations.
bermi
as bermiferrer
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.
bermi
as bermiferrer
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
bermi
as bermiferrer
More... over 17 years ago