jeavonleopold
e502ce4ff9
U4-1112 - Add Any() property to DynamicXml
2012-10-31 10:47:04 +00:00
Shannon Deminick
8fff66dcb7
Merge
2012-10-31 20:48:50 +06:00
Shannon Deminick
bc47e0c4a6
Fixed the get enumerator method in the legacy DynamicXml so that it still returns the legacy class instead of the new one.
2012-10-31 20:42:06 +06:00
Shannon Deminick
85c110bad5
missing changed file
2012-10-31 11:46:02 +06:00
Shannon Deminick
8866607582
changed milliseconds to seconds
2012-10-31 11:43:14 +06:00
Shannon Deminick
0db6c2cc11
Fixed issue that locally declared SurfaceControllers are routed through 'umbraco' area, this should not have been the case.
...
Created new CacheHelper which replaces the old Cache class and is accessible via the UmbracoContext.
Added new CachedPartial extension method to be able to cache the output of your partials (also by page and by member)
Added mew CacheHelperApplicationEventListener in order to automatically clear the partials cache when content is published, media or members is saved.
2012-10-31 11:36:22 +06:00
Shannon Deminick
c3795d7e5a
Added some code comments and did a check for redirects (returns null if this is the case)
2012-10-30 06:49:36 +06:00
Shannon Deminick
36eea348ba
changes the fix for U4-1097 to use an InvariantEquals instead of a direct equals just in case!
2012-10-30 06:23:29 +06:00
Stephan
be3f95610b
U4-1081 - treat missing template at 404
2012-10-29 12:35:39 -01:00
Stephan
f9aa4b28af
U4-889 - cancelling publish via an event caused a JavaScript error
2012-10-29 07:48:45 -01:00
Stephan
232c2292cb
U4-1093 - fail to publish a node w/new content type
...
the way we added the new content type to the schema just could not work
also, stop reloading the whole XML from DB because the schema changes
2012-10-28 19:35:19 -01:00
Stephan
80dca1e3f2
U4-1089 - non-ascii chars in urls cause 404
2012-10-28 11:58:48 -01:00
Stephan
47b6f7f4d5
fix U4-1087 : preview badge does not show
2012-10-28 10:58:56 -01:00
pgregorynz
03af54b1d5
Merge
2012-10-25 14:21:16 -10:00
Casey Neehouse
bbd62f20a9
Corrects a couple minor issue with Directory support when mapped to a
...
Virtual Directory and network shares.
2012-10-26 04:19:14 +04:00
pgregorynz
9738227189
Making the CTOR for UmbracoHelper public so it can be newed up for other uses
2012-10-25 14:18:53 -10:00
Shannon Deminick
6bf3a7a74a
Merge
2012-10-26 03:01:21 +05:00
Shannon Deminick
07f8f79620
Fixes: #U4-1077, found an bug with both our code and Microsoft's code in that if you RemapPath with an incorrect URL which contains
...
2 '?' the internals of ASP.net actually force a secondary internal request which causes BeginRequest to fire but doesn't follow the normal
chain of the module. It was a bug with our code having two query strings, however its pretty strange behavior on their part!
Have removed UmbracoContext.ClientUrl since it is not necessary to have. Have renamed UmbracoContext.UmbracoUrl = CleanedUmbracoUrl and UmbracoContext.RequextUrl = OriginalRequestUrl
Have moved the route processing logic to a static method on PublishedContentRequest which auto assigns the request back to the UmbracoContext, plus this is a cleaner
way to do the processing, including allowing us to unit test this one aspect.
Lastly, we are now rewriting the path back to the original URL in the RenderRouteHandler so that in MVC controllers the HttpContext.Request actually
reflects the URL that the client requested, not the rewritten URL (we do this in webforms too)
2012-10-26 02:55:57 +05:00
Ismail Mayat
f0690ec55f
U4-1069 localize file umbraco.web.ui\umbraco
2012-10-25 14:47:00 -01:00
Tom Fulton
e4bfccf974
U4-1057: Add localization of 'relate copied items' text
2012-10-25 19:42:16 +04:00
Hendy
51d08a353c
U4-1084: media file links now updated after save
2012-10-25 14:33:50 -01:00
Hendy
982825dd56
Merge
2012-10-25 14:01:14 -01:00
NielsHartvig@UMBRACORATI.localdomain
c8c4e2437b
Implements U4-1022: Request: Disable Canvas mode by default
2012-10-25 13:00:31 -02:00
Hendy
1970b20eb9
Merge
2012-10-25 14:00:10 -01:00
Hendy
a5499cff26
U4-1080 - updateDate value for media item pulled from it's xml fragment (as only verison in db for media is the created version)
2012-10-25 13:59:48 -01:00
Ismail Mayat
d9c37a03b9
U4-989 Editing Macro Scripts should force any attached macros to refresh their cached code
2012-10-25 13:48:44 -01:00
Tim@MiniNinja
e17b93bcfe
Fixes issue U4-872
2012-10-25 14:04:32 -01:00
Stephan
6ffc231be0
bugfix UriUtility when running in a virtual directory
2012-10-25 12:28:33 -02:00
Tim@MiniNinja
99d8aca0c5
Fixes U4-864 also fixes similar issues for:
...
Xslt
Javascript
Stylesheets
Scripting Files
Macros
If file exists, will redirect to existing file instead of cretaing new
2012-10-25 13:24:44 -01:00
Sebastiaan Janssen
3c2ac0e90e
Include new files for U4-858 Default icons for Media Types
2012-10-31 12:03:52 -01:00
AnthonyCogworks@Anthony-PC
7af10e3b67
Issue : http://issues.umbraco.org/issue/U4-858
...
Fixed media thumbnails for SQL CE
2012-10-25 14:00:33 -01:00
Stephan
62a48df421
bugfix NiceUrlProvider when running in a virtual directory
2012-10-25 12:14:21 -02:00
Hendy
f146b8f6af
Merge
2012-10-25 11:30:56 -01:00
NielsHartvig@UMBRACORATI.localdomain
946f905885
Fixes U4-1079, Installer database step gives no error on failure
2012-10-25 10:30:08 -02:00
Hendy
707eca930f
U4-430 - saving a media item now updates the udpated date in the xml
2012-10-25 11:27:12 -01:00
Stephan
e4a002c976
properly cleanup views/masterpages when changing the type of a template
2012-10-25 09:34:02 -02:00
AnthonyCogworks@Anthony-PC
e731afadc9
Issue : http://issues.umbraco.org/issue/U4-858
...
Fixed media thumbnails for SQL Server, MySQL, & Azure
2012-10-25 10:23:53 -01:00
Tom Fulton
a006a480f7
U4-855: Small update to allow Preview to work when pasting custom source, and fix Insert not highlighting right away if ctrl+v
2012-10-25 18:14:11 +04:00
Tom Fulton
674923468d
U4-855 Embed Media - allow inserting custom HTML into Source tab
2012-10-25 17:52:50 +04:00
Sebastiaan Janssen
afafcfbb7a
Merge
2012-10-31 10:32:58 -01:00
Matt@MBP13-PC
c489d910b8
Fixes issue #U4-322 "Custom section name is the name of the previous section" by passing through the app alias to shitApp if no key is found in uiKeys
2012-10-31 11:31:08 +00:00
Sebastiaan Janssen
6e226ef995
Update the tinyMCE release config as well for U4-717 and u4-1006
2012-10-31 10:11:02 -01:00
AnthonyCogworks@Anthony-PC
0b1c479428
Case: http://issues.umbraco.org/issue/U4-715
...
Removed 2nd call to cleanPropertiesOnDeletion(_contenttypeid); in PropertyType.delete()
Replaced multiple calls to db to get all documentTypes.
2012-10-25 13:35:47 -01:00
AnthonyCogworks@Anthony-PC
3f2ca8a823
Case: http://issues.umbraco.org/issue/U4-648
...
Fixed issue in CMSNode where Parent was being set twice.
The issue was due to logic in Move(CMSNode newParent).
I renamed the parameter to newParent as it is more clear.
Changed the logic to check againse ParentId, rather than Path, and deleted
the redundant assignment to Parent.
2012-10-25 14:55:46 -01:00
Tom Fulton
78d57e89d5
U4-408: Prevent dragging of toolbar icons by adding onmousedown="return false"
2012-10-25 16:36:21 +04:00
Tom Fulton
d9049864f3
U4-395: Fix RTE in Members section (add ValidateRequest = false)
2012-10-25 19:21:46 +04:00
Hendy
21632d2ffc
Merge
2012-10-25 10:14:50 -01:00
Hendy
da3d20a5bb
ImageCropper property alias now set via a drop down of all available aliases, and a safety check on the dataeditor to ensure the selected property was found
2012-10-25 10:14:24 -01:00
Anders Burla Johansen
c0f0dcca3a
Fixed some attributes in tinyMCEConfig.config U4-717 and U4-1006
2012-10-25 09:02:33 -02:00
Tom Fulton
22f7d8797c
U4-377: Fix exception when attempting to access Value externally during a new dictionary item creation
2012-10-25 14:47:29 +04:00