Changes between Version 15 and Version 16 of TracIniAdminPanelPlugin


Ignore:
Timestamp:
Mar 25, 2016, 2:28:52 PM (8 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracIniAdminPanelPlugin

    v15 v16  
    55== Description
    66
    7 This plugin allows the Trac admininstrator to edit the `trac.ini` file using Trac's admin interface. Its goal is to provide the user with a complete and user-friendly interface.
     7This plugin allows the Trac administrator to edit the `trac.ini` file using Trac's admin interface. Its goal is to provide the user with a complete and user-friendly interface.
    88
    99Key features:
    1010
    1111 * Edit and/or view one section at a time or all sections together.
    12  * Each option comes with a ''lot of information'', such as description, option type, stored value, default value.
     12 * Each option comes with a lot of information, such as description, option type, stored value, default value.
    1313 * ''Unobtrusive !JavaScript'' support, so that the editor works without !JavaScript, but the user experience is better with !JavaScript enabled in the browser.
    1414 * ''Adding new sections and options'' (section entries)
     
    2626 * A basic security manager that lets you define restrictions via `trac.ini`, see configuration below.
    2727
    28 [[Image(screenshot-inieditor1.png, border=3)]]
     28[[Image(screenshot-inieditor1.png, border=2)]]
    2929
    30 [[Image(screenshot-inieditor2.png, border=3)]]
     30[[Image(screenshot-inieditor2.png, border=2)]]
    3131
    3232=== Difference to IniAdminPlugin === #IniAdminPlugin
     
    4545== Bugs/Feature Requests
    4646
    47 Existing bugs and feature requests for !TracIniAdminPanelPlugin are [report:9?COMPONENT=TracIniAdminPanelPlugin here].
     47Existing bugs and feature requests for !TracIniAdminPanelPlugin are
     48[report:9?COMPONENT=TracIniAdminPanelPlugin here].
    4849
    4950If you have any issues, create a
     
    6162You can also obtain the code from the Trac Subversion repository:
    6263{{{#!sh
    63 svn co http://trac-hacks.org/svn/traciniadminpanelplugin
     64svn co https://trac-hacks.org/svn/traciniadminpanelplugin
    6465}}}
    6566
     
    9697}}}
    9798
    98 If you want to use the `IniEditorBasicSecurityManager`, you need to configure it via `trac.ini` too. The permissions are configured in the section `[ini-editor-restrictions]`. The following "options kinds" are available here, where "access level" is one of `modifiable`, `readonly`, or `hidden`:
     99If you want to use the `IniEditorBasicSecurityManager`, you need to configure it via `trac.ini` too. The permissions are configured in the section `[ini-editor-restrictions]`. The following "option kinds" are available here, where "access level" is one of `modifiable`, `readonly`, or `hidden`:
    99100
    100101 * `default-access`: Defines the access level for options that don't get a specific access level assigned to