Andre Rodrigues
f413674adb
Renaming OrchardDependencyReplaceAttribute file to OrchardSuppressDependencyAttribute.
...
--HG--
branch : dev
rename : src/Orchard/Environment/Extensions/OrchardDependencyReplaceAttribute.cs => src/Orchard/Environment/Extensions/OrchardSuppressDependencyAttribute.cs
2011-03-23 15:28:54 -07:00
Andre Rodrigues
d6eec54d9b
Fixing references to use hintpaths and avoid warnings.
...
--HG--
branch : dev
2011-03-23 15:27:41 -07:00
jowall
0a422ff1b4
Some padding fixes.
...
--HG--
branch : dev
2011-03-23 15:02:47 -07:00
Nathan Heskew
f51dc24032
Putting the widget layer hinting notification into it's own feature...
...
...so it can be disabled when it becomes annoying.
It's enabled by default in the blog and default recipies.
--HG--
branch : dev
2011-03-23 14:47:35 -07:00
jowall
2d3ac42836
Fixed link to the front end and logout link in admin.
...
--HG--
branch : dev
2011-03-23 14:40:37 -07:00
andrerod
71d05ffe93
Merge
...
--HG--
branch : dev
2011-03-23 14:29:52 -07:00
andrerod
0b95cc9b72
Fixing enable features filtering.
...
--HG--
branch : dev
2011-03-23 14:28:48 -07:00
Nathan Heskew
1f4248fe6a
The LayerHintHandler is indeed a Handler (was left in Drivers)
...
--HG--
branch : dev
2011-03-23 14:07:44 -07:00
Jonathan Wall
03cc6be3bd
Removed monospace font from textarea.
...
--HG--
branch : dev
2011-03-23 13:26:14 -07:00
Nathan Heskew
9ab3d21e48
Fixing the Widgets module dependencies
...
--HG--
branch : dev
2011-03-23 12:18:46 -07:00
Nathan Heskew
86c6e4052f
Adding something for the theme zone preview image.
...
--HG--
branch : dev
2011-03-23 12:00:45 -07:00
Nathan Heskew
f98505d75f
Merge
...
--HG--
branch : dev
2011-03-23 11:13:51 -07:00
Dave Reed
37bbeab5d4
ContentType filter dropdown is disabled, not invisible, when viewing a restricted list.
...
--HG--
branch : dev
2011-03-23 11:08:01 -07:00
Nathan Heskew
dd31fbdfe3
Merge
...
--HG--
branch : dev
2011-03-23 11:05:40 -07:00
Nathan Heskew
4703aa1429
Getting the "add layer" hint hooked up for published content.
...
Hint notification message appears anytime the content is published, not just on
creation. Need to recognize an existing layer for the to be hinted layer rule so
we don't send the user down the path of duplicate layer creation.
--HG--
branch : dev
2011-03-23 11:04:51 -07:00
jowall
34b9ed9d5b
Added some margin to the header.
...
--HG--
branch : dev
2011-03-23 10:14:19 -07:00
Nathan Heskew
8f77ef608e
Touching up the global widget management UI a little.
...
--HG--
branch : dev
2011-03-23 09:57:40 -07:00
Sebastien Ros
cf7aaecd92
Refactoring Warmup to an HttpModule
...
--HG--
branch : dev
2011-03-22 22:15:32 -07:00
Louis DeJardin
0660441fc0
Avoiding deadlocks from higher default isolation level
...
Default isolation level of TransactionScope is higher than default isolation
of a transaction. This change makes the desired isolation level explicit.
Also adds a feature to experimental which logs additional Sql CE lock
information when an exception is thrown from a web request.
--HG--
branch : dev
extra : rebase_source : 0d9456873e475d87da6e97ae12db0faf5a93232b
2011-03-22 18:07:25 -07:00
Dave Reed
319134e237
Changing list management pick items ability to a new 'choose items' view.
...
--HG--
branch : dev
2011-03-22 17:48:26 -07:00
Andre Rodrigues
4a404afd2d
Adding HostRestart folder to WebPI and making it writable.
...
--HG--
branch : dev
2011-03-22 17:10:32 -07:00
Andre Rodrigues
0c15aedaf0
Merge
...
--HG--
branch : dev
2011-03-22 16:42:02 -07:00
Andre Rodrigues
e73a39945b
Removing dependency on "Dependencies.xml"
...
--HG--
branch : dev
2011-03-22 16:41:04 -07:00
Nathan Heskew
343f447244
Adding an info notification to newly created (RoutePart) content
...
--HG--
branch : dev
2011-03-22 15:55:37 -07:00
Andre Rodrigues
28e8eb826c
Merge
...
--HG--
branch : dev
2011-03-22 15:47:28 -07:00
Andre Rodrigues
43a686da5c
- Making project references on dynamic compilation also aware of pre-built DLL.
...
- Avoid duplicate references by using HashSet.
- Adding some UT
--HG--
branch : dev
2011-03-22 15:43:48 -07:00
Nathan Heskew
37d4b9242a
Merge
...
--HG--
branch : dev
2011-03-22 13:15:45 -07:00
Nathan Heskew
56d4914bbb
Adding a bit of JS-only UI for layer visibility.
...
A little rough and might consider showing layers w/o widgets in some way...
--HG--
branch : dev
2011-03-22 13:14:29 -07:00
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
Nathan Heskew
d95de559cb
Cleaning out some duplicate file includes in the Orchard.Widgets.csproj
...
--HG--
branch : dev
2011-03-22 10:55:17 -07:00
Nathan Heskew
893c626d99
Breaking the global widget management UI into seperate, more task-focused, tempaltes
...
--HG--
branch : dev
2011-03-22 10:43:36 -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