Sam Minnee
|
ed5f72b055
|
BUGFIX: Don't use ComplexTableField_Popup.ss to render the form.
|
2011-10-29 18:07:22 +13:00 |
|
Sam Minnee
|
085598fac0
|
API CHANGE: Replaced ManyManyList::removeByFilter() with ManyManyList::removeAll().
|
2011-10-29 17:36:39 +13:00 |
|
Sam Minnee
|
6a3aac25a7
|
MINOR: Remove deprecated getCsvQuery()
|
2011-10-29 17:36:39 +13:00 |
|
Sam Minnee
|
0d683dd8ef
|
MINOR: Removed use of deprecated join() in favour of innerJoin() and leftJoin().
|
2011-10-29 17:36:38 +13:00 |
|
Sam Minnee
|
b0b5fea3f5
|
MINOR: Removed use of deprecated securityTokenEnable.
|
2011-10-29 17:36:38 +13:00 |
|
Sam Minnee
|
42b8d3da04
|
MINOR: Use FieldList over deprecated FieldSet
|
2011-10-29 17:36:38 +13:00 |
|
Sam Minnee
|
22e5617ee2
|
MINOR: Moved from use of deprecated SQLMap to SS_Map.
|
2011-10-29 17:36:37 +13:00 |
|
Sam Minnee
|
ff9b9e17af
|
MINOR: Removed use of deprecated Director::redirect* functions.
|
2011-10-29 17:36:37 +13:00 |
|
Sam Minnee
|
a49b56a348
|
MINOR: Removed usage of deprecated FormField::Name()
|
2011-10-29 17:34:32 +13:00 |
|
Sam Minnee
|
e5afa25522
|
MINOR: Use Deprecation class to indicate deprecated methods in core.
|
2011-10-29 17:34:31 +13:00 |
|
Will Rossiter
|
01bfdbeb90
|
MINOR tweaks to SecurityAdmin layout
|
2011-10-29 15:47:08 +13:00 |
|
Stig Lindqvist
|
83e90aaafe
|
ENHANCEMENT Release of DataGridPagination
This class extends the DataGridPresenter with the behaviour and looks of a paginated Datagrid.
|
2011-10-28 17:34:15 +13:00 |
|
Hamish Friedlander
|
cf408d766a
|
Merge pull request #80 from silverstripe-scienceninjas/release/datagrid-renaming
API CHANGE: Rename DataGrid to GridField to be more in line with other field class names
|
2011-10-27 20:55:30 -07:00 |
|
Stig Lindqvist
|
b229c17e1d
|
ENHANCEMENT Renamed DataGrid to GridField
|
2011-10-28 16:35:39 +13:00 |
|
Stig Lindqvist
|
e38dd08ea5
|
MINOR: Fix docblocks to reference SS_List instead of (now deprecated) DataObjectSet where appropriate
|
2011-10-28 15:58:55 +13:00 |
|
Hamish Friedlander
|
0a3e0f15de
|
MINOR: Replace references to FieldSet (now deprecated) with references to FieldList
|
2011-10-28 15:58:55 +13:00 |
|
Hamish Friedlander
|
4c0105a3c4
|
MINOR: Fix deprecated notices - change old references to 2.5 from ORM work to 3.0.0, and use new deprecation notice system
|
2011-10-28 15:58:55 +13:00 |
|
Ingo Schommer
|
a3bcf0c61c
|
MINOR Using Object::create() for sub fields in DatetimeField to allow changing the dependencies globally
|
2011-10-07 14:12:51 +02:00 |
|
Ingo Schommer
|
7c147fed14
|
ENHANCEMENT Passing 'timeformat' and other metadata to markup generated in DateField, TimeField and DatetimeField, to allow for easier integration with third party libraries
|
2011-10-07 14:12:51 +02:00 |
|
Ingo Schommer
|
b807983d09
|
API CHANGE Using <div> instead of <p> for CheckboxField->FieldHolder()
|
2011-10-07 14:12:51 +02:00 |
|
Ingo Schommer
|
d93bd49edc
|
ENHANCEMENT Allowing global default configuration for DateField, TimeField and DatetimeField
|
2011-10-07 14:12:50 +02:00 |
|
Ingo Schommer
|
585a8bc784
|
API CHANGE Removed 'showdropdown' option from TimeField, use custom libraries instead
|
2011-10-07 14:12:50 +02:00 |
|
Ingo Schommer
|
aa60201cd1
|
MINOR Making date/time order and separation configurable through DatetimeField->setConfig('datetimeorder')
|
2011-10-07 14:12:50 +02:00 |
|
Ingo Schommer
|
c89bdbb268
|
ENHANCEMENT Added user timezone support to DatetimeField
|
2011-10-07 14:12:50 +02:00 |
|
Ingo Schommer
|
f37640b493
|
BUGFIX Added support for array values in LookupField, to ensure it works correctly when used as a readonly representation of ListboxField (AIR-39)
|
2011-10-07 14:12:49 +02:00 |
|
Ingo Schommer
|
b438a0a095
|
API CHANGE Removed support for undocumented and only partially implemented FormField->reserveNL flag, which is just the opposite of the documented and more frequently used FormField->dontEscape flag.
|
2011-10-07 14:12:49 +02:00 |
|
Ingo Schommer
|
6a98615d18
|
ENHANCEMENT Supporting values not in $source in LookupField, instead of displaying "(none)" (which makes it useable in DataDifferencer) (AIR-24)
|
2011-10-07 14:12:48 +02:00 |
|
Ingo Schommer
|
6e1013e93b
|
MINOR Allowing HTML values in SimpleImageField_Readonly in order to allow image-based diffs
|
2011-10-07 14:12:48 +02:00 |
|
Ingo Schommer
|
4d31ac65a0
|
ENHANCEMENT Allowing array values in ListboxField->setValue(), serialising into comma-separated list of values (AIR-35)
|
2011-10-07 14:12:47 +02:00 |
|
Ingo Schommer
|
afeccbc9cb
|
ENHANCEMENT Added File::get_class_for_file_extension() instead of hardcoding it in Folder->constructChild(). Allows for custom classes in files uploaded through core functionality like the Upload and FileField logic.
|
2011-10-07 14:12:45 +02:00 |
|
Ingo Schommer
|
3bd80dfb87
|
MINOR Requiring behaviour.js for TimeField, and using document.getElementById() instead of $ function alias in TimeField_dropdown.js
|
2011-10-07 14:12:45 +02:00 |
|
Ingo Schommer
|
df56eb540a
|
MINOR Don't throw deprecation notice on DataObjectSet and FieldSet if there's still over 500 (!) references to them in core, as it basically means that everybody has to suppress PHP NOTICE errors for months, impacting core code quality
|
2011-10-04 13:23:13 +02:00 |
|
Stig Lindqvist
|
488734e53e
|
ENHANCEMENT Added correct styling of sorting and odd even on grid table
|
2011-09-30 10:59:52 +13:00 |
|
Stig Lindqvist
|
b1b1615a58
|
ENHANCEMENT Datagrid renders ArrayList according to Datagrid#setModelClass()
|
2011-09-29 14:15:02 +13:00 |
|
Stig Lindqvist
|
1811fc2746
|
MINOR Cleaning up code of Datagrid with related classes with more tests
|
2011-09-29 12:16:15 +13:00 |
|
Jean-Fabien
|
197913842c
|
ENHANCEMENT First cut at data grid with the data presenter
|
2011-09-28 17:49:14 +13:00 |
|
Stig Lindqvist
|
7d90aa3c10
|
MINOR Changed inline documentation to be correct
|
2011-09-28 12:33:02 +13:00 |
|
Stig Lindqvist
|
85cdb3771c
|
FEATURE Added initial commit of Datagrid with tests
|
2011-09-28 12:33:02 +13:00 |
|
Stig Lindqvist
|
b6f88036eb
|
API CHANGE Usage of FieldSet is deprecated, use FieldList instead
|
2011-09-28 12:31:52 +13:00 |
|
Will Rossiter
|
1732a17114
|
Merged new-orm into datagrid
|
2011-09-26 16:47:54 +13:00 |
|
Will Rossiter
|
2c17cb2f80
|
MINOR: spelling fix.
|
2011-09-19 17:27:26 +02:00 |
|
Will Rossiter
|
7418d28bf3
|
MINOR: removed trailing newline.
|
2011-09-19 17:27:26 +02:00 |
|
Will Rossiter
|
4448325ad3
|
BUGFIX: convert new lines to break tags in unescape mode without reverting the entire behaviour of dontEscape
|
2011-09-19 17:26:01 +02:00 |
|
Will Rossiter
|
2036354d8d
|
ENHANCEMENT: implemented CMSPageHistoryController with comparsion view, single version view into new CMSMain interface
|
2011-09-19 17:26:01 +02:00 |
|
JayDevlin
|
b254b6ed3a
|
ENHANCEMENT Pass through jQuery UI options through DateField->setConfig() (if applicable)
|
2011-09-19 15:46:03 +02:00 |
|
Ingo Schommer
|
168b1ff279
|
MINOR Allowing to retrieve the whole configuration array in DateField/TimeField/DateetimeField->getConfig()
|
2011-09-19 15:44:35 +02:00 |
|
nicolaas
|
6a268a8b37
|
BUGFIX ConfirmedPasswordField::setValue has error (fixes #6387)
http://open.silverstripe.org/ticket/6387
|
2011-09-18 23:19:34 +02:00 |
|
Ingo Schommer
|
ce8e72cf0e
|
MINOR Removing executable flag from all files (thanks miiihi)
|
2011-09-18 22:04:02 +02:00 |
|
Ingo Schommer
|
654173e46b
|
ENHANCEMENT Allow usage of custom 'fieldClasses' argument to FormScaffolder for relationships
|
2011-08-22 08:56:42 +02:00 |
|
Ingo Schommer
|
1b3978095a
|
MINOR Added FileIframeField->getCanUploadNewFile()
|
2011-08-14 13:54:13 +02:00 |
|