Niels Hartvig 5273d34845 Increase login time
Updates to web.config to make one year sliding expiration to login
time. After the member updates to 4.something the timespan parameter to
the Member cookie method that Our uses is ignored and default
AuthCookie settings from web.config are used instead.
2012-12-18 16:27:27 +01:00
2012-12-17 09:45:38 +01:00
2012-12-17 09:41:11 +01:00
2012-12-17 11:58:00 +01:00
2012-12-18 14:40:43 +01:00
2012-12-18 16:27:27 +01:00
2012-12-17 09:41:11 +01:00
2012-12-17 11:58:00 +01:00
2012-12-18 15:38:02 +01:00
2012-12-17 11:58:00 +01:00
2012-12-17 11:58:00 +01:00
2012-12-17 11:58:00 +01:00
2012-12-17 11:58:00 +01:00
2012-12-17 11:58:00 +01:00
2012-12-17 09:41:11 +01:00
2012-12-17 09:45:38 +01:00
2012-12-18 14:20:06 +01:00

Our Umbraco

Download the SQL Server Database from: https://dl.dropbox.com/u/3006713/our-cleaned-db.zip?dl=1

Restore the database to SQL Server 2012 (looking into a 2008 option!) and update the connection string (umbracoDbDSN) in OurUmbraco.Site/web.config

Make sure to allow NuGet Package Restore in VS (Tools > Options > Package Manager).

To sync your fork with this original one, you'll have to add the upstream url once:

git remote add upstream git://github.com/umbraco/OurUmbraco.git

And then each time you want to get the changes:

git fetch upstream

.. Yes, this is a scary command line operation, don't you love it?! :-D

Any updates to the main repo (github.com/umbraco/OurUmbraco) get deployed automatically to http://our.sandbox.umbraco.org/ - So when your pull request gets accepted, your changes should show up there within a few minutes.

S
Description
No description provided
Readme 60 MiB
Languages
JavaScript 53%
HTML 21.4%
C# 8.8%
CSS 4.4%
ASP.NET 4.3%
Other 8.1%