Commit Graph

4613 Commits

Author SHA1 Message Date
Andre Rodrigues
b62e039f3a Merge
--HG--
branch : dev
2011-03-22 12:59:41 -07:00
Andre Rodrigues
1e452be3f6 For theme views include all dependencies when compiling to allow theme views to be reference free.
--HG--
branch : dev
2011-03-22 12:59:09 -07:00
Dave Reed
aa2d45c0b6 Squashed a bug with ResourceManager that sometimes resulted in missing resources.
--HG--
branch : dev
2011-03-22 12:55:24 -07:00
Andre Rodrigues
e340097378 Using simple name instead of full name.
--HG--
branch : dev
2011-03-22 12:04:42 -07:00
Andre Rodrigues
e65709a3a2 When creating a nupkg file, don’t include assemblies that are part of the Orchard Frx (e.g. System.Web.Mvc.dll)
--HG--
branch : dev
2011-03-22 11:34:56 -07:00
andrerod
f1353e428a Fixing UT
--HG--
branch : dev
2011-03-21 23:32:27 -07:00
andrerod
3b883c542b Caching last written for installed extensions.
--HG--
branch : dev
2011-03-21 21:41:14 -07:00
andrerod
f93fe67649 Using hintpath on package builder
--HG--
branch : dev
2011-03-21 20:37:10 -07:00
Andre Rodrigues
0099cdd2b7 When compiling Razor views for a module/theme, we add assemblies for all modules and themes. This is overkill.
Making razor views add only assemblies for the current module, and its references.

--HG--
branch : dev
2011-03-21 16:11:47 -07:00
Suha Can
093b6e4f21 Fixing #17275
--HG--
branch : dev
2011-03-21 16:34:49 -07:00
Sebastien Ros
14011b7e39 Removing <h3> enclosing
--HG--
branch : dev
2011-03-21 14:50:36 -07:00
Andre Rodrigues
de0267456d Updating GetReferenceVirtualPath to consider hint paths.
--HG--
branch : dev
2011-03-21 13:39:41 -07:00
Andre Rodrigues
4c7f24a7bc Removing priority from extensions and making them feature specific.
--HG--
branch : dev
2011-03-21 13:17:12 -07:00
Andre Rodrigues
1749d0468c Merge
--HG--
branch : dev
2011-03-21 13:00:56 -07:00
Andre Rodrigues
2b5001be0f Renaming OrchardDependencyReplaceAttribute to OrchardSuppressDependencyAttribute.
--HG--
branch : dev
2011-03-21 13:00:38 -07:00
Andre Rodrigues
6a4e5f1c34 Making dynamic compilation project hash aware of dependencies.
--HG--
branch : dev
2011-03-21 12:50:19 -07:00
Nathan Heskew
f8c6994b1c Some more global widget management work
- added "remove" widget link if the widget is in the current layer
- added "move to current layer" link if the widgets is in a different layer
- added an interim visual cue for widgets in the current layer

--HG--
branch : dev
2011-03-21 12:41:28 -07:00
jowall
daadf90cd3 Updated some of the CSS for shape tracing.
--HG--
branch : dev
2011-03-21 11:23:55 -07:00
Suha Can
e57911acb2 Updating recipe files to remove redundant feature enable request.
--HG--
branch : dev
2011-03-21 11:07:14 -07:00
Nathan Heskew
f8fea3303b Updating the Core Document shape template to better recognize if the app root is being displayed.
--HG--
branch : dev
2011-03-21 10:10:58 -07:00
Sebastien Ros
41d14bb9a0 Bringing shape tracing tabs back
--HG--
branch : dev
2011-03-21 09:44:40 -07:00
Andre Rodrigues
b67a348267 Implementing feature priorities
--HG--
branch : dev
2011-03-20 17:16:41 -07:00
Andre Rodrigues
f4fadb2eee Fixing project.
--HG--
branch : dev
2011-03-20 16:15:00 -07:00
Andre Rodrigues
ee0c107e6a Adding OrchardDependencyReplace attribute
--HG--
branch : dev
2011-03-20 13:42:06 -07:00
Suha Can
648b9a931b Merge
--HG--
branch : dev
2011-03-18 17:20:39 -07:00
Suha Can
b58bfcac1f Cleaning up of artefacts in the export UI.
--HG--
branch : dev
2011-03-18 17:19:00 -07:00
jowall
bd96596148 Updated view switching buttons on Features screen.
--HG--
branch : dev
2011-03-18 15:11:29 -07:00
Suha Can
91b6ee886e Merge
--HG--
branch : dev
2011-03-18 14:38:51 -07:00
Suha Can
30b69ed8d8 Draft import support.
Fixing a bug with DraftRequired in the ContentManager.

