In this release, we included more than 60 bug fixes and feature enhancements. Some of the important enhancements include: Added support for automatic action parameter binding from $_GET; Added CSqlDataProvider and CArrayDataProvider; Added CUrlManager::addRules() to support dynamic addition of URL routing rules; And refactored CActiveRecord so that CActiveRecord::with() always returns the AR object itself. For the complete list of changes in this release, please see:
Hi I got the idea for testing functionality for upcoming Yii release, but don’t know where to post it so I try here…
As we know Yii does fantastic job for "form-like" applications, where user inputs values into text field, choose some from dropdowns, choose radio buttons etc.
When developing application I often have to fill all that inputs, choose from dropdowns to see if form is properly validated, saved, what are the results. Sometimes it is really time consuming!
The idea that blinked in my mind yesterday was: would it be hard for developers to add one visibility-configurable button [Fill-Form] on the form that would call action to fill all textefields with random text (obeying the rules, so this is development requirement), it would also choose any value from dropdown etc etc…