Sebastiaan Janssen
8fb446960c
U4-4927 Image Cropper Crop URL is wrong in 6.2.0
...
Reverts part of 067268a96e which was refactored wrong
2014-05-22 19:39:25 +02:00
Shannon
ded82611a7
Finalizes: U4-4472 Image cropper should use IFileSystem - currently uses standard IO
2014-03-19 15:09:50 +11:00
Shandem
6a8cb5e123
Merge pull request #270 from stefana99/6.2.0-imagecropper
...
Changes to imageCropper, supports new mediafilesystem
2014-03-19 14:48:38 +11:00
Shannon
d028ee2c3e
Completes: U4-4457 Upgrade to latest CDF
2014-03-17 14:08:07 +11:00
Shannon
d1d54d8e84
Fixes: U4-4427 Exception with selecting content start node in Multi-node tree picker 6.2.0
2014-03-17 13:12:08 +11:00
Stephan
3b6dcc3421
Factor Dictionary.ReplaceKey method
2014-03-05 15:46:33 +01:00
Shannon
1ada5210ad
updated to latest examine
2014-02-21 09:54:53 +11:00
Shannon
ce649f54d7
Upgraded to latest examine, completes: U4-4240 Update with new examine version 0.1.53
2014-02-20 15:01:47 +11:00
Shannon
2e25bc8fdb
Moves all FindCOntrolRecursive calls to an extension method
2014-02-19 23:49:08 +11:00
Shannon
aebc30c7a3
Removes the version specific info from the CDF and Examine references in all proj files.
2014-01-13 14:02:50 +11:00
Shannon
4db6ce4b22
Fixes various issues relating to File Repositories and Services: U4-4014 FileRepositories offer no way to create folders, U4-4013 The models that the FileService produces causes security exceptions, U4-3993 Replace system.io calls in umbraco.scriptTasks legacy task
...
updates to latest CDF
2014-01-09 18:08:13 +11:00
Shannon
8656d3e4b9
adds some null checks, removes old unused webforms files for tree control
2013-12-19 11:35:53 +11:00
Shannon
40988b4655
Merge branch 'select-parent-on-movecopy' of https://github.com/pynej/Umbraco-CMS into pynej-select-parent-on-movecopy
...
Completes: U4-3920 Move/Copy/Content-Picker time saver - pre-selects current node
2013-12-19 11:25:54 +11:00
stefana99
067268a96e
Changes to imageCropper, supports new mediafilesystem
2013-12-16 13:35:18 +00:00
Shannon
6a9b8d5540
Fixes a unit test issue with the mntp editor initialization.
2013-12-16 16:27:59 +11:00
Shannon
55247fe31d
Finally got around to changing all calls to umbraco.IO to Umbraco.Core.IO - that'll clear up several hundreds of warnings :)
2013-10-03 12:45:40 +10:00
Shannon
4df79ce55b
re-enables LoadMinimalDocument and adds this to the optimized check, even in optimized model the OnRenderNode can still execute with a minimal doc.
2013-09-30 13:47:19 +10:00
Shannon
15d2021786
Obsoletes the LoadMinimalDocument flag since it no longer serves a purpose.
2013-09-30 13:36:49 +10:00
Morten Christensen
dc1a67bfa2
Fixes U4-2822 Datepicker throws "Specified cast is not valid" when saving through API
2013-09-18 10:06:08 +02:00
Sebastiaan Janssen
686250c586
Fixed U4-608 Empty tinymce config throws null ref exception
2013-09-08 19:42:34 +02:00
Jeremy Pyne
e65a71a05a
Added code to pre-select the current node in content tree pickers based on the location of the document in the tree.
...
This is a HUGE time saver with an even moderately complex site hierarchy.
2013-08-29 11:14:51 -04:00
Shannon
357dc6ec8e
Fixes: U4-2711 DAMP throws unknown exception on image upload with image cropper
2013-08-29 12:27:49 +10:00
Morten Christensen
86811fe507
Fixes U4-2397 IContent Properties added with incorrect Value when read from Cache, and adds unit test for verifying types saved and returned for 24 standard DataTypes.
2013-08-12 16:20:32 +02:00
Sebastiaan Janssen
e634dba4ea
2nd attempt: U4-2514 Checkboxlist prevalues in packages broken
2013-07-23 13:16:18 +02:00
Shannon
3da7682415
reverted change for U4-2514 as this change will cause other unwanted problems. Added logging for DefaultDataKeyValue instead of blindly swallowing an exception.
2013-07-23 10:50:48 +10:00
Sebastiaan Janssen
319ba5c791
U4-2524 If tinyMCEImageHelper.DoResize fails, the src gets removed from the img tag
2013-07-22 13:51:13 +02:00
Shannon
80f8a9d01c
Merge branch '6.1.3' of https://github.com/umbraco/Umbraco-CMS into 6.1.3
2013-07-22 12:44:06 +10:00
Shannon
6f9883d373
Fixes MNTP required validation (U4-1975)
2013-07-22 12:30:12 +10:00
Shannon
41c920a4ec
Updated to latest CDF version which contains some fixes.
2013-07-22 11:29:32 +10:00
Sebastiaan Janssen
914005b2b6
Merge pull request #46 from michielvoo/u4-2417
...
U4-2417 Could the preview thumbnail link to the full image
Conflicts:
src/Umbraco.Web/Umbraco.Web.csproj
src/Umbraco.Web/umbraco.presentation/umbraco/controls/Images/ImageViewer.ascx.cs
src/umbraco.editorControls/mediapicker/mediaChooser.cs
2013-07-19 15:09:07 +02:00
Sebastiaan Janssen
d88494e90e
U4-638 Bug (and fix/solution): Saving inline base64 image (or any attribute value with equal sign at the end)
2013-07-18 17:09:26 +02:00
Morten Christensen
93def731ef
Fixes #U4-2466
2013-07-05 10:51:19 +02:00
Morten Christensen
f06a6f42da
Updating nuget dependency for ClientDependency
2013-07-03 11:20:42 +02:00
Shannon Deminick
932115585e
Fixes: #U4-2315 - CDF grouping issue, updated to new version
2013-06-03 13:35:41 -10:00
Morten Christensen
242443d861
Fixes the EntityRepository for Content and Media, so trees load correctly.
...
Fixes U4-2306
Fixes loading of MNTP.
FolderBrowser is now able to show multiple images on a single media item.
FolderBrowser only shows images and not containers.
2013-06-01 20:40:51 -02:00
Sebastiaan Janssen
8c841f97cc
Merge with 6.0.7
2013-05-31 05:57:18 -02:00
Sebastiaan Janssen
a1ee352514
Additional fix for U4-335 Image cropper out of memory
2013-05-31 05:46:10 -02:00
Shannon Deminick
5041e6fcc4
Updated to latest CDF version that has a few bug fixes and added a CDF logger.
2013-05-28 13:24:48 -10:00
Shannon Deminick
de52f3ee93
Merge with 6.0.6
2013-05-05 23:39:52 -10:00
Sebastiaan Janssen
2423bdd623
Merge with 4.11.8
2013-05-01 05:33:19 -02:00
Sebastiaan Janssen
bcb90d64a5
Fixes U4-1136 Class in MediaPickerDataType.cs wrongly named MemberPickerDataType
...
+ a bit of code cleanup
2013-05-01 05:32:29 -02:00
Shannon Deminick
710c8aa6ea
Merge with 6.0.4
2013-04-23 21:52:07 -10:00
Shannon Deminick
df9a887032
Merge with 4.11.7
2013-04-23 20:50:30 -10:00
agrath
3594693f4b
Backported fix for u4-335 from Commit b15d0ab0b879 into 4.11.7
2013-04-22 11:12:03 -12:00
Shannon Deminick
d6d630cb2c
Merge with 6.0.4
2013-04-19 04:40:49 +06:00
Shannon Deminick
35a698cdc9
Merge with 4.11.7
2013-04-19 04:40:13 +06:00
Shannon Deminick
c0fd974cc1
fixes typo on word disallow
2013-04-19 04:20:24 +06:00
Shannon Deminick
979fe46e9b
Updated CDF to 1.6.0.0
2013-04-18 00:55:40 +06:00
Shannon Deminick
22fb7e1706
Merge
2013-04-12 03:07:53 +06:00
Shannon Deminick
12b1168de9
Fixes merge issues
2013-04-12 02:59:03 +06:00