Shannon
0264a72762
Ensures default list view data types are installed by default, includes these in the upgrade script. Now the default list views are used when rendering them per type (content, media, member). Updated the member tree to list nodes by member type and 'all members', each of these now renders a list view containing the members which is fully paged and searchable. Updates list view prop editor to deal with members appropriately.
2014-09-19 09:47:42 +10:00
Shannon
89ebc80bd5
Gets the installer to install default list views, updates list view tree to show them as 'system' items which are not deletable, upgrader installs default list views, now property resolver gets the correct system list view for the correct content type with it's pre-values that are defined.
2014-09-18 11:52:12 +10:00
Shannon
fd07dcccb7
Reverts the 'special property' for list views as that is no longer required.
2014-09-18 09:48:08 +10:00
Shannon
c43be77288
Merge branch '7.2.0' of https://github.com/umbraco/Umbraco-CMS into 7.2.0
2014-09-15 19:01:49 +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
7ff0e6bafb
Fixes typo: Updator -> Updater
2014-09-12 11:53:09 +10:00
Stephan
a3ad8e2cab
Die, Marco, die.
2014-09-11 08:24:01 +02: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
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
4dc559a8d1
Removes class constraint on RenderModel<T> and UmbracoTemplatePage<T> which will make things more flexible.
2014-08-15 14:14:05 -06:00
Stephan
16f8db9dea
U4-5084 - fix commit
2014-08-14 22:21:24 +02:00
Stephan
648cf69d45
U4-5084 - DynamicPublishedContentList ext methods confusion
2014-08-14 20:37:04 +02:00
AndyButland
964e18b84f
Set up return to list button for list view children that on click returns to the list with the last viewed page restored
2014-07-30 23:14:24 +02:00
AndyButland
222f8b8744
Prevented and removed visual indication of sorting by custom columns
2014-07-28 23:08:20 +02:00
AndyButland
180e93a3bf
Refactor of ContentTypeContainerConfiguration to use a collection instead of multiple delimited strings
2014-07-28 22:34:30 +02:00
AndyButland
50f1a995e9
Set up headings with localization for container list view custom columns
2014-07-28 22:07:57 +02:00
AndyButland
4d19826d98
Store and retrieval of flags for allowing bulk publish, unpublish and/or delete on container doc types
2014-07-27 15:36:18 +02:00
AndyButland
5ad8ebfa6e
Store, retrieve and use default order by and direction for list container document type
2014-07-27 15:04:15 +02:00
AndyButland
599872a310
Created new field in cmsContentType and related models for storing the configuration for a container doc type; implemented configurable page size
2014-07-27 08:53:32 +02:00
per ploug
8a93c8371c
Moves templatequery models into the right folder
2014-06-26 11:24:57 +02:00
Sebastiaan Janssen
344b880ba7
Merge branch '7.1.2-Usky' of https://github.com/umbraco/UmbracoCms-Internal into 7.2.0
...
Conflicts:
src/Umbraco.Web.UI.Client/src/views/common/dialogs/content/edit.controller.js
src/Umbraco.Web.UI.Client/src/views/content/content.edit.controller.js
src/Umbraco.Web.UI.Client/src/views/propertyeditors/grid/grid.controller.js
src/Umbraco.Web/Umbraco.Web.csproj
2014-06-10 15:22:31 +02:00
Jeavon Leopold
46d5215d9e
Merge remote-tracking branch 'upstream/7.1.5' into 7.1.5-templatequery
2014-06-09 13:21:07 +01:00
Stephan
8a1db41fc4
Implement content.FirstChild
2014-06-09 13:04:40 +02:00
Jeavon Leopold
1aa162e255
Add Site() method to DynamicPublishedContent for Template Query Builder
2014-06-08 18:09:29 +01:00
Shannon
0a76757cea
Merge branch '7.1.2' of https://github.com/darrenferguson/Umbraco-CMS into darrenferguson-7.1.2
2014-05-23 09:51:48 +10:00
per ploug
23c7eafaf5
merge from upstream 7.1.4
2014-05-20 12:32:47 +02:00
Stephan
dacec47cd9
Fix the build
2014-05-18 21:27:41 +02:00
Stephan
82c1c95e35
Detached PublishedProperty - refactor
2014-05-18 19:06:28 +02:00
Darren Ferguson
a2a81222e6
Adding extension methods to PartialViewMacroModel to allow: Model.GetParameterValue<DateTime>("datey")
...
Model.GetParameterValue<int>("booly", 8) //optional default value if parsing can't happen
Model.GetParameterValue("booly",8) // can be used like this as type is implied by default value argument
2014-05-14 11:33:40 +01:00
Darren Ferguson
5abbca0f5d
Adding extension methods to PartialViewMacroModel to allow: Model.GetParameterValue<DateTime>("datey")
...
Model.GetParameterValue<int>("booly", 8) //optional default value if parsing can't happen
Model.GetParameterValue("booly",8) // can be used like this as type is implied by default value argument
2014-05-14 11:32:39 +01:00
per ploug
4baf3ed99a
Initial commit of the grid
2014-05-09 12:23:59 +02:00
Adam Weber
470913f796
Update ImageCropMode.cs
...
Fixed spelling error in ImageCropMode.Stretch
2014-04-28 10:17:41 -05:00
Shandem
95cd32ad8c
Merge pull request #359 from Jeavon/7.1.2-ImageCropper
...
Adding support for Image Crop Ratio Dimension Support & UpScale to GetCropUrl & More Tests
2014-04-23 20:20:09 +10:00
Shannon
508a40cd50
Merge remote-tracking branch 'origin/6.2.0' into 7.1.2
...
Conflicts:
src/Umbraco.Web/Controllers/UmbRegisterController.cs
src/Umbraco.Web/Models/RegisterModel.cs
2014-04-23 12:00:32 +10:00
Shannon
a92c232178
Fixes: U4-4653 MembershipHelper RegisterMember does not set password and ignores logMemberIn, adds a new flag to the model as to whether or not to have the cookie set as a persistent cookie (default is true)
2014-04-22 19:03:43 +10:00
Stephan
e42149e8d9
Detached PublishedProperty remains internal for now
2014-04-22 10:13:39 +02:00
Jeavon Leopold
7787c51156
Creating the internal GetBaseCropUrl method and moving the logic from the Model GetCropUrl method to ImageCropperBaseExtensions so that it can be used by both the Model method and the template extensions
...
Also added some new tests
2014-04-21 08:38:53 +01:00
Stephan
1a02e6be97
Detached PublishedProperty
2014-04-19 18:39:11 +02:00
Jeavon Leopold
e8d41a1b5e
Adding Ratio Mode parameter to GetCropUrl helper
2014-04-18 22:04:23 +01:00
Stephan
a4eedb9f8b
U4-4575 - refactor
2014-04-16 18:51:12 +02:00
Stephan
1da901be96
U4-4575 - refactor prop. conversion logic
2014-04-16 18:25:41 +02:00
Shannon
5990a95d13
Fixes: U4-4610 Unmapped members in Automapper
2014-04-14 15:20:02 +10:00
Stephan
9940b78a57
U4-4575 - fix 8371105
2014-04-02 17:00:24 +02:00
Stephan
8371105c10
U4-4575 - property converters use wrong source value
2014-04-02 16:00:46 +02:00
Stephan
b6185b847f
U4-4575 - property converters use wrong source value
2014-04-02 11:39:53 +02:00
Jeavon Leopold
07934161a4
Fix for U4-4527 U7 - Creating initial Folder in media section causes exception
2014-03-26 10:07:20 +00:00
Shannon
3427f596e3
fixes up a few notes.
2014-03-25 13:07:16 +11:00
Shannon
c31ea7409f
Merge branch 'fix-u4-3839' of https://github.com/lars-erik/Umbraco-CMS into lars-erik-fix-u4-3839
2014-03-25 12:47:26 +11:00
Jeavon Leopold
ff2ee540e2
Fixing the CacheBusting on GetCropUrl as it was totally random which meant the server cache was creating a new cache file for every request. Now changed it to use item updateDate.ToFileTimeUtc as the cache busting value so it will change only when the item is updated in Umbraco.
2014-03-24 19:27:00 +00:00