Commit Graph
7791 Commits
Author SHA1 Message Date
Bertrand Le Roy e0c4c87a77 Autoroute slug editor now has "view" link once it's been saved. 2014-05-08 19:09:42 -07:00
Bertrand Le Roy d5c762f51f Added UI to test email settings 2014-05-07 19:58:51 -07:00
Bertrand Le Roy 12230a8312 Fixed None elements in azure media services project. 2014-05-04 15:47:38 -07:00
Bertrand Le Roy fd8a016c05 Email notification settings get properly persisted and displayed 2014-05-04 14:34:47 -07:00
Sebastien Ros 488cd17d75 Merge branch '1.8.x' into 1.x 2014-05-02 11:11:33 -07:00
Sebastien Ros 59b57a4c27 #20591: Including missing assemblies in package
Work Item: 20591
2014-05-02 11:06:18 -07:00
Sebastien Ros a6b78b43d8 Merge branch '1.8.x' into 1.x 2014-05-02 10:41:32 -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 59a2d037a9 Merge branch '1.8.x' into 1.x
Conflicts:
	src/Orchard.Web/Modules/Orchard.Roles/Module.txt
2014-05-02 09:36:18 -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 378f57601e Merge branch '1.8.x' into 1.x 2014-04-29 14:19:21 -07:00
Sebastien Ros fd36b81f4b Disable ASP.NET output cache module 2014-04-29 14:18:44 -07:00
Sebastien Ros e3c26928c1 Merge branch '1.8.x' into 1.x 2014-04-28 13:23:27 -07:00
Sebastien Ros 5cac1d526c Adding PageSize property to blogs 2014-04-28 13:23:03 -07:00
Sebastien Ros fcb29cbf9d Merge branch '1.x' of https://git01.codeplex.com/orchard into 1.x 2014-04-28 13:21:58 -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
Bertrand Le Roy b99e4201c8 Workflows Timer missing a category, Workflows moved to Workflows category 2014-04-28 10:24:24 -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 5e19b7176b Adding rss endpoint for tagged content items 2014-04-24 12:30:43 -07:00
Sebastien Ros 2dc16c9e0a Merge branch '1.8.x' into 1.x 2014-04-23 10:49:15 -07:00
Sebastien Ros 590a72aad9 Fixing Rsd constraint 2014-04-23 10:48:59 -07:00
Sebastien Ros 485175dc96 Merge branch '1.8.x' into 1.x 2014-04-22 16:40:33 -07: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 5365d329fc Merge branch '1.8.x' into 1.x 2014-04-21 16:01:27 -07:00
Sebastien Ros d221962870 #20648: Fixing default transaction isolation level
Work Item: 20648
2014-04-21 16:00:13 -07:00
Sebastien Ros 5f0df3ea38 Releasing DataCacheFactory on retries 2014-04-21 15:51:17 -07:00
Nicholas Mayne 8d329324e1 Fixing module.txt text for workflows in Roles. 2014-04-21 22:18:35 +01:00
Sebastien Ros 43712d396c Merge branch '1.8.x' into 1.x 2014-04-19 15:20:07 -07:00
Sebastien Ros 8346a08f95 Making archive routes case insensitive 2014-04-19 15:19:46 -07:00
Sebastien Ros b714088187 Merge branch '1.8.x' into 1.x 2014-04-19 14:49:31 -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 1916a3c351 Fixing unit tests 2014-04-18 17:05:18 -07:00
Sebastien Ros c1ce98f2a1 Merge branch '1.8.x' into 1.x 2014-04-18 16:11:46 -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 360bd8dd4f Externalizing AliasUpdater to a feature 2014-04-17 22:54:19 -07:00
Sebastien Ros 0216d42060 Merge branch '1.8.x' into 1.x 2014-04-17 22:53:09 -07:00
Sebastien Ros ebf9edebcc Reverting AliasUpdater changes
Background tasks can't be configured
2014-04-17 22:51:31 -07:00
Sebastien Ros 6fc5d7d777 Fixing component name in configs 2014-04-17 20:27:58 -07:00
Sebastien Ros dfb87793e1 Moving timers to its own feature 2014-04-17 15:37:24 -07:00
Sebastien Ros 995806bdde Merge branch '1.8.x' into 1.x 2014-04-17 15:20:32 -07:00
Sebastien Ros 30aeb54fd3 #20213: Implementing retry logic
Work Item: 20213
2014-04-17 15:20:09 -07:00