Timeline
Not logged in

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

50 events occurring around 75aaf30aadc5cb32.

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:31 Edit [d34a1b9f3d93b072]: Edit check-in comment. artifact: 8b292b7f6c user: viriketo
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. Leaf check-in: 374920b209 user: venkat tags: venks-emacs
07:48 New ticket [666072edfc] Add a UI view of file history from a checkin, backwards in time. artifact: 19e3eab060 user: viriketo
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 Fixed ticket [3ed2e994e1]: fossil commit -user stopped working plus 1 other change artifact: db3bd346ea user: drh
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
16:50 Ticket [3ed2e994e1] fossil commit -user stopped working status still Open with 1 other change artifact: 430a530c0c user: viriketo
16:35 Ticket [953031915f] Lack of warning when overwriting extra files status still Fixed with 1 other change artifact: 558474536b user: viriketo
16:27 Fixed ticket [bfb8427cdd]: Cloning and syncing an URL with no repository or misconfigured CGI repository fails silently. plus 2 other changes artifact: 953bbf721b user: lrem
14:22 Review ticket [4df5f38f1e]: Troubles merging a file delete with a file change plus 3 other changes artifact: 835ec31f39 user: drh
14:09 Fixed ticket [953031915f]: Lack of warning when overwriting extra files plus 2 other changes artifact: 909ec33a27 user: drh
13:46 Closed ticket [69a4323277]: navegation plus 2 other changes artifact: 6bce68ac75 user: lrem
10:13 Ticket [3ed2e994e1] fossil commit -user stopped working status still Open with 2 other changes artifact: c0cdd968b8 user: mistachkin ... 1 similar event omitted.
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
08:00
More comments about tests I'd like to write. check-in: 281e5121e7 user: viriketo tags: merge_renames
07:58 New ticket [4df5f38f1e] Troubles merging a file delete with a file change. artifact: be2da003f4 user: viriketo
07:31 New ticket [953031915f] Lack of warning when overwriting extra files. artifact: 6ba6c1858e user: viriketo
2011-08-29
17:27 Fixed ticket [ab696ae3bb]: graphics view of branches plus 2 other changes artifact: 7c3e930e30 user: lrem
16:18 Fixed ticket [9d84642c7f]: fossil ticket? plus 2 other changes artifact: aa8b839144 user: lrem
16:09 Fixed ticket [bf18e29fbe]: make 'fossil rm' to be able to remove more than one file plus 2 other changes artifact: c6b969e2cf user: lrem
16:05 Closed ticket [0bce25f110]: recursive removal of files plus 2 other changes artifact: dacbc6c0bd user: lrem
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
12:39 Ticket [109ae2e904] RSS feed is not always valid status still Open with 1 other change artifact: ddf99a2bf1 user: lrem
10:31
Silence compiler warnings about unused variables in print_timeline. check-in: b76ce3d5f1 user: mistachkin tags: tcl-integration
09:27
Add workaround for bug in Tcl_EvalObjCmd when compiled against Tcl 8.6. check-in: 3a6265696a user: mistachkin tags: tcl-integration
01:19
Add test to verify behavior for missing objProcs. Also, make sure Tcl integration is enabled for the tests. check-in: cba0f25bf2 user: mistachkin tags: tcl-integration
00:54
Protect against Tcl commands with no objProc. check-in: 8f6a03f7d1 user: mistachkin tags: tcl-integration
00:28
Fix comment regarding the value of TCLDIR. check-in: 10f13bc5ab user: mistachkin tags: tcl-integration
2011-08-28
23:45
Use macros to tidy up TH1 to Tcl argument marshalling. Use the Tcl interp result when Tcl_ExprObj does not return ok. Check for Tcl interp deletion. The TH1 'puts' command should flush when writing to stdout. Add 'repository' TH1 command. Use obj API to get Tcl cmdInfo. Add tests for Tcl integration. check-in: 53b9445b2c user: mistachkin tags: tcl-integration
11:22
Make blob_read_link() C89-compatible on Unix again. check-in: 034819087d user: dmitry tags: symlinks
11:01
Use file_delete() instead of unlink() in vfile_to_disk(). check-in: 08311ffc6a user: dmitry tags: symlinks
10:43
Handle errors in blob_read_link(). check-in: d43029f6f4 user: dmitry tags: symlinks
06:54
Reset result prior to direct Tcl invocation. Cast all ckalloc return values. Make sure the global config database is open for the 'test_th_render' command. Allow the 'tcl' setting to be enabled via the environment. check-in: 5cc15d0890 user: mistachkin tags: tcl-integration
03:00
Do not free the Tcl result (or interp) prior to setting the TH1 result. check-in: 0299d484fc user: mistachkin tags: tcl-integration
2011-08-27
21:04 Edit [a2cc6bc6dc50a9d6]: Edit check-in comment. artifact: 5e467dfeda user: drh
20:37
Indicate whether a file artifact is a symlink or an executable in the web interface. check-in: a7bf0e9ba4 user: dmitry tags: symlinks
18:25
Changes to fossil_stat() so that the build works for mingw. check-in: a7e747e58f user: drh tags: symlinks
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