Commit Graph

7411 Commits

Author SHA1 Message Date
Sebastien Ros
80a03e040f Fixing Warmup unit tests
The microsoft.com website is no more returning
404 status code on missing pages.
2014-03-14 10:58:41 -07:00
Sebastien Ros
a2a616e7e3 #20381: Removing __r parameter in cached results
Work Item: 20381
2014-03-14 10:51:57 -07:00
Sebastien Ros
77c75a7bc2 #20329: Using custom links in default recipes
Work Item: 20329
2014-03-14 09:51:10 -07:00
Sebastien Ros
7fac54c6a1 #20086: Don't allow - and _ in technical names
Work Item: 20086

Should not break any feature as technical names can't be modified
2014-03-14 09:39:11 -07:00
Sebastien Ros
5b14195445 #20528: Handling reCaptcha timeouts
Work Item: 20528
2014-03-13 18:36:34 -07:00
Stanley Goldman
b2be9705c6 #20404: Moving site settings export to individual drivers providing a legacy method
Work Item: 20404
2014-03-13 18:06:38 -07:00
jasperd
a5210cad47 #17091: Fixed user with an empty username can be created by command line (causing YSOD in dashboard).
Work Item: 17091
2014-03-05 16:30:52 -08:00
planetClaire
71c5cae927 #20345: Adding a notification on a new comment
Work Item: 20345
2014-03-05 16:20:14 -08:00
Walance
ceff51e65f Support for ReturnUrl on register page 2014-03-05 16:13:19 -08:00
Codinlab
61fd42fb41 #20215 : Taxonomy token not chaining
Work Item: 20215
2014-03-05 10:15:32 -08:00
Codinlab
1c7796b125 Optionally decoding Html in RemoveTags 2014-03-04 17:28:07 -08:00
Lombiq
d0c89f3ee8 Making some more script includes consistent by explicitly adding AtFoot() where it was implied, in Workflows 2014-03-02 20:20:50 +01:00
Lombiq
f0079280a9 Making some more script includes consistent by explicitly adding AtFoot() where it was implied 2014-02-27 16:42:10 +01:00
Nicholas Mayne
a958c6830c Moving GroupId check up as updates are made too early 2014-02-27 14:12:45 +00:00
Lombiq
1224bdc696 Making script includes consistent by explicitly adding AtFoot() where it was implied 2014-02-20 13:40:46 +01:00
Lombiq
924da7dec7 Adding inline documentation to reports 2014-02-14 14:30:53 +01:00
Zoltán Lehóczky
3d45e8953f Cleaning up dependencies in GalleryUpdatesController 2014-02-14 00:36:44 +01:00
Bertrand Le Roy
36d3139887 Consistency in summary admin rendering: added itemid attribute and summary class to media summary admin template. 2014-02-12 23:16:50 -08:00
Bertrand Le Roy
d10dc31898 This simple change makes it possible to call Display on the same pager twice, which is an important scenario (display pager on top and bottom of list). 2014-02-07 23:06:20 -08:00
Bertrand Le Roy
efa37e1d7a Added join types and join condition expressions on HQL API 2014-02-06 17:43:58 -08:00
myates
86d149f9f7 Modified admin javascript for check all checkbox to ignore disabled checkboxes. 2014-02-04 15:21:49 -08:00
fassetar
7366af95ee Filter creatable types based on permissions 2014-02-04 14:18:03 -08:00
Stanley Goldman
88fd2f2273 #20478: Checking Permissions in MediaLibrary AdminController
Work Item: 20478
2014-02-04 14:12:24 -08:00
Sebastien Ros
047ecd7109 Disposing sessions correctly 2014-01-30 16:58:58 -08:00
Daniel Stolt
cddd90e2f3 #20445: Changing CloudBlobContainerExtensions to use the new CloudBlockBlob.Exists() API instead of causing and swallowing exceptions.
Work Item: 20445
2014-01-24 16:21:23 +01:00
Bertrand Le Roy
2858fbf660 Fixed unclosed tag in media library field client-side template 2014-01-22 17:36:35 -08:00
Daniel Stolt
ece9cff117 #20433: Added specialized implementation of IMachineNameProvider that uses the role instance ID instead of the Windows machine name for task lease records, and activated this implementation for cloud services through Host.config. This makes task lease records resilient to role instance reimaging.
Work Item: 20433
2014-01-22 21:27:16 +01:00
Bertrand Le Roy
cc9624c741 Added a part setting for TermPart so the page size can be adjusted. 2014-01-18 19:43:08 -08:00
Bertrand Le Roy
529a43c1ed Added a part setting for TermPart so the display type can be changed on child items when displaying the details of the term. 2014-01-18 18:36:11 -08:00
Lombiq
d5b68e2c9a #20420: Fixing Internal server error on the Azure Storage emulator when multiple concurrent requests try to access Blob storage.
Work Item: 20420
2014-01-15 22:40:22 +01:00
Piotr Szmyd
068691af11 #20403: Custom forms performance fix. Form types should be fetched from available type definitions, not by scanning all content items.
Work Item: 20403
2014-01-06 19:12:44 +01:00
Bertrand Le Roy
87ccd59dc0 SSL transitions from https to http should not be forced on Ajax requests, as they can result in mixed security, and cross-domain failures. 2014-01-05 16:11:33 -08:00
Lombiq
9a07d8b419 Adding some inline documentation to shell management API 2013-12-27 01:27:04 +01:00
Daniel Stolt
2b793ad2b0 #20360: Adding Orchard.SecureSocketsLayer to Azure solution and adding a reference to it from Orchard.Azure.Web.
Work Item: 20360
2013-12-17 16:20:09 +01:00
Sebastien Ros
e193603822 Cleaning tenants cookie on logout
In order to prevent the redirection to re-authenticate
the user automatically.
2013-12-13 16:49:31 -08:00
Sebastien Ros
e99bba1669 #20355: Preventing collisions with default tenant
Work Item: 20355
2013-12-13 16:22:13 -08:00
Jean-Thierry Kéchichian
30c43ad130 #20318: Fixing Custom Forms submission.
Work Item: 20318
2013-12-10 18:05:22 +00:00
Jeff Olmstead
0c124207eb #19401: Adding tenant specific log information
Work Item: 19401

