Commit Graph
7898 Commits
Author SHA1 Message Date
agriffard ee16100a6c #20663: Fixing Orchard.Roles and Orchard.Roles.Workflow feature bad description in module.txt
Work Item: 20663
2014-05-02 15:43:24 +02:00
Sebastien Ros fd36b81f4b Disable ASP.NET output cache module 2014-04-29 14:18:44 -07:00
Sebastien Ros 52ec226125 Disable public caching when querystring is present 2014-04-28 13:20:42 -07:00
Sebastien Ros 20a120c657 Fixing PathResolutionService 2014-04-28 13:19:40 -07:00
Sebastien Ros 15cdb77938 Fixing Rsd constraint 2014-04-28 13:18:01 -07:00
Stanley Goldman a956c331d8 #18656 Adding ContainablePart.Weight for Sorting in ContainerWidget
Work Item: 18656
2014-04-26 12:09:27 +01:00
planetClaire 3689cf8bf4 #19093 Displaying widget type in list & edit widgets
Work Item: 19093
2014-04-26 11:31:57 +01:00
Nicholas Mayne 60be23ed73 #20638: Changing ContainerPart to ContainablePart in settings
Work Item: 20638
2014-04-26 11:11:20 +01:00
Sebastien Ros 724fc16459 Fixing Rsd routes 2014-04-22 16:40:06 -07:00
Sebastien Ros 6458ad2db6 Removing TypeScript compilation on build
Introduces some errors preventing Orchard to start.
The errors need to be fixed first.
2014-04-22 16:39:57 -07:00
Sebastien Ros 5f0df3ea38 Releasing DataCacheFactory on retries 2014-04-21 15:51:17 -07:00
Sebastien Ros 8346a08f95 Making archive routes case insensitive 2014-04-19 15:19:46 -07:00
Sebastien Ros f41132b16a Improving route based constraints
The IArchiveConstraint is a singleton as the routes are singletons too.
However the path resolution is per tenant, and when accessing archive
pages where lots of links are constructed simultaneously there are
collisions and DataReader/Connections failures. The solution is to use
the IAliasHolder which is also a singleton and doesn't make any query.
2014-04-19 14:49:04 -07:00
Sebastien Ros 4cea65c699 Fixing Azure Output Cache
This time I asked the Azure team how to use it correctly.
2014-04-18 16:10:42 -07:00
Sebastien Ros ebf9edebcc Reverting AliasUpdater changes
Background tasks can't be configured
2014-04-17 22:51:31 -07:00
Sebastien Ros 30aeb54fd3 #20213: Implementing retry logic
Work Item: 20213
2014-04-17 15:20:09 -07:00
Sebastien Ros 509c694d4b #20614: Fixing cache invalidation between browsers
One browser with different headers would invalidate
all saved versions for a page, so two clients could
be in a position not to get a cached version anytime
if requests were alternated.

Chrome creates a cache entry, IE creates a cache entry and
delete all others, Chrome comes back deletes all entries, IE
comes back and has no entries.

Work Item: 20614
2014-04-17 13:18:47 -07:00
Sebastien Ros e5d89ea1fb Allowing AliasUpdater to be disabled
AliasUpdater is only useful for farms
2014-04-17 12:52:03 -07:00
Sebastien Ros fad2843a43 Loading Host configs in order
Sites.config is a fallback if Sites.{tenant}.config is not found
2014-04-17 12:51:32 -07:00
Sebastien Ros e10aa37620 Improving path resolution performance 2014-04-17 12:50:57 -07:00
Sebastien Ros 2432b7f326 Fixing invalid BBcode filter state 2014-04-17 12:50:09 -07:00
Sebastien Ros 11d1aa0a57 Fixing cache admin view 2014-04-10 18:21:38 -07:00
Sebastien Ros 499d2ec4c4 Fixing reference to System.Net.Http 2014-04-10 14:36:12 -07:00
Sebastien Ros 302b1f3540 Adding IgnoreNoCache setting to OutputCache
This setting lets a website ignore "no-cache" requests from clients.
This is usually done to force a refresh of a cached value, but this could
also lead to unnecessary load as Orchard already invalidates its cache
automatically (based on tags) or it could also be used by DDOS attacks.

