Changes between Version 16 and Version 17 of AdminEnumListPlugin


Ignore:
Timestamp:
Sep 20, 2015, 1:53:49 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

Deprecation notice. trac:#11682 will be closed shortly.

Legend:

Unmodified
Added
Removed
Modified
  • AdminEnumListPlugin

    v16 v17  
    22
    33= Admin Enumeration List Plugin
     4{{{#!box warn
     5This plugin is deprecated in Trac 1.2 and later. Equivalent features have been added to Trac.
     6
     7See ~~trac:#10994~~, ~~trac:#11056~~, ~~trac:#11682~~, as well  trac:#11683 for related functionality (TableSorterPlugin) that is not included in this plugin.
     8}}}
    49
    510== Description
     
    1419 * Addition of a ''Revert changes'' button.
    1520 * Warning when leaving a page with unsaved changes.
    16 
    17 There are tickets for integrating this functionality to the Trac core, ~~trac:#10994~~, ~~trac:#11056~~, trac:#11682, as well as related functionality that is not included in this plugin, trac:#11683.
    1821
    1922'''Screenshot''' for the Resolutions list:
     
    3841== Source
    3942
    40 You can check out AdminEnumListPlugin from [http://trac-hacks.org/svn/adminenumlistplugin here] using Subversion, or [source:adminenumlistplugin browse the source] with Trac.
     43You can check out AdminEnumListPlugin from [/svn/adminenumlistplugin here] using Subversion, or [source:adminenumlistplugin browse the source] with Trac.
    4144
    4245== Installation
    4346
    4447In version 2.0, you can hide the column of select elements with the following configuration directive:
    45 {{{
    46 #!ini
     48{{{#!ini
    4749[adminenumlist]
    4850hide_selects = true