Commit Graph
7298 Commits
Author SHA1 Message Date
Lombiq 2d3145c754 #20194: Unneeded records from IndexingTaskRecord are cleaned up when saving a new record for the item
Work Item: 20194
2013-10-20 22:08:13 +02:00
Daniel Stolt 30f9d28fbc Merge branch '1.7.x' of https://git01.codeplex.com/orchard 2013-10-19 20:46:21 +02:00
Daniel Stolt a37d4ef6e8 Adding project dependencies in Orchard.Web to all modules and themes to ensure they will be compiled before publishing Orchard.Web. 2013-10-19 20:45:56 +02:00
Sebastien Ros b2761dcd13 #19967: Fixing Menu import/export
Work Item: 19967
2013-10-18 17:18:55 -07:00
Sebastien Ros 15e4e27c46 Optimizing user roles lazy loading 2013-10-18 17:18:46 -07:00
Sebastien Ros 2bdc29d8e9 #20219: Fixing spam notifications
Create(contentItem) actually publishes the content item.
Create(ci, VersionOptions.Draft) won't

Work Item: 20219
2013-10-18 16:00:55 -07:00
Sebastien Ros 0c9e4e1224 Fixing SELECT N+1 when listing blog archives
WORST SELECT N+1 EVER and it seems I wrote the code :/
2013-10-18 15:10:08 -07:00
Sebastien Ros a62f0281eb Setting the default Par Color to empty
Otherwise transparency is lost on PNG files
2013-10-14 11:48:34 -07:00
Daniel Stolt 91d0048f27 Fixing publishing of Orchard.Web in Debug build configuration. 2013-10-14 00:38:56 +02:00
Volodymyr Usarskyy 2d95882e52 #20155: Replaced ApplicationException with OrchardException
Work Item: 20155
2013-10-11 15:48:07 -07:00
Volodymyr Usarskyy e1fc329a75 EnableFeature: added code to throw meaningful exceptions if module dependencies not found 2013-10-11 15:45:24 -07:00
Sebastien Ros 5ea04ac0f0 #20203: Fixing Media Library project missing file
Work Item: 20203
2013-10-11 14:59:02 -07:00
Sebastien Ros fe7f241fd6 Don't analyze the title when indexed
This is a technical value and thus shouldn't be analyzed.
2013-10-11 14:50:44 -07:00
Sebastien Ros 96cd45fdae Fixing start level in menu widget
When checking the Show Full Menu option
2013-10-10 15:42:06 -07:00
Daniel Stolt 4758056403 Removing obsolete Azure deployment files. 2013-10-11 00:23:34 +02:00
Sebastien Ros 964d56df70 Adding new Show Full Menu option in menu widget
Adding a way to display a menu without filtering its items base
on the currently displayed page.
2013-10-10 15:01:20 -07:00
Sebastien Ros 46c7ea5a92 Improving search API
Adding new methods to filter using greater/lower criteria
2013-10-10 15:01:19 -07:00
Daniel Stolt 9549dd6c29 Fixed issue in Orchard.proj that erroneously excluded Azure role content folders from Orchard.Source.1.7.1.zip. 2013-10-10 23:41:02 +02:00
Sebastien Ros 1e3b56fb15 Increase request timeout for Setup
When running long recipes, the default asp.net request timeout length
might not be sufficient. Increasing to 10 minutes on this specific
request.
2013-10-09 15:27:06 -07:00
Sebastien Ros 2e60db7ee9 Updating hints for SSL 2013-10-09 14:57:35 -07:00
Sebastien Ros 555d122aaa Merge branch 'feature/ssl' into 1.7.x 2013-10-09 12:30:59 -07:00
Sebastien Ros 03f6d06f36 Invalidating SSL settings cache 2013-10-09 12:13:49 -07:00
Bertrand Le Roy 7abd20f9ec Caching done right 2013-10-09 11:52:07 -07:00
Sebastien Ros 3c094a2083 Fixing Taxonomy fields initialization
When used in autoroute with auto generation enabled
2013-10-09 09:49:29 -07:00
Bertrand Le Roy 5166c16c73 Shifting settings. Settings are now saved into the infoset rather than a record. No migration, no record. 2013-10-08 21:50:02 -07:00
Sebastien Ros 6b16680205 #20195: Hiding Setup recipes from
In the Recipes tabl of the Module feature

