Shannon
c81cd0fd1d
Merge branch '6.1.2' into 7.0.0
...
Conflicts:
.gitignore
src/Umbraco.Web.UI/config/ClientDependency.config
2013-06-21 15:49:40 +10:00
Shannon
eac66f5696
Merge branch '6.0.7' into 6.1.2
2013-06-21 13:00:56 +10:00
Shannon
b2c604f7b3
updated ignore
2013-06-21 11:26:23 +10:00
Shannon
3f626b444f
re-enables CDF logger
2013-06-21 10:55:38 +10:00
Shannon
c5b8931aa6
Merge branch '6.0.7' into 6.1.2
...
Conflicts:
src/Umbraco.Web.UI/config/ClientDependency.config
2013-06-21 10:50:35 +10:00
Shannon
818d22ba61
updates CDF config examples (#U4-2331)
2013-06-21 10:49:27 +10:00
Shannon
f9902964b0
Merge branch '6.0.7' into 6.1.2
...
Conflicts:
src/Umbraco.Web.UI/config/Dashboard.config
src/Umbraco.Web.UI/config/ExamineIndex.config
2013-06-21 09:20:53 +10:00
Shannon
27fdb1ebab
removed custom dashboard, re-put back in the external index (must have got removed by accident)
2013-06-21 09:19:50 +10:00
Shannon
7a94b49b34
Merge branch '6.1.2' into 7.0.0
2013-06-21 08:47:29 +10:00
Shannon
1368ba8dc9
Fixes unit tests
2013-06-21 08:47:01 +10:00
Shannon
ae8820849b
Fixes unit tests
2013-06-21 08:45:08 +10:00
Shannon
06bbfe2960
Gets the context menu items actually resolving from the server data, created converters to convert legacy menu items to new ones including more icon converters (still need to get more stuff on menu items working and planned out but the data is from the server). Updated the mocks to include a menu structure with each node, creaeted a simply context menu directive.
2013-06-20 19:49:27 +10:00
Shannon
44b02a851f
Got application level trees working (rendering) now, now to see how to render an iframe!
2013-06-20 17:47:14 +10:00
Shannon
b6cbd521ce
Merge branch '6.1.2' into 7.0.0
...
Conflicts:
src/Umbraco.Core/Models/ContentExtensions.cs
src/Umbraco.Web.UI/config/ClientDependency.config
2013-06-20 16:06:23 +10:00
Shannon
3618722574
Fixed some merging issues.
2013-06-20 15:57:23 +10:00
Shannon
24a76f53b4
Merge branch '6.0.7' into 6.1.2
...
Conflicts:
src/Umbraco.Core/Umbraco.Core.csproj
src/Umbraco.Core/Xml/XmlNodeExtensions.cs
src/Umbraco.Web.UI/config/ClientDependency.config
src/Umbraco.Web.UI/config/Dashboard.config
src/Umbraco.Web/DefaultPublishedContentStore.cs
src/Umbraco.Web/umbraco.presentation/umbraco/dialogs/moveOrCopy.aspx.cs
src/umbraco.businesslogic/BasePages/BasePage.cs
2013-06-20 15:49:55 +10:00
Shannon
86ce48ddc8
Fixes: #U4-2312 - Moving content with the new API (and in the old api when calling library.UpdateDocumentCache(p.Id)) The document is actually moved properly in the content XML structure without republishing it and then rebuilding the entire XML structure, it just does it inline. Have also updated MoveAndCopy.aspx dialog to use the new API which now saves on about 20+ queries that were not needed. Also updated the MoveAndCopy dialog to have the correct code behind structure.
2013-06-20 15:34:57 +10:00
Shannon
befc0943b1
Merge branch '6.1.2' into 7.0.0
2013-06-20 11:26:18 +10:00
Shannon
cb592d687c
Merge branch '6.0.7' into 6.1.2
2013-06-20 11:26:01 +10:00
Shannon
2161ec98b0
Fixes: #U4-2324 - Umbraco.Field will now work with custom routed pages.
2013-06-20 11:25:33 +10:00
Shannon
b4ba57695e
Merge branch '6.1.2' into 7.0.0
2013-06-20 10:09:39 +10:00
Shannon
5a6ee168c3
Merge branch '6.0.7' into 6.1.2
2013-06-20 10:08:50 +10:00
Shannon
52292cab60
Fixes: #U4-2403
2013-06-20 10:08:02 +10:00
Shannon
24111c52f2
Obsoleted umbraco.businesslogic.ApplicationTree, have moved logic and new classes to core and proxied calls from it to the new ones. The new ApplicationTreeCollection will be the runtime colleciton of trees which can also read/write/save to the xml.
2013-06-20 10:05:51 +10:00
Stephan
2933c879e1
U4-2327 - fix PublishedContentRequest redirect vs. permanent
2013-06-19 20:30:43 +02:00
Sebastiaan Janssen
c8a19dff44
Merge branch '6.0.7' into 6.1.2
...
Conflicts:
src/Umbraco.Web/Media/ImageUrl.cs
src/Umbraco.Web/Media/ImageUrlProviders/ImageUrlProvider.cs
src/Umbraco.Web/umbraco.presentation/umbraco/uQuery/MediaExtensions.cs
2013-06-19 18:26:45 +02:00
WadeKallhoff
a6768263d3
image thumb extension fix
2013-06-19 18:11:28 +02:00
kensykora
e66306978a
macro rendering fix
2013-06-19 17:59:30 +02:00
Phil Dye
7f22809ebf
U4-1478 Create button still visible when not active
2013-06-19 17:55:00 +02:00
Edwin de Koning
302ebde422
Translating the word "or"
2013-06-19 16:28:58 +02:00
Murray@tbpc10.terabyte.co.nz
cf5624f377
#U4-2326 Added Try Catch for PlatformNotSupportedException
...
Signed-off-by: Sebastiaan Janssen <sebastiaan@umbraco.com >
2013-06-19 16:24:09 +02:00
Morten Bock
f386c9d024
U4-1226 Umbraco:image control
2013-06-19 16:18:15 +02:00
Edwin de Koning
530fcf0ea3
Fixes U4-2261
2013-06-19 16:04:56 +02:00
Sebastiaan Janssen
26e4091f28
Due to previous fix we don't need to sort individually any more
...
(see changeset 32f86f750e )
2013-06-19 16:01:50 +02:00
Dennis Ravn Pedersen
32f86f750e
Query would reverse logic sorting of children. Would make move operations ignore sorting.
...
Signed-off-by: Sebastiaan Janssen <sebastiaan@umbraco.com >
2013-06-19 15:36:08 +02:00
Sebastiaan Janssen
ebad631140
Merge branch '6.0.7' into 6.1.2
2013-06-19 15:16:32 +02:00
Sebastiaan Janssen
b8304c03ee
Merge branch '6.0.7' of https://github.com/bokmadsen/Umbraco-CMS into bokmadsen-6.0.7
2013-06-19 14:50:41 +02:00
Sebastiaan Janssen
556c2d625f
Merge branch '6.0.7' into 6.1.2
...
Conflicts:
src/umbraco.cms/businesslogic/member/Member.cs
2013-06-19 14:42:14 +02:00
Sebastiaan Janssen
aaa4469def
Merge branch '6.0.7' of github.com:umbraco/Umbraco-CMS into 6.0.7
2013-06-19 14:36:17 +02:00
Sebastiaan Janssen
baa0069262
Merge branch 'master' into 6.0.7
...
Conflicts:
README.md
2013-06-19 14:22:57 +02:00
Sebastiaan Janssen
9ac4c7aef5
Merge branch 'master' of https://github.com/umbraco/Umbraco-CMS
2013-06-19 14:14:51 +02:00
Sebastiaan Janssen
cb2a35594f
Merge branch '6.0.6'
...
Conflicts:
src/Umbraco.Core/TypeFinder.cs
2013-06-19 14:13:09 +02:00
Sebastiaan Janssen
dd501d0198
Merge pull request #16 from darrenferguson/master
...
Remove obsoletion of Member methods
2013-06-19 05:07:35 -07:00
Sebastiaan Janssen
b724d8fb32
Merge pull request #15 from pynej/master
...
Fix for U4-2384. Author not changed to current user when a node is copied.
2013-06-19 05:06:23 -07:00
Darren Ferguson
7c6aee17e9
Remove obsolete messages from member class
...
I've removed the obsolete methods from the member class because many of
the suggested alternatives don't work. and some require a lot of
configuration to get working.
Also, the member methods return Members - so they are not obsolete if
you want a reference to a member, you can choose to use System
membership if you want, but for custom properties and groups you need to
fallback to the Umbraco API, so these shouldn't be obsolete! :)
2013-06-19 13:02:58 +01:00
Shannon
2650740fa7
moved umbraco property editors into the core and outside the manifest (as c# declarations). Changed property editor names to not be editor.html and instead be the name of the folder as a convention.
2013-06-19 16:42:50 +10:00
Shannon
8db763c953
Updated server side stuff to work with new yepnope which makes things much simpler.
2013-06-19 13:45:41 +10:00
Jeremy Pyne
5e2c3a0a8b
Fixed a type on content copy.
2013-06-18 10:38:08 -04:00
Jeremy Pyne
f5121bd183
Fix for U4-2384. Author not changed to current user when a node is copied.
2013-06-18 09:35:33 -04:00
Bo Kingo Damgaard
51b5334126
Duplicate e-mail addresses: U4-315, U4-2147, U4-304
...
- Allows for duplicate e-mail addresses in member section by opt-in
(requiresUniqueEmail="false" in
web.config/membership/providers/"UmbracoMembershipProvider").
- Fixes issues with backoffice not checking for duplicate emails when
changing member after creation.
- Lower cases email addresses upon creating member and when searching to
prevent duplicates.
- Added Member.GetMembersByEmail to get alle members with specific email
2013-06-18 14:23:05 +02:00