Extending deprecation of legacy table fields to 3.1

This commit is contained in:
Sean Harvey 2012-11-15 11:56:43 +13:00
parent e1c5f084ad
commit c99ed7dc2b
4 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@
* - childID Identifier of the database-record (the targeted table is determined by the $sourceClass
* parameter)
*
* @deprecated 3.0 Use GridField with GridFieldConfig_RecordEditor
* @deprecated 3.1 Use GridField with GridFieldConfig_RecordEditor
*
* @todo Control width/height of popup by constructor (hardcoded at the moment)
* @package forms
@ -453,7 +453,7 @@ JS;
}
/**
* @deprecated 3.0
* @deprecated 3.1
*/
public function setRelationAutoSetting($value) {
Deprecation::notice('3.0', 'Manipulate the DataList instead.');

View File

@ -31,7 +31,7 @@
*
* @see http://doc.silverstripe.org/tutorial/5-dataobject-relationship-management
*
* @deprecated 3.0 Use GridField with GridFieldConfig_RelationEditor
* @deprecated 3.1 Use GridField with GridFieldConfig_RelationEditor
*
* @package forms
* @subpackage fields-relational

View File

@ -30,7 +30,7 @@
* );
* </code>
*
* @deprecated 3.0 Use GridField with GridFieldConfig_RelationEditor
* @deprecated 3.1 Use GridField with GridFieldConfig_RelationEditor
*
* @package forms
* @subpackage fields-relational

View File

@ -11,7 +11,7 @@
* All get variables are namespaced in the format ctf[MyFieldName][MyParameter] to avoid collisions
* when multiple TableListFields are present in a form.
*
* @deprecated 3.0 Use GridField with GridFieldConfig_RecordEditor
* @deprecated 3.1 Use GridField with GridFieldConfig_RecordEditor
*
* @package forms
* @subpackage fields-relational