Ingo Schommer
|
586ca7374f
|
Merge pull request #202 from halkyon/date_changes
Date changes
|
2012-02-29 13:02:30 -08:00 |
|
Sean Harvey
|
8109a5e54d
|
MINOR phpDoc to methods in Date, small tweaks to DayOfMonth method to be consistent with value checks
|
2012-03-01 09:56:05 +13:00 |
|
Ingo Schommer
|
d171b11451
|
MINOR Documented special HTTP response codes in CMS
|
2012-02-28 20:30:45 +01:00 |
|
Ingo Schommer
|
804e2daa71
|
ENHANCEMENT Breadcrumbs support in GridFieldPopupForms (CMS only)
|
2012-02-28 18:48:33 +01:00 |
|
Ingo Schommer
|
af9e46af74
|
MINOR LeftAndMain->Breadcrumbs() ordering
|
2012-02-28 18:48:20 +01:00 |
|
Ingo Schommer
|
f67cca321c
|
BUGFIX Using RequestHandler->urlParams rather than HTTPRequest->param() in LeftandMain->currentPageId() in order to avoid the wrong ID being chosen on nested controllers like GridField with their own "ID" parameters in the URL signature
|
2012-02-28 18:48:02 +01:00 |
|
Ingo Schommer
|
386bbf8095
|
MINOR Fixed GridFieldTest (broke due to changes in the default config)
|
2012-02-28 18:20:21 +01:00 |
|
Ingo Schommer
|
6e9bf8859e
|
MINOR Force full redraw when panels are initiated
|
2012-02-28 18:09:33 +01:00 |
|
Ingo Schommer
|
34d3f29a95
|
BUGFIX Fixed TabSet.js initialisation with cookies, default to first tab rather than allowing tab deselects through an index of -1
|
2012-02-28 18:09:33 +01:00 |
|
Ingo Schommer
|
a62881a137
|
MINOR Always padding panels
|
2012-02-28 18:09:32 +01:00 |
|
Ingo Schommer
|
07abcb1dda
|
MINOR Fixed button styling in CMS content header (tab styles not specific enough)
|
2012-02-28 18:09:32 +01:00 |
|
Ingo Schommer
|
da57794014
|
MINOR Using ":submit" selector instead of ":button" in order to capture <input> tags as well
|
2012-02-28 18:09:32 +01:00 |
|
Ingo Schommer
|
25d0196b04
|
MINOR Merge errors
|
2012-02-28 18:09:30 +01:00 |
|
Ingo Schommer
|
832d410303
|
MINOR Merge errors
|
2012-02-28 00:34:15 +01:00 |
|
Ingo Schommer
|
bcc73de85e
|
Merge branch '106-add-edit-records-rc'
Conflicts:
admin/code/LeftAndMain.php
admin/css/screen.css
admin/scss/_style.scss
admin/templates/Includes/LeftAndMain_EditForm.ss
css/GridField.css
filesystem/Folder.php
forms/gridfield/GridField.php
forms/gridfield/GridFieldDefaultColumns.php
forms/gridfield/GridFieldPopupForms.php
|
2012-02-27 23:58:10 +01:00 |
|
Ingo Schommer
|
f1775b5f84
|
MINOR Backlinks in CMS edit form template, first defined in GridFieldPopupForms
|
2012-02-27 23:52:49 +01:00 |
|
Ingo Schommer
|
8ff8d32764
|
MINOR Adding GridFieldPopupForms to default GridFieldConfig_ManyManyEditor settings
|
2012-02-27 23:52:49 +01:00 |
|
Ingo Schommer
|
cbfd76dd36
|
MINOR Documentation
|
2012-02-27 23:52:49 +01:00 |
|
Ingo Schommer
|
e95a2cf40c
|
MINOR Pad fields in base CMS template when no tabs exist, to avoid requiring a template overload for this simple view setting
|
2012-02-27 23:52:48 +01:00 |
|
Ingo Schommer
|
3b53ed1937
|
MINOR Moved some CMS-specific template config into GridFieldPopupForms, to make the external API easier to use, and make specific configs less dependent on the instanciation context, and more tuned to the actual execution controller context
|
2012-02-27 23:52:48 +01:00 |
|
Ingo Schommer
|
ba0d1c60cb
|
MINOR Don't require controller on instanciation of GridFieldPopupForms, as it can't be reliably determined e.g. during a getCMSFields() call. Should use existing FormField/Form API to retrieve controller when its required.
MINOR Renamed GridFieldPopupForms->popupFormName to $name to make it clearer that its the component name (which is optional now).
|
2012-02-27 23:52:48 +01:00 |
|
Julian Seidenberg
|
3936909980
|
ENHANCEMENT: working delete button
|
2012-02-27 23:52:48 +01:00 |
|
Julian Seidenberg
|
550f75408e
|
ENHANCEMENT: File and Image CMSFields styling
|
2012-02-27 23:52:40 +01:00 |
|
Sean Harvey
|
f4a758e500
|
BUGFIX DatetimeField allows non-US style dates with an empty time component to be saved correctly
|
2012-02-24 20:52:26 +13:00 |
|
Sean Harvey
|
58d48583a9
|
ENHANCEMENT Date::DayOfMonth() now supports ordinal argument, so you can get somehing like "10th" or "2nd". Also supported in Date::RangeString
|
2012-02-24 20:38:11 +13:00 |
|
Sean Harvey
|
8fdc531345
|
BUGFIX Ensure Date and Datetime field types actually set NULL, false, empty string values correctly instead of "1970-01-01" which gets saved to the database instead of NULL.
BUGFIX Datetime::Nice() and casting methods return NULL when there is no value, to be consistent with Date::Nice() and so on
|
2012-02-24 20:37:58 +13:00 |
|
Dominik Beerbohm
|
edf6cd6d83
|
API CHANGE: Remove ArrayData::forTemplate(), because it has little usefulness corrupts ViewableData customisation.
|
2012-02-24 16:35:12 +13:00 |
|
Sam Minnée
|
dc439ed0e2
|
Merge pull request #199 from silverstripe-scienceninjas/pull/partialmatch-array-values
BUGFIX Allow PartialMatchFilter to use an array as search term
|
2012-02-23 19:14:36 -08:00 |
|
Sam Minnée
|
61c810a79a
|
Merge pull request #200 from simonwelsh/patch-1
BUGFIX Fallback to sapphire/silverstripe_version if there is no CMS (fra...
|
2012-02-23 19:14:09 -08:00 |
|
Ingo Schommer
|
8fcb40cdf0
|
Merge remote-tracking branch 'silverstripe-scienceninjas/pull/SSF-12'
|
2012-02-23 23:38:29 +01:00 |
|
Ingo Schommer
|
58f5b870a4
|
MINOR Added more fugue sprites
|
2012-02-23 23:29:59 +01:00 |
|
Ingo Schommer
|
30989b598d
|
ENHANCEMENT Added path manipulation lib from jQuery.mobile, using it to ensure all URLs are made absolute (to fix IE issues)
|
2012-02-23 23:29:59 +01:00 |
|
Ingo Schommer
|
3b72f598a2
|
MINOR Added CSS class for identifying column in GridFieldDefaultColumns
|
2012-02-23 23:29:58 +01:00 |
|
Ingo Schommer
|
9465df6fb4
|
MINOR Less specific button selectors in CMS JavaScript to cover <button> tags as well
|
2012-02-23 23:29:58 +01:00 |
|
Ingo Schommer
|
ddf4791708
|
MINOR Simplified edit form toggle in UploadField.js, prevent new <button> element trigger from submitting the form
|
2012-02-23 23:29:58 +01:00 |
|
Ingo Schommer
|
8b6ef6599e
|
MINOR Updating usage of jQuery.data() to confirm with API changes in 1.6 (camelcased names)
|
2012-02-23 23:29:58 +01:00 |
|
Ingo Schommer
|
0bc6bffa9b
|
BUGFIX Changed CSS class structure of GridField to avoid duplication of ".ss-gridfield" selector in different contexts, and make selectors less verbose (no more "fieldset.ss-gridfield"). Added "field" class to GridField container to ensure it displays correctly alongside other form fields (mainly around margins and paddings)
|
2012-02-23 23:29:58 +01:00 |
|
Ingo Schommer
|
bb42afe32f
|
MINOR Removed inline CSS styles
|
2012-02-23 23:29:58 +01:00 |
|
Ingo Schommer
|
27cdc40c7a
|
API CHANGE Moved AssetAdmin-specific fields from Folder->getCMSFields() to AssetAdmin->getEditForm(). For modifying those fields via DataExtension, please use AssetAdmin->updateEditForm() instead
|
2012-02-23 23:29:57 +01:00 |
|
Ingo Schommer
|
9df1487d8f
|
ENHANCEMENT Allow to batch-add components via GridFieldConfig->addComponents()
|
2012-02-23 23:29:57 +01:00 |
|
Ingo Schommer
|
39dc5ae301
|
MINOR Load breadcrumb links via ajax into panels in CMS
|
2012-02-23 23:29:57 +01:00 |
|
Ingo Schommer
|
abedf2a4a9
|
ENHANCEMENT Confirming deletion of records in GridField via JavaScript alert
|
2012-02-23 23:29:55 +01:00 |
|
Ingo Schommer
|
3c29a9268c
|
MINOR AssetUploadField styling
|
2012-02-23 18:39:42 +01:00 |
|
Ingo Schommer
|
cbc2891c80
|
MINOR Metadata for GridField and Folder->getCMSFields() to allow opening folder references in the UI
|
2012-02-23 18:39:42 +01:00 |
|
Ingo Schommer
|
6e6fdaf79e
|
MINOR Applying default padding to edit form template rather than the tabs it contains, which allows a more standardised UI even when no tabs are present in the CMS content area (e.g. in "add files")
|
2012-02-23 18:39:42 +01:00 |
|
Simon Welsh
|
df82dac334
|
BUGFIX Fallback to sapphire/silverstripe_version if there is no CMS (framework only)
|
2012-02-23 20:46:34 +13:00 |
|
Andrew O'Neil
|
7a755da101
|
FEATURE Trigger event when new or edit link is clicked
|
2012-02-23 14:54:03 +13:00 |
|
Ingo Schommer
|
8790ba3c4f
|
BUGFIX Retain editor focus when insert images, update attributes on existing image to avoid IE bugs through TinyMCE
|
2012-02-22 17:53:37 +01:00 |
|
Ingo Schommer
|
5f635d8315
|
BUGFIX Don't reload TreeDropdownField title via ajax if no value is set (which causes infinite loops)
|
2012-02-22 17:27:02 +01:00 |
|
Ingo Schommer
|
6ffb941c28
|
MINOR JS formatting
|
2012-02-22 11:15:54 +01:00 |
|