Mads Krohn
dd0f510b5e
Fix for InitializeLegacyUrlReplaceCharacters
...
When using IsNullOrWhiteSpace the white space rule that will replace white spaces with dashes are ignored. This leads to unexpected behavior. Changed the code to use IsNullOrEmpty instead to match the behavior of the LegacyShortStringHelper.
2014-09-22 12:14:32 +02:00
Morten Christensen
6f27f839e0
Related to U4-4199 lets get rid of all these Console.WriteLine's
2014-06-16 16:29:15 +02:00
Shannon
3df2d03fc8
Merge remote-tracking branch 'origin/6.2.0' into 7.1.2
...
Conflicts:
build/Build.bat
build/NuSpecs/UmbracoCms.Core.nuspec
build/NuSpecs/build/UmbracoCms.targets
src/Umbraco.Core/Models/IPublishedContentProperty.cs
src/Umbraco.Core/Models/PublishedContent/IPublishedContentExtended.cs
src/Umbraco.Core/Models/PublishedContent/PublishedContentExtended.cs
src/Umbraco.Core/Models/PublishedContent/PublishedContentWrapped.cs
src/Umbraco.Core/Models/PublishedContent/PublishedPropertyBase.cs
src/Umbraco.Core/Models/PublishedContent/PublishedPropertyType.cs
src/Umbraco.Core/Models/Template.cs
src/Umbraco.Core/Persistence/Migrations/MigrationRunner.cs
src/Umbraco.Core/Persistence/Repositories/MemberGroupRepository.cs
src/Umbraco.Core/Persistence/Repositories/MemberRepository.cs
src/Umbraco.Core/Persistence/Repositories/MemberTypeRepository.cs
src/Umbraco.Core/Persistence/Repositories/RecycleBinRepository.cs
src/Umbraco.Core/Services/PackagingService.cs
src/Umbraco.Tests/PublishedContent/PublishedContentMoreTests.cs
src/Umbraco.Tests/PublishedContent/PublishedContentTestElements.cs
src/Umbraco.Web/PublishedCache/XmlPublishedCache/PublishedFragment.cs
src/Umbraco.Web/PublishedCache/XmlPublishedCache/PublishedMediaCache.cs
src/Umbraco.Web/PublishedCache/XmlPublishedCache/XmlPublishedContent.cs
src/Umbraco.Web/PublishedContentPropertyExtension.cs
src/Umbraco.Web/Search/ExamineEvents.cs
src/Umbraco.Web/UmbracoHelper.cs
src/Umbraco.Web/umbraco.presentation/CompatibilityHelper.cs
src/Umbraco.Web/umbraco.presentation/macro.cs
src/umbraco.cms/businesslogic/template/Template.cs
2014-05-05 12:49:06 +10:00
Stephan
0501b181ce
Refactor template aliases to strict aliases
2014-04-30 15:46:26 +02:00
Stephan
0810e90478
U4-4747,3027... - bugfix content type editor / aliases
2014-04-23 19:26:48 +02:00
Shannon
9a9237e78e
Merge remote-tracking branch 'origin/6.2.0' into 7.1.0
...
Conflicts:
src/Umbraco.Core/Persistence/Repositories/MemberRepository.cs
src/Umbraco.Core/Services/IMembershipUserService.cs
src/Umbraco.Tests/PublishedContent/PublishedContentTestElements.cs
src/Umbraco.Web.UI/config/trees.config
src/Umbraco.Web.UI/config/umbracoSettings.config
src/Umbraco.Web.UI/umbraco/controls/ContentTypeControlNew.ascx
src/Umbraco.Web.UI/umbraco/developer/DataTypes/editDatatype.aspx
src/Umbraco.Web.UI/umbraco/plugins/uGoLive/Dashboard.ascx
src/Umbraco.Web/Mvc/UmbracoViewPageOfTModel.cs
src/Umbraco.Web/Search/ExamineEvents.cs
src/Umbraco.Web/Umbraco.Web.csproj
src/Umbraco.Web/umbraco.presentation/content.cs
src/Umbraco.Web/umbraco.presentation/umbraco/cache/LegacyClasses.cs
2014-03-06 20:22:32 +11:00
Stephan
ff0bcffefa
Implement DefaultShortStringHelper.PostFilter to cut url segments at 240 chars
2014-03-05 15:46:31 +01:00
Stephan
6b74e14cdd
Backport DefaultShortStringHelper from 7.1
2014-02-12 10:40:00 +01:00
Stephan
db528d8d7a
U4-4199 - undef debug code in release
2014-02-12 10:23:59 +01:00
Stephan
12314f16a2
U4-4056 - fixing
2014-01-17 10:27:09 +01:00
Stephan
bfc89a7247
merge branch 'origin/6.2.0' into 7.0.2 + fix
2014-01-16 19:40:29 +01:00
Stephan
326309e61e
U4-4056 - better unicode/ascii support for urls
2014-01-16 17:09:21 +01:00
Shannon
8a8b69a442
Merge remote-tracking branch 'origin/6.2.0' into 7.0.2
...
Conflicts:
src/Umbraco.Web/Umbraco.Web.csproj
src/Umbraco.Web/umbraco.presentation/umbraco/plugins/tinymce3/GoogleSpellChecker.cs
2013-12-19 11:14:06 +11:00
Stephan
206c88105e
Left some Console.WriteLine statements uncommented
2013-12-18 17:50:47 +01:00
Stephan
8cb0f5762c
Merge remote-tracking branch 'origin/6.2.0' into 7.0.2
2013-12-16 17:11:15 +01:00
Stephan
f870ee18d4
U4-3710 - fix merge
2013-12-16 17:10:30 +01:00
Stephan
b506b5c8e9
U4-3710 - bugfix
2013-12-16 17:01:35 +01:00
Stephan
98c8d637f4
Merge remote-tracking branch 'origin/6.2.0' into 7.0.2
...
Conflicts:
src/Umbraco.Core/DatabaseContext.cs
src/Umbraco.Core/Strings/DefaultShortStringHelper.cs
src/Umbraco.Core/Umbraco.Core.csproj
src/Umbraco.Web/Umbraco.Web.csproj
src/Umbraco.Web/umbraco.presentation/install/utills/LegacyClasses.cs
2013-12-13 13:05:10 +01:00
Stephan
5aec753859
U4-3710, -3732 - Fix default ShortStringHelper
2013-12-13 12:20:57 +01:00
Shannon
8dbdd67c98
Reverted CleanStringForSafeFileName to the original name that doesn't strip unnecessary characters.
2013-11-13 12:33:03 +11:00
Stephan
74df45a056
U3-3314 - refactor 4895b5a
2013-11-05 09:01:11 +01:00
Tim Geyssens
4895b5a2a8
Fixes U4-3314 Doctype property alias doesn't auto generate camelcase but does pascalcase instead
2013-11-04 15:00:13 +01:00
Shannon
1e9a17babe
Fixes merge issues, fixes up some unit tests, removes the For<T> config section stuff and simplifies the singleton, refactors it with methods as per discussion with stephen.
2013-09-25 19:23:41 +10:00
Shannon
bd644bc707
Simplifies more of the interface config collection to reduce nesting.
2013-09-16 16:16:42 +10:00
Shannon
f38a6e1561
Makes some massive headway with the real config section, have got all code re-delegated to using it and have migrated the baserest config to the core project, all configs will be shared out of the UmbracoConfiguration singleton, now to get the unit tests all wired up and using mocks for the most part.
2013-09-13 18:11:20 +10:00
Shannon
7806762b80
Implemented a real .Net configuration section for umbracoSettings.config + unit tests for every property. NOTE: This isn't referenced in the codebase yet, going to start setting default values for most of the properties so that we can remove them from the config file for shipping (ship minimal config) then reference these settings in the codebase.
2013-08-31 11:28:19 +10:00
Stephan
71a28cbeaa
Core.Strings - bugfix error in DefaultShortStringHelper
2013-05-04 14:53:33 -02:00
Stephan
43d6c9a46d
Core.Strings - bugfix DefaultShortStringHelper
2013-04-12 11:32:37 -02:00
Stephan
0b3eaf9c77
Core.Strings - refactor DefaultShortStringHelper for better backward compat.
2013-04-12 05:33:39 -02:00
Stephan
65cb6fbaff
merge with 6.1.0
2013-03-31 19:19:24 -02:00
Stephan
1d5f7ae822
Core.Strings - handle config. errors in DefaultShortStringHelper
2013-03-31 18:40:54 -02:00
Stephan
6e4d8b638e
merge
2013-03-22 17:40:29 -01:00
Stephan
21c635f61a
Core.Strings - Add support for UrlReplaceCharacters to DefaultShortStringHelper
2013-03-22 17:39:35 -01:00
Stephan
3ab0879a99
Core.Strings - refactor ToSafeFileName
2013-03-11 14:58:07 -01:00
Stephan
e10fc26729
Core.Strings - add arguments checks
2013-02-19 06:34:06 -01:00
Stephan
0d6999292c
Core.Strings, Web.UI - refactor UI aliases management (3)
2013-02-19 06:30:19 -01:00
Stephan
3e7681d4d2
Core.Strings, Web.UI - refactor UI aliases management (2)
2013-02-19 06:29:59 -01:00
Stephan
c838b8a381
Core.Strings - resharp
2013-02-19 06:27:13 -01:00
Stephan
96a279499b
Core.Strings - supports allowUnderscoreInTerm in new DefaultShortStringHelper
2013-02-19 06:27:13 -01:00
Stephan
a3f0b7a37f
Core.Strings, Web.UI - refactor UI aliases management (1)
2013-02-19 06:26:58 -01:00
Stephan
a0f662c114
Core.Strings - refactor + new IShortStringHelper
2013-02-07 13:30:50 -01:00
Stephan
edb84b3c97
Core.Strings - go public
2013-02-19 06:37:24 -01:00