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
Hundrer
9839ceca69
Fix #6825 by reducing the changed files to those only related to the issue ( #7916 )
2018-01-04 12:27:51 -08:00
Hermes Sbicego
5800e18324
Implements #7921 extend query to support latest versions ( #7923 )
...
* - Adds the column LatestValue to all type of FieldIndexRecord
- Adds Indexes to increase performances in queries
- Adds Handler to store LatestValue during Update event
- Adds Service to Get and Set the LatestValue of a field
- Adds heavy projections index tables update to the Upgrade module
* - Adds a new Transaction foreach content update in order to prevent tables locks during import
* - Adds Index over FieldIndexPartRecord_Id
* - Adds Column ScopeVersion to QueryPartRecord and manage it during the part's lifecycle
- Manage Queries using ScopeVersion informations
* - Manage the scope of the query within Fields
* - Manage the sort criterion for fields based on the VersionScope of the query
* - Adds the source QueryPartRecord which generates the IHqlQuery to FilterContext and SortCriteriaContext: used in ProjectionManager
- Adds a method which returns the columnName to Sort/Filter to FilterContext and SortCriteriaContext: used in ContentFieldsSortCriteria
- Externalize the logic to calculate the column to index
- Merge Update 4 and 5
- Modified the label "Query Version Scope" into "Content's version"
* - Batch upgrade for LatestValue
* - async ajax call in order to prevent freezing UI
* - Created a context for lambda diversification
2018-01-04 12:20:51 -08:00
Hermes Sbicego
5dc0003f25
Adds the Unpublished Event and the Unpublish Task to workflows ( #7929 )
...
Fixes #7902
2018-01-04 12:18:16 -08:00
Lombiq
b21c1edabb
CodeGeneration: Fixing that the csproj template should specify DotNetCompilerPlatform reference details
2017-12-22 21:00:29 +01:00
Lombiq
26706a0b39
Orchard.Web: Removing language version restriction for Dynamic Compilation and updating codegen template
2017-12-22 20:47:00 +01:00
Lombiq
daf8678cac
Extension web.configs: Specifying DotNetCompilerPlatform DLL version and removing language version restriction (as it's meaningless)
2017-12-22 20:42:27 +01:00
Lombiq
ebc3b86dfd
Orchard.DynamicForms: Adding TypeScriptToolsVersion property to csproj to remove build warning
2017-12-22 20:08:47 +01:00
Benedek Farkas
ed0c60c5fd
5408: Dropping static view compilation temporarily to be able support Dynamic Compilation with Roslyn ( #7892 )
2017-12-21 12:49:53 -08:00
Carl Woodhouse
9ea077830b
Fixed the image profiler manager returning profile paths even when the image creation has failed ( #7901 )
2017-12-07 12:07:49 -08:00
Hazzamanic
60077743eb
#7794 make shape descriptor key comparison case insensitive ( #7904 )
2017-12-04 10:09:39 -08:00
GiuseppeMusso-Laser
2821e362a0
Lucene index settings lock file ( #7897 )
...
Fixes #7890
2017-11-30 12:10:55 -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
Andrew Cartwright
3152bb131a
Adds support for multiple urls in urlcondition ( #7868 )
...
Fixes #1067
2017-09-28 12:11:56 -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
Matteo Piovanelli
244ea89b27
Added join to order results of the query ( #7860 )
...
Fixes #7859
2017-09-21 12:09:42 -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
Carl Woodhouse
a992c1e74e
Made shape placement parsing strategy extendable with providers ( #7837 )
2017-09-07 12:40:49 -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
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
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
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
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