ajshort
|
d692c22ee4
|
MINOR: Fixed FileField->Value() erroring when files value not set.
|
2011-12-26 19:08:08 +11:00 |
|
ajshort
|
3478e4f9e6
|
ENHANCEMENT: Made the form enctype configurable via a method Form->setEncType().
API CHANGE: Deprecated Form->FormEncType() in favour of Form->getEncType().
MINOR: Added enctypes as constants to the Form class.
|
2011-12-26 18:36:24 +11:00 |
|
ajshort
|
6aa90e6288
|
MINOR: Replaced is_a with instanceof to fix bugs with the changed is_a behaviour in PHP 5.3.7.
|
2011-12-26 18:31:32 +11:00 |
|
Ingo Schommer
|
565e2ab318
|
Merge pull request #143 from Innovatif/sapphire
---
BUGFIX Having <header tag in HTML causes requirements to double. See http://www.silverstripe.org/general-questions/show/17524
|
2011-12-23 16:36:01 +01:00 |
|
Ingo Schommer
|
7d245c3803
|
MINOR Reduced unnecessary autoloading
|
2011-12-23 10:31:35 +01:00 |
|
Ingo Schommer
|
255c110fb5
|
Merge pull request #144 from simonwelsh/sapphire
---
..._FILES so it handles nested keys properly.
|
2011-12-23 09:33:13 +01:00 |
|
Simon Welsh
|
dd546a9888
|
BUGFIX Merge request arrays recursively
|
2011-12-23 17:48:49 +13:00 |
|
Simon Welsh
|
f7516481b1
|
BUGFIX Sanitise keys and tags before using them with Zend_Cache.
|
2011-12-23 10:38:37 +13:00 |
|
Simon Welsh
|
27a51ed7ed
|
BUGFIX Namespaced classes were always having their namespace prepended to their base class
|
2011-12-23 10:24:42 +13:00 |
|
Ingo Schommer
|
1f3b0d2684
|
MINOR Fixed link form prepopulation of selected text in CMS
|
2011-12-21 14:50:42 +01:00 |
|
Ingo Schommer
|
53506f37f2
|
MINOR Don't remove checkboxes from page tree after batch actions, as it causes an inconsistent UI ('multi-select' view is still enabled) (fixes #6758)
|
2011-12-21 10:48:53 +01:00 |
|
Ingo Schommer
|
0d26776e09
|
MINOR Deselecting tree items after swtiching back from multi-select (fixes #6810, thanks wolfv)
|
2011-12-21 10:19:42 +01:00 |
|
Anselm Christophersen
|
cdedbb8d37
|
MINOR ModelAdmin styling
|
2011-12-20 18:00:56 +01:00 |
|
Ingo Schommer
|
30377f277e
|
MINOR Update CMS menu state on form submission (as well as history state change)
|
2011-12-20 17:46:44 +01:00 |
|
Ingo Schommer
|
225776389a
|
MINOR Allow overwriting of 'X-Controller' and 'X-Title' HTTP headers in CMS
|
2011-12-20 17:46:44 +01:00 |
|
Ingo Schommer
|
c70e70b5c4
|
MINOR Removing compass asset_cache_buster functionality, as it wrongly changes the hashes even if files haven't changed, causing merging hassles - leave cache control to the webserver
|
2011-12-20 17:46:43 +01:00 |
|
Ingo Schommer
|
2211fc11ca
|
MINOR Added reuseable .cms-panel-padded style
|
2011-12-20 17:46:43 +01:00 |
|
Ingo Schommer
|
47f53dfa39
|
MINOR Reverted special styling of preview button in CMS, too hard to keep consistent alignment
|
2011-12-20 17:46:43 +01:00 |
|
Ingo Schommer
|
ac963755dd
|
ENHANCEMENT Support for fake "redirects" in ajax responses via History.replaceState() (used e.g. for an add form loading the record for editing afterwards, under its own URL)
|
2011-12-20 17:46:38 +01:00 |
|
Ingo Schommer
|
068fcb209f
|
MINOR Added temporary, hardcoded "add page" menu links
|
2011-12-20 14:10:08 +01:00 |
|
Ingo Schommer
|
11b3b43c84
|
MINOR Only load preview panel if its visible, to avoid unnecessary asset loads and processing. Only refresh edit form view from preview events when its visible.
|
2011-12-19 15:06:04 +01:00 |
|
Ingo Schommer
|
f1f8dcd24d
|
MINOR Improved CMS UI context by showing breadcrumbs in form record title, using current record instead of form field to determine values
|
2011-12-19 14:57:11 +01:00 |
|
Ingo Schommer
|
058719571c
|
ENHANCEMENT Allowing to inject <style> tags via ajax responses in LeftAndMain.js (used for the CMS page tree icons)
|
2011-12-19 13:33:07 +01:00 |
|
Ingo Schommer
|
05d19d9a82
|
Revert "MINOR Use json_decode() instead of the Services_JSON class if the function exists." - it breaks assumptions around Convert::json2array() only converting the *first* level of an object structure into an array, which in turn fails CMSMainTest and LeftAndMainTest (as well as some UI functionality relying on it). In order to introduce this change we have to fix these issues in a backwards compatible manner.
This reverts commit 3a006b77ae .
|
2011-12-18 20:17:41 +01:00 |
|
Ingo Schommer
|
68a394427d
|
MINOR Fixed usage of FieldSet->insertFirst() in ModelAdmin, no longer present in FieldList
|
2011-12-18 18:19:28 +01:00 |
|
Ingo Schommer
|
0bfc0bc645
|
MINOR Cleaning $Content property explicitly for SecurityAdmin->groupimport() iframe
|
2011-12-18 18:18:44 +01:00 |
|
Ingo Schommer
|
4d28b79c1b
|
MINOR Reduced HTML validation errors in CMS and FieldGroup
|
2011-12-18 17:00:01 +01:00 |
|
Ingo Schommer
|
bc2bb53274
|
MINOR Fixed drag'n'drop in SecurityAdmin (thanks frankmullenger)
|
2011-12-18 16:01:36 +01:00 |
|
Frank Mullenger
|
160f712f68
|
BUGFIX: Update the page title heading on edit page in CMS (fixes #6809)
|
2011-12-18 15:34:00 +01:00 |
|
Frank Mullenger
|
0a3de455cf
|
MINOR User error was assuming $templateList is always an array when it can also be a string.
|
2011-12-18 15:34:00 +01:00 |
|
Stig Lindqvist
|
f59d11c91e
|
MINOR DataList::sort() can sort by relation name
|
2011-12-18 04:28:09 +01:00 |
|
Stig Lindqvist
|
20554b1bf9
|
BUGFIX DataQuery::orderby() don't sort relations DESC
|
2011-12-18 04:21:00 +01:00 |
|
Simon Welsh
|
04c8e2b762
|
BUGFIX Generate valid PHP when $includeDebuggingComments is true.
|
2011-12-17 17:35:26 +13:00 |
|
Sam Minnee
|
fece61c90b
|
BUGFIX: Use numeric literal for numeric less-than filter.
|
2011-12-17 16:42:31 +13:00 |
|
Sam Minnee
|
0bdfc0c515
|
MINOR: On PHPUnit 3.6, show the output of tests.
|
2011-12-17 16:42:31 +13:00 |
|
Sam Minnee
|
5a157a6365
|
API CHANGE: Deprecate SubstringFilter in favour of PartialMatchFilter.
|
2011-12-17 16:42:30 +13:00 |
|
Stig Lindqvist
|
9bf247cc33
|
API CHANGE Introduced DataQuery::whereAny() and SQLQuery::whereAny()
|
2011-12-17 16:42:30 +13:00 |
|
Stig Lindqvist
|
671c8b734d
|
BUGFIX NegationFilter and SubstringFilter did not set the DataModel on apply()
|
2011-12-17 16:42:30 +13:00 |
|
Stig Lindqvist
|
e22eaec204
|
BUGFIX Restfulserver should use the correct way when sorting SS_Lists
|
2011-12-17 16:42:30 +13:00 |
|
Stig Lindqvist
|
a642a299c5
|
DOC Update the documentation for the datamodel to describe the SS_List sort, filter and exclude methods
|
2011-12-17 16:42:30 +13:00 |
|
Stig Lindqvist
|
aafdb8e01c
|
API CHANGE All SS_List implementators supports filter, exclude and sort methods
|
2011-12-17 16:42:29 +13:00 |
|
Stig Lindqvist
|
2306ec94c3
|
MINOR Updated inline documentation and added visibility keywords to methods for SS_List, DataList and ArrayList
|
2011-12-17 16:42:29 +13:00 |
|
Sam Minnee
|
60ced3b167
|
BUGFIX: Added default value for limit on LimitCharacters() to prevent backwards-compat issue (fixes 0c3af805 )
|
2011-12-17 16:41:54 +13:00 |
|
Will Rossiter
|
4d0d5799bb
|
MINOR: merged edlinklater/master into master. Fixes #134
|
2011-12-17 16:12:21 +13:00 |
|
Will Rossiter
|
01541487ca
|
MINOR: code formatting
|
2011-12-17 16:06:56 +13:00 |
|
=
|
d407f4c613
|
MINOR: Revert special formatting of preview button, fix Action button icons in IE8
|
2011-12-17 15:56:34 +13:00 |
|
Will Rossiter
|
a04c1410e1
|
BUGFIX: update admin menu links when current page ID updates. Fixes #6768.
|
2011-12-17 15:51:02 +13:00 |
|
Hamish Friedlander
|
45c25e93b4
|
MINOR: Disable PhpSyntaxTest until we decide whether to re-write it or remove it
|
2011-12-17 15:40:06 +13:00 |
|
Hamish Friedlander
|
be9286fbc4
|
Merge pull request #132 from simonwelsh/namespace-manifest
|
2011-12-17 15:40:06 +13:00 |
|
Sam Minnee
|
8e58529f39
|
BUGFIX: Don't throw errors if older modules aren't aware of the DataModel argument.
|
2011-12-17 15:25:15 +13:00 |
|