Differences From:
File
src/configure.c
part of check-in
[28e56282c9]
- Finish implementing the configuration command by adding method implementations
for "import", "reset", and "pull".
by
drh on
2008-05-23 19:21:03.
[view]
To:
File
src/configure.c
part of check-in
[86db6fa150]
- Split of the ticket configuratio into separately editable pieces.
by
drh on
2008-05-28 15:29:16.
[view]
@@ -71,8 +71,13 @@
{ "project-description", CONFIGSET_PROJ },
{ "index-page", CONFIGSET_SKIN },
{ "timeline-block-markup", CONFIGSET_SKIN },
{ "timeline-max-comment", CONFIGSET_SKIN },
+ { "ticket-table", CONFIGSET_TKT },
+ { "ticket-common", CONFIGSET_TKT },
+ { "ticket-newpage", CONFIGSET_TKT },
+ { "ticket-viewpage", CONFIGSET_TKT },
+ { "ticket-editpage", CONFIGSET_TKT },
};
static int iConfig = 0;
/*