Stephan
56cd1cee81
U4-4160 - make sure string properties are returned as strings
2014-01-30 15:08:13 +01:00
Stephan
002988ce86
U4-4144 - Media Cache dies due to new 'key' property in XML
2014-01-30 08:48:35 +01:00
perploug
81c32716fe
Removes pre-checkpassword check
2014-01-29 22:04:37 +01:00
Shannon
c2f34cefb5
Merge branch '7.0.2' of https://github.com/rsoeteman/Umbraco-CMS into rsoeteman-7.0.2
2014-01-29 11:26:05 +11:00
Shannon
2f7727af68
Fixes: U4-3894 Date picker with time resets to "måndag januari 1, 0001" on Republish entire site
2014-01-29 11:20:25 +11:00
Shannon
5a9874bfad
Fixes U4-3894 Date picker with time resets to "måndag januari 1, 0001" on Republish entire site
2014-01-29 11:19:59 +11:00
Shannon
68b4a493c6
updates versions and port
2014-01-29 09:46:25 +11:00
Shannon
6338d57959
Cherry picked - Removes hard coded api url from rte embed
2014-01-29 09:34:07 +11:00
Shannon
7de1b2d09d
Fixes ServerVariablesParser to have a proper event declared! :P
2014-01-29 09:33:14 +11:00
Richard Soeteman
06ae6ad15e
Fix media.save throws an error in Umbraco 7.0.x
...
See http://issues.umbraco.org/issue/U4-3928 width and Height properties
are assigned on the file media types. This was because of always
assigning a value to
content.getProperty(uploadFieldConfigNode.WidthFieldAlias).Value
Added an if statement to make sure the media item is an image when
assigning those values.
2014-01-27 10:15:14 +01:00
Shandem
81dac97917
Merge pull request #284 from markvantilburg/patch-1
...
Update booting.aspx
2014-01-23 17:33:22 -08:00
Sebastiaan Janssen
10a4eb3ddc
Fix Duplicate attribute YSOD (key was already added in the base class)
2014-01-20 12:02:52 +01:00
Morten Christensen
51f46cf871
Not raising export events for content/media ToXml extension for the time being
2014-01-20 10:37:46 +01:00
Shannon
697548d1c7
Fixes: U4-3897 Copy contents relations not created
2014-01-20 18:01:19 +11:00
Shannon
f717628322
Ensures username is escaped in user service
2014-01-20 16:13:41 +11:00
Shannon
e91b297cc2
updates user task creation for release
2014-01-20 16:04:49 +11:00
Shannon
c92441e544
Ensures user name is escaped in member service query.
2014-01-20 14:37:26 +11:00
Shannon
f0573fc68c
Fixes: U4-4084 Macro's with non alphanumeric chars in their aliases cannot render in the rich text editor
2014-01-20 13:59:25 +11:00
Shannon
eb44480fdf
fixes package installer path redirect when installing from the repo
2014-01-20 11:58:52 +11:00
Shannon
1ad05fbfc9
Clears the auth cookie after install if there is one which forces the login screen to display so that the csrf tokens are created - this is required if you are upgrading from a previous version and are logged in but don't have a version with csrf tokens.
2014-01-20 10:53:14 +11:00
Shannon
673e24a2ea
Merge branch '7.0.2' of https://github.com/umbraco/Umbraco-CMS into 7.0.2
2014-01-20 10:37:36 +11:00
Shannon
4842be01cd
Ensures app domain restarted after db upgrade to clear PetaPoco's mapping cache.
2014-01-20 10:36:37 +11:00
Morten Christensen
dddb38d4ee
Adding comment to private method for clarity
2014-01-19 15:23:05 +01:00
Morten Christensen
727ce0f795
Additional tests for Macro import and export
2014-01-19 15:23:04 +01:00
Morten Christensen
ba27acead9
Adding unique key to xml for contentbase exports
2014-01-19 15:23:04 +01:00
Morten Christensen
a026a81a8a
Adding test for import of Macros from uBlogsy package xml
2014-01-19 15:23:03 +01:00
Morten Christensen
5e7ee0c236
Adding ImportMacros to PackagingService interface
2014-01-19 15:23:03 +01:00
Morten Christensen
bb30d5ebd2
Refactoring Macro import method in PackagingService
2014-01-19 15:23:02 +01:00
Morten Christensen
2ae3b09b8c
Updating PackagingService to use the newly added event args
2014-01-19 15:23:02 +01:00
Morten Christensen
473d76f1b7
Adding Event Args for import and export
2014-01-19 15:23:01 +01:00
Sebastiaan Janssen
918e454c42
Make sure the build does a complete rebuild so that the Belle build gets triggered
2014-01-19 15:21:47 +01:00
Shannon
7e32fdb682
changed buildbelle to do a grunt build instead of running the default grunt build.
2014-01-19 13:11:23 +11:00
Sebastiaan Janssen
171a472966
Split out the Belle build and integrate it in the build of the Web.UI project
2014-01-17 18:56:04 +01:00
Sebastiaan Janssen
8194655ad1
Update the readme file with a pointer to the build.bat file to get started quickly
2014-01-17 16:07:29 +01:00
Sebastiaan Janssen
80c1812bc8
Merge branch '7.0.2' of https://github.com/umbraco/Umbraco-CMS into 7.0.2
2014-01-17 15:51:01 +01:00
Morten Christensen
6c37b33509
Adding export method for macros in the PackagingService and changing the ctor to accept the MacroService, so we can also add an import method.
2014-01-17 15:29:51 +01:00
Morten Christensen
509bcee540
Changing the name of the private field to be more inline with the Property
2014-01-17 15:28:53 +01:00
Morten Christensen
3dec881848
Removing extra line spaces
2014-01-17 15:28:12 +01:00
Sebastiaan Janssen
65b522a0a0
Automatically build Belle from build.bat without having to install Node.js on local machine
2014-01-17 14:52:42 +01:00
Morten Christensen
9164567abe
Adding export of templates to PackagingService
2014-01-17 13:55:34 +01:00
Stephan
12314f16a2
U4-4056 - fixing
2014-01-17 10:27:09 +01:00
Shannon
1621d01992
fixes some unit tests
2014-01-17 13:18:49 +11:00
Shannon
ae05bfd350
Fixes: U4-4055 List View document types still display children in content tree
2014-01-17 13:00:11 +11:00
Shannon
79567d4e8f
Merge branch '7.0.2' of https://github.com/umbraco/Umbraco-CMS into 7.0.2
2014-01-17 12:26:02 +11:00
Shannon
334a56ce5c
Fixes: U4-3765 v7 MultiNode Treepicker Sort not working
2014-01-17 12:25:34 +11:00
Sebastiaan Janssen
c2ee3303a5
U4-4059 Update MNTP snippets for string of id's rather than old xml fragment
2014-01-16 19:49:57 +01:00
Stephan
bfc89a7247
merge branch 'origin/6.2.0' into 7.0.2 + fix
2014-01-16 19:40:29 +01:00
Stephan
326309e61e
U4-4056 - better unicode/ascii support for urls
2014-01-16 17:09:21 +01:00
Shannon
8926e8c7d9
ensures preview cookie is gone on logout.
2014-01-16 20:56:34 +11:00
Shannon
ee7ee81098
fixes merge issue
2014-01-16 20:51:23 +11:00