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
Mateusz Uzdowski
a2c9c409a8
BUGFIX: fixed asserts and file cleanup
...
DataObject::get_one returns false if not found, so better check for
object. Also, the directory would not be cleaned, so on the subsequent
run the files could end up having suffixes.
missed this one
2012-04-19 12:13:02 +12:00
Sean Harvey
baae13c672
MINOR Fixing default en string for FROMCOMPUTER
2012-04-19 12:01:09 +12:00
Sean Harvey
63d91f9a26
BUGFIX Fixing broken labels in UploadField
2012-04-19 11:58:06 +12:00
Sean Harvey
3616fb01de
MINOR Documentation for new Config system and DataExtension/extraStatics when upgrading
2012-04-19 11:13:40 +12:00
Ingo Schommer
a1327faae4
Merge pull request #344 from halkyon/remove_deprecated_extrastatics_usage
...
ENHANCEMENT Remove use of deprecated extraStatics in core files
2012-04-18 15:42:51 -07:00
Ingo Schommer
2b5a9060e9
MINOR Doc anchors so we can link to sections from other release notes
2012-04-19 00:21:19 +02:00
Sam Minnee
9d36048ada
BUGFIX: Fixed a few references to non-existent $request variable.
2012-04-19 10:11:01 +12:00
Ingo Schommer
e4c33686f9
MINOR Pointer to new widget module location in docs
2012-04-18 23:22:24 +02:00
Ingo Schommer
d8bb1b2375
MINOR Consistent link method names: LeftAndMain->PreviewLink() changed to LinkPreview()
2012-04-18 22:59:18 +02:00
Sean Harvey
4cf8db3ee4
ENHANCEMENT Remove use of deprecated extraStatics in core files
2012-04-19 08:37:51 +12:00
Ingo Schommer
ed5110dbbf
MINOR Self-closing input tab in HIddenField to keep broadest markup compliance by default
2012-04-18 18:23:23 +02:00
Ingo Schommer
1408198e70
MINOR Fixing display of tree checkboxes
2012-04-18 18:22:54 +02:00
Ingo Schommer
14895a2056
BUGFIX Only call TinyMCE.init() once per window load (actual editor creation happens through new tinymce.Editor()
2012-04-18 17:38:24 +02:00
Ingo Schommer
57ee9bf5e8
MINOR Removed unnecessary jquery.livequery include from CMS, its still processing in the background = performance overhead
2012-04-18 17:37:36 +02:00
Ingo Schommer
e40455f2e3
MINOR Fixed tabset/breadcrumb tabular styling, avoid tabs overflowing into hidden space (still needs more work to fix properly)
2012-04-18 16:56:04 +02:00
Ingo Schommer
972e7ccb1a
MERGE sitetreeasul
2012-04-18 16:55:15 +02:00
Ingo Schommer
3ee4459476
MERGE tabs url abs
2012-04-18 16:54:57 +02:00
Ingo Schommer
f26951c63d
MINOR Don't try to remove editor containers before they exist
2012-04-18 16:54:20 +02:00
Ingo Schommer
7f62ad0f3e
Merge branch 'master' into 7094-combine-tree-edit-view
2012-04-18 14:19:55 +02:00
Sean Harvey
ccb941ea9d
BUGFIX Fixed places where Object::get_static() was being used. Replace
...
with Config system instead.
2012-04-18 23:55:37 +12:00
Ingo Schommer
92054fbc07
ENHANCEMENT Updated YML translations from translate.ss.org, removed unapproved langs with little or no translations, updated master strings, fixed line break problem in lang files generated by i18nYMLConverter module
2012-04-18 13:36:52 +02:00
Sean Harvey
16e950cb6a
MINOR Tidy up of code formatting in TestRunner
...
MINOR Fixing up old ObjectStaticTest and merging into ConfigTest
2012-04-18 23:29:54 +12:00
Ingo Schommer
a44916dc19
API CHANGE Don't use $tinymce_lang lookup in i18n::get_lang_from_locale(), as it mixes locales with langs and hence breaks language fallbacks in _t() (e.g. "pt_BR" returns "pt_br", rather than "pt")
2012-04-18 13:20:23 +02:00
Sean Harvey
4c6be2931b
BUGFIX Removing use of deprecated Object static functions like
...
get_static(), set_static(), uninherited() etc. Replace with equivalent
Config system get(), update()
2012-04-18 23:10:57 +12:00
Ingo Schommer
c2797f3ffa
Merge pull request #342 from silverstripe-big-o/sapphire
...
---
This is the new _t syntax. All i18n unit tests pass.
2012-04-18 10:16:23 +02:00
Ingo Schommer
f8719e56a1
Merge pull request #337 from sminnee/fix-4911
...
BUGFIX: Fixed inconsistency in common_languages reference to Portuguese ...
2012-04-18 00:36:14 -07:00
Sean Harvey
926daa29e2
BUGFIX Revert remove of function_exists() check for mcrypt in
...
7d84aff01e
, as we don't expect mcrypt to actually be available,
since fallbacks in RandomGenerator are available.
2012-04-18 18:44:33 +12:00
Julian Seidenberg
93fcb863c5
MINOR: removing unused file
2012-04-18 18:16:37 +12:00
Julian Seidenberg
7710cf59c7
MINOR: updating the documentation
2012-04-18 18:14:03 +12:00
Julian Seidenberg
90ae0ed18d
BUGFIX: reverting back to Ingo's text collector from code, but using the parser to get from templates. Adding special case for _t functions in code that have an array in them. Fixing unit tests for all this.
2012-04-18 17:35:32 +12:00
Julian Seidenberg
0da62b9552
BUGFIX: fixing i18n _t function breaking out of when correct translation found
2012-04-18 17:35:32 +12:00
Julian Seidenberg
192237cb7d
BUGFIX: fixes to i18n Unit Tests
2012-04-18 17:35:31 +12:00
Julian Seidenberg
65e3651ff4
API-CHANGE: new translatable syntax _t function
2012-04-18 17:35:31 +12:00
Julian Seidenberg
c314d0b659
API-CHANGE: i18nTextCollector can now extract the new translatable entities (<%t) from templates and populate them in language tables (uses PEG parser)
2012-04-18 17:35:30 +12:00
Julian Seidenberg
f926242b77
BUGFIX: fixed a template so it can parsed by the new parser
2012-04-18 17:35:30 +12:00