20 descendants of [39aa870f8f]
2007-11-15
| ||
21:49:14 | * | [57b2735ebd] Enhanced text diff subroutine uses Myers enhancements to Wagners minimum edit distance algorithm. White space at the end of lines is ignored. (user: drh, tags: trunk) |
2007-11-08
| ||
16:14:13 | * | [50ff86afd0] Add the --detail flag to the merge command. (user: drh, tags: trunk) |
2007-11-07
| ||
22:22:02 | * | [ac6bb3ce06] Improvements to the merge algorithm so that it works better for common changes. Still more work needed. (user: drh, tags: trunk) |
2007-11-05
| ||
02:42:58 | * | [929d28e358] Added the "e" capability for viewing ticket submitter email addresses. Additional tinkering toward the design of tickets. This check-in is only thinly tested. (user: drh, tags: trunk) |
2007-11-03
| ||
04:39:37 | * | [a67fbd784d] Add support for built-in variables in subscript. (user: drh, tags: trunk) |
04:23:43 | * | [92f6081d11] Add basic math operators to subscript. (user: drh, tags: trunk) |
04:01:55 | * | [8ef26c5e72] Subscript interpreter is now running. (user: drh, tags: trunk) |
2007-10-28
| ||
23:27:12 | * | [f08adf3d58] Added a "wiki" link to the main menu. Added built-in description of wiki formatting rules. Added a wiki "homepage" that displays when the "wiki" URI is used without a pagename. Added support for a wiki sandbox that does not save to the repository. (user: drh, tags: trunk) |
21:26:07 | * | [f40230a7e8] The "wiki" URI without a page name argument now gives you a list of existing wiki pages. This works fine as long as there are a reasonable number (no more than a few hundred) wiki pages. We need to think of something better for large wikis. We also need to think of ways to give users better guidance for creating new wiki pages. (user: drh, tags: trunk) |
21:09:32 | * | [e75f9a2ab4] Fixes to the rendering of <verbatim> and <nowiki> (user: drh, tags: trunk) |
20:52:52 | * | [8ffd32c2b7] Add the ability to edit the CSS for all pages in the Setup menu. Other miscellaneous changes toward getting ticketing to work. (user: drh, tags: trunk) |
2007-10-27
| ||
13:52:17 | * | [421a1e1fa4] Fix the hyperlink to wiki so that it uses a query parameter for the wiki page name. (user: drh, tags: trunk) |
2007-10-26
| ||
18:18:59 | * | [783df88ba8] Prevent duplicate logins on the "user add" command. Also, allow the login to be specified on the command line. (user: drh, tags: trunk) |
2007-10-23
| ||
19:43:47 | * | [f4c30de75a] No changes from the previous check-in. This just confirms that the previous check-in has now been tested and appears to work correctly. (user: drh, tags: trunk) |
18:04:19 | * | [f66089ec43] Untested, experimental patch for correct redirect to the /index page when only the CGI script name is specified. (user: drh, tags: trunk) |
16:35:04 | * | [8fb641e071] Get rid of the (silly?) int_least16_t type in sha1.c and just use good old "int" instead. Makes things easier to compile on older systems. (user: drh, tags: trunk) |
16:30:21 | * | [17486c353f] Add a #include of <sys/types.h> to sha1.c. I am told this help it to compile on BSD systems. (user: drh, tags: trunk) |
2007-10-21
| ||
11:11:02 | * | [8f423ad438] Fix a bug in wiki rendering that caused an extra paragraph end tag following a hyperlink. (user: drh, tags: trunk) |
2007-10-15
| ||
20:45:11 | * | [da9d38e2c3] Fix the "add" command is that it does not allow users to accidently add files that contain shell wildcard characters. (user: drh, tags: trunk) |
2007-10-14
| ||
00:30:39 | * | [d29dd11f2e] Add a sample ticket configuration script. This is just working notes. It will eventually be removed. (user: drh, tags: trunk) |
00:29:14 | * | [39aa870f8f] Work toward a new mechanism for configuring the ticket subsystem and rendering ticket entry, editing, and viewing screens. Nothing works, but it is all commented out so the code code compile. (user: drh, tags: trunk) |