Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
20 check-ins using file src/timeline.c version c32660ab43
|
2011-09-01
| ||
| 17:44 | Fixing typo in the 'fossil configuration' command line help. check-in: cd8041b159 user: viriketo 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 | |
| 09:00 | I fix the html related to the artifact description, about pairs of ul. I also disable the [view] link in the 'fdiff' ui page, because we already provide a link to the artifact in the h2 titles stating the artifacts compared. check-in: e55105e58f user: viriketo tags: artifact_description | |
| 08:34 | Fixing the display of the artifact description when the artifact appears as different filenames. check-in: f8eff242fe user: viriketo tags: artifact_description | |
| 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:50 | Add ability to show ticket history from command line. fossil ticket now takes a new history option, which prints the history of a ticket - somewhat like what the history button does on the ticket web GUI. check-in: 73e363ea96 user: venkat tags: venks-emacs | |
| 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 | |
| 10:31 | Silence compiler warnings about unused variables in print_timeline. check-in: b76ce3d5f1 user: mistachkin tags: tcl-integration | |