James Vega
86451cc8ae
Added Sourceforge.fight
2004-05-01 21:38:49 +00:00
James Vega
7d3565769c
Mark the files that I'm "claiming"
2004-04-28 08:45:00 +00:00
James Vega
48f2de64a4
If a project doesn't have any bugs/rfes/trackers, we should just say so
...
instead of raising an exception and making it look like there was a problem.
2004-04-18 20:16:55 +00:00
James Vega
6a7981aac0
A little refactoring and make sure Sourceforge.tracker reports the URL since
...
bug/rfe used to
2004-04-16 16:31:17 +00:00
James Vega
68766a5c91
*Someone* forgot to remove the debug logging.
2004-04-16 15:19:14 +00:00
James Vega
08fc07b698
Yay! Finally able to consolidate Sourceforge.{rfe,bug} into
...
Sourceforge.tracker. Less code, more functionality. What could be better?
2004-04-15 06:20:21 +00:00
Jeremy Fincher
31bb1abc7d
Remove stupid alias crack...er...crap from Sourceforge.
2004-02-12 04:25:37 +00:00
Jeremy Fincher
340d1aae8d
Fixed bug #893247 .
2004-02-09 15:44:41 +00:00
James Vega
2a586bdb78
Change project registry value to defaultProject.
2004-02-09 04:02:21 +00:00
Jeremy Fincher
a7c2f24a1d
Added some subjects.
2004-02-06 15:50:23 +00:00
Jeremy Fincher
6e062306f2
Added output to the list of functions imported from questions.
2004-02-06 04:36:21 +00:00
Jeremy Fincher
3d186a1478
Changed not to use onStart.
2004-02-04 07:44:51 +00:00
Stéphan Kochen
23c4b69d3c
Whoops. :p
2004-01-31 22:27:12 +00:00
Stéphan Kochen
5957eaad5d
Lots of wizard updates. Still have to get rid of the onStart and
...
afterConnect stuff though.
2004-01-31 22:24:43 +00:00
James Vega
b4d327cc61
Removed unnecessary __init__ and die methods
2004-01-30 00:04:56 +00:00
James Vega
fac4c5624c
Removed any unnecessary configure methods (ones that only called
...
conf.registerPlugin) and changed all other configure methods to accept the
advanced argument instead of onStart.
2004-01-29 23:58:27 +00:00
James Vega
bc11f76166
Updated configure() to only take one argument (onStart) and switched all of
...
the onStart.append('load pluginName') calls to
conf.registerPlugin('pluginName', True)
2004-01-28 22:19:25 +00:00
James Vega
2963fd352d
Add some tests for Sf.todo* and make a little TODO for anyone that's
...
interested/me to remember
2004-01-21 06:32:17 +00:00
James Vega
e9f77d6ab0
Clean up the registry calls
2004-01-21 01:19:54 +00:00
James Vega
9997042575
Added Sf.totalbugs and Sf.totalrfes
2004-01-20 08:00:39 +00:00
James Vega
006909b909
Converted to use the registry.
2004-01-20 04:24:21 +00:00
Jeremy Fincher
6ca78924f3
HUUUUUUUUGE Configuration change.
2004-01-18 07:58:26 +00:00
James Vega
8eb9effe6f
removing debug code is good
2004-01-13 05:56:17 +00:00
James Vega
6c1e115434
Finally put a small band-aid on the sourceforge functions. Now one can
...
specify the search type, but you'll still get an error if the bug isn't on the
first page.
2004-01-13 05:44:43 +00:00
James Vega
6a48344a98
I don't know why I named it _res in the first place.
2004-01-13 02:48:25 +00:00
Jeremy Fincher
1c03464fd9
Huge commit to finish refactoring of replies.
2004-01-08 23:03:48 +00:00
Jeremy Fincher
530aec2be0
Updated the reply infrastructure. No more msg, it's just not necessary.
2004-01-08 03:12:14 +00:00
Jeremy Fincher
ec16d3ae8b
Reverted a version.
2003-12-09 00:39:16 +00:00
James Vega
0857e3aca6
with Sourceforge.bug and Sourceforge.rfe's powers combined, we have
...
Sourceforge.tracker!
2003-12-04 02:18:55 +00:00
Jeremy Fincher
2aaca31709
Moved Configurable out to its own module.
2003-12-03 23:14:09 +00:00
Jeremy Fincher
7b9c0ccd86
Changed the name of WebException to WebError.
2003-12-03 04:57:30 +00:00
James Vega
6e46263279
Cleaner line break
2003-12-02 19:01:59 +00:00
James Vega
9fe682fe29
I have the *power*! ... of webutils
2003-12-02 06:03:42 +00:00
Jeremy Fincher
48166f4895
Huge update to the logging infrastructure.
2003-11-26 18:21:12 +00:00
Jeremy Fincher
5f4a541fe1
Added __revision__ strings.
2003-11-25 08:23:47 +00:00
Jeremy Fincher
f7d5be5ee8
Explained the sf alias and its usefulness.
2003-11-22 17:10:41 +00:00
Jeremy Fincher
2a5cc04749
Finished the alias sf question in configure.
2003-11-19 23:18:34 +00:00
Jeremy Fincher
0b90d80fee
Caught the right error.
2003-11-19 14:56:21 +00:00
James Vega
8dbaae1d37
Added a configure() question about aliasing sf to Sourceforge. Updated the
...
snarfer configurables so that they default to off and made the configure()
question available to all users. Updated the snarfer tests to ensure the
snarfer configurable is true before starting the tests.
2003-11-17 18:10:53 +00:00
Jeremy Fincher
eb6e112f70
Changed some maps/filters to imaps/ifilters for efficiency reasons (I was bored, basically).
2003-11-15 04:37:04 +00:00
James Vega
557e518a96
Of course I can't reproduce the bug when I'm testing the fix for it, but this
...
should take care of the bad error message.
2003-11-14 14:06:19 +00:00
James Vega
2b55842655
Fix the help strings for the bug{,s} and rfe{,s} commands. Remove the generic
...
Exception catches. Give a better response when bugs and rfes receive a bug
number. Add various tests.
2003-11-11 16:04:27 +00:00
Jeremy Fincher
5149d17b6a
Made Configurable persistent.
2003-11-11 15:58:20 +00:00
Jeremy Fincher
2e0b225d0c
Changed the needed= keyword arg in privmsgs.getArgs to required=.
2003-11-11 13:20:06 +00:00
Jeremy Fincher
c434925798
Updated to use Configurable.
2003-11-08 09:02:30 +00:00
James Vega
57e0e75c20
Finally caught Bug #835371 . Also refactored the plugin and added some tests
2003-11-05 02:13:41 +00:00
Jeremy Fincher
91b01f9fe3
Reduced some lines to fewer than 80 characters.
2003-11-04 07:03:18 +00:00
James Vega
526c4c3e56
setdefault -> defaultproject
...
defaultproject without a project name clears the default project
cleanup bugs and rfes a little (although they aren't working in the case of
'bugs #'. must use 'bugs project #')
2003-11-03 01:12:00 +00:00
James Vega
d74a59a2f5
Cleaned up the snarfer
2003-11-02 19:46:35 +00:00
Jeremy Fincher
646e41bd53
Changed the regexp for sfSnarfer to make it a little easier to read.
2003-10-30 00:13:00 +00:00