mattbrailsford
a2b3f62aba
Updated uGoLive to v1.1
2011-11-08 21:43:23 +00:00
hartvig
0af3ae40db
Found an error in the loading of cached controls (MacroEngine and .NET controls) that could result in empty macro cache under heavy load
2011-11-07 10:07:22 -01:00
mattbrailsford
5ee80bc9cc
Updated uGoLive js script to latest
2011-11-01 19:28:12 +00:00
mattbrailsford
1452b869a8
Updated uGoLive js script to latest
2011-11-01 19:06:33 +00:00
mattbrailsford
19eebba8cc
Added uGoLive dashboard
2011-11-01 16:55:06 +00:00
agrath
95e985b96d
Fixed umbraco.cms.businesslogic.Tags.Tag.AddTagsToNode so it works on SqlCE. Added umbraco.cms.businesslogic.Tags.MergeTagsToNode
2011-10-31 10:16:44 -13:00
hartvig
62cf50ba8d
Work items: 30041
2011-10-24 10:41:41 -02:00
hartvig
9da185f330
Adds single quote to the default list of characters to exclude from niceurls
2011-10-24 06:57:14 -02:00
agrath
ad0c67365f
Missed one of the if statements
2011-10-16 09:25:20 -13:00
agrath
79f4925faf
Fixed a null in @Library.Wrap check that wasn't short circuiting as intended
2011-10-16 09:24:14 -13:00
sgay
a0a2037813
fix #30534 - extra <br/> tags in RTE
2011-10-11 10:02:32 -02:00
agrath
3baaa9173e
Changed the behaviour of Library.NodeById and Library.MediaById with invalid ids to return DynamicNull and checked for this in DynamicNode's obsolete methods to maintain backwards compatibility
2011-10-09 07:06:52 -13:00
agrath
49877c4874
Made @Library.NodeById and @Library.MediaById return DynamicNull when the node was not found, rather than an empty DynamicNode instance with Id == 0 (Which is what NodeFactory returns). To support backwards compatibility, DynamicNull supports .Id == 0 and .Name == "
2011-10-09 06:43:37 -13:00
agrath
c7e1350abd
Added .Name [string.Empty] and .Id [0] to DynamicNull and added implicit casts to int and string - backwards compat support for next commit
2011-10-09 06:36:56 -13:00
agrath
0851c04646
Made the new @Library.StripHtml (HtmlAgilityPack based) handle strings which don't contain HTML
2011-10-09 06:24:06 -13:00
agrath
407f78c84b
Made OrderBy(Name) and OrderBy(name) work the same as OrderBy(nodeName)
2011-10-09 06:16:24 -13:00
agrath
293007b8f0
Merge
2011-10-04 08:36:55 -13:00
agrath
5d0a9e63e2
Rewrote @Library.StripHtml to use HtmlAgilityPack rather than a forward only string walker
2011-10-04 08:34:34 -13:00
hartvig
07a384d4f8
Work items: 30431, 30513
2011-09-29 09:45:50 -02:00
hartvig
7b1bb810d3
Work items: 29973
2011-09-27 07:23:16 -02:00
hartvig
300a31d6b0
Adds further validation to the Umbraco Member APIs to not allow a loginname as an empty string
2011-09-27 07:18:36 -02:00
hartvig
ac8e9828e9
Updates to member username validation (throw nicer exceptions)
2011-09-27 07:01:22 -02:00
hartvig
12c6124714
Work items: 30028
2011-09-27 06:23:22 -02:00
hartvig
b18612390a
Fix by dimitri_kourk for 4.7.1 issue with Preview. Work items: 30502
2011-09-26 08:50:56 -02:00
agrath
b7caa18309
Added a fake getter method to .Items on DynamicNodeList that was tripping up the latest uBlogsy beta. Could be a backwards compatibility issue
2011-09-22 13:10:01 -12:00
agrath
10529d9a9a
Fixed another issue where CSV strings were swallowed by DynamicNode trying to interpret them as integers. This upcast will now only happen if you are using the datatype Integer/Number
2011-09-22 11:56:07 -12:00
agrath
84628a991e
Fixed an issue where custom properties (e.g. not the defaults that are in examine) on media items would come back as XML representations when they were empty strings.
...
For example, a property, caption would come back as <caption></caption> if empty.
The processing code assumed that because the .Value was empty, the property contained XML but didn't check to see if it had children or attributes before returning the XML representation.
2011-09-22 11:20:09 -12:00
agrath
a7d8d3c6c2
Fixed a StackOverflow when using .Descendants on Media
2011-09-21 22:31:18 -12:00
agrath
4221d8a53f
Added missing constructor overloads back onto DynamicMedia
2011-09-21 21:29:52 -12:00
agrath
0eba71171b
Merge
2011-09-21 21:22:57 -12:00
agrath
0c9edb5fbc
Fixed an issue with HasValue recursive overloads not passing the recursive flag down to GetProperty
2011-09-21 21:20:08 -12:00
hartvig
5aa8868248
Work items: 30500
2011-09-22 06:42:18 -02:00
hartvig
feeba931bc
Default config setting was wrong
2011-09-21 08:05:44 -02:00
hartvig
82c0ac805c
Merge
2011-09-21 05:11:14 -02:00
hartvig
1ffbbb257d
Setting version number to 4.7.1
2011-09-21 05:09:53 -02:00
Shandem
d1d96c6d58
Fixed model: 30493, 30471
2011-09-20 20:39:03 -10:00
neehouse
bf59d1fca8
Clear response before redirect on ensured pages and end response on transfer.
2011-09-19 21:00:48 +04:00
hartvig
2d10702238
Work items: 30480
2011-09-16 09:32:04 -02:00
Darren@Darren-Laptop
132f6405ed
Fix Codeplex #30479 - Dynamic assemblies in Umbraco cause XSLTs to break - TypeFinder.cs. Just return if the assembly is dynamic.
2011-09-16 10:21:57 -01:00
hartvig
2f784920a9
Fixes in regards to trust initialization and TypeResolver
2011-09-15 09:38:28 -02:00
hartvig
017075d4f6
Setting 4.7.1.Beta version number
2011-09-15 08:37:38 -02:00
hartvig
8dcc8251f5
Work items: 23386
2011-09-14 19:13:24 -02:00
hartvig
62249b989b
Final speed optimizations for SQL CE 4...
2011-09-14 19:07:09 -02:00
hartvig
238885746c
Work items: 30201
2011-09-14 18:37:49 -02:00
hartvig
40495005ac
Adios dreaded lock screen. You'll only be missed by bankers. But they'll have the option to enable it... Work items: 30310
2011-09-14 18:05:51 -02:00
hartvig
1eb0d3581b
Work items: 30473, 30193
2011-09-14 17:44:34 -02:00
hartvig
8a43220657
Work items: 30204
2011-09-14 17:25:30 -02:00
hartvig
eb3cb32965
Error in previous commit
2011-09-14 16:20:39 -02:00
hartvig
910af5ea99
Work items: 30363
2011-09-14 16:18:05 -02:00
hartvig
3522d68755
Work items: 29795
2011-09-14 16:02:32 -02:00