be.git
13 years agoAdd cfbe bug /206 from Gour
Chris Ball [Sun, 11 Jul 2010 18:01:37 +0000 (14:01 -0400)]
Add cfbe bug /206 from Gour

13 years agoFixed mnt -> mtn typos in doc/spam.txt
Thomas Keller [Sun, 27 Jun 2010 23:42:36 +0000 (19:42 -0400)]
Fixed mnt -> mtn typos in doc/spam.txt

13 years agoAh, restored altered dirname code to Monotone's root method.
W. Trevor King [Sun, 27 Jun 2010 14:47:11 +0000 (10:47 -0400)]
Ah, restored altered dirname code to Monotone's root method.

The previous implementation used
  cwd=path
which would fail for non-directory paths.

The implementation before that was missing the not from
  if not os.path.isdir(path):
      dirname = os.path.dirname(path)
which meant it found the dirname when it didn't need to, and not when
it did ;).

13 years agoFixed Monotone driver rooting for interface versions >= 8.0.
W. Trevor King [Sun, 27 Jun 2010 13:21:31 +0000 (09:21 -0400)]
Fixed Monotone driver rooting for interface versions >= 8.0.

I'm not sure where the dirname manipulation came from, but it
was screwing things up ;).

Also some argument order and indentation cleanups.

13 years agoUse _invoke_client (vs. old _u_invoke_client) for Monotone get_workspace_root.
W. Trevor King [Sat, 26 Jun 2010 20:26:50 +0000 (16:26 -0400)]
Use _invoke_client (vs. old _u_invoke_client) for Monotone get_workspace_root.

This fixes Chris'

======================================================================
ERROR: Adding entries with the same ID should not increase the number
of children.
----------------------------------------------------------------------
Traceback (most recent call last):
  ...
CommandError: Command failed (1):
      mtn: misuse: workspace required but not found

while executing
      ['mtn', 'automate', 'get_workspace_root']

13 years agoAdded CFBE invocation notes to doc/http.txt.
W. Trevor King [Sat, 26 Jun 2010 19:39:52 +0000 (15:39 -0400)]
Added CFBE invocation notes to doc/http.txt.

This closes #bea/c72# and its dependent tag #bea/e23#.

13 years agoMoved doc/html.txt -> doc/http.txt.
W. Trevor King [Sat, 26 Jun 2010 19:32:20 +0000 (15:32 -0400)]
Moved doc/html.txt -> doc/http.txt.

`be html` is an HTML interface, but only CFBE (and `be serve`) use
HTTP.

13 years agoUpdated docs b/c of new Monotone backend
W. Trevor King [Sat, 26 Jun 2010 19:21:46 +0000 (15:21 -0400)]
Updated docs b/c of new Monotone backend

13 years agoAdd a Storage driver for the Monotone VCS
W. Trevor King [Sat, 26 Jun 2010 19:00:20 +0000 (15:00 -0400)]
Add a Storage driver for the Monotone VCS

13 years agoFix failure message 'X.get' -> 'X.children' in VersionedStorage test_get_previous_chi...
W. Trevor King [Sat, 26 Jun 2010 18:00:36 +0000 (14:00 -0400)]
Fix failure message 'X.get' -> 'X.children' in VersionedStorage test_get_previous_children

13 years agoRemoved libbe.storage.vcs.base._get_version
W. Trevor King [Sat, 26 Jun 2010 15:58:08 +0000 (11:58 -0400)]
Removed libbe.storage.vcs.base._get_version

It had been catching exceptions from ._vcs_version, but ._vcs_version
should catch its own exceptions.

Also use cached results from .version in Darcs and
Bzr.version_cmp() rather than calling ._vcs_version directly.

13 years agoRemove `be open` and `be close` (again)
W. Trevor King [Sat, 26 Jun 2010 14:01:39 +0000 (10:01 -0400)]
Remove `be open` and `be close` (again)

This repeats:
  commit 5e769027075ce0f95d5cf9006d097f7fe7d8b38d
  Author: W. Trevor King <wking@drexel.edu>
  Date:   Mon Dec 14 01:13:05 2009 -0500

    Removed `be open` and `be close`.  Alias `be status` instead.
    ...
