Commit Graph

49 Commits

Author SHA1 Message Date
Sebastien Ros
37f5685065 Updating version numbers 2014-03-28 11:11:45 -07:00
Sebastien Ros
24f9225361 #20241, #20191: Fixing Decision Script
- Boolean field what incorrectly updating values for drafts
- Decision script is now using #{ } token syntax by default
- ContentItem is used by custom forms

Work Items: 20241, 20191
2014-03-21 17:57:34 -07:00
Sebastien Ros
6e8e010fe2 Revert "Optimizing client forms validation"
This reverts commit 878f45ad86.
2014-03-21 16:41:46 -07:00
Sebastien Ros
878f45ad86 Optimizing client forms validation 2014-03-20 14:27:04 -07:00
Sebastien Ros
de4a12defa Merge branch '1.7.x' into 1.x 2014-02-03 16:32:08 -08:00
Sebastien Ros
57d0dde156 Upgrading to ASP.NET MVC 5.1 2014-01-21 18:12:22 -08: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
Jean-Thierry Kéchichian
30c43ad130 #20318: Fixing Custom Forms submission.
Work Item: 20318
2013-12-10 18:05:22 +00:00
Jean-Thierry Kéchichian
99bcc5a881 #20318: Fixing Custom Forms submission.
Work Item: 20318
2013-12-07 16:34:11 +01: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
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
17852686e0 Refactoring previous commit 2013-11-07 15:50:39 -08:00
Sebastien Ros
6093eee47b Refactoring previous commit 2013-11-07 15:50:09 -08:00
Sebastien Ros
ed86aaf49b #19940: Don't create draft custom forms
Work Item: 19940
2013-11-07 15:47:25 -08:00
Sebastien Ros
fc715b59ef #20026: Making Custom Forms not draftable
Work Item: 20026
2013-10-23 16:18:36 -07:00
Sebastien Ros
fcae27240c #20183: Fixing custom form part shape property
Work Item: 20183
2013-10-23 16:09:00 -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
Sebastien Ros
f0851bb5fb Updating version numbers 2013-09-10 14:08:05 -07:00
Erik Oppedijk
ad35f7d900 remove cast from dynamic to object for medium trust 2013-08-31 15:15:10 +02:00
Erik Oppedijk
26c45498df Remove unused assemblybinding redirect (mvc 2 to 3 redirect) from views folder 2013-08-27 22:07:42 +02:00
Erik Oppedijk
8e84bd57e7 Upgrade projects and web.config to 4.5 FW 2013-08-23 15:16:14 +02:00
Sebastien Ros
9ca4349218 Fixing custom forms event 2013-08-20 17:08:02 -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
Erik Oppedijk
b49b65636f remove IIS6 settings 2013-08-15 17:14:39 -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
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
GQAdonis
7e4333722e #19732: Retaining update editor for custom forms widgets
Work Item: 19732

--HG--
branch : 1.x
2013-07-15 11:50:27 -07:00
Sipke Schoorstra
684284747f #19372: Consistifying ContentITem value on Model Validation Error. At the same time removing the cast from dynamic to object, since we dropped support for less than Full trust.
Work Item: 19372

--HG--
branch : 1.x
2012-12-22 10:06:05 +01:00
Sipke Schoorstra
5c74d8a8b7 Fixing CustomFormEvents (dictionary lookups are case sensitive).
--HG--
branch : 1.x
2013-06-29 18:01:56 +02:00
Sebastien Ros
506be4a9d0 Updating manifest files
--HG--
branch : 1.x
2013-06-26 18:19:23 -07:00
Michael Yates@MichaelNotebook
014fd5299c Fix for Issue 19586
--HG--
branch : 1.x
extra : source : 5221d8a6740a969ac8c01a3983419067da2659ff
2013-04-08 10:11:06 +10:00
jorgegamba
aaa78faa9f #19280: Fixing Custom Forms pager
* Fixes the query for get the pager total item count.

Work Item: 19280

--HG--
branch : 1.x
extra : rebase_source : 4761b43545d4d001a67b786cb791e6f14cd3eb58
2012-11-21 13:52:20 -05:00
Sebastien Ros
6f8620d03f Cleaning page class names
--HG--
branch : 1.x
2013-04-24 12:05:26 -07:00
Jeff Bullock
c940f83474 Added ManageForms Permission
--HG--
branch : 1.x
extra : source : e56047c49121177ab4828fdcc5660643911eec9f
2013-04-03 15:54:20 +01:00
Sebastien Ros
babdd75b3e Fixing some AssemblyInfo.cs files which where not compiled
--HG--
branch : 1.x
2012-11-09 11:00:20 -08:00
Sebastien Ros
b85ac2ec9d #19169: Fixing Custom Forms redirection scenarios
Work Item: 19169

--HG--
branch : 1.x
2012-10-22 14:55:57 -07:00
Sebastien Ros
81ed251b80 Updating version numbers
--HG--
branch : 1.x
2012-10-18 12:49:52 -07:00
Sebastien Ros
a8ac4d1930 #19121: Fixing Custom Forms bulk actions
The view was not fully using the Contents controller.

Work Item: 19121

--HG--
branch : 1.x
2012-10-18 10:43:29 -07:00
Sebastien Ros
a3d7a943d8 #19076: Fixing typo
Work Item: 19076

--HG--
branch : 1.x
2012-10-05 11:08:14 -07:00
Sebastien Ros
57c9ed5d8c #18822: Fixing custom forms widgets on invalid entry
Work Item: 18822

--HG--
branch : 1.x
2012-09-28 14:08:26 -07:00
DavidHayden
6c559e6861 #18978: Implementing CustomForms import/export
Work Item: 18978

--HG--
branch : 1.x
2012-09-24 14:23:02 -07:00
Sebastien Ros
bccf6ab3ce #19027: Fixing script submission in custom forms
Work Item: 19027

--HG--
branch : 1.x
2012-09-24 11:55:11 -07:00
Sebastien Ros
2695ee6db7 #18867: Rendering CustomForm title
Work Item: 18867

--HG--
branch : 1.x
2012-09-21 15:25:09 -07:00
Sebastien Ros
e41c207758 Including Orchard.CustomForms
--HG--
branch : 1.x
2012-08-22 15:36:04 -07:00