Commit Graph

6776 Commits

Author SHA1 Message Date
perploug
4719caf653 Changes span size on c# panel 2013-09-11 14:02:45 +02:00
Shannon
4c5d6b5730 Fixes: U4-2832 Could not load stylesheets tree 2013-09-11 12:54:35 +10:00
Shannon
15518f2069 Completes: U4-2749 Fix auth filters to return 401 when not logged in and 403 when the user has no access - adds ngSanitize which is required for ng-bind-html so we can add a bit of html to the notification msgs (like line breaks) and since devs might do this as well we require ngSanitize so that unsafe html cannot be injected. 2013-09-11 12:40:43 +10:00
Shannon
01de1158f4 Completes: U4-2835 Remove unused/obsoleted code from namespace umbraco.cms.presentation.developer & U4-2801 Remove legacy/un-used editDataType.aspx webforms editor 2013-09-11 11:11:34 +10:00
perploug
3aa9873db9 legacy Editmacro editor tweaks 2013-09-10 23:33:26 +02:00
perploug
4a84b039c1 remove debugging alert 2013-09-10 18:04:03 +02:00
perploug
17833022a3 Update dev section editors 2013-09-10 18:03:50 +02:00
perploug
d5846a5a4c delete unneedded files 2013-09-10 18:01:52 +02:00
perploug
9846823688 notifications css tweak 2013-09-10 18:01:13 +02:00
perploug
9ba341d490 Made dialogservice return the dialog obj instead of dom 2013-09-10 18:01:03 +02:00
perploug
bd85f9b5b7 Speechbubble fixes for legacy editors 2013-09-10 18:00:34 +02:00
perploug
f1dda1b86c Merge branch '7.0.0' of https://github.com/umbraco/Umbraco-CMS into 7.0.0 2013-09-10 15:09:36 +02:00
perploug
64fc4f617d Hide nav on tree item click 2013-09-10 15:08:15 +02:00
perploug
4f2abcab1c wrapping pane class in dialog 2013-09-10 15:07:58 +02:00
perploug
27f28dffef events on nav for touch support 2013-09-10 15:07:43 +02:00
perploug
121b7c391b udated datepicker icons 2013-09-10 15:07:29 +02:00
perploug
ae24b280ec Base classes on index and dialog 2013-09-10 15:07:17 +02:00
perploug
aeb3b466dc Simple create dialog html 2013-09-10 15:07:01 +02:00
perploug
7139fda098 Adds pane cssclass attr 2013-09-10 15:06:46 +02:00
perploug
fcc07bc663 minor dialog and modal css updates 2013-09-10 14:37:10 +02:00
perploug
11cceaceab fixes the broken tree icons 2013-09-10 14:36:50 +02:00
perploug
d8b9437986 adds $event to enter and leaver treees for touch compat 2013-09-10 14:36:35 +02:00
perploug
9c26462d29 Only prevent default when non-ctrl-meta click 2013-09-10 14:35:59 +02:00
perploug
6adace58fd Better click detection for modal closing 2013-09-10 14:35:44 +02:00
Shannon
b097f33bc9 Fixes: U4-2789 Tree.config registeres tree inconsistently 2013-09-10 18:28:45 +10:00
Shannon
7061051d2c added support for the legacy closeTriggers for legacy modals. 2013-09-10 18:07:22 +10:00
Shannon
8d83dc462d Fixes: U4-2777 Get legacy tree pickers working - calls the close callback by inside of the umb client mgr instead of having to modify the dialogservice, this works well for legacy pickers. 2013-09-10 17:58:59 +10:00
Shannon
404062b4d0 Removes committed code for contour installation. 2013-09-10 17:41:32 +10:00
Shannon
42c86a05b8 Completes U4-2390 Remove VersionID Guid in IPublishedContent properties 2013-09-10 17:37:10 +10:00
Shannon
4957acb8d3 Completes: U4-2693 Make package.manifest less complex - WARNING: You need to upgrade your package.manifest files to support the new syntax. If you don't have validation specified then you just need to update the "prevalues" key. See the issue for details. 2013-09-10 17:20:13 +10:00
Shannon
a244516b19 changed to deal with a 403 2013-09-10 15:39:42 +10:00
Shannon
261828f7e5 Streamlined response messages and http codes for validation and authorization all relating to U4-2749 Fix auth filters to return 401 when not logged in and 403 when the user has no access 2013-09-10 15:37:44 +10:00
Shannon
9b2af87115 Have re-added the permissions check for content [ContentPostValidate] 2013-09-10 14:03:08 +10:00
Shannon
c11adccb53 Fixes: U4-2818 Sort Dialog cancel button are causing the submit POST to occur 2013-09-10 13:45:02 +10:00
Shannon
5036df4174 Fixes permissions issue with default permissions and ensures default permissions come from the user type instead of the unused db column in the umbracoUser table. Fixes up the FilterAllowedOutgoingContentAttributeTests attribute with the new permissions changes. Fixes: U4-2771 Content sort dialog, ysod on loading children 2013-09-10 13:38:45 +10:00
Shannon
edc4dc6f7f Fixed merge issues 2013-09-10 11:51:57 +10:00
Shannon
e962e86c3c Merge remote-tracking branch 'origin/6.2.0' into 7.0.0
Conflicts:
	src/Umbraco.Core/Models/Rdbms/MemberReadOnlyDto.cs
	src/Umbraco.Core/Models/Rdbms/PropertyDataReadOnlyDto.cs
	src/Umbraco.Core/Persistence/Querying/BaseExpressionHelper.cs
	src/Umbraco.Core/Persistence/Repositories/Interfaces/IMemberRepository.cs
	src/Umbraco.Core/Persistence/Repositories/MemberRepository.cs
	src/Umbraco.Core/Persistence/Repositories/MemberTypeRepository.cs
	src/Umbraco.Core/StringExtensions.cs
	src/Umbraco.Core/Umbraco.Core.csproj
	src/Umbraco.Tests/Persistence/Repositories/MemberRepositoryTest.cs
	src/Umbraco.Tests/Umbraco.Tests.csproj
	src/Umbraco.Web.UI/umbraco/dialogs/ChangeDocType.aspx.cs
	src/Umbraco.Web/Umbraco.Web.csproj
