Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | misc:completion:be.bash: use tabs to indent shell script. | W. Trevor King | 2012-09-03 | 1 | -18/+18 |
| | |||||
* | misc:completion: rename _be to be.zsh for consistency with be.bash. | W. Trevor King | 2012-09-03 | 1 | -0/+0 |
| | |||||
* | Added installation information; changed ‘svn command’ string to ‘be ↵ | Markus Vock | 2012-03-31 | 1 | -6/+6 |
| | | | | command’. | ||||
* | Added _be, a file for the zsh completion system (see zshcompsys(1)). Copy ↵ | Markus Vock | 2012-03-29 | 1 | -0/+373 |
| | | | | to, e. g. /usr/local/share/zsh/site-functions. | ||||
* | Ran update-copyright.py. | W. Trevor King | 2012-02-16 | 2 | -20/+20 |
| | |||||
* | Run update_copyright.py. | W. Trevor King | 2011-05-25 | 2 | -2/+4 |
| | |||||
* | Merge commit 'refs/merge-requests/3' of git://gitorious.org/be/be | Chris Ball | 2011-01-08 | 1 | -1/+1 |
|\ | |||||
| * | Allow multiple words to be completed at once, eg. for assignees. | Robert Lehmann | 2010-11-26 | 1 | -1/+1 |
| | | |||||
* | | Bumped to version 1.0.01.0.0 | Chris Ball | 2011-01-08 | 2 | -2/+2 |
|/ | |||||
* | Ran update_copyright.py | W. Trevor King | 2010-06-22 | 2 | -24/+28 |
| | |||||
* | Fix be-xml-to-mbox handling of non-text/* content types | W. Trevor King | 2010-02-02 | 1 | -6/+9 |
| | |||||
* | Fix "extra_strings" -> "extra-strings" typos in be-xml-to-mbox | W. Trevor King | 2010-01-28 | 1 | -2/+2 |
| | |||||
* | Add wrap_id to improve id handling in be-xml-to-mbox | W. Trevor King | 2010-01-21 | 1 | -2/+9 |
| | |||||
* | Converted `be list --xml` to <be-xml> format. | W. Trevor King | 2010-01-21 | 2 | -8/+10 |
| | | | | | | | | Fixed up be-xml-to-mbox following the recent libbe restructuring. Moved stdout manipulation in be-mail-to-xml into the if __name__ == '__main__' block, in case some other module wants to recycle some of its functions/methods. | ||||
* | Strip footers (signatures) in be-mail-to-xml | W. Trevor King | 2010-01-20 | 1 | -1/+10 |
| | |||||
* | 'be-mbox-to-xml' -> 'be-mail-to-xml' + support for several formats. | W. Trevor King | 2010-01-20 | 1 | -8/+20 |
| | |||||
* | Updated copyright information | W. Trevor King | 2010-01-01 | 2 | -2/+2 |
| | |||||
* | Emptied interfaces directory | W. Trevor King | 2009-12-29 | 3 | -0/+421 |
| | | | | | Mostly throwing out a bunch of outdated GUIs. The email interface hasn't been moved over to the new 'Command' format yet... | ||||
* | Reorganized directory structure, mostly to put all the interfaces in | W. Trevor King | 2009-07-14 | 4 | -196/+39 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Updated misc/gui/wxbe with wxPython -> wx changes. | W. Trevor King | 2008-11-19 | 1 | -36/+74 |
| | | | | | | | | | | | | I'd like to be able to sort the bugs by clicking on the various column titles, but I don't know enough about wxPython to pull it off. After wrestling with it for a bit, I realized that I'll only be using the command line interface anyway, and other people can use the web interface. Probably a common feeling, which would explain why the GUIs feel so abandoned ;). At any rate, I think the effects of turning the RCSs into classes have been passed through and stabilized, so my churning should decrease... | ||||
* | Added logo | Aaron Bentley | 2005-05-18 | 4 | -0/+241 |