? ? Success

User tests: Successful: Unsuccessful:

avatar yild
yild
27 May 2016

Pull Request for Issue #10636 .

Summary of Changes

Allow user/group with edit.core.own to insert pagebreak and article link with XTD button.

ATM only core.edit are allowed to insert above elements into article.

Testing Instructions

Problem is in components\com_content\content.php file

current code:

if (!$user->authorise('core.edit', 'com_content'))

change to:

if (!($user->authorise('core.edit', 'com_content') ||
$user->authorise('core.edit.own', 'com_content')))

will allow both permission to use this functions.

e598eaf 12 Nov 2015 avatar n9iels CS
avatar yild yild - open - 27 May 2016
avatar yild yild - change - 27 May 2016
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 27 May 2016
Labels Added: ? ?
avatar brianteeman
brianteeman - comment - 27 May 2016

You should ONLY be working with the staging branch
You should not be merging anything from the 3.6 branch

Please create a new PR against the staging branch without also merging in
the 3.6 branch

On 27 May 2016 at 20:19, yild notifications@github.com wrote:

Pull Request for Issue #10636

#10636 .

You can view, comment on, or merge this pull request online at:

#10648
Commit Summary

  • Move component message to system-message-container
  • Revert pkg_weblinks.xml
  • Move messages to view.html.php and revert changes is com_cache
  • Merge branch 'staging' of https://github.com/joomla/joomla-cms into component-messages
  • CS
  • CS + generate css from less
  • solve merge conflict
  • New URL Routing!
  • Merge branch 'staging' into 3.6.x
  • Add missing files from the routing PR
  • Merge branch 'staging' into 3.6.x
  • Merge branch 'staging' into 3.6.x
  • Merge branch 'staging' into 3.6.x
  • Merge branch 'staging' into 3.6.x
  • Merge branch 'form' into 3.6.x
  • Merge branch 'form' into 3.6.x
  • Merge branch 'form' into 3.6.x
  • Merge branch 'staging' into 3.6.x
  • Merge branch 'nesteddelete' into 3.6.x
  • Merge branch 'message' into 3.6.x
  • Merge branch 'category' into 3.6.x
  • Merge branch 'category' into 3.6.x
  • Merge branch 'category' into 3.6.x
  • Merge branch 'whereQueries' into 3.6.x
  • Merge branch 'categories' into 3.6.x
  • Version bump dev branch
  • Merge branch 'staging' into 3.6.x
  • Merge branch 'staging' into 3.6.x
  • Merge branch 'staging' into 3.6.x
  • Merge branch 'staging' into 3.6.x
  • Merge branch 'staging' into 3.6.x
  • Merge branch 'staging' into 3.6.x
  • Merge branch 'staging' into 3.6.x
  • Merge branch 'staging' into 3.6.x
  • Merge branch 'staging' into 3.6.x
  • Merge branch 'staging' into 3.6.x

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#10648, or mute the thread
https://github.com/notifications/unsubscribe/ABPH8STva-bqcmDy9LPdOWyb1d9Bf2imks5qF0PBgaJpZM4IoyvI
.

Brian Teeman
Co-founder Joomla! and OpenSourceMatters Inc.
http://brian.teeman.net/

avatar brianteeman brianteeman - change - 27 May 2016
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2016-05-27 19:22:33
Closed_By brianteeman
avatar yild yild - change - 27 May 2016
The description was changed

Add a Comment

Login with GitHub to post a comment