Commit Graph
6254 Commits
Author SHA1 Message Date
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
Sebastien Ros ac29256af4 Fixing reference loading in ProbingExtensionLoader
--HG--
branch : 1.x
2012-08-16 11:07:37 -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
Bertrand Le Roy bfe86d3d02 Merge
--HG--
branch : 1.x
2012-08-13 11:24:18 -07:00
Bertrand Le Roy a0713098a8 Not rendering media field if no URL or in summary display types.
--HG--
branch : 1.x
2012-08-13 08:56:50 -07:00
Bertrand Le Roy 5efc22844e Media picker field fixes
--HG--
branch : 1.x
2012-08-13 08:46:12 -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 81cc9282ef Fixed typo in error message.
--HG--
branch : 1.x
2012-08-12 18:25:15 -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 7d29c140c0 Tests for media helper IsPicture extension method
--HG--
branch : 1.x
2012-08-12 17:27:53 -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 9fd54f8f43 Fixing QueryHints for NH3
--HG--
branch : 1.x
2012-08-10 18:39:04 -07:00
Sebastien Ros 439bef9e06 Fixing AggregaAttribute for NH3
--HG--
branch : 1.x
2012-08-10 16:03:51 -07:00
Sebastien Ros 7362aa2f88 Optimization widget queries
--HG--
branch : 1.x
2012-08-10 16:02:49 -07:00
Sebastien Ros fcf0b58377 Fixing Bbcode unit tests
--HG--
branch : 1.x
2012-08-10 10:27:32 -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 09e8bb1a34 Adding missing file
--HG--
branch : 1.x
2012-08-09 18:14:29 -07:00
Sebastien Ros 4630269e60 Optimizing Bbcode filter
--HG--
branch : 1.x
2012-08-09 18:14:19 -07:00
Sebastien Ros bcd9628a24 Fixing StringExtensions
--HG--
branch : 1.x
2012-08-09 17:23:17 -07:00
Sebastien Ros 725f940e4f Removing Regex usage
--HG--
branch : 1.x
2012-08-09 17:06:00 -07:00