mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
45ae2465e8
--- These are some enhancements + tweaks I made as part of getting the advanced workflow module running in SS3: * Added a readonly view button and action to GridField. * Made LeftAndMain::getResponseNegotiator() public so CMS extensions can use it to generate responses. * Fixed top tab background, made text more readable (http://i.imgur.com/yDmmY.png). * Allow fields in the CMS to not be change tracked using ".no-change-track". * Made all icons 16x16 (some were different sizes, being cut off), and allow them without .ui-state-default. * Fixed ToggleCompositeField and tweaked field styling.