Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Merged Trevor branch | Gianluca Montecchi | 2009-10-22 | 1 | -83/+93 |
|\ | | | | | | | - Reapplied the fix for subdirs | ||||
| * | Merged Gianluca's recent `be html` work. | W. Trevor King | 2009-10-21 | 1 | -49/+97 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added --export-template and --export-template-dir * Fixed index page row colors. * Fixed --index-header Also a bit of tightening on my own: * Inspired by ._write_file, wrote ._read_file and .make_dir. * Wrapped some lines to stay under 80 characters, * Stripped trailing whitespace. | ||||
| * | | Save non-text/ comments as separate files. Inline images. | W. Trevor King | 2009-10-20 | 1 | -29/+57 |
| | | | |||||
| * | | Restructured becommands/html to make templating more flexible + general ↵ | W. Trevor King | 2009-10-20 | 1 | -437/+363 |
| | | | | | | | | | | | | cleanups. | ||||
| * | | General cleanup of becommands/html.py | W. Trevor King | 2009-10-19 | 1 | -172/+141 |
| | | | |||||
| * | | Merged Gianluca's html becommand with templates. | W. Trevor King | 2009-10-19 | 1 | -367/+415 |
| |\ \ | |||||
| * | | | Use Bug.active to decide active status in becommands/html.py | W. Trevor King | 2009-09-23 | 1 | -1/+1 |
| | | | | |||||
| * | | | Oops, update comment.From->author and .time_string->.date in becommands/html.py | W. Trevor King | 2009-08-08 | 1 | -2/+2 |
| | | | | |||||
| * | | | Updated AUTHORS and copyright info for becommands/html.py. | W. Trevor King | 2009-08-07 | 1 | -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 King | 2009-08-07 | 1 | -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 King | 2009-08-07 | 1 | -1/+1 |
| | | | | |||||
| * | | | XHTML attribute values should be strings, and cellspacing not allowed in tr. | W. Trevor King | 2009-08-07 | 1 | -8/+8 |
| | | | | |||||
| * | | | Escape HTML entities (e.g. & and @) in HTML output | W. Trevor King | 2009-08-07 | 1 | -25/+33 |
| | | | | |||||
| * | | | XHTML tags must be closed (e.g. <br />, not <br>) | W. Trevor King | 2009-08-07 | 1 | -2/+2 |
| | | | | |||||
| * | | | XHTML attribute values should be strings. | W. Trevor King | 2009-08-07 | 1 | -1/+1 |
| | | | | |||||
| * | | | Protect bug html from libbe.settings_object.EMPTY | W. Trevor King | 2009-08-07 | 1 | -8/+12 |
| | | | | |||||
| * | | | Added DOCTYPE to detail html as well | W. Trevor King | 2009-08-07 | 1 | -0/+2 |
| | | | | |||||
| * | | | Respect bugdir's encoding in html generation | W. Trevor King | 2009-08-07 | 1 | -7/+7 |
| | | | | |||||
| * | | | Added DOCTYPE and post-</div> endlines | W. Trevor King | 2009-08-07 | 1 | -2/+4 |
| | | | | |||||
| * | | | Improved threaded comment handling. | W. Trevor King | 2009-08-07 | 1 | -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.py | W. Trevor King | 2009-08-07 | 1 | -3/+4 |
| | | | | |||||
* | | | | Fixed a typo in the --export-dir-template options | Gianluca Montecchi | 2009-10-21 | 1 | -1/+1 |
| | | | | |||||
* | | | | Fixed a problem with the creation of nested directory | Gianluca Montecchi | 2009-10-21 | 1 | -1/+1 |
| |_|/ |/| | | | | | | | | (i.e.: be html -o dir1/dir2 failed to create dir2 if dir1 does not exists) | ||||
* | | | Finished merge with Trevor branch | Gianluca Montecchi | 2009-10-21 | 1 | -5/+1 |
| | | | |||||
* | | | added the --export-template and --export-dir_template | Gianluca Montecchi | 2009-10-21 | 1 | -3/+43 |
| | | | | | | | | | | | | to export the default template | ||||
* | | | The (ugly) colors are back | Gianluca Montecchi | 2009-10-21 | 1 | -1/+1 |
| | | | |||||
* | | | Fixed the wrong index_header values | Gianluca Montecchi | 2009-10-20 | 1 | -2/+3 |
| | | | |||||
* | | | merged with Trevor branch | Gianluca Montecchi | 2009-10-20 | 1 | -522/+444 |
| |/ |/| | |||||
* | | Reworked the html command template system | Gianluca Montecchi | 2009-10-08 | 1 | -24/+23 |
| | | |||||
* | | Partially moved to a newer, better and simpler template system | Gianluca Montecchi | 2009-10-08 | 1 | -78/+70 |
| | | |||||
* | | Template system v1 completed | Gianluca Montecchi | 2009-10-08 | 1 | -30/+315 |
| | | |||||
* | | Initial implementation of a template system | Gianluca Montecchi | 2009-10-06 | 1 | -263/+14 |
| | | |||||
* | | Added the verbose option | Gianluca Montecchi | 2009-10-06 | 1 | -9/+15 |
| | | |||||
* | | help | Gianluca Montecchi | 2009-10-05 | 1 | -3/+7 |
| | | |||||
* | | Added the initial support for css templates | Gianluca Montecchi | 2009-10-03 | 1 | -6/+19 |
| | | |||||
* | | Merged with Trevor's -rr branch | Gianluca Montecchi | 2009-10-02 | 1 | -101/+113 |
|/ | |||||
* | - closed bugs f77, 2b8 d8d | Gianluca Montecchi | 2009-08-04 | 1 | -61/+66 |
| | | | | - some changes to the css and to the html layout | ||||
* | Fixed width and index | Gianluca Montecchi | 2009-08-03 | 1 | -6/+13 |
| | |||||
* | Closed bug f77, minox fix to layout | Gianluca Montecchi | 2009-07-31 | 1 | -6/+4 |
| | |||||
* | Moved all the implementation into the html.py file | Gianluca Montecchi | 2009-07-27 | 1 | -30/+435 |
| | | | | Implemented the creation of the index for active and inactive bugs, with detail for earch of them | ||||
* | Initial implementation of the comments export | Gianluca Montecchi | 2009-07-21 | 1 | -7/+11 |
| | |||||
* | implemented the detail file and fixed the list of active bug | Gianluca Montecchi | 2009-07-21 | 1 | -22/+29 |
| | |||||
* | Created the index | Gianluca Montecchi | 2009-07-19 | 1 | -32/+46 |
| | |||||
* | Added the last 10 bug open list | gianluca | 2009-07-09 | 1 | -33/+62 |
| | |||||
* | Initial implementation of the html repository export. | gianluca | 2009-07-04 | 1 | -0/+107 |
Creation of the index file |