Commit Graph

4685 Commits

Author SHA1 Message Date
Sebastien Ros
4053c45d49 Including Orchard.TaskLease
--HG--
branch : 1.x
2012-08-22 15:37:53 -07:00
Sebastien Ros
407e98dfa6 Including Orchard.Rule
--HG--
branch : 1.x
2012-08-22 15:37:35 -07:00
Sebastien Ros
91a0ed9d7f Including Orchard.Projections
--HG--
branch : 1.x
2012-08-22 15:37:06 -07:00
Sebastien Ros
ff37a20d46 Including Orchard.Forms
--HG--
branch : 1.x
2012-08-22 15:36:43 -07:00
Sebastien Ros
a181a20e5d Including Orchard.Fields
--HG--
branch : 1.x
2012-08-22 15:36:25 -07:00
Sebastien Ros
e41c207758 Including Orchard.CustomForms
--HG--
branch : 1.x
2012-08-22 15:36:04 -07:00
Sebastien Ros
e1d6a6cad4 Including Orchard.ContentPicker
--HG--
branch : 1.x
2012-08-22 15:35:45 -07:00
Sebastien Ros
969f89f2d2 Including Orchard.ContentPermissions
--HG--
branch : 1.x
2012-08-22 15:35:26 -07:00
Sebastien Ros
1622228527 Including Orchard.Autoroute
--HG--
branch : 1.x
2012-08-22 15:34:58 -07:00
Sebastien Ros
67bdd45068 Including Orchard.AntiSpam
--HG--
branch : 1.x
2012-08-22 15:34:39 -07:00
Sebastien Ros
b1b6895d39 Including Orchard.Alias
--HG--
branch : 1.x
2012-08-22 15:32:56 -07:00
Sebastien Ros
b24a5c74ec Fixing warning messages for MiniProfiler
--HG--
branch : 1.x
2012-08-22 15:25:44 -07:00
Sebastien Ros
5f00fd7141 Fixing project references
--HG--
branch : 1.x
2012-08-22 15:13:44 -07:00
Sebastien Ros
0f2a3040e0 #18963: Updating project template for VS 2012
Work Item: 18963

--HG--
branch : 1.x
2012-08-21 17:25:14 -07:00
Sebastien Ros
47510f9280 #18806: Updating project's guid to make it unique
Work Item: 18806

--HG--
branch : 1.x
2012-08-21 17:04:02 -07:00
Sebastien Ros
a49d4a315d Fixing reference to SysCache
--HG--
branch : 1.x
2012-08-21 15:05:20 -07:00
Sebastien Ros
c68af64360 #18914: Fixing breadcrumb widget when using another menu
Work Item: 18914

--HG--
branch : 1.x
2012-08-21 11:52:26 -07:00
Sebastien Ros
5208b974f4 Removing error message when previous menu could not be found.
Would happen when deleting a menu.

--HG--
branch : 1.x
2012-08-21 11:47:29 -07:00
Sebastien Ros
81b46a89c0 Upgrading to TimePicker 1.0.1
--HG--
branch : 1.x
2012-08-21 11:41:29 -07:00
Sebastien Ros
6c77667607 Upgrading to jQuery UI 1.8.23
--HG--
branch : 1.x
2012-08-21 11:38:24 -07:00
Sebastien Ros
34719ead66 Upgrading to jQuery 1.8.0
--HG--
branch : 1.x
2012-08-21 11:01:13 -07:00
Sebastien Ros
229a16134d Upgrading to Autofac 2.6.3
--HG--
branch : 1.x
2012-08-21 10:27:10 -07:00
Sebastien Ros
1cc4539187 #18959: Fixing documentation link in dashboard
Work Item: 18959

--HG--
branch : 1.x
2012-08-21 10:26:59 -07:00
Sebastien Ros
5c7dadfa92 Updating TagsService to use WhereAny()
--HG--
branch : 1.x
2012-08-20 15:10:40 -07:00
Sebastien Ros
32b3306399 Merge
--HG--
branch : 1.x
2012-08-17 16:34:08 -07:00
Sebastien Ros
3fdfead729 Improving Content Query
Custom extensions IStartingWith, IsEndingWith, IsContaining
New IContentQuery.WhereAny to prevent the limitation from QueryOver
to handle IEnumerable.Any() in expression queries

--HG--
branch : 1.x
2012-08-17 16:31:42 -07:00
Sebastien Ros
2fee00e1c5 Polishing markdown editor style
--HG--
branch : 1.x
2012-08-17 16:28:51 -07:00
Sebastien Ros
40a11218c6 Fixing tags queries
QueryOver doesn't support the Any() operator on a relationship. The current
Linq implementation supports it but is using Hql, so it can't be reused. The
QueryOver uses Criteria. The old NHibernate.Linq implementation is not
compatible with NH3. Though it was using the Criteria API.

