aboutsummaryrefslogtreecommitdiffstats
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* misc:completion:be.zsh: update import-xml --comment-root -> --rootW. Trevor King2012-10-271-2/+2
| | | | | | | | | | This catches the script up with: commit 4db1a045a0606bead191a563abc54dfa8352efe0 Author: W. Trevor King <wking@tremily.us> Date: Wed Aug 29 23:26:17 2012 -0400 Rewrite commands to use bugdirs instead of a single bugdir.
* Ran update-copyright.py.W. Trevor King2012-10-162-2/+2
|
* misc:completion:be.bash: use tabs to indent shell script.W. Trevor King2012-09-031-18/+18
|
* misc:completion: rename _be to be.zsh for consistency with be.bash.W. Trevor King2012-09-031-0/+0
|
* Added installation information; changed ‘svn command’ string to ‘be ↵Markus Vock2012-03-311-6/+6
| | | | command’.
* Added _be, a file for the zsh completion system (see zshcompsys(1)). Copy ↵Markus Vock2012-03-291-0/+373
| | | | to, e. g. /usr/local/share/zsh/site-functions.
* Ran update-copyright.py.W. Trevor King2012-02-162-20/+20
|
* Run update_copyright.py.W. Trevor King2011-05-252-2/+4
|
* Merge commit 'refs/merge-requests/3' of git://gitorious.org/be/beChris Ball2011-01-081-1/+1
|\
| * Allow multiple words to be completed at once, eg. for assignees.Robert Lehmann2010-11-261-1/+1
| |
* | Bumped to version 1.0.01.0.0Chris Ball2011-01-082-2/+2
|/
* Ran update_copyright.pyW. Trevor King2010-06-222-24/+28
|
* Fix be-xml-to-mbox handling of non-text/* content typesW. Trevor King2010-02-021-6/+9
|
* Fix "extra_strings" -> "extra-strings" typos in be-xml-to-mboxW. Trevor King2010-01-281-2/+2
|
* Add wrap_id to improve id handling in be-xml-to-mboxW. Trevor King2010-01-211-2/+9
|
* Converted `be list --xml` to <be-xml> format.W. Trevor King2010-01-212-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-xmlW. Trevor King2010-01-201-1/+10
|
* 'be-mbox-to-xml' -> 'be-mail-to-xml' + support for several formats.W. Trevor King2010-01-201-8/+20
|
* Updated copyright informationW. Trevor King2010-01-012-2/+2
|
* Emptied interfaces directoryW. Trevor King2009-12-293-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 inW. Trevor King2009-07-144-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 King2008-11-191-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 logoAaron Bentley2005-05-184-0/+241