Yii 1.1.1 and 1.0.12 are released
#1
Posted 14 March 2010 - 01:13 AM
We are very excited to announce the stable release of Yii Framework v1.1.1 and v1.0.12!
The long-awaited 1.1.1 release is a major service pack to the previous 1.1.0 release. In this release, we fixed more than 20 bugs. We also included numerous new features, some of which are expected to further accelerate development speed using Yii. For example, the new CActiveForm widget allows developers to easily build HTML forms that support both client- and server-side validation by writing validation rules only once; The CGridView widget now supports filtering; And the Yii code generator tool will now generate the code implementing searching and filtering features. For the complete list of changes in this release, please see:
http://www.yiiframew...GELOG-1.1.1.txt
http://www.yiiframew...c/guide/changes
Upgrading to 1.1.1 may require a little effort. Please read the following upgrade guide for more details:
http://www.yiiframew...GRADE-1.1.1.txt
The 1.0.12 release is a maintenance release of 1.0 branch. It mainly includes a few minor bug fixes and features. Upgrading to this release from the earlier 1.0.x releases should be very safe. For the complete list of changes in this release, please see:
http://www.yiiframew...ELOG-1.0.12.txt
Cheers!
The Yii Developer Team
#2
Posted 14 March 2010 - 02:04 AM
php: foreach(array('cat', 'dog', 'cow') as $animal) echo $animal."\n"; python: [(animal, print(animal)) for animal in ['cat', 'dog', 'cow']] ruby: ['cat', 'dog', 'cow'].each {|animal| puts animal}
You say Tomato, I say Tomato.
#3
Posted 14 March 2010 - 02:29 AM
#6
Posted 14 March 2010 - 11:16 AM
congratulations for this release, Yii team, I've appreciated the new features so much!!
now, just waiting for CRUD supporting the basic concept of composite primary key

Junior
df9.com.br
Linux Registered User #364954
GNU/Linux: together we're ready!
#7
Posted 14 March 2010 - 02:23 PM

#8
Posted 15 March 2010 - 02:22 AM
how is ajax update of CGridView working in 1.1.1.
i'm currently running a nightly build from 3/3, and it's pretty flaky: sometimes it works, and sometimes you see the little swirling animation forever.
is it working in 1.1.1?
#9
Posted 15 March 2010 - 07:47 AM
Congratulations to Qiang and the team!!!
I will never stop to say: If Yii is the best framework in the world "as is", just imagine future versions!!!
The problem is communication! Excess of communication!
#10
Posted 15 March 2010 - 09:03 AM
Yii is wonderful PHP framework for next-gen web apps.
#11
Posted 15 March 2010 - 11:14 PM
Making a new webapp & using yiic to generate new crud and it works beautifully, now just merging in my previous work and i'll have saved many hours

#12
Posted 16 March 2010 - 07:23 AM
thanks guys...
--iM
The maker rests. The wheel’s in motion.
-- Imre Madách
check out Yii2 Theme Factory at https://yii2.themefactory.net
#13
Posted 16 March 2010 - 08:09 PM
I think I speak for everyone in saying you should not be including third-party RC code into your releases (jQuery UI). In addition, the 1.4.2 release of jQuery is incompatible with several popular plugins. The consequences are that an upgrade may introduce new unforeseen issues.
Perhaps you can also add a configuration option to toggle this behavior? Allow users to choose the jQuery version they wish to be used? Something in your config file:
...
'jQuery132' => true
...
Other than that, you're awesome and I love you.
Hugs,
Jerry
#14
Posted 16 March 2010 - 09:39 PM
xx666xx, on 16 March 2010 - 08:09 PM, said:
You can use other libraries than the included in Yii...
read this to do that:
http://www.yiiframew...ics.performance
#15
Posted 21 March 2010 - 10:19 AM
Chg #796: The alias name for the primary table in a relational AR query is changed to be 't' (Qiang)
1. Does this mean that the primary table in the ActiveRecord object has now been given an Alias of "t".
2. Will any joined table still be referenced by the original table name?
#16
Posted 26 March 2010 - 04:43 AM
Some improvement idea :
* Header & Column freeze
* Hide/Display/Move Column on the fly.
* Compound filter/search for range filter such as records from jan'01 to feb'31
Thank you all, great release !
majin