which somehow was clobbered in a merge.

13 years agoUsageError -> UserError in a few libbe.command.* submods.
W. Trevor King [Sat, 26 Jun 2010 13:55:49 +0000 (09:55 -0400)]
UsageError -> UserError in a few libbe.command.* submods.

This catches them up with the removal of UsageError in
  commit bf3d434b244c57556bec979acbc658c30eb58221
  Author: W. Trevor King <wking@drexel.edu>
  Date:   Sat Dec 12 00:31:55 2009 -0500

    Added libbe.command.base (with Command class) and moved list
    command to new format.
I guess I don't make many mistakes entering those commands ;).

13 years agoUse bug.id.user() instead of bug.uuid many places in libbe.command.depend
W. Trevor King [Sat, 26 Jun 2010 13:51:11 +0000 (09:51 -0400)]
Use bug.id.user() instead of bug.uuid many places in libbe.command.depend

13 years agoFix Tree() calls in libbe.command.depend
W. Trevor King [Sat, 26 Jun 2010 13:44:04 +0000 (09:44 -0400)]
Fix Tree() calls in libbe.command.depend

13 years ago`be list` without --extra-strings now lists bugs with extra strings.
W. Trevor King [Sat, 26 Jun 2010 13:22:41 +0000 (09:22 -0400)]
`be list` without --extra-strings now lists bugs with extra strings.

The previous implementation would not show them unless an explicitly
matching regexp was passed in with --extra-strings.

13 years agoMerge remote branch 'origin/master'
W. Trevor King [Sat, 26 Jun 2010 10:35:31 +0000 (06:35 -0400)]
Merge remote branch 'origin/master'

13 years agoUse fixed instead of closed; the bug's fixed.
Chris Ball [Sat, 26 Jun 2010 02:44:26 +0000 (22:44 -0400)]
Use fixed instead of closed; the bug's fixed.

13 years agoRan update_copyright.py
W. Trevor King [Fri, 25 Jun 2010 21:17:17 +0000 (17:17 -0400)]
Ran update_copyright.py

13 years agoAdded 'Gianluca <gian@grys.it>' alias to update_copyright.py.
W. Trevor King [Fri, 25 Jun 2010 21:16:27 +0000 (17:16 -0400)]
Added 'Gianluca <gian@grys.it>' alias to update_copyright.py.

13 years agoRestored clobbered update_copyright.
W. Trevor King [Fri, 25 Jun 2010 20:57:01 +0000 (16:57 -0400)]
Restored clobbered update_copyright.

During one of the recent merges, my updated update_copyright.py
from
  commit bb382a6aba11eedeb380e2aaa9755bc0e47f9095
  Author: W. Trevor King <wking@drexel.edu>
  Date:   Tue Jun 22 21:11:52 2010 -0400

      Updated update_copyright to work with git/hg/bzr.

      I'd added the extra VCS support when I took it over to Hooke.
was clobbered.  I've restored it, and merged in the
intervening changes:
  commit 2dde7664df85e91d0f914025fd66d147c508f6ab
  Author: W. Trevor King <wking@drexel.edu>
  Date:   Thu Jun 24 21:51:20 2010 -0400

      Add aliases to update_copyright.py for some recent commits

13 years agoAdjust update_copyright.py to handle _mailfilterrc and _procmailrc
W. Trevor King [Fri, 25 Jun 2010 20:48:08 +0000 (16:48 -0400)]
Adjust update_copyright.py to handle _mailfilterrc and _procmailrc

Gour re-released _mailfilterrc under GPLv2+ following Chris'
suggestion:

  Date: Fri, 25 Jun 2010 14:23:46 -0400
  From: Chris Ball
  Subject: Re: [Be-devel] procmail & maildrop
  ...
  As an aside, the Public Domain license on it is mildly concerning,
  but I think I'm willing to take it anyway since it's just a
  standalone file.  There are guidelines against using Public Domain
  declarations for software, because they have different meaning in
  different areas, and some areas are even thought to deny disclaiming
  "moral rights" like this; I've heard that France is in this
  situation.
  ...

