|
16 | 16 | # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, |
17 | 17 | # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. |
18 | 18 | # |
19 | | -# $Id: roundup-admin,v 1.47 2001-11-26 22:55:56 richard Exp $ |
| 19 | +# $Id: roundup-admin,v 1.48 2001-11-27 22:32:03 richard Exp $ |
20 | 20 |
|
21 | 21 | import sys |
22 | 22 | if int(sys.version[0]) < 2: |
@@ -369,7 +369,7 @@ Command help: |
369 | 369 |
|
370 | 370 | # make sure it's a link |
371 | 371 | if (not isinstance(property, hyperdb.Link) and not |
372 | | - isinstance(proptype, hyperdb.Multilink)): |
| 372 | + isinstance(property, hyperdb.Multilink)): |
373 | 373 | raise UsageError, 'You may only "find" link properties' |
374 | 374 |
|
375 | 375 | # get the linked-to class and look up the key property |
@@ -893,6 +893,18 @@ if __name__ == '__main__': |
893 | 893 |
|
894 | 894 | # |
895 | 895 | # $Log: not supported by cvs2svn $ |
| 896 | +# Revision 1.47 2001/11/26 22:55:56 richard |
| 897 | +# Feature: |
| 898 | +# . Added INSTANCE_NAME to configuration - used in web and email to identify |
| 899 | +# the instance. |
| 900 | +# . Added EMAIL_SIGNATURE_POSITION to indicate where to place the roundup |
| 901 | +# signature info in e-mails. |
| 902 | +# . Some more flexibility in the mail gateway and more error handling. |
| 903 | +# . Login now takes you to the page you back to the were denied access to. |
| 904 | +# |
| 905 | +# Fixed: |
| 906 | +# . Lots of bugs, thanks Roché and others on the devel mailing list! |
| 907 | +# |
896 | 908 | # Revision 1.46 2001/11/21 03:40:54 richard |
897 | 909 | # more new property handling |
898 | 910 | # |
|
0 commit comments