aboutsummaryrefslogtreecommitdiffstats
path: root/becommands/html.py
Commit message (Collapse)AuthorAgeFilesLines
* Oops, update comment.From->author and .time_string->.date in becommands/html.pyW. Trevor King2009-08-081-2/+2
|
* Updated AUTHORS and copyright info for becommands/html.py.W. Trevor King2009-08-071-12/+13
| | | | | | | | | Also adjusted update_copyright.sh to ignore Gianluca's temporary use of gianluca <gian@galactica> since he's now using Gianluca Montecchi <gian@grys.it> on becommands/html.py.
* Merged Gianluca's html output branch.W. Trevor King2009-08-071-16/+22
| | | | | | | | | | | | Changes to merge with my branch: * Added some reference to "be html" or "becommands/html.py" in his new bugs' summaries. Bug titles should make clear to which aspect of our growing repository they refer. * Fixed unittests in becommands/html.py. * execute() kwarg "test"->!"manipulate_encodings * bugdir.simple_bug_dir() -> bugdir.SimpleBugDir() * bd.cleanup() at end of unittests
* Sort bugs in HTML output.W. Trevor King2009-08-071-1/+1
|
* XHTML attribute values should be strings, and cellspacing not allowed in tr.W. Trevor King2009-08-071-8/+8
|
* Escape HTML entities (e.g. & and @) in HTML outputW. Trevor King2009-08-071-25/+33
|
* XHTML tags must be closed (e.g. <br />, not <br>)W. Trevor King2009-08-071-2/+2
|
* XHTML attribute values should be strings.W. Trevor King2009-08-071-1/+1
|
* Protect bug html from libbe.settings_object.EMPTYW. Trevor King2009-08-071-8/+12
|
* Added DOCTYPE to detail html as wellW. Trevor King2009-08-071-0/+2
|
* Respect bugdir's encoding in html generationW. Trevor King2009-08-071-7/+7
|
* Added DOCTYPE and post-</div> endlinesW. Trevor King2009-08-071-2/+4
|
* Improved threaded comment handling.W. Trevor King2009-08-071-43/+31
| | | | | | | | | The previous method only grabbed first line of a comment. The new approach replaces the messy Comment->string->parse->html with Comment->html. Also replaced all open()s with codecs.open to allow for non-ASCII output. Alphabetized the non libbe imports while I was adding codecs.
* Adjusted help/doc strings in becommands/html.pyW. Trevor King2009-08-071-3/+4
|
* - closed bugs f77, 2b8 d8dGianluca Montecchi2009-08-041-61/+66
| | | | - some changes to the css and to the html layout
* Fixed width and indexGianluca Montecchi2009-08-031-6/+13
|
* Closed bug f77, minox fix to layoutGianluca Montecchi2009-07-311-6/+4
|
* Moved all the implementation into the html.py fileGianluca Montecchi2009-07-271-30/+435
| | | | Implemented the creation of the index for active and inactive bugs, with detail for earch of them
* Initial implementation of the comments exportGianluca Montecchi2009-07-211-7/+11
|
* implemented the detail file and fixed the list of active bugGianluca Montecchi2009-07-211-22/+29
|
* Created the indexGianluca Montecchi2009-07-191-32/+46
|
* Added the last 10 bug open listgianluca2009-07-091-33/+62
|
* Initial implementation of the html repository export.gianluca2009-07-041-0/+107
Creation of the index file