Seems reasonable, so I'm doing that for my _procmailrc too.

This also means that _mailfilterrc no longer needs to be in
update_copyright.IGNORED_FILES, so I removed it.  Actually,
since it lackes a '^# Copyright' line, it never had to be
there in the first place.  Lazy me ;).

13 years agoClose cherrypy utf-8 handling bug
Chris Ball [Fri, 25 Jun 2010 20:33:12 +0000 (16:33 -0400)]
Close cherrypy utf-8 handling bug

13 years agoMerge branch 'master' of http://www.physics.drexel.edu/~wking/code/git/be
Chris Ball [Fri, 25 Jun 2010 19:56:29 +0000 (15:56 -0400)]
Merge branch 'master' of physics.drexel.edu/~wking/code/git/be

13 years agoMerge commit 'refs/merge-requests/2' of git://gitorious.org/be/be
Chris Ball [Fri, 25 Jun 2010 19:55:14 +0000 (15:55 -0400)]
Merge commit 'refs/merge-requests/2' of git://gitorious.org/be/be

13 years agoChanged license for _mailfilterrc from Public Domain to GPLv2+
Gour [Fri, 25 Jun 2010 19:32:09 +0000 (21:32 +0200)]
Changed license for _mailfilterrc from Public Domain to GPLv2+

13 years agoAdded _mailfilterrc to update_copyright.IGNORED_FILES
W. Trevor King [Fri, 25 Jun 2010 18:55:38 +0000 (14:55 -0400)]
Added _mailfilterrc to update_copyright.IGNORED_FILES

Gour released it to the Public Domain.

13 years agoMerge remote branch 'gour/master'
W. Trevor King [Fri, 25 Jun 2010 18:53:41 +0000 (14:53 -0400)]
Merge remote branch 'gour/master'

13 years agoReworked `be list --extra-strings REGEXP` logic.
W. Trevor King [Fri, 25 Jun 2010 18:49:39 +0000 (14:49 -0400)]
Reworked `be list --extra-strings REGEXP` logic.

Previous implementation only matched if *every* regexp matched *every*
string.  Current implementation matches is *any* regexp matches *any*
string.

13 years agoRemove 'CFBE. ' prefix from bug summaries now that we're using tags.
W. Trevor King [Fri, 25 Jun 2010 18:38:41 +0000 (14:38 -0400)]
Remove 'CFBE. ' prefix from bug summaries now that we're using tags.

13 years agoAdded --tags to `be list`.
W. Trevor King [Fri, 25 Jun 2010 18:31:34 +0000 (14:31 -0400)]
Added --tags to `be list`.

And broke out tagging functions in libbe.command.tag, so they are
accessible to other commands.

13 years agoAdded CFBE tags to all CFBE bugs.
W. Trevor King [Fri, 25 Jun 2010 17:54:41 +0000 (13:54 -0400)]
Added CFBE tags to all CFBE bugs.

13 years agoMerge branch 'master' of http://www.physics.drexel.edu/~wking/code/git/be
Chris Ball [Fri, 25 Jun 2010 17:44:38 +0000 (13:44 -0400)]
Merge branch 'master' of physics.drexel.edu/~wking/code/git/be

13 years agoConfigure CherryPy to use UTF-8
W. Trevor King [Fri, 25 Jun 2010 17:27:12 +0000 (13:27 -0400)]
Configure CherryPy to use UTF-8

13 years agoMerged Chris' response bea/275/672
W. Trevor King [Fri, 25 Jun 2010 17:15:55 +0000 (13:15 -0400)]
Merged Chris' response bea/275/672

13 years agoReply to wking
Chris Ball [Fri, 25 Jun 2010 17:02:18 +0000 (13:02 -0400)]
Reply to wking

13 years agoMerge branch 'master' of http://www.physics.drexel.edu/~wking/code/git/be
Chris Ball [Fri, 25 Jun 2010 16:59:34 +0000 (12:59 -0400)]
Merge branch 'master' of physics.drexel.edu/~wking/code/git/be

