silverstripe-framework/templates
Ingo Schommer 2cc0d016f4 API CHANGE Removed unnecessary WidgetFormProxy class and Widget->FormObjectLink(), broken functionality since the RequestHandler restructuring in 2.3. Use Widget_Controller instead.
FEATURE Added Widget_Controller class to enable nested forms within Wiget class.
ENHANCEMENT Changed WidgetArea.ss to iterate over $WidgetControllers instead of $Widgets, to allow forms rendered within to retain their controller context (through Widget_Controller and $failover mechanisms).
ENHANCEMENT Added handleWidgets() to ContentController to support new Widget_Controller class

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@85789 467b73ca-7a2a-4603-9d3b-597d59a354a9
2009-09-07 03:28:23 +00:00
..
email Merged from branches/2.3 2009-04-28 23:52:15 +00:00
Includes MINOR Hide <legend> tag in Form.ss if no $Legend value is set (#4520, thanks nicolaas) 2009-08-26 20:56:55 +00:00
CodeViewer.ss (merged from branches/roa. use "svn log -c <changeset> -g <module-svn-path>" for detailed commit message) 2008-08-10 23:03:35 +00:00
ComplexTableField_popup.ss BUGFIX Added utf-8 charset meta tag to ComplexTableField_popup.ss (same as LeftAndMain.ss) 2009-05-26 03:43:19 +00:00
ComplexTableField.ss BUGFIX Using TableListField_Item.ss in ComplexTableField.ss to avoid template duplication and inconsistent feature sets 2009-03-13 10:06:41 +00:00
FileIFrameField.ss ENHANCEMENT ajshort: Major refactoring of FileIFrameField and ImageField to use the new URL handler. Access control to the field is now controlled by the form, and ImageField now uses a codebase much more aligned with FileIFrameField. 2009-05-17 22:06:59 +00:00
Image_iframe.ss Merged from branches/2.3 2009-07-02 07:18:18 +00:00
ModelViewer_dotsrc.ss MINOR merged branches/2.3 into trunk 2008-12-04 22:38:32 +00:00
ModelViewer.ss MINOR merged branches/2.3 into trunk 2008-12-04 22:38:32 +00:00
RelationComplexTableField.ss BUGFIX Using TableListField_Item.ss in ComplexTableField.ss to avoid template duplication and inconsistent feature sets 2009-03-13 10:06:41 +00:00
RightLabelledFieldHolder.ss Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
RSSFeed.ss Merged from 2.3 2009-03-04 03:44:11 +00:00
SapphireInfo.ss Added /SapphireInfo URL with some basic version information 2008-03-02 23:21:58 +00:00
SearchForm.ss MINOR merged branches/2.3 into trunk 2008-12-04 22:38:32 +00:00
SelectionGroup.ss Moved Sapphire module to open source path 2007-07-19 10:40:28 +00:00
TableField.ss Merged from branches/2.3 2009-05-19 10:32:06 +00:00
TableListField_printable.ss Added missing TableListField_printable.ss template. 2008-10-08 19:23:02 +00:00
TableListField.ss Merged from branches/2.3 2009-04-28 23:55:53 +00:00
TabSetFieldHolder.ss elofgren: Remove tabset div from TabSetFieldHolder?.ss in order to reduce wasted space on tabs. See: http://support.silverstripe.com/gsoc/ticket/59 2007-09-16 15:36:02 +00:00
TestViewer.ss Merged revisions 52211 via svnmerge from 2008-04-26 06:32:16 +00:00
ToggleCompositeField.ss FEATURE made sapphire i18n-capable 2007-10-25 02:47:45 +00:00
WidgetArea.ss API CHANGE Removed unnecessary WidgetFormProxy class and Widget->FormObjectLink(), broken functionality since the RequestHandler restructuring in 2.3. Use Widget_Controller instead. 2009-09-07 03:28:23 +00:00
WidgetHolder.ss Wrap a widget in a div 2007-08-06 22:19:02 +00:00