Signed-off-by: Sebastien Ros <sebastien.ros@microsoft.com>
2013-12-04 12:59:44 -08:00
Stanley Goldman
ee1bcb497b Adding ClickToBuildAzurePackage back
Signed-off-by: Sebastien Ros <sebastien.ros@microsoft.com>
2013-12-04 12:24:10 -08:00
Henry Kuijpers
ef5b5e46ce #20279: Preventing email duplicate when using owner
Work Item: 20279
2013-12-04 12:13:32 -08:00
Jay Harris
d679231271 #20292: Added Role field update for Definition Template
Work Item: 20292
2013-12-04 11:47:19 -08:00
Jay Harris
c418e09854 Fix issue 20292. In Definition Template, checkboxes were improperly inverted between the edit and publish columns. Also, default permissions were improperly wired up between PublishOwn and View permissions. 2013-12-04 11:46:05 -08:00
Tony Mackay
f033b78afe #20299: Fixed validation summary not being displayed
Work Item: 20299
2013-12-04 11:42:48 -08:00
jasperd
696239fda8 #17216: Theme codegen creates a Zones folder in the theme
Work Item: 17216
2013-11-25 08:26:36 +01:00
Sipke Schoorstra
7dff22a478 Making the hint for MediaPart.Caption a little bit more generic. 1.7.2 2013-11-10 22:05:39 +01:00
Sebastien Ros
7afb052e7c Updating version numbers 2013-11-08 16:53:03 -08:00
Sebastien Ros
4dd9f0f6f8 Fixing redirection support in OutputCache 2013-11-08 16:33:18 -08:00
Sebastien Ros
82025baaef Improving the settings message behavior 2013-11-08 15:44:59 -08:00
Sebastien Ros
2d927962e4 #20230: Improving the SSL module
Work Item: 20230
2013-11-08 14:50:07 -08:00
Sebastien Ros
322c433351 #20255: Moving some workflow activities to custom features
Work Item: 20255
2013-11-08 12:41:56 -08:00