Fossil

Timeline
Login

Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins related to "trunk" occurring on or after 2011-08-16 18:35:08.

2011-09-01
17:44
Fixing typo in the 'fossil configuration' command line help. ... (check-in: cd8041b159 user: viriketo tags: trunk)
17:04
Disable the use of <canvas> for rendering the graph. The canvas is busted in recent versions of Firefox. And canvas is mostly busted by design anyhow, since apparently it can not be taller than 32768 pixels, and Fossil graphs frequently need to be taller than that. ... (check-in: 9eb4575295 user: drh tags: trunk)
14:31
substantive improvement to sha1 speed (especially on x86) ... (check-in: f2ede7da6d user: ron tags: trunk)
12:49
Clean up a harmless compiler warning introduced by the previous check-in. ... (check-in: f7f4a80ea0 user: drh tags: trunk)
11:33
Make sure the perferred timezone format has been queried prior to running user SQL, since while running user SQL access to the CONFIG table is restricted. ... (check-in: 7922e56655 user: drh tags: trunk)
2011-08-31
20:34
Adding a new test I wanted to write. I just saw this in my local copy, but I really forgot if I finished it or not. ... (Closed-Leaf check-in: 62f4a8a61c user: viriketo tags: merge_renames)
16:28
Merge improvements to artifact descriptions into symlinks branch. Also modify displaying of permissions: now web UI shows "File", "Executable file", or "Symbolic link" in file artifact description. ... (check-in: 3115774ffe user: dmitry tags: symlinks)
14:34
Improvements to artifact descriptions merged into trunk. ... (check-in: 49402fc722 user: drh tags: trunk)
14:28
Show the branch name in artifact descriptions. ... (Closed-Leaf check-in: 2e38bed49e user: drh tags: artifact_description)
09:55
Merge latest trunk. ... (check-in: 40ed431ca5 user: dmitry tags: symlinks)
08:24
Trying to improve the ui artifact description to something easier to parse by the human eye. I'd still like to have the branch name of every checkin, but I still don't know how to get it. ... (check-in: d34a1b9f3d user: viriketo tags: artifact_description)
07:50
Improve formatting for fossil ticket history. Make small fields print on same line, and make longer ones look better. ... (Closed-Leaf check-in: 374920b209 user: venkat tags: venks-emacs)
2011-08-30
21:46
merge trunk before changes ... (check-in: ffa3b1eaf6 user: venkat tags: venks-emacs)
18:04
Print an error message and quite if the --user option appears on a "fossil commit" command but specifies a username not found in the database. Ticket [3ed2e994e1750b] ... (check-in: b120bc8b26 user: drh tags: trunk)
17:39
Display the last modification time of tickets using either localtime or UTC according to user preferences. ... (check-in: 839f105098 user: drh tags: trunk)
08:01
Updating from trunk to keep up working in the branch with the most recent fossil code. ... (check-in: 75aaf30aad user: viriketo tags: merge_renames)
2011-08-29
13:35
Remove unused variables from timeline.c. Like [b76ce3d5f1c329] but omits the change to th_tcl.c. ... (check-in: 0b9371365d user: drh tags: trunk)
13:24
Update the built-in SQLite to the latest 3.7.8 alpha version. ... (check-in: 35474aff2f user: drh tags: trunk)
2011-08-27
18:12
Fix a C89 error specific to the symlinks branch and also pull in the C89 fix and the versionable settings fix from trunk. ... (check-in: 4778edd3f2 user: drh tags: symlinks)
18:08
Merge fixes from trunk. ... (check-in: 9773d5966f user: mistachkin tags: tcl-integration)
18:05
Versionable settings are only checked if the local _FOSSIL_ database is already opened. Versionable settings no longer attempts to open that database itself. This fixes an issue with the Admin/Settings page. ... (check-in: a2cc6bc6dc user: drh tags: trunk)
17:53
Fix the timeline.c module to be C89-compliant. MSVC needs this. ... (check-in: 8a5f2a7a3a user: drh tags: trunk)
14:42
Initial code to support TH1/Tcl integration. ... (check-in: f723647710 user: mistachkin tags: tcl-integration)
2011-08-26
14:59
Merge the latest trunk changes into the symlinks branch. ... (check-in: 24c16584cc user: drh tags: symlinks)
14:49
Add the colortest query parameter to the brlist webpage. ... (check-in: d0daac20da user: drh tags: trunk)
14:11
Add the test-hash-color command for testing the hash_color() function. ... (check-in: 130b8f77ff user: drh tags: trunk)
14:10
Merge the "stash rm" command into trunk. ... (check-in: 0b4f83067a user: drh tags: trunk)
14:09
Merge the autosetup updates into trunk. ... (check-in: 64a2b0d51f user: drh tags: trunk)
2011-08-24
22:13
Update to the latest autosetup, mainly for better temp file handling on mingw/msys, and fixes for the sun studio compiler. ... (Closed-Leaf check-in: 4e5dd3536e user: steveb tags: autosetup)
21:45
Fix code stylistic issues with the "stash rm" patch. Also document the new stash verb. ... (Closed-Leaf check-in: d2c4a24275 user: drh tags: stash_rm)
20:05
"rm" subcmd to stash, "drop"-alike functionality ... (check-in: 1f4e6cf1ae user: bch tags: stash_rm)
2011-08-23
18:00
go back to the old numbering on the pre-checkin checklist (ok'd drh). ... (check-in: a87717ad86 user: martin.weber tags: trunk)
17:57
Change numbering back so that the preliminary step is 0, the most important one is #1. ... (check-in: 90e310ebbd user: martin.weber tags: msw-hack)
17:23
catch up with trunk & fix commentary portion of checkin.wiki. ... (check-in: 35e3328734 user: martin.weber tags: msw-hack)
16:55
Merge the msw-hack branch into trunk. ... (check-in: d41074f862 user: drh tags: trunk)
15:45
Fix several harmless compiler warnings. ... (check-in: 553159aa0d user: drh tags: trunk)
15:27
Merge in the latest changes from trunk. ... (check-in: 6c880a4f5e user: drh tags: symlinks)
15:14
Do not auto-push when creating a new private branch. Ticket [13fd567b51fac8] ... (check-in: 649efeb43d user: drh tags: trunk)
15:10
The u= query parameter on a timeline looks for both original and edited user names. Ticket [d94b0934861d9] and [fca5ce18c07c29]. ... (check-in: 0f7f81303c user: drh tags: trunk)
14:47
Merge the versionable-settings cache into trunk. ... (check-in: ea51d1272c user: drh tags: trunk)
08:37
Cache values of versionable settings read from files. ... (Closed-Leaf check-in: 0f0a94730c user: ben tags: ben-minorchanges)
01:44
catch up with trunk; update the pre-checkin list to include checking for your username. ... (check-in: a1f3987760 user: martin.weber tags: msw-hack)
2011-08-22
22:20
Merge trunk. ... (check-in: c57830bec2 user: dmitry tags: symlinks)
19:02
Allow browsing of directories whose names contain characters that must be escaped for HTML. ... (check-in: 1ec0739c4b user: drh tags: trunk)
18:45
Add the Makefile.in file back into the checkout. ... (check-in: 5feb1d6015 user: drh tags: trunk)
18:25
Merge the --showfiles enhancement from the venks-emacs branch into trunk. ... (check-in: 2b8cbf3c41 user: drh tags: trunk)
18:23
Merge the msw-hack branch into trunk. ... (check-in: af50b29c98 user: drh tags: trunk)
15:55
Continue with the update routine even if the targetted version equals the current checkout version instead of depending on the value of the verbose flag to continue or not. This fixes tkt [e8a10100e2]. Fossil update will now recover lost files with or without the -v flag. ... (check-in: c6b371c46c user: martin.weber tags: msw-hack)
2011-08-19
23:27
Add a -showfiles flag to timeline. fossil ... -showfiles will now print a list of files after the checkin comment, like the "Show Files" button in the Web GUI. The format of the printed lines is the same as update. ... (check-in: b14ab41ff8 user: venkat tags: venks-emacs)
2011-08-16
18:35
update branch before making changes ... (check-in: 84e6f172af user: venkat tags: venks-emacs)