diff options
author | Eudyptula <eitan@mosenkis.net> | 2009-07-06 21:30:44 -0400 |
---|---|---|
committer | Eudyptula <eitan@mosenkis.net> | 2009-07-06 21:30:44 -0400 |
commit | 9d6006fed8317ffd3b08eaf5e10236e0f0039763 (patch) | |
tree | 0e1eed39dc6350e324410a6531489f4793d20040 /todo | |
parent | Stored all data from Packages files in the db to allow frontend/backend separ... (diff) | |
download | ingenue-9d6006fed8317ffd3b08eaf5e10236e0f0039763.tar.gz ingenue-9d6006fed8317ffd3b08eaf5e10236e0f0039763.tar.bz2 ingenue-9d6006fed8317ffd3b08eaf5e10236e0f0039763.zip |
Last changes for multiple backends to be (theoretically) possible
Diffstat (limited to 'todo')
-rw-r--r-- | todo | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -21,7 +21,6 @@ Completely plan out how frontend modules should function - each step needs to re See if I can figure any way to use classes instead of funny named functions (namespaces in 5.3.0 perhaps) - also needs to have a depend of some sort so we can make a quick-config page that doesn't show things that we don't have enough info for yet (use AJAX to show them when we're ready) Allow backend to define bail-out functions to call when it dies (things like unmounting the ISO it was copying) Add STDERR (maybe STDOUT) only option to log viewer -Make multiple backends possible - avoid race condition when choosing a task; track which backend is doing which build Simplify status to numeric on builds, configurations - varchar isn't necessary Add config option to enable/disable user self-registration/invitations/admin-only invites Fix the bug where refreshing a wizard page and resending data causes it to continue to the next step |