mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR deprecation notes
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@64429 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
794ae40f8f
commit
cb5d772111
@ -2,6 +2,7 @@
|
||||
/**
|
||||
* Displays complex reports based on the list of tables and fields provided to
|
||||
* the object.
|
||||
* @deprecated 2.3 Use TableListField
|
||||
* @package forms
|
||||
* @subpackage fields-reports
|
||||
*/
|
||||
@ -321,6 +322,7 @@ HTML;
|
||||
/**
|
||||
* Assisting class. Determines whether or not a column is hidden.
|
||||
* Not so helpful here, but we could overload it in other classes.
|
||||
* @deprecated 2.3 Use TableListField
|
||||
* @package forms
|
||||
* @subpackage fields-reports
|
||||
*/
|
||||
@ -350,6 +352,7 @@ class ReportField_SimpleFilter extends Object {
|
||||
/**
|
||||
* This class instantiates an instance of the report field and receives ajax requests
|
||||
* to the report field.
|
||||
* @deprecated 2.3 Use TableListField
|
||||
* @package forms
|
||||
* @subpackage fields-reports
|
||||
*/
|
||||
|
@ -1,6 +1,7 @@
|
||||
<?php
|
||||
/**
|
||||
* A Text field that cannot contain certain characters
|
||||
* @deprecated 2.3
|
||||
* @package forms
|
||||
* @subpackage fields-formatted
|
||||
*/
|
||||
|
@ -2,6 +2,7 @@
|
||||
/**
|
||||
* Text field that automatically checks that the value entered is unique for the given
|
||||
* set of fields in a given set of tables
|
||||
* @deprecated 2.3
|
||||
* @package forms
|
||||
* @subpackage fields-formattedinput
|
||||
*/
|
||||
|
@ -2,6 +2,7 @@
|
||||
/**
|
||||
* Text field that automatically checks that the value entered is unique for the given
|
||||
* set of fields in a given set of tables
|
||||
* @deprecated 2.3
|
||||
* @package forms
|
||||
* @subpackage fields-formattedinput
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user