Work Item: 20195
2013-10-08 17:34:47 -07:00
Sebastien Ros 3aeed0ff0f #19934: Fixing taxonomy fields usage in autoroute
The Loaded event was not called when creating a new content item, hence
the lazy loader was not initialized

Work Item: 19934
2013-10-08 17:11:00 -07:00
Sebastien Ros dd852c3317 #20085: Fixing output cache control strategy
FileResult actions were incorrectly cached

Work Item: 20085
2013-10-08 11:47:09 -07:00
Bertrand Le Roy f7998bc95c SSL module brought into the core distribution 2013-10-07 21:30:20 -07:00
Jay Harris 094e6d370d ContentPermissions editor was displaying Publish permissions under the Edit column header, and Edit permissions under the Publish column header. Fixed. 2013-10-07 17:13:06 -07:00
Jay Harris a04ff1bda0 Update ContentPermissions authorization check to include Implied permissions. Example: Contexts might be for EditPage, not for EditContent. 2013-10-07 17:13:05 -07:00
Jay Harris fe9cd9b109 Update Dynamic permissions to cascade (ImpliedBy) from base permissions. 2013-10-07 17:13:04 -07:00
csadnt c7a524536a Bad 'Content' directives for assemblyInfo.cs files in these modules 2013-10-07 16:58:52 -07:00
Volodymyr Usarskyy 33648208f3 Preventing NRE in Text.cs
When WorkContext.Current is null
2013-10-07 16:55:27 -07:00
Stanley Goldman 4c16256245 #20287: Checking if layoutIndexValue is != -1
WorkItem: 20187
2013-10-07 16:52:37 -07:00
Stanley Goldman 17f6c975ef #20188: Adding Import/Export to TaxonomyNavigationPartDriver
WorkItem: 20188
2013-10-07 16:49:19 -07:00
Bertrand Le Roy fec758bb5c Avoiding select n+1 when comments shapes are hidden from a list. 2013-10-07 12:39:01 -07:00
Sebastien Ros 42ab42e6e2 Caching media profile queries 2013-10-04 17:05:27 -07:00
Sebastien Ros 56bed398f4 Updating Eager Fetch to use records instead of parts 2013-10-03 14:39:50 -07:00
Sebastien Ros a954b9c0e2 Adding default indexes 2013-10-03 11:44:33 -07:00
Sebastien Ros 1235f226d3 Implementing eager fetching for Hql queries 2013-10-03 11:22:02 -07:00
Lombiq 840975e6b4 #20098: Extension build errors are now logged
Work Item: 20098
2013-10-03 12:50:24 +02:00
Sebastien Ros dfd6e0985e Fixing potential NRE in transaction manager 2013-10-02 17:58:07 -07:00
Sebastien Ros 5e93dfa190 Incremental work on update media 2013-10-02 17:39:49 -07:00
Lombiq 61b614a0bb #20157: Changing OutputCache to use absolute expiration instead of sliding expiration
Work Item: 20157
2013-10-02 22:11:24 +02:00
Piotr Szmyd 77e5657f26 #19772: Fixed e-mail activity form validation.
Work Item: 19772
2013-09-29 22:57:08 +02:00
Piotr Szmyd c1ad9f7869 #20166: Fixing typo in EmailActivity that prevents sending e-mails to current user.
Work Item: 20166
2013-09-29 22:32:59 +02:00
Sebastien Ros d0dd41bb17 #20162: Fixing list of disallowed chars in thumbnails
Work Item: 20162
2013-09-27 10:12:55 -07:00
Sebastien Ros db350d87a0 Fixing wrong reference to SSL module 2013-09-27 10:12:14 -07:00
Vladimir Makaev 70d49755f3 #20146: Projections: InBetween for offset dates is incorrectly handing values
Work Item: 20146
2013-09-25 17:42:38 -07:00