Sebastien Ros
dcbd6e3d17
Fixing some duplicated references
...
This prevents the host from restarting as it would otherwise
think the reference is updated when loading the module.
In the specflow tests it also implied a domain restart and broke them.
2014-05-16 16:52:58 -07:00
Sebastien Ros
8eaa75969d
Fixing comments specflow tests
2014-05-16 15:15:08 -07:00
Sebastien Ros
4657717e70
Use absolute urls for redirections in output cache
2014-05-16 13:50:05 -07:00
Sebastien Ros
2fc1bc53a3
Updating version numbers
2014-05-16 13:13:32 -07:00
Sebastien Ros
31dbf46c40
#20637 : Reverting #20647
...
Work Item: 20637
2014-05-16 12:48:50 -07:00
Sebastien Ros
fd5ea2b23b
Updating specflow default modules
2014-05-16 12:42:11 -07:00
Sebastien Ros
2529814b6e
#20692 : Ignoring AppRestart in specflow tests
2014-05-16 12:18:14 -07:00
Sebastien Ros
96d2e2d3ba
Fixing NRE in dashboard
2014-05-16 12:08:45 -07:00
Sebastien Ros
3b7108469a
Fixing jQuery project file
2014-05-14 10:47:36 -07:00
Sebastien Ros
37e9a331cd
Updating jQuery
2014-05-14 10:31:53 -07:00
Sebastien Ros
bedbd10ef6
Re-introducing __r query parameter
...
With an explanation this time
2014-05-12 15:32:25 -07:00
Sebastien Ros
97829e0948
Fixing permissions on Projections
2014-05-12 15:31:40 -07:00
Sebastien Ros
52d494542f
Fixing messages
2014-05-12 15:31:18 -07:00
Sebastien Ros
f327a32895
Showing allowed modules with dependencies
2014-05-12 15:30:56 -07:00
Nicholas Mayne
4525650ffa
#20689 Reverting previous changes and jsut forcing validation if author is null when user is not signed in
2014-05-12 21:09:14 +01:00
Nicholas Mayne
e1eebc200b
#20689 Adding required attributes for HTML and model
2014-05-11 22:36:43 +01:00
Nicholas Mayne
74026ec729
#20689 reverted last change and just check current user
2014-05-11 16:50:14 +01:00
Nicholas Mayne
87c60267e1
#20680 Removing old ascx file
...
Work Item: 20680
2014-05-11 14:46:50 +01:00
Nicholas Mayne
5983bca6b1
#20689 Adding required attribute to name and Email
...
Work Item: 20689
2014-05-11 14:43:57 +01:00
Wojciech Gadziński
17abedebc6
#20589 Fix FormsAuthenticationService - now is expandable
...
Work Item: 20589
2014-05-10 19:11:34 +01:00
Sebastien Ros
59b57a4c27
#20591 : Including missing assemblies in package
...
Work Item: 20591
2014-05-02 11:06:18 -07:00
Sebastien Ros
1186185461
#20598 : Fixing thumbnail generation
...
Work Item: 20598
2014-05-02 10:41:00 -07:00
Sebastien Ros
c6b6cb1a98
#20647 : Updating content before creation
...
Work Item: 20647
2014-05-02 10:09:49 -07:00
Sebastien Ros
9525bf9e09
#20574 : Optimizing transaction log
...
Work Item: 20574
2014-05-02 10:06:50 -07:00
Sebastien Ros
dd1842bb13
Updating OSS credits
2014-05-02 09:23:29 -07:00
Sebastien Ros
59c302ac0a
Handling POST redirects in output cache
2014-05-02 09:23:11 -07:00
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