aboutsummaryrefslogtreecommitdiffstats
path: root/becommands
Commit message (Expand)AuthorAgeFilesLines
* Save non-text/ comments as separate files. Inline images.W. Trevor King2009-10-201-29/+57
* Pass content_type to Comment.new_reply() to fix error adding non-text/ commentsW. Trevor King2009-10-201-3/+1
* Restructured becommands/html to make templating more flexible + general clean...W. Trevor King2009-10-201-437/+363
* General cleanup of becommands/html.pyW. Trevor King2009-10-191-172/+141
* Merged Gianluca's html becommand with templates.W. Trevor King2009-10-191-367/+415
|\
| * Reworked the html command template systemGianluca Montecchi2009-10-081-24/+23
| * Partially moved to a newer, better and simpler template systemGianluca Montecchi2009-10-081-78/+70
| * Template system v1 completedGianluca Montecchi2009-10-081-30/+315
| * Updated to trunkGianluca Montecchi2009-10-071-1/+1
| * Initial implementation of a template systemGianluca Montecchi2009-10-061-263/+14
| * Added the verbose optionGianluca Montecchi2009-10-061-9/+15
| * helpGianluca Montecchi2009-10-051-3/+7
| * Added the initial support for css templatesGianluca Montecchi2009-10-031-6/+19
| * Merged with Trevor's -rr branchGianluca Montecchi2009-10-0221-300/+994
| * Merged with head branchGianluca Montecchi2009-10-0119-291/+487
* | Moved from *.__del__() to exclusive use of *.cleanup().W. Trevor King2009-10-051-1/+1
* | Fixed invalid TAG error in becommands.subscribe.get_subscribers()W. Trevor King2009-09-261-0/+2
* | Added -a and -l options to be subscribe.W. Trevor King2009-09-261-11/+29
* | Use Bug.active to decide active status in becommands/html.pyW. Trevor King2009-09-231-1/+1
* | RCS -> VCS, BUGDIR_DISK_VERSION -> v1.2W. Trevor King2009-08-314-25/+25
* | 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
* | Merged Gianluca's html output branch.W. Trevor King2009-08-071-0/+587
|\ \
| * | 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
| * | Adjusted help/doc strings in becommands/html.pyW. Trevor King2009-08-071-3/+4
| |/
| * - closed bugs f77, 2b8 d8dGianluca Montecchi2009-08-041-61/+66
| * 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-272-358/+435
| * Initial implementation of the comments exportGianluca Montecchi2009-07-211-7/+11
| * implemented the detail file and fixed the list of active bugGianluca Montecchi2009-07-212-30/+105
| * Created the indexGianluca Montecchi2009-07-192-75/+72
| * Changed the index layoutgianluca2009-07-101-160/+24
| * Added the last 10 bug open listgianluca2009-07-092-34/+81
| * Initial implementation of the html repository export.gianluca2009-07-042-0/+502
* | Ssupport for UTF-8 in "be comment" calls to EDITOR/VISUAL.W. Trevor King2009-08-031-1/+0
* | Added dependency tree display with "be depend -t DEPTH BUG-ID".W. Trevor King2009-08-011-2/+56
* | Added one-way-link repair.W. Trevor King2009-08-011-7/+59
* | Added two-way dependency links.W. Trevor King2009-08-011-22/+159
* | Now becommands.new's unittest cleans up after itself.W. Trevor King2009-07-311-1/+1
* | Improved unittest cleanup by adding BugDir.cleanup().W. Trevor King2009-07-3118-20/+39