leekelleher
26f32bab8e
Dashboard controls: Tidied up the UI.
...
Made use of ClientDependency for CSS/JS includes.
CSS tweaks for success/notice/error messages.
Removed from "Umbraco.Web.UI" project, master version now in "Umbraco.Web"; (confirmed with Seb)
(MediaDashboardFolderBrowser.ascx was missing from "Umbraco.Web" - added)
2012-09-14 11:41:30 -01:00
sebastiaan
f6c6f4f0c0
U4-55 Remove Linq to Umbraco from the core - Removes the menu item as well
2012-09-13 11:23:19 -02:00
Matt@MBP13-PC
c441887a96
Updated treePicker dialog to allow the passing in of a NodeKey via querystring
2012-09-13 18:00:25 -01:00
Matt@MBP13-PC
32d76cc143
Fixed issue with AbstractPrevalueEditor throwing WebResource 404s when implemented by a type outside of the umbraco.editorControl namespace
2012-09-13 17:58:18 -01:00
sebastiaan
4340df53fd
U4-843 Number of "Last Edits" is now configurable.
2012-09-13 14:42:59 -02:00
Shannon Deminick
18713fe513
Fixes one test with DynamicNode
2012-09-13 13:38:51 +07:00
Shannon Deminick
a1edad4e08
Fixed DynamicNodeTests with db support
2012-09-13 13:02:02 +07:00
Shannon Deminick
1c040912f6
Exposes the IDocument property as CurrentDocument on the Model for MVC pages.
2012-09-13 12:28:08 +07:00
Shannon Deminick
458f1d3b8f
Fixed setting the Is404 flag
2012-09-13 12:23:58 +07:00
Shannon Deminick
9e5f2f3c9a
Fixed template engine selection... oops :) Should all work now!
...
Fixed DefaultPublishedContentStore to correctly find a secondary root document that doesn't have a domain assigned.
2012-09-13 12:19:56 +07:00
Shannon Deminick
f6022c8dda
Merge
2012-09-13 11:48:16 +07:00
Shannon Deminick
0ed15db408
Fixed the NiceUrlProvider as it some refactor on a previous commit broke some stuff.
...
Fixed up some unit tests with NiceUrlProvider to ensure that the second node under the root get's
the correct URL assigned.
Added unit test to ensure that route caches are persisted correctly.
2012-09-13 11:45:06 +07:00
Shannon Deminick
c742c6c249
Created new GlobalSettings unit tests to validate reserved paths as well as updated the umbraco module tests with an install path without
...
the suffixed '/'. Fixed a bug with the reserved paths which was caused by code written in 4.9 to the new code written in 4.10 and the combined
effort was not working. Added more logic to cleanup the URL before comparing too.
Cleaned up GlobalSettings to not have any reliance whatsoever on httpcontext (which of course it shouldn't and not sure why it even did before).
Obsoleted a few methods on the legacy GlobalSettings that aren't used anywhere and should be removed in the future.
Cleaned up a bit of the UmbracoModule with the URLs used.
2012-09-13 09:00:21 +07:00
Shannon Deminick
b06a4d2e13
Merge
2012-09-13 06:48:16 +07:00
Shannon Deminick
89cd2772dc
add note
2012-09-13 06:48:06 +07:00
Morten@Thinkpad-X220
48c69b9335
Fixes U4-781 Removed duplicate swedish language file.
2012-09-12 05:57:27 -02:00
sebastiaan
e8d6f694e7
Added back missing translation trees
2012-09-12 04:22:39 -02:00
sebastiaan
253b58aafb
Corrected bad merge (again)
2012-09-11 06:42:00 -02:00
sebastiaan
a864fc1fe8
Fix merge problem
2012-09-11 05:29:36 -02:00
sebastiaan
8a5cd21603
Merge with default
2012-09-11 05:02:33 -02:00
Shannon Deminick
f2a7b3b255
Updated the published content stores so that content doesn't inherit from media, instead there is a base
...
interface IPublishedDataStore.
Simplified the interface structure and removed the GetDocumentProperty method as it is not needed and i think existed
before we updated the codebase to not rely on xml.
2012-09-11 05:58:16 +07:00
Shannon Deminick
d5ca5e32b4
Fixes the issue with trailing slashes and the comparison in GlobalSettings and updated unit tests
...
to support the fix.
2012-09-11 05:27:39 +07:00
Shannon Deminick
37969909ca
Updated the DynamicDocument and node unit tests to not init a db each time, runs much faster though in the future
...
we might have to re-enable this in a smart way.
2012-09-11 04:43:30 +07:00
sebastiaan
fe92947d72
TeamCity build fails on missing Views\Home.cshtml in Umbraco.Web.UI, removed it.
2012-09-10 12:15:03 -02:00
sebastiaan
b9165a8b70
TeamCity build fails on missing App_Code\TestClass.cs in Umbraco.Web.UI, removed it.
2012-09-10 12:10:17 -02:00
Shannon Deminick
27bcea78d2
Started implementing new IPublishedMediaStore which will replace the notion of the legacy ExamineBackedMedia and
...
moving forward will open up many nice opportunities. This will be used for the media accessor in the new DynamicDocument.
Renamed XmlPublishedContentStore to just DefaultPublishedContentStore.
Made GetProperty an extension method for IDocument and removed from the interface as it is not needed there.
2012-09-08 13:22:45 +07:00
Shannon Deminick
ce9be79ec6
Added the Examine Search methods to DynamicDocument as extension methods.
...
Renamed a few things.
2012-09-08 11:59:01 +07:00
Shannon Deminick
d83887e314
Ported updates to DynamicDocument to allow dynamic access to RTE content and still have it
...
render all embedded macro content without resorting to use some other mechanism.
Fixes the .Field method of the UmbracoHelper.
2012-09-08 11:30:19 +07:00
Shannon Deminick
59fa733156
Created MacroTagParser and updated ItemRenderer to use it. Have DynamicDocument rendering RTE content
...
with macro content without having to use any special methods, we just use a new custom Property Editor value converter.
Now just need to port this over to DynamicNode too.
Obsoleted a method on the 'helper' class to something much more meaningful... hopefully we can do that with the rest of that class too.
2012-09-08 07:13:03 +07:00
sebastiaan
534c28046a
Added tag Release-4.9.0 for changeset 09f5a69cf19e
2012-09-07 07:10:51 -02:00
sebastiaan
4056b47d32
Removed tag Release-4.9.0
2012-09-07 07:10:32 -02:00
sebastiaan
1581944661
Update to CodeMirror for U4-762
2012-09-07 07:10:02 -02:00
Shannon Deminick
5e9d791523
Moved the DocumentNotFoundHandler to diff namespace, created new NoTemplateHandler and updated the engine
...
to route to it when no template is selected and when there are no hijacked routes.
2012-09-07 08:28:18 +07:00
Shannon Deminick
9127061194
Added support for determining rendering engine based on template chosen.
2012-09-07 07:57:25 +07:00
Shannon Deminick
9563526108
re-reverted the global settings stripping trailing slashes as it is needed for the new
...
Routing pipeline.
2012-09-07 06:26:34 +07:00
Shannon Deminick
61d7dba2c0
Merge with 4.9.0
2012-09-07 06:24:51 +07:00
sebastiaan
e0093d69f1
Merge 4.9.0 back into the default branch
2012-09-06 16:13:57 -02:00
sebastiaan
af6693bb5a
Close 4.9.0 branch
2012-09-06 16:08:09 -02:00
sebastiaan
0a37b90592
Added tag Release-4.9.0 for changeset de73e687ddf6
2012-09-06 16:07:52 -02:00
Morten Christensen@ThinkPadX220.ab-nat1.dk
fa33563a36
Embed classes internal -> public.
...
Renaming Embed.config to EmbeddedMedia.config
2012-09-06 15:23:42 -02:00
sebastiaan
acc985d1d9
Forgot to add the new script to the project, made folder structure consistent
2012-09-06 14:03:41 -02:00
sebastiaan
1b25920507
Forgot to add the new script to the project
2012-09-06 14:01:38 -02:00
sebastiaan
12c92aedcc
Adding SQLAzure script needed to update the WebPI feed when there's database changes
2012-09-06 13:57:11 -02:00
sebastiaan
70a814a20c
Fixes U4-741 - umbracoReservedPaths was not properly filtering after removing trailing slashes
2012-09-06 12:25:04 -02:00
Morten Christensen@ThinkPadX220
874faf6f83
Removing collation in total db script, as it was a strange mix of danish and latin1 general.
2012-09-06 10:26:25 -02:00
Morten Christensen@ThinkPadX220
040d09ec42
Merge
2012-09-06 08:12:20 -02:00
Morten Christensen@ThinkPadX220
73c5451ff7
Merge
2012-09-06 08:11:18 -02:00
sebastiaan
03865ba978
Re-included ItemEditing*.js for canvas, was removed after a merge with 4.10
2012-09-06 08:10:48 -02:00
Morten Christensen@ThinkPadX220
8692d0777f
Changing classes to internal instead of public in Core project. The abstract classes in the Web project can be used to create providers.
2012-09-06 08:00:55 -02:00
sebastiaan
422d9a14b2
Changed the AutoSuggest to be disabled for IE globally instead of just for scripting files so future autosuggest additions won't show up in IE either
2012-09-06 07:49:04 -02:00