Changeset 2433 for trunk/UPGRADE
- Timestamp:
- 04/18/2008 04:43:30 AM (7 months ago)
- Files:
-
- 1 modified
-
trunk/UPGRADE (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/UPGRADE
r2323 r2433 19 19 'albums' => array(self::MANY_TO_MANY, 'Artist', 'album_artists') 20 20 - Active Record no longer automatically adds/removes/updates related objects. 21 - 'Raw' mode for TCheckboxList and TRadioButtonList (and their active counter parts) now render 22 a surrounding <span> tag to allow client scripts to identify them with the ClientId. You may 23 have to check your CSS. 21 24 22 25
