Shannon
2bb58b6fca
Updates MembershipHelper to ensure that the membership provider is used when updating a profile, specifically to deal with unique emails. Updates the profile edit template to have correct validation procedures.
2014-02-10 16:22:15 +11:00
Shannon
4d2d656b3d
Moved ChangePassword method to MembershipHelper and makes it public, adds an overload.
2014-02-10 14:29:29 +11:00
Shannon
fa625d72f9
updates some comments
2014-02-10 14:12:44 +11:00
Shannon
1991380e02
Changes CDF version to be the hash code of UTC now
2014-02-10 13:53:12 +11:00
Shannon
3b8d6dc2c7
Merge remote-tracking branch 'origin/6.2.0' into 6.2.0
2014-02-10 13:50:43 +11:00
Shannon
1faeb76c27
Removes the need for duplicate templates for partial views. Of course we can have partial view only templates if necessary but currently we just borrow them from the partial view macros and update the header
2014-02-10 13:50:31 +11:00
Florian Verdonck
a064903e90
Updated request after feedback
2014-02-08 00:28:52 +01:00
perploug
2850c3c3de
Improved caching in debug mode by adding global yepnope filter
2014-02-07 15:45:52 +01:00
Florian Verdonck
1fa7cd234d
Changing MasterTemplateId to public
...
When you create a Template in code, I think there is no way to define a masterTemplate. If MasterTempateId were to be public it could be done.
2014-02-07 09:39:10 +01:00
perploug
cec8001c38
Fixes issue with MediaHelper and complex property values
2014-02-07 09:16:05 +01:00
perploug
7dbd21a854
ImageCropper Added as a real property editor + polish
...
Polishing the UI, it can now edit actual image data and store crop
points / center point as json, next add configuration service
2014-02-07 09:15:44 +01:00
Sebastiaan Janssen
3a513668fd
U4-4185 Log fails to show unicode (cyrillic) characters
2014-02-05 15:52:20 +01:00
perploug
9ff82f3a00
Removes unneeded loging in umbpanel.directive
2014-02-04 13:58:13 +01:00
perploug
25999be0c9
Improves sticky footer button detection
...
Refactored the event hooks, added a watch on the buttons position
2014-02-04 12:53:09 +01:00
perploug
853baf9462
Final tweaks to the unsaved changes dialog
2014-02-04 11:40:16 +01:00
Per Ploug Krogslund
6f36384a35
Merge branch '7.1.0-LocationChangeNotificatiion' into 7.1.0
2014-02-04 09:46:54 +01:00
Per Ploug Krogslund
d55e492d17
Route change confirm notification dialog
2014-02-04 09:46:14 +01:00
Per Ploug Krogslund
fcbdf6c635
Merge branch '7.1.0' of https://github.com/umbraco/Umbraco-CMS into 7.1.0
2014-02-03 21:50:30 +01:00
Per Ploug Krogslund
deeaf724bd
Fixes missing dependencies
2014-02-03 21:04:11 +01:00
Per Ploug Krogslund
34824ffbb0
Confirm navigating away from unsaved content
2014-02-03 21:03:43 +01:00
Per Ploug Krogslund
6f28a0a686
Updates NotificationService to support custom views
...
This allows us to inject small UI components as overlays ontop of
editors
2014-02-03 21:03:24 +01:00
Sebastiaan Janssen
b3f6a8c71b
Merge branch '7.0.3' into 7.1.0
...
Conflicts:
.gitignore
src/Umbraco.Web.UI.Client/src/views/propertyeditors/contentpicker/contentpicker.controller.js
2014-02-03 11:52:36 +01:00
Sebastiaan Janssen
98684e6292
Add 100 to the ClientDependency.config version to avoid conflicts with older caches
2014-02-03 10:23:13 +01:00
perploug
9687b2abee
Special rule for installer password change
2014-01-31 13:03:46 +01:00
perploug
4ea589e954
Missing changes on ContentPickerControler re-added
2014-01-31 11:38:24 +01:00
perploug
621a19d4bd
Final tweaks to TreeSource picker
...
Better help text, polish icons and margins, made sure it toggles UI
correctly for each type of tree
(cherry picked from commit 9ce79e98a3 )
Conflicts:
src/Umbraco.Web.UI.Client/src/views/prevalueeditors/treesource.html
2014-01-31 11:38:23 +01:00
perploug
5821444678
Fixes inconsistently named private method
...
Replaces delegates with lambdas
(cherry picked from commit 2a81162756 )
2014-01-31 11:38:22 +01:00
perploug
7533baf368
fixes mntp filtering
...
(cherry picked from commit 3e22598f4a )
2014-01-31 11:38:21 +01:00
perploug
d691e525b3
Adds support for xpath root node selection on mntp
...
(cherry picked from commit d842f0f5b7 )
Conflicts:
src/Umbraco.Web.UI.Client/src/views/propertyeditors/contentpicker/contentpicker.controller.js
2014-01-31 11:38:20 +01:00
perploug
02d9d42ae2
adds getByQuery to entityService
...
(cherry picked from commit 8258619055 )
Conflicts:
src/Umbraco.Web.UI.Client/src/common/resources/entity.resource.js
src/Umbraco.Web/Editors/EntityController.cs
2014-01-31 11:38:19 +01:00
perploug
17838e044c
Addss template clearing when in debugmode
...
(cherry picked from commit 7d2f6c13c3 )
2014-01-31 11:38:18 +01:00
Stephan
73173f92d6
U4-4144 - fix
2014-01-31 10:33:23 +01:00
Per Ploug Krogslund
7d7fcd2093
Wip on dropper and gravity editor directives
2014-01-30 22:28:50 +01:00
Stephan
2ab1cf59a6
U4-2317 - issue with domains & languages management
2014-01-30 16:19:09 +01:00
Stephan
3ef51d7357
U4-2317 - issue with domains & languages management
2014-01-30 16:18:06 +01:00
Stephan
56cd1cee81
U4-4160 - make sure string properties are returned as strings
2014-01-30 15:08:13 +01:00
Stephan
002988ce86
U4-4144 - Media Cache dies due to new 'key' property in XML
2014-01-30 08:48:35 +01:00
perploug
81c32716fe
Removes pre-checkpassword check
2014-01-29 22:04:37 +01:00
Stephan
8b553dd067
U4-4144 - work around media cache exceptions on invalid properties
2014-01-29 19:30:17 +01:00
perploug
c52123e878
adds mock cropper data for WIP prototype
2014-01-29 14:30:51 +01:00
perploug
4e6ca57f7a
Chore: seperate media + image helpers into 2 files
2014-01-29 14:30:35 +01:00
perploug
ce9cfbf071
Chore: update media+mediahelper mocks
2014-01-29 14:30:17 +01:00
perploug
8024bde429
Imaging directives (crop, gravity and preview)
2014-01-29 13:44:34 +01:00
perploug
9ce79e98a3
Final tweaks to TreeSource picker
...
Better help text, polish icons and margins, made sure it toggles UI
correctly for each type of tree
2014-01-29 11:21:54 +01:00
perploug
3e5553d9b0
Fixes weird issue with user language dropdown
2014-01-29 09:50:37 +01:00
Shannon
c2f34cefb5
Merge branch '7.0.2' of https://github.com/rsoeteman/Umbraco-CMS into rsoeteman-7.0.2
2014-01-29 11:26:05 +11:00
Shannon
ccaf82d797
Fixes object extensions for dates with a 'kind' specified.
2014-01-29 11:21:35 +11:00
Shannon
2f7727af68
Fixes: U4-3894 Date picker with time resets to "måndag januari 1, 0001" on Republish entire site
2014-01-29 11:20:25 +11:00
Shannon
5a9874bfad
Fixes U4-3894 Date picker with time resets to "måndag januari 1, 0001" on Republish entire site
2014-01-29 11:19:59 +11:00
perploug
5047c7bbe7
Fixes: U4-4155 Backend CSS Rich Text Editor Path Issue
2014-01-29 00:28:56 +01:00