Commit Graph

7455 Commits

Author SHA1 Message Date
Daniel Stolt
7df4f0abb6 Updating some Windows Azure dependencies to latest versions. 2013-12-09 19:53:53 +01:00
Daniel Stolt
0184cd235f Changing draft status text in media library thumbnail view. 2013-12-08 22:53:53 +01:00
Sebastien Ros
c736a615d2 Optimizing ContentIdentity comparison 2013-12-07 09:51:35 -08:00
Sebastien Ros
e89d6762e4 Fixing SiteTimeZoneSelector.cs for background tasks 2013-12-07 09:51:34 -08:00
Sebastien Ros
faefdf6936 Defining the default value for Settings.PageSize 2013-12-07 09:51:33 -08:00
Sebastien Ros
1ca9c8b133 Adding a default value setter for Infoset 2013-12-07 09:51:32 -08:00
Sipke Schoorstra
d667c3b3aa Merge branch '1.x' of https://git01.codeplex.com/orchard into 1.x 2013-12-07 16:34:24 +01:00
Jean-Thierry Kéchichian
99bcc5a881 #20318: Fixing Custom Forms submission.
Work Item: 20318
2013-12-07 16:34:11 +01:00
Sipke Schoorstra
358f312884 #20318: Fixing Custom Forms submission.
Work Item: 20318
2013-12-07 11:37:22 +01:00
Sebastien Ros
e3fef4d9fe Removing local file 2013-12-05 17:45:10 -08:00
Sebastien Ros
b374e9814f #19561: Implementing WebAPI filters support
Work Item: 19561
2013-12-05 17:42:05 -08:00
Sebastien Ros
e31b2bc10e Removing Orchard.Lists from being packaged independently 2013-12-05 15:03:20 -08:00
Stanley Goldman
951d76cd56 Adding role commands 2013-12-05 11:55:43 -08:00
Sebastien Ros
cce4f1def7 Restoring BlogPart.Name 2013-12-04 18:47:36 -08:00
Sebastien Ros
d33a44a473 Removing unnecessary App.Config file 2013-12-04 18:02:13 -08:00
Sebastien Ros
bf4e1d2c4d Displaying Title and metadata for lists 2013-12-04 18:01:38 -08:00
Sipke Schoorstra
c748ee447c Reviving Orchard.Lists 2013-12-04 17:09:33 -08:00
Erik Oppedijk
ae56ac4b89 Code generation, remove views\web.config 2013-12-04 11:56:01 -08:00
Erik Oppedijk
cd270493d1 Azure web.config cleanup 2013-12-04 11:56:00 -08:00
Erik Oppedijk
5dbe016022 webpages enabled removed from codegeneration 2013-12-04 11:55:58 -08:00
Erik Oppedijk
ef7318fa58 remove webpages:enabled from scripts and content folders 2013-12-04 11:55:57 -08:00
Erik Oppedijk
277f43c970 update assembly binding redirects 2013-12-04 11:55:55 -08:00
Erik Oppedijk
3061412961 Delete views/web.config and update webpages to 3.0 2013-12-04 11:55:54 -08:00
Erik Oppedijk
5805f0ad9b Repair intellisense, update references 2013-12-04 11:54:34 -08:00
Sebastien Ros
2e163a475b Removing direct use of BodyPartRecord 2013-12-03 15:05:02 -08:00
Sipke Schoorstra
a6a481b78a Fixing RuntimeBinderException ("Cannot implicitly convert type 'Foo' to 'Newtonsoft.Json.Linq.JToken'") when getting a complex type from the workflow state. 2013-11-29 00:51:49 +01:00
Sipke Schoorstra
8f35d97621 Fixing RuntimeBinderException ("Cannot implicitly convert type 'Foo' to 'Newtonsoft.Json.Linq.JToken'") when adding a complex type to the workflow state. 2013-11-29 00:42:25 +01:00
Sebastien Ros
a2d91796d1 Add a configuration flag to disable cache files
The cache files cache.dat and mappings.bin can have
concurrency issues in case multiple instances try to access
them concurrently (see Azure Web Sites)
2013-11-27 17:23:18 -08:00
Sebastien Ros
48479f3d69 Fixing unit tests 2013-11-27 11:45:11 -08:00
Sebastien Ros
654c432365 Grouping routes also by name 2013-11-27 11:44:52 -08:00
Sebastien Ros
0cce4b4357 Lock ShellDescriptor cache
The cache.dat files contains the enabled features for every tenants.
This file is accessed in read/write by all tenants when they are loaded
or changed. This can happen concurrently if tenants are activated
in parallel, if multiple servers are using the same file system, or if
multiple tenants get their features changed at the same time. This
commit doesn't fix the case of multiple web roles accessing the same
file system (WAWS).
2013-11-26 15:12:35 -08:00
Sebastien Ros
082b28204b Activate tenants in parallel 2013-11-26 15:12:34 -08:00
Sipke Schoorstra
5888caa3d3 Media Library: adding support for displaying draft items. 2013-11-23 18:51:37 +01:00
Bertrand Le Roy
6477ddc828 Removed unused tokenizer from notification activity. 2013-11-22 23:04:30 -08:00
Bertrand Le Roy
da19df982d Added a logging workflow activity that adds an entry in the application logs 2013-11-22 23:02:20 -08:00
Sebastien Ros
372579d9c8 Fixing feature enabling and adding ContextState 2013-11-20 16:01:03 -08:00
Bertrand Le Roy
5193ba7b0c Made admin pages print pretty: menu is removed, as are save buttons and backgrounds. 2013-11-19 22:03:09 -08:00
Sipke Schoorstra
cd6bf2c357 Fixing a stack overflow exception when the HttpContext is mocked (for Orchard command line and Background processed) when accessing the site settings (which is needed to for the HttpContext stand-in). 2013-11-20 01:31:50 +01:00
Sebastien Ros
b751ef7216 Preventing app to restart when a tenant is created 2013-11-18 21:17:22 -08:00
Sebastien Ros
889cbdc853 Removing unnecessary transaction 2013-11-18 21:16:26 -08:00
Sebastien Ros
48d0c104ae Ensuring IProcessingEngine tasks are executed on the same work context 2013-11-18 21:11:24 -08:00
Sebastien Ros
c4b4967e06 Grouping shell routes by area and priority 2013-11-18 21:10:30 -08:00
Sebastien Ros
01b6667d6d Updating System.Net.Http 2013-11-13 15:38:05 -08:00
Sebastien Ros
7b2f7dc165 Fixing merge changes 2013-11-12 18:07:39 -08:00
Sebastien Ros
856bf94853 Fixing wrong media queries 2013-11-12 17:56:05 -08:00
Sebastien Ros
1a8219ca80 Shifting Media parts 2013-11-12 17:56:03 -08:00
Sebastien Ros
386c1b7d6d Fixing unit tests 2013-11-12 17:56:02 -08:00
Sebastien Ros
de0c4345f0 Shifting WarmupSettingsPart 2013-11-12 17:56:00 -08:00
Sebastien Ros
04b5e35765 Shifting SmtpSettingsPart 2013-11-12 17:55:57 -08:00
Sebastien Ros
ef12e5321a Shifting RegistrationSettingsPart 2013-11-12 17:55:56 -08:00