This website requires JavaScript.
Explore
Help
Register
Sign In
yv01p
/
Umbraco-CMS
Watch
1
Star
0
Fork
0
You've already forked Umbraco-CMS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f024dba86498a89d3f2a00a6fb60e9e1df3e47b3
Umbraco-CMS
/
src
/
Umbraco.Web
/
umbraco.presentation
History
Mads Rasmussen
1a0c095f40
Merge pull request
#932
from engern/MacroParamSortOrder
...
Fixes U4-7472 - Should be possible to sort macro parameters
2016-02-19 09:27:27 +01:00
..
umbraco
Merge pull request
#932
from engern/MacroParamSortOrder
2016-02-19 09:27:27 +01:00
AttributeCollectionAdapter.cs
…
BasePageExtensions.cs
…
content.cs
Merge pull request
#1004
from umbraco/temp-U4-7681
2016-01-12 14:48:54 +01:00
default.aspx.cs
…
EnsureSystemPathsApplicationStartupHandler.cs
working on: U4-6756 Don't ship or generate unnecessary folders
2015-07-16 15:29:46 +02:00
helper.cs
Checked if the trimmed value starts and ends with brackets. If so, use the trimmed value.
2015-10-29 12:56:07 +01:00
item.cs
change :get the correct alternative recursive field
2015-10-29 13:50:30 +01:00
keepAliveService.cs
U4-6788 - refactor OriginalRequestUrl into UmbracoApplicationUrl
2015-07-08 17:32:36 +02:00
library.cs
Updates all cache refreshers to reference the IsolatedRuntimeCache where required, refactors how IsolatedRuntimeCache is exposed on the CacheHelper, ensures that IsolatedRuntimeCache is used in all repositories instead of the global RuntimeCache, changes all obsolete usages of CacheHelper to the non obsolete equivalent, obsoletes many of the cache keys, obsoletes a couple cache refreshers that aren't used anymore in 7.3, simplifies CacheHelper with regards to it's 'disabled' cache state.
2016-01-06 18:08:14 +01:00
macro.cs
Updates all cache refreshers to reference the IsolatedRuntimeCache where required, refactors how IsolatedRuntimeCache is exposed on the CacheHelper, ensures that IsolatedRuntimeCache is used in all repositories instead of the global RuntimeCache, changes all obsolete usages of CacheHelper to the non obsolete equivalent, obsoletes many of the cache keys, obsoletes a couple cache refreshers that aren't used anymore in 7.3, simplifies CacheHelper with regards to it's 'disabled' cache state.
2016-01-06 18:08:14 +01:00
MacroCacheContent.cs
…
NotFoundHandlers.cs
Fixes routing tests and reverts to simplified routing logic based on the Language ISO code returned from the IDomain object.
2015-08-05 12:10:13 +02:00
page.cs
U4-7681 Legacy CMSNode.Parent uses old SqlHelper API and doesn't keep a reference
2016-01-08 13:59:40 +01:00
publishingService.cs
…
PublishQueue.cs
…
python.cs
…
requestModule.cs
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
ScriptingMacroResult.cs
…
showField.cs
…
template.cs
Updates all cache refreshers to reference the IsolatedRuntimeCache where required, refactors how IsolatedRuntimeCache is exposed on the CacheHelper, ensures that IsolatedRuntimeCache is used in all repositories instead of the global RuntimeCache, changes all obsolete usages of CacheHelper to the non obsolete equivalent, obsoletes many of the cache keys, obsoletes a couple cache refreshers that aren't used anymore in 7.3, simplifies CacheHelper with regards to it's 'disabled' cache state.
2016-01-06 18:08:14 +01:00
UmbracoContext.cs
…
UmbracoPage.cs
…
umbracoPageHolder.cs
…
UmbracoRequest.cs
…
UmbracoResponse.cs
…
UmbracoServerUtility.cs
…
viewstateMoverModule.cs
…
XsltExtensionAttribute.cs
…