Sam Minnée
08bcf7ff2b
Merge pull request #366 from adrexia/7053-scrolling-pop-up-IE7
...
BUGFIX: Pop-up scrolling IE7
2012-04-22 22:04:01 -07:00
Naomi Guyer
e392cc21c3
BUGFIX: Pop-up scrolling IE7
...
Added position relative to the body of the iframe to fix scrolling bug
2012-04-23 17:01:38 +12:00
Will Rossiter
53c9f981af
Merge pull request #365 from halkyon/doc_changes_2
...
MINOR Documentation changes
2012-04-22 21:24:55 -07:00
Sean Harvey
c7874ba01f
Merge pull request #364 from ajoneil/7190-fix-translation-flush
...
BUGFIX: Fix ?flush=1 not flushing en_US language
2012-04-22 21:05:21 -07:00
Sean Harvey
6d38798970
MINOR Documentation changes
2012-04-23 16:04:08 +12:00
Mateusz Uzdowski
fbbdbbcb3b
BUGFIX: list only files the autoset relation supports in UploadField
...
Otherwise when user selects an object that does not fit the relation,
the system will throw an Exception.
2012-04-23 15:01:59 +12:00
Mateusz Uzdowski
6469d83569
API CHANGE: add a remote relation class getter to DataObject
2012-04-23 15:01:55 +12:00
Andrew O'Neil
a37370343e
BUGFIX: Fix ?flush=1 not flushing en_US language
2012-04-23 14:51:12 +12:00
Naomi Guyer
2b9b07adcc
BUGFIX: 7055 Filter buttons in IE9
...
Set gradient support to true for IE9 in order for the icons to show on
top of gradients as desired.
2012-04-23 12:29:57 +12:00
Mateusz Uzdowski
47e3052aaa
ENHANCEMENT: allow folder selection when attaching files from the CMS
...
http://open.silverstripe.org/ticket/7046
UploadField would default to one folder only, and wouldn't allow asset
tree traversal. HtmlEditorField MediaForm has this capability, so added
it here in a similar fashion via TreeDropdownField.
2012-04-23 12:08:16 +12:00
Sean Harvey
bda849afeb
BUGFIX Check for SimpleXML support in PHP at the installation step
2012-04-22 22:43:06 +12:00
Will Rossiter
8e8c1302a2
Merge pull request #360 from joaosantos81/master
...
MINOR: clear_all returns void (and not the result of inst_clearAll() invocation)
2012-04-22 01:49:53 -07:00
Will Rossiter
2bbb7cd914
Merge pull request #361 from halkyon/formfield_doc_changes
...
MINOR Documentation on EmailField type attribute change
2012-04-22 01:48:39 -07:00
Sean Harvey
cc339c37c4
BUGFIX Ensure the SS3 installer checks for CType support in PHP, as language YAML parser uses this in framework.
2012-04-22 17:45:56 +12:00
Sean Harvey
e12a82e28f
MINOR Documentation on EmailField type attribute change
2012-04-21 11:09:34 +12:00
joaosantos81
611cd53be8
inst_clearAll() does not return anything so clear_all() method should not expect any return value from inst_clearAll invocation
2012-04-20 18:36:11 +02:00
Ingo Schommer
ef8651dd30
Merge pull request #350 from adrexia/7004-IE7-wrapping-bug
...
BUGFIX: #7004 Fixes
2012-04-20 01:15:28 -07:00
Normann Lou
ca38b25014
BUGFIX: add CloseButton back, only hidde it when editing an image that loaded from content area.
...
ENHANEMENT: remove call of toogleLooks() from redraw(), only call toggleLooks() when needed.
MINOR: code minimazing / code convention.
2012-04-20 18:04:50 +12:00
Normann Lou
e1372b3794
ENHANCEMENT: toggle header and action label for image dialog popups (from content TinyMCE image icon)
2012-04-20 18:04:49 +12:00
Normann Lou
095b62a0b4
BUGFIX: remove the 'close button' from template used to edit an image detail in HTMLEditor popup
2012-04-20 18:04:49 +12:00
Sam Minnée
45197b1205
Merge pull request #358 from silverstripe-big-o/ss-reports-documentation
...
MINOR: updating release notes with documentation describing changes to SS_Report
2012-04-19 21:48:40 -07:00
Sam Minnee
f7ce7e1878
MINOR: More documentation fixes.
2012-04-20 16:45:52 +12:00
Sam Minnee
ebf3e0c40e
MINOR: Fixed changelogs to format in older PHP versions
2012-04-20 16:40:52 +12:00
Julian Seidenberg
91df7ac341
MINOR: updating release notes with documentation describing changes to ReportAdmin and SS_Report classes
2012-04-20 16:31:24 +12:00
Sean Harvey
a3e43171cf
MINOR Fixed broken DataExtensionTest
2012-04-20 15:41:51 +12:00
Sean Harvey
1683299d81
MINOR Ignore any values that come through as arrays in DataObject::cache_composite_fields()
2012-04-20 15:25:52 +12:00
Sam Minnee
58599dc9d1
Added 3.0.0-beta2 changelog
2012-04-20 15:18:32 +12:00
Sean Harvey
c55e0b8b95
MINOR Fixing up PHP versions to be consistent with
...
33ae83640b
2012-04-20 15:08:01 +12:00
Sean Harvey
007ed25c0b
MINOR Fixing broken tests
2012-04-20 15:05:18 +12:00
Sam Minnee
8e48e6e231
API CHANGE: Allow <classname>::get(), eg, Member::get()->byID(5)
2012-04-20 14:58:24 +12:00
Sam Minnee
33ae83640b
MINOR: Lowered 5.3.10 recommendation to 5.3.4
2012-04-20 14:45:57 +12:00
Sean Harvey
f1249e66a3
Merge pull request #355 from simonwelsh/patch-2
...
BUGFIX Don't filter out attributes that are '0'
2012-04-19 17:47:18 -07:00
Simon Welsh
13865cb7ac
BUGFIX Don't filter out attributes that are '0'
2012-04-20 12:22:40 +12:00
Sean Harvey
ee7d2c3086
Merge pull request #354 from robert-h-curry/gridfielddatacolumnstest-custom-member-fix
...
BUGFIX: Removed assumption in GridFieldDataColumnsTest that Member would...
2012-04-19 16:41:03 -07:00
Robert Curry
ee53df336d
BUGFIX: Removed assumption in GridFieldDataColumnsTest that Member would always have the same summary fields.
2012-04-20 11:38:06 +12:00
Sean Harvey
6350f306f5
Merge pull request #352 from simonwelsh/bye_svn
...
MINOR Remove .svn folder
2012-04-19 14:59:30 -07:00
Simon Welsh
82ca56df25
MINOR Remove .svn folder
2012-04-20 09:54:58 +12:00
Will Rossiter
585417d141
Merge pull request #343 from halkyon/object_static_remove_deprecation
...
BUGFIX Remove calls to deprecated Object static methods, update ConfigTest
2012-04-19 14:41:45 -07:00
Ingo Schommer
a687292300
Merge pull request #345 from halkyon/config_upgrading_doc
...
MINOR Documentation for new Config system and DataExtension/extraStatics
2012-04-19 00:25:53 -07:00
Will Rossiter
8f4957ae95
Merge pull request #349 from halkyon/emailfield_type
...
ENHANCEMENT use type="email" for EmailField
2012-04-18 23:14:10 -07:00
Will Rossiter
5c420baa80
Merge pull request #346 from halkyon/upload_field_lang_fixes
...
BUGFIX Fix broken labels in UploadField
2012-04-18 22:57:46 -07:00
Naomi Guyer
e2d6d5936d
BUGFIX: #7004 Fixes
...
Fixed the overflow bug in IE7, as per ticket #7004 .
2012-04-19 16:06:58 +12:00
Sean Harvey
80facbd81b
BUGFIX Ensure merging correctly
2012-04-19 14:26:26 +12:00
Sean Harvey
23c3fb83fb
ENHANCEMENT EmailField now uses type="email", which has the benefit of
...
allowing email validation when using the required="required" attribute.
If using an old browser, the "email" type will fallback to "text"
2012-04-19 14:06:47 +12:00
Sam Minnée
7dc5eb0cdc
Merge pull request #347 from robert-h-curry/7010-gridfield-set-display-fields
...
ENHANCEMENT: Fixes #7010 . Move DisplayFields, FieldCasting and FieldForm...
2012-04-18 18:40:04 -07:00
Robert Curry
842784c8aa
ENHANCEMENT: Fixes #7010 . Move DisplayFields, FieldCasting and FieldFormatting functions from GridField to GridFieldDataColumns.
2012-04-19 12:44:59 +12:00
Sean Harvey
b8faa41e7b
Merge pull request #341 from mateusz/uploadfield-hasone
...
Uploadfield doesn't save into inherited Image Classes
2012-04-18 17:23:23 -07:00
Mateusz Uzdowski
a9e7de0cf4
BUGFIX: make UploadField aware of relations to derived classes (os7140)
...
UploadField was relying entirely on the File::get_class_for_file_extension to
select a class, so it could only create File or Image objects. This
would break the relationships based on derived objects. Also make it
respect the FileField::relationAutoSetting.
2012-04-19 12:18:36 +12:00
Mateusz Uzdowski
47d7392e88
BUGFIX: remove unnecessary write from uploading routine
2012-04-19 12:13:03 +12:00
Mateusz Uzdowski
5d7f6a0d69
MINOR: add some comments to UploadField
2012-04-19 12:13:03 +12:00