Simon Busborg
f7ee47a37f
Fixes U4-8029 Editor settings for "Grid Layouts" is too wide and text overflows
2016-05-02 10:18:37 +02:00
Mads Rasmussen
4b682e0669
Merge pull request #1201 from bjarnef/dev-v7-U4-8022
...
U4-8022 - Fix issues with tree icons + legacy icons
2016-04-25 21:13:14 +02:00
Mads Rasmussen
4886631d54
Merge pull request #1202 from bjarnef/dev-v7-U4-7967
...
U4-7967 - Fix errors when saving document type when no icon is selected
2016-04-25 20:14:11 +02:00
Shannon
7e71dcd2ae
Merge remote-tracking branch 'origin/dev-v7.5' into dev-v7
2016-04-20 12:56:03 +02:00
Per Ploug
fcaa4ad8d6
JsDocs comments on listviewhelper (U4-7185)
2016-04-14 11:36:24 +02:00
Stephan
7886b7814d
U4-8312 - models generation false error ( #1222 )
2016-04-13 15:57:27 +02:00
Shannon
82b4b4e668
Merge remote-tracking branch 'origin/7.5-ListViewCustomFieldSorting' into dev-v7.5
...
Conflicts:
src/Umbraco.Web/WebApi/Filters/DisableBrowserCacheAttribute.cs
2016-04-13 14:44:22 +02:00
Shannon
ce0ecd8114
Ensures that the emails sent our are in the culture of the user, fixes issue of logging in after resetting password and then logging out again
2016-04-13 14:35:40 +02:00
Shannon
e610a5ef54
Changes the password reset link to be a real link (not an angular deep link), this means there is less logging of the reset code in a query string and less visibility of it, this also means that the validation of the code happens instantly. The premise for this is the same as how we deal with external authentication requests and uses ViewData/TempData with redirects. Fixes the models to have the correct attributes to be able to directly json serialize them.
2016-04-13 13:51:12 +02:00
Shannon
f279000d00
removes unecessary methods from user.service.js, ensures correct error msg when resetting password on the server, fixes email copy and allows for non-html emails if the copy is plain text, removes the need for more than one email msg in the lang files and uses the correct way to replace tokens,
2016-04-12 19:54:04 +02:00
Shannon
d424b13ac4
Fixes some styling, wording and validation
2016-04-12 18:59:39 +02:00
Shannon
1361e017a2
Merge branch 'u4-222' of https://github.com/AndyButland/Umbraco-CMS into AndyButland-u4-222
...
Conflicts:
src/Umbraco.Core/Security/BackOfficeUserManager.cs
src/Umbraco.Web.UI.Client/src/less/pages/login.less
src/Umbraco.Web.UI.Client/src/routes.js
src/Umbraco.Web.UI.Client/src/views/common/dialogs/login.controller.js
src/Umbraco.Web.UI/umbraco/config/lang/en_us.xml
src/Umbraco.Web.UI/web.Template.config
src/Umbraco.Web/Editors/AuthenticationController.cs
src/Umbraco.Web/Editors/BackOfficeController.cs
src/Umbraco.Web/Umbraco.Web.csproj
2016-04-12 18:07:25 +02:00
Claus
76054bb783
Enabling sorting by the Name column.
...
OrderDirection is only reversed if reclicking the same sort column.
2016-04-12 15:36:28 +02:00
bjarnef
9d5af4ad5e
Merge branch 'dev-v7' of git://github.com/umbraco/Umbraco-CMS into dev-v7-U4-6425
...
Conflicts:
src/Umbraco.Web.UI.Client/src/views/propertyeditors/relatedlinks/relatedlinks.controller.js
src/Umbraco.Web.UI.Client/src/views/propertyeditors/relatedlinks/relatedlinks.html
2016-04-06 20:20:22 +02:00
bjarnef
ae154885e4
Ensure icon has a value.
2016-04-06 19:52:21 +02:00
bjarnef
2c29e422bc
Add icons for internal links.
2016-04-06 19:47:05 +02:00
bjarnef
2d6b8712d5
Limit this to listview, so it doesn't affect other property editors.
2016-04-06 19:44:09 +02:00
Warren Buckley
81aad6fc64
Merge pull request #1205 from bjarnef/dev-v7-U4-8248
...
U4-8248 - Add tooltip for listview layout + cursor style for listview table row
2016-04-06 15:45:31 +01:00
Claus
58280e7d63
Merge pull request #1209 from greystate/fix-U4-8260
...
Fix for U4-8260
2016-04-06 11:12:43 +02:00
Shannon
6856540a7c
fixes bool parameter for members
2016-04-06 09:49:53 +02:00
Shannon
b9b3d62994
fixes boolean isSystem for media
2016-04-06 09:44:33 +02:00
Shannon
dac7b93209
fixes GetChildren non bool argument to work as a bool again.
2016-04-06 09:17:05 +02:00
Shannon
c20984dca7
Merge branch 'dev-v7' of https://github.com/aadfPT/Umbraco-CMS into aadfPT-dev-v7
...
Conflicts:
src/Umbraco.Core/Persistence/Repositories/ContentRepository.cs
src/Umbraco.Core/Persistence/Repositories/MediaRepository.cs
src/Umbraco.Core/Persistence/Repositories/MemberRepository.cs
src/Umbraco.Core/Persistence/Repositories/VersionableRepositoryBase.cs
src/Umbraco.Core/Services/ContentService.cs
src/Umbraco.Core/Services/IContentService.cs
src/Umbraco.Core/Services/IMediaService.cs
src/Umbraco.Core/Services/IMemberService.cs
src/Umbraco.Core/Services/MediaService.cs
src/Umbraco.Core/Services/MemberService.cs
src/Umbraco.Tests/Persistence/Repositories/ContentRepositoryTest.cs
src/Umbraco.Tests/Persistence/Repositories/MediaRepositoryTest.cs
src/Umbraco.Tests/UmbracoExamine/IndexInitializer.cs
src/Umbraco.Web.UI.Client/src/common/resources/content.resource.js
src/Umbraco.Web.UI.Client/src/common/resources/media.resource.js
src/Umbraco.Web.UI.Client/src/common/resources/member.resource.js
src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/layouts/list/list.listviewlayout.controller.js
src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/listview.controller.js
src/Umbraco.Web/Editors/ContentController.cs
src/Umbraco.Web/Editors/MediaController.cs
src/Umbraco.Web/Editors/MemberController.cs
src/Umbraco.Web/WebApi/Filters/DisableBrowserCacheAttribute.cs
src/UmbracoExamine/UmbracoMemberIndexer.cs
2016-04-05 16:20:39 +02:00
Shannon
ef3f15ec9b
Merge branch 'u4-6003b' of https://github.com/AndyButland/Umbraco-CMS into AndyButland-u4-6003b
...
Conflicts:
src/Umbraco.Core/Persistence/Repositories/ContentRepository.cs
src/Umbraco.Core/Persistence/Repositories/Interfaces/IContentRepository.cs
src/Umbraco.Core/Persistence/Repositories/Interfaces/IMediaRepository.cs
src/Umbraco.Core/Persistence/Repositories/Interfaces/IMemberRepository.cs
src/Umbraco.Core/Persistence/Repositories/MediaRepository.cs
src/Umbraco.Core/Persistence/Repositories/MemberRepository.cs
src/Umbraco.Core/Services/ContentService.cs
src/Umbraco.Core/Services/IContentService.cs
src/Umbraco.Core/Services/IMediaService.cs
src/Umbraco.Core/Services/IMemberService.cs
src/Umbraco.Core/Services/MediaService.cs
src/Umbraco.Core/Services/MemberService.cs
src/Umbraco.Tests/Persistence/Repositories/ContentRepositoryTest.cs
src/Umbraco.Tests/Persistence/Repositories/MediaRepositoryTest.cs
src/Umbraco.Tests/UmbracoExamine/IndexInitializer.cs
src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/listview.controller.js
src/Umbraco.Web.UI.Client/src/views/propertyeditors/listview/listview.html
src/Umbraco.Web/Editors/MemberController.cs
src/UmbracoExamine/UmbracoMemberIndexer.cs
2016-04-05 15:31:33 +02:00
Sebastiaan Janssen
d8c781f97f
Make the file exclusion filter more readable
2016-04-03 13:39:05 +02:00
Sebastiaan Janssen
6502470708
U4-8265 Listview list and listview grid does not handle acceptedFileTypes in same way
2016-04-03 12:08:25 +02:00
Sebastiaan Janssen
680396daab
Localize server-side error message for disallowed file uploads
2016-04-03 12:08:23 +02:00
Asbjørn Riis-Knudsen
4e4ea59433
* Only restrict to image files when onlyImages is active* Handle disallowed filetypes as per other upload controls
...
* Only restrict to image files when onlyImages is active
* Handle disallowed filetypes as per other upload controls
2016-04-02 19:07:35 +02:00
bjarnef
40f7e87e04
Fix issues when using custom font icons in backoffice.
2016-04-02 13:36:55 +02:00
Warren Buckley
fbce20d0c3
Merge pull request #1158 from umbraco/temp-U4-8016
...
Fixes: U4-8016 Pick only images from media
2016-04-01 13:54:37 +01:00
André Ferreira
bd2a40d214
U4-6003 List View - Order By Custom Property Fix
...
Original work done on https://github.com/umbraco/Umbraco-CMS/pull/711 but ported to the latest version
Content below for reference
With the current implementation of the list view you can only sort by system columns (Name, SortOrder etc.) and not custom columns you have added to your document types. This PR allows that.
The crux of it is a sub-query added to the ORDER BY clause when we are ordering by a custom field. This looks up the field's value from the most recent content version.
Provided here and not in the previous pull request is:
MySQL support
Have done some performance testing. On a local laptop with 1000 nodes in a list view, it's sorting in around 220-250ms. It's a little slower that sorting on native properties like node name, but still perfectly usable - there's no significant delay you see in use.
Please note also:
GetPagedResultsByQuery() in VersionableRepositoryBase was previously doing an ORDER BY in SQL and then repeating this via LINQ to Objects. I couldn't see that this second ordering was necessary so removed it, but wanted to flag here in case I've missed something around why this was necessary.
The PR also includes small amends to fix or hide sorting on a couple of the default columns for the member amd media list views.
2016-04-01 11:28:51 +01:00
Stephan
4cca364511
U4-8103 - refactor YSOD overlay to display inner exceptions
2016-03-31 16:36:36 +02:00
Chriztian Steinmeier
5f0fe69c82
Update links to https
2016-03-30 21:11:29 +02:00
Chriztian Steinmeier
e325e06efc
Update link to Our on Backoffice sections
2016-03-30 21:10:41 +02:00
Chriztian Steinmeier
5e7db1047b
Add the missing 't' ⚡
2016-03-30 21:09:14 +02:00
bjarnef
d1c865480f
Add tooltip for listview layout + cursor style for listview table row.
2016-03-29 23:22:42 +02:00
bjarnef
30e9a1ef82
Don't set dirty when just filtering icons.
2016-03-28 02:29:03 +02:00
bjarnef
0c9dcc1f5a
Fix errors when saving document type when no icon is selected.
2016-03-28 01:47:01 +02:00
bjarnef
233e3d9387
Fix issues with tree icons + legacy icons
2016-03-27 19:07:09 +02:00
Shannon
617b17ca9e
puts back in the current node permission check - since we use this for Create
2016-03-18 15:43:14 +01:00
Shannon
0071651621
fixes keyboard shortcut after refactor
2016-03-17 16:36:13 +01:00
Shannon Deminick
4dbc27f1fe
Merge pull request #1178 from bjarnef/dev-U4-8163
...
U4-8163 - Don't set dirty on form for examine dashboard search
2016-03-17 11:31:36 +01:00
Claus
b36b1693dd
Fixes broken regex.
2016-03-17 10:33:04 +01:00
Simon Busborg
99b2192ab7
Fixes U4-8181 It is not possible to scroll in an overlay in Chrome 49 on a Retina Mac
...
By removing animated -half-second fadeIn it resolves the issue where it's not possible to scroll in dialogs on a retina screen ¯\_(ツ)_/¯
2016-03-17 09:58:57 +01:00
bjarnef
7a7e0edfa7
Don't set dirty on form for examine dashboard search
2016-03-15 23:59:11 +01:00
Stephan
fedcd6f970
Merge pull request #1176 from umbraco/temp-U4-8168
...
U4-8168 Cannot re-order/move locked property types - such as the lock…
2016-03-15 16:29:57 +01:00
Rune Hem Strand
8907c9855b
Merge pull request #1172 from umbraco/temp-U4-7185
...
Temp u4 7185
2016-03-15 16:02:47 +01:00
Shannon
6bb9c5b81c
U4-8168 Cannot re-order/move locked property types - such as the locked/system member type properties
2016-03-15 15:43:21 +01:00
Shannon
6aafbfb245
U4-8106 Content type inheritance can be broken by compositions
2016-03-15 15:25:05 +01:00
Rune Strand
096f1b6ff9
add selected state to umbFolderGrid
2016-03-15 13:18:48 +01:00