Sipke Schoorstra
ba409819f2
#5237 : Consistified media library breadcrumbs.
2015-05-04 17:59:38 +02:00
Sébastien Ros
1a9be8c57a
Merge pull request #5202 from jtkech/patch-3
...
#5113 : SecureSocketsLayer, incorrect Hostname when port number is included
2015-04-30 12:33:48 -07:00
Sébastien Ros
f2f9d8c1ca
Merge pull request #5201 from thekaveman/1.8.x
...
Fix null exception in AzureBlobStorageProvider.GetStoragePath
2015-04-30 12:32:10 -07:00
Sipke Schoorstra
e557151b28
Merge branch '1.8.2-int' into 1.8.x
...
Conflicts:
src/Orchard.Web/Modules/Orchard.Autoroute/Services/AutorouteService.cs
2015-04-27 16:01:10 +02:00
Sipke Schoorstra
a88d68ee7a
Added missing *Types* property to ContentPicker shape.
...
This fixes an issue where you could not configure the content picker shape to filter the available content items by types or types with certain parts.
2015-04-27 14:05:50 +02:00
Sipke Schoorstra
ae17c75a5e
Fixed controller for SELECT input controls.
...
When using a SELECT input control, that control itself would be initialized with the call to "toggleWhatYouControl" instead of its child OPTION elements.
2015-04-27 08:36:38 +02:00
Sipke Schoorstra
363ae13ef7
#5137 : Fixed homepage being lost when content with empty alias is removed.
2015-04-26 13:58:22 +02:00
Sipke Schoorstra
060720e92c
Minor code formatting + cleanup.
2015-04-25 10:20:00 +02:00
Sipke Schoorstra
b2b2e1cf37
#5137 : Fixed homepage being lost when content with empty alias is removed.
2015-04-25 10:13:04 +02:00
jtkech
6615ea961e
#5113 : SecureSocketsLayerService: Incorrect Hostname when port number is included
...
For example, with a hostname = "localhost:44300", the UriBuilder.Host becomes "44300"
2015-04-25 04:11:16 +02:00
Kegan Maher
6baf308b1f
avoid null exception in AzureBlobStorageProvider.GetStoragePath, fixes #4402
2015-04-24 15:06:01 -07:00
Sébastien Ros
a34c3806c8
Merge pull request #5184 from benschi11/issue/4905
...
Fixed #4905 : Taxonomy term counter does not decrease.
2015-04-20 21:15:27 -07:00
Benedikt Neuhold
a7f086317d
Fixed #4905 : Taxonomy term counter does not decrease.
...
I think the problem is that the TermsPartHandler triggers the TermCountProcessor as a Task async and the TermCountProcessor used the ContentTypeId as a parameter.
If a ContentItem gets deleted, the TermCountProcessor cannot access it anymore and the Terms won't getting reprocessed which results in a wrong count.
I altered the ITermCountProcessor interface to accept TermPartRecordId's instead of the ContentTypeId and use this id's directly.
I also had to add a call for the ITermCountProcessor in the TermService UpdateTerm method. This is because when you re-publish a ContentItem only the new Terms are available in the PublishedEvent - but also terms from the previous version needed to be processed.
2015-04-20 16:24:28 -05:00
Sébastien Ros
5cd169d4fe
Merge pull request #5176 from jtkech/patch-2
...
#5148 : Default recipe error on setup
2015-04-18 08:44:38 -07:00
jtkech
009edb8d75
#5148 : Default recipe error logged on setup
2015-04-18 01:03:04 +02:00
Katsuyuki Ohmuro
93abfc0aca
#21218 : Fixing IFilterProvider execution order
...
Work Item: 21218
2015-03-05 22:55:23 +01:00
Lombiq
1407ff7fce
Fixing Taxonomies migration return value
2015-02-24 21:31:01 +01:00
Zoltán Lehóczky
cc7754c9eb
Merge branch 'issue/21071' into 1.8.x
2015-02-23 17:07:17 +01:00
Lombiq
0d52799fb0
Deferring Taxonomies term count calculation to a processing engine task, lowering the chance of DB deadlocks
2015-02-20 00:27:11 +01:00
Lombiq
aaf9387cc4
Adding index on Taxonomies TermPartRecord.Path as its frequently queried
2015-02-19 23:18:11 +01:00
Matt Varblow
d72ce5a522
#20957 : ContentTypeDefinitionBuilder Placement extension method throws away some of your placements.
...
Work Item: 20957
2015-02-14 16:40:09 +00:00
Jason Burgard
970d0274a6
#20089 : Content picker does not persist unpublished items.
...
Work Item: 20089
2015-02-14 16:35:03 +00:00
jcastillopino
952caca41f
#21090 : Do not create duplicate content type when Import/Export data contains taxonomies..
...
Work Item: 21090
2015-02-14 15:56:24 +00:00
Jack Cheng
d09297b750
#20311 : Logging FATALs without exceptions.
...
Work Item: 20311
2015-02-14 15:51:03 +00:00
Jay Harris
362400b03c
#21107 : Comment Form displaying without AddComment permission.
...
Work Item: 21107
2015-02-14 15:45:53 +00:00
Jay Harris
70a11262e0
#21159 : Clone link appears without EditContent permission.
...
Work Item: 21159
2015-02-14 15:43:14 +00:00
Jeff
ef7172812d
#21124 : Tag Cloud with slug does not check version
...
Work Item: 21124
2015-02-14 15:37:42 +00:00
Jack Cheng
0a8779178b
#20820 : Orchard.Packages: PackagingCommands class lives in the wrong feature
...
Work Item: 20820
2015-02-14 14:39:58 +00:00
Stanley Goldman
f3351758aa
#20490 : system.version sort rebased.
...
Work Item: 20490
2015-02-01 15:57:37 +01:00
Stanley Goldman
4ee54ab8ea
#20370 : configurable mediastorage rootfolder.
...
Work Item: 20370
2015-02-01 15:50:39 +01:00
Jay Harris
ba09a61359
#20643 : fix post for publishlater.
...
Work Item: 20643
2015-02-01 15:30:30 +01:00
Jay Harris
f0ef9f1380
#21093 : ArchiveLaterPart model update bug.
...
Work Item: 21093
2015-02-01 15:27:34 +01:00
Katsuyuki Ohmuro
c4348a1b21
#21101 : Possible to publish multiple content items with same permalink
...
Work Item: 21101
2015-02-01 15:23:27 +01:00
Daniel Dabrowski
12285abca8
#20909 : Fix Content Manager Query Performance without Record
...
Work Item: 20909
2015-02-01 15:15:16 +01:00
qt1
ccec5fd330
#21059 : Adding filter to feature list command
...
Work Item: 21059
2015-02-01 15:08:03 +01:00
Jeff
fbbca1b921
#20935 : Fix when 404 with SecureSocketsLayer module
...
Work Item: 20935
2015-02-01 14:49:22 +01:00
besicdenis
522f980fe0
prevent adding existing tags
2015-02-01 14:43:34 +01:00
Eric Perez
501650cae1
#20651 : Fixing duplicate workflow
...
Work Item: 20651
2015-02-01 14:37:49 +01:00
urbanit
deba3b2756
create tag - tag name is a required
2015-02-01 14:17:35 +01:00
Jack Cheng
453389d4c9
#20797 : Fixing taxonomy handler exception
...
Work Item: 20797
2015-01-31 10:59:26 -08:00
jasperd
165afc5b87
Work Item: 20232
2015-01-31 19:49:51 +01:00
agriffard
276048d264
#20872 Boolean field has wrong translation for 'Default Value' hint
...
Work Item: 20872
2015-01-25 17:20:29 +01:00
Sipke Schoorstra
9f769b6818
Removing unused variables.
2014-12-14 19:54:52 +01:00
Sipke Schoorstra
a4894930f0
#20711 : Fixing hungry Href.
...
Fix provided by: qt1 (http://www.codeplex.com/site/users/view/qt1 )
Work Item: 20711
2014-12-04 21:41:03 -08:00
Sipke Schoorstra
28b69ebc56
#20728 : Optimizing query.
2014-12-04 21:24:32 -08:00
Sipke Schoorstra
a4ebab1f90
#20728 : Optimizing query.
2014-12-04 21:23:14 -08:00
Sipke Schoorstra
ea68f1f9b3
#20728 : Optimizing query.
2014-12-04 21:16:32 -08:00
Sipke Schoorstra
c226483d11
#20728 : Optimizing query.
2014-12-04 21:09:24 -08:00
Sipke Schoorstra
86742c53c4
#20728 : Optimizing query.
2014-12-04 21:09:15 -08:00
Sipke Schoorstra
5c2d394f32
#20728 : Optimizing query.
2014-12-04 21:08:27 -08:00