--HG--
branch : 1.x
2012-08-16 15:20:00 -07:00
Bertrand Le Roy
08ae18eb58 Merge
--HG--
branch : 1.x
2012-08-15 19:42:51 -07:00
Bertrand Le Roy
595abfcdcd Media/web.config should be content, not none in proj file
--HG--
branch : 1.x
2012-08-15 19:40:26 -07:00
Sebastien Ros
26a21344e2 Adding new ProbingExtensionLoader, and fixing DynamicCompilation priority.
The DyanmicExtensionLoader could randomly take over PrecompiledExtensionLoader
as the Priority was not set on ProbeExtensionEntry.

Also a new ProbingExtensionLoader is added and is used when DyanmicExtensionLoader
is disabled. It will compile an extension dynamically but cache the assembly in
the probing folder (Dependencies) so that it's not recompiled on each app start,
and such that there is no need to inspect dependency files.

--HG--
branch : 1.x
2012-08-15 17:47:41 -07:00
Sebastien Ros
f79444d9ec Fixing Razor2 compilation
--HG--
branch : 1.x
2012-08-15 17:40:19 -07:00
Sebastien Ros
a3e6916bdd #18917: Upgrading solution file to Visual Studio 11
Work Item: 18917

--HG--
branch : 1.x
2012-08-15 10:14:09 -07:00
Sebastien Ros
156f218501 Adding RTM assemblies
--HG--
branch : 1.x
extra : transplant_source : %99%1D%84t%DE%DD%E2%5D%5D%11%26%3A%8F%D5%03%9CXN%A5G
2012-08-13 13:08:01 -07:00
styx31
9df3a04d46 #18882: Fixing NullReferenceException in ThemeCommands
Work Item: 18882

--HG--
branch : 1.x
2012-08-14 16:48:45 -07:00
Sebastien Ros
2bccdfdec6 #18907: Optimizing Search content picker
Work Item: 18907

--HG--
branch : 1.x
2012-08-14 16:25:55 -07:00
Sebastien Ros
759f46b58e #18915: Adding missing attributes for menu widget breadcrumbs
Work Item: 18915

--HG--
branch : 1.x
2012-08-14 16:19:27 -07:00
Sebastien Ros
04a319e524 #18922: Fixing inconsitent rendering on menu item
Work Item: 18922

--HG--
branch : 1.x
2012-08-14 16:15:07 -07:00
Sebastien Ros
c8942c0e08 Fixing web deploy custom steps
--HG--
branch : 1.x
extra : rebase_source : c957346a20cfe10748d6b0c7c7800c2f2dc6e88f
2012-08-14 15:13:46 -07:00
Sebastien Ros
0bd0265b57 Merge
--HG--
branch : 1.x
2012-08-13 12:11:41 -07:00
Sebastien Ros
c1cde2c7d5 Fixing second level cache activation fuzzymess
--HG--
branch : 1.x
2012-08-13 12:11:03 -07:00
Bertrand Le Roy
bfe86d3d02 Merge
--HG--
branch : 1.x
2012-08-13 11:24:18 -07:00
Sebastien Ros
f29dbba7ce Fixing Orchard.Web references
Was missing Copy Local True on several MVC assemblies

--HG--
branch : 1.x
2012-08-13 08:45:14 -07:00
Bertrand Le Roy
55127c80f6 Added thumbnails for pictures in media folder view.
--HG--
branch : 1.x
2012-08-12 18:02:02 -07:00
Bertrand Le Roy
9d0cc7b3a5 Not breaking media editor for images, and refactoring into ext method.
--HG--
branch : 1.x
2012-08-12 17:17:08 -07:00
Bertrand Le Roy
7e3453d26e Adding link to media from media editor in case it's not indetified as an image.
--HG--
branch : 1.x
2012-08-12 17:04:42 -07:00
Bertrand Le Roy
abf5b279dd Making edit media screen suck less for non-images.
--HG--
branch : 1.x
2012-08-12 15:57:30 -07:00
Sebastien Ros
7362aa2f88 Optimization widget queries
--HG--
branch : 1.x
2012-08-10 16:02:49 -07:00
Sebastien Ros
e2cad3d3d7 Removing dead code in Bbcode filter
--HG--
branch : 1.x
2012-08-09 18:15:24 -07:00
Sebastien Ros
4630269e60 Optimizing Bbcode filter
--HG--
branch : 1.x
2012-08-09 18:14:19 -07:00