Chriztian Steinmeier
|
b22fd4c5b1
|
Minor typos
|
2013-09-11 21:36:45 +02:00 |
|
Chriztian Steinmeier
|
e977a8c656
|
Fix spelling of "publisere" => "publicere"
|
2013-09-11 21:36:03 +02:00 |
|
Chriztian Steinmeier
|
af6eb2724d
|
Casing XSLT (zh)
|
2013-09-11 21:22:00 +02:00 |
|
Chriztian Steinmeier
|
237ee71177
|
Casing XSLT (ru)
|
2013-09-11 21:21:44 +02:00 |
|
Chriztian Steinmeier
|
d5604ea427
|
Casing XSLT (pt)
|
2013-09-11 21:21:38 +02:00 |
|
Chriztian Steinmeier
|
16f8c61f28
|
Casing XSLT (pl)
|
2013-09-11 21:21:31 +02:00 |
|
Chriztian Steinmeier
|
f066473f14
|
Casing XSLT (nl)
|
2013-09-11 21:21:24 +02:00 |
|
Chriztian Steinmeier
|
1a1641d300
|
Casing XSLT (ko)
|
2013-09-11 21:21:15 +02:00 |
|
Chriztian Steinmeier
|
3d46cd1186
|
Casing XSLT (it)
|
2013-09-11 21:21:08 +02:00 |
|
Chriztian Steinmeier
|
1d200b6f2f
|
Casing XSLT (fr)
|
2013-09-11 21:21:03 +02:00 |
|
Chriztian Steinmeier
|
86f0c7c7c9
|
Casing XSLT (he)
|
2013-09-11 21:20:55 +02:00 |
|
Chriztian Steinmeier
|
72e1b5a0c6
|
Casing XSLT (es)
|
2013-09-11 21:20:36 +02:00 |
|
Chriztian Steinmeier
|
94a78aec4b
|
Correct XSLT casing for da, en & en-us
|
2013-09-11 21:19:40 +02:00 |
|
perploug
|
7642619407
|
Updating legacy edtors in developer section
|
2013-09-11 14:04:26 +02:00 |
|
perploug
|
377d72b5da
|
better handling of closing dialogs
|
2013-09-11 14:03:59 +02:00 |
|
perploug
|
c3e67a2144
|
chore: less cleanup
|
2013-09-11 14:03:28 +02:00 |
|
perploug
|
998e8bf9bd
|
Updates header css class to include padding
|
2013-09-11 14:03:13 +02:00 |
|
perploug
|
4719caf653
|
Changes span size on c# panel
|
2013-09-11 14:02:45 +02:00 |
|
Stephan
|
f53a23553b
|
Core.Attempt - replace calls to obsolete ctor
|
2013-09-11 11:06:14 +02:00 |
|
Stephan
|
42c432caa0
|
Merge branch '6.2.0' into zb-cleanup
|
2013-09-11 10:39:40 +02:00 |
|
Shannon
|
968c921829
|
Finished the new installer screen report, finished and tested the v7 db upgrade script which is working!! :) Changed over all package manifests to have an alias instead of a GUID.
|
2013-09-11 18:25:51 +10:00 |
|
Morten Christensen
|
e69b043cfa
|
Oops, double column is no good syntax...
|
2013-09-11 10:24:05 +02:00 |
|
Morten Christensen
|
812d5c1391
|
Merge branch '6.2.0' of https://github.com/umbraco/Umbraco-CMS into 6.2.0
|
2013-09-11 10:17:08 +02:00 |
|
Morten Christensen
|
8d510fd512
|
Committing some POC code in the test project for strongly typed models/queries
|
2013-09-11 10:16:49 +02:00 |
|
Morten Christensen
|
c5c44cec37
|
Correcting syntax output for AlterColumnExpression, so Shannon's migrations will work
|
2013-09-11 10:15:31 +02:00 |
|
Stephan
|
82f81d1f4f
|
Core.Attempt - backport and refactor Attempt.Outcome from v7
|
2013-09-11 10:03:17 +02:00 |
|
Stephan
|
32e3048717
|
Core.Attempt - refactor Succ() into Succeed()
|
2013-09-11 09:30:00 +02:00 |
|
Shannon
|
86d73712fd
|
Changes the migration script to set any unknown editors to label
|
2013-09-11 13:22:00 +10:00 |
|
Shannon
|
d39cea7edd
|
Fixes merge issues with new member stuff regarding the column controlId -> propertyEditorAlias change. Removed the old sqlce sql scripts (
U4-2802 Obsolete unused/obsolete legacy umbraco.datalayer SQL utilities and installers)
|
2013-09-11 13:19:35 +10:00 |
|
Shannon
|
e75c050eff
|
Merge branch '7.0.0' into 7.0.0--property-editor-guid-to-alias
Conflicts:
src/Umbraco.Core/Models/Rdbms/PropertyDataReadOnlyDto.cs
src/Umbraco.Core/Persistence/Repositories/MemberRepository.cs
src/Umbraco.Core/Services/PackagingService.cs
src/Umbraco.Web.UI/umbraco/dialogs/ChangeDocType.aspx.cs
|
2013-09-11 13:07:22 +10:00 |
|
Shannon
|
4c5d6b5730
|
Fixes: U4-2832 Could not load stylesheets tree
|
2013-09-11 12:54:35 +10:00 |
|
Shannon
|
15518f2069
|
Completes: U4-2749 Fix auth filters to return 401 when not logged in and 403 when the user has no access - adds ngSanitize which is required for ng-bind-html so we can add a bit of html to the notification msgs (like line breaks) and since devs might do this as well we require ngSanitize so that unsafe html cannot be injected.
|
2013-09-11 12:40:43 +10:00 |
|
Shannon
|
90abe8c25f
|
Fixes: U4-2823 RenderRouteHandler.GetUmbracoRouteDefinition() fails to store the route definition when an incidental alias-controller match is made
|
2013-09-11 12:15:29 +10:00 |
|
Shannon
|
9f1d212375
|
Implements: U4-2824 Type Converter for string type with unit test
|
2013-09-11 11:57:15 +10:00 |
|
Shannon
|
01de1158f4
|
Completes: U4-2835 Remove unused/obsoleted code from namespace umbraco.cms.presentation.developer & U4-2801 Remove legacy/un-used editDataType.aspx webforms editor
|
2013-09-11 11:11:34 +10:00 |
|
perploug
|
3aa9873db9
|
legacy Editmacro editor tweaks
|
2013-09-10 23:33:26 +02:00 |
|
perploug
|
4a84b039c1
|
remove debugging alert
|
2013-09-10 18:04:03 +02:00 |
|
perploug
|
17833022a3
|
Update dev section editors
|
2013-09-10 18:03:50 +02:00 |
|
perploug
|
d5846a5a4c
|
delete unneedded files
|
2013-09-10 18:01:52 +02:00 |
|
perploug
|
9846823688
|
notifications css tweak
|
2013-09-10 18:01:13 +02:00 |
|
perploug
|
9ba341d490
|
Made dialogservice return the dialog obj instead of dom
|
2013-09-10 18:01:03 +02:00 |
|
perploug
|
bd85f9b5b7
|
Speechbubble fixes for legacy editors
|
2013-09-10 18:00:34 +02:00 |
|
Stephan
|
9ca048f0ad
|
Core.Attempt - maintain backward compatibility
|
2013-09-10 17:56:49 +02:00 |
|
Stephan
|
85ab96f71a
|
Core.Attempt - refactor and cleanup
|
2013-09-10 17:56:47 +02:00 |
|
Stephan
|
1ba8ad5fbb
|
Comments - UmbracoModule
|
2013-09-10 17:56:46 +02:00 |
|
Stephan
|
433e141761
|
Comments - misc
|
2013-09-10 17:56:44 +02:00 |
|
Stephan
|
9fa5821f07
|
Comments - Web.Standalone
|
2013-09-10 17:56:43 +02:00 |
|
Stephan
|
447b3227a9
|
Web.Routing - remove duplicate code
|
2013-09-10 17:56:41 +02:00 |
|
Stephan
|
ddfd9eeb18
|
Core.UriExtensions - refactor + issue with IsClientSideRequest
|
2013-09-10 17:56:39 +02:00 |
|
Stephan
|
6e0fa9f945
|
Core.Configuration - support missing notDynamicXmlDocumentElements
|
2013-09-10 17:56:38 +02:00 |
|