Commit Graph

6273 Commits

Author SHA1 Message Date
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
Sebastien Ros
65844d8e45 #18890: Handle empty content identity encoding
Work Item: 18890

--HG--
branch : 1.x
2012-08-14 16:44:32 -07:00
Sebastien Ros
20d8f247b8 #18891: Adding a default value to ShapePlacementContext.Path
Work Item: 18891

--HG--
branch : 1.x
2012-08-14 16:42:20 -07:00
nswenson
946b1f610e #18895: Fixing DROP INDEX on SQL 2012
Work Item: 18895

--HG--
branch : 1.x
2012-08-14 16:34:37 -07:00
Sebastien Ros
13ff9f61db #18900: Preventing a NullReferenceException when Owner is accessed through a token
Work Item: 18900

--HG--
branch : 1.x
2012-08-14 16:30:34 -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
b88427b027 #18929: Fixing Projection import
Work Item: 18929

--HG--
branch : 1.x
2012-08-14 16:11:44 -07:00
Sebastien Ros
d12cf34869 #18905: Preventing an exception in MediaFieldPicker when a url is entered
We need to be able to set an url for the moment, even from an external website

Work Item: 18905

--HG--
branch : 1.x
2012-08-14 16:00:32 -07:00
Sebastien Ros
dcacd6eb7f #18815: Fixing internationalization bug in tests
Work Item: 18815

--HG--
branch : 1.x
extra : rebase_source : 341d1f48afb877d313f637bf8cc8d686c333bda7
2012-08-14 15:38:02 -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