Commit Graph

145 Commits

Author SHA1 Message Date
leekelleher
14c06ba6a4 Re-referenced ClientDependency.Core assembly across its projects dependencies. 2012-06-01 13:43:59 -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
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
hartvig
340f5382cc Work items: 30775 2012-04-24 09:59:16 -02:00
hartvig
dfa7d0e6d9 Work items: 30723 2012-04-20 20:05:38 -02:00
agrath
7b6c711239 Allow CData tags to be embedded in a RichTextEditor controls contents 2012-01-17 14:32:08 -13:00
agrath
686e0116d8 Allow CData tags to be embedded in a textboxmultiple controls contents 2012-01-17 14:26:48 -13:00
hartvig
7e714b1a40 Work items: 30423 2012-01-09 11:56:04 -01:00
hartvig
ea0ffc8ea5 Work items: 30273 2011-12-22 10:20:17 -01:00
hartvig
aec48c7df9 Major refactor of macro.cs, fixing huge memory leak in caching of xsltExtensions. Work items: 30616, 30522 2011-11-25 14:03:09 -01:00
hartvig
62cf50ba8d Work items: 30041 2011-10-24 10:41:41 -02:00
sgay
a0a2037813 fix #30534 - extra <br/> tags in RTE 2011-10-11 10:02:32 -02:00
hartvig
cffed78df3 Work items: 30151 2011-09-12 14:14:11 -02:00
hartvig
cd3c44ae7c Work items: 30446 2011-09-05 06:39:17 -02:00
starfighter83
124da8781b Applies pull request 1121
Work Items: 27050
2011-08-29 05:40:16 -02:00
starfighter83
7edac5756d Fixes: Incorrect url used in GzipModule Disables Rich text editor in Port Forward environment
Work Items: 29936
2011-08-26 06:42:56 -02:00
agrath
b6629c9f65 Merge 2011-08-11 13:03:40 -12:00
agrath
918d5bc720 Fixed a VirtualUrl issue with images in TinyMCE editors not having the ~/ replaced when SystemDirectories.Media contained a ~ and the image was larger than the TinyMCE size 2011-08-11 13:03:27 -12:00
agrath
46253212da Added a ContainsKey check to a dictionary and expanded shorthand ifs to longhand for readability 2011-08-11 13:02:47 -12:00
starfighter83
5843b5deaf Adds confirmation before deleting prevalue
Work Items: 30384
2011-08-03 07:49:08 -02:00
starfighter83
082d680a36 Adds validation to data editor settings (IsRequired and RegexValidationStatement) 2011-07-26 11:18:22 -02:00
starfighter83
23ab698665 Adds default value support to Field data editor setting type 2011-07-26 08:31:07 -02:00
starfighter83
f9f67d4e2e Adds default value support to DocumentType, MediaType, MemberGroup, MemberType data editor setting types 2011-07-26 08:28:12 -02:00
starfighter83
98a1189353 Adds default value support to Path data editor setting type 2011-07-26 08:25:39 -02:00
starfighter83
d8eb584d7a Adds default value support to Checkbox data editor setting type 2011-07-26 08:21:46 -02:00
starfighter83
738380e32a Adds default value support to CheckBoxList data editor setting type 2011-07-26 08:18:27 -02:00
starfighter83
57edbcae25 Adds default value support to DropDownList data editor setting type 2011-07-26 08:17:35 -02:00
starfighter83
0f84165b2b Adds default value support to ListBox and ListBoxMultiple data editor setting types 2011-07-26 08:15:28 -02:00
starfighter83
ff02f5a336 Adds default value support to Password data editor setting type 2011-07-26 08:09:59 -02:00
starfighter83
b7446be08a Adds default value support to RadioButtonList data editor setting type 2011-07-26 08:08:40 -02:00
starfighter83
5c57c192c9 Adds default value support to TextArea data editor setting type 2011-07-26 08:04:52 -02:00
hartvig
1c26ddd87f Adds CTRL+S support in all edit pages + loads of warning clean up 2011-07-05 11:30:06 -02:00
starfighter83
f1196aa088 Uses jeditable for key value prevalue editor inline edit, should support all chars now 2011-04-26 10:00:41 -02:00
starfighter83
8348d551f7 Small update when editing media, other props like width, height will also be refreshed in ui when uploading/deleting image 2011-04-21 10:18:41 -02:00
starfighter83
84c6913162 Fixes: Media, Selecting remove checkbox removes the image but does not remove its specifications
Work Items: 30254
2011-04-20 06:52:28 -02:00
starfighter83
252a3061eb update to uc wrapper serialization helper 2011-03-14 12:48:47 -01:00
starfighter83
24cabcdad3 update to SerializationHelper 2011-03-14 12:34:16 -01:00
starfighter83
e3d1e3b48c Adds SerializationHelper to userControlWrapper (makes it super easy to do xml properties with uc wrapper) 2011-03-14 12:32:00 -01:00
hartvig
6e58c622cd Work Items: 30059 2011-02-22 23:03:23 -01:00