Skip to content

Commit

Permalink
Additionally replaced all cases of http:// with https:// on our.umbra…
Browse files Browse the repository at this point in the history
…co.com URLs
  • Loading branch information
katiearchibald committed Jul 27, 2018
1 parent ca2b6d6 commit d51e4da
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Cheatsheets/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

_Easy to print cheatsheets covering different areas of Umbraco_

## [Umbraco v6 MVC Razor](http://our.umbraco.com/projects/developer-tools/umbraco-v6-mvc-razor-cheatsheets)
## [Umbraco v6 MVC Razor](https://our.umbraco.com/projects/developer-tools/umbraco-v6-mvc-razor-cheatsheets)

Covers:

Expand Down
4 changes: 2 additions & 2 deletions Extending/Language-Files/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ The language files are fairly simple XML files with a straight-forward layout as
<language alias="en" intName="English (UK)" localName="English (UK)" lcid="" culture="en-GB">
<creator>
<name>The Umbraco community</name>
<link>http://our.umbraco.com</link>
<link>https://our.umbraco.com</link>
</creator>
<area alias="actions">
<key alias="assignDomain">Culture and Hostnames</key>
Expand All @@ -106,7 +106,7 @@ In the above example of a missing translation for "assignDomain", locate this st
<language alias="es" intName="Spanish" localName="español" lcid="10" culture="es-ES">
<creator>
<name>The Umbraco community</name>
<link>http://our.umbraco.com</link>
<link>https://our.umbraco.com</link>
</creator>
<area alias="actions">
<key alias="assignDomain">Administrar hostnames</key>
Expand Down
2 changes: 1 addition & 1 deletion Getting-Started/Setup/Install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ The easiest way to get the latest version of Umbraco up and running is with VS C

