Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | I think I may have it figured out. | Steve Losh | 2009-02-07 | 1 | -2/+2 | |
| | * | I has a module! | Steve Losh | 2009-02-07 | 1 | -0/+0 | |
| | * | Testing out some more packaging issues. | Steve Losh | 2009-02-07 | 1 | -1/+2 | |
| | * | Testing out some packaging issues. | Steve Losh | 2009-02-07 | 1 | -3/+6 | |
| | * | Starting packaging up. | Steve Losh | 2009-02-01 | 8 | -9/+36 | |
| | * | Added two more bugs. | Steve Losh | 2009-02-01 | 2 | -0/+98 | |
| | * | Bug assignment. | Steve Losh | 2009-02-01 | 1 | -0/+7 | |
| | * | Changes before Laura checks it out. | Steve Losh | 2009-02-01 | 11 | -13/+129 | |
| | * | Implemented bug editing. | Steve Losh | 2009-02-01 | 7 | -18/+127 | |
| | * | Got bug detail editing working, except for the summary. | Steve Losh | 2009-02-01 | 6 | -13/+208 | |
| | * | Closed the commenting bug. | Steve Losh | 2009-02-01 | 1 | -1/+1 | |
| | * | I can has commenting! | Steve Losh | 2009-02-01 | 4 | -2/+41 | |
| | * | Implemented bug adding. | Steve Losh | 2009-02-01 | 4 | -13/+45 | |
| | * | Added the links in the bug list. | Steve Losh | 2009-01-31 | 1 | -1/+2 | |
| | * | Implemented the single bug view. | Steve Losh | 2009-01-31 | 10 | -5/+150 | |
| | * | Added my last name. | Steve Losh | 2009-01-31 | 1 | -1/+1 | |
| | * | Fixed a minor filter bug, more bug reports. | Steve Losh | 2009-01-31 | 15 | -41/+303 | |
| | * | Implemented the status filter. | Steve Losh | 2009-01-30 | 6 | -7/+54 | |
| | * | More minor design changes. | Steve Losh | 2009-01-30 | 2 | -9/+12 | |
| | * | Table striping. | Steve Losh | 2009-01-30 | 2 | -2/+5 | |
| | * | Minor changes, and added lots of bug reports. | Steve Losh | 2009-01-30 | 17 | -8/+480 | |
| | * | Made it prettier, and added assignee filters. | Steve Losh | 2009-01-30 | 8 | -22/+58 | |
| | * | Oh my god I have CSS display directives. | Steve Losh | 2009-01-30 | 6 | -34/+155 | |
| | * | Got the layout looking pretty nice. | Steve Losh | 2009-01-30 | 4 | -54/+21 | |
| | * | Moved the layout quite a bit further. | Steve Losh | 2009-01-30 | 4 | -8/+107 | |
| | * | Started layout work. | Steve Losh | 2009-01-30 | 6 | -5/+28 | |
| | * | Added a few bugs. | Steve Losh | 2009-01-29 | 2 | -2/+58 | |
| | * | Started using Bugs Everywhere to track the bugs. How appropriate. | Steve Losh | 2009-01-29 | 3 | -0/+50 | |
| | * | Got the static serving working. | Steve Losh | 2009-01-29 | 3 | -2/+110 | |
| | * | Very basic working skeleton. Gets stuff from the bug directory, renders with... | Steve Losh | 2009-01-29 | 2 | -0/+26 | |
| | * | Starting off with an hgignore! | Steve Losh | 2009-01-29 | 1 | -0/+6 | |
* | | Merge from Trevor. | Chris Ball | 2010-06-22 | 6 | -49/+58 | |
|\ \ | ||||||
| * \ | Merged Chris' tutorial BE server URL update | W. Trevor King | 2010-06-22 | 1 | -4/+4 | |
| |\ \ | |/ / |/| | | ||||||
* | | | Change location of be --serve'd bugs URL to http://bugs.bugseverywhere.org/ | Chris Ball | 2010-06-22 | 1 | -4/+4 | |
* | | | Merge with Trevor | Chris Ball | 2010-06-22 | 4 | -4/+22 | |
|\ \ \ | |_|/ |/| | | ||||||
* | | | Merge with Trevor. | Chris Ball | 2010-06-20 | 770 | -10861/+20062 | |
|\ \ \ | ||||||
| | | * | Merged Darcs fixes | W. Trevor King | 2010-06-22 | 1 | -6/+11 | |
| | | |\ | ||||||
| | | | * | Darcs should look in ~/.darcs/author not ~/.darcs/prefs/author | wking | 2010-06-22 | 1 | -3/+3 | |
| | | | * | Darcs._vcs_get_user_id() now also checks ~/.darcs/prefs/author|email. | wking | 2010-06-22 | 1 | -4/+6 | |
| | | | * | Use 'darcs add --boring' for Darcs > 0.9.10 | wking | 2010-06-22 | 1 | -1/+4 | |
| | | |/ | | |/| | ||||||
| | | * | Many markup fixes in doc/ | W. Trevor King | 2010-06-22 | 5 | -43/+47 | |
| | |/ | ||||||
| | * | Use os.path.join in libbe.storage.util.config.path. | wking | 2010-06-22 | 2 | -2/+6 | |
| | * | Added -c/--creator to `be new` | wking | 2010-06-22 | 1 | -1/+8 | |
| | * | Use Sphinx autosummary (required by numpydoc) | wking | 2010-06-22 | 1 | -1/+2 | |
| | * | Added intersphinx_mapping to doc/conf.py. | wking | 2010-06-22 | 1 | -0/+6 | |
| |/ | ||||||
| * | Fixed Eric Kow's _darcs/prefs/author bug. | W. Trevor King | 2010-05-19 | 4 | -2/+16 | |
| * | Use _vcs_get_file_contents (vs get_file_contents) in Darcs._vcs_get_user_id | W. Trevor King | 2010-05-19 | 1 | -1/+1 | |
| * | Merged Eric Kow's _darcs/prefs/author bug. | W. Trevor King | 2010-05-19 | 3 | -0/+29 | |
| |\ | ||||||
| | * | Created bug 592 (_darcs/prefs/author). | Eric Kow | 2010-03-29 | 3 | -0/+29 | |
| * | | Use getreader (not getwriter) for wrapping stdin | W. Trevor King | 2010-05-19 | 1 | -1/+1 |