README.rst: Unwind 'If ..., returns a 404' -> 'Returns a 404 if ...'
[nmhive.git] / nmbug.js
2014-09-22 W. Trevor KingAdd copyright blurbs to sources v0.1.0
2014-09-22 W. Trevor Kingnmbug.js: Add 10em left/right margins to the dialog
2014-09-22 W. Trevor Kingnmbug.js: List tags as <a> in a <p> instead of as ...
2014-09-22 W. Trevor Kingnmbug.js: Insert the dialog at the beginning of body
2014-09-22 W. Trevor Kingnmbug.js: Third attempt at robustly loading the dialog...
2014-09-22 W. Trevor Kingnmbug.js: Add a 'frame' argument to nmbug.show
2014-09-21 W. Trevor Kingnmbug.js: Cleanup dialog-polyfill injection to avoid...
2014-09-21 W. Trevor Kingnmbug.js: Fill in the POST /mid/<message_id> handling
2014-09-21 W. Trevor Kingnmbug.js: Add tag-toggling with a stub _toggle_tag
2014-09-21 W. Trevor Kingnmbug.js: Add available-tags fetcher and highlight...
2014-09-21 W. Trevor Kingnmbug.js: Use bind to avoid forwarding message_id throu...
2014-09-21 W. Trevor Kingnmbug.js: Style the dialog with some round corners...
2014-09-21 W. Trevor Kingnmbug.js: Add dialog-polyfill dependency for Firefox
2014-09-21 W. Trevor Kingnmbug.js: Stub out a dialog for editing tags
2014-09-20 W. Trevor Kingnmbug.js: Fill in the tag-fetching portion of nmbug...
2014-09-20 W. Trevor Kingnmbug.js: Extract the Gmane article id and convert...
2014-09-20 W. Trevor Kingnmbug.js: Sketch out the bookmarklet framework