--HG--
branch : dev
2011-03-18 14:38:26 -07:00
Nathan Heskew
49558c0594 Merge
--HG--
branch : dev
2011-03-18 13:58:41 -07:00
Nathan Heskew
f26a1d8f60 Using the returnUrl in the rest of the Widget's admin controller
--HG--
branch : dev
2011-03-18 13:56:59 -07:00
Nathan Heskew
c6f0974af4 Changing widget placement movement to also make use of MakeRoomForWidgetPosition(widgetPart)
--HG--
branch : dev
2011-03-18 13:49:27 -07:00
Nathan Heskew
2663d1d9ba Making sure widget positions don't conflict when the WidgetPart is updated so the widget position in a zone is known by order alone and not also partially by FIFO
Pulling UpdateWidget and UpdateLayer since they're not really needed

--HG--
branch : dev
2011-03-18 13:38:12 -07:00
Sebastien Ros
8bf4be6921 Ensuring Base url validaty in general settings
--HG--
branch : dev
2011-03-18 13:27:23 -07:00
Sebastien Ros
18a31ad194 Delegating static file requests in warmup mode
--HG--
branch : dev
2011-03-18 12:27:38 -07:00
Dave Reed
18fc05eab6 Merge
--HG--
branch : dev
2011-03-18 11:49:39 -07:00
Dave Reed
c1be9e8735 Improved specflow I Follow href filter test to use quotes like others
--HG--
branch : dev
2011-03-18 11:49:18 -07:00
Sebastien Ros
6f2a854554 Adding an action to extract static resources from current warmup pages
--HG--
branch : dev
2011-03-18 11:39:31 -07:00
jowall
4b223d2da2 Removed extra padding from Settings in the side nav.
--HG--
branch : dev
2011-03-18 10:42:40 -07:00
jowall
a6800117fd Updated CSS for button on Setup screen.
--HG--
branch : dev
2011-03-18 10:38:29 -07:00
Dave Reed
c048ab2aeb Added basic Specflow tests for Lists.
--HG--
branch : dev
2011-03-17 18:17:44 -07:00
Dave Reed
a1925e9644 Added specflow 'given' to create a containable content type.
--HG--
branch : dev
2011-03-17 18:15:13 -07:00
Dave Reed
00c3cfc803 Added ability to follow an ambiguous link in specflow by specifying filter on the href.
Fixed bug in 'I follow' link when link has html encoded values (like & => &amp;)
SpecFlow now posts values of <select> elements.

--HG--
branch : dev
2011-03-17 18:13:39 -07:00
Suha Can
2814284fd6 Fixing a comment import bug.
--HG--
branch : dev
2011-03-17 16:00:46 -07:00
Suha Can
f5f8112cb8 Merge
--HG--
branch : dev
2011-03-17 15:05:57 -07:00
Suha Can
1dc13a5ecc Fixing an issue with tag merging during an import.
--HG--
branch : dev
2011-03-17 15:04:33 -07:00
Nathan Heskew
7c082f8781 Merge
--HG--
branch : dev
2011-03-17 14:49:20 -07:00
Nathan Heskew
f12e91ba03 Swapping out the widget movement arrows to something closer to what will be in the final UI
--HG--
branch : dev
2011-03-17 14:46:12 -07:00
Suha Can
e024519a1b Merge
--HG--
branch : dev
2011-03-17 14:28:55 -07:00
Suha Can
8e6001b8fc IdentityPart as a last resort GUID for references.
Adding it to htmlwidget and comment.

--HG--
branch : dev
2011-03-17 14:25:23 -07:00