Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins related to "experimental" plus check-in "2010-03-18 12:55:39" occurring around 2010-03-18 12:55:39.
2010-10-05
| ||
03:32 | Merge the experimental "Event" changes into the trunk. ... (check-in: d96c4a42f0 user: drh tags: trunk) | |
2010-10-04
| ||
01:21 | Updates and corrections to the [/doc/tip/www/fileformat.wiki | file format documentation]. ... (Closed-Leaf check-in: 3e48b683de user: drh tags: experimental) | |
2010-10-03
| ||
17:32 | corrected HTML-Validator problems ... (check-in: 443dbc676a user: wolfgang tags: experimental) | |
12:18 | added event.c to PellesC Makefile ... (check-in: 65a12d56ca user: wolfgang tags: experimental) | |
11:52 | corrected some HTML-validation problems ... (check-in: 04b33f77a1 user: wolfgang tags: experimental) | |
00:21 | Add support for tags on events, including the ability to display a timeline of all events with a particular tag. ... (check-in: a1fcb97dfa user: drh tags: experimental) | |
2010-10-02
| ||
18:31 | User interface refinements and some documentation added for events. ... (check-in: e5bcc0c924 user: drh tags: experimental) | |
16:35 | Add hyperlinks for creating new events and the ability to browse through this history of changes for an event. Add the ability to show "details" of an event. ... (check-in: ba06d3449b user: drh tags: experimental) | |
12:37 | Event background colors are now working. ... (check-in: 6f93ca9418 user: drh tags: experimental) | |
03:28 | Add the ability to assign background colors to the timeline entries for events. ... (check-in: a5110365a3 user: drh tags: experimental) | |
00:25 | First working code for displaying and editing events. ... (check-in: 419903ebd7 user: drh tags: experimental) | |
2010-10-01
| ||
22:17 | Add the new "Event" artifact type to be used for project milestones, blog posts, news articles, and so forth. The Event artifact format is still subject to incompatible changes. ... (check-in: ed8738b60a user: drh tags: experimental) | |
18:02 | Allow fossil branch new --date-override 'YYYY-MM-DD HH:MM:SS' --user-override user thebranch checkin To aid in importing historic data from other scm's ... (check-in: 2cc6fd9107 user: renez tags: trunk) | |
2010-08-26
| ||
13:18 | Merge the experimental ssh:// changes into the trunk. ... (check-in: 0a51263a23 user: drh tags: trunk) | |
13:17 | Untested implementation of popen2() for windows. ... (Closed-Leaf check-in: 34ea1e4abb user: drh tags: experimental) | |
12:10 | Remove dead code from cgi.c. Attempt better error handling. ... (check-in: 79294bb81b user: drh tags: experimental) | |
11:27 | Fix buffering issues with ssh://. The ssh:// sync method now works with older, unmodified servers. Added the "?fossil=exe" option to URL processing. ... (check-in: af97726337 user: drh tags: experimental) | |
02:32 | A rework of the SSH sync method that does not use TCP port forwarding. It works in some cases but not other. The failure is probably do to I/O buffering issues. Need further work. ... (check-in: 192ceef3ca user: drh tags: experimental) | |
2010-08-25
| ||
20:00 | Merge the ssh:// sync enhancement into the trunk. ... (check-in: 0e42cc1b77 user: drh tags: trunk) | |
19:55 | Change the "ui" and "sshd" commands so that they bind to INADDR_LOOPBACK rather than INADDR_ANY. Disable the "quit" monitoring on "ui" and "server". Add better error messages explaining that ssh:// is not yet supported on windows. ... (check-in: 2f8e4c4b38 user: drh tags: experimental) | |
17:00 | The ssh:// sync method appears to work now, for linux-to-linux... ... (check-in: 66cdaee68e user: drh tags: experimental) | |
16:03 | Continuing work on the ssh:// sync protocol. ... (check-in: 958f596637 user: drh tags: experimental) | |
14:03 | Initial code to implement synchronization via ssh. ... (check-in: b19f25fe87 user: drh tags: experimental) | |
2010-08-24
| ||
01:24 | Fix a potential sigfault that can occur in the graph generator if the child is older than its parent. ... (check-in: 7503f98779 user: drh tags: trunk) | |
2010-03-18
| ||
13:26 | Merge recent experimental changes (the attachment enhancement and the ability to delete wiki) into the trunk. ... (check-in: f4a25366a7 user: drh tags: trunk) | |
12:55 | Change the timeline comment when a wiki page is deleted. Remove some "#if 0" sections from the code. ... (Closed-Leaf check-in: 49e6670386 user: drh tags: experimental) | |
10:39 | Show only non-empty wiki pages in the list of all wiki pages. A rebuild is required after updating in order for this feature to work. ... (check-in: 012d5e4f23 user: drh tags: experimental) | |
02:11 | Add the ability to delete attachments and fix issues with timelines. ... (check-in: 01c0180b3f user: drh tags: experimental) | |
01:09 | Show attachment in timelines. ... (check-in: 2978e43005 user: drh tags: experimental) | |
2010-03-17
| ||
23:49 | Show artifact changes in ticket history. ... (check-in: 931f8895c6 user: drh tags: experimental) | |
23:15 | Basic functionality of attachments is now in place. ... (check-in: dd2d3177b1 user: drh tags: experimental) | |
19:57 | Added screens for adding and listing attachments. ... (check-in: 1fcfa000b4 user: drh tags: experimental) | |
2010-03-16
| ||
21:33 | Work toward adding support for attachments. Keep this on an experimental branch until it is actually working. ... (check-in: c3d7df650b user: drh tags: experimental) | |
16:52 | Change the format of the A-card for attachments again. Add the ATTACHMENT table to the repository. Insert attachment information into the ATTACHMENT table when processing attachment artifacts. ... (check-in: 615a52f0ba user: drh tags: trunk) | |
2010-01-21
| ||
20:53 | Merge experimental remote-url password handling changes into the trunk. ... (check-in: a3c97c9063 user: drh tags: trunk, release) | |
20:52 | Use the saved sync-url password for autosync. ... (Closed-Leaf check-in: f703a2fca2 user: drh tags: experimental) | |
20:28 | Cleanup the last-sync-url password handling. Automatically prompt for a new password if a sync login card fails. ... (check-in: 05380c5f60 user: drh tags: experimental) | |
20:14 | If a sync login fails, prompt for a new password and repeat the attempt. ... (check-in: 0110b93e0c user: drh tags: experimental) | |
19:51 | Better reporting of failed logins by the server back to the client. ... (check-in: b030521c42 user: drh tags: experimental) | |
18:13 | Factor the sync password out of the last-sync-url configuration setting. Store the password separately. Prompt the user for the password if it is missing. ... (check-in: 59002d5e35 user: drh tags: experimental) | |
2010-01-20
| ||
21:51 | Fix a bug in file change detection introduced by check-in [d7a583e697]. Don't use that check-in, nor [30f23e3f5c]. ... (check-in: 1abc8a940e user: drh tags: trunk) | |
2010-01-12
| ||
13:55 | Merge the experimental password changes into the trunk. ... (check-in: 596f3c10fe user: drh tags: trunk) | |
2010-01-11
| ||
16:21 | Additional clarification in the Password Management document. ... (Closed-Leaf check-in: 261e55346d user: drh tags: experimental) | |
16:09 | Updates to the Password Management document. ... (check-in: 1cba86eabb user: drh tags: experimental) | |
15:07 | Add the [/doc/tip/www/password.wiki] document. ... (check-in: cac5675e6c user: drh tags: experimental) | |
2010-01-10
| ||
20:56 | Change the hash algorithm for passwords so that USER.PW field stores a SHA1 hash of the project-code, user login, and user password, rather than just a hash of the user password. That way, the if two users select the same password, or if the one user selects the same password for multiple projects, the password hashes are still different. ... (check-in: 4b58a7b838 user: drh tags: experimental) | |
00:07 | Fixes to the configurable "report list". Load the correct default TH script when no report list script is specified. Send and receive the report list TH script together with other ticket configuration scripts. ... (check-in: cd93f5965b user: drh tags: experimental) | |
2010-01-09
| ||
22:34 | Remove some debug/test printfs that were mistakenly left in the previous commit. ... (check-in: e8b76a69ae user: drh tags: experimental) | |
22:03 | Store passwords in USER.PW as either cleartext (as is done in legacy) or as the SHA1 hash of the password. When changing a password or adding a new user, always use the SHA1 hash password. ... (check-in: cfe33dcf92 user: drh tags: experimental) | |
18:43 | Call ticket_init() from the report view so users can have access to all the common ticket code ... (check-in: 6d0b76d01f user: jeremy_c tags: trunk) | |