Sipke Schoorstra
985be9375a
Fixed a bug in WebRequestActivity.
...
The activity always returned Success and Error in case of an HTTP error, instead of just Error.
2014-01-07 00:23:09 +01:00
Sebastien Ros
bf4e1d2c4d
Displaying Title and metadata for lists
2013-12-04 18:01:38 -08:00
Erik Oppedijk
ef7318fa58
remove webpages:enabled from scripts and content folders
2013-12-04 11:55:57 -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
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
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
01b6667d6d
Updating System.Net.Http
2013-11-13 15:38:05 -08:00
Sebastien Ros
6c0b85ad74
Merge branch 'master' into 1.x
...
Conflicts:
ClickToBuildAzurePackage.cmd
src/Orchard.Azure/Orchard.Azure.Web/Web.config
src/Orchard.Web/Modules/Orchard.CustomForms/Controllers/ItemController.cs
src/Orchard.Web/Modules/SysCache/Web.config
src/Orchard.Web/Orchard.Web.csproj
2013-11-11 18:11:53 -08:00
Sebastien Ros
7afb052e7c
Updating version numbers
2013-11-08 16:53:03 -08:00
Sebastien Ros
8fb93a8ecb
#20252 : Fixing Timer Activity expiration
...
Work Item: 20252
2013-11-01 12:17:41 -07:00
Sebastien Ros
78ae6ba28c
Making UpdatedActivityModel serializable
...
It's used in TempData
2013-10-28 11:47:30 -07:00
Sebastien Ros
673ef2c0a5
#20239 : Worflow local state
...
Work Item: 20239
2013-10-25 15:45:17 -07:00
Sebastien Ros
8723dac8a0
#20024 : Fixing Session State serialization in Workflows
...
Work Item: 20024
2013-10-25 09:44:33 -07:00
Eric McGrath
df60ed18f8
#20212 : Fixing potential NREs in WrokflowManager
...
Work Item: 20212
2013-10-24 14:41:43 -07:00
Sebastien Ros
f6f6a56c24
Merge branch 'feature/fw45' into 1.x
...
Conflicts:
src/Orchard.Azure/Orchard.Azure.Web/Web.config
src/Orchard.Azure/Orchard.Azure.csproj
src/Orchard.Web/Modules/Orchard.Autoroute/Specs/App.config
src/Orchard.Web/Modules/Orchard.Autoroute/Specs/Orchard.Autoroute.Specs.csproj
src/Orchard.Web/Modules/Orchard.Azure/Orchard.Azure.csproj
src/Orchard.Web/Modules/Orchard.Azure/Web.config
src/Orchard.Web/Modules/Orchard.Fields/Specs/App.config
src/Orchard.Web/Modules/Orchard.Fields/Specs/Orchard.Fields.Specs.csproj
src/Orchard.Web/Modules/Orchard.OutputCache/Scripts/Web.config
src/Orchard.Web/Modules/Orchard.Taxonomies/Styles/Web.config
src/Orchard.Web/Orchard.Web.csproj
src/Orchard.Web/Web.config
2013-10-11 16:40:44 -07:00
csadnt
c7a524536a
Bad 'Content' directives for assemblyInfo.cs files in these modules
2013-10-07 16:58:52 -07:00
Piotr Szmyd
a65a41a065
#20150 : Fixing possible NullReferenceExceptions after resuming a paused workflow.
...
Work Item: 20150
2013-09-24 23:16:03 +02:00
Sipke Schoorstra
6085d8cb15
Implementing a consistent usage of 'text', 'text small', 'text medium' and 'text large'.
...
Yes, it's the little things in life.
2013-09-14 16:00:42 -07:00
Sebastien Ros
13a7b70531
#20100 : Fixing multi-lines parsing in WebActivityTask
...
Work Item: 20100
2013-09-11 14:12:46 -07:00
Sebastien Ros
f0851bb5fb
Updating version numbers
2013-09-10 14:08:05 -07:00
Sebastien Ros
b6b307fb80
#19771 : Displaying a warning when no start activity is chosen
...
Also a message if any change needs to be saved
2013-09-06 17:35:15 -07:00
Erik Oppedijk
26c45498df
Remove unused assemblybinding redirect (mvc 2 to 3 redirect) from views folder
2013-08-27 22:07:42 +02:00
Sebastien Ros
6fe6b5afce
Fixing potential exception when NotifyActivity is not configured
2013-08-23 17:07:33 -07:00
Erik Oppedijk
8e84bd57e7
Upgrade projects and web.config to 4.5 FW
2013-08-23 15:16:14 +02:00
Sebastien Ros
a50e1b704d
#19799 : Improving tenants creation stability
...
Work Item: 19799
2013-08-22 18:23:29 -07:00
Sebastien Ros
936e790c95
#20032 : Adding a custom Form Submitted activity
...
Work Item: 20032
2013-08-20 15:08:04 -07:00
Erik Oppedijk
65eb63d29d
Update all MVC references to 4.0 and Razor to 2.0
2013-08-20 10:39:13 +02:00
agriffard
4940de0347
#19948 : Typo in Workflow
...
Work Item: 19948
2013-08-19 13:39:30 +02:00
Sebastien Ros
abac56cf58
#19987 : Decoupling worfklows from other modules
...
Work Item: 19987
2013-08-16 17:23:41 -07:00
Sebastien Ros
6a192cf154
#19953 : Removing duplicate style definitions
...
Work Item: 19953
2013-08-16 12:13:15 -07:00
Sebastien Ros
030f3ed4c6
#19938 : Workflow summary admin use T.Plural
...
Work Item: 19938
2013-08-16 12:05:28 -07:00
Erik Oppedijk
b49b65636f
remove IIS6 settings
2013-08-15 17:14:39 -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
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
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
c5ea6db372
Fixing typos in Taxonomies and Workflows
...
--HG--
branch : 1.x
extra : rebase_source : dcf609dbc4674c37e2ae2f026369490b369a6c8a
2013-07-23 17:55:01 +02: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
Sebastien Ros
3c195471d6
#19641 : Fixing exception when displaying all workflows
...
Work Item: 19641
--HG--
branch : 1.x
2013-07-08 16:29:00 -07:00
Sebastien Ros
3f27ec9ef4
#19853 : Preventing workflows from requiring a target content item
...
Work Item: 19853
--HG--
branch : 1.x
2013-07-07 19:31:07 -07:00
Sipke Schoorstra
5e496b6a6b
#19874 : Reversing script inclusion order between workflows scripts to prevent a potential "undefined" error.
...
Work Item: 19874
--HG--
branch : 1.x
2013-07-07 13:39:48 +02:00
Sebastien Ros
8e6d1cb9fa
Updating jsPlumb library
...
--HG--
branch : 1.x
2013-06-27 15:33:11 -07:00
Sebastien Ros
506be4a9d0
Updating manifest files
...
--HG--
branch : 1.x
2013-06-26 18:19:23 -07:00
Sebastien Ros
455d66b036
#19819 : Fixing exception thrown in UserTaskEditor
...
Work Item: 19819
--HG--
branch : 1.x
2013-06-26 13:19:54 -07:00
Sipke Schoorstra
e77dd8ad53
Updating Workflows manifest with description.
...
--HG--
branch : 1.x
2013-06-19 00:42:33 +02:00