Jeremy Fincher
|
fbb348b6e7
|
Copyright updates. Again, more is left to be done, but this is my part.
|
2004-08-23 13:14:06 +00:00 |
|
Jeremy Fincher
|
dec8c52b86
|
Fixed testChannel.
|
2004-08-19 18:19:20 +00:00 |
|
James Vega
|
d47d54bc82
|
Almost out entire testsuite works, yet again. Yay!
|
2004-08-01 14:38:37 +00:00 |
|
Jeremy Fincher
|
5c3f13bd51
|
This must not have been run in awhile.
|
2004-07-24 05:16:02 +00:00 |
|
James Vega
|
315810d08e
|
yay! no more stray whitespace
|
2004-07-21 19:36:35 +00:00 |
|
Jeremy Fincher
|
f7010805ee
|
Made 'alias foo bar' work as expected.
|
2004-04-20 11:28:03 +00:00 |
|
Jeremy Fincher
|
58decb39a9
|
Fixed bug #900879.
|
2004-02-20 06:17:36 +00:00 |
|
Jeremy Fincher
|
48d6c982ce
|
Made a SupyTestCase base class to handle COOL STUFF\!
|
2004-02-16 04:12:35 +00:00 |
|
Jeremy Fincher
|
6ca78924f3
|
HUUUUUUUUGE Configuration change.
|
2004-01-18 07:58:26 +00:00 |
|
Jeremy Fincher
|
ebacb99788
|
Forgot to update for the Fun/Filter split.
|
2004-01-07 18:51:59 +00:00 |
|
Jeremy Fincher
|
7f7562ef42
|
Allow ambiguous aliases.
|
2003-12-10 07:43:45 +00:00 |
|
Jeremy Fincher
|
2a9d9d1b5d
|
Reworked so there's no double-import problem.
|
2003-12-02 12:27:45 +00:00 |
|
Jeremy Fincher
|
2c779bd543
|
Changed Alias.freeze to Alias.lock.
|
2003-11-25 10:19:40 +00:00 |
|
Jeremy Fincher
|
1961ff1f07
|
Removed Misc from the plugins list.
|
2003-11-14 22:01:20 +00:00 |
|
Jeremy Fincher
|
0ca15118e7
|
Made Aliases persistent.
|
2003-11-11 12:18:25 +00:00 |
|
Jeremy Fincher
|
405f4ab8d9
|
Fixed bugs #833206 and #837628.
|
2003-11-11 11:30:32 +00:00 |
|
James Vega
|
8b6783ea55
|
Apparently NoRecurse only failed when the word for the alias was a subset of
the command word.
|
2003-11-04 17:37:04 +00:00 |
|
James Vega
|
5f2f970163
|
Test to make sure recursiveAlias only errors when the full word matches
|
2003-11-04 17:32:31 +00:00 |
|
Jeremy Fincher
|
fa589ac423
|
Fix for bug #829353; added a test for the remove command.
|
2003-10-24 09:10:10 +00:00 |
|
Jeremy Fincher
|
ab2bea589a
|
Changed the names of the src/ plugins.
|
2003-10-21 06:03:57 +00:00 |
|
Jeremy Fincher
|
55ccb85542
|
Removed the syntax command; changed interface of callbacks.findCallbackForCommand to return a list of the matching callbacks; fix help to handle the prefixing of the plugin name.
|
2003-10-20 10:25:13 +00:00 |
|
Jeremy Fincher
|
08fa5e01a0
|
Changed the name of the FunCommands to Fun.
|
2003-10-19 14:53:34 +00:00 |
|
Jeremy Fincher
|
2140a8ac20
|
Fixed bug in test for variable.
|
2003-10-11 10:26:56 +00:00 |
|
Jeremy Fincher
|
eb01a8e99d
|
Removed pi -> 3.14 capability.
|
2003-10-11 03:37:38 +00:00 |
|
Jeremy Fincher
|
aa7efcbad9
|
Fix for some bad tests; added support, fixed a long-latent bug that I thought was being tested for but wasn't.
|
2003-10-09 05:00:56 +00:00 |
|
Jeremy Fincher
|
8b7b4d97ac
|
Added wildcard support, as per RFE #817309
|
2003-10-08 13:53:41 +00:00 |
|
Jeremy Fincher
|
e0184c5422
|
Added some more error-checking to the addAlias method.
|
2003-10-08 01:26:10 +00:00 |
|
Jeremy Fincher
|
28fb603ca0
|
Added some more error-checking to the addAlias method.
|
2003-10-07 22:19:08 +00:00 |
|
Jeremy Fincher
|
359ad14888
|
Updated for the help/morehelp -> syntax/help conversion.
|
2003-09-25 08:29:24 +00:00 |
|
Jeremy Fincher
|
40de833c24
|
Converted test framework to use the new functions in OwnerCommands.
|
2003-09-18 05:59:08 +00:00 |
|
Jeremy Fincher
|
d2ec31c45b
|
Fixed bug in removeAlias that it wouldn't clear the frozen set.
|
2003-09-13 14:46:03 +00:00 |
|
Jeremy Fincher
|
fb60da149b
|
Added ability to specify optional arguments in aliases with @\d+.
|
2003-09-13 13:30:33 +00:00 |
|
Jeremy Fincher
|
273e4a7a0c
|
Added removeAlias method for easy access from within other plugins.
|
2003-09-10 21:15:09 +00:00 |
|
Jeremy Fincher
|
dca69510f3
|
Extracted alias-adding functionality out into a function usable from within other plugins.
|
2003-09-10 20:25:15 +00:00 |
|
Jeremy Fincher
|
ffefdf1ab7
|
Added new pipe syntax to check for recursive aliases.
|
2003-09-10 08:15:44 +00:00 |
|
Jeremy Fincher
|
e0fae30f46
|
Now allow multiple plugin directories, RFE #802614.
|
2003-09-10 06:05:58 +00:00 |
|
Jeremy Fincher
|
c711dc9d2d
|
Fixed commented-out test.
|
2003-09-06 22:00:00 +00:00 |
|
Jeremy Fincher
|
8a70f15e89
|
Fixed bug in aliases with no arguments and added test for it.
|
2003-09-06 21:58:42 +00:00 |
|
Jeremy Fincher
|
74d3b7820f
|
Added PluginDocumentation to test to make sure all commands have documentation.
|
2003-09-06 06:23:03 +00:00 |
|
Jeremy Fincher
|
63eb848946
|
Added tests for error conditions.
|
2003-08-28 22:26:48 +00:00 |
|
Jeremy Fincher
|
b6a70d0dae
|
Tested basic functionality (not )
|
2003-08-28 21:39:19 +00:00 |
|
Jeremy Fincher
|
2c6f505bea
|
Added vim modelines.
|
2003-08-17 22:13:10 +00:00 |
|
Jeremy Fincher
|
984e29e9c0
|
Initial import; new naming scheme.
|
2003-04-17 08:49:14 +00:00 |
|