-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 24.01.2013 22:15, Christopher Nelson wrote: > Apropos of http://trac.edgewall.org/ticket/10983#comment:9, can anyone > point me to a working example of OrderedExtensionsOption configuation?
Trac core uses it for the order of 'permission_policies' [1]. AccountManagerPlugin [2] has two. One to have a predictable series of component to read in turn for a valid user:passwd combination with option 'password_store' [3], and one to get registration checks processed in a reproducible order [4]. Steffen Hoffmann [1] http://trac.edgewall.org/browser/tags/trac-1.0/trac/perm.py#L317 [2] http://trac-hacks.org/wiki/AccountManagerPlugin [3] http://trac-hacks.org/browser/accountmanagerplugin/tags/acct_mgr-0.4.2/acct_mgr/api.py#L164 [4] http://trac-hacks.org/browser/accountmanagerplugin/tags/acct_mgr-0.4.2/acct_mgr/api.py#L170 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAlEB2NkACgkQ31DJeiZFuHdDqgCghNtF2K1K8qZL1Yrq6tFuNxpG j6UAoJbwFMvrHun/rZ9zg07sl4fC0K42 =echD -----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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-dev?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
