aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added `be --verbose-version' option to print full version information.W. Trevor King2009-09-151-2/+4
* Added libbe.version, wrapping the auto-generated libbe._version.W. Trevor King2009-09-152-2/+52
* Fixed a few typos in be-handle-mailW. Trevor King2009-09-131-4/+4
* Mention commit message in interactive email README subject explaination.W. Trevor King2009-09-131-2/+2
* Explicitly set encoding to UTF-8.W. Trevor King2009-09-131-0/+3
* Typo EncryptedMessageFactory -> PGPMimeMessageFactory in send-pgp-mime.pyW. Trevor King2009-09-111-2/+2
* Added docstrings to libbe submodules.W. Trevor King2009-08-3121-32/+126
* BugDir.duplicate_bugdir() fix for when parent bugdir's sync_with_disk == False.W. Trevor King2009-08-311-2/+8
* RCS -> VCS, BUGDIR_DISK_VERSION -> v1.2W. Trevor King2009-08-3121-494/+510
* Merged be.on-disk-upgrade, which added libbe.upgradeW. Trevor King2009-08-31187-1217/+806
|\
| * Use 'v#.#' for major/minor version in upgrade.BUGDIR_DISK_VERSIONSW. Trevor King2009-08-312-2/+2
| * Upgrade duplicate bugdirs if necessary (e.g. for `be diff').W. Trevor King2009-08-313-20/+49
| * Added libbe/upgrade.py to handle upgrading on-disk bugdirs.W. Trevor King2009-08-31177-1164/+702
| * Made get_path() definitions consistent between bugdirs, bugs, and comments.W. Trevor King2009-08-314-15/+32
| * Bug 22b (target-bugs) blocked by 519 (on-disk upgrade) and assigned to TrevorW. Trevor King2009-08-318-19/+24
|/
* VCS vs. RCS terminology blocked by on-disk upgrade path.W. Trevor King2009-08-312-0/+8
* Added comment 22b:7 about representing targets with Bug() instances.W. Trevor King2009-08-312-0/+67
* Broke up be-handle-mail.parse() into parse_new(), _comment(), and _control().W. Trevor King2009-08-161-57/+75
* Added on-disk representation upgrade bugW. Trevor King2009-08-163-0/+41
* Handle BugDir.list_uuids() in the case of missing ".be/bugs/".W. Trevor King2009-08-111-4/+5
* "be html" fixes bug 2f0W. Trevor King2009-08-081-1/+1
* 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-072-19/+23
* Merged Gianluca's html output branch.W. Trevor King2009-08-0710-0/+716
|\
| * 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-047-64/+98
| * Fixed width and indexGianluca Montecchi2009-08-031-6/+13
| * Closed bug f77, minox fix to layoutGianluca Montecchi2009-07-312-7/+5
| * Moved all the implementation into the html.py fileGianluca Montecchi2009-07-278-358/+465
| * Initial implementation of the comments exportGianluca Montecchi2009-07-2110-9/+66
| * implemented the detail file and fixed the list of active bugGianluca Montecchi2009-07-215-31/+118
| * Created the indexGianluca Montecchi2009-07-192-75/+72
| * Changed the index layoutgianluca2009-07-101-160/+24
| * Added the last 10 bug open listgianluca2009-07-093-34/+98
| * Initial implementation of the html repository export.gianluca2009-07-047-0/+587
| * Pull darcs fix, copyright updates from W. Trevor KingChris Ball2009-07-0243-60/+242
| |\
| * \ Merge "be set-root" becomes "be init" from W. Trevor KingChris Ball2009-07-013-4/+4
| |\ \
| * \ \ Merge darcs support from W. Trevor King's tree.Chris Ball2009-06-308-30/+225
| |\ \ \
| * \ \ \ Merge with W. Trevor King's tree, which allows attaching binary files to bugs.Chris Ball2009-06-2614-149/+69
| |\ \ \ \
| * \ \ \ \ Merge be --version code from W. Trevor King.Chris Ball2009-06-257-22/+51
| |\ \ \ \ \