13 years agoMarked bea/d99 (CFBE inclusion) as fixed
W. Trevor King [Fri, 25 Jun 2010 16:41:35 +0000 (12:41 -0400)]
Marked bea/d99 (CFBE inclusion) as fixed

13 years agoCommented on Chris' bea/275/27c
W. Trevor King [Fri, 25 Jun 2010 16:22:52 +0000 (12:22 -0400)]
Commented on Chris' bea/275/27c

13 years agorc file for maildrop filter
Gour [Fri, 25 Jun 2010 16:09:01 +0000 (18:09 +0200)]
rc file for maildrop filter

13 years agoRename cfbe bug to match "CFBE. " style used elsewhere
Chris Ball [Fri, 25 Jun 2010 02:51:05 +0000 (22:51 -0400)]
Rename cfbe bug to match "CFBE. " style used elsewhere

13 years agoMerge branch 'master' of wking.cfbe
Chris Ball [Fri, 25 Jun 2010 02:48:15 +0000 (22:48 -0400)]
Merge branch 'master' of wking.cfbe

Pull .be/ directory from cfbe.

Conflicts:
update_copyright.py

13 years agoAdd aliases to update_copyright.py for some recent commits
W. Trevor King [Fri, 25 Jun 2010 01:51:20 +0000 (21:51 -0400)]
Add aliases to update_copyright.py for some recent commits

13 years agoMerge CFBE bugs into the main BE bug repo
W. Trevor King [Fri, 25 Jun 2010 01:47:03 +0000 (21:47 -0400)]
Merge CFBE bugs into the main BE bug repo

13 years agoMerge branch 'master' of http://www.physics.drexel.edu/~wking/code/git/be
Chris Ball [Thu, 24 Jun 2010 23:05:30 +0000 (19:05 -0400)]
Merge branch 'master' of physics.drexel.edu/~wking/code/git/be

13 years agoMerge branch 'cfbe'
Chris Ball [Thu, 24 Jun 2010 22:58:03 +0000 (18:58 -0400)]
Merge branch 'cfbe'

13 years agoAdd a 1.0 target (/773) and assign a cfbe Unicode bug to it (/275)
Chris Ball [Thu, 24 Jun 2010 22:23:48 +0000 (18:23 -0400)]
Add a 1.0 target (/773) and assign a cfbe Unicode bug to it (/275)

13 years agocfbe: API: Report each of the targets a bug has
Chris Ball [Thu, 24 Jun 2010 22:13:06 +0000 (18:13 -0400)]
cfbe: API: Report each of the targets a bug has

