Modify

Opened 12 years ago

Closed 11 years ago

#10594 closed defect (fixed)

[PATCH] Some options' docs are missing

Reported by: sdegrande Owned by: Steffen Hoffmann
Priority: normal Component: AccountManagerPlugin
Severity: normal Keywords:
Cc: Trac Release: 1.0

Description

With r12138, on Trac 1.0, on wiki/TracIni two errors are reported, due to some missing documentation on 2 options.

Here is a proposed patch, with some very simple docs :

  • api.py

     
    163163
    164164    _password_store = OrderedExtensionsOption(
    165165        'account-manager', 'password_store', IPasswordStore,
    166         include_missing=False)
    167     _password_format = Option('account-manager', 'password_format')
     166        include_missing=False, doc="Ordered list of password stores, queried in turn.")
     167    _password_format = Option('account-manager', 'password_format', doc="Deprecated in Trac >= 0.10")
    168168    _register_check = OrderedExtensionsOption(
    169169        'account-manager', 'register_check', IAccountRegistrationInspector,
    170170        default="""BasicCheck, EmailCheck, BotTrapCheck, RegExpCheck,

Attachments (0)

Change History (2)

comment:1 Changed 11 years ago by Steffen Hoffmann

(In [12386]) AccountManagerPlugin: Add some option docs, refs #10594.

Thanks to sdegrande for taking care to report and for suggesting some strings.

comment:2 Changed 11 years ago by Steffen Hoffmann

Resolution: fixed
Status: newclosed

(In [12398]) AccountManagerPlugin: Releasing version 0.4, pushing development to acct_mgr-0.5dev.

Availability of that code as stable release closes #874, #3459, #4677, #5295, #5691, #6616, #7577, #8076, #8685, #8770, #8791, #8990, #9052, #9079, #9090, #9139, #9246, #9252, #9547, #9618, #9676, #9843, #9852, #9940, #10023, #10028, #10123, #10142, #10204, #10276, #10397, #10412, #10594, #10625 and #10644.

Some more issues have been worked-on, yet without confirmed resolution, refs #5464 (for JiraToTracIntegration), #8927 and #10134.

And finally there are some issues and enhancement requests showing progress, but known to require more work to resolve them satisfactorily, refs #843, #1600, #5964, #8217, #8933.

Thanks to all contributors and followers, that enabled and encouraged a good portion of this development work.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Steffen Hoffmann.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.