Sebastiaan Janssen
b68dd6b35c
U4-5006 Typo: "struture" in the Copy and Move dialogs
2014-05-28 13:12:10 +02:00
Shannon
2a0d2bdb86
Fixes: U4-4945 Slider type stops working on ajax load in 7.1.3
2014-05-28 13:25:47 +10:00
Shannon
f5194efb6e
Fixes: U4-4999 Image cropper - Image file duplicated each time the page (content) is saved/published
2014-05-28 12:29:41 +10:00
Sebastiaan Janssen
7185a6dba5
Merge pull request #383 from imulus/colorpicker-toggle
...
Allow colors to be toggled on/off in Color Picker - U4-4935
2014-05-27 11:53:55 +02:00
Shannon
9f16bee040
Fixes: U4-4952 RTE: macro editing - parameter dialog blank
2014-05-21 15:27:10 +10:00
Tom Fulton
b656db3af3
Allow colors to be toggled on/off in Color Picker - U4-4935
2014-05-16 21:59:34 -06:00
Shannon
ffbb1a85ab
Fixes: U4-4312 Spelling error on "Retreive" should be Retrieve -U7.0.0.4
2014-05-16 12:43:23 +10:00
Shannon
1c7d83f589
Undoes the comma encoding for tags and istead adds support to store the tags as json or csv (U4-4741)
2014-05-15 12:49:03 +10:00
Shannon
157428dbc8
ensures multiple commas in tags still work.
2014-05-14 20:54:01 +10:00
Shannon
922942197f
Fixes: U4-4741 Tags Property Editor Mishandles Tags with Commas
2014-05-14 19:57:40 +10:00
Shannon
f00950bfe4
adds unit test for image helper
2014-05-14 18:38:05 +10:00
Shannon
80d012f3ad
Fixes: U4-4771 u7.1.1 Media section can't view images RangeError: Maximum call stack size exceeded
2014-05-14 18:25:50 +10:00
Shannon
654efd1128
Fixes: U4-3492 Recent history list persist between logged in users
2014-05-14 15:26:52 +10:00
Shannon
aa2375b8ba
Fixes client side mem leak for dialogs and not correctly removing their scopes.
2014-05-14 15:18:28 +10:00
Shannon
42cd71ef6c
Fixes: U4-4865 Umbraco 7.1.2 Date Picker not rendering icon or calendar control
2014-05-14 12:01:38 +10:00
Shannon
cb7f26c998
Fixes: U4-4197 Error 400 on admin area login
2014-05-13 13:39:18 +10:00
Shannon
16b5c86192
Fixes: U4-4869 Cannot save tags - was due to adding the loading... message and the ng-if creating a new scope and not targeting the $parent in the view, also fixes up clearing the value with typeahead is used
2014-05-13 12:55:31 +10:00
Martin Meixger
289bed8fd2
change negative coordinates to zero
2014-05-12 15:34:50 +02:00
Shannon
6b6ca615ba
Updates build to ignore bower and commits typeahead.
2014-05-09 17:02:14 +10:00
Shannon
389724cba5
Re-fixes: U4-4211 User without media section permission will be logged out immediately when accessing a document type using a media picker datatype (u7.0.3)
2014-05-09 14:06:15 +10:00
Shannon
b1603a21a2
Fixes up strange culture issue with thread switching with the update to the AngularJsonMediaTypeFormatter.
2014-05-09 10:46:15 +10:00
Sebastiaan Janssen
59cb1ad31e
Revert "Fixes: U4-4211 User without media section permission will be logged out immediately when accessing a document type using a media picker datatype (u7.0.3) - this is done by using the entityResource in the mediaPicker but to do this we need to return a cut down version of the media properties in the additionalData which is tricky because the cropper stores json which is ntext and the existing sql didn't cater for this. This also cleans up the entity service and we no longer have this internal collection of properties, everything is just added to additionalData, then had to add mediaHelper method to deal with getting urls from a media 'entity' not just a media object."
...
This reverts commit c38c2ede11 .
2014-05-08 16:08:16 +02:00
Shandem
5ac3eb7fef
Merge pull request #364 from tomfulton/patch-1
...
Fix U4-4779: Media Picker not working as single picker
2014-05-08 18:49:36 +10:00
Shandem
7947682cf0
Merge pull request #373 from sniffdk/patch-1
...
Fix for issue U4-4826
2014-05-08 18:13:23 +10:00
Shannon
c47f9ae26d
Fixes: U4-4835 If you've changed data on a content item and then attempt to logout, the 'discard changes' dialog pops up however the logout continues but the URL and view remains
2014-05-08 16:57:29 +10:00
Shannon
22b506e2fb
Fixes: U4-4827 The new speechbubble container is placed over the save and publish buttons
2014-05-08 12:26:59 +10:00
Shandem
6b84a6adec
Merge pull request #374 from sniffdk/patch-2
...
Fix for issue U4-4827
2014-05-08 11:31:22 +10:00
Shannon
c38c2ede11
Fixes: U4-4211 User without media section permission will be logged out immediately when accessing a document type using a media picker datatype (u7.0.3) - this is done by using the entityResource in the mediaPicker but to do this we need to return a cut down version of the media properties in the additionalData which is tricky because the cropper stores json which is ntext and the existing sql didn't cater for this. This also cleans up the entity service and we no longer have this internal collection of properties, everything is just added to additionalData, then had to add mediaHelper method to deal with getting urls from a media 'entity' not just a media object.
2014-05-07 23:55:20 +10:00
Mads Krohn
62c3bf6afe
Fix for issue U4-4827
...
I simply placed the container a little higher up, just above the Save and Publish buttons.
2014-05-06 13:39:11 +02:00
Mads Krohn
aec862a9de
Fix for issue U4-4826
...
When editing an existing link in tinymce the following error is thrown:
Could not find the tree content, activeTree has not been set
This is caused by passing a wrong value as parameter to the doLoad method in the loadActiveTree function.
2014-05-06 13:02:47 +02:00
Shannon
af732955fb
Fixes up a bit more with tags look ahead, fixes up rte to show a loading... text so the UI is handled much better
2014-05-06 18:06:41 +10:00
Shannon
683f0c5725
Fixes: U4-4503 Tags datatype does not autocomplete
2014-05-06 14:44:24 +10:00
Shannon
6827def8ba
Merge branch '7.1.2' of https://github.com/umbraco/Umbraco-CMS into 7.1.2
2014-05-06 10:41:10 +10:00
per ploug
dbbe3fe5fb
Removes remaining yepnop dependencies
2014-05-05 12:59:34 +02:00
Shannon
d2a20b10aa
nearly got tag typeahead working
2014-05-05 19:07:57 +10:00
Shannon
27e6b8c80c
Adds bower to node dependencies, uses bower to get the typeahead dependency, gets bower dependencies on npm install
2014-05-05 15:55:48 +10:00
Shannon
956a92f5b4
removes unused moment.js from core/release
2014-05-05 13:35:20 +10:00
per ploug
d0dae43dd1
Merge branch '7.1.2' of https://github.com/umbraco/Umbraco-CMS into 7.1.2
2014-04-29 11:38:29 +02:00
per ploug
90bf600378
Replaces yepnope.js with lazyload.js
...
Solves the caching and multi-load of the same file problems - adds a bit
of promise-based loading logic ontop of ll.js to ensure order and count
2014-04-29 11:38:13 +02:00
Tom Fulton
472c9d3a88
Fix U4-4779: Media Picker not working as single picker
2014-04-29 01:00:36 -06:00
Shannon
e23d7d1af3
Fixes: U4-3404 Pressing preview should save the changes and then open preview window
2014-04-29 15:09:01 +10:00
Shandem
4b97eb2a9a
Merge pull request #354 from JackieNagel/link-picker-issue
...
fix for issue U4-4707 - When a mediaitem is selected in the linkpicker, the id is not returned
2014-04-29 14:03:48 +10:00
Shandem
475e6970f9
Merge pull request #356 from mattbrailsford/7.1.2-rtetinymcecheck
...
Added check to rte controller so as not to reload tinymce script
2014-04-28 12:32:15 +10:00
Shannon
c6e3340be1
Updates an error msg for media resource, performs a null check
2014-04-24 11:58:18 +10:00
Ben Norman
8556cf5702
Update README.md
2014-04-21 19:32:36 +10:00
Sebastiaan Janssen
1c0038ead3
Fixes U4-4726 Image Cropper Listed Dimensions Inversed From Settings
2014-04-21 10:58:15 +02:00
mattbrailsford
d66998a3e3
A better test (checks to see if it's even defined)
2014-04-18 15:52:26 +01:00
mattbrailsford
fe4da60b15
Added check to rte controller so as not to reload tinymce script if it's already loaded (we don't check the CSS, but I figure this is ok) [This is temp bandaid for #U4-4724]
2014-04-18 15:43:36 +01:00
Shannon
51309e62ec
Fixes: U4-4714 Sql Azure no longer a database option in 7.1
2014-04-17 19:55:17 +10:00
Jackie Nagel
4890e97168
Added removal of isMedia whenever a contentnode is selected
2014-04-15 19:59:31 +02:00