Commit Graph

6286 Commits

Author SHA1 Message Date
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
ed37ce449e Removing sub repositories
--HG--
branch : 1.x
2012-08-22 15:32:04 -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
9f963968ff Upgrading SpeckFlow and Nunit
--HG--
branch : 1.x
2012-08-22 12:00:17 -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
8a9a154465 #18836: Fixing possible null reference in Alias view
Work Item: 18836

--HG--
branch : 1.x
2012-08-21 15:34:52 -07:00
Sebastien Ros
a49d4a315d Fixing reference to SysCache
--HG--
branch : 1.x
2012-08-21 15:05:20 -07:00
Sebastien Ros
0a27c698fe #18856: Updating webdeploy manifest
Work Item: 18856

--HG--
branch : 1.x
2012-08-21 14:58:55 -07:00
Sebastien Ros
549b39d59c #18933: Fixing event handler cache collision
Work Item: 18933

--HG--
branch : 1.x
2012-08-21 14:11:23 -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
1df3d13a51 Merge
--HG--
branch : 1.x
2012-08-21 09:49:08 -07:00
Sebastien Ros
63acb15c7b Fixing Drop Index command for SqlCe
--HG--
branch : 1.x
2012-08-21 09:48:40 -07:00
Bertrand Le Roy
792318d6b7 Merge
--HG--
branch : 1.x
2012-08-20 18:04:42 -07:00
Bertrand Le Roy
ae0cb74d4f New media picker field front-end template using relative paths.
--HG--
branch : 1.x
2012-08-20 18:03:09 -07:00
Sebastien Ros
5c7dadfa92 Updating TagsService to use WhereAny()
--HG--
branch : 1.x
2012-08-20 15:10:40 -07:00
Sebastien Ros
ac256e9c06 Implementing StartsWith, EndsWith and Contains query extensions for NH
QueryOver.

--HG--
branch : 1.x
2012-08-20 11:08:44 -07:00
Sebastien Ros
32b3306399 Merge
--HG--
branch : 1.x
2012-08-17 16:34:08 -07:00
Sebastien Ros
8427029ed7 Updating .hgignore to remove Visual Studio's test results
--HG--
branch : 1.x
2012-08-17 16:33:25 -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
1ee76aa7fd Fixing [Aggregate] usage
--HG--
branch : 1.x
2012-08-17 08:53:50 -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
Sebastien Ros
600a8c00fe Fixing distinct root transformation
The [Aggregate] attribute might be used and the QueryHints might not
reflect it.

--HG--
branch : 1.x
2012-08-16 15:18:10 -07:00
Bertrand Le Roy
1d6deaaabb Merge
--HG--
branch : 1.x
2012-08-16 14:33:58 -07:00
Sebastien Ros
ac29256af4 Fixing reference loading in ProbingExtensionLoader
--HG--
branch : 1.x
2012-08-16 11:07:37 -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
2194ee0a56 Updating projection changeset
--HG--
branch : 1.x
2012-08-15 16:25:37 -07:00
Sebastien Ros
b87636ef77 Fixing Autoroute repository
--HG--
branch : 1.x
2012-08-15 16:20:42 -07:00
Sebastien Ros
c08e243f4b Fixing Orchard.Projection repository
--HG--
branch : 1.x
2012-08-15 16:19:54 -07:00
Sebastien Ros
12607bafc7 Upgrading Azure solution to VS11
--HG--
branch : 1.x
2012-08-15 11:59:41 -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
c0322db45f Fixing WebApi integration for RTM
--HG--
branch : 1.x
extra : transplant_source : %93%0A%C5%5Cd%BA%02%04%C8V%90%ACV%FDa%ED2Q%25%98
2012-08-13 18:03:29 -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
agriffard
619f44ccf2 #18874: Fixing typos
Work Item: 18874

--HG--
branch : 1.x
2012-08-14 16:55:13 -07:00
styx31
9df3a04d46 #18882: Fixing NullReferenceException in ThemeCommands
Work Item: 18882

--HG--
branch : 1.x
2012-08-14 16:48:45 -07:00