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
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
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
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
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
Sebastien Ros
26faadbc64
Fixing specflow web.config files
...
--HG--
branch : 1.x
2012-08-09 17:05:35 -07:00
Sebastien Ros
bbf856746f
Fixing unit tests
...
--HG--
branch : 1.x
2012-08-09 11:46:24 -07:00
Sebastien Ros
9a00d1f5da
Fixing LogOn view syntax errore
...
--HG--
branch : 1.x
2012-08-08 15:36:09 -07:00
Sebastien Ros
2871b6d60d
Filtering NH cache log
...
--HG--
branch : 1.x
2012-08-08 15:16:06 -07:00
Sebastien Ros
3ffba9224e
Fixing WenPages reference in MiniProfiler
...
--HG--
branch : 1.x
2012-08-08 15:06:39 -07:00
Sebastien Ros
68678cae99
Fixing WebPages missing reference
...
--HG--
branch : 1.x
2012-08-08 14:39:30 -07:00
Sebastien Ros
7337c0d676
Fixing Count() queries
...
--HG--
branch : 1.x
2012-08-08 14:36:57 -07:00
Sebastien Ros
4a9ecae611
Fixing Web API routes resolution
...
--HG--
branch : 1.x
2012-08-08 11:45:10 -07:00
Sebastien Ros
62e73f517a
Updating to ASP.NET MVC 4 and Razor 2
...
--HG--
branch : 1.x
2012-08-07 16:35:46 -07:00
Nicholas Mayne
cd7cf47aa3
Initial hookin of ASP.Net WebApi V4 RC
...
--HG--
branch : 1.x
extra : transplant_source : %3A6%C7B%92%01%0Ep%D8%C7%17l%27%91%A4%7Cy%29BH
2012-06-18 21:03:50 +01:00
Sebastien Ros
6bb550d574
Merge with NH3
...
--HG--
branch : 1.x
2012-08-07 10:40:29 -07:00
Sebastien Ros
800c151076
Adding Precompiled target
...
This target will create a folder containing precompiled assemblies for
all the modules referenced by the solution, disable the dynamic compilation
and also remove all source files
--HG--
branch : 1.x
2012-08-01 10:14:25 -07:00
Sebastien Ros
0482f1a1c6
Fixing MiniProfiler module
...
--HG--
branch : NH3
2012-07-22 10:51:20 -07:00
Sebastien Ros
c9b8a1dc49
Removing \obj folders from WebDeploy package
2012-07-20 17:49:15 -07:00
Sebastien Ros
ab1d97616c
Merge with 1.5.x
2012-07-20 11:35:48 -07:00
Sebastien Ros
9123cae805
Updating version numbers
...
--HG--
branch : 1.5.x
2012-07-20 11:30:13 -07:00
Sebastien Ros
c264dc8b78
Preserving current menu on item deletion
...
--HG--
branch : 1.5.x
2012-07-20 10:23:28 -07:00
Sebastien Ros
6d5079b0fc
Fixing paging in Content Picker
...
--HG--
branch : 1.5.x
2012-07-19 15:27:13 -07:00
Sebastien Ros
2021903954
#18839 : Showing Content Picker scrollbars
...
--HG--
branch : 1.5.x
2012-07-19 15:18:02 -07:00
Sebastien Ros
fc4a4c79f2
#18845 : Persisting menu navigation during postbacks
...
Work Item: 18845
--HG--
branch : 1.5.x
2012-07-19 13:58:12 -07:00
Sebastien Ros
398dda44ab
#18843 : Fixing potential null reference exception
...
Work Item: 18843
--HG--
branch : 1.5.x
2012-07-19 13:47:19 -07:00
Sebastien Ros
1926af7ca4
Fixing navigation hierarchy building
...
--HG--
branch : 1.5.x
2012-07-19 13:41:42 -07:00
Sebastien Ros
76bb42cff2
#18847 : Fixing Menu Item javascript
...
Work Item: 18847
--HG--
branch : 1.5.x
2012-07-19 11:56:04 -07:00
Sebastien Ros
372fafe550
Fixing Orchard.Search version and compatibility
2012-07-19 09:41:40 -07:00
Sebastien Ros
e84a801a80
Fixing ContentPicker issues
2012-07-18 15:42:38 -07:00
Sebastien Ros
bc10615fba
Fixing Orchard.Web version number
2012-07-18 15:22:38 -07:00
Sebastien Ros
527424c670
Fixing external package build script
2012-07-18 11:47:38 -07:00
Sebastien Ros
4c78ad13fe
Adding UpgradeTo15 to the Azure solution
2012-07-18 11:30:20 -07:00
Sebastien Ros
1d2d97ae89
Updating external packages list
2012-07-18 11:18:02 -07:00
Sebastien Ros
6cac2dec49
#18823 : Fixing permissions inforcement in Orchard.Tags
...
Work Item: 18823
2012-07-18 11:13:53 -07:00
Sebastien Ros
9627dd030a
#18837 : Fixing Navigation manifest
...
Work Item: 18837
2012-07-18 10:54:24 -07:00
Sebastien Ros
2cfccf9f95
Adding a new build profile (FastPackage)
2012-07-18 10:37:26 -07:00
Sebastien Ros
45fbfd96dd
#18814 : Fixing custom forms authroization handler
...
Work Item: 18814
2012-07-18 10:37:09 -07:00
Sebastien Ros
29d0e94416
Merge with default
...
--HG--
branch : NH3
2012-07-17 14:47:14 -07:00
Sebastien Ros
ccee6f5449
Fixing nhibernate reference in UpgradeTo15
...
--HG--
branch : NH3
2012-07-17 14:45:10 -07:00
Sebastien Ros
5683e2557b
#18814 : Fixing NullReferenceException in CustomForms
...
Work Item: 18814
2012-07-17 12:31:08 -07:00
Sebastien Ros
5ce1019d65
#18816 : Fixing UpgrateTo15 views
...
Work Item: 18816
2012-07-16 14:48:59 -07:00
Sebastien Ros
30af0c014e
#18818 : Fixing module descriptions
...
Work Item: 18818
2012-07-16 14:47:34 -07:00
Sebastien Ros
33418e01ed
#18819 : Fixing event bus conflict
...
Work Item: 18819
2012-07-16 14:33:12 -07:00
Sebastien Ros
b798effdd3
Fixing compatibility with previous IContentQuery.OrderBy methods
...
--HG--
branch : NH3
2012-07-13 18:24:25 -07:00
Sebastien Ros
d7aba19916
#18811 : Fixing menu elements alternates
...
Work Item: 18811
2012-07-13 18:03:07 -07:00
Sebastien Ros
19e7f4af8d
Adding missing project after merge
...
--HG--
branch : NH3
2012-07-13 16:29:58 -07:00
Sebastien Ros
0aa2ff9e4a
Merge with default
...
--HG--
branch : NH3
2012-07-13 16:29:06 -07:00
Sebastien Ros
0188496a05
Fixing unit tests
...
--HG--
branch : NH3
2012-07-13 16:25:17 -07:00