Timeline
Not logged in

202 events by user drh occurring around 2008-11-09 22:43:04.

2009-01-20
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 c666e737cb: bad web page formatting if baseline ID included in bug text plus 2 other changes (user: drh)
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 c666e737cb028bcec2d55659d79ce8521355d2bf (user: drh, tags: trunk)
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 62c84f3e60: SQL syntax error checking out a branch plus 2 other changes (user: drh)
02:23:18 * [491b2c69ec] Fix an SQL syntax error. Ticket 62c84f3e604a06f9b8f3f4ca39f774d6909115aa. (user: drh, tags: trunk)
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 39f3294e21: make fossil recognize cgi errors from remote repository plus 2 other changes (user: drh)
18:48:09 * [2be82dcc2a] The server now issues error messages in the synchronization protocol when a database error occurs during sync. Ticket 39f3294e213111a51e93d02fef6faa0062979619 (user: drh, tags: trunk)
18:13:33 * Ticket 04a259be40 operations upon all files status still Open with 1 other change (user: drh)
18:12:37 * Fixed ticket e02ffabcda: recursive add plus 2 other changes (user: drh)
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 e02ffabcdaaaf606099ac09227833ba282fdaace (user: drh, tags: trunk)
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 6cd35b3ca5: self referring links determined wrong in cgi mode plus 2 other changes (user: drh)
14:22:00 * [892c460b8e] Add a 5 second busy timeout on the database connection. (user: drh, tags: trunk)
14:11:11 * Fixed ticket d6d9ee682e: Can't edit wiki pages plus 2 other changes (user: drh)
14:10:01 * [426a3ba49e] Fix a bug in windows that causes the menu on the wiki display pages to be omitted. Ticket d6d9ee682eac7708b0a7aa31febc8ad47e4923b1. (user: drh, tags: trunk)
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 66cbcd56a2: win32 'fossil pull' or other client side commands hang up if peer unexpected shutdown. plus 2 other changes (user: drh)
13:50:41 * [c12e5b102e] On windows, a recv() call fails if the return value is less than or equal to zero. Ticket 66cbcd56a229f33af6b9a6329a7 (user: drh, tags: trunk)
13:34:27 * Fixed ticket 2ed0655983: html numeric character entity "•" is maybe wrong. plus 2 other changes (user: drh)
13:33:34 * [72e9eb6a0d] Change • into • per ticket 2ed0655983b51af6. (user: drh, tags: trunk)
13:26:43 * Fixed ticket e28adcd725: "zip.c" has two minor bugs. plus 2 other changes (user: drh)
13:25:58 * [39bbc6010e] Fix two problems in the ZIP downloader, as reported by ticket e28adcd72503a. (user: drh, tags: trunk)
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 f5e414efde: Need a "Preview" button when editing a ticket plus 2 other changes (user: drh)
02:36:17 * [6bcff72d23] Add a "Preview" button to the default Edit Ticket screen configuration. (user: drh, tags: trunk)
02:09:52 * Ticket 6cd35b3ca5 self referring links determined wrong in cgi mode status still Open with 2 other changes (user: drh)
02:04:38 * Fixed ticket 86eb5f92f5: Make bug reports "just work" without configuration. plus 2 other changes (user: drh)
02:03:44 * [024859fff2] Provide a default ticket report format: "All Tickets". Ticket 86eb5f92f5 (user: drh, tags: trunk)
2008-11-25
11:45:53 * Closed ticket 198c6f9996: link to list archives is broken plus 2 other changes (user: drh)
02:25:30 * Ticket 39f3294e21 make fossil recognize cgi errors from remote repository status still Open with 1 other change (user: drh)
... 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 70dd027135: "View Ticket" needs creator plus 2 other changes (user: drh)
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 6bc1b5d7a7: Can't log out plus 2 other changes (user: drh)
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 807ca32b80 "j" permission doesn't extend to embedded doc files. status still Open with 2 other changes (user: drh)
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 ca08d51f19: default users and passwords are not well documented plus 2 other changes (user: drh)
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 ca08d51f19 (user: drh, tags: trunk)
00:45:52 * Ticket ca08d51f19 default users and passwords are not well documented status still Open with 2 other changes (user: drh)
00:36:37 * Fixed ticket c62fac40af: Edit CSS/HTML in Setup adds extra CR/LF, wrong http Content-length plus 1 other change (user: drh)
00:35:23 * [22cb1e1be2] Here is a better fix for ticket c62fac40af suggested by Kees Nuyt. (user: drh, tags: trunk)
2008-11-19
23:44:47 * Fixed ticket 7ef970e4a2: "fossil server" gives an error under winxp plus 2 other changes (user: drh)
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 7ef970e4a2 (user: drh, tags: trunk)
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 f2a2a6d048: error trying to retrieve settings plus 1 other change (user: drh)
02:39:39 * Fixed ticket d22a499c90: error trying to retrieve settings plus 1 other change (user: drh)
02:38:30 * Closed ticket 4b6e83e8bb: plus 1 other change (user: drh)
02:38:10 * Closed ticket c58a41c8cb: nbn plus 1 other change (user: drh)
02:37:36 * Closed ticket 3bec93e348: bug in my soup plus 1 other change (user: drh)
02:36:27 * Fixed ticket 5cebcf3548: Bug reports should not force severity plus 1 other change (user: drh)
02:35:34 * Fixed ticket 568f679627: Version mismatch on precompiled binary plus 1 other change (user: drh)
02:35:00 * Fixed ticket dcc81a9ab3: Incorrect version of prebuilt fossil binary plus 1 other change (user: drh)
02:34:35 * Fixed ticket 82d1800c6a: Incorrect version of prebuilt fossil binary plus 1 other change (user: drh)
02:33:48 * Fixed ticket 58a5b63d0e: Incorrect version of prebuilt fossil binary plus 1 other change (user: drh)
02:28:09 * Fixed ticket c62fac40af: Edit CSS/HTML in Setup adds extra CR/LF, wrong http Content-length plus 2 other changes (user: drh)
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 c62fac40af0. (user: drh, tags: trunk)
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 f5e414efde Need a "Preview" button when editing a ticket. (user: drh)
2008-11-15
21:21:26 * Fixed ticket 7b9be0b127: direct link to embedded wiki pages plus 2 other changes (user: drh)
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 7b9be0b127. (user: drh, tags: trunk)
13:05:02 * Ticket 289890d62b "Owner" or "Assigned To" field for bug reports status still Open with 2 other changes (user: drh)
12:54:41 * Closed ticket 4f6b211d6b: some new wikis not visible as wiki plus 2 other changes (user: drh)
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 874d5360fc: Opening a repository gives a runtime error. plus 2 other changes (user: drh)
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 3711fc7cfd: A default port option in fossil settings would be nice. plus 2 other changes (user: drh)
23:02:41 * Fixed ticket 1b4f9f30c1: Error when submitting a new bug report. plus 2 other changes (user: drh)
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 7168128e09: Add a setting for the default server port plus 2 other changes (user: drh)
16:23:30 * [02f09cdd6c] Add the http-port setting used to specify the default TCP/IP port for the built-in webserver. Ticket 7168128e09. (user: drh, tags: trunk)
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 1b4f9f30c1 (user: drh, tags: trunk)
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 7168128e09 Add a setting for the default server port. (user: drh)
2008-11-04
13:21:02 * Fixed ticket 33949929b9: Fossil on windows fails on path/files with non US-ASCII characters in them. plus 2 other changes (user: drh)
12:29:41 * Fixed ticket 30f7206b2b: Fossil not working on Czech (and likely some others non-US) Windows XP plus 2 other changes (user: drh)
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 935f17dc4b: timeline with the commits only plus 2 other changes (user: drh)
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 7f02ac0ae9: Prebuilt fossil-w32 uses old checkout plus 2 other changes (user: drh)
2008-10-31
14:08:32 * Fixed ticket ce458c35ca: Inconsistency between commands ls and status plus 2 other changes (user: drh)
14:01:16 * [89d100b845] Make the "ls" command report MISSING instead of EDITED for files that do not exist in the tree. Ticket ce458c35ca. (user: drh, tags: trunk)
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 9c378ed139: Issue with repository in root folder (Win32) plus 3 other changes (user: drh)
13:33:36 * [1d280a85aa] Take care that the root directory name does not have extra "/" characters. Ticket 9c378ed139. (user: drh, tags: trunk)
12:11:11 * Ticket 9c378ed139 Issue with repository in root folder (Win32) status still Open with 2 other changes (user: drh)
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 d60f7f7109: Provision to supply user name plus 2 other changes (user: drh)
16:00:09 * Fixed ticket d0a7fc67e9: fossil crashes with assert() if non-existant sha identifier picked for checkout (user: drh)
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 d0a7fc67e9. (user: drh, tags: trunk)
12:03:46 * Ticket d0a7fc67e9 fossil crashes with assert() if non-existant sha identifier picked for checkout status still Open with 2 other changes (user: drh)
02:43:07 * Fixed ticket 65363298fd: Include bug report formats in update plus 1 other change (user: drh)
02:40:46 * Ticket 04a259be40 operations upon all files status still Open with 2 other changes (user: drh)
02:38:28 * Fixed ticket 5f681dfeee: Need a mechanism to sync the REPORTFMT and CONCEALED tables plus 1 other change (user: drh)
02:35:04 * [1e82c4aa85] Fix the "number of tickets" counter on the "stats" webpage. (user: drh, tags: trunk)
02:29:47 * Fixed ticket 41bb23e650: win32 fossil commit stops if many files added or edited. plus 2 other changes (user: drh)
02:29:22 * [e44d7a4b5a] Prevent buffer overrun when adding \r characters to the check-in descriptions for win32. Ticket 41bb23e650. (user: drh, tags: trunk)
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 5cebcf3548 Bug reports should not force severity status still Open with 3 other changes (user: drh)
... 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 5cebcf3548 Bug reports should not force severity status still Open with 4 other changes (user: drh)
... 2 similar events omitted.
14:37:25 * Ticket ab696ae3bb graphics view of branches status still Open with 5 other changes (user: drh)
14:06:28 * Fixed ticket 5162d999af: error trying to retrieve settings plus 5 other changes (user: drh)
14:05:03 * [2c3b20efff] Make the "settings" command work with the -R option. Fix for ticket 5162d999af. (user: drh, tags: trunk)
14:03:17 * [9a482dd701] Remove control characters from rse-notes.txt. (user: drh, tags: trunk)
13:54:24 * Fixed ticket 5cf318a1d0: Use latest UUID associated with a tag by default plus 5 other changes (user: drh)
13:49:44 * Fixed ticket 368a5d6c5b: specifying a tag in command should default to the latest UUID with that tag plus 5 other changes (user: drh)
13:45:08 * [32b480faa3] Closed-Leaf Create named fork test-tag-1 (user: drh, tags: test-tag-1, trunk)
13:27:53 * [e8c4f69c50] Change all mentions of "UUID" in the documentation and help screens into either "artifact ID" or "baseline ID" or "ticket ID" as appropriate. "UUID" has a widely recognized meaning that is different from its meaning in fossil. "UUID" is still used in code comments and in variable names. (user: drh, tags: trunk)
11:14:57 * [8bdea95c58] Allow the "_FOSSIL_" file at the root of each check-out to be renamed ".fos". At some point we might make .fos the default, but for now _FOSSIL_ is the default. The file can be freely changed between these two names. (user: drh, tags: trunk)
10:56:19 * [85670cfcc8] Improvements to the output of the "diff" command so that it is closer to standards. (user: drh, tags: trunk)
2008-10-21
06:52:23 * [c863ec1a98] The "diff" command with no arguments now does a diff on all files in the checkout which have been edited. (user: drh, tags: trunk)
06:10:33 * [2bde9f9b3d] Fork Add "ci" as an alias for "commit". Make provisions for a future "fossil mv" command. (user: drh, tags: trunk)
2008-10-20
16:05:03 * [c8a78004ce] Improvements in the display of ticket history. (user: drh, tags: trunk)
06:41:12 * [f0c8693845] More improvements to the timeline display of ticket changes. (user: drh, tags: trunk)
2008-10-18
20:29:33 * [a1f727be9d] Add the "version" command to print out the source-code version number for the fossil executable. (user: drh, tags: trunk)
19:42:04 * [f7a410eca9] Add notes from Ralf Engelshall as a text file: rse-notes.txt. (user: drh, tags: trunk)
13:34:09 * Ticket 83af1f5401 fossil rollback status still Open with 5 other changes (user: drh)
13:26:28 * Ticket 7d997b447f push/pull with the local directory status still Open with 5 other changes (user: drh)
13:03:36 * [9e80dc66cf] Use sqlite3_snprintf() instead of snprintf() since the latter is not available on all platforms. (user: drh, tags: trunk)
12:55:44 * [0be54823ba] Add defenses against cross-site request forgery attacks. (user: drh, tags: trunk)
10:58:24 * Closed ticket b6a684ca26: push/pull with the local directory plus 2 other changes (user: drh)
... 1 similar event omitted.
02:37:19 * Ticket 935f17dc4b timeline with the commits only status still Open with 5 other changes (user: drh)
02:27:13 * [ac3f1f2ba7] Improvements to how ticket changes are displayed in the UI. The hyperlink is show with strick-through if the ticket is closed. The title is shown after the ticket hyperlink. SQL to determine the closed condition and the title can be set in the ticket setup screens. (user: drh, tags: trunk)
2008-10-17
13:30:46 * [974f025c6e] Update the "info" command so that it can take the name of a repository as its argument and then report information about that repository. (user: drh, tags: trunk)
12:31:26 * [2bd0690fe8] Add the "all rebuild" subcommand. Be more aggressive about adding repositories to the repository list. (user: drh, tags: trunk)
00:21:21 * [02eabf94e5] Fix a minor problem in the previous check-in. (user: drh, tags: trunk)
00:20:21 * [9346f2290c] Added the "all" command for things like "fossil all sync". I am not sure "all" is quite the right name for this command, so I may yet change it. (user: drh, tags: trunk)
2008-10-11
15:11:31 * [4ef19b554a] Fix a few typos in documentation. (user: drh, tags: trunk)
2008-10-06
11:33:23 * [3d62a9fb39] Fix a few C99-isms in the code so that the code will build on older C compilers. (user: drh, tags: trunk)
11:28:32 * [5cbfe0cde2] Minor edits to the Questions and Criticisms document. (user: drh, tags: trunk)
00:31:23 * [cbc8983685] Documentation update: Add the "Questions and Criticisms" document in response to recent comments on reddit.com. (user: drh, tags: trunk)
2008-10-05
13:34:18 * Ticket 65363298fd Include bug report formats in update status still Open with 5 other changes (user: drh)
13:20:47 * Ticket 5f681dfeee Need a mechanism to sync the REPORTFMT and CONCEALED tables status still Open with 5 other changes (user: drh)
13:13:13 * [fb8dc7d07f] The UNIQUE constraint on the default TICKET table was wrong. The tkt_uuid column should be unique unto itself, not in combination with tkt_time. Existing servers will need to fix their TICKET implementations using the setup menu. This check-in changes the default. (user: drh, tags: trunk)
12:34:46 * Fixed ticket b3482d580e: Cannot clone a repository db file plus 4 other changes (user: drh)
12:34:14 * [9236f0c086] Get cloning working for local files without the use of network I/O. Ticket b3482d580e. (user: drh, tags: trunk)
11:18:43 * Closed ticket 8a8058c52d: This is a test bug plus 4 other changes (user: drh)
01:03:25 * [c8893c69ac] Documentation updates. (user: drh, tags: trunk)
2008-10-04
20:40:27 * [bf75ea9852] The "configuration" command will now sync ticket report formats, shunned UUIDs, and user information (but not user passwords). Added the "config merge" method. Fix an initialization bug that was given Admin privilege to anonymous by default. (user: drh, tags: trunk)
2008-10-03
19:46:33 * Fixed ticket 74814a6682: Typo on Wiki Formatting Rules Page plus 4 other changes (user: drh)
19:45:50 * [20a0fbdf64] Fix a typo: "tested" becomes "nested". Ticket 74814a6682. (user: drh, tags: trunk)
2008-09-23
20:53:03 * [fa1c7d598f] Fix a bug in the mime-type decoder for the /doc method. (user: drh, tags: trunk)
2008-08-30
13:20:55 * [8e66784522] Add a much larger and more complete file-suffix to mimetype translation table to the "doc" method. (user: drh, tags: trunk)
2008-08-18
23:29:46 * Ticket 86eb5f92f5 Make bug reports "just work" without configuration. status still Open with 5 other changes (user: drh)
2008-08-11
17:52:25 * [baf68cc18f] Make "notepad" the default text editor for windows. (user: drh, tags: trunk)
2008-08-05
22:26:24 * Closed ticket ba7e79b248: problem showing diff view with several files, each in different encoding. plus 5 other changes (user: drh)
22:21:58 * Closed ticket f6bfac2648: Incorrent handling of unicode encoded files (fossil on win XP). plus 5 other changes (user: drh)
2008-08-03
16:47:43 * [1f1d96529c] Users unconditionally inherit capabilities of "anonymous". New capability "v" means to inherit capabilities of user "developer". Login is prohibited if the password is empty. (user: drh, tags: trunk)
12:42:44 * Ticket 7772cc876e Provide database access from TH scripts. status still Open with 5 other changes (user: drh)