13 years agoConverted Bzr -> Git references in README and doc/*.txt
W. Trevor King [Thu, 24 Jun 2010 20:16:55 +0000 (16:16 -0400)]
Converted Bzr -> Git references in README and doc/*.txt

13 years agoLittle fix to setup.py
Gianluca [Thu, 24 Jun 2010 20:12:39 +0000 (16:12 -0400)]
Little fix to setup.py

I applied Gianluca's patch, but used "revision" in both the Makefile
command for _version.py and setup.py, rather than using "revision_id"
in both places.  With Git, there is no longer a need to distinguish
revision IDs from revision numbers.

13 years agocfbe: API: More shortname -> bug.id.user()
Chris Ball [Wed, 23 Jun 2010 02:09:12 +0000 (22:09 -0400)]
cfbe: API: More shortname -> bug.id.user()

13 years agocfbe: API: bd.bug_from_shortname(id) -> bug_comment_from_user_id(bd, id)
Chris Ball [Wed, 23 Jun 2010 02:08:08 +0000 (22:08 -0400)]
cfbe: API: bd.bug_from_shortname(id) -> bug_comment_from_user_id(bd, id)

13 years agoRan update_copyright.py
W. Trevor King [Wed, 23 Jun 2010 01:38:37 +0000 (21:38 -0400)]
Ran update_copyright.py

13 years agoUpdated update_copyright to work with git/hg/bzr.
W. Trevor King [Wed, 23 Jun 2010 01:11:52 +0000 (21:11 -0400)]
Updated update_copyright to work with git/hg/bzr.

I'd added the extra VCS support when I took it over to Hooke.

13 years agocfbe: API: bugdir.root -> bug_root
Chris Ball [Wed, 23 Jun 2010 00:17:29 +0000 (20:17 -0400)]
cfbe: API: bugdir.root -> bug_root

13 years agocfbe: API: bugdir.bug_shortname(bug) -> bug.id.user()
Chris Ball [Wed, 23 Jun 2010 00:05:51 +0000 (20:05 -0400)]
cfbe: API: bugdir.bug_shortname(bug) -> bug.id.user()

FIXME: More instances here.

13 years agocfbe: API: Use bug.severity == target instead of bug.target. (FIXME)
Chris Ball [Wed, 23 Jun 2010 00:00:36 +0000 (20:00 -0400)]
cfbe: API: Use bug.severity == target instead of bug.target.  (FIXME)

FIXME:  There are still many more instances of bug.target; I'm just going
through tracebacks one at a time at the moment.

13 years agoUse git log instead of git show in Makefile
W. Trevor King [Tue, 22 Jun 2010 23:50:31 +0000 (19:50 -0400)]
Use git log instead of git show in Makefile

13 years agoMoved .bzrignore -> .gitignore and updated
W. Trevor King [Tue, 22 Jun 2010 23:22:05 +0000 (19:22 -0400)]
Moved .bzrignore -> .gitignore and updated

13 years agoUpdated _version.py and version.py to work with Git
W. Trevor King [Tue, 22 Jun 2010 23:05:19 +0000 (19:05 -0400)]
Updated _version.py and version.py to work with Git

13 years agocfbe: Use new storage API
Chris Ball [Tue, 22 Jun 2010 22:17:40 +0000 (18:17 -0400)]
cfbe: Use new storage API

13 years agoMerge from Trevor.
Chris Ball [Tue, 22 Jun 2010 19:57:58 +0000 (15:57 -0400)]
Merge from Trevor.

13 years agoMerged Chris' tutorial BE server URL update
W. Trevor King [Tue, 22 Jun 2010 19:32:33 +0000 (15:32 -0400)]
Merged Chris' tutorial BE server URL update

13 years agoRemove stub interfaces/web/.be
wking [Tue, 22 Jun 2010 18:23:13 +0000 (14:23 -0400)]
Remove stub interfaces/web/.be

13 years agoMoved CFBE bugs from interfaces/web/.be into .be/
wking [Tue, 22 Jun 2010 18:22:36 +0000 (14:22 -0400)]
Moved CFBE bugs from interfaces/web/.be into .be/

13 years agoAdded 'CFBE' prefix to all CFBE bugs for clarity
wking [Tue, 22 Jun 2010 18:20:10 +0000 (14:20 -0400)]
Added 'CFBE' prefix to all CFBE bugs for clarity

13 years agoUpgraded interfaces/web/.be to Bugs Everywhere Directory v1.4
wking [Tue, 22 Jun 2010 18:15:47 +0000 (14:15 -0400)]
Upgraded interfaces/web/.be to Bugs Everywhere Directory v1.4

be$ bzr mv .be .be-orig
be$ bzr mv interfaces/web/.be .be
be$ be list
  <go through upgrade process>
be$ bzr mv .be interfaces/web/.be
be$ bzr mv .be-orig .be

13 years agoMerged Darcs fixes
W. Trevor King [Tue, 22 Jun 2010 17:41:52 +0000 (13:41 -0400)]
Merged Darcs fixes

13 years agoMany markup fixes in doc/
W. Trevor King [Tue, 22 Jun 2010 17:37:49 +0000 (13:37 -0400)]
Many markup fixes in doc/

Also added subdir option to generate-libbe-txt.make_module_txt(), in
the hopes that subdir='.' would fix the missing reference errors, but
no luck (although it did reduce them).  I'm sticking with
subdir='libbe' for now to avoid cluttering doc/ with autogenerated
cruft.

13 years agoDarcs should look in ~/.darcs/author not ~/.darcs/prefs/author
wking [Tue, 22 Jun 2010 17:23:07 +0000 (13:23 -0400)]
Darcs should look in ~/.darcs/author not ~/.darcs/prefs/author

From:
  http://darcs.net/manual/node7.html#env:DARCS_EMAIL

13 years agoDarcs._vcs_get_user_id() now also checks ~/.darcs/prefs/author|email.
wking [Tue, 22 Jun 2010 17:19:59 +0000 (13:19 -0400)]
Darcs._vcs_get_user_id() now also checks ~/.darcs/prefs/author|email.

Thanks to Gour for pointing out that it should.

13 years agoUse 'darcs add --boring' for Darcs > 0.9.10
wking [Tue, 22 Jun 2010 17:09:23 +0000 (13:09 -0400)]
Use 'darcs add --boring' for Darcs > 0.9.10

13 years agoChange location of be --serve'd bugs URL to http://bugs.bugseverywhere.org/
Chris Ball [Tue, 22 Jun 2010 16:25:02 +0000 (12:25 -0400)]
Change location of be --serve'd bugs URL to bugs.bugseverywhere.org/

13 years agoMerge with Trevor
Chris Ball [Tue, 22 Jun 2010 16:11:36 +0000 (12:11 -0400)]
Merge with Trevor

13 years agoUse os.path.join in libbe.storage.util.config.path.
wking [Tue, 22 Jun 2010 15:30:26 +0000 (11:30 -0400)]
Use os.path.join in libbe.storage.util.config.path.

Versus previous hardcoded "~/.bugs_everywhere".

Also improve docstrings for
* libbe.storage.util.config.path
* libbe.ui.util.user.get_user_id

13 years agoAdded -c/--creator to `be new`
wking [Tue, 22 Jun 2010 15:10:00 +0000 (11:10 -0400)]
Added -c/--creator to `be new`

Following Gour's suggestion on the mailing list.

13 years agoUse Sphinx autosummary (required by numpydoc)
wking [Tue, 22 Jun 2010 13:58:38 +0000 (09:58 -0400)]
Use Sphinx autosummary (required by numpydoc)

13 years agoAdded intersphinx_mapping to doc/conf.py.
wking [Tue, 22 Jun 2010 11:20:29 +0000 (07:20 -0400)]
Added intersphinx_mapping to doc/conf.py.

See
  http://sphinx.pocoo.org/ext/intersphinx.html#confval-intersphinx_mapping

13 years agoSet up for running from top-level be dir, i.e.:
Chris Ball [Sun, 20 Jun 2010 23:36:29 +0000 (19:36 -0400)]
Set up for running from top-level be dir, i.e.:

% python interfaces/web/cfbe.py

13 years agoRemove the .be/ copy from inside cfbe dir
Chris Ball [Sun, 20 Jun 2010 23:27:36 +0000 (19:27 -0400)]
Remove the .be/ copy from inside cfbe dir

13 years agoMerge Steve Losh's cfbe tree, from:
Chris Ball [Sun, 20 Jun 2010 23:25:59 +0000 (19:25 -0400)]
Merge Steve Losh's cfbe tree, from:
http://bitbucket.org/sjl/cherryflavoredbugseverywhere/

13 years agoMerge with Trevor.
Chris Ball [Sun, 20 Jun 2010 23:19:06 +0000 (19:19 -0400)]
Merge with Trevor.

14 years agoFixed Eric Kow's _darcs/prefs/author bug.
W. Trevor King [Wed, 19 May 2010 11:17:36 +0000 (07:17 -0400)]
Fixed Eric Kow's _darcs/prefs/author bug.

14 years agoUse _vcs_get_file_contents (vs get_file_contents) in Darcs._vcs_get_user_id
W. Trevor King [Wed, 19 May 2010 11:04:55 +0000 (07:04 -0400)]
Use _vcs_get_file_contents (vs get_file_contents) in Darcs._vcs_get_user_id

14 years agoMerged Eric Kow's _darcs/prefs/author bug.
W. Trevor King [Wed, 19 May 2010 10:48:20 +0000 (06:48 -0400)]
Merged Eric Kow's _darcs/prefs/author bug.

14 years agoUse getreader (not getwriter) for wrapping stdin
W. Trevor King [Wed, 19 May 2010 10:41:00 +0000 (06:41 -0400)]
Use getreader (not getwriter) for wrapping stdin

14 years agoCreated bug 592 (_darcs/prefs/author).
Eric Kow [Mon, 29 Mar 2010 15:53:21 +0000 (16:53 +0100)]
Created bug 592 (_darcs/prefs/author).

14 years agoCreated a bug (wontfix) for Anton Batenev's default-EDITOR comments.
W. Trevor King [Fri, 19 Mar 2010 06:18:13 +0000 (02:18 -0400)]
Created a bug (wontfix) for Anton Batenev's default-EDITOR comments.

Also fixed a UserError typo in import_xml.py.

14 years agoMerged Anton Batenev's report of Nicolas Alvarez' unicode-in-be-new bug
W. Trevor King [Fri, 19 Mar 2010 11:18:13 +0000 (07:18 -0400)]
Merged Anton Batenev's report of Nicolas Alvarez' unicode-in-be-new bug

14 years agoReported bug with utf-8 strings
Anton Batenev [Tue, 16 Mar 2010 12:54:22 +0000 (15:54 +0300)]
Reported bug with utf-8 strings

14 years agoFix relative links from bug pages in `be html`.
W. Trevor King [Mon, 22 Feb 2010 22:22:34 +0000 (17:22 -0500)]
Fix relative links from bug pages in `be html`.

Introduced by bugs/XXX.html -> bugs/XXX/index.html in
  wking@drexel.edu-20100220181238-j5ecst02y0k9ioo9

14 years agoUse truncated_id in `be html` comment <div id="">
W. Trevor King [Mon, 22 Feb 2010 14:39:21 +0000 (09:39 -0500)]
Use truncated_id in `be html` comment <div id="">

14 years agoFix len(char) assertion typo in libbe.util.utility.underlined()
W. Trevor King [Sat, 20 Feb 2010 18:28:34 +0000 (13:28 -0500)]
Fix len(char) assertion typo in libbe.util.utility.underlined()

14 years agoAdded `be html --min-id-length INT` option
W. Trevor King [Sat, 20 Feb 2010 18:21:25 +0000 (13:21 -0500)]
Added `be html --min-id-length INT` option

14 years agoMerged Gianluca's truncated-IDs in `be html` output patch.
W. Trevor King [Sat, 20 Feb 2010 18:12:38 +0000 (13:12 -0500)]
Merged Gianluca's truncated-IDs in `be html` output patch.

Or at least merged the general idea.  Changes in the implementation
listed in #bea/01e/2f9#.

14 years agoVariable lenght of the file name in the be html command.
Gianluca Montecchi [Thu, 11 Feb 2010 22:47:20 +0000 (23:47 +0100)]
Variable lenght of the file name in the be html command.

14 years agoFixed a bug in the be html command.
gian [Wed, 10 Feb 2010 13:28:49 +0000 (14:28 +0100)]
Fixed a bug in the be html command.

  File "/usr/lib/python2.5/site-packages/libbe/command/html.py", line 371, in _escape
    return xml.sax.saxutils.escape(char)
NameError: global name 'char' is not defined

14 years agoMerged Gianluca's fix of my version of Eric's patch ;)
W. Trevor King [Wed, 10 Feb 2010 09:50:20 +0000 (04:50 -0500)]
Merged Gianluca's fix of my version of Eric's patch ;)

14 years agoMerged Trevor's tree
Gianluca Montecchi [Tue, 9 Feb 2010 23:03:38 +0000 (00:03 +0100)]
Merged Trevor's tree

14 years agoMerged Eric Kow's HTML escaping patch
W. Trevor King [Tue, 9 Feb 2010 15:27:03 +0000 (10:27 -0500)]
Merged Eric Kow's HTML escaping patch