202 events occurring around 2008-09-19 15:36:57.
2008-10-26
| ||
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 |
08:01:49 | * |
New ticket |
08:01:27 | * |
New ticket |
08:01:02 | * |
New ticket |
06:09:22 | * |
New ticket |
06:00:55 | * |
New ticket |
04:44:52 | * |
New 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) |
17:19:13 | * | [d65d619d94] Update conditions when to look for proxy URL in environment. (user: altufaltu, tags: trunk) |
14:29:44 | * | [d8bf311336] Fix an issue that sets proxy = getenv(http_proxy) even when global proxy option is disabled (user: altufaltu, 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 |
... 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 |
14:05:03 | * |
[2c3b20efff]
Make the "settings" command work with the -R option.
Fix for ticket |
14:03:17 | * | [9a482dd701] Remove control characters from rse-notes.txt. (user: drh, tags: trunk) |
13:54:24 | * |
Fixed ticket |
13:49:44 | * |
Fixed ticket |
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) |
06:42:14 | * |
New ticket |
2008-10-23
| ||
03:21:33 | * | [56177cfe12] Fix a spelling in help text of 'tag branch'. (user: cle, tags: trunk) |
2008-10-22
| ||
19:50:33 | * | Changes to wiki page Branching (user: eric) |
19:35:08 | * | [c887b2b66e] Add a --nofork option to "tag branch" so that --raw is not being used for two different purposes. Modify and tidy up the corresponding help text. (user: eric, tags: trunk) |
2008-10-21
| ||
11:22:20 | * | Changes to wiki page Cookbook (user: anonymous) |
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) |
09:40:04 | * | Changes to wiki page Branching (user: anonymous) |
06:41:12 | * | [f0c8693845] More improvements to the timeline display of ticket changes. (user: drh, tags: trunk) |
2008-10-19
| ||
15:44:45 | * | Changes to wiki page Branching (user: eric) |
14:53:54 | * | New ticket ab696ae3bb graphics view of branches. (user: anonymous) |
14:52:08 | * | Changes to wiki page Branching (user: anonymous) |
13:06:27 | * | Changes to wiki page Branching (user: eric) |
10:21:39 | * |
New ticket |
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) |
16:17:25 | * |
New ticket |
13:34:09 | * | Ticket 83af1f5401 fossil rollback status still Open with 5 other changes (user: drh) |
13:26:28 | * |
Ticket |
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 |
06:11:23 | * |
New ticket |
02:38:28 | * |
Ticket |
02:37:19 | * |
Ticket |
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-16
| ||
13:01:16 | * | New ticket a5fba652a6 remote `fossil clone` failed. (user: anonymous) |
11:51:30 | * |
New ticket |
11:50:33 | * | New ticket 83af1f5401 fossil rollback. (user: anonymous) |
11:49:14 | * |
New ticket |
11:46:42 | * | New ticket 04a259be40 operations upon all files. (user: anonymous) |
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:34:18 | * |
Ticket |
13:20:47 | * |
Ticket |
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 |
12:34:14 | * |
[9236f0c086]
Get cloning working for local files without the use of network I/O.
Ticket |
11:18:43 | * |
Closed 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:46:33 | * |
Fixed ticket |
19:45:50 | * |
[20a0fbdf64]
Fix a typo: "tested" becomes "nested". Ticket |
18:43:50 | * | New ticket 2e3dc63382 Default Severity Annoying. (user: anonymous) |
18:41:41 | * |
New ticket |
18:08:31 | * |
New ticket |
17:43:53 | * |
New 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:01:44 | * |
Fixed ticket |
19:00:11 | * | [d2ae873e9e] fixed deps problem created by my last checkin. Now builds properly in non-parallel mode (user: stephan, tags: trunk) |
18:48:55 | * |
Ticket |
... 1 similar event omitted. | ||
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) |
07:30:34 | * | Ticket 16f8dabf66 Prune empty dirs when switching checkout UUIDs status still Open with 5 other changes (user: stephan) |
... 1 similar event omitted. | ||
2008-09-18
| ||
11:51:37 | * |
Closed ticket |
... 1 similar event omitted. | ||
11:21:29 | * | [7dddab2fbe] added comments about necessary link flags for Solaris 10 + OpenSolaris (user: stephan, tags: trunk) |
07:23:54 | * |
New ticket |
03:03:09 | * |
New ticket |
2008-09-17
| ||
14:50:29 | * |
New ticket |
2008-09-12
| ||
02:56:49 | * |
New ticket |
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-09-02
| ||
14:02:55 | * |
New ticket |
05:02:47 | * | New ticket cc8271389a unable to check fossil-users Archives. (user: anonymous) |
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-29
| ||
19:22:14 | * |
New ticket |
19:09:47 | * |
New ticket |
19:09:02 | * |
New ticket |
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-18
| ||
23:29:46 | * |
Ticket |
... 1 similar event omitted. | ||
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) |
03:10:52 | * | Changes to wiki page UserPermissions (user: chi) |
2008-08-14
| ||
17:19:20 | * |
New ticket |
16:19:59 | * |
Fixed ticket |
16:15:17 | * |
[589687d783]
Fix bug |
10:51:06 | * |
New ticket |
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-05
| ||
22:26:24 | * |
Closed ticket |
22:21:58 | * |
Closed ticket |
21:30:00 | * |
New ticket |
21:28:12 | * |
New ticket |
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) |
12:42:44 | * | Ticket 7772cc876e Provide database access from TH scripts. status still Open with 5 other changes (user: drh) |
2008-08-02
| ||
18:32:27 | * | [b46d6092dc] Fix bug from eb24a021d6 which left nobody with too many permissions (user: eric, tags: trunk) |
2008-07-31
| ||
20:48:09 | * | New ticket 7772cc876e Provide TH scripting support in ticket common definitions.. (user: anonymous) |
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:14:14 | * |
New ticket |
13:07:17 | * | [9d10726d48] Documentation updates. (user: drh, tags: trunk) |
2008-07-28
| ||
15:57:02 | * |
New ticket |
15:56:40 | * |
New ticket |
2008-07-27
| ||
21:57:33 | * |
New ticket |
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) |
11:59:40 | * |
Closed ticket |
11:54:48 | * |
Closed ticket |
11:52:46 | * |
Closed ticket |
04:24:40 | * |
New ticket |
04:17:15 | * |
New ticket |
03:56:34 | * |
New ticket |
2008-07-24
| ||
16:16:31 | * | Ticket 162e66c9ea Inline variant of status still Open with 5 other changes (user: drh) |
... 1 similar event omitted. | ||
15:44:56 | * |
New ticket |
15:08:13 | * | [4b56350ecb] Remove redundant "Description & Comments:" label from the ticket viewer. (user: drh, tags: trunk) |
15:04:00 | * |
Fixed ticket |
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:35:28 | * |
Fixed ticket |
12:29:25 | * |
[2c3ccaa048]
Clarify the formatting rules for <verbatim>.
Ticket |
06:45:33 | * |
New ticket |
06:11:41 | * |
New ticket |
02:07:00 | * |
Fixed 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 |
00:27:46 | * |
Ticket |
2008-07-23
| ||
21:00:01 | * |
Fixed ticket |
20:57:55 | * |
[1f8d2501b0]
Make sure new artifacts are entered into the unclustered table.
Ticket |
19:48:10 | * |
New ticket |
19:44:34 | * |
Ticket |
... 1 similar event omitted. | ||
17:39:00 | * |
Fixed ticket |
17:36:39 | * |
[141c31792b]
Do not allow the current repository to be added to the set of files
for a repository. Ticket |
15:59:50 | * |
New ticket |
13:03:24 | * |
Fixed ticket |