Shannon
aa9751afff
adds tests for U4-6696
2015-06-26 09:58:44 +02:00
Shannon Deminick
3be714d786
Merge pull request #730 from base33/dev-v7
...
U4-6696 - UmbracoHelper.GetPreValueAsString fires exception with inva…
2015-06-26 09:35:52 +02:00
craig
96199caa11
U4-6696 - UmbracoHelper.GetPreValueAsString fires exception with invalid integer
2015-06-25 22:40:56 +01:00
Shannon
7b28e64c9e
updates NodeDto and PropertyTypeDto to auto-gen GUIDs by default
2015-06-25 16:55:55 +02:00
Shannon
8ad814a3b6
fixes property type Key generation
2015-06-25 16:40:24 +02:00
Shannon
b5fb6bc2d5
Fixes: U4-5052 (U7) Previewing a published page changes icon in content tree to the little green plus indicating changes need to be published even though no changes have been made.
2015-06-25 16:30:06 +02:00
Shannon
79ad33dd6e
Fixes: U4-5673 SQL Azure cannot drop clustered index on upgrade
2015-06-25 14:35:05 +02:00
Shannon
805d743f69
Fixes upgrade issue
2015-06-25 11:15:57 +02:00
Shannon
a85f3bfc16
Fixes install issue that was causing so many tests to fail
2015-06-25 09:56:40 +02:00
Shannon
1f0a4490a6
U4-6737 Add unique id (guid) column to property type
2015-06-24 17:47:20 +02:00
Shannon
85a4a4fa81
fixes migration check to ensure that migrations for the current version always run if the current installation version is a pre-release
2015-06-24 17:46:52 +02:00
Shannon
a7029e4733
Fixes up migration runner with regard to semver numbers. All migrations for a normal version within a build number will execute. For example if migrating from 7.3.x-x to 7.3.0 (final), all migrations for 7.3 will execute.
2015-06-24 15:20:08 +02:00
Shannon
18b1857539
Changes versioning to SemVersion (via nuget package), now target migrations with the full SemVer and update the web.config with the correct sem ver. Creates migration to create the migration table.
2015-06-24 14:17:24 +02:00
Shannon
869e0dcbd2
Updates the upgrader to ensure that the latest migrations are run if they don't exist, fixes the migration runner null check, adds test to subtract a revision number from a Version object.
2015-06-23 18:10:50 +02:00
Shannon Deminick
5f64b2cf37
Merge pull request #723 from tomfulton/fix/u4-6346
...
Fix unable to login to backoffice when using virtual directory - U4-6346
2015-06-23 12:16:36 +02:00
Tom Fulton
5eb9138775
Fix IsBackOfficeRequest returning false for virtual directory paths - U4-6346
2015-06-22 16:26:35 -04:00
Shannon
ff7bdb0f5b
Ensures the migrations table is created on install, updates the installation to create the latest migration version once complete.
2015-06-22 19:31:34 +02:00
Shannon
38953212a3
Fixes up some unit tests with changes to migration runner, creates unit tests for ApplicationContext.IsConfigured, updates DatabaseContext to be able to mock some methods.
2015-06-22 18:59:44 +02:00
Shannon
8e1e7a8676
Gets the IsConfigured check checking the migration data, updates the install controller to ensure there's no infinite redirects and to use the IsUpgrading flag. Now to add entries to the table when the migrations have executed.
2015-06-22 16:22:47 +02:00
Shannon
a1d7f2d8b3
Created IMigrationEntryService and affiliated models, etc.... also updates the IServerRegistration stuff to be interfaced.
2015-06-19 12:03:02 +02:00
Shannon
7c96f95491
Fixes: U4-6723 User timeout in the back office is an issue with new ASP.Net identity implementation
2015-06-18 19:16:49 +02:00
Shannon
6a7229e983
Fixes: U4-5670 Umbraco.DropDown List pre value with alias ** already exists for this data type
2015-06-18 15:07:46 +02:00
Shannon
4fcadc7e94
fixes: U4-5591 Error Change premissions on many nodes. 500 - The server supports a maximum of 2100 parameters
2015-06-17 12:21:47 +02:00
Shannon
2751a4a02d
added Icon to the base grid editor config interface
2015-06-17 10:01:45 +02:00
Stephan
db5697c455
Merge pull request #710 from dampee/U4-6642
...
U4-6642 - fix new node sort order
2015-06-16 18:25:46 +02:00
Shannon
1c0188351c
Moves the grid configuration to a config class so it can be re-used. Updates the BackOfficeController to use the new config classes. Creates a new Grid property value converter (which can be overridden by user's ones) which merges the grid config values at runtime so we are not storing stale grid config values with the actual property value. Now we need to ensure that the grid doesn't post or persist these config values since they don't belong there.
2015-06-16 15:04:31 +02:00
Shannon
20e265491f
Updates to latest AutoMapper and HtmlAgility
2015-06-16 10:19:34 +02:00
Shannon
3c353fc7f9
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
2015-06-15 17:47:01 +02:00
Shannon
bc04f578e3
fix build
2015-06-15 17:46:53 +02:00
Shannon Deminick
9765e9cf3a
Merge pull request #715 from dampee/fixes/U4-5559
...
Fix Typo's build-in and seperate (U4-5559)
2015-06-15 17:31:23 +02:00
Shannon
1b137bb785
Fixes: U4-5777 Allow Localization of Plugins without having to edit core language files
2015-06-15 17:13:34 +02:00
Damiaan
d2dc4efed8
U4-5559 Fix Typo "Seperate" to Separate
2015-06-15 16:12:46 +02:00
Shannon Deminick
dafaca414c
Merge pull request #708 from fraabye/dev-v7
...
Added debugger display attribute to PropertyEditor base class. Fixes: U4-6534
2015-06-15 12:13:58 +02:00
Shannon Deminick
b1fda57e50
Merge pull request #707 from trankin/bugfixes/U4-6687
...
Fix U4-6687: Can't add multiple instances of a macro in RTE in 7.2.6 …
2015-06-15 12:05:14 +02:00
Damiaan Peeters
d35b47b960
MYSQL doesn't handle the same way. So used the same code as in PersistUpdatedItem()
2015-06-14 00:52:37 +02:00
Damiaan Peeters
00ad45f436
Fix for U4-6642 (Sort order messing up after deleting a node)
2015-06-13 11:37:14 +02:00
Frederik Raabye
d75179b742
Added debugger display attribute to PropertyEditor base class. Fixes: U4-6534
2015-06-11 12:00:34 +02:00
Tom Rankin
a979f7ab12
Missed a test case when the properties were not in front of MacroAlias
2015-06-10 11:20:51 -05:00
Tom Rankin
afe09c0850
Fix U4-6687: Can't add multiple instances of a macro in RTE in 7.2.6 without ruining RTE formatting
...
We found that the MacroTagParser.cs was being greedy and matching all UMBRACO_MACRO tags instead of getting them individually.
macro.service.js was updated for posterity purposes to match the regex in the .cs side, but testing showed that it was functioning as expected without this change.
2015-06-09 14:19:59 -05:00
Sebastiaan Janssen
0695839717
Updates version
2015-06-09 19:39:45 +02:00
Sebastiaan Janssen
12dba80553
Removes zzaaa from version number
2015-06-09 14:38:01 +02:00
Stephan
83d5eda63c
Bugfix xdt upgrade to 7.3
2015-06-09 12:22:08 +02:00
Shannon
e90766ad06
Ensures that during install that we don't enable the identity user manager or cookie auth since no db tables exist, fixes the IsUpgrading check to check for actual valid tables
2015-06-09 12:17:45 +02:00
Sebastiaan Janssen
f100d82e2c
Bump version
2015-06-03 14:03:04 +02:00
Stephan
f285af8a4e
Merge remote-tracking branch 'origin/dev-v7' into 7.3.0
2015-05-26 13:19:43 +02:00
Shannon Deminick
7c4a189aa3
Merge pull request #696 from tomfulton/fix/u4-6655
...
Fix U4-6655: RTE Macro not rendering in backoffice when "macroAlias" is not first attribute
2015-05-26 08:01:40 +10:00
Tom Fulton
4ec66bc868
Fix U4-6655: RTE Macro not rendering in backoffice when "macroAlias" is not first attribute
...
Loosens UMBRACO_MACRO regex parsing to fix, add tests
2015-05-22 20:40:30 -06:00
Stephan
115ba8dcb8
Merge remote-tracking branch 'origin/dev-v7' into 7.3.0
...
Conflicts:
src/Umbraco.Tests/Scheduling/BackgroundTaskRunnerTests.cs
src/Umbraco.Web/Scheduling/BackgroundTaskRunner.cs
src/Umbraco.Web/Scheduling/BackgroundTaskRunnerAwaiter.cs
src/Umbraco.Web/Umbraco.Web.csproj
2015-05-21 20:49:18 +02:00
Stephan
b804ff6107
Explicit exception on cache reentry
2015-05-21 16:09:20 +02:00
Shannon
a94f7e6ec0
Fixes RepositoryBase.Get to not use a GetOrAdd with the IRuntimeCache and instead just use a linear lookup, set cache, return - this causes less confusion and also prevents any inner recursive key lookups within our cache which was causing YSODs. Added tests for the RepositoryBase's DeepCloneRuntimeCacheProvider (see code comment about what this does), updates other repo's to use the RuntimeCache property instead of accessing it via the RepositoryCache.RuntimeCache property.
2015-05-21 17:04:14 +10:00