| Fixing errors on helper docs |
|
More...
|
over 18 years ago
|
| Merging changes in AkRouter by Jacek |
|
More...
|
almost 19 years ago
|
| Applying patch by kaste. Closes issue #20 |
|
More...
|
almost 19 years ago
|
| Apliying path by kaste. Closes issue #19 |
|
More...
|
almost 19 years ago
|
| Fixing scaffold generator model naming bug |
|
More...
|
almost 19 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' |
|
More...
|
almost 19 years ago
|
| Removingg methods name messup on AkSctiveRecord (sorry for that), thanks Continuous Integration :) |
|
More...
|
almost 19 years ago
|
| Removing deprecated code |
|
More...
|
almost 19 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 |
|
More...
|
almost 19 years ago
|
| Solving issue reported by Kaste about AR finders when using an array of ID\'s with the conditions parameter |
|
More...
|
almost 19 years ago
|
| Removing missleading documentation for Ak::collect |
|
More...
|
almost 19 years ago
|
| Decoupling base model functionality from Active Record |
|
More...
|
almost 19 years ago
|
| Removing aflax from the framework to avoid license incompatibilities |
|
More...
|
almost 19 years ago
|
| Adding support for markdown on the text_helper |
|
More...
|
almost 19 years ago
|
| Fixing habtm bug introduced on previous commit |
|
More...
|
almost 19 years ago
|
| Improved Ak::debug() and Ak::trace(). Fixed bug when passing a single id into an array on Active Records |
|
More...
|
almost 19 years ago
|
| Adding support for options on Active Record finders when an array of ids is passed as first parameter |
|
More...
|
almost 19 years ago
|
| Adding pear Mail_Mime and updating Mail |
|
More...
|
almost 19 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. |
|
More...
|
almost 19 years ago
|
| Fixing pass by reference notice when finding belongs to associates |
|
More...
|
almost 19 years ago
|
| Fixing pass by reference adodb error |
|
More...
|
almost 19 years ago
|
| Updating unit tests |
|
More...
|
almost 19 years ago
|
| Restoring Acts as tree unit tests |
|
More...
|
almost 19 years ago
|
| Changing shared model for unit tests and adding constant checking on SMTP email gateway |
|
More...
|
almost 19 years ago
|
| Adding support for table modifications on migrations |
|
More...
|
almost 19 years ago
|
| Fixing scopes on ActsAsTree models |
|
More...
|
almost 19 years ago
|
| Adding support for conditionals on Active Record uniqueness validations |
|
More...
|
almost 19 years ago
|
| Adding support for changing parent class for join objects on habtm relations |
|
More...
|
almost 19 years ago
|
| Updating prototype.js version |
|
More...
|
almost 19 years ago
|
| Adding support for multiple scopes on AR uniqueness validation |
|
More...
|
almost 19 years ago
|