Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed email.Parser typo in send_pgp_mime.py imports for Python 2.4. | W. Trevor King | 2009-09-17 | 1 | -1/+1 |
| | |||||
* | Added `be --verbose-version' option to print full version information. | W. Trevor King | 2009-09-15 | 1 | -2/+4 |
| | |||||
* | Added libbe.version, wrapping the auto-generated libbe._version. | W. Trevor King | 2009-09-15 | 2 | -2/+52 |
| | | | | | | | | | | | | | | | | Two major benefits: 1) Programatic access to the BE version. Previously the version-string logic was internal to the commandline interface ./be, which left the other interfaces hanging. 2) Simple to override auto-generated revision id version with any string you like (by setting libbe.version._VERSION, if that's the way you want to run things or the way your packaging system requires. Note that other modules should never read libbe.version._VERSION, since it may not be defined. Instead they should use the output of libbe.version.version(). | ||||
* | Fixed a few typos in be-handle-mail | W. Trevor King | 2009-09-13 | 1 | -4/+4 |
| | |||||
* | Mention commit message in interactive email README subject explaination. | W. Trevor King | 2009-09-13 | 1 | -2/+2 |
| | |||||
* | Explicitly set encoding to UTF-8. | W. Trevor King | 2009-09-13 | 1 | -0/+3 |
| | | | | | Because otherwise we run into problems when running be from inside cron jobs. | ||||
* | Typo EncryptedMessageFactory -> PGPMimeMessageFactory in send-pgp-mime.py | W. Trevor King | 2009-09-11 | 1 | -2/+2 |
| | | | | | | I changed the class name in commit wking@drexel.edu-20090718201613-n242qfl4s3j3kfjf but missed two references. | ||||
* | Added docstrings to libbe submodules. | W. Trevor King | 2009-08-31 | 21 | -32/+126 |
| | | | | Also a few minor tweaks to the module imports. | ||||
* | BugDir.duplicate_bugdir() fix for when parent bugdir's sync_with_disk == False. | W. Trevor King | 2009-08-31 | 1 | -2/+8 |
| | |||||
* | RCS -> VCS, BUGDIR_DISK_VERSION -> v1.2 | W. Trevor King | 2009-08-31 | 21 | -494/+510 |
| | |||||
* | Merged be.on-disk-upgrade, which added libbe.upgrade | W. Trevor King | 2009-08-31 | 187 | -1217/+806 |
|\ | |||||
| * | Use 'v#.#' for major/minor version in upgrade.BUGDIR_DISK_VERSIONS | W. Trevor King | 2009-08-31 | 2 | -2/+2 |
| | | |||||
| * | Upgrade duplicate bugdirs if necessary (e.g. for `be diff'). | W. Trevor King | 2009-08-31 | 3 | -20/+49 |
| | | | | | | | | | | Also moved pre-YAML mapfile handling in mapfile.parse() into upgrade.Upgrade_1_0_to_2._upgrade_mapfile(). | ||||
| * | Added libbe/upgrade.py to handle upgrading on-disk bugdirs. | W. Trevor King | 2009-08-31 | 177 | -1164/+702 |
| | | |||||
| * | Made get_path() definitions consistent between bugdirs, bugs, and comments. | W. Trevor King | 2009-08-31 | 4 | -15/+32 |
| | | |||||
| * | Bug 22b (target-bugs) blocked by 519 (on-disk upgrade) and assigned to Trevor | W. Trevor King | 2009-08-31 | 8 | -19/+24 |
|/ | |||||
* | VCS vs. RCS terminology blocked by on-disk upgrade path. | W. Trevor King | 2009-08-31 | 2 | -0/+8 |
| | |||||
* | Added comment 22b:7 about representing targets with Bug() instances. | W. Trevor King | 2009-08-31 | 2 | -0/+67 |
| | |||||
* | Broke up be-handle-mail.parse() into parse_new(), _comment(), and _control(). | W. Trevor King | 2009-08-16 | 1 | -57/+75 |
| | | | | Also fleshed out the be-handle-mail docstring. | ||||
* | Added on-disk representation upgrade bug | W. Trevor King | 2009-08-16 | 3 | -0/+41 |
| | |||||
* | Handle BugDir.list_uuids() in the case of missing ".be/bugs/". | W. Trevor King | 2009-08-11 | 1 | -4/+5 |
| | | | | | | | | | | Previously: $ be init $ be list ... File ".../libbe/bugdir.py", line 537, in list_uuids for uuid in os.listdir(self.get_path("bugs")): OSError: [Errno 2] No such file or directory: '.../.be/bugs' | ||||
* | "be html" fixes bug 2f0 | W. Trevor King | 2009-08-08 | 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 | 2 | -19/+23 |
| | | | | | | | | | 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 | 10 | -0/+716 |
|\ | | | | | | | | | | | | | | | | | | | | | | | 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 |
| | | |||||
| * | - closed bugs f77, 2b8 d8d | Gianluca Montecchi | 2009-08-04 | 7 | -64/+98 |
| | | | | | | | | - 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 | 2 | -7/+5 |
| | | |||||
| * | Moved all the implementation into the html.py file | Gianluca Montecchi | 2009-07-27 | 8 | -358/+465 |
| | | | | | | | | 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 | 10 | -9/+66 |
| | | |||||
| * | implemented the detail file and fixed the list of active bug | Gianluca Montecchi | 2009-07-21 | 5 | -31/+118 |
| | | |||||
| * | Created the index | Gianluca Montecchi | 2009-07-19 | 2 | -75/+72 |
| | | |||||
| * | Changed the index layout | gianluca | 2009-07-10 | 1 | -160/+24 |
| | | |||||
| * | Added the last 10 bug open list | gianluca | 2009-07-09 | 3 | -34/+98 |
| | | |||||
| * | Initial implementation of the html repository export. | gianluca | 2009-07-04 | 7 | -0/+587 |
| | | | | | | | | Creation of the index file | ||||
| * | Pull darcs fix, copyright updates from W. Trevor King | Chris Ball | 2009-07-02 | 43 | -60/+242 |
| |\ | |||||
| * \ | Merge "be set-root" becomes "be init" from W. Trevor King | Chris Ball | 2009-07-01 | 3 | -4/+4 |
| |\ \ | |||||
| * \ \ | Merge darcs support from W. Trevor King's tree. | Chris Ball | 2009-06-30 | 8 | -30/+225 |
| |\ \ \ | |||||
| * \ \ \ | Merge with W. Trevor King's tree, which allows attaching binary files to bugs. | Chris Ball | 2009-06-26 | 14 | -149/+69 |
| |\ \ \ \ |