command:html: Rework comment <div> closing
[be.git] / libbe / command / html.py
2013-03-13 W. Trevor Kingcommand:html: Rework comment <div> closing
2012-10-28 W. Trevor KingUse libbe.util.http.HTTP_USER_ERROR everywhere instead...
2012-10-27 W. Trevor Kingcommand:html: remove %default from option help strings
2012-10-16 W. Trevor KingRan update-copyright.py.
2012-09-17 W. Trevor Kingcommand:html: convert -moz-border-radius to border...
2012-09-17 W. Trevor Kingcommand.html: display "Target:" detail for bugs with...
2012-09-17 W. Trevor Kingcommand:html: fix two auto% -> auto typos in CSS.
2012-09-03 W. Trevor Kingcommand:html: add --strip-email option.
2012-09-03 W. Trevor Kingcommand:html: oops, use default arguments for 'notify...
2012-09-03 W. Trevor Kingcommand:html: fix super(HTML. self) -> super(HTML,...
2012-09-03 W. Trevor Kingcommand:html: rewrite as a libbe.util.wsgi.ServerCommand.
2012-09-03 W. Trevor Kingbea/c283cb: merge Praveen's gitorious-issues integratio...
2012-09-03 W. Trevor Kingmisc:completion: merge zsh completion from Markus Vock.
2012-08-30 W. Trevor KingRewrite commands to use bugdirs instead of a single...
2012-02-16 W. Trevor KingRan update-copyright.py.
2012-01-02 Chris BallMerge www.physics.drexel.edu/~wking/code/git/be
2011-11-14 W. Trevor KingFix my busted 1512c0e2a64e patch to libbe/util/encoding.py.
2011-09-08 W. Trevor KingMerge remote branch 'tanguy/master'
2011-05-25 W. Trevor KingRun update_copyright.py.
2011-04-17 W. Trevor King"X or ''|e" -> "(X or '')|e" for proper escaping.
2011-04-17 W. Trevor KingCorrect <tdata> -> <tbody> typo in `be html` templates.
2011-04-17 W. Trevor KingEnsure comment div ids start with a letter (per validat...
2011-04-17 W. Trevor KingCorrect <tbody> -> </tbody> typo in `be html` templates.
2011-04-17 W. Trevor KingRework `be html` to use Jinja2 templates.
2011-02-22 Chris BallRemove commented code from html.py
2011-02-22 Chris BallMerge commit 'refs/merge-requests/4' of git://gitorious...
2011-01-24 Gianluca MontecchiLeft aligned the table cells
2011-01-24 Gianluca MontecchiNew html output for html command
2011-01-09 Chris BallMerge commit 'refs/merge-requests/3' of git://gitorious...
2011-01-09 Chris BallBumped to version 1.0.0 1.0.0
2010-10-22 Chris BallMerge branch 'master' of physics.drexel.edu/~wking...
2010-10-21 W. Trevor KingRan update_copyright.py.
2010-07-14 W. Trevor KingAvoid loading the whole bugdir when calling `be html...
2010-07-14 W. Trevor KingMerge remote branch 'matclab/master'
2010-07-12 Mathieu ClabautException when doing 'be html -e'
2010-06-25 Chris BallMerge branch 'master' of wking.cfbe
2010-06-24 Chris BallMerge branch 'master' of physics.drexel.edu/~wking...
2010-06-23 W. Trevor KingRan update_copyright.py
2010-06-20 Chris BallMerge Steve Losh's cfbe tree, from:
2010-06-20 Chris BallMerge with Trevor.
2010-05-19 W. Trevor KingMerged Eric Kow's _darcs/prefs/author bug.
2010-03-19 W. Trevor KingMerged Anton Batenev's report of Nicolas Alvarez' unico...
2010-02-22 W. Trevor KingFix relative links from bug pages in `be html`.
2010-02-22 W. Trevor KingUse truncated_id in `be html` comment <div id="">
2010-02-20 W. Trevor KingAdded `be html --min-id-length INT` option
2010-02-20 W. Trevor KingMerged Gianluca's truncated-IDs in `be html` output...
2010-02-11 Gianluca MontecchiVariable lenght of the file name in the be html command.
2010-02-10 gianFixed a bug in the be html command.
2010-02-10 W. Trevor KingMerged Gianluca's fix of my version of Eric's patch ;)
2010-02-09 Gianluca MontecchiMerged Trevor's tree
2010-02-09 W. Trevor KingMerged Eric Kow's HTML escaping patch
2010-02-02 W. Trevor KingSort comments in `be html`.
2010-01-30 W. Trevor Kinglibbe.command.html.HTMLGen._long_to_linked_user() handl...
2010-01-27 W. Trevor King`be html` links (<a href="...) #-delimited references...
2010-01-21 W. Trevor KingMerge assorted bugfixes and optimizations.
2010-01-19 W. Trevor KingAdded shortname (.id.user()) data to `be html`s comment...
2010-01-01 W. Trevor KingUpdated copyright information
2009-12-31 W. Trevor KingMerged be.restructure, major internal reorganization.
2009-12-31 W. Trevor KingAdded UserInterface and other improved abstractions...
2009-12-30 W. Trevor KingDon't chdir() in libbe/command/html.py doctests.
2009-12-30 W. Trevor KingRemove libbe.ui.util.cmdutil
2009-12-15 W. Trevor KingFixed libbe.command.diff + ugly BugDir.duplicate_bugdir...
2009-12-15 W. Trevor KingTransitioned severity to Command-format, also added...
2009-12-15 W. Trevor KingTransitioned new to Command-format
2009-12-15 W. Trevor KingTransitioned html to Command-format
2009-12-14 W. Trevor KingTransitioned comment to Command format
2009-12-08 W. Trevor KingInitial directory restructuring to clarify dependencies