Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Changes In Branch ticket-enhancements Excluding Merge-Ins
This is equivalent to a diff from fe453a4893 to 7575b52e15
2012-11-27
| ||
16:26 | Enhancements to ticket processing. There are now two tables: TICKET and TICKETCHNG. There is one row in TICKETCHNG for each ticket artifact. Fields from ticket artifacts go into either or both of TICKET and TICKETCHNG, whichever contain matching column names. Default ticket edit and viewing scripts are updated to use TICKETCHNG. The TH1 scripti... check-in: 4f8c8975bc user: drh tags: trunk | |
15:32 | Fix some HTML markup irregularities. Improvements to the default ticket viewer. Closed-Leaf check-in: 7575b52e15 user: drh tags: ticket-enhancements | |
2012-11-26
| ||
21:30 | Fix a string-quoting error in the previous commit. check-in: 3c8195c876 user: drh tags: ticket-enhancements | |
2012-11-23
| ||
19:33 | some unnecessary spacing check-in: d13143eb3b user: jan.nijtmans tags: trunk | |
15:57 | All markup of the form ... with an options "links" or "links=BOOLEAN" attribute. Improved TH1 tracing and error reporting capabilities. Improved documentation on how reports work. check-in: 23c75abde4 user: drh tags: ticket-enhancements | |
11:29 | merge trunk "filename contains illegal characters" is now a warning check-in: d3bee356ba user: jan.nijtmans tags: ticket-d17d6e5b17 | |
10:35 | Disallow invalid unicode characters Closed-Leaf check-in: 9242c09ff9 user: jan.nijtmans tags: invalid-unicode | |
01:50 | When db_open_config() is called with the useAttach parameter set to non-zero, it may need to close and reopen the database using ATTACH if that was not done previously. check-in: fe453a4893 user: drh tags: trunk | |
2012-11-22
| ||
23:35 | Be consistent about display of check-in comments as either text/plain or text/x-fossil-wiki. When the user configures text/plain, use that format everywhere. check-in: 2c6fa9c3b0 user: drh tags: trunk | |
10:16 | Modify db_open_config() and associated routines to make their internal state more consistent and discoverable. Closed-Leaf check-in: 52a6868700 user: mistachkin tags: dbOpenConfig | |
Changes to src/attach.c.
Changes to src/cgi.c.
Changes to src/db.c.
Changes to src/info.c.
Changes to src/main.c.
Changes to src/manifest.c.
Changes to src/report.c.
Changes to src/schema.c.
Changes to src/th.c.
Changes to src/th.h.
Changes to src/th_lang.c.
Changes to src/th_main.c.
Changes to src/timeline.c.
Changes to src/tkt.c.
Changes to src/tktsetup.c.
Changes to src/wikiformat.c.