Commit Graph
6270 Commits
Author SHA1 Message Date
Sebastien Ros 0c0b8d7800 Fixing exceptions in MenuPartHandler
--HG--
branch : 1.x
2012-07-05 10:51:55 -07:00
Sebastien Ros fd55603883 Fixing lock message in orchard.exe
--HG--
branch : 1.x
2012-07-05 10:51:45 -07:00
Sebastien Ros b3b178bdf1 #18784: Upgrading to Windows Azure SDK 1.7
Work Item: 18784

--HG--
branch : 1.x
2012-07-05 10:16:49 -07:00
Zoltán Lehóczky 37fb92f274 #18781: Adding ContainablePartDriver import/export
Work Item: 18781

--HG--
branch : 1.x
extra : transplant_source : %FE%E4Q.%C9%82%F8%81%15%FA%BCD%A8%92%7C%CF%09%9D%85X
2012-07-03 14:27:27 +02:00
Sebastien Ros 99be8137d0 #18464: Adding "required" class to fields' labels
Work Item: 18464

--HG--
branch : 1.x
2012-07-03 10:29:57 -07:00
Sebastien Ros 89cf448bec #18469: Replacing UserPart by IUser in UserContext
Work Item: 18469

--HG--
branch : 1.x
2012-07-03 10:01:11 -07:00
Sebastien Ros dc1be5b248 #18546: Adding missing prefix in BlogPartDriver
Work Item: 18546

--HG--
branch : 1.x
2012-07-03 09:58:14 -07:00
Sebastien Ros 0c437c9698 #18557: Fixing duplicate html ids in Users
Work Item: 18557

--HG--
branch : 1.x
2012-07-03 09:55:17 -07:00
Sebastien Ros 115f28b6f1 #18599: Fixing encoding when displaying projections
Work Item: 18599

--HG--
branch : 1.x
2012-07-03 09:51:52 -07:00
Sebastien Ros 48903db768 #18615: Fixing XML-RPC encoding issue
Work Item: 18615

--HG--
branch : 1.x
2012-07-03 09:40:49 -07:00
SeanFarrow ed2c2c948b #18625: Fixing "Remember Me" checkbox
Work Item: 18625

--HG--
branch : 1.x
2012-07-03 09:27:11 -07:00
Sebastien Ros 16216121c2 #18783: Projection Widget was not displayed without a pager
The shape was null, which was not handled internally

--HG--
branch : 1.x
2012-07-03 09:03:40 -07:00
Sebastien Ros 48263b19d2 Fixing RunningShellTable tests
--HG--
branch : 1.x
2012-07-03 08:51:59 -07:00
Sebastien Ros d2282e334b #18634: Fixing Safe Mode Document shape
Work Item: 18634

--HG--
branch : 1.x
2012-07-02 17:38:37 -07:00
Sebastien Ros e5d3701763 #18636: Fixing exception when deleting a role begin used
Work Item: 18636

--HG--
branch : 1.x
2012-07-02 17:32:26 -07:00
Sebastien Ros ed4be02336 #18639: Fixing multi-tenancy Url Prefix
Work Item: 18639

--HG--
branch : 1.x
2012-07-02 17:23:00 -07:00
Sebastien Ros 3bee0e4cce Fixing MenuPart export
--HG--
branch : 1.x
2012-07-02 17:21:58 -07:00
Sebastien Ros ca2bba85f6 #18648: User SuperUser in import if owner is not found
Work Item: 18648

--HG--
branch : 1.x
2012-07-02 17:21:33 -07:00
Sebastien Ros 9b01b302b5 #18652: Adding background alternate colors on lists
Work Items: 18652

--HG--
branch : 1.x
2012-07-02 15:22:46 -07:00
Sebastien Ros 4ec7cb38ff #18663: Custom errors should not shorcut HandleErrorAttribute
Work Item: 18663

--HG--
branch : 1.x
2012-07-02 14:52:29 -07:00
Sebastien Ros 455171699a #18679: Fixing CustomForm default permissions
--HG--
branch : 1.x
2012-07-02 11:03:18 -07:00
Sebastien Ros 2b95730530 #18685, #18673: Fixing multi tenancy actions (edit and disable)
Work Items: 18673, 18685

--HG--
branch : 1.x
2012-07-02 10:57:40 -07:00
Sebastien Ros aa7360b94e #18720: Fixing shape tracing issue with Projection pager
Work Item: 18720

--HG--
branch : 1.x
2012-06-30 11:13:50 -07:00
Sebastien Ros b224aa0ed1 #18705: Reading mimetype information from web.config when saving blobs in Azure
These mimetypse settings are originally used by IIS itself to get the mimetype
of specific files on the file system. We also then use it in AzureFileSystem to
assign a mime type to the blob to make it comprehensive.

<system.webServer>
        <staticContent>
            <remove fileExtension=".ogg" />
            <mimeMap fileExtension=".ogg" mimeType="audio/ogg" />
     </staticContent>
</system.webServer>

Work Item: 18705

