Moving AkActiveRecord::t() to AkBaseModel so we can localize any model message. |
|
More...
|
over 16 years ago
|
#218: casting available versions to int |
|
More...
|
over 16 years ago
|
Defaulting ->log() to message |
|
More...
|
over 16 years ago
|
AkObject::log() now uses AkLogger instead of PEAR::Log. |
|
More...
|
over 16 years ago
|
Fixing invalid template picking on the Mailer generator |
|
More...
|
over 16 years ago
|
Fix. HasMany->load() now considers include-option and therefore instantiates a belonging model ('eager'). |
|
More...
|
over 16 years ago
|
Fixing bug on Action Mailer which required to create manually a mail before delivering it. |
|
More...
|
over 16 years ago
|
Fixing content type ordering when content_type is not defined. |
|
More...
|
over 16 years ago
|
Fixing AkCharset::SetRecodingEngine(), It did not cache effectively which engine to use so it was a major overhead on each recoding request. |
|
More...
|
over 16 years ago
|
Adding the Action Mailer framework, for sending emails from your Akelos application. |
|
More...
|
over 16 years ago
|
Adding extra charsets for ActionMailer unit tests, if you're looking to parse incoming messages you might need to add extra mappings from http://svn.akelos.org/extras/utf8_mappings/ |
|
More...
|
over 16 years ago
|
Removing phpmailer |
|
More...
|
over 16 years ago
|
Updating PEAR Mail, Net and Auth |
|
More...
|
over 16 years ago
|
Refactor. Moved logic from findBySqlWithAssociations to ->_generateObjectGraphFromResultSet. |
|
More...
|
over 16 years ago
|
Marginal refactoring in AR->_findEvery(). |
|
More...
|
over 16 years ago
|
Removed unused method AkAR->_validateFindOptions(). |
|
More...
|
over 16 years ago
|
Added group-by clause to AR->find(). |
|
More...
|
over 16 years ago
|
Fixing bug (no index on array warning) on the plugin manager introduced on [822] |
|
More...
|
over 16 years ago
|
Fixed Ak::array_to_xml(). |
|
More...
|
over 16 years ago
|
Removing performAction from the scaffold generator until we can have proper unit tests. Now using redirectToAction on the default index method |
|
More...
|
over 16 years ago
|
Ouch. Removed the # at the beginning of AkActiveRecord.php |
|
More...
|
over 16 years ago
|
ValidatesNumericalityOf now handles integer_strings correctly. |
|
More...
|
over 16 years ago
|
Making it possible to install plugins from local directories in order to simplify plugin development/troubleshooting |
|
More...
|
over 16 years ago
|
AR->find only selects fields from current table if you manually set 'joins' via the options. (tosick) |
|
More...
|
over 16 years ago
|
Decimals now handle the thousands-seperator. (tosick) |
|
More...
|
over 16 years ago
|
#190: table-inheritance aliasing bug fix |
|
More...
|
over 16 years ago
|
Simplified handling of uncountables in AkInflector. |
|
More...
|
over 16 years ago
|
* Making sure the installer does not add timestamp columns when modifying tables. * Fixing typos. * Fixing prototype helper documentation bug. * Making pagination finder options clearer on scaffolds |
|
More...
|
over 16 years ago
|
We need to remove the testing plugin in order to avoid conflicts with controller tests. |
|
More...
|
over 16 years ago
|
Implementing PHP Bug 33595 hack for truly freeing up memory when unsetting objects that contain circular references. |
|
More...
|
over 16 years ago
|