From accb94c4150daebf22e34de492bb53b8c5b3c5a3 Mon Sep 17 00:00:00 2001 From: PerPloug Date: Wed, 15 Dec 2010 09:27:05 -0100 Subject: [PATCH 1/2] Changes from Temp Juno SVN Repo --- umbraco/presentation/config/Dashboard.config | 88 ------------------- .../presentation/config/restExtensions.config | 4 - .../presentation/config/xsltExtensions.config | 6 +- umbraco/presentation/install/css/all.css | 13 ++- .../presentation/install/steps/database.ascx | 69 +++++++-------- 5 files changed, 48 insertions(+), 132 deletions(-) diff --git a/umbraco/presentation/config/Dashboard.config b/umbraco/presentation/config/Dashboard.config index 06829ce458..28226c02ad 100644 --- a/umbraco/presentation/config/Dashboard.config +++ b/umbraco/presentation/config/Dashboard.config @@ -13,7 +13,6 @@ -
developer @@ -27,7 +26,6 @@
-
media @@ -44,7 +42,6 @@
-
translator @@ -70,7 +67,6 @@ /umbraco/dashboard/changepassword.ascx
-
member @@ -87,88 +83,4 @@
- - \ No newline at end of file diff --git a/umbraco/presentation/config/restExtensions.config b/umbraco/presentation/config/restExtensions.config index ef5990acaf..991dde0bc7 100644 --- a/umbraco/presentation/config/restExtensions.config +++ b/umbraco/presentation/config/restExtensions.config @@ -10,8 +10,4 @@ --> - - - - \ No newline at end of file diff --git a/umbraco/presentation/config/xsltExtensions.config b/umbraco/presentation/config/xsltExtensions.config index c8067ce3d7..44e4344593 100644 --- a/umbraco/presentation/config/xsltExtensions.config +++ b/umbraco/presentation/config/xsltExtensions.config @@ -1,6 +1,6 @@  - - - + + \ No newline at end of file diff --git a/umbraco/presentation/install/css/all.css b/umbraco/presentation/install/css/all.css index e642b6202a..247e9d9293 100644 --- a/umbraco/presentation/install/css/all.css +++ b/umbraco/presentation/install/css/all.css @@ -309,14 +309,23 @@ figure{display: block;} color:#fff; } .btn-accept, -.btn-continue{height:42px;} +.btn-continue, +.btn-back{height:42px;} .btn-accept span{ height:84px; width:215px; background:url(../images/btn-accept.png) no-repeat; } +.btn-back span{ + height:84px; + width:90px; + background:url(../images/btn-back.png) no-repeat; +} + .btn-accept:hover span, -.btn-continue:hover span{margin:-42px 0 0;} +.btn-continue:hover span, +.btn-back:hover span{margin:-42px 0 0;} + /* database */ .database-hold{ width:100%; diff --git a/umbraco/presentation/install/steps/database.ascx b/umbraco/presentation/install/steps/database.ascx index 9cd0f68be4..968434670f 100644 --- a/umbraco/presentation/install/steps/database.ascx +++ b/umbraco/presentation/install/steps/database.ascx @@ -4,8 +4,7 @@
-

- Database configuration

+

Database configuration

To complete this step, you must know some information regarding your database server (”connection string”). Please contact your ISP if necessary. If you’re installingon @@ -23,7 +22,7 @@

1. Do you have a blank database already installed?

@@ -79,7 +78,7 @@

@@ -169,48 +168,48 @@
 
Continue - +
From 84d88161fa0f3bc9fdab74abae11f59ab8cf6e72 Mon Sep 17 00:00:00 2001 From: PerPloug Date: Wed, 15 Dec 2010 09:28:25 -0100 Subject: [PATCH 2/2] nuget.build file for building umbraco dlls as a nuget package --- nuget.build | 149 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 149 insertions(+) create mode 100644 nuget.build diff --git a/nuget.build b/nuget.build new file mode 100644 index 0000000000..ba20834843 --- /dev/null +++ b/nuget.build @@ -0,0 +1,149 @@ + + + Build the umbraco 4.6 alpha Application for asp.net 3.5 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +