Commit Graph

7676 Commits

Author SHA1 Message Date
Daniel Stolt
871e5c9021 Moved some dependencies to the root "lib" folder and updated Web.config in Orchard.Web and Orchard.Azure.Web. 2014-03-22 17:21:16 +01:00
Daniel Stolt
bddaa8cc60 Added the Orchard.Azure.MediaServices module. 2014-03-22 15:59:41 +01:00
Sebastien Ros
24f9225361 #20241, #20191: Fixing Decision Script
- Boolean field what incorrectly updating values for drafts
- Decision script is now using #{ } token syntax by default
- ContentItem is used by custom forms

Work Items: 20241, 20191
2014-03-21 17:57:34 -07:00
Daniel Stolt
eaa9ae1682 Adding missing projects in Orchard.Azure.sln. Adding missing project references from Orchard.Web.csproj in Orchard.sln. Removing orphaned project reference Orchard.Messaging from Orchard.Azure.sln. 2014-03-22 01:25:40 +01:00
Sebastien Ros
d42555218b Fixing custom url generation 2014-03-21 16:41:47 -07:00
Sebastien Ros
6e8e010fe2 Revert "Optimizing client forms validation"
This reverts commit 878f45ad86.
2014-03-21 16:41:46 -07:00
Sipke Schoorstra
0a970e88f3 Fixed Media Library not showing draft items.
Due to a bad merge (1.7.x into 1.x), the VersionOptions weren't being specified anymore, which caused the Media Library to not show draft items.
2014-03-21 12:23:02 +01:00
Sebastien Ros
878f45ad86 Optimizing client forms validation 2014-03-20 14:27:04 -07:00
Sebastien Ros
a05a3d8dab Fixing User menu item when it has not children 2014-03-20 14:26:55 -07:00
Sebastien Ros
136fbf153a Fixing broken date time localization in archives 2014-03-18 21:33:35 -07:00
Lombiq
bb9070098d #20539: Using reliable transactions when on SQL Azure
Work Item: 20539
2014-03-19 01:31:20 +01:00
Sebastien Ros
632749b145 Setting default value for cache duration 2014-03-17 17:27:03 -07:00
Sebastien Ros
dca5a0ccff Adding PrepareSql option for MySql 2014-03-17 17:21:42 -07:00
Sebastien Ros
fcab97089b Fixing profile folders logic
Keep filename unchanged for SEO purpose.
Use hashcode hexadecimal version of folder names
2014-03-17 15:23:39 -07:00
Sebastien Ros
7cc07a0a53 Fixing assembly reference in Workflows 2014-03-17 15:22:10 -07:00
Sebastien Ros
db50a5aecb Merge branch '1.7.x' into 1.x
Conflicts:
	src/Orchard.Web/Modules/Orchard.AntiSpam/Drivers/ReCaptchaPartDriver.cs
	src/Orchard.Web/Modules/Orchard.MediaLibrary/Controllers/AdminController.cs
	src/Orchard.Web/Modules/Orchard.Search/Orchard.Search.csproj
2014-03-17 12:09:21 -07:00
Stanley Goldman
115b8d79b7 #20404: Exporting/Importing site settings through a driver, then simple types in standard fashion
Work Item: 20404
2014-03-17 11:59:45 -07:00
Sebastien Ros
458d06a74e #20555: Don't cache routes with invalid duration
Work Item: 20555
2014-03-17 11:55:21 -07:00
Sebastien Ros
da6a636247 Fixing OutOfMemory exception when using PrepareSql
The PrepareSql is defined only for Sql Server right now, using
a new steps DateServiceProviders to customize nhibernate
properties.

Work Items: 20563, 20550
2014-03-17 11:31:03 -07:00
Sipke Schoorstra
94011c8944 #20561: Fixed redirect URL bug in OutputCacheFilter.
Work Item: 20561
2014-03-15 13:31:31 +01:00
kassobasi
ab72235c3f #20083: Fixing Projection import with no layouts
Work Item: 20083
2014-03-14 18:06:45 -07:00
Sebastien Ros
8d60aebeb5 Hiding the "Install themes" based on permission 2014-03-14 17:57:12 -07:00
Josh Berry
1b1f04a9c6 #20505: Fixing terms publication
Work Item: 20505
2014-03-14 17:55:51 -07:00
Sebastien Ros
4bed5c1a9a #20230: Fix SSL when custom pages are not matched
Work Item: 20230
2014-03-14 17:36:56 -07:00
Sebastien Ros
252c80f0b7 #20249: Adding a public CoreShape.Order() method
Work Item: 20249
2014-03-14 12:10:09 -07:00
Sebastien Ros
c521c0eb93 #20559: Collapsing "Show on admin" option
Work Item: 20559
2014-03-14 11:36:59 -07:00
Gorizon47
5168d06343 #20154: Fixing Edit Placement MVC binding
Work Item: 20154
2014-03-14 11:26:57 -07:00
Sebastien Ros
80a03e040f Fixing Warmup unit tests
The microsoft.com website is no more returning
404 status code on missing pages.
2014-03-14 10:58:41 -07:00
Sebastien Ros
a2a616e7e3 #20381: Removing __r parameter in cached results
Work Item: 20381
2014-03-14 10:51:57 -07:00
Sebastien Ros
77c75a7bc2 #20329: Using custom links in default recipes
Work Item: 20329
2014-03-14 09:51:10 -07:00
Sebastien Ros
7fac54c6a1 #20086: Don't allow - and _ in technical names
Work Item: 20086

Should not break any feature as technical names can't be modified
2014-03-14 09:39:11 -07:00
Sebastien Ros
5b14195445 #20528: Handling reCaptcha timeouts
Work Item: 20528
2014-03-13 18:36:34 -07:00
Stanley Goldman
b2be9705c6 #20404: Moving site settings export to individual drivers providing a legacy method
Work Item: 20404
2014-03-13 18:06:38 -07:00
Sebastien Ros
734fa047bf Adding MaxPageSize to ISite 2014-03-13 14:26:29 -07:00
Sebastien Ros
6e17c7c6f5 Extracting some permissions from SiteOwner
ManageUsers, ManageRoles, AssignRoles and SiteSettings are
new permission which makes it possible to have Administrators roles
without the need of SiteOwner.

Typical scenario:
"super" account is SiteOwner
"admin" account is Administrator without SiteOwner, but with ManageUsers,
ManageRoles and SiteSettings but NOT AssignRoles
2014-03-13 14:25:54 -07:00
Sebastien Ros
e753678c1f Fixing double encoding 2014-03-13 14:14:24 -07:00
Sebastien Ros
b1d4905431 Ensuring ITagCache thread safety 2014-03-11 17:17:47 -07:00
Sebastien Ros
70908980cd Removing unused code 2014-03-11 15:11:26 -07:00
Daniel Dabrowski
69ce0d1de4 #20549: Fixed. Installed files from package have same last write time. 2014-03-11 15:06:02 -07:00
Daniel Dabrowski
b7de2b702e #20549: Test which proves that files have different last write time when installing package. 2014-03-11 15:06:00 -07:00
Sebastien Ros
1e2b8a78ec Fixing email settings banner 2014-03-11 15:02:08 -07:00
Benjamin Grabkowitz
d59166fcd9 #20479 fixing issue with initial child folders using wrong path 2014-03-11 15:02:07 -07:00
Benjamin Grabkowitz
0694e07703 #20479 fixing issue with initial folder path not loading correctly 2014-03-11 15:02:06 -07:00
Benjamin Grabkowitz
3c905bb7a2 #20542 adding "in progress" cursor to ajax directory requests 2014-03-11 15:02:04 -07:00
Benjamin Grabkowitz
b27e1d5c00 #20542 Sending initial folder structure with page rather than as an async call on load. 2014-03-11 15:02:03 -07:00
Benjamin Grabkowitz
5d2a31ffc0 #20542 Collapsible media library tree in admin.
Dynamically loading MediaLibrary directory tree using ajax and knockout templates
2014-03-11 15:02:02 -07:00
Lombiq
ba09ba8053 Fixing that URLs displayed for tenants contained two slashes between the host name and the prefix, when the application path didn't have a virtual directory (Orchard.MultiTenancy) 2014-03-11 18:45:33 +01:00
Sebastien Ros
f7f55befc3 Optimized NH configuration 2014-03-11 10:39:11 -07:00
Sebastien Ros
22f2fe1c15 Allow SMTP settings to be set in web.config 2014-03-11 10:39:10 -07:00
Lombiq
584981efe3 #20384: Reconstructing Uri using UriBuilder when there's an available public host name for Azure storage (Orchard.Azure) 2014-03-08 00:09:49 +01:00