perploug
200cec0e23
Hardcodes starterkit guid into the installer
...
This way we can change it remotely to another package instead of relying
on just getting the first guid in the collection of kits
2014-04-03 11:51:51 +02:00
perploug
891810b045
Adds newsletter to installer
...
With the good ol' V6 installer code, ahhh the smell of code patina
2014-04-02 11:20:35 +02:00
Shannon
187373132f
Completes: U4-4154 convert existing property data from XML to JSON during upgrade v6 - 7
2014-03-24 18:44:18 +11:00
Shannon
f077520781
Fixes: U4-4154 convert existing property data from XML to JSON during upgrade v6 - 7 to ensure that other data types that have this property editor are upgraded as well. Fixes some of the installer bits so that the steps are not marked as completed if they have problems.
2014-03-20 17:35:51 +11:00
Shannon
6f586c7eeb
Ensures we are not directly referencing Membership.Provider and instead targetting our provider by alias.
2014-03-18 20:36:02 +11:00
Shannon
9d3f362029
fixes minor issue with the backing up of the install folder
2014-03-18 19:27:58 +11:00
Shannon
4d13925e3b
Fixes merge issues
2014-03-18 19:05:07 +11:00
Sebastiaan Janssen
e52f8dcbc9
Update wording on upgrades
2014-03-16 19:37:08 +01:00
Shannon
6990c46262
Fixes installer when it fails on the db install or upgrades, fixes some upgrade queries with mysql, fixes ignoring case check for checking version
2014-03-13 21:47:08 +11:00
Shannon
a907b5bdcd
Fixes up the dbconnection checker to work with all supported db types.
2014-03-13 20:14:56 +11:00
Shannon
d89205abaf
Fixes: U4-4395 YSOD when creating membergroup
2014-03-12 15:08:55 +11:00
Shannon
19b7a9dfff
Completes: U4-4369 Remove the need for an Areas folder for the installer
2014-03-11 18:09:54 +11:00
perploug
b816e7f4db
Fixes: sites cannot run the new installer if they have /install directory
2014-03-07 12:10:04 +01:00
perploug
46461c7c5d
Fixes installer breaks with missing app_data/temp/installer folder
2014-03-07 10:18:08 +01:00
Shannon
37937e2c8e
Fixes the user password validation to ensure it obeys what the membership provider's are configured for.
2014-03-06 12:11:14 +11:00
Shannon
7676099f2e
small styling fix on db err msg
2014-03-06 11:14:41 +11:00
perploug
0d1bb355b5
merge
2014-03-05 20:12:45 +01:00
perploug
3276b8a4d8
Latest visual changes to installer + db validator
2014-03-05 20:03:45 +01:00
Shannon
feab2de260
Fixes up the starter kit installer in the back office with it's legacy implementation. Adds some handy methods for webapi routing for areas.
2014-03-05 22:42:51 +11:00
Shannon
24cc417395
Removed all the legacy files that we don't need - need to test the starter kit installation process in the back office though as some old files are still used there.
2014-03-05 19:47:00 +11:00
Shannon
56e1fc07e4
adds some notes on testing db connectivity.
2014-03-05 19:42:24 +11:00
Shannon
fbd2b3a1e1
Gets the v7 upgrade report working on the new installer.
2014-03-05 18:23:50 +11:00
Shannon
8f7f761bb3
implements the file permissions report correctly and tests it.
2014-03-05 17:44:13 +11:00
Shannon
a40ba2f27e
Updates the RequiresExecution logic so we can skip steps based on some user input (i.e. skip the starter kit installation). Fixes the start kit js stuff to update the model correctly and continue. Fixes the error view to restart - it cannot just go back because there might not be a view there.
2014-03-05 14:30:17 +11:00
Shannon
ddd2ab463e
Ensures that the starter kit view is not returned if there is one already installed
2014-03-05 12:44:38 +11:00
Shannon
cbced2caed
fixes db upgrade step to check for correct previous step
2014-03-05 12:21:49 +11:00
Shannon
ce068a60d5
Removes default instructions from the installer service, passing in empty instructions is ok now and the server will assign defaults if they are empty.
2014-03-05 12:08:35 +11:00
Shannon
7f7f3202d2
fixes issue with checking starter kit steps, fixes issue with installer service code with the method param name being the same as the variable name and fixes the _find lookups to ensure a value is returned from the iteration.
2014-03-05 11:49:07 +11:00
Shannon
0227b800a0
Gets the installer steps working nicely and returning the next step to execute which now displays the current step details correctly and dequeues steps that are not required after the previous one has executed.
2014-03-05 11:34:42 +11:00
Shannon
8e89aa233c
Merge branch '7.1.0-installer' of https://github.com/umbraco/Umbraco-CMS into 7.1.0-installer
...
Conflicts:
src/Umbraco.Web.UI.Client/src/installer/installer.service.js
src/Umbraco.Web/Install/Controllers/InstallApiController.cs
2014-03-05 10:34:27 +11:00
Shannon
24ceb5ce2d
Updates to include returning the next step in sequence
2014-03-05 10:32:59 +11:00
perploug
923eb300e5
Updates grunt file to run vs file copy
2014-03-04 19:11:27 +01:00
Shannon
d2aecd12eb
Updates more installer logic, getting into the nitty gritty details with upgrades, etc...
2014-03-04 19:20:36 +11:00
Shannon
1e99c466ee
Updates some tests and fixes a couple things
2014-03-04 16:40:23 +11:00
Shannon
71a9fb4f68
Updated more installer logic
2014-03-04 16:21:45 +11:00
Shannon
0497771750
fixed merge issues
2014-03-04 11:42:11 +11:00
Shannon
000b2b639f
Merge branch '7.1.0-installer' of https://github.com/umbraco/Umbraco-CMS into 7.1.0-installer
...
Conflicts:
src/Umbraco.Web/Install/Controllers/InstallApiController.cs
src/Umbraco.Web/Install/InstallSteps/DatabaseConfigureStep.cs
src/Umbraco.Web/Install/InstallSteps/DatabaseInstallStep.cs
src/Umbraco.Web/Install/InstallSteps/DatabaseUpgradeStep.cs
src/Umbraco.Web/Install/InstallSteps/FilePermissionsStep.cs
src/Umbraco.Web/Install/InstallSteps/SetUmbracoVersionStep.cs
src/Umbraco.Web/Install/InstallSteps/StarterKitCleanupStep.cs
src/Umbraco.Web/Install/InstallSteps/StarterKitDownloadStep.cs
src/Umbraco.Web/Install/InstallSteps/StarterKitInstallStep.cs
src/Umbraco.Web/Install/InstallSteps/UserStep.cs
src/Umbraco.Web/Install/Models/InstallSetupStep.cs
src/Umbraco.Web/Install/Models/InstallSetupStepAttribute.cs
2014-03-04 11:20:52 +11:00
Shannon
885f691c0e
Updated install steps, classes and logic
2014-03-04 11:16:42 +11:00
perploug
ce65ae8742
Updates to the installer UI
...
Adds database and packages step
2014-03-03 08:57:57 +01:00
Shannon
3fc96a45a6
Merge branch '7.1.0-installer' of https://github.com/umbraco/Umbraco-CMS into 7.1.0-installer
2014-02-27 10:16:45 +01:00
Shannon
3b71a6c3a5
asfsafd
2014-02-27 10:16:30 +01:00
perploug
9c4212703b
umbraco base url
2014-02-27 10:00:38 +01:00
Shannon
429b5f7c01
Updates the completion stage of the installer
2014-02-26 16:49:35 +01:00
Shannon
a9916fc415
Installer logic working for a new installer on sqlce
2014-02-26 16:30:25 +01:00
Shannon
f9304d7f04
Gets lots of the new installer logic working
2014-02-26 16:01:31 +01:00
Shannon
f9475305bb
more install bits
2014-02-26 18:25:59 +11:00
Shannon
00f2afe454
Creates Install MVC Area, creates new installer api controllers, moves old installer files to the new Area folder so that the /install path can route properly.
2014-02-26 04:15:14 +11:00
Shannon
b8fe5df3c9
Merge remote-tracking branch 'origin/6.2.0' into 7.1.0
...
Conflicts:
src/Umbraco.Core/Configuration/GlobalSettings.cs
src/Umbraco.Core/Configuration/UmbracoSettings.cs
src/Umbraco.Core/Models/Member.cs
src/Umbraco.Core/Services/ContentService.cs
src/Umbraco.Core/Services/MediaService.cs
src/Umbraco.Core/Services/MemberService.cs
src/Umbraco.Web.UI/config/ClientDependency.config
src/Umbraco.Web.UI/config/Dashboard.Release.config
src/Umbraco.Web.UI/config/feedProxy.config
src/Umbraco.Web.UI/config/tinyMceConfig.config
src/Umbraco.Web.UI/config/trees.config
src/Umbraco.Web.UI/config/umbracoSettings.Release.config
src/Umbraco.Web.UI/config/umbracoSettings.config
src/Umbraco.Web.UI/config/xsltExtensions.config
src/Umbraco.Web.UI/umbraco/config/create/UI.Release.xml
src/Umbraco.Web/Strategies/Migrations/ClearMediaXmlCacheForDeletedItemsAfterUpgrade.cs
src/umbraco.providers/members/UmbracoMembershipProvider.cs
2014-02-25 02:24:45 +11:00
Sebastiaan Janssen
ac59c5deb0
Fixing some potential upgrade issues and two issues found with the legacy member API
...
- For legacy API we never had and "approved" checkbox, so the assumption is that members are always approved
- The RequiresUniqueEmail check was wrong, previously the assumption was: if there's no e-mail then don't check for uniqueness
2014-02-22 16:44:02 +01:00
Per Ploug Krogslund
7440855c72
merge
2013-11-07 17:16:22 +01:00