Transition to libbe.LOG for logging
[be.git] / libbe / comment.py
2013-01-24 W. Trevor KingTransition to libbe.LOG for logging
2012-10-26 W. Trevor Kingdoc: clean up top level module docstrings
2012-10-26 W. Trevor Kingdoc: update :meth: to :py:meth: for modern Sphinx.
2012-10-26 W. Trevor Kingdoc: update :class: to :py:class: for modern Sphinx.
2012-10-26 W. Trevor Kingdoc: update :func: to :py:func: for modern Sphinx.
2012-10-25 W. Trevor Kingbugdir|bug|comment: update default settings string...
2012-10-16 W. Trevor KingRan update-copyright.py.
2012-09-03 W. Trevor Kingbea/c283cb: merge Praveen's gitorious-issues integratio...
2012-09-03 W. Trevor Kingmisc:completion: merge zsh completion from Markus Vock.
2012-08-30 W. Trevor KingRewrite commands to use bugdirs instead of a single...
2012-03-03 W. Trevor KingApply Niall's earlier fix for comment XML loading to...
2012-03-03 Niall Douglas (s... Fix `be import_xml` bugs.
2012-02-16 W. Trevor KingRan update-copyright.py.
2011-09-08 W. Trevor KingMerge remote branch 'tanguy/master'
2011-05-25 W. Trevor KingRun update_copyright.py.
2011-04-17 W. Trevor KingRevert 54801289, which makes it impossible to save...
2011-04-17 W. Trevor KingRemove old exception types from libbe.bug and libbe...
2011-04-17 W. Trevor KingRaise exceptions if bug or comment value files are...
2011-04-16 W. Trevor KingAdd --preserve-uuids to `be import-xml`.
2011-01-09 Chris BallMerge commit 'refs/merge-requests/3' of git://gitorious...
2011-01-09 Chris BallBumped to version 1.0.0 1.0.0
2010-06-25 Chris BallMerge branch 'master' of wking.cfbe
2010-06-24 Chris BallMerge branch 'master' of physics.drexel.edu/~wking...
2010-06-23 W. Trevor KingRan update_copyright.py
2010-06-20 Chris BallMerge Steve Losh's cfbe tree, from:
2010-06-20 Chris BallMerge with Trevor.
2010-05-19 W. Trevor KingMerged Eric Kow's _darcs/prefs/author bug.
2010-03-19 W. Trevor KingMerged Anton Batenev's report of Nicolas Alvarez' unico...
2010-02-09 Gianluca MontecchiMerged Trevor's tree
2010-02-09 W. Trevor KingMerged Eric Kow's HTML escaping patch
2010-02-08 W. Trevor KingMerged initial Sphinx documentation structure.
2010-02-06 W. Trevor KingUse numpydoc and generate-libbe-txt.py to autogenerate...
2010-02-06 W. Trevor KingAdded bugdir and comment modules to Sphinx docs
2010-02-02 W. Trevor KingSort comments in `be html`.
2010-02-02 W. Trevor KingRestore "content_type" kwarg to Comment.new_reply().
2010-01-25 W. Trevor KingFixed #bea/8fc# : be crashes on outdated id-cache
2010-01-24 W. Trevor KingMerged be.doc documentation rewrite + bugfixes + new...
2010-01-23 W. Trevor KingFix broken handling of non-text/plain comments
2010-01-23 W. Trevor KingFixed some bugs in settings_object handling and got...
2010-01-23 W. Trevor KingMove BugDir, Bug, and Comment to new _setup_saved_settings
2010-01-22 W. Trevor KingReworked settings_object module, but command.init tests...
2010-01-22 W. Trevor KingBugfix merge: better Comment.xml() & libbe.util.id...
2010-01-22 W. Trevor KingAdd Comment.safe_in_reply_to to improve comment xml...
2010-01-01 W. Trevor KingUpdated copyright information
2009-12-31 W. Trevor KingMerged be.restructure, major internal reorganization.
2009-12-30 W. Trevor KingPropogate long_to_short_user() -> long_to_short_text...
2009-12-30 W. Trevor KingRestored post-colon spaces in doctests
2009-12-28 W. Trevor KingAdd most comments with ignore_missing_references=True.
2009-12-15 W. Trevor KingFixed libbe.command.diff + ugly BugDir.duplicate_bugdir...
2009-12-15 W. Trevor KingTransitioned merge to Command-format
2009-12-14 W. Trevor KingTransitioned comment to Command format
2009-12-13 W. Trevor KingConverted libbe.storage.vcs.base to new Storage format.
2009-12-13 W. Trevor KingMoved be to libbe.ui.command_line and transitioned...
2009-12-11 W. Trevor KingMoved bugdir, bug, and comment over to new id implement...
2009-12-09 W. Trevor KingReworked test.py to handle deeper directory structure
2009-12-08 W. Trevor KingMoved properties.py and settings_object.py to libbe...
2009-12-08 W. Trevor KingTransitioned bugdir.py to new storage format.
2009-12-08 W. Trevor KingTransitioned bug.py to new storage format.
2009-12-08 W. Trevor KingTransitioned comment.py to new storage format.
2009-12-04 W. Trevor KingAdded libbe.TESTING (defaults to False).
2009-11-30 W. Trevor KingMerged completed be.email-bugs branch.
2009-11-30 W. Trevor KingAvoid redundant Comment.alt_ids
2009-11-30 W. Trevor KingChanged Bug and Comment.merge() kwargs.
2009-11-29 W. Trevor KingMoved comment.list_to_root() to Bug.add_comments()...
2009-11-29 W. Trevor KingAdded comment import to Bug.from_xml().
2009-11-28 W. Trevor KingAdded Bug.merge() and Comment.merge().
2009-11-21 W. Trevor KingMerged mostly completed `be email-bugs'.
2009-11-21 W. Trevor KingBroke `be comment --xml` out and extended into `be...
2009-11-20 W. Trevor KingAdded Bug.from_xml() + some .from_xml() fixups.
2009-11-19 W. Trevor KingMerged updated READMEs and new update_copyright.py...
2009-11-19 W. Trevor KingRan the new update_copyright.py
2009-11-17 W. Trevor KingFixed bug with unicode handling reported by Nicolas...
2009-11-17 W. Trevor KingDon't attempt to convert unicode objects to strings...
2009-10-20 Gianluca MontecchiFinished merge with Trevor branch
2009-10-20 W. Trevor KingMerged my cleanup of Gianluca's HTML branch.
2009-10-20 W. Trevor KingPass content_type to Comment.new_reply() to fix error...
2009-10-06 Chris BallLarge merge from W. Trevor King, including Gianluca...
2009-10-02 Gianluca MontecchiMerged with Trevor's -rr branch
2009-10-01 Gianluca MontecchiFixed the merge
2009-10-01 Gianluca MontecchiMerged with head branch
2009-09-21 W. Trevor Kingos.path.isdir() -> .exists() for check for "comments...
2009-08-31 W. Trevor KingAdded docstrings to libbe submodules.
2009-08-31 W. Trevor KingRCS -> VCS, BUGDIR_DISK_VERSION -> v1.2
2009-08-31 W. Trevor KingMerged be.on-disk-upgrade, which added libbe.upgrade
2009-08-31 W. Trevor KingAdded libbe/upgrade.py to handle upgrading on-disk...
2009-08-31 W. Trevor KingMade get_path() definitions consistent between bugdirs...
2009-08-07 W. Trevor KingMerged Gianluca's html output branch.
2009-07-31 W. Trevor KingFixed comment.cmp_attr unittest because "o" > "a" so...
2009-07-29 W. Trevor KingMerged interactive email interface
2009-07-27 W. Trevor KingMerged "be subscribe" and be-handle-mail subscription...
2009-07-27 W. Trevor KingRemoved debugging exception from libbe/comment.py.
2009-07-27 W. Trevor KingComment.remove() now ignores .sync_with_disk when remov...
2009-07-27 W. Trevor KingAdded cmp functions to libbe.comment, and fleshed them...
2009-07-27 W. Trevor KingHack Comment.load_settings() to work around From->Autho...
2009-07-27 W. Trevor King.sync_with_disk fixes for libbe.bugdir and .comment.
2009-07-27 W. Trevor KingAdded DiskAccessRequired errors to libbe.bug.Bug and...
2009-07-25 W. Trevor KingRenamed Comment.From and .time_string to .author and...
2009-07-23 Chris BallMerge large rework from W. Trevor King.
2009-07-21 W. Trevor KingMerged assorted changes from be.wtk-rr for BugDir.extra...
2009-07-21 W. Trevor KingAdded .extra_strings to BugDir and Comment
next