Message303
Roundup is supposed to be very flexible as to what
schema to use
in the database. However, a number of modules (notably
cgi_client.py)
depend on specifics. cgi_client.py hardcodes method
names 'newissue', 'findissue', etc. which requires
'issue' to be a defined entity.
It would be good to design a mechanism to get rid of
such dependencies once and for all, i.e. a tool that
can assist admins not only to read a schema definition
file and instantiate the db, but also to
assist in modifying/generating those portions of the
code that depend
on a specific schema (all the frontends, it seems).
|
|
Date |
User |
Action |
Args |
2009-02-03 14:20:03 | admin | link | issue587236 messages |
2009-02-03 14:20:03 | admin | create | |
|