Commit Graph
7099 Commits
Author SHA1 Message Date
Nicholas Mayne 3d7829ce0a Adding Import/Export to Audio, Document, Image, OEmbed and Video Parts 2013-08-15 22:15:03 +01:00
jrmurdoch 32c618e575 #19350: Adding Import/Export for Permissions
Work Item: 19350
2013-08-14 11:30:45 -07:00
Sebastien Ros e7cb5dc1e2 Preventing wrong containerIds to be used in RSS feeds 2013-08-13 16:02:54 -07:00
Sebastien Ros e6c4f829a1 #19285: Adding a {Content.Body} token for the Body Part
Work Item: 19285
2013-08-09 12:47:55 -07:00
Sebastien Ros b9528d6d8e #19702: Fixing Taxonomy fields tokens for newly created content
Work Item: 19702
2013-08-09 12:25:10 -07:00
Sebastien Ros 24d48c72c2 #19752: Don't overwrite an existing etag
Work Item: 19752
2013-08-09 11:54:53 -07:00
David Cornish@DavidCornish-PC 6f22578f5b #19818: BeginAntiForgery doesn't format data attributes
Work Item: 19818

Signed-off-by: Sebastien Ros <sebastien.ros@microsoft.com>
2013-08-08 16:45:54 -07:00
Sebastien Ros 3b4a235f8b Fixing workflow project file 2013-08-08 16:44:56 -07:00
Sebastien Ros 639cfad7ec Modifying the behavior of the Content Created workflow event
Before this change, the content item data would not be available when
ContentCreated is called, as the Update drivers haven't been called yet.
This change will only trigger the event when the item is first created and its data has been updated.
It also introduces a new ContentUpdated event.
2013-08-08 16:41:52 -07:00
Sebastien Ros afdd80126b #19984 Fixing cache duration configuration support
Work Item: 19984
2013-08-08 15:25:44 -07:00
Sebastien Ros 9a10878779 Prevent Azure blob storage from breaking an instance if not yet configured 2013-08-07 17:15:12 -07:00
Sebastien Ros 6bd43591ac Implementing Windows Azure Blob Storage provider module 2013-08-07 16:00:47 -07:00
Sipke Schoorstra 00568982a7 #19844: Triggering the ShellDescriptorManager->Changed event to restart the shell.
Work Item: 19844
2013-08-07 11:58:08 -07:00
NogginBox 725fc84ccd #17843 Made check-all feature work if there are mulitple instances of it in one page 2013-08-07 10:41:37 -07:00
Richard Garside 1f9f39e8ba #17843: Added check all option to comments page and others 2013-08-07 10:41:36 -07:00
Sipke Schoorstra f59a071251 #19629: Restoring the style of the "New" menu item to not render an icon and to not be indented.
Work Item: 19629
2013-08-07 02:11:02 -07:00
Sipke Schoorstra 3b9bbb2b9a #19629: Having the menu item icon also render in case it's a span and not a hyperlink.
Work Item: 19629
2013-08-07 02:02:51 -07:00
Sipke Schoorstra 4d5e51ccf5 #19850: Only link to the first child if it also has the same "effective" url as its parent.
Work Item: 19850
2013-08-07 01:32:20 -07:00
Sebastien Ros 9338c96e3b Removing HttpContextWeaver from Azure solution
No more needed as internal bug has been fixed
2013-08-06 18:11:10 -07:00
Sebastien Ros 378f764a83 #19984: Output cache was not serving non ViewResult actions
Work Item: 19984
2013-08-06 16:33:46 -07:00
Sebastien Ros ace100d40f Merge branch 'master' into 1.x 2013-08-05 16:07:14 -07:00
Sebastien Ros 5e0c26f73c Updating ignore files for git 2013-08-05 16:01:02 -07:00
Sipke Schoorstra b7aa1cb2f3 #19976: Implementing import/export for content permissions part.
Work Item: 19976

--HG--
branch : 1.x
2013-08-03 22:59:59 -07:00
Sebastien Ros 59f1a31c11 #19965: Implementing import/export for gallery picker fields
Work Item: 19965

--HG--
branch : 1.x
extra : rebase_source : 037e17350002fa11519ca5f7279571d4f07c398f
2013-08-01 12:49:19 -07:00
Bertrand Le Roy 1bf4658657 Moving the tip.
--HG--
branch : 1.x
2013-08-01 11:53:50 -07:00
Sipke Schoorstra 661b581186 #19910: Including the field name as part of a field shape alternate.
Work Item: 19910

--HG--
branch : 1.x
2013-07-30 22:40:50 -07:00
Sipke Schoorstra 5a43c494d1 #19957: Using static String.Equals to compare against specified flavor to avoid NRE in case flavor is null.
Work Item: 19957

