202 checkins occurring around 2008-06-06 20:11:16.
2008-10-21
| ||
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: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) |
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-09
| ||
18:09:37 | * | [d0e8e88d54] Fixed a number of small typos. (user: aku, 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: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:14 | * |
[9236f0c086]
Get cloning working for local files without the use of network I/O.
Ticket |
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:45:50 | * |
[20a0fbdf64]
Fix a typo: "tested" becomes "nested". Ticket |
2008-09-27
| ||
18:52:37 | * | [dab84c22ee] corrected 'Duration of Project' to round up, so a 2-day-old project doesn't show up as 1 day old (user: stephan, 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-09-21
| ||
19:00:11 | * | [d2ae873e9e] fixed deps problem created by my last checkin. Now builds properly in non-parallel mode (user: stephan, tags: trunk) |
2008-09-19
| ||
15:36:57 | * | [c699c491df] fixed Makefile dependency orderings so parallel compilation (e.g. make -j2) can work (cuts my build times in half) (user: stephan, tags: trunk) |
11:11:01 | * | [7ae01ee47b] fixed an 'integer overflow' warning from the Sun compiler. Thank to Kevin for the tip. (user: stephan, tags: trunk) |
2008-09-18
| ||
11:21:29 | * | [7dddab2fbe] added comments about necessary link flags for Solaris 10 + OpenSolaris (user: stephan, tags: trunk) |
2008-09-11
| ||
17:12:11 | * | [aeeba751c4] Fix a memory double-free'd problem. In function cgi_set_cookie the zDate was allocated via usage of cgi_rfc822_datestamp. But as it was appended to the blob extraHeader via the format specifier %z the memory was free'd by blob_appendf. As cgi_rfc822_datestamp might return both a dynami... (user: cle, tags: trunk) |
2008-09-07
| ||
08:32:40 | * | [f3fb059eb6] Remove small glitch that prevent fossil to be built with BSD make. (user: cle, tags: trunk) |
2008-09-06
| ||
13:29:29 | * | [8745d0d579] Merge Merge tagview branch into mainline (user: eric, tags: trunk) |
13:16:08 | * | [a55a0a49a3] Merge Merge mainline into tagview branch (user: eric, tags: eric-tagview-rework, trunk) |
13:09:44 | * | [5b87749575] Disable tag URLs without sufficient permission, display a message when there are no tags, provide dummy Javascript functions for the tag timeline. (user: eric, tags: eric-tagview-rework, trunk) |
2008-09-03
| ||
18:52:48 | * | [5113ab5981] Clarify some comments in name.c (user: eric, tags: eric-tagview-rework, 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-24
| ||
20:16:43 | * | [0e924820bf] Tidy up tagview code. (user: eric, tags: eric-tagview-rework, trunk) |
06:40:29 | * | [f3ce1c9fed] Spelling error. (user: bharder, tags: trunk) |
2008-08-21
| ||
20:59:01 | * | [5fb14b9a0f] Merge Include non-sym- tags in tagview web page. Also merge mainline into tagview branch. (user: eric, tags: eric-tagview-rework, trunk) |
19:57:18 | * | [018b6050af] Include 'z' in login_has_capability() (user: eric, tags: trunk) |
2008-08-17
| ||
20:53:20 | * | [070e63db33] Merge Merge old tagview branch into this branch (user: eric, tags: eric-tagview-rework, trunk) |
11:37:15 | * | [81a96aadf3] Change CGI parameter name rid to uuid for the /zip URL. (user: cle, tags: trunk) |
2008-08-15
| ||
18:48:06 | * | [f85bc24e4d] Thanks for the fix, eric. Due to that, I detected another HTML quirk I made ands corrected it now. (user: cle, tags: trunk) |
18:28:05 | * | [35b2d16450] Fix an HTML nesting error. (user: eric, tags: trunk) |
10:19:19 | * | [091fa4d4b2] Beautify the permission explanation table on the /setup page. (user: hintze, tags: trunk) |
2008-08-14
| ||
16:15:17 | * |
[589687d783]
Fix bug |
05:27:43 | * | [16e308106f] Third time lucky? Commit changes, with merge applied only once. (so not filled with MERGE CONFLICT messages) (user: bharder, tags: trunk) |
05:05:41 | * | [48c00d0bd3] Merge Oops... merge typos fix w/ bdac9f7238, commited at nearly same time. (user: bharder, tags: trunk) |
04:53:51 | * | [4c78a18ad2] fixed typos (user: bch, tags: trunk) |
04:52:30 | * | [bdac9f7238] Fix a stupid bug of mine introduced in 3c9e5699ce. If the ZIP archive's name is composed, the actual project's name should be chosen instead of a fix fossil. (user: hintze, tags: trunk) |
2008-08-13
| ||
19:22:50 | * | [3c9e5699ce] Use new alternative /zip URL syntax for the Zip archive link at the /vinfo page. Where the old filename of the ZIP archive was 417dd898ab0640f2472ebd248ac80e80f0ec6972.zip the new name would be: fossil-417dd898ab.zip The archive's content is placed into a directory named a... (user: cle, tags: trunk) |
11:57:17 | * | [417dd898ab] Allow an alternative URL syntax for downloading artifacts via the /zip page. The original way is: http://localhost:8080/zip/fa6e9930177e84ce089b30ad768c454a012364f7.zip which will store the artifact in the file a6e9930177e84ce089b30ad768c454a012364f7.zip. Alternatively it is now possible to download the ar... (user: hintze, tags: trunk) |
2008-08-12
| ||
03:27:54 | * | [fa6e993017] New Zip permission. This permission allow someone to download a zipped artifact via the wiki's /zip URL. It can given the user nobody to allow automatic package builder to download the sources they know from fossil-scm.org or other servers without any intervening login necessary. As the /zip page do not e... (user: cle, tags: trunk) |
2008-08-11
| ||
17:52:25 | * | [baf68cc18f] Make "notepad" the default text editor for windows. (user: drh, tags: trunk) |
05:30:27 | * | [91ec6982e9] Fork Fix a spelling: replace 'delete' -> 'cancel' in usage for 'tag'. (user: hintze, tags: trunk) |
04:03:37 | * | [ac392fbba6] • Rename subcommand tag delete to tag cancel. • New branching behavior. Now if subcommand tag branch is used, a new copy of manifest UUID with the same parent will be created, thereby creating a fork. A propagating symbolic tag with TAGNAME is assigned to the UUID of the new co... (user: cle, tags: trunk) |
2008-08-04
| ||
20:46:52 | * | [3984b1b2c1] Make the info web page handle symbolic tags as well as UUIDs. Start trying to make the currently-disabled tagview page more useful. (user: eric, tags: eric-tagview-rework, trunk) |
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) |
2008-08-02
| ||
18:32:27 | * | [b46d6092dc] Fix bug from eb24a021d6 which left nobody with too many permissions (user: eric, tags: trunk) |
2008-07-30
| ||
13:00:22 | * | [e243a8dfa4] Fork Allow for generating a Makefile that will also work for BSD Make (tested under NetBSD 3.1). (user: cle, tags: trunk) |
2008-07-29
| ||
13:07:17 | * | [9d10726d48] Documentation updates. (user: drh, tags: trunk) |
2008-07-27
| ||
21:02:10 | * | [3bc6d0b0c9] Reverse the check on inline formatting for indented paragraphs in wikiformat.c (user: eric, tags: trunk) |
18:35:06 | * | [d1c9938025] Change behavior of Fossil's tag handling. (1) All subcommands of command tag prepends a prefix sym- infront of every tag name passed to them. Tags beginning with sym- are special in Fossil as they might serve as replacement of a UUID they are attached to. Further, tag list will o... (user: cle, tags: trunk) |
2008-07-26
| ||
17:08:33 | * | [eb24a021d6] Make all users inherit the capabilities of "nobody" as well as (optionally) of "anonymous". (user: eric, tags: trunk) |
16:51:46 | * | [31824fbf91] Add a "User-Agent" header to the HTTP traffic generated by fossil. The user-agent string is "Fossil/$UUID". (user: dan, tags: trunk) |
14:02:33 | * | [3cb547be2c] Code to randomize messages from client to the server. (user: drh, tags: trunk) |
2008-07-25
| ||
12:30:37 | * | [f6d3d89e76] Disable the "branch" command pending further discussion and clarification of its purpose and intent. (user: drh, tags: trunk) |
2008-07-24
| ||
15:08:13 | * | [4b56350ecb] Remove redundant "Description & Comments:" label from the ticket viewer. (user: drh, tags: trunk) |
15:02:37 | * |
[89de100a2d]
Fix a bug in the check-in comment editor.
Ticket |
14:48:52 | * |
[3c851ca760]
Clean up handling of concealed email addresses.
This might be related to ticket |
13:31:03 | * | [dc09f09432] Fix a missing end-transaction in the content_new() procedure. (user: drh, tags: trunk) |
12:29:25 | * |
[2c3ccaa048]
Clarify the formatting rules for <verbatim>.
Ticket |
02:04:36 | * |
[f46fe42d6d]
Store private ticket fields (ex: the originators email address) as their
SHA1 hash so that malefactors cannot read them. Add the new "concealed"
table to the repository database and store mappings from SHA1 hashes back
to email addresses in that table. Ticket |
2008-07-23
| ||
20:57:55 | * |
[1f8d2501b0]
Make sure new artifacts are entered into the unclustered table.
Ticket |
17:36:39 | * |
[141c31792b]
Do not allow the current repository to be added to the set of files
for a repository. Ticket |
13:01:23 | * |
[2ecc407d9b]
The "extra" and "clean" commands ignore the repository file if the
repository happens to be within the check-out. Ticket |
2008-07-21
| ||
01:37:15 | * | [bad9999d7d] Fix a typo in the "concepts.wiki" documentation. (user: drh, tags: trunk) |
2008-07-20
| ||
17:37:10 | * | [6ecc392f1c] Updated documentation to indicate that bug-tracking is now available. Preliminary documentation on bug-tracking. (Much more documentation is needed - also need documentation on how the wiki works.) (user: drh, tags: trunk) |
15:30:32 | * | [449559394a] Fix a bug that prevents the /tktnew page from working with no login. (user: drh, tags: trunk) |
2008-07-19
| ||
18:18:47 | * | [f0474b87b0] Add the ability to edit check-in comments and users from the web interface. (user: drh, tags: trunk) |
16:03:02 | * | [f8831f447a] Allow Admin user to changes user information. Add a "User" link on the main menu for Admin users. (user: drh, tags: trunk) |
15:40:31 | * | [92f6d3d786] Improved explanation of privileges on the User Edit screen. (user: drh, tags: trunk) |
15:12:34 | * | [21326fb6f7] Fix enforcement of access restrictions on reports. Do not allow reports to show the content of fields whose names begin with "private_" unless the "e" permission is enabled. (user: drh, tags: trunk) |
14:15:16 | * | [b7588eb2f7] Fix the "Key Template" setup box under ticket configuration. (user: drh, tags: trunk) |
2008-07-18
| ||
21:44:58 | * | [23ed5e2cd6] CSS fixes - make <div class="content"> ... </div> actually enclose the content. Also add a couple of missing footers. (user: eric, tags: trunk) |
12:14:37 | * | [924554d78b] Fix typos in the quick-start document. (user: drh, tags: trunk) |
2008-07-17
| ||
20:34:35 | * | [82136b0a5f] Give /wiki a link to the Wiki page with the same name as the Project Name. (user: eric, tags: trunk) |
15:49:24 | * | [e01aa8cb4b] Enhance the wiki rendering to support <div> markup. The closing </div> tag with and id= attribute can close off <verbatim> and <nowiki>. The wiki append page uses this to prevent unclosed tags from messing up the rendering of subsequent comments. (user: drh, tags: trunk) |
01:49:16 | * | [849b94c631] Avoid the use of chdir() since this seems to cause problems on windows. (user: drh, tags: trunk) |
2008-07-15
| ||
19:03:42 | * | [b3ee50c946] Implement history display for tickets. (user: drh, tags: trunk) |
16:42:48 | * | [d3e711fd2f] Work toward getting bug-tracking working well. (user: drh, tags: trunk) |
15:34:48 | * | [d19a05f2a2] Update the SQLite implementation to the 3.6.0 prerelease. (user: drh, tags: trunk) |
14:33:48 | * | [adc0b3bfb0] Additional documentation updates. (user: drh, tags: trunk) |
13:46:00 | * | [8d8a41d195] Documentation updates. (user: drh, tags: trunk) |
02:01:18 | * | [9d23230322] Use the %/ substitution instead of %s when constructing windows pathnames. (user: drh, tags: trunk) |
2008-07-13
| ||
12:08:47 | * | [c1e85e4da5] Fix the timeline command so that it work with --repository and -R. (user: drh, tags: trunk) |
2008-06-08
| ||
19:31:28 | * | [e976aa6fcb] Use cr/nl instead of just nl at the end of every line on the check-in comment template for windows. Strip out the cr characters before completing the commit. (user: drh, tags: trunk) |
16:19:14 | * | [71104b898d] Bug fix in wiki rendering. Avoid terminating the output when an an unrecognized markup attribute appears inside <verbatim>. (user: drh, tags: trunk) |
15:45:36 | * | [dcc48662f8] Better error messages when trying to run "fossil ui" with an invalid or unaccessible repository. (user: drh, tags: trunk) |
15:10:20 | * | [9e2d2676a4] Fix a C++-ism in report.c. (user: drh, tags: trunk) |
2008-06-06
| ||
20:11:16 | * | [3f706b92a5] Change the "omitsign" setting into "clearsign" and invert its sense. (user: drh, tags: trunk) |
20:05:06 | * | [417e7662e5] Fix to the omitsign setting. (user: drh, tags: trunk) |
2008-06-02
| ||
15:18:39 | * | [42ed55e82f] Documentation tweaks. (user: drh, tags: trunk) |
15:01:53 | * | [94a93469c8] Clicking the "Shun" submenu does not shun immediately, but only takes you to the page where you can click the "shun" button. (user: drh, tags: trunk) |
09:54:38 | * | [cfb1341ae3] Fix an assert in the rebuild command. (user: drh, tags: trunk) |
2008-05-29
| ||
14:38:13 | * | [5b61ad3a4c] Add a missing semicolon to the previous checkin. (user: drh, tags: trunk) |
14:37:17 | * | [e5b7292620] When redirecting to /xfer, make sure the PATH_INFO actually exists. Update the cgi_replace_parameter() routine to make sure the parameter being replaced already exists. (user: drh, tags: trunk) |
14:00:27 | * | [16ec6e558b] Always redirect incoming HTTP requests to the /xfer method when the content-type is application/x-fossil. (user: drh, tags: trunk) |
13:05:08 | * | [26a2b61dbd] Updates to the "concepts" document. (user: drh, tags: trunk) |
12:10:35 | * | [1db8656f68] On-line documentation tweaks. (user: drh, tags: trunk) |
01:58:15 | * | [a48474bc75] Improvements to the shunning algorithm. Add the shun page and an opportunity to shun or unshun artifacts in the artifact viewer. (user: drh, tags: trunk) |
2008-05-28
| ||
19:24:58 | * | [27d2e6e458] More ticket processing refinements. (user: drh, tags: trunk) |
18:48:12 | * | [49380d500a] Continuing work on the ticketing system. (user: drh, tags: trunk) |
15:29:16 | * | [86db6fa150] Split of the ticket configuratio into separately editable pieces. (user: drh, tags: trunk) |
2008-05-25
| ||
19:36:47 | * | [ce277cadda] Incremental work on tickets and especially ticket configuration. (user: drh, tags: trunk) |
11:50:31 | * | [be758137b0] Allow command-line options of the form "--name=value". (user: drh, tags: trunk) |
2008-05-24
| ||
23:54:10 | * | [e65e669148] Tweaks to the embedded documentation. (user: drh, tags: trunk) |
22:40:39 | * | [d58ed02bed] added autosync check to wiki commit (user: stephan, tags: trunk) |
16:02:14 | * | [3beb385964] Clarification of wiki formatting rules. (user: drh, tags: trunk) |
13:30:36 | * | [3dce979214] When reporting database errors in CGI mode, make sure the CGI header comes out first. (user: drh, tags: trunk) |
02:34:48 | * | [d53af79c81] Fix the "card count" on sync to include the configuration cards sent and received. (user: drh, tags: trunk) |
2008-05-23
| ||
21:41:07 | * | [92df4748bd] corrected wiki command short help (user: stephan, tags: trunk) |
19:21:03 | * | [28e56282c9] Finish implementing the configuration command by adding method implementations for "import", "reset", and "pull". (user: drh, tags: trunk) |
12:24:37 | * | [ab5ab46206] removed USER stuff. Reorganized. i would have SWORN that i checked this in yesterday. (user: stephan, tags: trunk) |
2008-05-22
| ||
15:31:38 | * | [69650f2963] Better error message when a CGI configuration specifies a non-existant or unreadable repository. (user: drh, tags: trunk) |
13:58:48 | * | [e06ae9f6d2] Begin adding the new "configure" command. (user: drh, tags: trunk) |
12:49:31 | * | [dbfe682b92] Make sure fossil_panic() text is given a proper header in CGI mode. (user: drh, tags: trunk) |
12:38:23 | * | [b4f9d90ca3] Fix a segfault on the "fossil cgi" command. (user: drh, tags: trunk) |
2008-05-20
| ||
20:57:54 | * | [9d4f1b6514] fixed a typo in tktconfig.c (user: stephan, tags: trunk) |
15:45:58 | * | [a5f1c79f28] new HOWTO: setting up a repo (user: stephan, tags: trunk) |
14:45:51 | * | [d1477108b0] added tip about being able to pass login info to clone URL (user: stephan, tags: trunk) |
2008-05-19
| ||
15:10:55 | * | [4b826eed14] Add a page describing how to do embedded documentation. (user: drh, tags: trunk) |
15:08:39 | * | [70dcb9fc8b] Clarifications of the "quickstart.wiki" documentation. (user: drh, tags: trunk) |
13:08:01 | * | [44a4c365a7] explained the clone command in a bit more detail (what it does and where to go from there) (user: stephan, tags: trunk) |
2008-05-18
| ||
17:33:25 | * | [64c58fd64f] Remove the "Dangling" column from the sync status display. (user: drh, tags: trunk) |
17:29:22 | * | [ba8af8731f] Sync server responds to reqconfig cards. Allow cloning of repositories that contain tickets. (user: drh, tags: trunk) |
17:18:41 | * | [791a513c28] Improvements to clone performance. Skip cross-linking during the clone the automatically rebuild after the clone. Fixes to rebuild to make sure all artifacts are crosslinked. (user: drh, tags: trunk) |
15:51:05 | * | [243e02bfbd] Improvements to cloning performance. (user: drh, tags: trunk) |
2008-05-17
| ||
22:18:44 | * | [a241c8111c] Begin adding code to the sync logic to transfer configuration options upon request. (user: drh, tags: trunk) |
21:15:24 | * | [86ed68ba34] Add the "Bugs" menu element on the default header. Progress on implementing bug tracking. (user: drh, tags: trunk) |
20:32:50 | * | [06689854ae] Documentation tweaks. (user: drh, tags: trunk) |
19:24:52 | * | [b9eec2d277] Fix a bug in the new win32 server implementation. (user: drh, tags: trunk) |
18:19:11 | * | [dfb68976be] Add the "ui" command to automatically launch a web browser after starting the HTTP server. The web browser choice can be configured using the "setting" command. (user: drh, tags: trunk) |
17:52:08 | * | [24f336c9ae] Make sure temporary files are well-named and are deleted after use in the win32 fossil server command. (user: drh, tags: trunk) |
17:43:22 | * | [e2e016c31f] Get the "server" command running under windows. (user: drh, tags: trunk) |
14:49:49 | * | [55342eb9fb] The bug report generator compiles but still does not work right. (user: drh, tags: trunk) |
13:40:32 | * | [a0f1864499] Make Th1 variable $current_page available to the header and footer. (user: drh, tags: trunk) |
08:53:34 | * | [525cc35bf3] Allow the check-in of files show names begin with ".". Add the "private" table to repository schema but do not yet do anything with it. (user: drh, tags: trunk) |
2008-05-16
| ||
18:57:59 | * | [46e6a03232] Get rudimentary ticket editing working. (user: drh, tags: trunk) |
18:11:39 | * | [68c24b1857] Progress toward getting ticket handling to work. (user: drh, tags: trunk) |
17:05:05 | * | [5b74febbcc] The rebuild command corrects any errors seen in the blob.size field. (user: drh, tags: trunk) |
16:01:06 | * | [81eb00def7] Merge Merge in stephan's fork. (user: drh, tags: trunk) |
15:58:30 | * | [e5aac82dd5] Fix a typo on the concepts.wiki page. (user: drh, tags: trunk) |
15:54:00 | * | [bb542b80c7] renamed fossil-verbatim to verbatim for consistency with other CSS elements. Added a reasonable default .verbatim entry. (user: stephan, tags: trunk) |
15:44:55 | * | [22005927ad] Tweaks to the home-page text. (user: drh, tags: trunk) |
15:44:18 | * | [454515642c] The verbatim PRE tags now have class=fossil-verbatim to allow customization of the verbatim look/feel. (user: stephan, tags: trunk) |
15:31:05 | * | [16094f7ebc] Resolve broken hyperlinks and other minor cleanup in the documentation. (user: drh, tags: trunk) |
13:55:05 | * | [a4d7e9162d] Fork Preserve the case of unknown HTML markup on wiki pages. (user: drh, tags: trunk) |
13:31:51 | * | [c7c81df138] Add the "Index Page" setup option to allow each site to configure a page to appear when no URL is specified or when the "Home" menu option is selected. (user: drh, tags: trunk) |
03:18:23 | * | [7adbf773c2] added optional FILE arg to wiki export (user: stephan, tags: trunk) |
01:43:55 | * | [e03d1be55b] Added new "wiki create" command. Cleaned up the "wiki commit" code and added an option filename argument to both "wiki commit" and "wiki create". (user: drh, tags: trunk) |
01:09:08 | * | [c51dd3058c] Back out the "Home Page" configuration option added by 29374daa0d (user: drh, tags: trunk) |
00:56:01 | * | [1bbc5b7e6c] Fix bugs in the rendering of HTML markup with multiple attributes. This clears up a problem in displaying the "concepts.wiki" documentation file. (user: drh, tags: trunk) |
00:27:49 | * | [f94f7e5f49] Merge Merge the fork back together. (user: drh, tags: trunk) |
2008-05-15
| ||
22:11:47 | * | [32c06fd65b] fixed a used-the-wrong-var bug from that last commit (user: stephan, tags: trunk) |
22:05:52 | * | [29374daa0d] /home link content can now be pulled from a Wiki entry or an arbitrary link relative to the fossil root url. See the WWW Configuration dialog for details. (user: stephan, tags: trunk) |
22:03:39 | * | [24df39d736] corrected link to index.wiki (user: stephan, tags: trunk) |
21:01:28 | * | [bfab49ede1] corrected a broken link (user: stephan, tags: trunk) |
20:28:50 | * | [fda26ca344] removed as part of the /doc port (user: stephan, tags: trunk) |
20:26:25 | * | [bfb4d414dd] minor refactorings to the wiki commands (user: stephan, tags: trunk) |
20:25:46 | * | [d87ca60c58] initial ports of static .html to static /doc .wiki (user: stephan, tags: trunk) |
20:18:32 | * | [5cf1206dfa] Separate the new /doc method out into its own source file. (user: drh, tags: trunk) |
16:58:42 | * | [7351b6346d] Fork Add the "/doc" method on the server. (user: drh, tags: trunk) |
15:23:08 | * | [cde6e7a303] Added 'wiki commit'. Minor stylistic cleanups. (user: stephan, tags: trunk) |
13:37:49 | * | [a85cc7ce8d] Update SQLite to version 3.5.9. (user: drh, tags: trunk) |
13:35:53 | * | [a51699a7ad] Fix compiler warnings in wiki.c. (user: drh, tags: trunk) |
2008-05-14
| ||
23:25:30 | * | [d13b3ff094] reorg'd/expanded the TODOs (user: stephan, tags: trunk) |
23:13:33 | * | [cedf518c96] fixed to C++isms which Annotate accuses me of adding on 2008.2.2 ;) (user: stephan, tags: trunk) |
23:08:39 | * | [3c6067dd07] corrected package description (user: stephan, tags: trunk) |
23:02:18 | * | [7c4eee9c9c] corrected my *buntu release name (user: stephan, tags: trunk) |
23:01:41 | * | [cf5bbd92a2] added some help docs + TODO (user: stephan, tags: trunk) |
20:59:10 | * | [decac09b7d] Cleanup and simplify the code for the recently added "wiki" command. (user: drh, tags: trunk) |
20:26:13 | * | [feee32d3af] cleaned up error handling a bit, minor code style changes, s/import/commit/ (user: stephan, tags: trunk) |
20:02:10 | * | [87a1a31d1d] removed 2 remaining debug lines. Cleaned up help text. (user: stephan, tags: trunk) |
19:51:18 | * | [5fb1152dab] added command: wiki list (user: stephan, tags: trunk) |
12:21:23 | * | [0a14f18111] Return a proper error message if the first line of an HTTP requested handed to the "http" command is blank. (user: drh, tags: trunk) |
02:03:45 | * | [6458f020fc] Change the spelling of "descendant" to use the -ant suffix everywhere, including in the filename "descendant.c". The adjective form can be spelled either -ant or -ent, but the noun form requires -ant, or so says American Heritage. (user: drh, tags: trunk) |
2008-05-13
| ||
13:20:27 | * | [844718abbf] Make attempts to add _FOSSIL_, manifest, and manifest.uuid warnings, not fatal errors. This allows users to say things like "fossil add *" when initially populating a new project repository. (user: drh, tags: trunk) |
00:19:15 | * | [c23469468b] Use the SCRIPT_NAME environment variable rather than REQUEST_URI to find the base name of the CGI script. (user: drh, tags: trunk) |
2008-05-10
| ||
18:19:03 | * | [ec82a32b80] Add the -nosync option to the "open" command. We might consider making -nosync the default for "open". (user: drh, tags: trunk) |
18:09:31 | * | [2d581c03e5] Comment changes to the pre-commit verification logic. No changes to code. (user: drh, tags: trunk) |
18:01:52 | * | [6b85fd173e] Help message cleanup. Automatically delete cloned database files if the clone fails. (user: drh, tags: trunk) |
17:22:07 | * | [418207989a] Add the "unset" command for clearing settings. (user: drh, tags: trunk) |
17:09:46 | * | [9ba6e4287b] Add the --nosync option to temporarily disable autosync. Useful when off network. (user: drh, tags: trunk) |
2008-05-07
| ||
23:56:28 | * | [cf84ce2d8c] Fix a typo on the "stat" page. (user: drh, tags: trunk) |
17:38:57 | * | [908009fdc4] Fix a couple of C++-isms in my_page.c and tagview.c. Remove the return value from autosync(). (user: drh, tags: trunk) |
12:15:14 | * | [b714ab1ea7] Add the --proxy option to the commit and update commands. (user: drh, tags: trunk) |
2008-05-06
| ||
12:24:22 | * | [f652599003] Add the --proxy command-line option that can be used to enable or disable an http proxy on a case by case basis. (user: drh, tags: trunk) |
2008-05-05
| ||
23:15:29 | * | [d57de28756] The "h" capability is now used to enable hyperlinks to non-wiki pages. When "h" is missing, many pages give a hyperlink to the login page and automatically fill in "anonymous" as the user name. The login page jumps back to the target page after a successful login. (user: drh, tags: trunk) |
20:18:32 | * | [2b0d4519dc] Work toward making the "h" permission mean "hyperlink". Without "h", many pages will display, but there are few hyperlinks. A message invites users to login as anonymous. (user: drh, tags: trunk) |
19:33:48 | * | [c507cfa76b] Updates to quickstart document to talk about setting up a proxy. (user: drh, tags: trunk) |