Commit Graph

297 Commits

Author SHA1 Message Date
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
agrath
3f2db11459 Added a null check in constuctor to MacroModel 2012-05-14 08:47:56 -12:00
hartvig
7c552fe301 Work items: 30724 2012-05-07 06:36:24 -02: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
113ecfd3cf uComponents: Added base classes for PrevalueEditors and Data. 2012-04-28 13:35:16 -01:00
hartvig
99aba7b9ae Work items: 30787 2012-04-24 08:11:28 -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
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
hartvig
01d8198579 Work items: 30690 2012-01-27 09:13:48 -01: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
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
d0e1a23274 WIP updates to macro engine (better error handling). Be aware that it breaks current build! 2011-11-10 08:07:16 -01:00
agrath
95e985b96d Fixed umbraco.cms.businesslogic.Tags.Tag.AddTagsToNode so it works on SqlCE. Added umbraco.cms.businesslogic.Tags.MergeTagsToNode 2011-10-31 10:16:44 -13:00
hartvig
07a384d4f8 Work items: 30431, 30513 2011-09-29 09:45:50 -02:00
hartvig
300a31d6b0 Adds further validation to the Umbraco Member APIs to not allow a loginname as an empty string 2011-09-27 07:18:36 -02:00
hartvig
ac8e9828e9 Updates to member username validation (throw nicer exceptions) 2011-09-27 07:01:22 -02:00
hartvig
8a43220657 Work items: 30204 2011-09-14 17:25:30 -02:00
hartvig
eb3cb32965 Error in previous commit 2011-09-14 16:20:39 -02:00
hartvig
3522d68755 Work items: 29795 2011-09-14 16:02:32 -02:00
hartvig
c32e813210 Updates to internal permission handling in Umbraco 4.7.1 2011-09-14 13:52:33 -02:00
hartvig
4c2ffb00f9 Work items: 30148 2011-09-12 11:19:37 -02:00
hartvig
caad0e25d1 Work items: 30313, 29864 2011-09-06 07:43:36 -02:00
hartvig
88316b05c4 Work items: 29835 2011-09-06 07:26:17 -02:00
hartvig
8b87f0fd46 Refactoring of Umbraco Members auth. Work items: 30237, 30334, 30350, 30342 2011-09-06 07:08:15 -02:00
starfighter83
2db1dfe7fb Fixes Deleting/Changing the default language en-US not possible
Work Items: 28788
2011-08-25 06:02:34 -02:00
starfighter83
3cfe526d9d Fixes: Changing icon on membertype does not do anything
Work Items: 29853
2011-08-04 08:17:35 -02:00
starfighter83
082d680a36 Adds validation to data editor settings (IsRequired and RegexValidationStatement) 2011-07-26 11:18:22 -02:00
sgay
c1ff80c52d Fix member cookie value encoding [#30350] 2011-07-21 14:48:39 -02:00
hartvig
0dff9c5dfa Fixes Ensure valid template aliases, work item: 30347 2011-07-06 09:45:02 -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
agrath@gmail.com
cce3cdc18b fixed some potential crashes in datatype lookups and a keyalreadyexists exception in datatype lookup 2011-06-29 17:36:37 -12:00
agrath@gmail.com
c5906c0c79 merge 2011-06-19 08:35:49 -02:00
agrath@gmail.com
315003c16f Changed settings to developer in the erorr message 2011-06-19 07:34:40 -02:00
agrath@gmail.com
28652815ae Improved the error message for a KeyNotFound exception in datatype factory 2011-06-19 07:27:47 -02:00
hartvig
6a1aa9a8e6 Massive performance increase on SQL CE4 thanks to Jesper Hauge and Erik Ejlskov Jensen (SQL CE MVP) from Twins #h5yr Work items: 28347 2011-06-17 07:03:45 -02:00
agrath@gmail.com
cdc4c86325 Added ContainsKey check to Language Dictionary to fix a KeyAlreadyExists exception on app startup. Fixes work item 30195 2011-06-16 11:45:01 -02:00
hartvig
8279e4d471 Fixes issue with compatibility between .NET Membership and Umbraco Members on logout. Work items: 30171 2011-06-13 06:44:50 -02:00
hartvig
e99669d3ae SSL TLC and a little Macro RTE love. Fixes work items: 30285, 27438, 30295, 30286, 30261, 30192 2011-05-09 09:58:12 -02:00
hartvig
157e96c935 Work items: 30272, 30280 2011-05-02 09:42:34 -02:00
starfighter83
96715d8ef3 Minor change to cms.businesslogic.template.Template.cs 2011-04-28 07:24:19 -02:00
starfighter83
7540e696cb Fixes: Rolling back the version of a Document with no Template specified causes a YSOD
Work Items: 30252
2011-04-27 10:56:01 -02:00
hartvig
2fad45f972 Fixes issue with internal app/section based user validation 2011-04-16 04:54:08 +07:00
agrath@gmail.com
073053aa33 Work Item: 30160 (DataType lookups not working correctly) 2011-03-12 13:21:34 -13:00
hartvig
5fdfc0d1f8 Work items: 30072 2011-03-09 09:23:08 -01:00
agrath@gmail.com
9b74eee10c Ensure that getdatatype doesn't throw an exception
http://our.umbraco.org/forum/developers/razor/18085-Access-custom-node-properties-with-Razor
2011-03-08 18:22:31 -13:00
hartvig
8d19cf6925 Work items: 30143 2011-03-08 11:00:16 -01:00
hartvig
b52e347396 Work items: 30142 2011-03-08 10:30:58 -01:00
hartvig
ea30785baf Work items: 30101 2011-03-02 13:17:30 -01:00