Changes between Version 9 and Version 10 of SettingsPlugin


Ignore:
Timestamp:
May 15, 2015, 12:33:03 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • SettingsPlugin

    v9 v10  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Settings Plugin for easy handling of a bunch of configuration data
     3= Configuring project data and setting project configuration options
    44
    55== Description
    66
    7 Provides extension for `trac-admin` for easy removal of unneeded milestones, components, etc., and setting configuration options from a file.
     7This plugin provides an extension for `trac-admin` for easy removal of unneeded milestones, components, etc., and setting configuration options from a file.
    88
    99Extends command `trac-admin` with some more commands:
    1010
    11  - `component removeall <pattern>`: Remove all components with a specific pattern
    12  - `permission removeall <user_pattern>`: Remove all permissions with a specific pattern for users
    13  - `milestone removeall <pattern>`: Remove all milestones with a specific pattern
    14  - `version removeall <pattern>`: Remove all versions with a specific pattern
    15  - `ticket_type removeall <pattern>;`: Remove all ticket_types with a specific pattern
    16  - `priority removeall <pattern>;`: Remove all priorities with a specific pattern
    17  - `config setall <path/to/file>`: Set all config options from file to `trac.ini`
    18  - `plugin replace <plugin_name>`: Replaces plugin(s) with plugin name (without version)
    19  - `plugin replaceall`: Replaces all (!) plugins (dangerous!)
    20  - `attachment unused`: Removes unused attachments (dangerous!); options: [list | remove]
    21   - option `list` only lists unused attachments
    22   - option `remove` backups attachments into `$PROJECT_ENV/backup_unused_attachments.zip` and removes unused attachments; this could be useful when upgrading Trac from revision before `11036` to Trac revision after that
     11 * `component removeall <pattern>`: Remove all components with a specific pattern.
     12 * `permission removeall <user_pattern>`: Remove all permissions with a specific pattern for users.
     13 * `milestone removeall <pattern>`: Remove all milestones with a specific pattern.
     14 * `version removeall <pattern>`: Remove all versions with a specific pattern.
     15 * `ticket_type removeall <pattern>;`: Remove all ticket_types with a specific pattern.
     16 * `priority removeall <pattern>;`: Remove all priorities with a specific pattern.
     17 * `config setall <path/to/file>`: Set all config options from file to `trac.ini`.
     18 * `plugin replace <plugin_name>`: Replaces plugin(s) with plugin name (without version).
     19 * `plugin replaceall`: Replaces all plugins (dangerous!).
     20 * `attachment unused`: Removes unused attachments (dangerous!); options: [list | remove].
     21  - option `list` only lists unused attachments.
     22  - option `remove` backups attachments into `$PROJECT_ENV/backup_unused_attachments.zip` and removes unused attachments; this could be useful when upgrading Trac from revision before `11036` to Trac revision after that.
    2323 
    2424Pattern can have wildcards (%).