Commit Graph

6516 Commits

Author SHA1 Message Date
Sebastien Ros
a5763400f3 Adding IJsonConverter service
--HG--
branch : 1.x
2013-01-31 21:55:58 -08:00
Sebastien Ros
e3fa12bcc7 Fixing script dependencies when file don't exist
In this case scripts would be rendered using the standard Script shape
and would be rendered in another step, breaking dependency order.

Work Item: 19255

--HG--
branch : 1.x
2012-12-06 15:53:29 -08:00
Sebastien Ros
fee0d0469c Fixing a unit test
--HG--
branch : 1.x
2012-11-20 17:55:05 -08:00
Sebastien Ros
9e329c4c4c Preventing exceptions when monitoring shape templates
--HG--
branch : 1.x
2012-11-15 12:19:34 -08:00
Sebastien Ros
c048ff51d9 Reverting binding redirects
--HG--
branch : 1.x
2012-11-14 16:41:19 -08:00
Sebastien Ros
bf46e56b86 Fixing NHibernate references
--HG--
branch : 1.x
2012-11-14 16:19:57 -08:00
Sebastien Ros
ecc263fdf7 Fixing Comments project to incldue a view as Content
--HG--
branch : 1.x
2012-11-14 15:40:09 -08:00
Sebastien Ros
493d2748a4 Upgrading to NHibernate 3.3 nad fixing background JIT
--HG--
branch : 1.x
extra : rebase_source : fa8def89521d86d3dbeb38d0808e72bde29bb64f
2012-11-14 11:39:51 -08:00
Sebastien Ros
babdd75b3e Fixing some AssemblyInfo.cs files which where not compiled
--HG--
branch : 1.x
2012-11-09 11:00:20 -08:00
Bertrand Le Roy
e9742f6aae Removing extra $1 after newlines in text field front-end rendering.
--HG--
branch : 1.x
2012-11-08 18:36:01 -08:00
Sipke Schoorstra
bd078ddd68 #19233: Explicitly casting "menuItem.Content" property to IContent
--HG--
branch : 1.x
2012-11-08 15:21:54 -08:00
Sebastien Ros
0527cb43bb Refactoring spam filter customization
--HG--
branch : 1.x
2012-11-07 18:15:32 -08:00
Sebastien Ros
19a22c6473 Refactoring comments to be able to use SpamFilter
--HG--
branch : 1.x
2012-11-07 16:31:36 -08:00
Sebastien Ros
37f0fbd41e Fixing comments notifications
--HG--
branch : 1.x
2012-11-04 21:43:48 -08:00
Sebastien Ros
aedadd1d94 Recovering form location when replying with invalid value
--HG--
branch : 1.x
2012-11-04 21:11:38 -08:00
Sebastien Ros
133b9d65c3 Fixing position for new comments
--HG--
branch : 1.x
2012-11-04 11:57:48 -08:00
Sebastien Ros
171a163a8a Adding support for html filters on comments
--HG--
branch : 1.x
extra : rebase_source : cb25657e65a761bab674e4f175ad38327c46a278
2012-11-02 16:12:59 -07:00
Sebastien Ros
2cd444ceb7 Adding support for restricting comments to authenticated users only
--HG--
branch : 1.x
extra : rebase_source : a8b7abba754a5dc70eb301b308f6b9becbd66a95
2012-11-02 15:05:51 -07:00
Sebastien Ros
cc4e654538 Saving ThreadedComments defaul value in CommentsPart settings
--HG--
branch : 1.x
extra : rebase_source : a0d016c2ee5b9420a95dfe24f5a07870ed78b68e
2012-11-02 14:50:15 -07:00
Sebastien Ros
1e09bee429 Improving reCaptcha integration in comments
--HG--
branch : 1.x
extra : rebase_source : 2eeed5864e36f28f721817565816e25589453d07
2012-11-02 12:51:47 -07:00
Sebastien Ros
3217151eb3 Implementing threaded comments
--HG--
branch : 1.x
extra : rebase_source : a4e1ddb2327e65cfef1f2bae64cd45f7386c0102
2012-11-02 12:12:16 -07:00
Sebastien Ros
b9b030fff1 Refactoring anti-spam feature in comments
--HG--
branch : 1.x
extra : rebase_source : c24f16db4b03f676c261aa7a959f85ac2ac0a09c
2012-11-01 17:14:46 -07:00
Sebastien Ros
ce305bf0c8 Refactoring Orchard.Comments
--HG--
branch : 1.x
extra : rebase_source : 53cad738eb99ac7e2ac909821d4246c542284e9b
2012-10-31 15:59:06 -07:00
Sebastien Ros
471b949ed9 Fixing typo in TextFieldDriver
--HG--
branch : 1.x
2012-10-31 14:32:06 -07:00
Sebastien Ros
71ac550354 Removing test code from TextFieldDriver
--HG--
branch : 1.x
2012-10-31 14:31:26 -07:00
Sebastien Ros
fe6111e1f5 Removing webdeploy manifest properties uncompatible with Azure Web Sites
It's reverting #18856 actually