--HG--
branch : 1.x
2012-06-30 09:43:02 -07:00
Sebastien Ros 9588189c82 Adding new projects in Azure solution
--HG--
branch : 1.x
2012-06-30 09:31:12 -07:00
Sebastien Ros f34f0e43d3 #18724: Publish button would create two versions at a time
Work Item: 18724

--HG--
branch : 1.x
2012-06-29 17:47:55 -07:00
Sebastien Ros c894e8c7cb #18729: Fixing ContainableDriver to allow tokens to read the value
Work Item: 18729

--HG--
branch : 1.x
2012-06-29 17:16:29 -07:00
Sebastien Ros 5a4cc39b97 #18740: Preventing link collision on "current" class
Work Item: 18740

--HG--
branch : 1.x
2012-06-29 16:35:53 -07:00
Sebastien Ros 65c67f23b9 #18742: Preventing Alias from removing ending slash
Work Item: 18742

--HG--
branch : 1.x
2012-06-29 16:31:22 -07:00
Sebastien Ros d31d6846c9 #18748: Fixing BlogPost summary links permissions
The used shape was the generic content one. Now it uses a specific one
which will ensure Blog permissions are used instead of dynamic one, which
exist only for Creatable content types.

Work Item: 18748

--HG--
branch : 1.x
2012-06-29 16:00:28 -07:00
Sebastien Ros 5ca9b03741 #18769: Fixing menu import/export
Work Item: 18769

--HG--
branch : 1.x
2012-06-29 12:57:08 -07:00
Sebastien Ros cee5f3bb47 Fixing Enumeration unit tests
--HG--
branch : 1.x
2012-06-29 10:54:39 -07:00
Piotr Szmyd 3b78375a5b #18777: Adding support for later date in DateTimeRelative
Work Item: 18777

--HG--
branch : 1.x
2012-06-27 14:07:51 -07:00
nightwolf226 ae1c82dd17 #18764: Fixing typo is summary admin for PublishLater
Work Item: 18764

--HG--
branch : 1.x
2012-06-27 11:51:34 -07:00
Sebastien Ros c696bb1a55 Fixing Orchard.Projection migrations
--HG--
branch : 1.x
2012-06-27 11:48:44 -07:00
Sebastien Ros 94c0b9f64e #18719: Increasing PagerSuffix size limit
--HG--
branch : 1.x
2012-06-27 11:40:05 -07:00
Sebastien Ros 379b0221de #18717: Validating table prefix
Work Item: 18717

--HG--
branch : 1.x
2012-06-27 11:36:34 -07:00
Sebastien Ros 40c90cf797 #18716: Edit filter descriptions even if there is no actual form
Work Item: 18716

--HG--
branch : 1.x
2012-06-27 11:31:34 -07:00
Sebastien Ros c39f75a5a8 #18762: Fixing cleared selection on Listbox enumeration
Work Item: 18762

--HG--
branch : 1.x
2012-06-27 09:56:49 -07:00
Sebastien Ros 444e0c67b7 #18650: Defining a default route pattern for new types, and displaying a
warning

Work Item: 18650

--HG--
branch : 1.x
2012-06-26 18:25:50 -07:00
Sebastien Ros f87d48a324 #18655: Removing Orchard.Experimental module
Work Item: 18655

--HG--
branch : 1.x
2012-06-26 17:57:18 -07:00
Sebastien Ros 4c18cf4fb3 #18658: Removing .hgignore files from source code artifact
Work Item: 18658

--HG--
branch : 1.x
2012-06-26 17:54:22 -07:00
Sebastien Ros 4d494474f7 #18674: Catching Index parsing exceptions
Work Items: 18674

--HG--
branch : 1.x
2012-06-26 17:49:58 -07:00
Sebastien Ros 31499d95db #18697: Don't execute a query when grouped queries result is empty
Work Item: 18697

--HG--
branch : 1.x
2012-06-26 17:46:32 -07:00
Sebastien Ros b990442eb5 #18712: Adding a LineEncode token to texts
--HG--
branch : 1.x
2012-06-26 17:34:39 -07:00
Sebastien Ros 380cafc4d5 #18762: Fixing Enumeration Field when checkboxes are empty
Work Item: 18762

--HG--
branch : 1.x
2012-06-26 17:29:54 -07:00
Sebastien Ros 6797e94da3 #18702: Fixing localized string in Tags
Work Item: 18702

--HG--
branch : 1.x
2012-06-25 17:45:16 -07:00
Sebastien Ros 7d318a81fd #18723: Fixing Get() when a specific version is requested
Work Item: 18723

--HG--
branch : 1.x
2012-06-25 17:42:56 -07:00
Sebastien Ros ff7f69f688 Fixing TimePicker format for editing
--HG--
branch : 1.x
2012-06-25 17:35:36 -07:00
Sebastien Ros edb6cc8b48 #18751: Using ITitleAspect in DisplayText and Indexing
Work Item: 18751

--HG--
branch : 1.x
2012-06-25 15:41:16 -07:00