Morten Christensen
a7a030bad2
Adding a few known assembly types to the ignore list in the TypeFinder.
...
Changing Migration test to use the Type and Attribute resolver.
2012-11-30 17:47:48 -01:00
Morten Christensen
c4565df255
Adding TearDown to a few tests
2012-11-30 15:06:31 -01:00
Morten Christensen
f59f57fd6a
Initial work on fluent database migrations
2012-11-30 15:01:52 -01:00
Morten Christensen
a5344b4087
Ensure UmbracoSettings are reset between tests
2012-11-30 10:06:17 -01:00
Morten Christensen
4a14095a6e
Correcting conditions for test
2012-11-30 09:49:05 -01:00
Morten Christensen
cc597dca15
Merge
2012-11-30 09:35:40 -01:00
Morten Christensen
152c8e810d
Working with unit tests and making a few corrections around ContentTypes.
2012-11-30 09:34:09 -01:00
Sebastiaan Janssen
fbd8884944
Fix routing tests, we DO need a database for these
2012-11-29 17:10:41 -01:00
Sebastiaan Janssen
2cc8ac74d6
Fix SQL regressions (I expected them)
2012-11-29 17:07:38 -01:00
Sebastiaan Janssen
14ee934fd5
Ignoring dictionary tests as code comment cleary says they don't work anyway
2012-11-29 15:44:00 -01:00
Sebastiaan Janssen
20d1498eb9
Merge
2012-11-29 15:40:15 -01:00
Sebastiaan Janssen
c3f9a2ae12
Reimplement the changed DB schema and adjust the code to work with it
2012-11-29 15:38:04 -01:00
Morten Christensen
2f83e5ba31
Fixing a few broken unit tests
2012-11-29 13:05:51 -01:00
Morten Christensen
357a5d1638
Merge
2012-11-29 12:41:36 -01:00
Morten Christensen
acb909c706
Refactoring installer to use the DatabaseContext for installing the umbraco db schema and default data.
...
Minimizing the use of the json/ajax calls during installation.
2012-11-29 12:40:48 -01:00
Sebastiaan Janssen
dac1a8e9dc
Checking to see why the test file doesn't get deleted on the build server
2012-11-29 11:56:33 -01:00
Sebastiaan Janssen
4817cf8310
That didn't actually fix the dictionary tests, shame.
2012-11-29 11:19:44 -01:00
Sebastiaan Janssen
2b3e535f83
Make dictionary tests work
2012-11-29 10:31:49 -01:00
Sebastiaan Janssen
c6c5839373
Move directory creation to TestHelper and reference from a few places
2012-11-29 09:07:14 -01:00
Sebastiaan Janssen
4d008f1755
No need to delete the directories, just the data in them
2012-11-29 08:27:59 -01:00
Sebastiaan Janssen
079d6e49e9
Creating and deleting required folders automatically for tests
2012-11-29 07:52:12 -01:00
Morten Christensen
d8d131be93
Merge
2012-11-29 06:48:55 -01:00
Sebastiaan Janssen
c8387d58f5
Fix (expected!) merge problem.
2012-11-28 14:39:11 -01:00
Sebastiaan Janssen
f6e8cbf6de
Merge with default
2012-11-28 14:34:55 -01:00
Sebastiaan Janssen
267cd46ea0
Another additional fix to make the reloading of trees work after package install
2012-11-28 13:34:35 -01:00
Sebastiaan Janssen
7bc53adc67
Closing 4.11.1 branch
2012-11-28 13:06:01 -01:00
Stephan
35e65ad18c
add support for "/foo" hostnames ONLY for backward compat.
...
fix invalid hostname message
2012-11-28 12:43:19 -01:00
Sebastiaan Janssen
8def8eaa86
Bumping the version to 4.11.1
2012-11-28 09:44:03 -01:00
Sebastiaan Janssen
f306cbe457
Move invalidDomain entry to the correct area.
2012-11-28 09:24:40 -01:00
Sebastiaan Janssen
577b989c4c
Aha, string needs to start all the way to the left to appear nicely in the editor
2012-11-28 08:41:54 -01:00
Sebastiaan Janssen
e6b162f4f6
Add translation for invalid hostname
2012-11-28 08:37:08 -01:00
Shannon Deminick
8a7c7bf77d
Merge
2012-11-27 21:47:20 +05:00
Shannon Deminick
38a1179de5
applied patch from rev 189f37a1dd63 which reverts the last minute changes before 4.11
...
release, namely changes to the ApplicationTreeRegistrar, TreeDefinitionCollection, theend installer step.
2012-11-27 21:45:57 +05:00
Sebastiaan Janssen
f263b4d92b
Fixes U4-1162 - In MVC mode, creating a child template doesn't set the layout
...
correctly (it's missing the .cshtml extension)
2012-11-27 15:36:54 -01:00
Morten Christensen
6edea4a8ee
Adding some of the database changes that is part of v6 - just renaming a few columns so far.
...
Refactoring the installer, which is not working 100% yet.
2012-11-27 15:07:53 -01:00
Sebastiaan Janssen
c612727116
Add translations that got lost in merge, fixes U4-1254
2012-11-27 14:07:13 -01:00
Sebastiaan Janssen
ab9c9df7d6
Reverting last minute hacks around the pluginmanager and adding Shannon's fixes
...
from changeset 85f9e5879e60
2012-11-27 13:27:33 -01:00
Stephan
c607e50433
U4-1245, U4-1186... fix the mess I created with hostnames
2012-11-27 12:43:57 -01:00
Morten Christensen
d98bd97c5f
Merge
2012-11-27 11:39:27 -01:00
Morten Christensen
5233dff63f
Workaround for database setup in the installer, cause medium trust won't play nice.
2012-11-27 11:38:09 -01:00
Morten Christensen
d6c9f1f991
Reverting SolutionInfo.
...
Updating DatabaseContext for installer although not fully working because of medium trust issue with refreshing connectionstrings.
2012-11-27 10:05:26 -01:00
Shannon Deminick
d5e184b133
Adds logging to the package installer for debugging. Updates DisposableTimer to pass delegates for logging for tracing/info.
...
Fixes PluginManager cache file handling. Ensures cache file is written with the correct TypeResolutionKind. Have added a check to
ensure the file is replaced if a legacy file is found. Added a check to the PluginManager to load from scanning if the cache item is
not found in the file, this fixes all install issues with the type finding in 4.11.
Added new batch file to reset an umbraco install to vanilla (not 100% complete yet)
2012-11-27 10:42:22 +05:00
Shannon Deminick
e9c154f0a2
removed other non used legacy test files.
2012-11-27 07:04:18 +05:00
Shannon Deminick
5973c20b24
Removed old test runner configs for the legacy tests project which is not loaded into the sln at the moment.
...
We will migrate many of these tests over in time.
2012-11-27 07:03:32 +05:00
Shannon Deminick
060ebe2c4f
reverts last minute changes in 4.11 to get trees displaying on install so that we can determine the real cause.
...
Fixes naming conventions on MasterpageHelper.
2012-11-27 06:58:58 +05:00
leekelleher
4796cdd803
MySQL: Corrected a typo in the "DropDow" data-type definition.
2012-11-26 22:04:44 +00:00
Morten Christensen
7641bafd17
Refactoring installer
2012-11-26 17:58:42 -01:00
Morten Christensen
e5ec9eb06f
Reducing the usage of the DatabaseFactory
2012-11-26 17:20:58 -01:00
Sebastiaan Janssen
df8b4351c1
Merge
2012-11-26 17:11:56 -01:00
Sebastiaan Janssen
9d5b1e178a
Move all the lib files to NuGet/MyGet and remove legacy folders
2012-11-26 17:11:13 -01:00