Casey Neehouse
5f2e84917a
Adds a lock to the MacroEngines to alleviate an error of items being added twice in high load environments.
2012-06-14 15:33:46 +04:00
agrath@gmail.com
2e3bd6966f
Add limit/top (provider dependant) to the query that returns Content nodes for this template as there may be a large number of them
2012-06-14 08:32:52 -01:00
agrath@gmail.com
86cd901af9
Add method to ContentType to get the Content nodes that are of this type
2012-06-14 08:32:07 -01:00
agrath@gmail.com
c58a1e2d97
Changed the selection criteria for Content Items used by this template to only be published content and added a limit of 100 records returned
2012-06-12 07:20:23 -01:00
agrath@gmail.com
4be1a488b3
Merge
2012-06-12 04:45:07 -01:00
agrath@gmail.com
6ba54ddebc
Convert businesslogic.Tuple to System.Tuple in ContentType
2012-06-12 04:41:03 -01:00
agrath@gmail.com
468d2b5c12
Add method to Template to get the Content nodes that reference it
2012-06-12 04:40:33 -01:00
agrath@gmail.com
8c1773979a
Upgrade the various projects to .net 4 and obsolete the internal Tuple class, replacing it with System.Tuple
2012-06-12 04:39:34 -01:00
leekelleher
ac78f363f6
Added localized UI text for the DeepLink text.
2012-06-11 21:13:35 -01:00
agrath@gmail.com
fe39c7d93e
Add new method to Template that fetches the DocumentTypes that reference it
2012-06-11 17:52:03 -01:00
agrath@gmail.com
cded3fa060
Change DeepLink class so it can return internal or external links and add GetAnchor method (renaming Get to GetUrl)
2012-06-11 16:44:31 -01:00
agrath@gmail.com
65888b039e
Override Path property on DocumentTypes to reflect the TreePath for deep linking
2012-06-11 11:09:13 -01:00
agrath@gmail.com
5f1725e807
Override Path property on Templates to reflect the TreePath for deep linking
2012-06-11 11:08:51 -01:00
agrath@gmail.com
fa426643ed
Add DeepLink.cs and DeepLinkType.cs to umbraco.cms
2012-06-11 11:08:19 -01:00
agrath@gmail.com
6c0847eb21
Add DeepLink class to Umbraco.Cms.Helpers to generate DeepLink links for the backoffice for the various types of item
2012-06-11 11:07:46 -01:00
agrath@gmail.com
851c1c8eac
Add enumeration for deep linking types
2012-06-11 11:05:29 -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
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