diff options
author | Dries Buytaert <dries@buytaert.net> | 2000-12-31 08:24:16 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2000-12-31 08:24:16 +0000 |
commit | f055cf11e09d324739ede0a04cd957e2de438ad1 (patch) | |
tree | d02fff019db0623f014eb7f7be791186a2da577c /modules/wishlist.module | |
parent | 697e5eb49dc29e47333c0805c4ee97de28b7ff76 (diff) | |
download | brdo-f055cf11e09d324739ede0a04cd957e2de438ad1.tar.gz brdo-f055cf11e09d324739ede0a04cd957e2de438ad1.tar.bz2 |
- fixed PHP4.0.4 problem in discussion.php.
- some improvements to account.php and theme.inc.
- updated the documentation (again, again and again)
- added INSTALL file
- removed redundant files
Diffstat (limited to 'modules/wishlist.module')
-rw-r--r-- | modules/wishlist.module | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/wishlist.module b/modules/wishlist.module index c17195caa..962a1d937 100644 --- a/modules/wishlist.module +++ b/modules/wishlist.module @@ -20,7 +20,6 @@ function wishlist_page() { <H3>Adminstration</H3> <UL> - <LI>enhance user administration</LI> <LI>auto. backup functionality</LI> <LI>auto. clean-up functionality (e.g. user's history field)</LI> </UL> @@ -58,10 +57,8 @@ function wishlist_page() { <H3>Public release</H3> <UL> - <LI>write minimum amount of documentation like installation guidelines, administrator guide, and so on</LI> - <LI>make (or find and install) a "task manager / todo list / progress meter / bug report"-tool so we can get ourselves and the project somewhat organized</LI> + <LI>make (or find and install) a "task manager / todo list / progress meter / bug report"-tool so we can get ourselves and the project somewhat organized. Ideally we would have a "project module".</LI> <LI>setup a developers mailing list</LI> - <LI>integration and testing with latest version of PHP (just to avoid bug reports that could have been easily avoided)</LI> <LI>code revision to close possible security holes</LI> </UL> |