Shannon Deminick
|
cac3ddc3c8
|
Merge pull request #666 from JimBobSquarePants/dev-v7
Remove Content Service Setter case sensitivity
|
2015-04-08 10:07:34 +10:00 |
|
Shannon
|
0eac50ceba
|
Fixes: U4-6506 Grid config in package.manifest doesn't allow for multiple grid editors and adds tests
|
2015-04-07 17:24:35 +10:00 |
|
Shannon
|
d5e735ac14
|
Fixes singleton accessors and adds ctor which would allow unit testability.
|
2015-04-07 12:07:54 +10:00 |
|
Shannon Deminick
|
8d841d3537
|
Merge pull request #667 from AndyButland/u4-1733
U4-1733 - Added overloads to RedirectToUmbracoPage methods to allow passing of a querystring
|
2015-04-07 11:05:05 +10:00 |
|
Sebastiaan Janssen
|
5f175874b2
|
Fixes tests and adds a few
|
2015-04-02 17:52:59 +02:00 |
|
Sebastiaan Janssen
|
fa053426c3
|
Don't disableFindContentByIdPath when in preview mode
|
2015-04-02 17:16:56 +02:00 |
|
AndyButland
|
437e7f0ffc
|
Removed unused usings from previous commit
|
2015-04-01 23:29:43 +02:00 |
|
AndyButland
|
afa6c35bb5
|
Added overloads to RedirectToUmbracoPage methods to allow passing of a querystring
|
2015-04-01 23:27:20 +02:00 |
|
James South
|
8d00dbf648
|
Remove Content Service Setter case sensitivity
Makes property alias key checking case-insensitive bringing behaviour in
line with IPublishedContent getters.
|
2015-04-01 12:37:28 +01:00 |
|
Stephan
|
cd26a1ad21
|
U4-6479 - fix GetCulture for unpublished content + add tests
|
2015-04-01 12:59:01 +02:00 |
|
Shannon
|
437ab4aaf1
|
Fixes installer permission steps - this cannot just arbitrarily write to the umbraco xml cache file
|
2015-04-01 17:44:27 +11:00 |
|
Shannon
|
051e9366e5
|
updates js undefined check
|
2015-04-01 13:39:54 +11:00 |
|
Shannon Deminick
|
46c6503320
|
Merge pull request #665 from magnuskragelund/dev-v7-U4-6469-mntp-referencing-deleted-nodes
fixes bug when trying to render a deleted node in multinode tree picker
|
2015-04-01 13:36:18 +11:00 |
|
Shannon
|
1cf2fc7870
|
updates sln docs and removes pdf test bits
|
2015-04-01 11:22:10 +11:00 |
|
Shannon
|
cf1c38dcaa
|
fixes build
|
2015-03-31 17:04:32 +11:00 |
|
Shannon
|
73d7cd4856
|
updates sln file to remove the PDF proj and removes the sln folder containing umbraco examine libs
|
2015-03-31 14:27:18 +11:00 |
|
Shannon
|
33f21e0528
|
Updates build and solution to exclude UmbracoExamine.PDF, removes files for UmbracoExamine.PDF, updates links to license in nuspec files
|
2015-03-31 13:49:28 +11:00 |
|
Shannon
|
cc8962f090
|
Removes the old umbracoexamine.azure libs
|
2015-03-30 20:07:26 +11:00 |
|
Shannon
|
a2bfca4d3a
|
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
|
2015-03-30 17:40:46 +11:00 |
|
Shannon
|
fb24becd0d
|
completes: U4-6468 Move all 'Strategies' in the Web project that performs Core data operations to the Core project
|
2015-03-30 17:40:36 +11:00 |
|
Shannon
|
58857c5d83
|
Moves publishing strategies into CacheRefresherEventHandler where the event handlers are supposed to exist.
|
2015-03-30 17:36:54 +11:00 |
|
Shannon
|
7a31d6cae3
|
better exception logging for examine
|
2015-03-30 17:23:28 +11:00 |
|
Shannon Deminick
|
021bb6d367
|
Merge pull request #661 from kgiszewski/dev-v7
Fix for U4-6462
|
2015-03-30 16:27:19 +11:00 |
|
Shannon Deminick
|
0742108ec1
|
Merge pull request #662 from AndyButland/u4-6412
U4-6412 - Ensures footer breadcrumb in content and media returned in correct order
|
2015-03-30 10:44:08 +11:00 |
|
Magnus Kragelund
|
1c3a7b95fc
|
fixes bug when trying to render a deleted node in multinode tree picker
|
2015-03-27 11:02:35 +01:00 |
|
Shannon
|
fda72b2acc
|
changes the MaxWaitMilliseconds tp 30000 to be consistent with the 7.3 branch
|
2015-03-27 15:19:31 +11:00 |
|
Shannon
|
ec742d1f66
|
removes the usages of ILogger and ProfilerLogger since this is not for 7.3.0, will need to re-fix for 7.3 branch.
|
2015-03-27 14:56:12 +11:00 |
|
Shannon
|
4bdac1475f
|
fixes log scrub interval with ms with updated background tasks
|
2015-03-27 14:52:38 +11:00 |
|
Stephan
|
58ce04e26b
|
cleanup
|
2015-03-27 14:49:31 +11:00 |
|
Shannon
|
4c3de920c6
|
Removes the 'else' so that 'wait' is always checked.
|
2015-03-27 14:49:31 +11:00 |
|
Stephan
|
be37026587
|
refactor latched background tasks, now use a task for xml
Conflicts:
src/Umbraco.Web.UI/config/ClientDependency.config
|
2015-03-27 14:49:25 +11:00 |
|
Stephan
|
a73b7a5849
|
refactor Scheduler to use new BackgroundTaskRunner capabilities
Conflicts:
src/Umbraco.Web/Scheduling/Scheduler.cs
|
2015-03-27 14:48:47 +11:00 |
|
Stephan
|
b7436dc55f
|
refactor BackgroundTaskRunner
|
2015-03-27 14:47:42 +11:00 |
|
Shannon
|
bc068b201d
|
Updates BackgroundTaskRunner to ensure canceled or skipped tasks are disposed, updated tests to reflect
|
2015-03-27 14:47:42 +11:00 |
|
Shannon
|
912b01c9aa
|
Updates BackgroundTaskRunner to support more complex options including the ability to only execute the last/final task in the queue. Added tests to support, updated the 'content' object to use this option so that only the last task in the queue will execute so that file persisting doesn't get queued but the correctly queued data will be written.
|
2015-03-27 14:47:42 +11:00 |
|
Shannon
|
a82035061c
|
Updates BackgroundTaskRunner to support async operations. Updates the content xml cache file persisting to use a IBackgroundTask instead of the strange queuing for persistence - which was super strange because in many cases another request thread will actually be the thread that is persisting the xml file than the request thread that requested it created. This implementation is far better, the xml file will be persisted on a non request thread and will handle multiple documents being published at the same time guaranteeing that the latest published version is the one persisted. The file persistence is also web aware (due to how BackgroundTaskRunner works) so during app shutdown the file will still be written if it's currently being processed.
|
2015-03-27 14:47:41 +11:00 |
|
AndyButland
|
0c107fd869
|
Ensures footer breadcrumb in content and media returned in correct order
|
2015-03-25 21:52:39 +01:00 |
|
kgiszewski
|
6419f301f7
|
Fix for U4-6462
|
2015-03-25 16:30:47 -04:00 |
|
Sebastiaan Janssen
|
e775471013
|
Set disableFindContentByIdPath=false for local debugging of Umb source (the release config was already correct)
|
2015-03-25 17:08:53 +01:00 |
|
Shannon Deminick
|
cc109d1ed0
|
Merge pull request #660 from perosb/U4-6444
Fix for U4-6444
|
2015-03-25 09:16:49 +11:00 |
|
Sebastiaan Janssen
|
9dfccd86fd
|
U4-2499 Remove the possibility for accessing pages with nodeid's or give a redirect option
#U4-2499 Fixed Due in version 7.2.5
|
2015-03-24 20:09:48 +01:00 |
|
Per Osbeck
|
ffaf1f96b9
|
Fix for U4-6444
|
2015-03-24 09:28:53 +01:00 |
|
Shannon Deminick
|
aa3c1d645b
|
Merge pull request #659 from robertjf/dev-v7
Issue#U4-6448 typo fix in pageIndex Mandate checks
|
2015-03-24 12:45:35 +11:00 |
|
Robert Foster
|
c6b393f2e8
|
typo fix in pageIndex Mandate checks
|
2015-03-24 12:30:28 +11:00 |
|
Arnoud de Vries
|
e3925f18ef
|
Fix some spelling mistakes in package installer
|
2015-03-22 16:29:53 +01:00 |
|
Sebastiaan Janssen
|
53a4d063e0
|
U4-464 The embedded passwordStrength.js file is GPL-licensed
#U4-464 Fixed Due in version 7.2.5
|
2015-03-22 13:13:51 +01:00 |
|
Sebastiaan Janssen
|
907e5e7ca4
|
Bump version
|
2015-03-20 11:25:59 +01:00 |
|
Shannon
|
08a2ec6883
|
Fixes: U4-6436 Localization in the back office doesn't work immediately after app restart
|
2015-03-20 18:15:31 +11:00 |
|
Shannon
|
b02e0c0232
|
Fixes: U4-6433 Usercontrol loaded after package installation not executing
|
2015-03-20 17:47:33 +11:00 |
|
Shannon
|
fff0151b62
|
Updates build process to: Ensure the AssemblyFileVersion is set to the real umbraco version, AssemblyInformationalVersion is set to the real umbraco version including the pre-release name if there is one, AssemblyCopyright has the correct year.
|
2015-03-20 09:31:14 +11:00 |
|