]> scripts.mit.edu Git - wizard.git/blob - SCRIPTS
Don't set author or committer name to empty string.
[wizard.git] / SCRIPTS
1 Wizard and Scripts
2 ==================
3
4 We'd like Wizard to be sufficiently general so as to not work
5 on Scripts. To some degree, it already is; Wizard can be easily
6 set up in a development type environment on a non-Scripts server.
7
8 Here documents Scripts specific code inside Wizard that should
9 be moved away:
10
11     * wizard/app/__init__.py is a pretty crazy disaster zone.
12
13         - Application list
14         - Database removal
15         - Tags
16
17     * [DEFER] `wizard migrate` should be moved to Scripts plugin
18
19     * [DEFER] We should have `wizard install` do something intelligent
20       about prompting a user about possibilities; not everyone is going
21       to use the scripts-start wrapper.
22
23     * [DEFER] old_log is Scripts specific, and any code that uses it
24       should be plugin-ified.
25
26     * [DEFER] The mass-* commands are especially designed for Scripts,
27       so while they're ostensibly portable, they'd probably need a bit
28       of working to be easy-to-use for other people.  They also rely on
29       a "versions" directory whose code exists independently of Wizard.