Commit Graph

10883 Commits

Author SHA1 Message Date
Sebastien Ros
cd9bccef96 Supportin VS2017 in build.cmd
Fixes #7657
2017-04-24 11:13:42 -07:00
Sebastien Ros
358c57464e Merge branch 'refs/heads/1.10.x' into 1.10.2 2017-04-13 12:42:46 -07:00
Sebastien Ros
5d892feceb Merge branch 'refs/heads/1.10.x' into 1.10.2 2017-04-13 12:39:38 -07:00
ViRuSTriNiTy
a200e35923 [Fixes #5745] Calling RoleService.Renamed() after it's been renamed (#7653)
[Fixes #5745]
2017-04-13 12:29:47 -07:00
Sebastien Ros
d384110253 Logging errors during Media Upload 2017-04-13 12:12:14 -07:00
Sebastien Ros
d17930395c Merge branch '1.10.x' into 1.10.2 2017-04-11 16:48:35 -07:00
Sebastien Ros
5eef9c654c Fixing NRE on upgrade 2017-04-11 16:48:06 -07:00
Sebastien Ros
54575ab513 Merge branch 'refs/heads/1.10.x' into 1.10.2 2017-04-11 10:11:10 -07:00
ViRuSTriNiTy
55c43ad236 [Fixes #6979] Added operator IsNull and IsNotNull to date time filter
Fixes #6979
2017-04-06 12:25:08 -07:00
Sébastien Ros
1870e3eb04 Fixing Author tokenization for RssPart
Fixes #7629
2017-04-06 12:06:57 -07:00
GiuseppeMusso-Laser
d8079dec26 Fix on Content Picker Field rendering (#7631)
Fixes #7630
2017-04-05 11:38:41 -07:00
Sébastien Ros
ac4f7c05c9 Update README.md 2017-04-04 11:43:44 -07:00
Sebastien Ros
98e0b43c26 Updating version number 2017-04-03 12:21:56 -07:00
Sebastien Ros
17c7c77e3c Merge remote-tracking branch 'origin/1.10.x' into 1.10.2 2017-04-03 11:16:23 -07:00
Benedek Farkas
185ad6b1eb Adding LangVersion 5 setting to each csproj's Debug and Release target (#7641)
Fixes #7639
2017-04-03 10:38:41 -07:00
Lombiq
dbb5668d49 Framework: Removing C# 6 code from LocalizationStreamParser 2017-04-01 20:20:01 +02:00
andy
d686d688a4 add comments to audit module (#7635)
* add comments to audit module

* Improve it as @DanielStolt  suggest

* Apply trailing periods consistently
2017-03-31 22:36:39 +02:00
GiuseppeMusso-Laser
5361b29a9c Taxonomies: added index on TermContentItem table. (#7594)
Fixes #7593
2017-03-31 12:51:56 -07:00
Matteo Piovanelli
86ec07007f Allows draft ContentItems in ContentPickerField (#7624)
Fixes #7623
2017-03-31 12:31:15 -07:00
GiuseppeMusso-Laser
2eeef52077 Localization: default culture set to site culture for new content items. (#7626)
Fixes #7625
2017-03-31 12:29:54 -07:00
ViRuSTriNiTy
c228421051 [Fixes #7633] Orchard.Mvc.Routes - Added support for multiple IRouteProvider implementations per module in StandardExtensionRouteProvider (#7634)
[Fixes #7633]
2017-03-31 12:11:12 -07:00
Sebastien Ros
a23e9ea764 Merge branch '1.10.x' into 1.10.2 2017-03-27 15:39:59 -07:00
Sebastien Ros
e41e9079d3 Fixing content file marker for tests 2017-03-27 13:21:35 -07:00
Lombiq
d85954fa6d Implementing user-configurable Lucene indexing analyzer selection, resolves #3887 2017-03-23 00:45:57 +01:00
Lombiq
a709e37ddc Fixing that Taxonomy Fields attached to the User content type didn't work in the User editor (#4479) 2017-03-16 22:02:56 +01:00
siyamandayubi
87bdf9c413 Fix MySQL support (#7607)
Fixes #7602
2017-03-16 12:04:52 -07:00
LorenzoFrediani-Laser
d2889e46e3 Changed UpgradeFrom1 to UpdateFrom1 on Migration (#7612)
Fixes #7611
2017-03-16 12:03:41 -07:00
GiuseppeMusso-Laser
134bac44c3 Tags: added index on ContentTagRecord table. (#7591) 2017-03-09 12:14:28 -08:00
andy
9ec312a1c3 Use Compose to make code stronger and consistent (#7582) 2017-03-02 16:03:27 -05:00
Sipke Schoorstra
097119466a Revert "Updated GroupInfo name for AuditTrail settings."
This reverts commit 9f98d3151b.
2017-02-28 21:17:48 +01:00
Sipke Schoorstra
9f98d3151b Updated GroupInfo name for AuditTrail settings.
#Fixes 7583
2017-02-28 14:37:39 +01:00
Daniel Stolt
234d5214dd Added missing SnippetDescriptor property to Snippet element shape. 2017-02-14 06:44:36 +02:00
GiuseppeMusso-Laser
33bdfd0551 Feature to remove a Publish Later task (#7438) 2017-02-09 12:43:19 -08:00
Hannan Azam Khan
ac978b665b Fixes #7493 TextFieldDriver doesn't export its tag if content is empty (#7510)
* TextFieldDriver doesn't export its tag if content is empty
* Null check implemented , string.Empty returned
* TextFieldDriver doesn't export its tag if content is empty #7493
* TextFieldDriver doesn't export its tag if content is empty #7493
2017-02-09 14:00:18 +01:00
Lombiq
8dde994bde MediaLibrary: Fixing that removing TitlePart from a type with MediaPart causes the type to be unusable due to an implicit dependency, fixes #6047 2017-02-04 15:49:19 +01:00
Lombiq
f28da9894a Fixing redirect on tenants with a URL prefix, fixes #4605 2017-02-03 17:16:18 +01:00
Hannan Azam Khan
8c1ffe2564 [Fixes #7486] Possibility of exporting individual Form Submissions (#7495) 2017-02-02 12:24:13 -08:00
Carl Woodhouse
5a0fe4e105 [Fixes #5596] blueprint harvesting caching (#7549)
Fixes #5596
2017-02-02 12:23:07 -08:00
Carl Woodhouse
2c26c65f63 [Fixes #7479] Unwrapping of TargetInvocationException causes partial stacktrace loss (#7550)
Fixes #7479
2017-02-02 12:22:00 -08:00
Lombiq
654a9e1884 Framework: Fixing that a non-zero MaxPageSize site setting was not applied when the page size is 0, #7541 2017-01-27 03:29:31 +01:00
Sebastien Ros
149346ce68 Merge remote-tracking branch 'refs/remotes/origin/1.10.x' into 1.10.2 2017-01-24 16:37:22 -08:00
Sebastien Ros
9b6c2315de Fixing unit tests 2017-01-24 11:40:20 -08:00
Sebastien Ros
68c10bce60 Improving IsLocalUrl 2017-01-24 08:50:12 -08:00
Carl Woodhouse
8615422e27 Redis: Improving Redis extensions use of keys (#7532) (#5958 re-applied) 2017-01-24 15:25:08 +01:00
Lombiq
06a2e0d6b1 Users: Removing unnecessary file copied to the Users module (see UserResolverSelector.cs)
Same change as 5e17db3afd
2017-01-23 22:49:34 +01:00
Lombiq
6e476243c6 Core: Removing empty folders 2017-01-23 22:38:03 +01:00
Lombiq
eff27ec05e Framework: Removing unused file (ContentManagement\Handlers\IdentifyDependenciesContext.cs) 2017-01-23 22:22:03 +01:00
Lombiq
0869f957bd Fixing that SpecFlow tests were not ran using the tools from the NUnit NuGet package 2017-01-20 18:38:34 +01:00
Matteo Piovanelli
c795cdb871 [Fixes #7348] Changed the SummaryAdmin view to have the same "New Translation" link as the Editor view (#7513)
Fixes #7348
2017-01-19 12:44:48 -08:00
Sebastien Ros
8bd74c947e Fixing log typo
Fixes #7520
2017-01-19 12:37:03 -08:00