Added
- Added
TemplateRegistry::TYPE_*
constant to be used instead of string value. - Added
format
option fortime
field type.
Fixed
- Fixed exposing missing
object
variable in history compare view. - Menu item
label_catalogue
correctly use the default value
default_label_catalogue
- Menu item
icon
correctly use the default valuedefault_icon
- Render of CKeditor field when embedded in a collection with the
inline => natural
option.
Deprecated
- Deprecated
smallint
type for template ; useinteger
instead. - Deprecated
bigint
type for template ; useinteger
instead. - Deprecated
decimal
type for template ; usefloat
instead. - Deprecated
text
type for template ; usestring
instead.