ssb Thu May 30 05:05:23 2002 EDT
Modified files:
/pear TODO
Log:
update
Index: pear/TODO
diff -u pear/TODO:1.11 pear/TODO:1.12
--- pear/TODO:1.11 Mon May 20 16:55:29 2002
+++ pear/TODO Thu May 30 05:05:23 2002
@@ -1,19 +1,20 @@
SHORT TERM:
* INSTALLER:
-** implement "pear run-tests"
-** finish up file conflict detection (filemap is implemented in PEAR_Registry)
-** "pear build" to build from C source (for PECL in particular)
-** pre/post install/uninstall scripts (in package.xml)
+** finish file conflict detection (filemap is implemented in PEAR_Registry)
+** finish "pear build"
+** finish pre/post install/uninstall scripts
** following fixable dependencies with config setting for default policy
** add a "live defaults" config layer where default values
are retrieved from the central database and updated regularly
(esp. useful for maintaining mirror lists)
-** class<->release relation in the database
+** register deps/provides on upload
** better testing of System and Archive_Tar on Windows
+** "pear setup" with a nice config interface
+** ability to install header files
* WEBSITE:
-** torture-test release-upload
+** torture-test release-upload :)
* xmlrpc server methods
** package.annotate
@@ -25,26 +26,14 @@
MEDIUM TERM:
* INSTALLER:
-** "pear configure" with a nice config interface
*** add email address config option
** "pear upload"
-** drop xmlrpc-epi dependency for clients (make PEAR_Remote able to
- use the XML_RPC package)
-** ability to install header files
-
-* add "nparent" to notes table for being able to implement threads
-
-* each class file could document its own dependencies, for example:
- @dep php > 4.0.4pl1
- @dep ext pcre
- @dep prog imagick
-
-* script to include PEAR stuff in PHP releases
* WEBSITE
** integrate some bug reporting system
** add webalizer statistics
** create detailed package download reports
+** add "nparent" to notes table for being able to implement threads
* feature for installing "application" or "app" files in a web server
document root directory, set up virtual hosts etc.
--
PEAR CVS Mailing List (http://pear.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
|