--HG--
branch : 1.x
2013-07-30 22:28:00 -07:00
Sipke Schoorstra d951706364 #19924: Adding back obsolete FormValueRequiredAttribute to the Orchard.Core.Contents.Controllers namespace to prevent 3rd party modules from failing to compile that still use this attribute.
--HG--
branch : 1.x
2013-07-24 22:37:35 +02:00
Zoltán Lehóczky 1792ff5c4f Removing empty Views folder from Taxnomies
--HG--
branch : 1.x
extra : rebase_source : b1f4ae6667e28416d95b025e153fda28db759316
2013-07-23 17:55:36 +02:00
Zoltán Lehóczky c5ea6db372 Fixing typos in Taxonomies and Workflows
--HG--
branch : 1.x
extra : rebase_source : dcf609dbc4674c37e2ae2f026369490b369a6c8a
2013-07-23 17:55:01 +02:00
Christian Surieux eb153cd388 #19936: Fixing ignored urls in Orchard.OutputCache
Work Item: 19936

--HG--
branch : 1.x
2013-07-23 10:55:21 -05:00
Sebastien Ros 5b2f43540b #19935: Fixing spec flow default modules
Work Item: 19935

--HG--
branch : 1.x
extra : rebase_source : 400bcb48cdcb7bb218b8ccf0e409790f6e280a09
2013-07-23 10:14:00 -05:00
Zoltán Lehóczky e56382e427 Fixing Rules copypasta T-strings in Workflows AdminController, found by Benedek
--HG--
branch : 1.x
2013-07-23 15:29:14 +02:00
Zoltán Lehóczky 78ff9b245a Removing superfluous spaces from Workflows/Content Activity descriptions, found
by Benedek

--HG--
branch : 1.x
2013-07-23 15:27:03 +02:00
Benedek Farkas cf3ae7beab #19937: Fixing the Description-text for Mode in ResizeFilter (Orchard.MediaProcessing)
Work item: 19937

--HG--
branch : 1.x
2013-07-23 14:28:10 +02:00
Sipke Schoorstra 339b223625 #18951: Removing checkboxes from features that should not be disabled or enabled.
Work Item: 18951

--HG--
branch : 1.x
2013-07-21 02:39:08 +02:00
Sipke Schoorstra c56b0696c1 #18951: Adding bulk feature operations to Features screen.
Work Item: 18951

--HG--
branch : 1.x
2013-07-21 02:13:17 +02:00
Sipke Schoorstra 42e2eb630e #19924: Moving FormValueRequiredAttribute to Orchard.Mvc, removing duplicate class declarations and updating usages.
Work Item: 19924

--HG--
branch : 1.x
2013-07-21 02:03:40 +02:00
Sebastien Ros f15d521009 Refactoring the Grid layout so it's compatible with grid systems using <div>
Required Change: All previous layouts based on Grid will have to set
table/tr/td to behave as the previous version. The tags are no more set by
default.

--HG--
branch : 1.x
2013-07-19 18:36:49 -07:00
Sebastien Ros 22eff81938 #19907: Implementing Media and Media Library fields import/export
--HG--
branch : 1.x
2013-07-19 17:08:29 -07:00
Sebastien Ros 2406c187a6 Defining default file size limit for IIS 7 and greater (64 MB)
--HG--
branch : 1.x
2013-07-19 16:44:06 -07:00
Piotr Szmyd 379c3c063a #19921: Media - fixing stereotype name typo.
Work Item: 19921

--HG--
branch : 1.x
2013-07-19 23:40:33 +02:00
Zoltán Lehóczky 5b964440ba #19911: Fixing mismatched file names in Orchard.Indexing
Work Item: 19911

--HG--
branch : 1.x
rename : src/Orchard.Web/Modules/Orchard.Indexing/Services/IIndexService.cs => src/Orchard.Web/Modules/Orchard.Indexing/Services/IIndexingService.cs
rename : src/Orchard.Web/Modules/Orchard.Indexing/Services/IndexService.cs => src/Orchard.Web/Modules/Orchard.Indexing/Services/IndexingService.cs
2013-07-18 22:46:51 +02:00
Zoltán Lehóczky 17a9223af0 #19916: Fixing raw Projector layout typo
Work Item: 19916

--HG--
branch : 1.x
2013-07-18 22:43:06 +02:00
Zoltán Lehóczky 2b43a5ed81 #19915: Fixing search settings typo
Work Item: 19915

--HG--
branch : 1.x
2013-07-18 22:41:31 +02:00
Zoltán Lehóczky 184d023912 Factoring out content item cloning to ContentManager
--HG--
branch : 1.x
2013-07-18 22:38:38 +02:00
Zoltán Lehóczky 27d8275916 Adding missing spaces on Dashboard
--HG--
branch : 1.x
2013-07-18 22:34:06 +02:00
Sebastien Ros 172ea4064b Added tag 1.7 for changeset 5e21b6dcb471 1.7 2013-07-18 12:28:59 -07:00
Sebastien Ros 2894a2d590 #19914: Fixing history state management in IE9
Work Item: 19914
2013-07-18 11:46:09 -07:00
Sebastien Ros 53936d20f8 #19913: Adding a shim for browsers which don't support console.log
Work Item: 19913
2013-07-18 10:49:22 -07:00