202 events by user drh occurring around 2008-11-22 19:09:00.
2009-01-29
| ||
03:28:01 | * | [0c72d85fbe] Mention that fossil is GPL on the homepage. (user: drh, tags: trunk) |
03:04:38 | * | [472f9411ee] Add the "hyperlinks are disabled" warning to the taglist page. Disable hyperlinks on the leaves page when hyperlinks are suppose to be disabled. (user: drh, tags: trunk) |
02:48:32 | * | [8636eef6e2] On the taglist and tagtimeline pages, only show non-propagating tags. Omit the branch tags. (user: drh, tags: trunk) |
02:42:11 | * | [c7fe01fe8e] The "artifact" webpage renders wiki as wiki and html as html but gives submenu items to convert the rendering back to plain text (and hexdump). (user: drh, tags: trunk) |
2009-01-28
| ||
22:56:59 | * | [0a2a1b4dde] Add a "View" submenu item on the artifact viewer for files with wiki mimetype. (user: drh, tags: trunk) |
22:23:02 | * | [d4fedbb4ad] A a "View" submenu option for the content viewer when the file is HTML. (user: drh, tags: trunk) |
21:41:41 | * | [923d644b89] Add the ci=LABEL parameter to the "dir" webpage in order to look at just files within a single check-in. Add a Download link on the artifact and hexdump viewers. (user: drh, tags: trunk) |
2009-01-25
| ||
23:30:07 | * | [5c65487c5f] Add documentation (advocacy-type documentation) on the fossil web interface. Created links from the homepage. (user: drh, tags: trunk) |
21:16:55 | * | [627de3bf16] Documentation updates: Added FAQ and testimonials. (user: drh, tags: trunk) |
20:13:46 | * | [9be1b00392] Rename the "vinfo" page to "ci" and the "vedit" page to "ci_edit". (user: drh, tags: trunk) |
20:10:53 | * | [eb8223e164] Revised formatting of the "Tags and Properties" division of the check-in information screen. (user: drh, tags: trunk) |
19:47:38 | * | [9c89b0e0f1] Add explanatory text to the top of the rcvfromlist webpage. The info page for the root check-in now knows how to redirect to vinfo. (user: drh, tags: trunk) |
19:18:09 | * | [766bec08ce] Documentation tweaks. Change the "Setup" menu title to "Admin". Added pages under Admin to view the RCVFROM table of the database. (user: drh, tags: trunk) |
16:00:22 | * | [c664695186] Update the file format documentation. (user: drh, tags: trunk) |
2009-01-24
| ||
15:47:58 | * | [4ac75b9107] Prevent check-ins against a closed leaf. Add the --branch and --bgcolor options to the "ci" and "commit" commands. (user: drh, tags: trunk) |
10:44:43 | * | [cd965de682] Fix some compiler warnings. (user: drh, tags: trunk) |
00:11:44 | * | [83ac468aae] Add a "nomenclature" sidebox for the Branches page, explaining the difference between an open and a closed branch. (user: drh, tags: trunk) |
2009-01-23
| ||
23:57:11 | * | [9659ed66f8] Make the distinction between open and closed branches. An open branch is a branch with one or more open leaves. Show open and closed branches separately on the "Branches" webpage. (user: drh, tags: trunk) |
22:20:01 | * | [cb31e90868] Update the timeline so that it's use of "Leaf" conforms to the definition given in the documentation. (user: drh, tags: trunk) |
22:05:37 | * | [dc1a5cf739] Updates to the branching document. (user: drh, tags: trunk) |
21:24:00 | * | [2e275c1420] Fork First draft of the "branching" document. (user: drh, tags: trunk) |
12:58:12 | * |
Closed ticket |
01:01:37 | * | [cf9ee7d67e] Nomenclature chanage: "bug report" becomes "ticket" (user: drh, tags: trunk) |
00:16:26 | * | [904ee40b93] Change "baseline" to "check-in" in the on-line documentation. (user: drh, tags: trunk) |
2009-01-22
| ||
14:04:35 | * | [e8d3e327f1] Changes some "Baseline" labels to "Check-in". (user: drh, tags: trunk) |
13:52:27 | * | [73c23a4279] Add the ability to cancel existing tags from the web interface, on the "vedit" page. Disable the display of "Leaf" on the timeline for closed leaves. (user: drh, tags: trunk) |
13:08:42 | * | [a12cb216b7] Reenable the "Tags" menu item, but make it go to the new "taglist" page. Also add separate "tagtimeline" page and separate "brlist" into "brlist" and "brtimeline". (user: drh, tags: trunk) |
12:03:51 | * | [42c2a18e73] Change the way branches are tagged: The value of the "branch" property is used to identify the branch name. Repository rebuild required. Also, branches must be retagged. (user: drh, tags: trunk) |
01:53:04 | * | [faf09dc7ae] Define a "leaf" as a check-in with no children in the same branch. The is_a_leaf() function does some complicated SQL to figure this out. (user: drh, tags: trunk) |
01:10:41 | * | [042a08b564] Improved messages in the "tags and properties" section of the vinfo page. Distinguish between a merge between forks and a merge between branches. A merge from forks, closes the fork, but not a merge from a branch. (user: drh, tags: trunk) |
2009-01-21
| ||
23:40:17 | * | [08db9e11cb] Track the origin of tags and display that origin in the tag and properities information field of the "vinfo" page. Must "fossil rebuild" after this change. (user: drh, tags: trunk) |
19:05:02 | * |
Fixed ticket |
18:59:11 | * |
[2fa4df1e47]
Add timeline links on the leaves page. Also on the leaves page, do not
show Merge labels on check-ins. The second part is the fix for
ticket |
18:42:19 | * | [e631d8af6d] Improvements to the timeline when displaying check-ins with a given tag. (user: drh, tags: trunk) |
18:12:11 | * | [54e7410c2a] Make sure the initial empty check-in shows up in the timeline and branch lists of newly created repositories. (user: drh, tags: trunk) |
17:52:02 | * | [9c256a46b7] New color choices on the background color editor. (user: drh, tags: trunk) |
13:50:11 | * | [432d4391b9] Fix a bug in the "leaves" page when the repository is empty. Begin adding support for the ability to erase tags. (user: drh, tags: trunk) |
03:34:37 | * | [bdcac62937] After each item of the branch list, give a hyperlink to the timeline that shows all check-ins with the branch tag. (user: drh, tags: trunk) |
03:21:30 | * | [8b2dd05734] Throw an error when the "fossil tag add" command specifies a CHECK-IN that does not exist. (user: drh, tags: trunk) |
03:12:14 | * | [8d5ab7913e] Do not print a warning about "a fork has occurred" when checking in to a leaf that is also the basis of a branch. (user: drh, tags: trunk) |
03:04:10 | * | [ba6687f242] In the timeline, continue to show the of a branch as a "Leaf" even after the branch has been merged into some other line. (user: drh, tags: trunk) |
02:54:02 | * | [2521a0a9a7] The "fossil info" command now shows tags associated with the current check-out. (user: drh, tags: trunk) |
02:47:42 | * | [7c7edde116] Add the sym-trunk and newbranch tags to the root check-in when rebuilding. Also add the newbranch tag to the root check-in when creating a new repository. (user: drh, tags: trunk) |
02:22:28 | * | [0139767b9a] When creating new repositories ("fossil new") label the initial empty check-in with a propagating symbolic tag "trunk". (user: drh, tags: trunk) |
01:23:40 | * | [580d6ad8c7] Suppress the display of the artificate ID on the timeline which showing changes to wiki or tickets. (user: drh, tags: trunk) |
01:06:32 | * | [d820722fe5] The timeline correctly shows as a leaf a check-in whose only children are separate branches. (user: drh, tags: trunk) |
00:05:35 | * | [f6d507179e] Fix an SQL syntax error in the commit logic introduced by check-in b6e22e62cf26115617822c7940cec5d0dc687184. (user: drh, tags: trunk) |
2009-01-20
| ||
23:49:59 | * |
Fixed ticket |
23:47:47 | * |
[bf7ca1a4d8]
Change the page header from Baseline to Check-in on the "vinfo" page.
Fix a bug introduced into tagview
(ticket |
23:39:50 | * | [fecb3e5cc9] On the "vinfo" page, add a link to a timeline of all other check-ins with the same tag. (user: drh, tags: trunk) |
22:53:09 | * | [3b3116e490] Add a gray color option on the color changer. Help the "info" webpage to figure out that an artifact is a check-ins when the check-in changes no files relative to its parent (when the check-in only creates a new branch.) (user: drh, tags: trunk) |
22:38:56 | * | [4d39bbac10] Require that the "branch new" command specify a basis. Do not let it use the current check-out. Otherwise it gets confusing to users. (user: drh, tags: trunk) |
22:21:24 | * | [b7f32a71ab] Add web-based branch color changer. Add the "branch list" command. Simplifications to color propagation logic. (user: drh, tags: trunk) |
16:51:19 | * | [b6e22e62cf] Attempting to rationalize the tagging and branching logic. The "branch" command has been resurrected and appears to work now. The "tag branch" command has been removed. Special tags "newbranch" and "closed" used to manage branches. New changes are not well-tested - use with caution. You must "rebuild" when upgrading through this version. (user: drh, tags: trunk) |
00:27:37 | * | [fbbd0318bd] Display a list of symbolic tags associated with each check-in on the timeline. (user: drh, tags: trunk) |
2009-01-15
| ||
16:03:17 | * | [c002a008e6] Update SQLite to version 3.6.10. (user: drh, tags: trunk) |
2009-01-14
| ||
01:09:52 | * | [037cae8ff6] Update SQLite to fix the OR-clause query optimizer bug. That bug is probably harmless to SQLite, but it doesn't hurt to check in the fix. (user: drh, tags: trunk) |
2009-01-13
| ||
18:43:47 | * | [797d680ef5] Add code to understand the "https://" prefix on server URLs. Any attempt to use https gives an error at this point, however. This is a work in progress. (user: drh, tags: trunk) |
18:06:04 | * | [3da8a12f48] Do not do the login-bypass if the HTTPS env var is ON. This might indicate that a remote HTTPS connection is being converted to HTTP locally using stunnel (or the equivalent). (user: drh, tags: trunk) |
2009-01-10
| ||
13:16:05 | * | [ed28f6e76d] Update SQLite to the latest code (just prior to 3.6.8). (user: drh, tags: trunk) |
2009-01-08
| ||
14:06:50 | * |
Fixed ticket |
14:05:50 | * |
[58f15e92ae]
Disable SQL restrictions as soon as the user-supplied report-generator SQL
has been parsed, so that other queries that run during report rendering
and run unimpeded. Ticket |
2008-12-26
| ||
17:41:09 | * | [b12a031557] Omit the hyperlinks to the wiki edit for the Sandbox if editing is not allowed. (user: drh, tags: trunk) |
17:36:08 | * | [2a3e85f2d5] Require wiki edit privilege in order to edit the Sandbox wiki page, just like any other wiki page. (user: drh, tags: trunk) |
2008-12-20
| ||
02:24:14 | * |
Fixed ticket |
02:23:18 | * |
[491b2c69ec]
Fix an SQL syntax error. Ticket |
2008-12-16
| ||
18:39:29 | * | [ba837fd294] Add randomness in the form of a comment to each sync protocol request. This will break older servers which do not understand comments. But comments have been understood by servers for months now, so hopefully everybody has upgraded. (user: drh, tags: trunk) |
18:37:58 | * | [458331b99e] Upgrade SQLite to version 3.6.7. (user: drh, tags: trunk) |
2008-12-07
| ||
18:50:57 | * |
Fixed ticket |
18:48:09 | * |
[2be82dcc2a]
The server now issues error messages in the synchronization
protocol when a database error occurs during sync.
Ticket |
18:13:33 | * | Ticket 04a259be40 operations upon all files status still Open with 1 other change (user: drh) |
18:12:37 | * |
Fixed ticket |
18:11:09 | * |
[8c4e72e223]
Enhance the "fossil add" command so that when a directory is named, all
contents of that directory are added recursively.
Ticket |
2008-12-06
| ||
18:02:21 | * | [2dffce041d] Add the ability to detect file changes using only the mtime. This is turned on using the "fossil setting mtime-changes ON" command. It is off by default, but it does make many operations go much faster, especially on large repositories, so we might want to start turning it on by default. (user: drh, tags: trunk) |
2008-12-03
| ||
14:44:05 | * |
Closed ticket |
14:22:00 | * | [892c460b8e] Add a 5 second busy timeout on the database connection. (user: drh, tags: trunk) |
14:11:11 | * |
Fixed ticket |
14:10:01 | * |
[426a3ba49e]
Fix a bug in windows that causes the menu on the wiki display pages to
be omitted. Ticket |
2008-11-27
| ||
22:58:53 | * | [80406199683a] Fix the Setup->Shunned->Rebuild button so that it works when the "fossil ui" command is run from within a check-out and without specifying the repository filename. (user: drh, tags: trunk) |
13:51:22 | * |
Fixed ticket |
13:50:41 | * |
[c12e5b102e]
On windows, a recv() call fails if the return value is less than or equal
to zero. Ticket |
13:34:27 | * |
Fixed ticket |
13:33:34 | * |
[72e9eb6a0d]
Change • into • per ticket |
13:26:43 | * |
Fixed ticket |
13:25:58 | * |
[39bbc6010e]
Fix two problems in the ZIP downloader, as reported by
ticket |
02:30:29 | * | [f84bfc31bf] Update the version of SQLite used to 3.6.6.2. (user: drh, tags: trunk) |
2008-11-26
| ||
03:26:56 | * | [6f0a9f730b] Mention that check-in comments follow wiki formatting rules. If the check-in comment is blank, prompt the user to abort the check-in. (user: drh, tags: trunk) |
02:40:03 | * |
Fixed ticket |
02:36:17 | * | [6bcff72d23] Add a "Preview" button to the default Edit Ticket screen configuration. (user: drh, tags: trunk) |
02:09:52 | * |
Ticket |
02:04:38 | * |
Fixed ticket |
02:03:44 | * |
[024859fff2]
Provide a default ticket report format: "All Tickets".
Ticket |
2008-11-25
| ||
11:45:53 | * |
Closed ticket |
02:25:30 | * |
Ticket |
... 1 similar event omitted. | ||
2008-11-24
| ||
12:56:09 | * | Changes to wiki page RockShoxBugs (user: drh) |
2008-11-23
| ||
12:00:39 | * |
Closed ticket |
11:54:59 | * | Ticket cc8271389a unable to check fossil-users Archives status still Open with 1 other change (user: drh) |
11:42:25 | * |
Closed ticket |
2008-11-22
| ||
19:32:44 | * | [a8c3a7ea92] Make explicit links in wiki visible regardless of whether or not the "h" permission is turned on. (user: drh, tags: trunk) |
19:09:00 | * | [21cecd209f] Fix the user edit screen to work correctly even if one or more of the "anonymous", "login", or "developer" users is omitted from the user list. (user: drh, tags: trunk) |
18:16:57 | * | [77bdac3b19] Use colored bullets to indicate the privileges of "nobody", "anonymous", and "developer" on the user edit page. (user: drh, tags: trunk) |
17:09:53 | * | [3eac8bc0f9] Update the "Notes" to the right of the user setup screen. (user: drh, tags: trunk) |
15:40:39 | * | [dec2c22d9d] Update the version of SQLite used internally to 3.6.6.1. (user: drh, tags: trunk) |
12:32:11 | * |
Ticket |
2008-11-21
| ||
22:16:08 | * | [d31c0f9c29] Fix to the pathname simplifer logic. (user: drh, tags: trunk) |
2008-11-20
| ||
23:19:41 | * | [0a523be389] Another attempt to get the /home to /login redirection correct. (user: drh, tags: trunk) |
23:17:50 | * | [3420e47b24] Try again to get the redirection correct when redirecting from /home to /login. (user: drh, tags: trunk) |
23:15:30 | * | [19f5d0b15f] Require wiki read permission in order to visit the /home URL. (user: drh, tags: trunk) |
03:14:22 | * | [7083eb1a1c] Change the markup in the index.wiki page from HTML to wiki. Extend the wikitheory.wiki page. Other documentation tweaks. (user: drh, tags: trunk) |
01:10:33 | * |
Fixed ticket |
01:07:10 | * |
[0c6ea0d93f]
When creating a new repository or cloning a repository, print the
initial administrator password on standard output. This is intended
to help new users figure out how to log in. Ticket |
00:45:52 | * |
Ticket |
00:36:37 | * |
Fixed ticket |
00:35:23 | * |
[22cb1e1be2]
Here is a better fix for ticket |
2008-11-19
| ||
23:44:47 | * |
Fixed ticket |
23:33:47 | * |
[53db94cd41]
Make sure the socket of the "ui" and "server" commands is bound to the
specified port when the -P or --port option is used.
Ticket |
22:44:23 | * | [72959c415e] Fix a bug in the cluster creater. The bug prevents clusters from being created correctly when there are phantom artifacts. (user: drh, tags: trunk) |
2008-11-18
| ||
16:07:31 | * | Ticket 162e66c9ea Inline variant of status still Open with 1 other change (user: drh) |
15:33:25 | * | [63886daad8] In wiki, hyperlinks or the form [./filename] (hyperlinks that begin with character ".") work correctly. Need to add more docs on how the [...] wiki markup really works. (user: drh, tags: trunk) |
12:19:55 | * | [bdde7ddcc8] Show the "Files" menu option on the "home" page when the "h" privilege is enabled. (user: drh, tags: trunk) |
02:39:56 | * |
Fixed ticket |
02:39:39 | * |
Fixed ticket |
02:38:30 | * |
Closed ticket |
02:38:10 | * |
Closed ticket |
02:37:36 | * |
Closed ticket |
02:36:27 | * |
Fixed ticket |
02:35:34 | * |
Fixed ticket |
02:35:00 | * |
Fixed ticket |
02:34:35 | * |
Fixed ticket |
02:33:48 | * |
Fixed ticket |
02:28:09 | * |
Fixed ticket |
02:21:00 | * |
[f6a071cef1]
Omit the Content-Length header line from the CGI response under windows
because subsequent \n to \r\n translations by Apache will change the
content length. But keep the Content-Length header line for the
built-in servers and under unix. Ticket |
2008-11-17
| ||
19:21:09 | * | [86cee3d082] Setting the "pgp-clearsign" command to "off" disables clearsigning. (user: drh, tags: trunk) |
19:17:21 | * | [5452b32a9f] Improvements to object description on an artifact display. (user: drh, tags: trunk) |
19:11:32 | * | [7303bfeb12] Modify the artifact viewer to base the mimetype off of artifact content, not the artifact name. (user: drh, tags: trunk) |
17:14:37 | * | [389bf5c4da] The "artifact" webpage shows images as images, rather than trying to render their binary content as text. (user: drh, tags: trunk) |
2008-11-16
| ||
23:40:56 | * | Ticket 2a34de01fc "wiki unlist" as a possible solution to deleting wiki pages. status still Open with 2 other changes (user: drh) |
13:47:33 | * |
New ticket |
2008-11-15
| ||
21:21:26 | * |
Fixed ticket |
21:17:31 | * |
[ed5179db1f]
Enable the "Edit" submenu link on the Ticket View page when the user
has ticket append privilege. Fix for part of ticket |
13:05:02 | * |
Ticket |
12:54:41 | * |
Closed ticket |
2008-11-14
| ||
14:11:41 | * | Ticket cc6557cfc5 Unicode support status still Open with 2 other changes (user: drh) |
2008-11-10
| ||
21:13:49 | * |
Fixed ticket |
01:13:35 | * | [d8ceb4ad47] The "ui" and "server" commands no longer quit if they cannot open TCP port 8080. They keep trying with consecutive ports until they find one that works - up to 100 ports. (user: drh, tags: trunk) |
00:40:10 | * | [3f6edbc779] Update to the latest SQLite. Add a Rebuild button on the Shun webpage. Add the test-detach CLI method. (user: drh, tags: trunk) |
2008-11-09
| ||
23:04:26 | * |
Fixed ticket |
23:02:41 | * |
Fixed ticket |
22:59:18 | * | [caa9544f93] Tweaks to the formatting of the "stat" webpage. (user: drh, tags: trunk) |
22:50:41 | * | [ec53d7a738] On the index page, links to the "two separate servers" go to the index pages on those servers, not to the timeline. (user: drh, tags: trunk) |
22:43:04 | * | [9fd8009007] Bug fix in the "mv" command. Add filename change tracking to the check-in information screens. You must run rebuild on existing respositories when upgrading to this version of fossil. (user: drh, tags: trunk) |
19:30:31 | * | [f6c0201af7] Optional extra arguments to the "user" command allow one to specify the new password or contact information on the command-line without waiting for a prompt. This makes the "user" command usable from shell-scripts. (user: drh, tags: trunk) |
19:22:06 | * | [e146d800ac] Add the "mv" and "rename" commands (aliases for the same thing). (user: drh, tags: trunk) |
16:24:54 | * |
Fixed ticket |
16:23:30 | * |
[02f09cdd6c]
Add the http-port setting used to specify the default TCP/IP port for the
built-in webserver. Ticket |
16:15:15 | * | [bcb9c072c5] Fix the "help" text for the "all" command. (user: drh, tags: trunk) |
13:41:39 | * |
[6eddf50cfe]
Allow the U card of a ticket change artifact to have no argument. When that
happens, the user is assumed to be "anonymous". Ticket |
13:22:41 | * | [2664476fbc] Make sure the tkt_uuid and tkt_datetime TH1 variables are initialized on a ticket display, even if no matching ticket is found. (user: drh, tags: trunk) |
13:21:57 | * | [55fc643eda] Add a test command to invoke the manifest parser from the command-line on an arbitrary text file. For testing only. (user: drh, tags: trunk) |
12:34:53 | * |
New ticket |
2008-11-04
| ||
13:21:02 | * |
Fixed ticket |
12:29:41 | * |
Fixed ticket |
12:13:09 | * | [c6a9e4ed41] Merge Convert the changes that support microsoft character sets so that they work (so that they are #ifdef-ed out) on other platforms. (user: drh, tags: trunk) |
2008-11-03
| ||
22:52:24 | * | [8b16c47cbc] Merge Undo all changes associated with b54de50ac5 and merge that branch into the trunk. We do not want to have an open branch in the official repository that yield a fundamentally incompatible version of the program. (user: drh, tags: trunk) |
21:56:09 | * | [054dd31b71] Fork Use our own isspace() function since the standard-library isspace() sometimes gives incorrect results for non-ASCII characters. (user: drh, tags: trunk) |
13:40:59 | * | [db31a1a51a] No changes from c9cd128c2c. This checkin merely establishes the "official" branch as distinct from the incompatible MYCFG branch. Use this branch. (user: drh, tags: trunk) |
2008-11-02
| ||
18:26:07 | * |
Fixed ticket |
18:22:30 | * | [c9cd128c2c] Fork Add submenu entries on timeline pages for selecting options such as "tickets only" and "200 entries per page" and so forth. (user: drh, tags: trunk) |
2008-11-01
| ||
20:56:59 | * | [0b36f02f15] Make UTC time display the default. You can still set up a server to show localtime but that requires changing a setting under setup/timeline. (user: drh, tags: trunk) |
20:48:52 | * | [d23b8ba62b] Update SQLite to the latest in CVS (version 3.6.4+). Add a configuration option to show all times in UTC instead of localtime. (user: drh, tags: trunk) |
19:06:27 | * |
Closed ticket |
2008-10-31
| ||
14:08:32 | * |
Fixed ticket |
14:01:16 | * |
[89d100b845]
Make the "ls" command report MISSING instead of EDITED for files that do
not exist in the tree. Ticket |
13:36:33 | * | [d5cd3251fa] Change a couple of instances of "file" to the more correct "artifact". Make it clear that the build time is expressed in UTC. (user: drh, tags: trunk) |
13:35:08 | * |
Fixed ticket |
13:33:36 | * |
[1d280a85aa]
Take care that the root directory name does not have extra "/" characters.
Ticket |
12:11:11 | * |
Ticket |
2008-10-27
| ||
15:34:20 | * | [3f5ef308fe] Fix the web-browser user setting so that it actually works. (user: drh, tags: trunk) |
2008-10-26
| ||
21:30:23 | * | [0600b278c0] Remove the unused inherit-anon configuration attribute. Fix the automatic redirect that follows a login operation. Fix "config push user" on the server side. (user: drh, tags: trunk) |
16:05:29 | * |
Closed ticket |
16:00:09 | * |
Fixed ticket |
15:59:38 | * |
[9acf0bcdbe]
Correctly detect when an artifact prefix does not match any artifact.
Provide better error messages for non-matching and ambiguous
artifact prefixes. Fix for ticket |
12:03:46 | * |
Ticket |
02:43:07 | * |
Fixed ticket |
02:40:46 | * | Ticket 04a259be40 operations upon all files status still Open with 2 other changes (user: drh) |
02:38:28 | * |
Fixed ticket |
02:35:04 | * | [1e82c4aa85] Fix the "number of tickets" counter on the "stats" webpage. (user: drh, tags: trunk) |
02:29:47 | * |
Fixed ticket |
02:29:22 | * |
[e44d7a4b5a]
Prevent buffer overrun when adding \r characters to the check-in
descriptions for win32. Ticket |
02:16:51 | * | [efb759a07d] Change the default subsystem list for tickets to an empty set. Update documentation to begin making a clearer distinction between local state and global state. (user: drh, tags: trunk) |
2008-10-25
| ||
20:43:28 | * | [31e94c0a04] Get "configuration push" working. Fix bugs in concealed-field processing of tickets. (user: drh, tags: trunk) |
19:39:28 | * |
Ticket |
... 3 similar events omitted. | ||
17:51:37 | * | [6b0b57a924] Add logic to do a configuration push. Add logic to synchronize the CONCEALED table containing hidden email addresses (assuming appropriate permissions). Additional testng is needed; this check-in is to transfer the work to another machine. (user: drh, tags: trunk) |
2008-10-24
| ||
18:23:23 | * | [f55c6a1b62] Begin adding a TH1 script trace mechanism actived by the --th_trace option on the "server" and "ui" commands. The implementation is incomplete, but the plane is landing.... (user: drh, tags: trunk) |
16:36:34 | * | [0c99a1554a] Modify the TH1 script interperter to use native characters rather than unsigned characters. Fix a bug in the combobox extension command of TH1. (user: drh, tags: trunk) |
15:03:28 | * |
Ticket |