Commit Graph

4794 Commits

Author SHA1 Message Date
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
04e9751725 Displaying expando glyphs in STW model browsing
--HG--
branch : dev
2011-03-23 08:49:07 -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
Suha Can
8eaff3b646 Cleanup
--HG--
branch : contributions
2011-03-21 15:37:20 -07:00
Suha Can
e929074672 Merge
--HG--
branch : contributions
2011-03-21 15:20:14 -07:00
Suha Can
24002d77f5 Fixing bug #17506 Deleting Media in Azure throws (Contribution by Travis Pettijohn)
--HG--
branch : contributions
2011-03-21 15:14:12 -07:00
Sebastien Ros
14011b7e39 Removing <h3> enclosing
--HG--
branch : dev
2011-03-21 14:50:36 -07:00
Suha Can
e7cee3a439 Fixing bug #17480 (Contribution from alek_sys)
--HG--
branch : contributions
2011-03-21 14:26:56 -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
Ian Mercer
6140a60b7a Tweak layout and comments
--HG--
branch : contributions
2011-03-19 10:28:40 -07:00
Ian Mercer
9e40349aa8 Expanding IUserEventHandler to track many more user events such as logon, logoff, confirmed password, ...
--HG--
branch : contributions
2011-03-19 10:02:56 -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