http://hg.code.sf.net:8000/p/roundup/code/atom-log/tip/plugins/extensions/custompage.py Mercurial Repository: p/roundup/code: plugins/extensions/custompage.py history 2014-11-26T09:40:51+03:00 [routing] Docfixes http://hg.code.sf.net:8000/p/roundup/code/#changeset-8aac417c189910a8b82cd0661feb1f624a3663f5 anatoly techtonik techtonik@gmail.com 2014-11-26T09:40:51+03:00 2014-11-26T09:40:51+03:00
changeset 8aac417c1899
branch routing
bookmark
tag
user anatoly techtonik <techtonik@gmail.com>
description Docfixes
files
[routing] Add support for extensions to provide custom pages to Roundup http://hg.code.sf.net:8000/p/roundup/code/#changeset-7920d700e580d850fa4892793af09b035374e215 anatoly techtonik techtonik@gmail.com 2014-11-25T17:29:38+03:00 2014-11-25T17:29:38+03:00
changeset 7920d700e580
branch routing
bookmark
tag
user anatoly techtonik <techtonik@gmail.com>
description Add support for extensions to provide custom pages to Roundup
and update CHANGES.txt

1. Added registerHandler() extension point to instance.Tracker
to register URL handlers for specific routes
2. Added processing of extension routes to client.cgi
3. Added example plugins/extensions/custompage.py
files