Sebastiaan Janssen
|
40b0a62cc3
|
Use int.MaxValue instead of 0
|
2016-10-19 14:58:56 +02:00 |
|
Callum Whyte
|
a1a90d5bff
|
Fixes backoffice members list view for custom membership providers by using key instead of id in edit URL
|
2016-10-17 16:26:20 +01:00 |
|
Warren Buckley
|
5397f2c53a
|
Merge pull request #1447 from umbraco/temp-u4-8906
U4-8906 - optimize member perfs
|
2016-09-15 15:14:34 +01:00 |
|
Claus
|
2ca7304215
|
Merge pull request #1444 from Jeavon/u4-8876
Update ImageCropMode & ImageCropAnchor enums with options available i…
|
2016-09-12 13:33:03 +02:00 |
|
Stephan
|
fa45cd1a88
|
tmp
|
2016-09-02 14:44:16 +02:00 |
|
Stephan
|
9e82b8d693
|
U4-8906 - optimize member perfs
|
2016-09-01 12:11:12 +02:00 |
|
Stephan
|
4133574db0
|
U4-8906 - optimize member perfs
|
2016-08-26 15:30:24 +02:00 |
|
Jeavon
|
bc9a6abccf
|
Update ImageCropMode & ImageCropAnchor enums with options available in ImageProcessor v4.4+
|
2016-08-19 16:14:56 +01:00 |
|
Claus
|
2279e6cc53
|
U4-8834 Removing code assigning PropertyData IDs for new properties even though it isn't used
|
2016-08-09 13:39:40 +02:00 |
|
Shannon
|
9ad84a7eab
|
fixes repository mapping the GUID id for redirect urls and removes unused properties
|
2016-08-08 14:47:48 +02:00 |
|
Shannon
|
c331ba134a
|
Fixes 301 redirect js naming conventions, fixes URL handling, moves c# classes to the correct/constistent namespaces, fixes up models and N+1 requests, adds model mapping to not return the business logic model, adds controller method to check if it's enabled instead of returning the result as part of the search.
|
2016-08-08 14:40:53 +02:00 |
|
Shannon
|
2c15db5950
|
U4-8530 Make it possbile to hide preview button by DocumentType or ContentItem
|
2016-08-04 18:34:20 +02:00 |
|
Shannon
|
a91b8e0acf
|
Merge branch 'U4-8530' of https://github.com/Phosworks/Umbraco-CMS into Phosworks-U4-8530
|
2016-08-04 18:08:27 +02:00 |
|
Sebastiaan Janssen
|
b7264b58f9
|
Fixed the mapping for HasPublishedVersion
|
2016-08-04 12:19:24 +02:00 |
|
Marc Goodson
|
379661e302
|
Fixes U4-8772, adds HasPublishedVersion property to mapping of IContent to ContentItemBasic, then adds existing 'has-unpublished-version' css class to list view row if item is published but has unpublished changes
|
2016-07-25 09:17:27 +01:00 |
|
Stephan
|
6c6c56645d
|
U4-8720 - add documentation
|
2016-07-21 15:20:45 +02:00 |
|
Sebastiaan Janssen
|
d0e47fe1ff
|
Merge pull request #1339 from dannydrogt/temp-u4-8613
U4-8613 Link to DocType from "Properties" tab is not localized
|
2016-07-07 15:38:00 +02:00 |
|
Shannon
|
a67020ec31
|
Ensures that the package Icon is displayed for installed packages. Cleans up lots of try/catch/swallows in the packaging logic, adds better xml error handling (we really need a lot more though), ensures that if any part of the package installation fails, that angular bails and doesn't keep trying to install - same logic for installing forms.
|
2016-06-28 20:14:12 +02:00 |
|
Shannon Deminick
|
7c8f0457f1
|
Merge pull request #1338 from Jeavon/U4-8612
Fix for U4-8612 so that Icon shows when installing a local package
|
2016-06-28 16:36:31 +02:00 |
|
Shannon Deminick
|
46690ed405
|
Merge pull request #1284 from umbraco/temp-U4-265
U4-265 Time zone adjustment in Umbraco backend for Date/Time picker
|
2016-06-27 14:15:13 +02:00 |
|
Wincent
|
944898d6e5
|
http://issues.umbraco.org/issue/U4-8530
Adds Preview property to ContentItemDisplay
|
2016-06-21 14:18:55 +02:00 |
|
Danny Drogt
|
5b417f6241
|
U4-8613 Link to DocType from "Properties" tab is not localized - Added call to TextService
|
2016-06-20 15:32:27 +02:00 |
|
Jeavon
|
05ed8e9530
|
Fix for U4-8612 so that Icon shows when installing a local package
|
2016-06-20 13:07:16 +01:00 |
|
Shannon
|
3fcb2a7840
|
Installer is now 'fully' working
|
2016-06-14 14:12:10 +02:00 |
|
Shannon
|
a8c71e52ec
|
Ensures the min umbraco version is checked when installing packages that have the strict flag set.
|
2016-06-13 23:35:09 +02:00 |
|
Shannon
|
3d2fe3c9da
|
Install/uninstall working - just need a few ui updates and then get the repo install working
|
2016-06-13 20:10:31 +02:00 |
|
Shannon
|
2d9010caf4
|
I can haz package uninstallation
|
2016-06-13 19:43:04 +02:00 |
|
Shannon
|
c2b016d7d0
|
Gets local package installation 'working', now needs a little UI work.
|
2016-06-13 18:28:56 +02:00 |
|
Shannon
|
bab693f2ba
|
fix build
|
2016-05-25 10:56:41 +02:00 |
|
Shannon
|
f243133b95
|
Merge remote-tracking branch 'origin/dev-v7' into temp-U4-265
# Conflicts:
# src/Umbraco.Web/Models/Mapping/ContentModelMapper.cs
|
2016-05-25 09:51:46 +02:00 |
|
Shannon
|
2504586c26
|
removes initial idea of performing conversion on the server since this would be a breaking change, instead we can easily do this on the client side - and this works much better. Have added pre-values to the date/time picker to be able to enable offset times. This is enabled for the publish-at pickers since those must be offset. When the datetime is offset, it shows the server time in small text underneath the picker. Have added js unit tests for the date conversions. Have updated the datepicker controller to set the model date in a single place/method so it's consistent.
|
2016-05-25 09:43:31 +02:00 |
|
Shannon
|
877b7d4af7
|
U4-8358 Writers can't schedule publish/unpublish times
|
2016-05-23 19:23:59 +02:00 |
|
Stephan
|
5f8747b4d3
|
U4-1780 - detect colliding urls (#1243)
* U4-1780 - detect colliding urls
* U4-1780 - fix error message
* U4-1780 - fix XmlHelper issue with sortOrder
* U4-1780 - bugfix
|
2016-05-04 12:45:20 +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
|
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 |
|
Sebastiaan Janssen
|
c856795cb7
|
Fix hilariously wrong copy/pasted TODO comments..
|
2016-04-05 08:03:47 +02:00 |
|
madden-tom
|
2d514ac09e
|
Added check for publish permissions to remove option for Publish At a…
U4-287 "Publish at" circumvents "Send for approval/publishing"
|
2016-04-05 08:01:05 +02:00 |
|
Stephan
|
ecdca378c6
|
U4-8175 - fix PropertyType.PropertyGroupId inconsistencies
|
2016-03-16 13:41:58 +01:00 |
|
Stephan
|
800e02bccf
|
Bugfix model mapper for PropertyTypeDisplay
|
2016-03-16 10:19:06 +01:00 |
|
Stephan
|
8e82ff5450
|
Merge pull request #1173 from umbraco/temp-U4-8012
U4-8012 Generic properties tab disappears on the edit Member Type win…
|
2016-03-15 16:24:21 +01:00 |
|
Shannon
|
d5fe8c11c8
|
U4-8065 Inherited from is empty - reverts 10617d1bd5, turns out this is why we needed that property value
|
2016-03-15 15:08:53 +01:00 |
|
Shannon
|
3fdb122e91
|
U4-8012 Generic properties tab disappears on the edit Member Type window after upgrade to 7.4
|
2016-03-15 14:44:03 +01:00 |
|
Sebastiaan Janssen
|
b2407eab98
|
Merge pull request #1107 from bjarnef/dev-v7-tinymce-font-icons
Change icons for richtext editor config
|
2016-03-10 17:47:46 +01:00 |
|
Stephan
|
7d8791ec86
|
Fix ActionButtonsResolver (need review)
|
2016-02-25 17:05:44 +01:00 |
|
Mads Rasmussen
|
1a0c095f40
|
Merge pull request #932 from engern/MacroParamSortOrder
Fixes U4-7472 - Should be possible to sort macro parameters
|
2016-02-19 09:27:27 +01:00 |
|
Mads Rasmussen
|
51ed441b85
|
Merge branch 'u4-5123' of https://github.com/AndyButland/Umbraco-CMS into AndyButland-u4-5123
# Conflicts:
# src/Umbraco.Web/PropertyEditors/ListViewPropertyEditor.cs
|
2016-02-18 10:00:22 +01:00 |
|
Shannon
|
1ea8c8280c
|
Merge branch 'dev-v7' of https://github.com/umbraco/Umbraco-CMS into dev-v7
|
2016-02-11 15:54:10 +01:00 |
|
Shannon
|
17ff952b52
|
Fixes the URL creating for media in the back office to use an IMedia instead of published media (since it's not published yet at the time)
|
2016-02-11 15:54:00 +01:00 |
|
Shannon
|
04e1d8c2bd
|
U4-7936 Clicking the Recycle Bin shows "Session expired" login screen
|
2016-02-11 14:04:14 +01:00 |
|
Shannon
|
89f6089f8e
|
U4-7873 - fix GetCulture issue with languages
|
2016-02-10 16:22:06 +01:00 |
|