Ingo Schommer
|
ac6f9e9987
|
MINOR Normalize trailing slashes in X-ControllerURL handling to avoid double requests caused by SS_HTTPRequest modifying the original URL (removing trailing slash etc)
|
2012-04-04 16:47:14 +02:00 |
|
Ingo Schommer
|
c2b741642e
|
MINOR Moved X-ControllerURL handling into global ajax response handlers to avoid code duplication
|
2012-04-04 16:47:13 +02:00 |
|
Ingo Schommer
|
0414e42bbc
|
MINOR Keep X-ControllerURL canonical by not re-constructing with question mark if there's no GET string (caused duplicate HTML5 pushState requests)
|
2012-04-04 16:47:13 +02:00 |
|
Ingo Schommer
|
af80ab5ab7
|
Merge pull request #282 from halkyon/php52_references
Removed checks for versions less than PHP 5.3
|
2012-04-04 07:47:04 -07:00 |
|
Sean Harvey
|
076f1a83f4
|
BUGFIX Fixed GridField edit link appearing 9999px off screen, should not be visible as the icon replaces the link text.
|
2012-04-04 16:00:56 +12:00 |
|
Felipe Skroski
|
5826b36f8d
|
ENHACEMENT: SSF-168 updated the font for titles on print stylesheets
|
2012-04-04 14:27:50 +12:00 |
|
Felipe Skroski
|
7740bb326a
|
ENHANCEMENT SSF-168 moved print and csv export buttons to the top of the grid
|
2012-04-04 14:09:52 +12:00 |
|
Felipe Skroski
|
4ffef20b09
|
ENHANCEMENT: SSF-168 updated print styles to the datagrid
|
2012-04-04 14:09:52 +12:00 |
|
Normann Lou
|
721184c4b3
|
MINOR SSF-297 add more available information to GridField print view
|
2012-04-04 14:07:07 +12:00 |
|
Julian Seidenberg
|
7f8a682ad7
|
BUGFIX: SSF-38 fixing the "Choose files from your computer" upload field
|
2012-04-04 13:46:24 +12:00 |
|
Jeremy Bridson
|
875eef9992
|
ENHANCEMENT:Styled the php5 required page and fixed a couple of styling issues on the install page in IE.
|
2012-04-04 13:26:28 +12:00 |
|
Normann Lou
|
95cdfd7903
|
BUGFIX destroy $item in the scope of where $item is defined for GridFieldPrintButton->generatePrintData.
|
2012-04-04 11:29:25 +12:00 |
|
Normann Lou
|
2f3949ac6e
|
MINOR add 'print button' to Member list and data list of ModelAdmin
|
2012-04-04 10:35:41 +12:00 |
|
Sean Harvey
|
707777812f
|
Merge pull request #287 from unclecheese/patch-1
Using deprecated StringField::Upper() and StringField::Lower(). Calling ...
|
2012-04-03 15:15:03 -07:00 |
|
unclecheese
|
59706d5bf5
|
Using deprecated StringField::Upper() and StringField::Lower(). Calling $MyEnumField.Upper on the template returns an unresolvable deprecation error.
|
2012-04-03 15:58:17 -03:00 |
|
Ingo Schommer
|
58d6f15b7e
|
Merge pull request #285 from halkyon/debugview_changes
Adjusted wording in DebugView for E_DEPRECATED and E_USER_DEPRECATED error levels
|
2012-04-03 03:02:56 -07:00 |
|
Will Rossiter
|
1996089b8b
|
Merge pull request #286 from drzax/forms
ENHANCEMENT: Heading level updatable on heading form fields.
|
2012-04-02 23:22:23 -07:00 |
|
Jeremy Bridson
|
63b23a2155
|
ENHANCEMENT:incorporating "simple" theme into the the SS3 Install - styling the install page to fit with the "simple" theme
|
2012-04-03 17:31:40 +12:00 |
|
Simon Elvery
|
429ff64d7c
|
Merge branch 'master' of https://github.com/silverstripe/sapphire.git into forms
|
2012-04-03 15:06:23 +10:00 |
|
Simon Elvery
|
68db977ef1
|
MINOR: Provide a setter for heading level on HeaderField object.
|
2012-04-03 15:05:21 +10:00 |
|
Normann Lou
|
d71b04fa19
|
ENHANCEMENT make gridfield status applied with header filter and header sort before print
|
2012-04-03 17:04:19 +12:00 |
|
Normann Lou
|
ba02e500e7
|
FEATURE added GridFieldPrintButton compoonent
|
2012-04-03 16:57:48 +12:00 |
|
Normann Lou
|
00b904b01c
|
ENHANCEMENT make gridfield status applied with header filter and header sort before export
|
2012-04-03 16:57:48 +12:00 |
|
Jeremy Bridson
|
cebe2fc093
|
BUGFIX:removed header from edit profile popup and restyled broken tabs - still needs a proper fix after beta II.
|
2012-04-03 14:34:42 +12:00 |
|
Normann Lou
|
fac2664e01
|
MINOR: add 'edit-profile-popup' as extra popup class
|
2012-04-03 12:50:13 +12:00 |
|
Normann Lou
|
f1e0951483
|
ENHANCEMENT: allow each dialog pop to have their own extra class.
|
2012-04-03 12:50:13 +12:00 |
|
Sean Harvey
|
f8a6db8d31
|
MINOR Temporarily reverted X-ControllerURL push state, as the header doesn't get set
correctly in LeftAndMain::handleRequest() correctly. This fixes saving
pages until X-ControllerURL has been corrected.
|
2012-04-03 11:29:44 +12:00 |
|
Julian Seidenberg
|
5c3c3cb347
|
BUGFIX: SSF-38 removing the z-index on the TabSet so that the upload button works in the HtmlEditorField insert image lightbox.
|
2012-04-03 10:31:01 +12:00 |
|
Sean Harvey
|
349019e780
|
MINOR Adjusted wording based on E_DEPRECATED and E_USER_DEPRECATED error levels.
|
2012-04-03 10:28:07 +12:00 |
|
Sean Harvey
|
68aaae8cc0
|
MINOR Update docs and version checking for PHP 5.3+
|
2012-04-03 09:54:55 +12:00 |
|
Sean Harvey
|
58e912d4d7
|
MINOR Removed check for PHP versions less than 5.2 in Cookie
|
2012-04-03 09:54:55 +12:00 |
|
Sean Harvey
|
db65704639
|
MINOR Removed PHP 5.2 check in DateTest
|
2012-04-03 09:54:55 +12:00 |
|
Sean Harvey
|
a2979f0551
|
BUGFIX Ensure that origLayoutClasses is always an array when considered
empty, as join() will be called later and causes a JS error on an empty
string.
|
2012-04-02 14:29:02 +12:00 |
|
Sean Harvey
|
89267419d4
|
BUGFIX When inserting an image in HtmlEditorField, don't append "px" as
the width and height attributes only accept a number without a unit
|
2012-04-02 14:10:20 +12:00 |
|
Jeremy Bridson
|
c30a5a10ce
|
MINOR:added spaces to css.
|
2012-04-02 09:08:31 +12:00 |
|
Stig Lindqvist
|
8913bf7b05
|
Merge pull request #281 from halkyon/json_changes
Use built-in json functions in PHP instead of third-party Services_JSON library
|
2012-03-30 17:36:08 -07:00 |
|
Sean Harvey
|
c52f75e319
|
MINOR Add notes on upgrading for Convert::json2array() changes
|
2012-03-31 13:35:01 +13:00 |
|
Sean Harvey
|
dbc4be3e94
|
API CHANGE Removed Services_JSON library, as we use the built-in json functions instead.
|
2012-03-31 13:20:19 +13:00 |
|
Sean Harvey
|
8ae474b182
|
API CHANGE Remove use of Services_JSON and replace with json_encode() and json_decode()
API CHANGE Convert::json2array() will convert nested JSON structures to array as well for easier traversal, instead of array with nested objects.
|
2012-03-31 13:17:36 +13:00 |
|
Will Rossiter
|
18a1cc1db3
|
MINOR: update docs to fix issues raised via comments. MINOR: remove section on comments.
|
2012-03-31 09:03:54 +13:00 |
|
Ingo Schommer
|
7c1b40d4a7
|
MINOR Added 'updateCMSFields' hook to File (fixes #7091)
|
2012-03-30 16:55:44 +02:00 |
|
Ingo Schommer
|
6c91aa0ec5
|
BUGFIX Force referer via "BackURL" POST data in CMS to work around IE problems with sending the base URL as the referer instead of the actual one (#7002)
|
2012-03-30 16:51:43 +02:00 |
|
Ingo Schommer
|
1091c7b944
|
BUGFIX Don't replace pushState() if emulated, as it will re-load the new URL via ajax, effectively duplicating every request in IE (#7002)
|
2012-03-30 16:51:43 +02:00 |
|
Ingo Schommer
|
83adffd7cd
|
MINOR Fixed var names in LeftAndMain.js
|
2012-03-30 16:51:42 +02:00 |
|
Ingo Schommer
|
e6aa9ae017
|
BUGFIX Fixed History.js library handling of relative URLs combined with a base URL (was causing infinite loops, e.g. /admin/#/admin/admin/admin/security) (#7002)
|
2012-03-30 16:51:42 +02:00 |
|
Ingo Schommer
|
f34e58f573
|
ENHANCEMENT Enabled History.pushState() support in IE via onhashchange fallbacks (#7002)
|
2012-03-30 16:51:42 +02:00 |
|
Ingo Schommer
|
3f4aba5545
|
MINOR Avoid breaking IE on CMS ajax responses which don't contain CSS class names (splitting on NULL) (#7002)
|
2012-03-30 16:51:42 +02:00 |
|
Ingo Schommer
|
c518a19ec2
|
BUGFIX Replaced logic for checking external URLs in CMS Menu with more stable jQuery Mobile codebase (fixes problems on IE not loading menu entries via ajax) (#7002)
|
2012-03-30 16:51:42 +02:00 |
|
Sam Minnee
|
58433d38ce
|
BUGFIX: Tidied up relObject() behaviour on DataLists to restore broken SearchContext functionality.
|
2012-03-30 15:59:57 +13:00 |
|
Jeremy Bridson
|
c0fd9bf97c
|
ENHANCEMENT:SSF-38 - Styled in-content file upload dialog box. Also added fixes for cms-content-header box-shadow.
|
2012-03-30 14:33:20 +13:00 |
|