sebastiaan
6cffa06bd6
Merge
2012-08-27 08:08:26 -02:00
sebastiaan
6892c1afb8
Merge fixes getnodeidbypathlevel regression
...
http://ucomponents.codeplex.com/workitem/14727
2012-08-27 08:06:54 -02:00
Shannon Deminick
528b06f692
Got the RenderViewPage rendering with the new DynamicDocument for the @CurrentPage property
2012-08-25 07:14:23 +07:00
Shannon Deminick
92602e3480
Added unit tests for legacy DynamicNode which now just runs tests on the abstract class so we share tests between
...
DynamicDocument and DynamicNode.
Fixes: #U4-691
Fixes: #U4-690
2012-08-25 07:07:00 +07:00
Shannon Deminick
64c9d97e53
Got extension methods working on DynamicDocument/DynamicDocumentList and added unit tests
...
for them.
2012-08-24 23:44:47 +07:00
Shannon Deminick
b0f77a38f0
Merge with 4.9.0
2012-08-24 22:38:03 +07:00
leekelleher
bf5c3bf5ae
Fixes U4-688 - 4.8.1 can't upgrade using SQLCE
...
(Also preparation for resolving U4-677 - SQLCE Medium Trust)
2012-08-24 13:56:39 -01:00
leekelleher
e9e598d32c
Corrected typo (macro/xsltExtensions)
2012-08-24 13:14:52 -01:00
PerPloug
b2eeb6a70d
Script rename, fixes a couple of IE bugs, much more stable now, much better in
...
IE now, so with a bit of more thorough use, it could be included by default for
IE
2012-08-24 07:01:54 -02:00
PerPloug
9e4cf35370
Small script name change to reflect custom codearea script
2012-08-24 07:00:04 -02:00
leekelleher
ebd87e0eaa
Implemented U4-86 - Move EXSLT references from being predefined in core to xsltExtensions.config
2012-08-23 17:55:45 -01:00
Shannon Deminick
d369567f3f
Fixes .proj merge issue
2012-08-23 23:13:55 +06:00
Shannon Deminick
ba0b0ea52d
Merge with 4.9.0
2012-08-23 22:33:52 +06:00
Shannon Deminick
f36a88384d
Migrated UmbracoSettings, GlobalSettings, XmlHelper, IOHelper and supporting classes to Umbraco.Core.
...
This fixes the need for Umbraco.Core to reference business logic since business logic needs to reference
Umbraco.Core (Umbraco.Core should never reference any other project except for interfaces, it is the 'Core'
of the new codebase.
2012-08-23 22:28:22 +06:00
Shannon Deminick
7fb89da4db
Merge with 4.9.0
2012-08-23 22:05:07 +06:00
leekelleher
19f7ba1ef4
MNTP: Applied CSS fix to the header style. Bug raised on uComponents.
...
http://ucomponents.codeplex.com/workitem/14746
2012-08-23 14:19:00 -01:00
leekelleher
23532b0ec8
Nested a Web.config transform file
2012-08-23 11:01:31 -01:00
leekelleher
47042ed3d3
Implemented U4-193 - Feature Request: Add meta tag to enable use of Chrome Frame in IE
2012-08-23 10:49:50 -01:00
leekelleher
0c57e0e6eb
Updated my web.config transforms for Medium Trust support
2012-08-23 10:49:19 -01:00
Hartvig@UMBRACOTESLA
ace18acd7e
Missing web.config.templates and a missing stylesheet for the codemirror
2012-08-22 19:01:14 -02:00
Casey Neehouse
b91fa1a8f2
Fixes Issue U4-387 - HasPendingChanges method was added and the comparison was
...
converted from rounded seconds into milliseconds. So effectively time was set
from 1.5 seconds lapse to .5 seconds lapse. Change to 2 seconds lapse.
May still occur on slow db connections or rather large document types.
//original code commented in the Tree:
Math.Round(new TimeSpan(dd.UpdateDate.Ticks - dd.VersionDate.Ticks).TotalSeconds, 0) > 1
2012-08-22 18:46:55 +04:00
PerPloug
7a84761810
Fixes build errror because method GetPropertyTypes() has been replaced with
...
GetAll() - this is a breaking change who the F* changed that?
2012-08-22 12:02:28 -02:00
PerPloug
18200aa997
Flet
2012-08-22 12:00:04 -02:00
PerPloug
bd0ebeb092
Dublicate files in Umbraco.Web.UI
2012-08-22 11:59:42 -02:00
PerPloug
358610655b
Changes to javascript and css editors
2012-08-22 11:58:32 -02:00
PerPloug
fa3f79c0e4
Changes to Pythin (cshtml) xslt and template editors
2012-08-22 11:55:57 -02:00
PerPloug
d25fae730d
Custom umbraco code area wrapper changes around codemirror 2
2012-08-22 11:55:19 -02:00
PerPloug
5b150c74ac
Codemirror 2 core files
2012-08-22 11:54:40 -02:00
PerPloug
83fcdcfd86
CodeArea Control to support Codemirror 2 options
2012-08-22 11:53:57 -02:00
hartvig
bd058d649a
Fixes U4-673
2012-08-22 11:05:25 -02:00
hartvig
ec638b9c3e
Fixes U4-672
2012-08-22 10:20:59 -02:00
Matt@MBP13-PC
7b4bf6e502
Fixed issue with file uploader not working in IE
...
Fixed issue with folder browser response getting cached
2012-08-22 07:03:50 -01:00
Shannon Deminick
d7f8214d24
Got extension methods working for DynamicDocument. Exposes some new APIs publicly because they need to work with type finding and med trust, plus we need to expose these for MVC
2012-08-22 08:33:19 +06:00
Shannon Deminick
22c0350a4a
Have deprecated more of the dynamic class in the macroEngines project to proxy to the
...
classes in the Umbraco.Core project.
2012-08-22 07:47:21 +06:00
Shannon Deminick
3222d39808
Moved all classes for legacy DynamicNode into seperate files so we can easily identify what is there and
...
obsolete them properly.
2012-08-22 07:08:05 +06:00
Shannon Deminick
33c339a724
Moved all classes for legacy DynamicNode into seperate files so we can easily identify what is there and
...
obsolete them properly.
2012-08-22 07:07:52 +06:00
Shannon Deminick
e9c793cede
Fixed difficult merge
2012-08-22 05:57:34 +06:00
Shannon Deminick
1cbd355a2a
Merge with 4.9.0
2012-08-22 05:38:45 +06:00
Shannon Deminick
bee73cce12
Changed IApplicationEvents to IApplicationEventHandler.
...
Removed all reflection calls to BindingFlags.NonPublic which was mostly used by DynamicNode, this will
not work in medium trust.
2012-08-22 05:21:02 +06:00
Matt@MBP13-PC
f5d258b42d
Added thumbnail size selector to folder browser
2012-08-21 08:59:10 -01:00
Matt@MBP13-PC
c1278674c3
Added throbber to library to show progress whilst loading media items
2012-08-21 08:17:07 -01:00
Matt@MBP13-PC
605e66c159
Fixed issue with Media factories saving relative file path rather than URL
...
Added styling to file uploader to show errored and canceled uploads including tooltip message
2012-08-21 07:53:07 -01:00
Matt@MBP13-PC
b86bbb0e82
Tweaked some file uploader styles
2012-08-21 07:06:07 -01:00
Matt@MBP13-PC
930dd74edb
Merge
2012-08-21 06:54:52 -01:00
Matt@MBP13-PC
d30b5b0b2c
Updatedt TinyMCEWebControl.cs to use IFileSystem
2012-08-21 06:42:01 -01:00
leekelleher
8e785cc215
Resolved U4-385 Hard Coded word "Packages".
...
The tree alias was called "packager" instead of "packages".
(Will update the GitHub Localization project too!)
2012-08-20 21:16:27 -01:00
Matt@MBP13-PC
efe0970245
Updated UmbracoMetaWeblogAPI.cs to use IFileSystem
2012-08-20 13:55:51 -01:00
Matt@MBP13-PC
15264d36f0
Removed unused method from TinyMCEWebControl
2012-08-20 12:37:30 -01:00
Matt@MBP13-PC
298e06974e
Updated mediaService to use IFileSystem
2012-08-20 12:36:56 -01:00
Matt@MBP13-PC
91acf40b3b
Updatedt tinyMCEImageHelper to use IFileSystem when creating scaled images
2012-08-20 11:56:16 -01:00