| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
FIXME: More instances here.
|
|
|
|
|
| |
FIXME: There are still many more instances of bug.target; I'm just going
through tracebacks one at a time at the moment.
|
| |
|
|
|
|
| |
% python interfaces/web/cfbe.py
|
| |
|
|
|
|
| |
http://bitbucket.org/sjl/cherryflavoredbugseverywhere/
|
|
|
|
|
| |
Mostly throwing out a bunch of outdated GUIs. The email interface
hasn't been moved over to the new 'Command' format yet...
|
| |
|
| |
|
| |
|
|
one place and make things clearer to the uninitiated. Here's my
current understanding:
.
|-- libbe (the guts of BE)
|-- becommands (plugins for all "be *" commands)
|-- doc (documentation, currently just the man page)
|-- interfaces (non-commandline interface implementations)
| |-- web
| | |-- Bugs-Everywhere-Web (in Turbogears)
| |-- gui
| | |-- beg (in Tkinter)
| | `-- wxbe (in WX)
| |-- email
| `-- xml (xml <-> whatever conversion)
`-- misc (random odds and ends)
`-- completion (shell completion scripts)
Note that I haven't attempted to use the web or gui interfaces in a
while, so I'm not sure how well they're holding vs the core
development.
|