Modify

Opened 15 years ago

Closed 14 years ago

#5942 closed enhancement (worksforme)

SCREENSHOTS_* permissions are missing in the Admin-Tab / Permissions

Reported by: typo3-community@… Owned by: Radek Bartoň
Priority: normal Component: ScreenshotsPlugin
Severity: normal Keywords: permission
Cc: Trac Release: 0.11

Description

The 4 new permissions are missing in the "Grand Persmissions" box in the "Actions" dropdown.

Please add the 4 new permissions there (i do not want to use the console for permissions)...

Attachments (0)

Change History (12)

comment:1 Changed 15 years ago by anonymous

Owner: changed from Radek Bartoň to anonymous
Status: newassigned

Are you sure? What do you mean by "4 new permissions"? What shows your debug log?

comment:2 Changed 15 years ago by typo3-community@…

i mean the 4 permissions/actions:

  • SCREENSHOTS_VIEW
  • SCREENSHOTS_FILTER
  • SCREENSHOTS_ORDER
  • SCREENSHOTS_ADMIN

comment:3 Changed 15 years ago by typo3-community@…

I do not know how to debug python because i am not a python developer. Where is the debug log located?

comment:4 Changed 15 years ago by anonymous

When i turn on debuging (Admin / Logging / File: DEBUG : trace.log) i get this:

2009-10-08 09:44:51,715 Trac[main] DEBUG: Dispatching <Request "GET u'/admin/general/perm'">
2009-10-08 09:44:51,731 Trac[chrome] DEBUG: Prepare chrome data for request
2009-10-08 09:44:51,743 Trac[session] DEBUG: Retrieving session for ID 'typo3community'
2009-10-08 09:44:51,968 Trac[main] DEBUG: Dispatching <Request "GET u'/chrome/site/your_project_logo.png'">
2009-10-08 09:44:51,970 Trac[chrome] WARNING: File your_project_logo.png not found in any of ['/home/trac_env/typo3community/htdocs']
2009-10-08 09:44:51,970 Trac[main] WARNING: HTTPNotFound: 404 Not Found (File your_project_logo.png not found)
2009-10-08 09:44:51,971 Trac[chrome] DEBUG: Prepare chrome data for request
2009-10-08 09:44:51,984 Trac[session] DEBUG: Retrieving session for ID 'typo3community'

As far a i can see, this is NOT about my issue.

comment:5 Changed 14 years ago by Radek Bartoň

Still valid? More detailed debug log with component loading and from admin page access would be helpfull.

comment:6 Changed 14 years ago by anonymous

Owner: changed from anonymous to Radek Bartoň
Status: assignednew

comment:7 Changed 14 years ago by Radek Bartoň

Resolution: worksforme
Status: newclosed

I need more detailed report for this issue. Please describe your server stack configuration and send me detailed debug log from the plugin loading phase and admin page access. Previous reopen, seems like spam, so I'm closing this for now.

comment:8 Changed 14 years ago by typo3-community@…

Resolution: worksforme
Status: closedreopened

Still valid. Stack: Debian. Trac. (everything for trac was installed via apt-get). What do you mean by "admin page access"? There is only a "Admin / Permissions". How to get a "detailed debug log from plugin loading"?

comment:9 Changed 14 years ago by Radek Bartoň

Just enable DEBUG level logging (see TracLogging for details) and copy & paste messages from the loading of components of plugins and from the admin page access request. Anyway, most probable cause of this seems to be so far that you don't have PIL (Python Imaging Library) installed.

comment:10 Changed 14 years ago by Radek Bartoň

Ping?

comment:11 Changed 14 years ago by Steffen Hoffmann

Keywords: permission added

Currently installed version 0.7 checking out source from 0.11 branch. I see following six related permissions:

  • SCREENSHOTS_VIEW
  • SCREENSHOTS_FILTER
  • SCREENSHOTS_ORDER
  • SCREENSHOTS_ADD
  • SCREENSHOTS_EDIT
  • SCREENSHOTS_DELETE
  • SCREENSHOTS_ADMIN

(see screenshotsplugin/0.11/tracscreenshots/core.py#L84)

So I guess most probably this is a local installation issue, if it persists. No detailed information, as requested for months. I'd recommend to close this as 'works-for-me'.

comment:12 Changed 14 years ago by Radek Bartoň

Resolution: worksforme
Status: reopenedclosed

I think so. I don't see any reason why this shouldn't work.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Radek Bartoň.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.