Changes between Version 8 and Version 9 of SecurePluginPanelPlugin


Ignore:
Timestamp:
Sep 9, 2017, 8:04:41 PM (7 years ago)
Author:
figaro
Comment:

Initial cleanup

Legend:

Unmodified
Added
Removed
Modified
  • SecurePluginPanelPlugin

    v8 v9  
    77This plugin provides a slightly modified plugin panel for the admin section. Plugin installation and uninstallation have been disabled. Moreover components can be set as "readonly". This way they can't be enabled or disabled by the admin.
    88
    9 The components marked as "readonly" are specified in `trac.ini` using `readonly_components` in the `[trac]` section. The following components are always markes as "readonly":
     9The components marked as "readonly" are specified in the project's `trac.ini` file using `readonly_components` in the `[trac]` section. The following components are always markes as "readonly":
    1010
    1111  `trac.about.AboutModule`, `trac.perm.DefaultPermissionGroupProvider`, `trac.env.Environment`, `trac.env.EnvironmentSetup`, `trac.perm.PermissionSystem`, `trac.web.main.RequestDispatcher`, `trac.mimeview.api.Mimeview`, `trac.web.chrome.Chrome`, `trac.admin.web_ui.AdminModule`, `securepluginpanel.web_ui.SecurePluginPanel`, and `trac.admin.web_ui.PluginAdminPanel`
     
    1313[[Image(screenshot.png, border=2)]]
    1414
    15 == Source and Tickets
     15== Bugs/Feature Requests
    1616
    17 You'll find all information about this ticket [https://svn.mayastudios.de/mtpp/wiki/Plugins/SecurePluginPanel here]. Please file only tickets there.
     17Existing bugs and feature requests for SecurePluginPanelPlugin are
     18[report:9?COMPONENT=SecurePluginPanelPlugin here].
     19
     20If you have any issues, create a
     21[/newticket?component=SecurePluginPanelPlugin new ticket].
     22
     23[[TicketQuery(component=SecurePluginPanelPlugin&group=type,format=progress)]]
     24
     25== Download
     26
     27Download the zipped source from [export:securepluginpanelplugin here].
     28
     29== Source
     30
     31You can check out SecurePluginPanelPlugin from [/svn/securepluginpanelplugin here] using Subversion, or [source:securepluginpanelplugin browse the source] with Trac.
     32
     33== Installation
     34
     35General instructions on installing Trac plugins can be found on the [TracPlugins#InstallingaTracplugin TracPlugins] page.
     36
     37== Recent Changes
     38
     39[[ChangeLog(securepluginpanelplugin, 3)]]
    1840
    1941== Author/Contributors