-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 25.01.2013 14:10, Christopher Nelson wrote:
>> ...
>> I have no idea where the identifier HtPasswdStore comes from.  Is it a
>> method name?  A class name?  Assuming it is from within
>> AccountManagerPlugin, I guess I can go get the source and grep but
>> this is painful.
> 
> acct_mgr/htfile.py contains:
> 
>     class HtPasswdStore(AbstractPasswordFileStore):
>         ...
>         implements(IPasswordStore)
> 
> so, it's a class name.  I have it working now.  Thanks.

Great, you're welcome. These are not only classes, all list items should
implement the interface declared in the OrderedExtensionsOption
definition. Any other list item will just be ignored.

Note that like with the other special sub-classes of Trac's Option class
you'll get items with matching type. From BoolOption you get a boolean
value, here it is the (reference to the) extension (class) itself, not
just a string with matching name. But the examples make this probably
clear enough.

Steffen Hoffmann
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAlEClbQACgkQ31DJeiZFuHcYNACeO2f06inkpkeTOULGUPhClH53
f1oAni56by0nqcCuX/0XqkbGZVP08TvP
=p6ds
-----END PGP SIGNATURE-----

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to trac-dev+unsubscr...@googlegroups.com.
To post to this group, send email to trac-dev@googlegroups.com.
Visit this group at http://groups.google.com/group/trac-dev?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to