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
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
Stephan
6ffc231be0
bugfix UriUtility when running in a virtual directory
2012-10-25 12:28:33 -02: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
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
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
Tom Fulton
25da44825e
U4-377: Add code from michielvoo's pull request (trigger the dictionaryitem.saving event from dictionaryitem.setvalue() by calling
...
its Save() method.)
2012-10-25 14:46:12 +04:00
Sebastiaan@SEBTHINK
55d4a7e367
Merge
2012-10-25 08:53:41 -02:00
NielsHartvig@UMBRACORATI.localdomain
33e73ab965
Fixes U4-802, MacroEngine should sort the built in engine first
2012-10-25 08:37:55 -02:00
NielsHartvig@UMBRACORATI.localdomain
05db49c66d
Merge
2012-10-25 07:56:34 -02:00
NielsHartvig@UMBRACORATI.localdomain
4cf2035039
Fixes U4-862, Hide Preview Button and "Link to Document" on content nodes that are not intended for display (e.g., those that have no templates)
2012-10-25 07:55:34 -02:00
Hendy
27f059bf58
Merge
2012-10-25 08:53:11 -01:00
Hendy
aee8730315
Bugs: U4-902 & U4-366
...
Prevalue field removed from the integer datatype & regex validation now fires
2012-10-25 08:51:38 -01:00
Ismail Mayat
b517d59bee
U4-998Saving a User Type - speech bubble says "User Saved"
2012-10-25 08:38:25 -01:00
Ismail Mayat
e4f3081da2
U4-998 Saving a User Type - speech bubble says "User Saved"
2012-10-25 08:21:47 -01:00
NielsHartvig@UMBRACORATI.localdomain
5cca506d20
The new Template.GetByAlias with optional useCache parameter breaks bw compat as method signature changes. Adding an overload and removing default value on overload
2012-10-25 07:13:34 -02:00
Shannon Deminick
e3f9375fd2
changes template creator to use new UmbracoTemplatePage class instead of RenderViewPage
2012-10-24 11:10:27 +05:00
Shannon Deminick
cbd8085675
Merge
2012-10-24 11:06:31 +05:00
Shannon Deminick
a9d6c7872a
Changed the PublishedContentRequestBuild to use the cached template lookup instead of going to the db each time,
...
added caching to the business logic template class's GetByAlias method. All of this will save db queries for each request meaning even
faster rendering. Fixed GetTemplateAlias extension method to use the correct Template class with caching.
2012-10-24 11:02:36 +05:00
Shannon Deminick
d4d4272b1b
Moved RenderModel to Models namespace. Created new base UmbracoViewPage to use for umbraco partial views, etc... and renamed
...
RenderViewPage to UmbracoTemplatePage which now inherits from UmbracoViewPage. Added NiceUrl and NiceUrlWithDomain as extension
methods to IPublishedContent.
2012-10-24 09:59:23 +05:00
Sebastiaan Janssen
e9aef79747
Member search didn't work
...
#U4-643 Fixed
2012-10-23 18:38:27 -02:00
Sebastiaan Janssen
3b5a1ddcdd
Fixed the build, forgot to remove file reference from the csproj file
2012-10-23 14:52:58 -02:00
Sebastiaan Janssen
14ad9f571c
Upgrade to TinyMCE 3.5.7
2012-10-23 13:32:21 -02:00
Sebastiaan Janssen
258d19df22
Remove Container DocTypes for now
2012-10-23 10:40:22 -02:00
Stephan
8261fa2aea
fix package installer, use encodeURIComponent() vs escape() to support utf8
2012-10-23 09:37:33 -02:00
Stephan
c434790b2f
do not validate input when live editing to support RTE
2012-10-23 09:05:57 -02:00
Sebastiaan Janssen
4397319ac3
Add z-index too treePickerToolTip to get it on top when media picker preview is on
2012-10-23 08:24:33 -02:00
Sebastiaan Janssen
7309c7c02f
Templates that have a space in the alias will be created without spaces in the
...
file name, when determining if the template exists, remove spaces from the alias
2012-10-22 10:36:54 -02:00
Sebastiaan Janssen
12e9ab050a
Rewrite some more references to the tabId column and cmsTab table
2012-10-22 08:29:18 -02:00
sitereactor
d0fd7c1374
Merge
2012-10-22 05:59:20 -02:00
sitereactor
f7ccad4269
Updating language files with updates from github
2012-10-22 05:58:42 -02:00
Sebastiaan Janssen
1bf20b9c97
Update the version tests for mysql installer
2012-10-22 05:27:47 -02:00
Sebastiaan Janssen
f03d861942
Updated MySql update script for 4.10.0
2012-10-21 11:47:01 -02:00
Sebastiaan Janssen
c0eb3e256b
MySQL total script updated for 4.10.0
2012-10-21 11:31:32 -02:00
Sebastiaan Janssen
41d7571e29
Merge
2012-10-21 11:08:57 -02:00
Sebastiaan Janssen
c2f420be7a
Fix issue where installer would not create properties on the media types because
...
it was trying to put information in the tabId column that's no longer there
2012-10-21 11:07:48 -02:00
Stephan
b0e083e8fc
refactor nice urls in editContent (U4-1017 and other issues)
2012-10-19 08:50:49 -02:00