aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/command/html.py
Commit message (Expand)AuthorAgeFilesLines
* command:html: Rework comment <div> closingW. Trevor King2013-03-121-4/+2
* Use libbe.util.http.HTTP_USER_ERROR everywhere instead of hardcoding 418W. Trevor King2012-10-281-1/+0
* command:html: remove %default from option help stringsW. Trevor King2012-10-271-6/+5
* Ran update-copyright.py.W. Trevor King2012-10-161-2/+5
* command:html: convert -moz-border-radius to border-radius.W. Trevor King2012-09-171-9/+9
* command.html: display "Target:" detail for bugs with targets.W. Trevor King2012-09-171-0/+10
* command:html: fix two auto% -> auto typos in CSS.W. Trevor King2012-09-171-2/+2
* command:html: add --strip-email option.W. Trevor King2012-09-031-6/+21
* command:html: oops, use default arguments for 'notify' and 'auth'.W. Trevor King2012-09-031-2/+2
* command:html: fix super(HTML. self) -> super(HTML, self).W. Trevor King2012-09-031-1/+1
* command:html: rewrite as a libbe.util.wsgi.ServerCommand.W. Trevor King2012-09-031-291/+368
* Rewrite commands to use bugdirs instead of a single bugdir.W. Trevor King2012-08-291-36/+49
* Ran update-copyright.py.W. Trevor King2012-02-161-10/+10
* Fix my busted 1512c0e2a64e patch to libbe/util/encoding.py.W. Trevor King2011-11-131-1/+1
* Run update_copyright.py.W. Trevor King2011-05-251-1/+2
* "X or ''|e" -> "(X or '')|e" for proper escaping.W. Trevor King2011-04-171-7/+7
* Correct <tdata> -> <tbody> typo in `be html` templates.W. Trevor King2011-04-171-2/+2
* Ensure comment div ids start with a letter (per validator.w3.org).W. Trevor King2011-04-171-2/+2
* Correct <tbody> -> </tbody> typo in `be html` templates.W. Trevor King2011-04-171-1/+1
* Rework `be html` to use Jinja2 templates.W. Trevor King2011-04-171-558/+530
* Remove commented code from html.pyChris Ball2011-02-221-3/+0
* Left aligned the table cellsGianluca Montecchi2011-01-251-4/+4
* New html output for html commandGianluca Montecchi2011-01-241-53/+209
* Bumped to version 1.0.01.0.0Chris Ball2011-01-081-1/+1
* Ran update_copyright.py.W. Trevor King2010-10-211-0/+1
* Avoid loading the whole bugdir when calling `be html -e`.W. Trevor King2010-07-141-3/+5
* Exception when doing 'be html -e'Mathieu Clabaut2010-07-121-4/+4
* Ran update_copyright.pyW. Trevor King2010-06-221-11/+12
* Fix relative links from bug pages in `be html`.W. Trevor King2010-02-221-3/+3
* Use truncated_id in `be html` comment <div id="">W. Trevor King2010-02-221-4/+5
* Added `be html --min-id-length INT` optionW. Trevor King2010-02-201-2/+8
* Merged Gianluca's truncated-IDs in `be html` output patch.W. Trevor King2010-02-201-20/+46
|\
| * Variable lenght of the file name in the be html command.Gianluca Montecchi2010-02-111-4/+34
|/
* Fixed a bug in the be html command.gian2010-02-101-1/+1
* Merged Eric Kow's HTML escaping patchW. Trevor King2010-02-091-8/+1
* Sort comments in `be html`.W. Trevor King2010-02-021-0/+2
* libbe.command.html.HTMLGen._long_to_linked_user() handles failed conversion.W. Trevor King2010-01-301-2/+34
* `be html` links (<a href="...) #-delimited references in text/* bodies.W. Trevor King2010-01-271-5/+34
* Added shortname (.id.user()) data to `be html`s comment dataW. Trevor King2010-01-191-2/+3
* Updated copyright informationW. Trevor King2010-01-011-2/+2
* Added UserInterface and other improved abstractions for command handlingW. Trevor King2009-12-311-5/+7
* Don't chdir() in libbe/command/html.py doctests.W. Trevor King2009-12-291-10/+7
* Remove libbe.ui.util.cmdutilW. Trevor King2009-12-291-11/+4
* Fixed libbe.command.diff + ugly BugDir.duplicate_bugdir implementationW. Trevor King2009-12-151-1/+1
* Transitioned severity to Command-format, also added Command._get_*()W. Trevor King2009-12-141-3/+4
* Transitioned new to Command-formatW. Trevor King2009-12-141-0/+1
* Transitioned html to Command-formatW. Trevor King2009-12-141-118/+146
* Transitioned comment to Command formatW. Trevor King2009-12-141-7/+5
* Initial directory restructuring to clarify dependenciesW. Trevor King2009-12-071-0/+609