Also remove the "browser" ASP.NET setting as it could create too many
entries in kernel cache.

Work Item: 20614
2014-04-10 14:35:08 -07:00
Sebastien Ros 5bc6b74395 #20608: Fixing Super User update
Work Item: 20608
2014-04-08 18:09:21 -07:00
Sebastien Ros d28f739127 Using SqlServer 2012 dialect when possible
Automatically used on Sql Azure, or by adding
";Dialect=MsSql2012Dialect" in the connection string
2014-04-03 18:13:45 -07:00
Sebastien Ros a7c2bab4e8 Renaming Windows Azure to Microsoft Azure 2014-04-01 17:10:25 -07:00
Sebastien Ros 4434e55837 Fixing Ms Open Technologies url 2014-04-01 17:04:08 -07:00
Sebastien Ros 782012849a Using the blog's description in RSS feeds 2014-04-01 15:50:41 -07:00
Sebastien Ros 9dcb790d27 #20586: Fixing Form Submitted activity
Work Item: 20586
1.8
2014-03-29 10:48:11 -07:00
Sebastien Ros 5171e9089f #20585: Fixing Media picker field
Work Item: 20585
2014-03-29 10:32:58 -07:00
Sebastien Ros 2538ca1ee7 Removing default UserPart status values 2014-03-28 18:29:32 -07:00
Sebastien Ros 062ca25d37 Improving ShellSettings resolution in logger 2014-03-28 12:52:27 -07:00
Sebastien Ros 9c5b1dce5f Merge branch '1.7.x' into 1.x 2014-03-28 11:41:21 -07:00
Sebastien Ros 37f5685065 Updating version numbers 2014-03-28 11:11:45 -07:00
Sebastien Ros 3e723c882b Fixing List changes 2014-03-28 10:25:47 -07:00
Sipke Schoorstra aacae5451c Renamed 'List Definition' to just 'List'. 2014-03-28 10:06:42 -07:00
Sipke Schoorstra 3b95c46f90 Restored removed ContainerWidget properties. 2014-03-28 10:06:41 -07:00
Sipke Schoorstra 129133f6ba Added Lists projection filter and sort criterion provider. 2014-03-28 10:06:39 -07:00
Sebastien Ros 5da0177c68 Fixing User unit tests 2014-03-28 10:03:54 -07:00
Piotr Szmyd df803b2301 #20534: Fixing custom form permissions.
Work Item: 20534
2014-03-28 16:40:41 +01:00
Sebastien Ros 373421c310 Forcing version upgrade 2014-03-27 17:47:59 -07:00
Sebastien Ros 184c41e6d7 Adding an upgrade step for 1.x users 2014-03-27 17:35:17 -07:00
Sebastien Ros 1ca5fa5483 Fixing shifted content versionning 2014-03-27 06:52:05 -07:00
Sebastien Ros 14674a9908 Fixing DynamicProxy unit tests by reverting autofac upgrade 2014-03-26 18:38:20 -07:00
Sebastien Ros 0fbc2e47bc Fixing unit tests and warnings 2014-03-26 17:37:01 -07:00
Sebastien Ros 35d2a6c8fd #20577: Fixing Orchard.Templates
Work Item: 20577
2014-03-26 12:21:51 -07:00
Daniel Stolt 365060b7c6 Improved Module.txt for Orchard.Azure. 2014-03-26 01:19:40 +01:00
Daniel Stolt 64242b4310 Fixed an incorrect format string in DefaultPlatformConfigurationAccessor. 2014-03-26 00:35:58 +01:00
Daniel Stolt 46999e6748 Updating the Readme.txt file for the Orchard.Azure.MediaServices module. 2014-03-26 00:21:46 +01:00