Commit Graph

10225 Commits

Author SHA1 Message Date
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
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
Sebastien Ros
b7dd2f6055 Merge branch 'refs/heads/1.10.x' into 1.10.2 2017-01-19 12:05:05 -08:00
bedegaming-aleksej
3b7ec4cb89 [Fixes #7515] Add RemoveContentDefinition recipe step (#7516) 2017-01-13 11:07:29 -08:00
Sebastien Ros
acb93df3ec Merge branch '1.10.x' into 1.10.2 2017-01-12 14:40:22 -08:00
Sebastien Ros
3ac09df891 Fixing Gallery search
Fixes #7497
2017-01-12 12:38:33 -08:00
Benedek Farkas
863d2e4e6b Fixing that the content fields' values in a new content item were reset when building their editor (#7505) (#7507)
Fixes #7505
2017-01-12 12:13:42 -08:00
Matt Varblow
ddfcfd7379 Add UserParameters token object (#7482)
Fixes #7481
2017-01-12 12:08:40 -08:00
Lombiq
8456716d8b Make each JobsQueue tasks execute in its own transaction, see #5365 2017-01-06 20:43:31 +01:00
Hannan Azam Khan
fe4a116cb4 [Fixes #6316] Update Alias when importing AutoroutePart (#7485)
Fixes #6316
2017-01-05 12:37:18 -08:00
Sebastien Ros
4f57ecb487 Fixing unit test 2017-01-03 13:45:09 -08:00
Sebastien Ros
6df57dd098 Fixing settings group info matching
Fixes #7371
2017-01-03 13:24:08 -08:00
Sebastien Ros
cccb358ce1 Fixing QueryHints.Empty mutable usage
Fixes #7358
2017-01-03 13:08:32 -08:00
Arman Forghani
db7832db37 [Fixes #1531] IThemeSelector.GetTheme() gets called several times. (#7491)
Fixes #1531
2016-12-31 12:21:43 -08:00
Lombiq
48e2a6a1b4 Fixing that JobsQueue will fail if there are a large number of tasks, fixes #5365
JobsQueue now works in batches to prevent transaction timeouts and the manual job execution feature uses batches as well. This is a fix for the immediate issue, further fixes are needed around the background task infrastructure, see the linked issue.
2016-12-28 20:16:47 +01:00
Hannan Azam Khan
8425fb4829 [Fixes #7452] Media Library: Replacing a media item in recent section (#7484)
Fixes #7452
2016-12-22 12:15:00 -08:00
Matt Varblow
923646c27f [Fixes 7474] Add Canvas in Page commands (#7475)
Fixes #7474.
Create layout with a Canvas root element so it can be edited in the Orchard admin.
2016-12-15 12:27:04 -08:00
GiuseppeMusso-Laser
27a9bae394 [Fixes 6890] Admin Menu: fix for "Content" item visibility. (#7464)
Fixes #6890
2016-12-12 08:15:15 -08:00
Hermes Sbicego
3bda4acee1 [#7396] Implements UnassignRoleActivity (#7414)
Fixes #7396
2016-12-08 13:05:18 -08:00
Hermes Sbicego
bc66cdb36c [Fixes #7413] Refactor taxonomies and terms permissions (#7456)
Fixes #7413 

* Taxonomies:
 - AdminController: Added Actions to AdminController in order to manage Create/Edit: Only Users with Permission.CreateTaxonomy can Edit/Create a Taxonomy
 - Views/Admin/Index.cshtml: Conditional display of ActionLink Create/Edit in Admin/Index.cshtml based on Permission.CreateTaxonomy
 - Views/Admin/Index.cshtml: Conditional display of ActionLink Delete in Admin/Index.cshtml based on Permission.ManageTaxonomies
 - TaxonomyPartHandler: Adding context.Metadata.EditorRouteValues for Taxonomy
Terms:
 - Paring Action/Permission based on existing Permissions
 - Views/TermAdmin/Index.cshtml: Conditional display of ActionLink Create/Edit/Move/Delete based on right Permissions
 - TermPartHandler: Adding context.Metadata.EditorRouteValues for Taxonomy
AdminMenu:
 - The AdminMenu was shown only if a User had ManageTaxonomies Permission; In that way, Roles who have the Create/Edit/Delete Term Permission could not access Index/Edit forms: specializing permissions on Navigation grants access to users belonging to those Roles.

* Removed redundant check over SiteOwner permission
2016-12-08 12:48:25 -08:00
mhodorogea
9f60edc7f5 [Fixes #7451] Encoding of taxonomies in the dynamic forms (#7458)
Fixes #7451
2016-12-08 12:44:23 -08:00
JOSHUA NOGALES
e35b71e1dc [Fixes #7425] Session Locator | Isolation Levels not respected in Sites.config (#7466)
Fixes #7425
2016-12-08 12:32:21 -08:00
Chris Payne
6ab9ffc7da [Fixes #4941] Adds Url property to dynamic menu shape (#7468)
Fixes #4941
2016-12-08 12:30:42 -08:00
Xceno Malloy
5c6dd3e34f [Fixes: #7462] Orchard.OutputCache - Possible NRE in DefaultTagCache ctor when accessing the WorkContext (#7463)
Fixes #7462
2016-12-08 12:20:54 -08:00
Sebastien Ros
d0b65cb60b [Fixes #7427] Fixing Blog Post permission
The SummaryAdmin was not using the dedicated permissions.
The default content handler can convert to the owner variation before the blogpost handler.

Fixes #7427
2016-12-07 12:15:24 -08:00
MarcoViglione-Laser
6f3193e52b [Fixes ##7430] Added support for culture neutral patterns (#7449)
Fixes ##7430
2016-12-02 08:07:43 -08:00
LorenzoFrediani-Laser
a7f51c13d4 [Fixes #7404] Users own media folder name provider (#7454)
Fixes #7404
2016-12-01 13:14:52 -08:00
bedegaming-aleksej
4b2e1ca19d [Fixes #7441] Adapt export steps flag to work with refactored steps (#7442)
Fixes #7441
2016-12-01 13:08:06 -08:00
Hermes Sbicego
8a328902fd ProjectionManager Extension (#7417)
- Defined a new interface IProjectionManagerExtension that inherits from IProjectionManager
- ProjectionManager now implements IProjectionManagerExtension, so we can pass a part to GetCount and GetContentItems
- GetCount and GetContentItems transform the part into a Content token, so you can filter data with informations contained in the Projection itself
2016-12-01 13:00:13 -08:00
ViRuSTriNiTy
83f47ac148 [Fixes #7446] Orchard.Users - Allow umlauts in UserPart.EmailPattern (#7447)
Fixes #7446
2016-12-01 12:50:45 -08:00
GiuseppeMusso-Laser
750824b197 [Fixes #7443] Jobs Queue menu item visibility for site owners only. (#7444)
Fixes #7443
2016-12-01 12:43:52 -08:00
GiuseppeMusso-Laser
7045c40406 [Fixes #7436] Added a using of System.Linq in CSharp scripting. (#7437)
Fixes #7436
2016-12-01 12:35:01 -08:00
Lombiq
eed3ee6871 Adding the ability to enable HTTP Strict Transport Security from the SSL module, fixes #6612 2016-11-24 23:38:20 +01:00
GiuseppeMusso-Laser
e6d4d0c9d4 Fix DateTime parsed in ISO 8601 format. (#7433)
Fixes #7432
2016-11-22 18:41:40 -08:00
Matteo Piovanelli
0ea47a5554 Fixed the tenant name validation (#7429) 2016-11-22 18:39:40 -08:00