Commit Graph

1750 Commits

Author SHA1 Message Date
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
5b5e7f6a46 Added tag 4.7.2 for changeset 1809f7b25932 2012-04-10 08:47:57 -02:00
hartvig
f1bdde9067 Changes version number to 4.7.2 2012-04-10 08:42:59 -02:00
hartvig
163be2aad2 Updates feedproxy logic: Corrects minor error in xpath query and adds logging when unallowed requests happens 2012-04-10 08:42:10 -02:00
leekelleher
c6891dd971 FeedProxy: Introduced a config file to define the allowed hostnames. Also added a package action to allow hostnames. 2012-04-06 11:06:05 -01:00
leekelleher
82a8383df3 Revised fix for FeedProxy.aspx, opens the URL restriction for use, still requiring the user to be logged into back-office. 2012-04-05 14:26:23 -01:00
tg@umbraco.com
dbaa4912b7 Merge 2012-04-05 11:09:06 -02:00
tg@umbraco.com
a016a661d7 Fixes open proxy issue with the /umbraco/dashboard/FeedProxy.aspx page 2012-04-05 11:06:54 -02:00
agrath
562f533172 Merge 2012-02-28 10:42:40 -13:00
agrath
57985cd0b2 Publish notification/workflow fails when using Distributed Calls, performedUser is null - check for null and replace with admin user 2012-02-28 10:39:02 -13:00
Casey Neehouse
2eebc84f2f WI# 30472 Placed check on hashtable add to check item has not already been added. 2012-02-21 16:03:46 -01:00
Casey Neehouse
2b9e798c35 WI#30727 addendum - Missed adding a lock to the ClearProcessedRequests method 2012-02-11 02:34:59 +05:00
Casey Neehouse
3e38b57496 WI#30727 Added lock to requestHandler _processedRequests Hashtable to block
duplicate entries
2012-02-11 02:28:09 +05:00
Casey Neehouse
7ddecca574 WI#30726 - Add check for UseAspNetMasterPages thus skipping the checkForMaster
that is not necessary
2012-02-11 01:13:41 +05:00
hartvig
90338093ba Change exception type for Work items: 30702 2012-02-03 05:24:32 -01:00
hartvig
fc887b95f1 Work items: 30702 2012-02-03 05:08:04 -01:00
hartvig
01d8198579 Work items: 30690 2012-01-27 09:13:48 -01:00
agrath
7b6c711239 Allow CData tags to be embedded in a RichTextEditor controls contents 2012-01-17 14:32:08 -13:00
agrath
980c2d4a7f Fix DynamicXml eating - inside CData sections 2012-01-17 14:27:22 -13:00
agrath
686e0116d8 Allow CData tags to be embedded in a textboxmultiple controls contents 2012-01-17 14:26:48 -13:00
agrath
b96a5a3bd9 Merge 2012-01-17 11:44:16 -13:00
agrath
6a3e1819aa Added guid for enhanced content picker for integer upcast 2012-01-17 11:43:16 -13:00
hartvig
72da68c08c Fixes error in cache patch 2012-01-11 11:17:56 -01:00
hartvig
2e916e252c Fixes a cache null ref issue in ClearCacheItem (patch by Sir Stéphane Gay) 2012-01-10 10:59:03 -01:00
agrath
6f5f7a7be5 Add another to IntegerDataTypeModel identified from the Cultiv Razor Examples project 2012-01-09 21:08:41 -13:00
agrath
e09c531404 Add two more guids to IntegerDataTypeModel identified from the Cultiv Razor Examples project 2012-01-09 20:56:38 -13:00
agrath
7b157c5083 Added IntegerDataTypeModel and HtmlStringDataTypeModel to the core and removed the internal integer upcasting code. Model will automatically apply for 'Numeric' data type. use umbraco.MacroEngines.RazorDataTypeModels.IntegerDataTypeModel to apply a staticMapping in umbracoSettings for a given datatype or alias as per previous commit 2012-01-09 12:58:15 -13:00
agrath
e6f0c2a17c added umbracoSettings.scripting.razor.dataTypeModelStaticMappings to allow RazorDataTypeModels to be specified in the umbracoSettings.config file. These static mappings override the dynamic mappings provided by the RazorDataTypeModel attribute, including priority (from previous commit). You can use this feature to force a particular data type [optionally on a specific document type and/or property] to use a specific model, or exclude the data type guid and just use the aliases. This feature is inteded to be used when you want to force a particular type to return as Integer. See next commit for detail about the Type Names to use. 2012-01-09 12:38:22 -13:00
agrath
6eae64eaf3 Merge 2012-01-09 08:27:22 -13:00
agrath
9f15137832 Made RazorDataTypeModel attribute multiple instance (meaning you can apply the same model to multiple data types without seperate copies of the model). Added a priority with a default of 100 to the model binder attribute. 2012-01-09 08:26:39 -13:00
hartvig
7e714b1a40 Work items: 30423 2012-01-09 11:56:04 -01:00
hartvig
140cf8ec2f Work items: 30659 2012-01-06 08:50:55 -01:00