1. **Download and install [Visual Studio Code](https://code.visualstudio.com/)**
1. **Download and install [IIS Express](https://www.microsoft.com/en-us/download/details.aspx?id=48264) (Optional as IIS Express for VSCode will install it)**
1. **Download and unzip [Umbraco](http://our.umbraco.com/download)**
1. **Download and unzip [Umbraco](https://our.umbraco.com/download)**
1. **Install the [IIS Express Extension for VS Code](https://marketplace.visualstudio.com/items?itemName=warren-buckley.iis-express)**
1. **Open the unzipped root folder in VS Code**
1. **Run the website with the IIS Express Extension(CTRL+F5)**
Expand Down
2 changes: 1 addition & 1 deletion Getting-Started/Setup/Install/install-umbraco-manually.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_Follow these steps to do a full manual install of Umbraco._

## Download Umbraco binaries
The stable releases of the Umbraco binaries are available from [our.umbraco.com/download](http://our.umbraco.com/download/). If you don't mind working with experimental builds, you could download a [nightly release](http://nightly.umbraco.org/) at your own peril (no guarantees that it will work).
The stable releases of the Umbraco binaries are available from [our.umbraco.com/download](https://our.umbraco.com/download/). If you don't mind working with experimental builds, you could download a [nightly release](http://nightly.umbraco.org/) at your own peril (no guarantees that it will work).

## Unzip files
Once you have the binary release of your liking saved to disk, make sure that the file has not been blocked by Windows. Right-click the file you downloaded and choose "Properties". If it says at the bottom of the properties window: "This file came from another computer and might be blocked to help protect this computer" then make sure to click the "Unblock" button so that all of the binary files will be unzipped later on.
Expand Down
2 changes: 1 addition & 1 deletion Getting-Started/Setup/Upgrading/general.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Now here comes the tricky bit: We'll be mean and overwrite your web.config file

## Manually Upgrading from a zip file package

Download the .zip file for the new version you are upgrading to from [http://our.umbraco.com/download](http://our.umbraco.com/download)
Download the .zip file for the new version you are upgrading to from [https://our.umbraco.com/download](https://our.umbraco.com/download)

Copy the following folders from inside the .zip file over the existing folders in your site:

Expand Down
6 changes: 3 additions & 3 deletions Getting-Started/Setup/Upgrading/upgrading-to-v7.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

*This document should be used as a reference, not a step by step guide. Upgrading will largely depend on what version of Umbraco you are currently running, what packages you have installed and the many aspects of your own Umbraco installation.*

The [standard upgrade instructions](http://our.umbraco.com/documentation/Installation/Upgrading/general) still apply to this process as well.
The [standard upgrade instructions](https://our.umbraco.com/documentation/Installation/Upgrading/general) still apply to this process as well.

## Backup

Expand All @@ -21,7 +21,7 @@ Umbraco 7 requires browsers with proper html 5 support, these include Chrome, Fi

Before you upgrade you should read the list of breaking changes, in some cases you may need to change some of your codebase if code has been removed from the core or if one of these breaking changes direclty affects your install.

See: [List of breaking changes](http://our.umbraco.com/contribute/releases/700)
See: [List of breaking changes](https://our.umbraco.com/contribute/releases/700)

## Examine

Expand Down Expand Up @@ -62,7 +62,7 @@ It is recommended that you use a Diff tool to compare the configuration file cha
* /views/web.config updates
* new /macroscripts/web.config
* /config/umbracoSettings.config
* Umbraco is now shipped with minimal settings but the [full settings](http://our.umbraco.com/documentation/Using-Umbraco/Config-files/umbracoSettings/) are still available
* Umbraco is now shipped with minimal settings but the [full settings](https://our.umbraco.com/documentation/Using-Umbraco/Config-files/umbracoSettings/) are still available
* umbracoSettings is now a true ASP.Net configuration section [http://issues.umbraco.org/issue/U4-58](http://issues.umbraco.org/issue/U4-58)
* remove the &lt;EnableCanvasEditing&gt; element
* remove the &lt;webservices&gt; element
Expand Down
6 changes: 3 additions & 3 deletions Getting-Started/Setup/Upgrading/version-specific.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,11 @@ Other considerations:
Read and follow [the full v7 upgrade guide](upgrading-to-v7.md)

## Version 4.10.x/4.11.x to 6.0.0
* If your site was ever a version between 4.10.0 and 4.11.4 and you have just upgraded to 6.0.0 install the [fixup package](http://our.umbraco.com/projects/developer-tools/path-fixup) and run it after the upgrade process is finished.
* If your site was ever a version between 4.10.0 and 4.11.4 and you have just upgraded to 6.0.0 install the [fixup package](https://our.umbraco.com/projects/developer-tools/path-fixup) and run it after the upgrade process is finished.
* The DocType Mixins package is **NOT** compatible with v6+ and will cause problems in your document types.

## Version 4.10.x to 4.11.x
* If your site was ever a version between 4.10.0 and 4.11.4 install the [fixup package](http://our.umbraco.com/projects/developer-tools/path-fixup) and run it after the upgrade process is finished.
* If your site was ever a version between 4.10.0 and 4.11.4 install the [fixup package](https://our.umbraco.com/projects/developer-tools/path-fixup) and run it after the upgrade process is finished.

## Version 4.8.0 to 4.10.0
* Delete the bin/umbraco.linq.core.dll file
Expand All @@ -206,7 +206,7 @@ Read and follow [the full v7 upgrade guide](upgrading-to-v7.md)
* Delete the bin/App_Browsers.dll file
* Delete the bin/App_global.asax.dll file
* Delete the bin/Fizzler.Systems.HtmlAgilityPack.dll file
* For people using uComponents 3.1.2 or below, 4.8.0 breaks support for it. Either upgrade to a newer version beforehand or follow the workaround [posted here](http://our.umbraco.com/projects/backoffice-extensions/ucomponents/questionssuggestions/33021-Upgrading-to-Umbraco-48-breaks-support-for-uComponents)
* For people using uComponents 3.1.2 or below, 4.8.0 breaks support for it. Either upgrade to a newer version beforehand or follow the workaround [posted here](https://our.umbraco.com/projects/backoffice-extensions/ucomponents/questionssuggestions/33021-Upgrading-to-Umbraco-48-breaks-support-for-uComponents)

## Version 4.7.1.1 to 4.7.2
* Delete the bin/umbraco.MacroEngines.Legacy.dll file
Expand Down
2 changes: 1 addition & 1 deletion Reference/Templating/Macros/Xslt/45-XML-Schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ update the ```UseLegacyXmlSchema``` setting in the
page for a step-by-step
guide](/wiki/reference/xslt/45-xml-schema/switching-between-old-and-new-schema).

Here is a [topic on why Umbraco uses the new xml schema](http://our.umbraco.com/forum/developers/xslt/9665-Why-a-new-XML-Schema)
Here is a [topic on why Umbraco uses the new xml schema](https://our.umbraco.com/forum/developers/xslt/9665-Why-a-new-XML-Schema)
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# More Commands and the umbraco.library
There are many additional commands in the XSLT arsenal, but some of the most powerful aspects are those provided by Umbraco itself. Umbraco implements [a library of useful items](http://our.umbraco.com/wiki/reference/umbracolibrary) that can be called in XSLT. There are many commands, which I will cover a few, and reference the rest.
There are many additional commands in the XSLT arsenal, but some of the most powerful aspects are those provided by Umbraco itself. Umbraco implements [a library of useful items](https://our.umbraco.com/wiki/reference/umbracolibrary) that can be called in XSLT. There are many commands, which I will cover a few, and reference the rest.

One of the most prevalent library methods is that of NiceUrl. NiceUrl is the method that is used to generate all the friendly URLs used in the site. To use the NiceUrl function, we will continue the list of child pages before, and make them linked.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Here's yet another sample with vb in xslt. I believe many vb-coders feel xslt is a bit hard to get used to, I know I do. The flexibility of umbraco, xslt and .net let vb-coders still use their "mother tongue" even for ui-editable macros.

Edit: This is considered to be bad practice, and I guess the recommendation should be : use this as a quick way of adding functions in c# or vb, but move the code to .dll's asap, for example into xslt extensions. [our.umbraco.com/.../6508-VB-or-C](http://our.umbraco.com/forum/developers/xslt/6508-VB-or-C#-within-xslt-xslt-only-used-for-the-call-bad-practice)
Edit: This is considered to be bad practice, and I guess the recommendation should be : use this as a quick way of adding functions in c# or vb, but move the code to .dll's asap, for example into xslt extensions. [our.umbraco.com/.../6508-VB-or-C](https://our.umbraco.com/forum/developers/xslt/6508-VB-or-C#-within-xslt-xslt-only-used-for-the-call-bad-practice)

<xsl:stylesheet
version="1.0"
Expand Down
4 changes: 2 additions & 2 deletions Tutorials/Creating-Basic-Site/Conclusions-Where-Next.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ This is not the limit of Umbraco - you've barely scratched the surface in this g

* For further reading / exercises work through the video tutorials: [http://umbraco.tv/videos/umbraco-v7/implementor/](http://umbraco.tv/videos/umbraco-v7/implementor/)
* For hands on training and developer certification, attend an official Umbraco Master Class course in a city near you [https://umbraco.com/products/training](https://umbraco.com/products/training)
* There is also the online Official Documentation. [http://our.umbraco.com/documentation](http://our.umbraco.com/documentation)
* For help and guidance on anything this guide doesn't cover the forums are a great place to start: [http://our.umbraco.com/forum ](http://our.umbraco.com/forum )
* There is also the online Official Documentation. [https://our.umbraco.com/documentation](https://our.umbraco.com/documentation)
* For help and guidance on anything this guide doesn't cover the forums are a great place to start: [https://our.umbraco.com/forum ](https://our.umbraco.com/forum )

---
# Happy Umbraco-ing!
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ We're now going to make a simple page where we'll just put our contact details.

Some potential solutions:

* Build your own contact form using Surface Controllers - [http://our.umbraco.com/documentation/Reference/Templating/Mvc/forms](http://our.umbraco.com/documentation/Reference/Templating/Mvc/forms) or [http://umbraco.tv/videos/developer/fundamentals/surface-controllers/](http://our.umbraco.com/documentation/Reference/Templating/Mvc/forms)
* Build your own contact form using Surface Controllers - [https://our.umbraco.com/documentation/Reference/Templating/Mvc/forms](https://our.umbraco.com/documentation/Reference/Templating/Mvc/forms) or [http://umbraco.tv/videos/developer/fundamentals/surface-controllers/](https://our.umbraco.com/documentation/Reference/Templating/Mvc/forms)
* If you're not a programmer you can use the Umbraco built in package - Umbraco Forms. This has the added benefit editors can also create their own forms [http://umbraco.com/products-and-support/forms](http://umbraco.com/products-and-support/forms)

### Creating a Simple Content Only Contact Us Page
Expand Down
4 changes: 2 additions & 2 deletions Tutorials/Creating-Basic-Site/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The following sections of the "Creating a Basic Site" tutorial provide step by s

To take you through a demo of installing a basic site in Umbraco you need the following:

* A clean, empty installation of Umbraco – e.g. no starter site installed, see the notes below what to do when running through the installation wizard. Use the latest main 7.X download. Follow the installation steps in the documentation [http://our.umbraco.com/documentation/Installation](http://our.umbraco.com/documentation/Installation)
* A clean, empty installation of Umbraco – e.g. no starter site installed, see the notes below what to do when running through the installation wizard. Use the latest main 7.X download. Follow the installation steps in the documentation [https://our.umbraco.com/documentation/Installation](https://our.umbraco.com/documentation/Installation)
* The tutorial instructions uses a copy of Initializr – a HTML5, responsive website template. [https://github.com/verekia/initializr-template/archive/master.zip](https://github.com/verekia/initializr-template/archive/master.zip) or, if you prefer, you can use your own flat HTML files.

# **Getting Started**

## Installing an Empty Umbraco

This guide doesn’t cover the installation of Umbraco – follow the instructions in http://our.umbraco.com/documentation/Installation. When you see the first splash screen click **_customize_** – either fill in your MS SQL blank DB credentials or use the CE option – then on the final screen use the “**_No thanks I do not want to use a starter website_**”.
This guide doesn’t cover the installation of Umbraco – follow the instructions in https://our.umbraco.com/documentation/Installation. When you see the first splash screen click **_customize_** – either fill in your MS SQL blank DB credentials or use the CE option – then on the final screen use the “**_No thanks I do not want to use a starter website_**”.


![Umbraco Installation Splash Screen](images/figure-1-installation-splash-screen.png)
Expand Down

0 comments on commit d51e4da

Please sign in to comment.