Commit Graph

6830 Commits

Author SHA1 Message Date
Tim Geyssens
ecbaa94ab5 Update to rte embed stuff following Shannons comments 2013-09-16 10:05:33 +02:00
perploug
b6d00cca63 Merge branch '7.0.0' of https://github.com/umbraco/Umbraco-CMS into 7.0.0 2013-09-16 09:18:02 +02:00
perploug
135701b845 change password dashboard form 2013-09-16 09:17:46 +02:00
perploug
99dc128b8f user dialog scaling issue 2013-09-16 09:17:19 +02:00
perploug
078c698601 dashboard headline padding 2013-09-16 09:17:07 +02:00
perploug
8400ad82ab added examine constants to core 2013-09-16 09:16:47 +02:00
perploug
c4049bcf84 Added changepwd to usercontroller 2013-09-16 09:16:21 +02:00
perploug
8c85be6683 Added search support in entityController 2013-09-16 09:16:10 +02:00
perploug
ad62b96909 Categorised directives into seperate folders 2013-09-16 09:15:54 +02:00
Tim Geyssens
34bc27745e Adds loader animation 2013-09-13 14:22:01 +02:00
Tim Geyssens
2a16e05699 Some more small changes to the embed dialog 2013-09-13 14:13:58 +02:00
Tim Geyssens
d3f1d6bb6b Small change to embed controller js 2013-09-13 14:06:56 +02:00
Tim Geyssens
dd4b094b66 Adds a comment to the embed controller 2013-09-13 13:54:15 +02:00
Tim Geyssens
bc7bbea650 Initial checkin of the rte embed option 2013-09-13 13:46:19 +02:00
Stephan
da05196023 Merge remote-tracking branch 'origin/7.0.0' into 7.0.0 2013-09-12 22:21:40 +02:00
perploug
805ebd950e Fixes: U4-2725 broken headline validation 2013-09-12 14:52:13 +02:00
perploug
03aeb9775a iconpicker legacy file 2013-09-12 14:40:49 +02:00
perploug
0c8f63487d Clean up the legacy doctype editor 2013-09-12 14:40:30 +02:00
perploug
0037283c75 Adds a notifications test 2013-09-12 14:40:07 +02:00
perploug
8c71195244 Seperates modal columns and panels html 2013-09-12 14:39:36 +02:00
perploug
852a946051 Fixes the grid height issues 2013-09-12 14:38:53 +02:00
Stephan
ff76e58e1c Core.Attempt - replace calls to obsolete members 2013-09-12 13:09:07 +02:00
Stephan
d1af20424e merge branch '6.2.0' into '7.0.0' 2013-09-12 13:09:04 +02:00
Stephan
67a632aa43 Merge branch '6.2.0' into zb-cleanup 2013-09-12 11:13:07 +02:00
Shannon
dcd5decd3a Fixes up the events in the new MacroRendering event stuff 2013-09-12 14:55:29 +10:00
Shandem
b6d4415f5c Merge pull request #131 from neehouse/6.2.0
Removing file location restriction from PartialViewMacro
2013-09-11 21:47:51 -07:00
Shannon
24471c32f9 Improved search with "and", partial match U4-2509
- added partial matching on each word.
- fixed bug so 'all' words match rather than 'any' words.
2013-09-12 14:12:33 +10:00
perploug
7642619407 Updating legacy edtors in developer section 2013-09-11 14:04:26 +02:00
perploug
377d72b5da better handling of closing dialogs 2013-09-11 14:03:59 +02:00
perploug
c3e67a2144 chore: less cleanup 2013-09-11 14:03:28 +02:00
perploug
998e8bf9bd Updates header css class to include padding 2013-09-11 14:03:13 +02:00
perploug
4719caf653 Changes span size on c# panel 2013-09-11 14:02:45 +02:00
Stephan
f53a23553b Core.Attempt - replace calls to obsolete ctor 2013-09-11 11:06:14 +02:00
Stephan
42c432caa0 Merge branch '6.2.0' into zb-cleanup 2013-09-11 10:39:40 +02:00
Morten Christensen
e69b043cfa Oops, double column is no good syntax... 2013-09-11 10:24:05 +02:00
Morten Christensen
812d5c1391 Merge branch '6.2.0' of https://github.com/umbraco/Umbraco-CMS into 6.2.0 2013-09-11 10:17:08 +02:00
Morten Christensen
8d510fd512 Committing some POC code in the test project for strongly typed models/queries 2013-09-11 10:16:49 +02:00
Morten Christensen
c5c44cec37 Correcting syntax output for AlterColumnExpression, so Shannon's migrations will work 2013-09-11 10:15:31 +02:00
Stephan
82f81d1f4f Core.Attempt - backport and refactor Attempt.Outcome from v7 2013-09-11 10:03:17 +02:00
Stephan
32e3048717 Core.Attempt - refactor Succ() into Succeed() 2013-09-11 09:30:00 +02:00
Shannon
4c5d6b5730 Fixes: U4-2832 Could not load stylesheets tree 2013-09-11 12:54:35 +10:00
Shannon
15518f2069 Completes: U4-2749 Fix auth filters to return 401 when not logged in and 403 when the user has no access - adds ngSanitize which is required for ng-bind-html so we can add a bit of html to the notification msgs (like line breaks) and since devs might do this as well we require ngSanitize so that unsafe html cannot be injected. 2013-09-11 12:40:43 +10:00
Shannon
90abe8c25f Fixes: U4-2823 RenderRouteHandler.GetUmbracoRouteDefinition() fails to store the route definition when an incidental alias-controller match is made 2013-09-11 12:15:29 +10:00
Shannon
9f1d212375 Implements: U4-2824 Type Converter for string type with unit test 2013-09-11 11:57:15 +10:00
Shannon
01de1158f4 Completes: U4-2835 Remove unused/obsoleted code from namespace umbraco.cms.presentation.developer & U4-2801 Remove legacy/un-used editDataType.aspx webforms editor 2013-09-11 11:11:34 +10:00
perploug
3aa9873db9 legacy Editmacro editor tweaks 2013-09-10 23:33:26 +02:00
perploug
4a84b039c1 remove debugging alert 2013-09-10 18:04:03 +02:00
perploug
17833022a3 Update dev section editors 2013-09-10 18:03:50 +02:00
perploug
d5846a5a4c delete unneedded files 2013-09-10 18:01:52 +02:00
perploug
9846823688 notifications css tweak 2013-09-10 18:01:13 +02:00