Commit Graph

11191 Commits

Author SHA1 Message Date
Matteo Piovanelli
baac878337 Terms could not be saved (#7907)
Fixes #7676
2017-12-06 09:18:17 -08:00
Sam Harwell
024eaff854 Remove duplicate project reference (#7899) 2017-11-29 08:15:42 -08:00
Benedek Farkas
698791aed2 Updating Orchard.Glimpse and Orchard.OpenId to support Dynamic Compilation with C# 6 2017-11-10 15:13:40 +01:00
Benedek Farkas
3d37ded6b0 Updating Orchard.Glimpse and Orchard.OpenId to support View Compilation (#7713) 2017-11-10 15:12:46 +01:00
Benedek Farkas
018f07e1ca Adding missing file to Orchard.Core.csproj 2017-11-10 01:06:10 +01:00
Benedek Farkas
d8338df357 Fixing auto-merge errors 2017-11-10 01:01:21 +01:00
Benedek Farkas
7599a25594 Merge branch '1.10.x' into dev
# Conflicts:
#	src/Orchard.Azure.Tests/Orchard.Azure.Tests.csproj
#	src/Orchard.Azure/Orchard.Azure.Web/Orchard.Azure.Web.csproj
#	src/Orchard.Core.Tests/Orchard.Core.Tests.csproj
#	src/Orchard.Profile/Orchard.Profile.csproj
#	src/Orchard.Tests.Modules/Orchard.Tests.Modules.csproj
#	src/Orchard.Tests/Orchard.Framework.Tests.csproj
#	src/Orchard.Web/Core/Navigation/Migrations.cs
#	src/Orchard.Web/Modules/Orchard.MediaLibrary/Controllers/FolderController.cs
#	src/Orchard.Web/Modules/Orchard.MediaLibrary/Services/XmlRpcHandler.cs
#	src/Orchard.Web/Modules/Orchard.Taxonomies/Orchard.Taxonomies.csproj
#	src/Orchard.Web/Orchard.Web.csproj
#	src/Orchard.Web/Web.config
#	src/Orchard.Web/packages.config
#	src/Orchard/Mvc/MvcModule.cs
#	src/Orchard/Orchard.Framework.csproj
2017-11-10 00:54:02 +01:00
Sergio Navarro
fd3ad79dca Added eagerly loading extensions (#7861) 2017-11-09 12:10:03 -08:00
Mohammad Dameer
102d386d03 Update last modified and by properties when replace media item (#7889)
Fixes #7874
2017-11-09 12:08:10 -08:00
ub3rman123
59dc2bab85 Adds Created Content token for Dynamic Form submission (#7879)
Fixes #7878
2017-11-09 12:06:08 -08:00
Benedek Farkas
2904d35d91 Enabling C# 6 for Dynamic Compilation and Razor IntelliSense
Fixes #5408
2017-11-09 12:04:12 -08:00
Lombiq
54b4ca174a Updating codegen to support view compilation (#7713) 2017-11-06 19:19:44 +01:00
Matteo Piovanelli
584ba97b27 Binding in ContentType editor (#7886)
Change the prefix so that binding does not care whether parts are in a different order in the type definition
2017-10-26 12:14:42 -07:00
Matteo Piovanelli
f146b81f47 Rolls back previous change (#7882)
#7877 introduced more issues than it solved. I propose rolling it back, and test this deeper.
2017-10-13 12:31:06 -07:00
Matteo Piovanelli
d6fa50aaee TaxonomyField was running Update when it should not (#7877) 2017-10-12 12:21:40 -07:00
Andrew Cartwright
3152bb131a Adds support for multiple urls in urlcondition (#7868)
Fixes #1067
2017-09-28 12:11:56 -07:00
Ryan Wawrzaszek
521087d489 Extend ISearchBuilder to support grouping clauses (#7850)
Fixes #5764
2017-09-21 12:37:57 -07:00
ViRuSTriNiTy
f5192d89c7 [Fixes #7862] Orchard.Taxonomies, allow autocomplete query to return results when no query term is passed (#7865)
Fixes #7862
2017-09-21 12:30:44 -07:00
Jack Cheng
7a734ec8bc Fixed comments total at /Admin/Blogs is always 0
Fixes #7838
2017-09-21 12:22:42 -07:00
Matteo Piovanelli
244ea89b27 Added join to order results of the query (#7860)
Fixes #7859
2017-09-21 12:09:42 -07:00
Another Developer
f7ddd1eb94 Adding null check on workContextAccessor. (#7864)
Fixes #4623
2017-09-21 12:07:09 -07:00
Matteo Piovanelli
e407bb86aa Allow handling culture patterns more robustly (#7867)
Fixes #7866
2017-09-21 12:06:14 -07:00
Lombiq
6a6e059ee4 Removing leftover code that prevented every spam filtered content item from being persisted if spam was configured to be deleted 2017-09-15 21:16:22 +02:00
Andrew Cartwright
7b92bee1fc Makes ContentItemId nullable for audit trail summary admin (#7824) 2017-09-14 12:30:49 -07:00
greg84
630613db75 Only query database if a new tag is being added. (#7845) 2017-09-14 12:29:54 -07:00
Julián Alazorza
8036e539b6 Display custom login errors (#7734)
Fixes #7588
2017-09-14 12:26:55 -07:00
Carl Woodhouse
a992c1e74e Made shape placement parsing strategy extendable with providers (#7837) 2017-09-07 12:40:49 -07:00
Julián Alazorza
70adb1833f Add outcome for when email failed (#7825) 2017-08-31 12:19:46 -07:00
Mohammad Dameer
5ea4a7a397 Add placeholder editor form and attribute for applicable fields (#7820) 2017-08-31 12:18:45 -07:00
ViRuSTriNiTy
fc38e0eb5d [Fixes #7811] Fixes exception occurred when BaseUrl setting is not set (#7813)
Fixes #7811
2017-08-17 12:12:02 -07:00
ViRuSTriNiTy
375c935ec7 [Fixes #7815] Orchard.MediaProcessing, adds scale option to resize filter (#7816)
Fixes #7815
2017-08-17 12:07:51 -07:00
ViRuSTriNiTy
a4240b107a [Fixes #7817] Orchard.MediaProcessing, fixed dimension format in filter descriptions (#7818)
Fixes #7817

* - fixed dimension format in filter descriptions
2017-08-17 12:05:21 -07:00
Kegan Maher
2b76dc95f8 Adding Identity to ShapeMenuItem (#7790) 2017-08-10 12:17:08 -07:00
Hazzamanic
bcf5f7a196 Update WebRequest help with correct way to format JSON (#7761)
Fixes #7760
2017-08-10 12:16:42 -07:00
Hazzamanic
af922a01be Updates the placement editor screen to support moving shapes into tabs (#7795)
Fixes #7791
2017-08-10 12:14:33 -07:00
Matteo Piovanelli
a9261d879d Fix taxonomy localization issue with fields (#7808)
Fixes #7805
2017-08-10 12:13:49 -07:00
LorenzoFrediani-Laser
2c5021f8d1 Add Validation FolderName to generate valid url link (#7768) 2017-08-03 12:20:49 -07:00
Chris Payne
7373c11a1e Removes IDisplayedContentItemHandler in favour of ICacheTagProvider (#7793)
Fixes #7792
2017-08-03 12:18:47 -07:00
Chanond Wongpiya
5ce43b6827 Exclude file from gulp (#7786) 2017-07-27 13:15:59 -07:00
GiuseppeMusso-Laser
bb4116dbb9 Fix for issue #7763, bug 2. (#7764)
Avoided NullReferenceException in case of null value.
2017-07-27 12:23:26 -07:00
Julián Alazorza
be577ee486 Fix Logger not showing url when exception occurs (#7782) 2017-07-27 12:18:49 -07:00
Jean Jordaan
db8e06e7e8 Drive-by typo fix (#7769) 2017-07-11 14:10:25 +02:00
Andrew Cartwright
eff20785aa Adds support to LocalizationStreamParser for po entrys spanning multiple lines (#7752) 2017-07-06 21:13:05 +02:00
Xceno
93f8129cfa Orchard.Dashboards should use the existing bootstrap.css from Orchard.Resources. (#7756)
Fixes #7755
2017-07-06 21:08:03 +02:00
Benedek Farkas
cdcec3cd8b #7713: View compilation with MSBuild (#7732)
Fixes #7713
2017-06-29 21:10:51 +02:00
Julián Alazorza
fca9bb41af #7055 changes taxonomy weight (#7709)
Fixes #7055
2017-06-29 21:09:45 +02:00
GiuseppeMusso-Laser
8fc3963acb Media Library: added global media permissions (#7622)
Fixes #7620
2017-06-22 12:27:29 -07:00
Hermes Sbicego
044f079e28 [#7729] Text tokens enhancements (#7730)
Fixes #7729
2017-06-22 12:25:39 -07:00
Jim Macdonald
09cea0f41e Fixing references / view file due to view compilation errors (#7719) 2017-06-15 12:07:23 -07:00
chanond-w
067dacf614 Correct the method name MediaLibrayServiceExtensions (#7728)
Fixes #7679
2017-06-15 12:06:39 -07:00