Shannon
|
44a39e7ca6
|
Fixes: U4-5055 Umbraco update fails with large set of media content due to timeout in RebuildXmlStructures. Adds RebuildXmlStructures to content, media, member services as public APIs (though people won't really use them), the underlying repositories now rebuild these structures using a single transactions but queried by pages of 5000 which should reduce memory overhead if there's a ton of media, etc... Added tests for this too. Added CountPublished to ContentService too.
|
2014-10-23 18:31:08 +10:00 |
|
Shannon
|
238f5fc5f3
|
Fixes: U4-5676 Styling in template editors is poor with the scrollbars and padding , the problem was due to a few too many umb-scrollables defined which causes multiple resizing, this should also improve the UI performance for legacy editors. Have also removed the hard coded width/heights in the code editors, have disabled codemirror from autoscaling as well in these editors since that causes additional scrollbars and overhead. Have tested all these changes in all browers and it's much better.
|
2014-10-23 14:01:16 +10:00 |
|
Shannon
|
e8a2ddb2a4
|
Simplifies NamespaceHttpControllerSelector and should be better with regards to locking instead of enumerating over a concurrent collection.
|
2014-10-23 10:51:33 +10:00 |
|
Shannon
|
9717a6962a
|
adds tests
|
2014-10-22 16:46:22 +10:00 |
|
Shannon
|
56a8b771c1
|
Merge branch '7.2.0' of https://github.com/umbraco/Umbraco-CMS into 7.2.0
|
2014-10-22 16:44:55 +10:00 |
|
Shannon
|
86e82c7674
|
Updates PartialView & PartialViewMacros models/services/repositories, streamlines their operations, fixes up other underlying problems with the FileRepository, fixes tree syncing for partial views, partial view macros and scripts, fixes scripts being created in folders, allows partial views and partial view macros to be managed and created in folders, fixes FileUnitOfWork to use a queue, publicizes some internal test classes, fixes tree syncing when dealing with invariant case, adds correct validation to the create dialogs of scripts and partial views (and partial view macros)
|
2014-10-22 16:44:45 +10:00 |
|
Shannon
|
9ffaa8aabb
|
Fixes some of the PhysicalFileSystem issues with paths vs relative paths, this should fix up inconsistencies.
|
2014-10-22 15:52:32 +10:00 |
|
Shannon Deminick
|
f88144cbbe
|
Merge pull request #513 from filipw/feature/cache-httpcontrollerdescriptor
Cache HttpControllerDescriptor in NamespaceHttpControllerSelector
|
2014-10-22 12:13:06 +10:00 |
|
filipw
|
9e7d2884b9
|
do not recreate HttpControllerDescriptor every time
|
2014-10-21 08:39:21 +02:00 |
|
filipw
|
fe31ed5cb2
|
changed NamespaceHttpControllerSelector to use a helper class NamespaceHttpControllerMetadata rather than raw Type caching
|
2014-10-21 08:37:40 +02:00 |
|
Shannon
|
4494d8cc91
|
Merge branch 'partial-view-folders' of https://github.com/pynej/Umbraco-CMS into 7.2.0
|
2014-10-21 13:21:12 +10:00 |
|
Shannon
|
967030a9c4
|
Fixes up issues when tracking dirty changes on numerical or empty string values because json.net converts numerical to long and we were setting those values on the Property.Value which means that comparing long -> int will always return false and thus the property is flagged as dirty. Same goes with string and null when dealing with an object. This is all fixed up now and have added another method to see if we shold actually persist any changes for content when saving. This all relates to fixing: U4-5510 Previewing a content item saves that item
|
2014-10-21 13:12:31 +10:00 |
|
Shannon
|
95c0f80df4
|
Removes all the unecessary casting to ICanBeDirty - not sure why we've had it like this for so long.
|
2014-10-21 11:43:58 +10:00 |
|
Shannon
|
0e23c9e69f
|
Merge branch '7.2.0' of https://github.com/umbraco/Umbraco-CMS into 7.2.0
|
2014-10-21 10:35:02 +10:00 |
|
Shannon
|
8388ec12cd
|
Ensure preview button is not shown when the content is being created
|
2014-10-21 10:34:52 +10:00 |
|
Stephan
|
81928a5948
|
bugfix PublishedContentType cache key
|
2014-10-20 18:50:07 +02:00 |
|
Shannon
|
15413a75fe
|
Fixes: U4-4698 Properties on 'Info' tab of Membertype not saving correctly on Umbraco 7.1.1
|
2014-10-20 19:50:55 +10:00 |
|
Shannon
|
720ed0f457
|
Adds another check to old migrations to ensure some required FKs are dropped when needed
|
2014-10-20 14:26:22 +10:00 |
|
Sebastiaan Janssen
|
043139caae
|
Fixes build for people without git in path and with various VS versions installed (no more need to have at least VS2012 installed)
|
2014-10-19 13:00:54 +02:00 |
|
Sebastiaan Janssen
|
54642590cc
|
Took a page out of Json.Net's book and solved the problem with initial installs while keeping the upgrade transform behavior
|
2014-10-17 20:13:23 +02:00 |
|
Sebastiaan Janssen
|
f4231b1692
|
Upgrade to System.Web.Mvc 4.0.0.1 (or 4.0.40804.0 whatever you want to call it)
|
2014-10-17 17:24:32 +02:00 |
|
Shannon
|
334e7da40f
|
Fixes full screen scrolling issue due to buttons in breadcrumb being bigger than they should
|
2014-10-17 11:51:24 +10:00 |
|
Shannon
|
e177ad57cc
|
Fixes: U4-5397 Header in modal left sidebar breaks out of sidebar width
|
2014-10-17 11:43:23 +10:00 |
|
Shannon
|
b01ed76350
|
ensures loader bar is relative in modals/dialogs
|
2014-10-17 11:35:32 +10:00 |
|
Shannon
|
732d37054b
|
re-fixes loader bar styling
|
2014-10-17 11:30:59 +10:00 |
|
Shannon
|
d9195122d5
|
Fixes null check in template repo
|
2014-10-17 11:13:12 +10:00 |
|
Shannon
|
03e4ad6c4b
|
adds transforms/tools to the sln folder
|
2014-10-17 10:48:33 +10:00 |
|
Shannon Deminick
|
31f4b32277
|
Merge pull request #511 from arknu/translate-da
U4-5655: Update Danish language file
|
2014-10-17 08:56:10 +10:00 |
|
arknu
|
a3ce5f82d4
|
U4-5655: Missed media saved message
|
2014-10-16 15:39:46 +02:00 |
|
arknu
|
843397d793
|
U4-5655: Update Danish language file
|
2014-10-16 15:08:15 +02:00 |
|
Sebastiaan Janssen
|
bfd79277fd
|
Adds two more required transform files and updates web.config with forgotten key
|
2014-10-16 13:41:03 +02:00 |
|
Sebastiaan Janssen
|
0811951c04
|
Remove already defined variable
|
2014-10-16 13:41:02 +02:00 |
|
Sebastiaan Janssen
|
49aa6b40cc
|
Require json.net to make old version (<6.2.0) upgrades succeed
|
2014-10-16 13:41:02 +02:00 |
|
Sebastiaan Janssen
|
6b43c0c761
|
Still try to backup web.config (might be too late though, will test) and remove test entry from install.core
|
2014-10-16 13:41:01 +02:00 |
|
Sebastiaan Janssen
|
1346621a79
|
Few more nuget updates
|
2014-10-16 13:41:00 +02:00 |
|
Sebastiaan Janssen
|
9f4d72e137
|
Improve NuGet upgrades
|
2014-10-16 13:41:00 +02:00 |
|
Shannon
|
ca58e8f98f
|
Fixes: U4-4176 v7, cannot disable users in right-click-menu.
|
2014-10-16 18:45:02 +10:00 |
|
Shannon
|
26059ebad0
|
updated some of the table styling, updated the path to be relative and updated the release config.
|
2014-10-16 17:38:36 +10:00 |
|
Shannon
|
f48a218456
|
Merge branch 'tinymce-codemirror' of https://github.com/pynej/Umbraco-CMS into pynej-tinymce-codemirror
|
2014-10-16 17:06:22 +10:00 |
|
Shannon
|
fa2337f806
|
Fixes: U4-5649 Ensure NodeCount is on TagModel for TagQuery
|
2014-10-16 16:23:13 +10:00 |
|
Shannon
|
c66b1f7e25
|
removes macro scripts from build files
|
2014-10-16 16:05:00 +10:00 |
|
Shannon
|
133d7c92cb
|
If the legacy razor macro engine is executed, ensures that the folder and required web.config exist before execution.
|
2014-10-16 16:01:25 +10:00 |
|
Shannon
|
10c0d26a17
|
Fixes: U4-4828 Disable "Scripting Files" tree and don't ship the macroScripts folder
|
2014-10-16 15:37:32 +10:00 |
|
Shannon Deminick
|
328103c4ac
|
Merge pull request #507 from danlister/7.2.0-U4-5602
U4-5602 Dropdown List data type now shows an empty option after a page is saved
|
2014-10-16 13:55:23 +10:00 |
|
Shannon
|
8697829982
|
fixes some minor things in PRs
|
2014-10-16 14:53:55 +10:00 |
|
Shannon Deminick
|
b68f79d569
|
Merge pull request #509 from kalletoxic/7.2.0
Making the sort dialog responsive also in height. Before you had to scro...
|
2014-10-16 13:49:17 +10:00 |
|
Shannon
|
25b8a12aad
|
removes the contour lang keys that shouldn't be there.
|
2014-10-16 14:46:52 +10:00 |
|
Shannon Deminick
|
3846d1a4f7
|
Merge pull request #510 from scottleaver/7.2.0
Make input box on search visible
|
2014-10-16 13:44:54 +10:00 |
|
Shannon
|
142a5ec922
|
Removes demo packages from source control, we don't need these, they were just committed POCs at the beginning of v7 development
|
2014-10-16 14:31:44 +10:00 |
|
Shannon
|
3b53aca31f
|
Ensures the mousemove on document event is unbound when unloading the umbcontentname directive.
|
2014-10-16 14:28:58 +10:00 |
|