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
Moving AkActiveRecord::t() to AkBaseModel so we can localize any model message.
bermi
as bermiferrer
More... over 16 years ago
#218: casting available versions to int More... over 16 years ago
Defaulting ->log() to message
bermi
as bermiferrer
More... over 16 years ago
AkObject::log() now uses AkLogger instead of PEAR::Log.
bermi
as bermiferrer
More... over 16 years ago
Fixing invalid template picking on the Mailer generator
bermi
as bermiferrer
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.
bermi
as bermiferrer
More... over 16 years ago
Fixing content type ordering when content_type is not defined.
bermi
as bermiferrer
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.
bermi
as bermiferrer
More... over 16 years ago
Adding the Action Mailer framework, for sending emails from your Akelos application.
bermi
as bermiferrer
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/
bermi
as bermiferrer
More... over 16 years ago
Removing phpmailer
bermi
as bermiferrer
More... over 16 years ago
Updating PEAR Mail, Net and Auth
bermi
as bermiferrer
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]
bermi
as bermiferrer
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
bermi
as bermiferrer
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
bermi
as bermiferrer
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
bermi
as bermiferrer
More... over 16 years ago
We need to remove the testing plugin in order to avoid conflicts with controller tests.
bermi
as bermiferrer
More... over 16 years ago
Implementing PHP Bug 33595 hack for truly freeing up memory when unsetting objects that contain circular references.
bermi
as bermiferrer
More... over 16 years ago