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
Fixing errors on helper docs
bermi
as bermiferrer
More... almost 18 years ago
Merging changes in AkRouter by Jacek
bermi
as bermiferrer
More... almost 18 years ago
Applying patch by kaste. Closes issue #20
bermi
as bermiferrer
More... almost 18 years ago
Apliying path by kaste. Closes issue #19
bermi
as bermiferrer
More... almost 18 years ago
Fixing scaffold generator model naming bug
bermi
as bermiferrer
More... almost 18 years ago
Improving the scaffold generator. Now it innspects for existing database tables in order to create a more detailed form structure. It also adds support for multilingual columns like 'en_name, es_name'
bermi
as bermiferrer
More... almost 18 years ago
Removingg methods name messup on AkSctiveRecord (sorry for that), thanks Continuous Integration :)
bermi
as bermiferrer
More... about 18 years ago
Removing deprecated code
bermi
as bermiferrer
More... about 18 years ago
Improved AkActiveRecord instantation speed in at least an 18%. Added support for avoiding eager loading of found associations, if you set ''var = true;'' on your model it will increase the AkActiveRecord performance up to 900% , but the include on finders will not work as expected and you'll need to call ->loadAssociations() before doing any task related with its associations
bermi
as bermiferrer
More... about 18 years ago
Solving issue reported by Kaste about AR finders when using an array of ID\'s with the conditions parameter
bermi
as bermiferrer
More... about 18 years ago
Removing missleading documentation for Ak::collect
bermi
as bermiferrer
More... about 18 years ago
Decoupling base model functionality from Active Record
bermi
as bermiferrer
More... about 18 years ago
Removing aflax from the framework to avoid license incompatibilities
bermi
as bermiferrer
More... about 18 years ago
Adding support for markdown on the text_helper
bermi
as bermiferrer
More... about 18 years ago
Fixing habtm bug introduced on previous commit
bermi
as bermiferrer
More... about 18 years ago
Improved Ak::debug() and Ak::trace(). Fixed bug when passing a single id into an array on Active Records
bermi
as bermiferrer
More... about 18 years ago
Adding support for options on Active Record finders when an array of ids is passed as first parameter
bermi
as bermiferrer
More... about 18 years ago
Adding pear Mail_Mime and updating Mail
bermi
as bermiferrer
More... about 18 years ago
Modified HasMany and HasAndBelongsToMany associations so now they respond to before/after+_add/remove also improved performance by avoiding non modified members to be saved every time the collection has new members.
bermi
as bermiferrer
More... about 18 years ago
Fixing pass by reference notice when finding belongs to associates
bermi
as bermiferrer
More... about 18 years ago
Fixing pass by reference adodb error
bermi
as bermiferrer
More... about 18 years ago
Updating unit tests
bermi
as bermiferrer
More... about 18 years ago
Restoring Acts as tree unit tests
bermi
as bermiferrer
More... about 18 years ago
Changing shared model for unit tests and adding constant checking on SMTP email gateway
bermi
as bermiferrer
More... about 18 years ago
Adding support for table modifications on migrations
bermi
as bermiferrer
More... about 18 years ago
Fixing scopes on ActsAsTree models
bermi
as bermiferrer
More... about 18 years ago
Adding support for conditionals on Active Record uniqueness validations
bermi
as bermiferrer
More... about 18 years ago
Adding support for changing parent class for join objects on habtm relations
bermi
as bermiferrer
More... about 18 years ago
Updating prototype.js version
bermi
as bermiferrer
More... about 18 years ago
Adding support for multiple scopes on AR uniqueness validation
bermi
as bermiferrer
More... about 18 years ago