--HG--
branch : 1.x
2012-10-30 17:24:17 -07:00
Sebastien Ros
7ea13186cd #19191: Fixing dynamic compilation
Work Item: 19191

--HG--
branch : 1.x
2012-10-30 11:30:54 -07:00
Sebastien Ros
7f8a82c9f1 Added tag 1.6 for changeset f9b5789dac27 2012-10-29 11:25:36 -07:00
Sebastien Ros
93db56d644 Fixing urls for WebMatrix toolbar 2012-10-27 12:03:00 -07:00
Sebastien Ros
395029fdbd Merge with 1.x 2012-10-26 19:00:13 -07:00
Sebastien Ros
9e218f06f7 Using ExtensionMonitoringCoordinator configuration to disable monitoring
The DynamicExtensionLoader won't monitor any file if ExtensionMonitoringCoordinator
doesn't explicitly, while still loading dynamic modules. It is still better
for performance to precompile modules.

--HG--
branch : 1.x
2012-10-26 16:41:00 -07:00
fera
1c707dc719 #19194: Fixing missing properties when updating a media picker field
Work Item: 19194

--HG--
branch : 1.x
2012-10-26 15:08:01 -07:00
Sebastien Ros
fe63c341e7 Preventing ProbingExtensionLoader from copying the asp.net temporarty assembly
If loaded by name in the PrecompiledLoader then the Fusion engine threw an
exception as the manifest name would not match the assembly name.
Actually the ASP.NET temp folder is cached using the hash of the compilation
unit which is the .csproj in our case, so it won't be rebuilt accross restarts,
unless necessary.

--HG--
branch : 1.x
2012-10-25 21:26:04 -07:00
Sebastien Ros
20a4a8f019 Cleaning Alias code
--HG--
branch : 1.x
2012-10-24 15:51:35 -07:00
Sebastien Ros
d01ff9df75 Fixing possible NRE in when a menu item's content doesn't exist
--HG--
branch : 1.x
2012-10-24 15:51:07 -07:00
Sebastien Ros
779bb49478 #19176: Fixing placement encoding in Shape Tracing
Work Item: 19176

--HG--
branch : 1.x
2012-10-23 17:35:40 -07:00
Sebastien Ros
aba27f6d7e #19181: Adding a unit test for IRepository on linq queries with Contains
Work Item: 19181

--HG--
branch : 1.x
2012-10-23 17:11:56 -07:00
Sebastien Ros
e3c1e63783 #19162: Excluding .hg files from Azure Package
Work Item: 19162

--HG--
branch : 1.x
2012-10-23 16:47:11 -07:00
Sebastien Ros
4bb9b558d2 #19177: Adding "|" in the list of forbidden url characters
Work Item: 19177

--HG--
branch : 1.x
2012-10-22 16:47:29 -07:00
Sebastien Ros
293288928c #19140: Fixing condition to run custom configuration on Azure Cloud Services
Work Item: 19140

--HG--
branch : 1.x
2012-10-22 16:34:06 -07:00
Sebastien Ros
9e16f5d8e3 Fixing core modules version numbers
--HG--
branch : 1.x
2012-10-22 16:31:21 -07:00
Sebastien Ros
977fa88ef3 #19168: Fixing Razor compilation in package update views
Work Item: 19168

--HG--
branch : 1.x
2012-10-22 14:59:48 -07:00
Sebastien Ros
b85ac2ec9d #19169: Fixing Custom Forms redirection scenarios
Work Item: 19169

--HG--
branch : 1.x
2012-10-22 14:55:57 -07:00
Sebastien Ros
5f02312fe7 Added tag 1.6-rc for changeset 4ec7a156eaff 2012-10-18 13:07:25 -07:00
Sebastien Ros
ebba5912ad Merging to default 2012-10-18 13:06:34 -07:00
Sebastien Ros
2b29b646fa Removing sub repositories 2012-10-18 13:04:49 -07:00
Sebastien Ros
81ed251b80 Updating version numbers
--HG--
branch : 1.x
2012-10-18 12:49:52 -07:00
Sebastien Ros
f00a67f746 #19156: Removing WindowsIdentity verification
Work Item: 19156

--HG--
branch : 1.x
2012-10-18 11:46:05 -07:00
Sebastien Ros
76c203dd14 #19158: Fixing exception when a code Shape alternate is created
If a Zone alternate is created, it will be empty and it might result int the
site rendering an empty page.

Work Item:

--HG--
branch : 1.x
2012-10-18 11:43:34 -07:00
Sebastien Ros
8eb360784b #19161: Fixing NRE when editing the placement for widgets
Work Item: 19161

--HG--
branch : 1.x
2012-10-18 11:02:57 -07:00