Commit Graph

10978 Commits

Author SHA1 Message Date
LorenzoFrediani-Laser
999ecd0786 Delete obsolete profile images (#8157)
Fixes ##8156

Delete profiles media's files when deleting media's files.
Delete empty profiles folder.
2019-01-31 12:17:11 -08:00
MarcoViglione-Laser
9321082d44 Alias removal is now executed on the published version of a content (#8100) (#8150) 2019-01-10 12:06:51 -08:00
LorenzoFrediani-Laser
8826c4cdee Issue 8151 implementation (#8153)
Localization Summary admin must authorize for CreateContent permission to a specific contentitem and not a generic PublishContent permission
2019-01-10 12:05:58 -08:00
Lombiq
efcf028696 Orchard.Layouts: Restoring backwards-compatibility with Snippets that don't have a separate manifest 2018-12-18 15:07:04 +01:00
Lombiq
c91bd63fca Orchard.Layouts: Simplifying Snippet Manifest parsing (#8149) 2018-12-18 13:02:51 +01:00
Lombiq
bb8e109582 Orchard.Layouts: Upgrading YamlDotNet to 5.3.0 and dynamic Snippet Manifest parsing replaced with static typing (#8149) 2018-12-17 21:30:26 +01:00
Lombiq
998946ba00 Orchard.Layouts: Fixing code styling in ElementSessionState and removing ElementInstance 2018-12-17 19:06:55 +01:00
Lombiq
1d3e9a523f Removing YamlDotNet package from Orchard.Framework as it's not used 2018-12-04 22:22:34 +01:00
Lombiq
f3be1504df Updating DotNetZip (Ionic.Zip) package to 1.12 2018-12-03 16:15:53 +01:00
Lombiq
3e77690465 Updating Microsoft.Data.* and System.Spatial packages to latest (5.8.4) version 2018-12-03 15:37:27 +01:00
Benedek Farkas
ff20581899
Sebros/fixes (#8141)
* Encoding translated user inputs

* Ensure the media whitelist is enforced
2018-12-03 14:17:10 +01:00
Sébastien Ros
bb6c8ed624
Fixing NRE in DefaultTagCache (#8135) 2018-11-06 09:17:22 -08:00
Lombiq
3c3f58fb3c Localization: Fixing that translated day and month names should be split along space characters as well (#7726)
https://github.com/OrchardCMS/Orchard/issues/7726#issuecomment-425499175
2018-10-08 23:21:01 +02:00
Lombiq
3644d868ec Localization: Fixing that LocalizationDateTimeFormatProvider should be less sensitive to the formatting of the translated strings (#7738) 2018-09-28 18:03:11 +02:00
Lombiq
e527272013 Orchard.Forms: Adding Numberbox (input type="number") shape to EditorShapes 2018-09-28 16:41:37 +02:00
Lombiq
1d22f27bf0 Orchard.Forms: Fixing that local variable name in the Textarea shape did not reflect its content 2018-09-28 16:25:18 +02:00
Benedek Farkas
c3b11fca44 Upgrading TinyMCE to latest version (#8118) 2018-09-27 12:06:00 -07:00
Lombiq
61989d92d4 Framework: Code styling and simplification in GroupInfo.cs and StringExtensions.cs 2018-09-25 18:59:59 +02:00
Lombiq
55485cb465 Framework: Fixing that TemplateFilterForPart should be able to identify an editor group name with spaces (#7683) 2018-09-25 18:58:28 +02:00
Lombiq
cd301e0f94 Orchard.Web/Web.config: Restoring that certain compiler warnings should be ignored during Dynamic Compilation
1659 is not re-added, because it's not used anymore
2018-09-21 13:29:45 +02:00
Lombiq
d202598953 Orchard.Projections: Fixing build warning in MemberBindingsStep
The change in the previous commit (b497f80dd7) is required for this to work
2018-09-19 22:48:18 +02:00
Lombiq
b497f80dd7 Orchard.Recipes: Fixing that RecipeExecutionLogger should be able to handle messages without arguments 2018-09-19 22:45:34 +02:00
Lombiq
1a1470c77a Orchard.Dashboards: Fixing build warning in Debug mode
This change also makes the value of that configuration the same as other modules
2018-09-19 22:44:26 +02:00
Lombiq
f31e6aa60d Upgrading DotNetCompilerPlatform package from 2.0.0 to 2.0.1
This update includes version 2.9.0 of the Roslyn package (improved C# 7.3 compilation)
2018-09-19 20:59:06 +02:00
Lombiq
65f78c3d8d Orchard.Layouts: Fixing potential NRE in ContentPartDisplay (fixes #8110) 2018-09-19 19:27:48 +02:00
Benedek Farkas
be802146bc
Dynamic C# Compilation, Static and Dynamic Razor Compilation with Roslyn (1.10.x) (#7713) 2018-09-19 13:45:23 +02:00
Benedek Farkas
fab98c5adb
Projections: Updating QueryVersionScopeOptions and ProjectionManager to support Draft-only Queries (#8111) 2018-09-13 22:41:10 +02:00
Lombiq
c68bb8bf77 Adding .editorconfig for Visual Studio 2017 (and above)
https://docs.microsoft.com/en-us/visualstudio/ide/create-portable-custom-editor-options
2018-09-13 18:56:10 +02:00
Hermes Sbicego
9a308335bf Editor placement on admin only 2018-08-09 12:15:05 -07:00
Hermes Sbicego
d44120ff3a Fixes #8090 - Weird ManageMenu Permissions (#8092) 2018-08-09 12:10:55 -07:00
Jay Harris
79aacf86b8 Update validation RegEx for email to latest spec (#8085) 2018-08-02 12:26:53 -07:00
Jay Harris
aa9276d9f0 Remove duplicate json.net assembly binding (#8086)
Fixes #7931
2018-08-02 12:19:42 -07:00
Mohammad Dameer
cc4be02dd1 Prevent the usage of "null" as tenant name (#8058) 2018-05-31 12:09:14 -07:00
Sipke Schoorstra
d3f4c91d40 Fixing ExclusiveBranchActivity
The ToList call prevents an issue where the foreach body would cause a collection change, whoch would throw a "collection modified" exception.
2018-05-21 12:54:03 +02:00
Matteo Piovanelli
92ca4128e3 Fix List.cshtml with new permission (#8053) 2018-05-17 12:21:59 -07:00
LorenzoFrediani-Laser
4c78799be3 Add javascript event onSelect (#8047)
Fixes #8046
2018-05-11 12:20:46 -07:00
Hermes Sbicego
de52d82955 [8030] Adds "Create content" permission (#8048)
Fixes #8030
2018-05-11 12:19:49 -07:00
Mohammad Dameer
c1522d5b03 Support byte[] column type with new test for generic create command method (#8050) 2018-05-11 12:08:52 -07:00
Matteo Piovanelli
91f0dac7dd Added Configuration to MembershipValidationService (#8029)
Fixes #8003
2018-04-19 12:10:00 -07:00
Lombiq
685f092a22 Adding authorization to widgets displayed from Layouts 2018-04-17 23:49:51 +02:00
Surawout Thepchalerm
25718a3e90 Added PostgreSqlCommandInterpreter (#8010)
Fixes #7942
2018-04-12 13:11:23 -07:00
Matteo Piovanelli
6da6368bcc Removed LocalizationPart (#7911) 2018-04-05 12:24:34 -07:00
Sébastien Ros
e3f010d62b
Remove usage of BinaryFormatter for file cache (#8005) 2018-03-29 14:38:54 -07:00
Sébastien Ros
1908fff595
Fixing the FileSystemOutputCache feature (#7913)
Fixes #8004 #6115 
- Caching keys for filenames to prevent too long paths
- Separating metadata from content storage to optimize some scenarios
2018-03-29 09:53:56 -07:00
greg84
cc5ffcd313 Allow event propagation for RemoveUrl/UnsafeUrl links (#7994) 2018-03-22 12:21:11 -07:00
Matteo Piovanelli
b0db0454a5 Fix/failed tests (#7993)
* Fixed 10 tests that failed because the constructor for a service had changed. 26 Failing tests to fix.

* Fixed 4 tests that failed because the constructor for a service had changed. 22 Failing tests to fix.

* Fixed 7 tests from Orchard.Specs that were failing because of the changes made to how the name property of the form components for fields were generated.

* Fixed 2 more tests from Orchard.Specs
2018-03-15 12:16:16 -07:00
Carl Woodhouse
fcaaac3489 Decoupled cache eviction from cache settings handler fixes #7958 (#7959) 2018-02-01 14:46:05 -08:00
Lombiq
aa969534a8 Orchard.Web: CopyRoslynFilesToOutputFolder task is now more tolerant to file locking 2018-01-24 20:28:05 +01:00
Xceno
7b971f4ce4 Workaround for possible NRE while indexing ContentItemRecords. (#7937) (#7938) 2018-01-18 12:37:17 -08:00
Lombiq
5753a7cacc Fixing that ClickToBuild couldn't find VS 2017's MSBuild 2018-01-12 00:20:22 +01:00