index
:
bugseverywhere
aaiyer_master
master
python3
Bugtracker built on distributed version control
Matěj Cepl <mcepl@cepl.eu>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libbe
/
comment.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Transitioned merge to Command-format
W. Trevor King
2009-12-14
1
-1
/
+6
*
Transitioned comment to Command format
W. Trevor King
2009-12-14
1
-13
/
+5
*
Converted libbe.storage.vcs.base to new Storage format.
W. Trevor King
2009-12-13
1
-3
/
+5
*
Moved be to libbe.ui.command_line and transitioned to Command format.
W. Trevor King
2009-12-12
1
-1
/
+1
*
Moved bugdir, bug, and comment over to new id implementation.
W. Trevor King
2009-12-10
1
-133
/
+54
*
Reworked test.py to handle deeper directory structure
W. Trevor King
2009-12-08
1
-1
/
+1
*
Moved properties.py and settings_object.py to libbe/storage/util/
W. Trevor King
2009-12-08
1
-2
/
+2
*
Transitioned bugdir.py to new storage format.
W. Trevor King
2009-12-08
1
-19
/
+38
*
Transitioned bug.py to new storage format.
W. Trevor King
2009-12-08
1
-7
/
+11
*
Transitioned comment.py to new storage format.
W. Trevor King
2009-12-08
1
-73
/
+53
*
Added libbe.TESTING (defaults to False).
W. Trevor King
2009-12-03
1
-2
/
+5
*
Avoid redundant Comment.alt_ids
W. Trevor King
2009-11-30
1
-1
/
+3
*
Changed Bug and Comment.merge() kwargs.
W. Trevor King
2009-11-30
1
-9
/
+27
*
Moved comment.list_to_root() to Bug.add_comments() with some cleanups.
W. Trevor King
2009-11-29
1
-48
/
+3
*
Added comment import to Bug.from_xml().
W. Trevor King
2009-11-28
1
-1
/
+4
*
Added Bug.merge() and Comment.merge().
W. Trevor King
2009-11-28
1
-7
/
+75
*
Broke `be comment --xml` out and extended into `be import-xml`.
W. Trevor King
2009-11-21
1
-0
/
+6
*
Added Bug.from_xml() + some .from_xml() fixups.
W. Trevor King
2009-11-20
1
-49
/
+48
*
Ran the new update_copyright.py
W. Trevor King
2009-11-19
1
-1
/
+1
*
Don't attempt to convert unicode objects to strings in *._setting_attr_string()
W. Trevor King
2009-11-17
1
-1
/
+3
*
Pass content_type to Comment.new_reply() to fix error adding non-text/ comments
W. Trevor King
2009-10-20
1
-1
/
+3
*
os.path.isdir() -> .exists() for check for "comments" file.
W. Trevor King
2009-09-21
1
-1
/
+1
*
Added docstrings to libbe submodules.
W. Trevor King
2009-08-31
1
-0
/
+5
*
RCS -> VCS, BUGDIR_DISK_VERSION -> v1.2
W. Trevor King
2009-08-31
1
-17
/
+17
*
Added libbe/upgrade.py to handle upgrading on-disk bugdirs.
W. Trevor King
2009-08-31
1
-3
/
+0
*
Made get_path() definitions consistent between bugdirs, bugs, and comments.
W. Trevor King
2009-08-31
1
-6
/
+6
*
Fixed comment.cmp_attr unittest because "o" > "a" so cmp("o", "a") == 1.
W. Trevor King
2009-07-31
1
-2
/
+2
*
Removed debugging exception from libbe/comment.py.
W. Trevor King
2009-07-27
1
-1
/
+0
*
Comment.remove() now ignores .sync_with_disk when removing the root comment.
W. Trevor King
2009-07-27
1
-1
/
+1
*
Added cmp functions to libbe.comment, and fleshed them out in libbe.bug.
W. Trevor King
2009-07-27
1
-0
/
+58
*
Hack Comment.load_settings() to work around From->Author change.
W. Trevor King
2009-07-27
1
-0
/
+3
*
.sync_with_disk fixes for libbe.bugdir and .comment.
W. Trevor King
2009-07-27
1
-1
/
+2
*
Added DiskAccessRequired errors to libbe.bug.Bug and .comment.Comment.
W. Trevor King
2009-07-26
1
-74
/
+97
*
Renamed Comment.From and .time_string to .author and .date respectively.
W. Trevor King
2009-07-25
1
-27
/
+23
*
I'll add Comment.extra_strings too, while I'm at it.
W. Trevor King
2009-07-21
1
-0
/
+14
*
Cleaned up saving/sync_with_disk.
W. Trevor King
2009-07-21
1
-4
/
+16
*
Cleaned up some outdated libbe.settings_object.EMPTY cruft.
W. Trevor King
2009-07-20
1
-3
/
+2
*
Updated GPLv2 to current GPLv2.
W. Trevor King
2009-07-14
1
-12
/
+11
*
Added "be comment --xml --ignore-missing-references ID COMMENT".
W. Trevor King
2009-07-12
1
-3
/
+21
*
Minor fixes to get unittests working again.
W. Trevor King
2009-07-12
1
-2
/
+1
*
Added be-mbox-to-xml.
W. Trevor King
2009-07-12
1
-5
/
+19
*
"be comment --xml" now translates comment uuids to alt_ids.
W. Trevor King
2009-07-11
1
-1
/
+1
*
Adjustments to new versioned_property behavior.
W. Trevor King
2009-07-11
1
-9
/
+30
*
seems to work ;)
W. Trevor King
2009-07-10
1
-19
/
+67
*
Updated copyright blurbs and AUTHORS and included script for future updates
W. Trevor King
2009-07-01
1
-1
/
+3
*
Added ability to handle non text/* MIME types.
W. Trevor King
2009-06-26
1
-4
/
+18
*
Added Bug.extra_strings to support add-on functionality, e.g. `be tag`.
W. Trevor King
2009-06-23
1
-4
/
+4
*
Use Comment.content_type in xml output.
W. Trevor King
2009-06-22
1
-0
/
+2
*
Escape XML strings.
W. Trevor King
2009-06-22
1
-10
/
+12
*
Fixed libbe.settings_object.EMPTY output in bug/comment XML.
W. Trevor King
2009-06-22
1
-1
/
+1
[next]