Shannon
3a36513307
Fixes: U4-6609 SQL Exception when trying to delete a template that isn't assigned to any doc type
2015-05-12 17:59:06 +10:00
Shannon
a4a49b1466
Revert "Fixes MVC 4.0.0.1 problem once and for all." - All MVC ref's are 4.0.0.0, no web config transforms (also there was never a 4.0.0.1 version of System.Net.Http). Everything works on my machine now, even with 4.0.0.1 installed in the GAC.
2015-05-11 11:45:13 +10:00
Shannon
1cac4ed075
Fixes MVC 4.0.0.1 problem once and for all.
2015-05-07 08:10:45 +10:00
Sebastiaan Janssen
be065b2fa3
Generate symbols nupkg (apparently you can create it from an existing NuSpec file, very cool)
...
Making sure that all pdbs ARE actually generated in Release mode (the AllBinaries file was missing loads of files)
Generate all and include all xml doc files too
Corrects WebPI zip, also shouldn't include dotLess.Core.dll
2015-05-01 14:27:26 +02:00
Sebastiaan Janssen
311d503d8b
Updates CDF dependency to latest version
2015-03-19 12:54:00 +01:00
Shannon
fe40b8fe99
ok, fixes the null check for real this time.
2015-03-09 17:53:58 +11:00
Shannon
b3f6f48834
fixes ugly null check on ContentTypeSort comparison
2015-03-09 16:42:30 +11:00
Shannon Deminick
8c13b89c79
Merge pull request #637 from xumix/6.2.5
...
Fix dictionary key access
2015-02-20 09:36:20 +01:00
Shannon
b2399e97cc
updates cdf refs
2015-02-18 17:39:33 +01:00
Vilen Tambovtsev
03969fd687
Fix dictionary key access
...
Looks like someone does not know how to use a dictionary
2015-02-13 12:21:16 +03:00
Sebastiaan Janssen
59aa28bf3b
Update Installer.cs
2015-01-13 17:34:40 +01:00
Niels Hartvig
cea002fd61
Typos in regards to previous commit (U4-6115)
2015-01-13 17:19:11 +01:00
Niels Hartvig
f8c1cc684b
U4-6115 Add which user installs/uninstalls packages to the audit trail
2015-01-13 17:14:54 +01:00
Chris Roberts
d5b6428cdc
Fixed: U4-6051 HasAccces method tests the roles of the wrong user
2014-12-23 16:32:24 +00:00
Chris Roberts
7d5bce76c2
Fixed: U4-5193 HasAccess override method name error
2014-12-23 16:30:11 +00:00
Shannon
8f35c8fb57
Fixes: U4-5996 CDF reference issue
2014-12-11 17:55:53 +11:00
Sebastiaan Janssen
a1c223bc2b
Revert to using MVC 4.0.0.0 OOB so that people who have only 4.0.0.0 in the GAC can actually install Umbraco. If 4.0.0.1 is in the GAC that version will be taken.
...
Leaves the additional reference to System.Web.Http in web.config so that you don't get the System.Web.Http.ApiController when 4.0.0.1 is indeed in the GAC.
2014-11-26 10:43:46 +01:00
Shannon
613f56107d
Merge branch '7.1.9' into 7.2.0
...
Conflicts:
src/Umbraco.Core/Persistence/Repositories/ContentRepository.cs
2014-11-18 10:52:50 +11:00
Shannon
d61d6008da
Adds internal event for when a package is installed which gives access to the InstalledPackage instance which contains a PackageInstance reference that contains all of the files installed in the package
2014-11-17 18:00:51 +11:00
Sebastiaan Janssen
b20fc22577
U4-5814 Apply MVC 4.0.0.1 security update
2014-11-14 16:51:51 +01:00
Shannon
3853e086a0
Fixes: U4-5654 U7.2 - Creating a media type with inheritance throws a YSOD and also fixes legacy icons with media/content types
2014-10-28 16:45:59 +10:00
Shannon
2babb2373d
ensures new member types have correct default icon
2014-10-28 12:17:05 +10:00
Shannon
4494d8cc91
Merge branch 'partial-view-folders' of https://github.com/pynej/Umbraco-CMS into 7.2.0
2014-10-21 13:21:12 +10:00
Sebastiaan Janssen
f4231b1692
Upgrade to System.Web.Mvc 4.0.0.1 (or 4.0.40804.0 whatever you want to call it)
2014-10-17 17:24:32 +02:00
Morten Christensen
e6820ad52a
Fixes U4-5077 Umbraco 7.2 Alpha - doc types with compositions get moved in doc type tree
...
Return 0 if parent is the root
2014-10-07 13:59:22 +02:00
Shannon
737f2fb707
Fixes: U4-5566 Quite a few hard coded queries with incorrect escape syntax for mysql
2014-10-03 00:07:40 +10:00
Shannon
8a65ea7e97
Fixes: U4-5566 Quite a few hard coded queries with incorrect escape syntax for mysql
2014-10-01 15:40:48 +10:00
Shannon
43603d0f97
fixes up the usage of the Repository.cs class since it is not disposing of the web service correctly.
2014-09-23 11:43:04 +10:00
Shannon
96d570e760
Gets most of the configurable list view working, need to add some validation to the pre-value editor, some styling for the sorting of a field, add another system field for 'published date' (if possible), fix up the localized text for return to list view, fix up the persisting of the last page viewed in a list view
2014-09-15 13:53:33 +10:00
Shannon
9bb5869cde
reverting all things to do with additional list view column in db which is no longer necessary and removing additions to ui changes in the content tyep editor which are also no longer necessary
2014-09-12 11:50:56 +10:00
Shannon
7422238087
Merge branch 'AndyButland-u4-4972' into 7.2.0
...
Conflicts:
src/Umbraco.Web/Editors/MediaTypeController.cs
2014-09-10 15:35:57 +10:00
Shannon
6afead5207
Merge branch 'u4-4972' of https://github.com/AndyButland/Umbraco-CMS into AndyButland-u4-4972
...
Conflicts:
src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/listview.html
2014-09-10 15:35:05 +10:00
Jeremy Pyne
fbed14a9e0
Partial Views and Partial View Macro's should allow for folder hierarchy for organization. This changes makes them work much like the Scripts and css folders.
...
I didn't add a Type drop down like the scripts screen has. This is unnecessary and cumbersome. Instead it works like other screens and the user can generate a hierarchy in their files by adding /'s in the names. This is how it works in Stylesheets works and its a lot cleaner. I added a note of this to the creation dialogs as well.
For example create a view file with the name myFolder/myView and the system will take care of folder creation automatically. There is also a delete option.
Other errors fixed:
Selecting a folder in the scripts lists was generating an error.
Stylesheets would not create a new folder(but they wold make nested children in existing folders.
Partial and Macro Views would not use the proper elpers for generating syncTree code.
2014-09-04 10:17:54 -04:00
Shannon
3f4fa8b8ed
Fixes: U4-5380 Booting.aspx security issue
2014-08-25 14:31:04 +02:00
Shannon
d2c7420c4c
Merge remote-tracking branch 'origin/6.2.2' into 7.2.0
...
Conflicts:
src/Umbraco.Core/Models/DeepCloneHelper.cs
2014-08-25 16:42:19 +10:00
Shannon
e2d04e2b3a
Merge branch '7.1.5' into 7.2.0
...
Conflicts:
src/Umbraco.Web.UI.Client/src/less/modals.less
src/Umbraco.Web/Mvc/AdminTokenAuthorizeAttribute.cs
2014-08-24 21:35:08 -06:00
Shannon
89b5774106
Fixes: U4-5380 Booting.aspx security issue
2014-08-21 14:39:06 -06:00
Sebastiaan Janssen
3a4d0a02eb
Fix redirect issue
2014-08-21 14:16:58 +02:00
Sebastiaan Janssen
873eac7f24
Updating json.net dependency to 6.0.4
2014-08-20 10:44:05 +02:00
Shannon
9bb8ee5f95
ensure even when using the legacy api that the icon for media folder is correct
2014-08-15 11:57:01 -06:00
Sebastiaan Janssen
5fd59a6450
Fix merge problems
2014-08-04 13:56:51 +02:00
Sebastiaan Janssen
dba180d809
Merge remote-tracking branch 'origin/7.1.5' into 7.2.0
...
Conflicts:
src/Umbraco.Web.UI.Client/gruntFile.js
src/Umbraco.Web.UI.Client/lib/lazyload/lazyload.min.js
src/Umbraco.Web.UI.Client/src/views/content/content.edit.controller.js
src/Umbraco.Web/Umbraco.Web.csproj
src/Umbraco.Web/packages.config
2014-08-04 13:32:44 +02:00
AndyButland
332220acc4
Amend of container page size from structure tab of document type editing screen
2014-07-27 10:28:52 +02:00
Stephan
8729156fbf
U4-4931 - lock contention & potential application lockdown
...
Conflicts:
src/Umbraco.Core/Cache/ObjectCacheRuntimeCacheProvider.cs
src/umbraco.cms/Actions/Action.cs
2014-07-10 10:34:17 +02:00
Stephan
43669e62b4
Merge branch '6.2.2' into 6.2-4931
2014-07-10 10:25:12 +02:00
Shannon
68b17bff08
Ensures no membership user writing when checking public access
2014-07-01 10:52:29 +10:00
Shannon
9b2b961f83
Ensures no membership user writing when checking public access
2014-07-01 10:51:56 +10:00
Shannon
59116fc7fa
un-does the tag export/import, instead need to look at the internal of a simple publish (without save) to see if tags get written or not.
2014-06-30 17:05:34 +10:00
Shannon
a66670263f
fixes null check
2014-06-30 17:04:59 +10:00
Shannon
1e1d49f305
fixes U4-5140 Package installation for content does not respect tags, however need to check with Morten if it's required because if we never actually publish content on package install then this wouldn't really matter. But surely we must publish on package install for some thing because starter kits are published... hrm.
2014-06-30 16:43:51 +10:00