]> scripts.mit.edu Git - wizard.git/commit
Implement all user information hooks.
authorEdward Z. Yang <ezyang@mit.edu>
Mon, 12 Jul 2010 04:16:27 +0000 (21:16 -0700)
committerEdward Z. Yang <ezyang@mit.edu>
Mon, 12 Jul 2010 04:16:36 +0000 (21:16 -0700)
commita8b52be70700da2453a925a8f4cf7523e713aa92
tree2ded16afa2d4f76a215e6b9daec0efc6c26cf16c
parent519dbc47c5a463ecd39755466d0e8f5f41c439af
Implement all user information hooks.

Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
19 files changed:
README
SCRIPTS
TODO
doc/module/wizard.plugin.rst [new file with mode: 0644]
doc/module/wizard.user.rst
doc/module/wizard.util.rst
doc/plugin.rst
plugins/scripts/setup.py
plugins/scripts/wizard_scripts.py
tests/setup
wizard/command/__init__.py
wizard/command/migrate.py
wizard/command/quota.py
wizard/command/upgrade.py
wizard/git.py
wizard/plugin.py [new file with mode: 0644]
wizard/sql.py
wizard/user.py
wizard/util.py