summaryrefslogtreecommitdiffstats
path: root/devel
AgeCommit message (Expand)Author
2015-08-07test: make script exit (1) if it "fails" to source (.) a fileTomi Ollila
2015-08-04devel/release-checks.sh: made python version check work with python 3Tomi Ollila
2015-08-04lib: define NOTMUCH_DEPRECATED macro, document its use.David Bremner
2015-06-09release-checks: check that git working directory is cleanTomi Ollila
2015-04-01nmbug-status: Use 'show-ref --heads' for loading configsW. Trevor King
2015-03-15nmbug-status: Clarify errors for illegible configsW. Trevor King
2015-03-13lib: make notmuch_query_count_messages explicitely exactJani Nikula
2015-01-18nmbug: Add a 'help' command for folks who don't like --helpW. Trevor King
2015-01-03build: eliminate use of python execfile commandDavid Bremner
2014-11-02devel: man-to-mdwn.pl: add GPLv3+ notice to manpages.mdwnTomi Ollila
2014-11-02devel: make man-to-mdwn.pl to work with generated manual pagesTomi Ollila
2014-10-05nmbug: Translate to PythonW. Trevor King
2014-07-16nmbug: Handle missing @upstream in is_unmergedW. Trevor King
2014-07-16nmbug: Add a git_with_status helper functionW. Trevor King
2014-07-15nmbug-status: Optionally load the header and footer templates from the configW. Trevor King
2014-07-15nmbug-status: Add the time to the footer's build-dateW. Trevor King
2014-07-15nmbug-status: Factor out header/footer context into a shared dictW. Trevor King
2014-07-15Move the generated date from the top of the page to the footer.Carl Worth
2014-07-15Add a docstring describing the programCarl Worth
2014-07-15Add explicit license informationCarl Worth
2014-07-13devel: news2wiki to recognize yyyy-mm-dd or UNRELEASED as release dateTomi Ollila
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-04-08release-checks: removed manual page version checkTomi Ollila
2014-04-08doc: move doxgen config from devel/ to doc/David Bremner
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-03-11devel: add script to generate test databasesJani 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