Followig Rob's good form, cleanup my mess in TODO

This commit is contained in:
Jason Gerard DeRose 2008-10-29 20:20:43 -06:00
parent 9f45cdbe2f
commit e37760a273

31
TODO
View File

@ -1,24 +1,17 @@
Prompt for password using getpass. CLI
- Prompt for password using getpass
- Passed the param dict to output_for_cli()
- Implement a TextUI class and also pass it to output_for_cli()
Add API.finalize_env() method so environment initallization is standardized. Improve ease of plugin writting
This method should detect whether running in-tree or not and intelligently - make "from ipalib import *" import everything a plugin writter will need
construct the paths. - Finish ipa_types, add Str and Float Types
import all Types, Param, DefaultFrom, and import base classes into Packaging
ipalib.__init__ and add an __all__ list so plugins can safely - Use setuptools instead of plain distutils
from ipalib import * - Make setup.py generate dev-docs and run unit tests
- Package for rpm (.spec file)
Setup logging - Package for apt (debian/ dir)
Add in-tree default config files for distinct cli, server, and webui contexts
Remove Env.get() have Env return None if no value exists (Env.get() allows
a bad pattern of default values being detemined by the consumer and possibly
different default values being used for the same key).
Package for rpm (.spec file)
Package for apt (debian/ dir)
Migration Migration
- Add the IPAService objectclass to existing principals - Add the IPAService objectclass to existing principals