2013-09-10 11:49:05 +10:00
Shannon
b2deb3def3 Fixes: U4-2815 The code to determine the macro type is currently case sensitive 2013-09-10 11:15:25 +10:00
Per Ploug Krogslund
d7c68b7f12 tutorials index.ngdoc update to include part 4 2013-09-09 20:26:54 +02:00
perploug
f1bd8d29c6 Merge branch '7.0.0' of https://github.com/umbraco/Umbraco-CMS into 7.0.0 2013-09-09 16:31:22 +02:00
perploug
f6fbf1fa51 merge 2013-09-09 16:31:04 +02:00
perploug
3b6d0055ed Merge pull request #130 from stocksr/patch-1
fix typo - getImagePropertyVaue should be getImagePropertyValue
2013-09-09 07:28:04 -07:00
perploug
6bc8713b7f Remove vaue->value typo in all files 2013-09-09 15:26:22 +01:00
Per Ploug Krogslund
e69f0ae6a3 karma conf update 2013-09-09 14:38:02 +02:00
Per Ploug Krogslund
d2e68cca54 Docs update 2013-09-09 14:37:49 +02:00
Per Ploug Krogslund
0da60087ae Adds touch and swiping support to navigation and all modals 2013-09-09 14:37:42 +02:00
perploug
ed3ef2d1c7 Merge branch '7.0.0' of https://github.com/umbraco/Umbraco-CMS into 7.0.0 2013-09-09 11:15:40 +02:00
perploug
3ba7fbd0e7 Assets service spec for testing lib loading 2013-09-09 10:15:27 +01:00
Per Ploug Krogslund
752e4af59a imagehelper typo fix 2013-09-09 11:12:00 +02:00
Per Ploug Krogslund
69c5183dac tree touch specific padding 2013-09-09 11:11:37 +02:00