Changes between Version 1 and Version 2 of TracIniAdminPanelPlugin


Ignore:
Timestamp:
Oct 20, 2010, 9:25:24 AM (13 years ago)
Author:
Sebastian Krysmanski
Comment:

Page created

Legend:

Unmodified
Added
Removed
Modified
  • TracIniAdminPanelPlugin

    v1 v2  
    33= trac.ini Editor Panel =
    44
     5'''This is an external plugin. Please don't report any tickets here.''' See below for more information.
     6
    57== Description ==
     8This plugin allow the trac admin 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. The following features are provided:
    69
    7 A web-interface to edit `trac.ini`.
     10 * Edit and/or view one section at a time or all sections together.
     11 * Each option comes with a ''lot of information'' (such as description, option type, stored value, default value).
     12 * ''Unobtrusive !JavaScript'' support; i.e. the editor works without !JavaScript but the user experience is better with !JavaScript enabled in the browser.
     13 * ''Adding new sections and options'' (section entries)
     14 * Support for a ''security manager''. This manager controls which options can be modified by the user and can also reject certain values for certain options. This plugin comes with an (optional) basic security manager (see below).
     15 * Support for marking options as "password" (e.g. for `[notification]:smtp_password`) for enhanced security. Some options are already marked as "password" by default.
    816
    9 == Bugs/Feature Requests ==
     17'''Note:''' A comparison to the IniAdminPlugin can be found [https://svn.mayastudios.de/mtpp/wiki/Plugins/TracIniAdminPanel#IniAdminPlugin here]
    1018
    11 Existing bugs and feature requests for TracIniAdminPanelPlugin are
    12 [report:9?COMPONENT=TracIniAdminPanelPlugin here].
     19[[Image(screenshot-inieditor1.png, border=3)]]
     20[[Image(screenshot-inieditor2.png, border=3)]]
    1321
    14 If you have any issues, create a
    15 [http://trac-hacks.org/newticket?component=TracIniAdminPanelPlugin&owner=manski new ticket].
    16 
    17 == Download ==
    18 
    19 Download the zipped source from [download:traciniadminpanelplugin here].
    20 
    21 == Source ==
    22 
    23 You can check out TracIniAdminPanelPlugin from [http://trac-hacks.org/svn/traciniadminpanelplugin here] using Subversion, or [source:traciniadminpanelplugin browse the source] with Trac.
    24 
    25 == Example ==
    26 
    27 -
    28 
    29 == Recent Changes ==
    30 
    31 [[ChangeLog(traciniadminpanelplugin, 3)]]
     22== Source and Tickets ==
     23You'll find all information about this plug-in [https://svn.mayastudios.de/mtpp/wiki/Plugins/TracIniAdminPanel here]. Please file tickets only there.
    3224
    3325== Author/Contributors ==
    34 
    35 '''Author:''' [wiki:manski] [[BR]]
    36 '''Maintainer:''' [wiki:manski] [[BR]]
    37 '''Contributors:'''
     26'''Maintainer:''' [wiki:manski Sebastian Krysmanski]