Commit Graph
7579 Commits
Author SHA1 Message Date
Sebastien Ros 6f7d2b3ba1 Shifting BlogPart 2014-02-21 10:56:40 -08:00
Piotr Szmyd ce535797aa Updated ancient Castle libraries to version 3.2.0. Castle.DynamicProxy2 and Castle.MicroKernel are obsolete - have already been merged into Castle.Core. 2014-02-21 16:00:43 +01:00
Sebastien Ros 6f5bbc21b0 Defining a category for Orchard.Azure 2014-02-20 17:52:39 -08:00
Sebastien Ros ff0173b436 Fixing image edition
Using absolute url in proxy
2014-02-20 17:49:46 -08:00
Sebastien Ros 7e3a83c1e7 Fixing small markdown editor styles 2014-02-20 17:49:45 -08:00
Sebastien Ros 6fd1156c2a Adding Orchard.Tags.TagCloud 2014-02-20 17:49:43 -08:00
Sebastien Ros 8463034c47 Improving absolute urls construction 2014-02-20 17:49:41 -08:00
Sebastien Ros 78c5515336 Separating Orchard.Azure and Orchard.Azure.Media 2014-02-20 17:49:39 -08:00
Sipke Schoorstra da7bbacba9 Revert "Updated Windows Azure Storage dll to latest version."
This reverts commit dd52801aa9.
2014-02-21 00:11:54 +01:00
Lombiq 3d424805eb Making script includes in Lists consistent by explicitly adding AtFoot() where it was implied 2014-02-20 13:42:11 +01:00
Sebastien Ros d918aec6e1 Proxying edited images to prevent CORS errors 2014-02-18 15:22:06 -08:00
Sebastien Ros 1f81355afd Improving Markdown support
- Adding a settings page to enable Markdown on Blogs
- Improving live preview Markdown styles
2014-02-17 17:25:42 -08:00
Sipke Schoorstra dd52801aa9 Updated Windows Azure Storage dll to latest version. 2014-02-16 21:35:15 +01:00
Sebastien Ros 24ef80ebf2 Fixing NRE in blog posts count task 2014-02-13 14:20:52 -08:00
Sebastien Ros 0a097fe7b0 Fixing recaptcha validation
It needs the updater to be used in order to make the whole model invalid.
Would be nice to be able to mark the model as invalid without having to define
a specific error message.
2014-02-10 15:36:32 -08:00
Piotr Szmyd f5779c9e89 Features. Added confirm popup when disabling a feature that other enabled features depend on. 2014-02-10 21:56:49 +01:00
Piotr Szmyd 185642d44b Refactoring feature manager. Added method for fetching dependent features. Removed recursion when traversing dependency tree and added circular dependency safeguard. 2014-02-10 21:53:56 +01:00
Piotr Szmyd 755e55062a Fixing dependencies in Orchard.Blogs. 2014-02-10 21:30:53 +01:00
Sebastien Ros 6a43bad033 Fixing and improving blog posts and archives count 2014-02-10 12:16:52 -08:00
Sebastien Ros 9831ea10e4 Fixing media publication from XmlRpc 2014-02-10 11:16:08 -08:00
Sebastien Ros 1577a79351 Displaying reCaptcha error as notifications 2014-02-10 11:16:06 -08:00
Sebastien Ros 4cae15ca5d Adding 'content-items' class to the archive list 2014-02-10 11:16:04 -08:00
Sipke Schoorstra 45661ba81f Added dependency.
AzureOutputCacheStorageProvider is associated with the "Orchard.Azure.OutputCache" feature, and has a dependency on a IAzureOutputCacheHolder, whose implementation is associated with the "Orchard.Azure" feature.
If "Orchard.Azure.OutputCache" is enabled, but "Orchard.Azure" is not, then a dependency resolution error will occur.
2014-02-10 19:51:56 +01:00
Sebastien Ros 107f54850c Adding more restrictions on tag names 2014-02-06 12:25:08 -08:00
Sebastien Ros 093976851a Adding Owner switch to menu commands 2014-02-05 16:32:16 -08:00
Sebastien Ros e394879b89 Fixing local navigation with tenants 2014-02-05 16:02:17 -08:00
Sebastien Ros 595726acb3 Arranging tenant modules lists 2014-02-05 12:16:57 -08:00
Sebastien Ros aaccd18368 Fixing tenant prefixed urls 2014-02-05 12:11:04 -08:00
Sebastien Ros 83df0ebdf0 Adding tags to RSS feeds 2014-02-05 10:28:24 -08:00
Sebastien Ros 94189a58c7 Moving redirect suppression logic 2014-02-04 13:53:59 -08:00
Sebastien Ros 77b551d24b Fixing compilation warnings 2014-02-04 11:58:27 -08:00
Sebastien Ros 79a210a179 Fixing unit tests compilation 2014-02-03 16:40:02 -08:00
Sebastien Ros de4a12defa Merge branch '1.7.x' into 1.x 2014-02-03 16:32:08 -08:00
Sebastien Ros e2b318e04a Use tenant prefix when building menus 2014-02-03 16:20:57 -08:00
Sebastien Ros 10a0257f19 Making Href() tenant aware 2014-02-03 15:36:26 -08:00
Sebastien Ros e7d4626394 Adding support for prefixed tenant authentication redirects 2014-02-03 15:34:20 -08:00
Lombiq 59c00c1342 #20463: Better fix for the issue that background tasks accessing the HTTP cache failed (including e-mail template building).
The Cache object is not advised to be constructed by hand.
Work Item 20463
2014-02-01 23:38:48 +01:00
Sebastien Ros 047ecd7109 Disposing sessions correctly 2014-01-30 16:58:58 -08:00
Sebastien Ros 93941b00e3 Disposing sessions correctly 2014-01-30 16:57:32 -08:00
Lombiq 1719b9f469 #20463: Fixing that background tasks accessing the HTTP cache failed (including e-mail template building).
Work Item 20463
2014-01-30 22:38:37 +01:00
Lombiq 578bce12e2 Fixing that Containers migrations failed if there were containers saved already 2014-01-29 19:01:12 +01:00
Sebastien Ros 6ef1179817 Fixing deployment warnings 2014-01-29 09:33:37 -08:00
Sebastien Ros 079f842063 Optimize AliasUpdater code path 2014-01-29 09:33:35 -08:00
Lombiq 233c030934 UpgradeService now disposes NHibernate sessions, preventing possible SQL server connection pool saturation 2014-01-29 18:04:02 +01:00
Lombiq d9ee989615 Adding content item existence checks to infoset migration 2014-01-29 17:48:30 +01:00
Jeff Olmstead dce93df257 Fixing errors with infoset migrations due to tables not existing or strings being null 2014-01-29 15:02:25 +01:00
Lombiq 6a5a06030d #19014: Modules can now be filtered for tenants. Also adding "Select all" checkbox for tenant editor and fixing that tenant editing didn't preserve custom ShellSettings fields.
Work Item 19014
2014-01-29 13:54:58 +01:00
Lombiq 29c43d0db4 Adding content item existence check for WidgetPart infoset migration 2014-01-28 18:54:31 +01:00
Lombiq dc4c362777 #20342: adding content item existence check for ContentMenuItemPart infoset migration
Work Item: 20342
2014-01-28 18:39:07 +01:00
Lombiq 35e188080f Adding more checks to infoset migration 2014-01-28 18:34:45 +01:00