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