summaryrefslogtreecommitdiff
path: root/devel/nmbug
AgeCommit message (Expand)Author
2014-04-15nmbug: mark repository as bare on cloneDavid Bremner
2014-04-08nmbug: Add 'clone' and replace FETCH_HEAD with @{upstream}W. Trevor King
2014-03-23nmbug-status: make output title and blurb configurableJani Nikula
2014-03-23nmbug-status: parameterize title and blurb in the page headerJani Nikula
2014-02-21nmbug-status: replace __values__() with values() in OrderedDict stubTomi Ollila
2014-02-14nmbug-status: Hardcode UTF-8 instead of using the user's localeW. Trevor King
2014-02-14nmbug-status: Encode output using the user's localeW. Trevor King
2014-02-14nmbug-status: Add inter-message paddingW. Trevor King
2014-02-14nmbug-status: Color threads in HTML outputW. Trevor King
2014-02-14nmbug-status: Escape &, <, and > in HTML display dataW. Trevor King
2014-02-13nmbug-status: Use <code> and <p> markup where appropriateW. Trevor King
2014-02-13nmbug-status: Slug the title when using it as an idW. Trevor King
2014-02-13nmbug-status: Anchor with h3 ids instead of a namesW. Trevor King
2014-02-10nmbug-status: Convert from XHTML 1.0 to HTML 5W. Trevor King
2014-02-10nmbug-status: Normalize table HTML indentationW. Trevor King
2014-02-10nmbug-status: Add an OrderedDict stub for Python 2.6W. Trevor King
2014-02-10nmbug-status: Add Page and HtmlPage for modular renderingW. Trevor King
2014-02-10nmbug-status: Add a Python-3-compatible urllib.parse.quote importW. Trevor King
2014-02-10nmbug-status: Consolidate HTML header printingW. Trevor King
2014-02-10nmbug-status: Don't require write accessW. Trevor King
2014-02-10nmbug-status: Consolidate functions and main codeW. Trevor King
2014-02-10nmbug-status: Add metavars for --config and --get-queryW. Trevor King
2014-02-10nmbug-status: Factor config-loading out into read_configW. Trevor King
2014-02-10nmbug-status: Decode Popen output using the user's localeW. Trevor King
2014-02-10nmbug-status: Use email.utils instead of rfc822W. Trevor King
2014-02-10nmbug-status: Convert to Python-3-compatible print functionsW. Trevor King
2013-04-06nmbug-status: only import notmuch when neededJani Nikula
2013-04-06nmbug-status: add support for querying the search viewsJani Nikula
2013-03-02nmbug: allow empty prefixDavid Bremner
2013-03-02nmbug: replace hard-coded magic hash with git-hash-objectDavid Bremner
2013-03-02nmbug: use 'notmuch tag --batch'David Bremner
2013-03-02nmbug: use dump --format=batch-tagDavid Bremner
2013-02-16nmbug: move from contrib to develDavid Bremner