Commit Graph

1686 Commits

Author SHA1 Message Date
Hendy
a9cd8aec79 uQuery: Standardising method signatures, from List<T> to IEnumerable<T> 2012-06-11 09:57:48 -01:00
leekelleher
9456abe36e commented out obsolete GetDepth method 2012-06-11 09:10:44 -01:00
leekelleher
0404f4939d fix for the RelationTypes tree namespace 2012-06-11 09:06:53 -01:00
leekelleher
8d4f657c58 uQuery: Sync'd latest from uComponents - enhancements to GetProperty<T>() method. 2012-06-10 05:44:44 -01:00
vertino
7d46ae9e3e uQuery: Changed the generic base-type of a few extension methods. 2012-06-05 23:53:28 -01:00
vertino
0e0d5325f5 ClientDependency: Added backwards compatibility so that the CDF files are written to the '/App_Data/TEMP/ClientDependency' folder 2012-06-05 23:43:21 -01:00
leekelleher
ac1bcb4bb4 Updated ClientDependency to 1.5.1. 2012-06-05 22:39:37 -01:00
leekelleher
b7c294da6a Upgraded jQuery to v1.7.2 (minified).
Upgraded jQuery UI to v1.8.20 (minified).
Renamed jQuery UI's theme CSS file name to remove the specific version number, now uses generic 'jquery-ui.custom.css'.
Updated references to the jQuery UI theme CSS file, (e.g. Canvas' slider control).
2012-06-01 17:22:16 -01:00
leekelleher
b4c2faf7f2 Upgraded XML-RPC.NET (CookComputing.XmlRpcV2) to latest version (v2.5.0). 2012-06-01 14:10:06 -01:00
leekelleher
14c06ba6a4 Re-referenced ClientDependency.Core assembly across its projects dependencies. 2012-06-01 13:43:59 -01:00
leekelleher
ee857ed054 Updated ClientDependency.Core library from 1.5 (beta) to 1.5 (released). 2012-06-01 11:15:17 -01:00
leekelleher
d884716956 Fixed workitem: 30817 - FeedProxy ThreadAbortException Error
Removed the Response.End, as wasn't really needed.
2012-06-01 10:46:59 -01:00
leekelleher
e8d649b72a Client Dependency Framework updated to 1.5 (beta).
Shandem fixed backwards compatibility in CDF 1.5.
Sync'd the assembly and config. Updated 'CanvasClientDependencyProvider' class (from CDF 1.4 source).
2012-06-01 09:59:45 -01:00
Hendy@Blueberry
9ae12d501c removed the NVarchar / NText configuration option from XPath CheckBoxList (as this datatype has a new guid, no backwards compatibility required - so now always uses NText) 2012-05-30 22:33:38 -01:00
Hendy@Blueberry
04267d2c6e added Picker Relations datatype - previously uComponents: MultiPicker Relations (renamed as can work with single item pickers as well as multipickers) 2012-05-30 22:13:18 -01:00
agrath@gmail.com
8439bafcf4 Change handling of tags when IUseTags is implemented with regards to property value 2012-05-26 20:55:33 -12:00
Hendy@Blueberry
17dcf47546 migrated in the RelationTypes package - converting it's namespace to umbraco.cms.presentation.Trees.RelationTypes 2012-05-25 19:50:54 -01:00
Hendy@Blueberry
88b5c67416 added local web.config transform 2012-05-25 18:36:00 -01:00
agrath
3f2db11459 Added a null check in constuctor to MacroModel 2012-05-14 08:47:56 -12:00
sgay
f8bef6880d bugfix TinyMCE 3.5 2012-05-09 14:14:42 -02:00
sgay
60c405e7e0 bump tinyMce version to 3.5 2012-04-13 17:43:07 -02:00
hartvig
8f17a84496 Work items: 30796 2012-05-07 07:00:58 -02:00
hartvig
7c552fe301 Work items: 30724 2012-05-07 06:36:24 -02:00
agrath@gmail.com
d874c57182 Add support for Guid and Nullable<T> for macro properties in <umbraco:Macro 2012-05-05 15:46:21 -12:00
agrath@gmail.com
63c19ebf03 Fixed BrowseProperties for UserControl Macros, fixes #30807 2012-05-05 15:21:33 -12:00
leekelleher
e26f0f96c2 uComponents: Tidying up old comments, paths and references. 2012-04-29 22:41:43 -01:00
leekelleher
e8303b255e uComponents: Slider - We'd recently included extra JS library on UC for restricting the input to numeric values, including that library (jquery.alphanumeric) in '/umbraco_client/ui' 2012-04-29 20:18:55 -01:00
leekelleher
08d78e9c1e uComponents: MultipleTextstring - Added CSS/JS as embedded resources. 2012-04-29 20:17:30 -01:00
leekelleher
44b45d797d uComponents: MNTP - Resolved various ClientDependency concerns.
Removed the Extension class, as wasn't needed.
Included MNTP's CSS/JS as embedded resources.
Added icons (for delete & info) to '/umbraco/images' and 'jquery.tooltip' script to 'umbraco_client/ui'
2012-04-29 20:16:31 -01:00
leekelleher
f20712209d Relocated the uComponents data-type base classes to from 'cms' to 'editorControls' - better to keep them self-contained, (at this time). 2012-04-29 19:05:59 -01:00
leekelleher
c2c4bb7413 uComponents: Added MNTP to the core! 2012-04-28 13:57:04 -01:00
leekelleher
a0d9e668bd uComponents: Added MultipleTextstring to the core 2012-04-28 13:54:51 -01:00
leekelleher
c2d45adcb9 uComponents: Added Slider to the core 2012-04-28 13:54:03 -01:00
leekelleher
0db8dc8da5 uComponents: Class to define the data-type GUIDs (for 3rd party reference) 2012-04-28 13:53:36 -01:00
leekelleher
16cd283462 uComponents: Added XPathDropDownList to the core 2012-04-28 13:52:25 -01:00
leekelleher
bb8d17b741 uComponents: Added XPathCheckBoxList to the core 2012-04-28 13:51:43 -01:00
leekelleher
e66c7188e2 Added uQuery XML helper methods to the xmlHelper class, as it was required by the cms assembly. 2012-04-28 13:48:22 -01:00
leekelleher
113ecfd3cf uComponents: Added base classes for PrevalueEditors and Data. 2012-04-28 13:35:16 -01:00
leekelleher
551f1988ce Added uQuery to the core 2012-04-28 13:31:19 -01:00
leekelleher
d6d31b44fe Bumped the version number for 4.8.0 2012-04-28 11:07:23 -01:00
leekelleher
c6aac5039e Branched off for 4.8 ... so it beings 2012-04-26 13:45:25 -01:00
hartvig
caf41376dc More updates 2012-04-24 11:50:33 -02:00
hartvig
1b826e1193 Updates to previous push 2012-04-24 11:34:36 -02:00
hartvig
f11599f95f Validates user control directory in assembly browser 2012-04-24 11:10:30 -02:00
hartvig
ebb3915fc9 Updates 2012-04-24 11:02:23 -02:00
hartvig
4aa110ccfb Work items: 27610, 30786 2012-04-24 10:08:58 -02:00
hartvig
340f5382cc Work items: 30775 2012-04-24 09:59:16 -02:00
hartvig
99aba7b9ae Work items: 30787 2012-04-24 08:11:28 -02:00
hartvig
491ae23058 Work items: 30722 2012-04-24 07:29:44 -02:00
hartvig
6070e1494b Work items: 30782 2012-04-24 06:56:24 -02:00