Fossil

Timeline
Login

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

161 events for the month beginning 2011-08-01

Following month ↑
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: 62f4a8a6 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: 3115774f user: dmitry tags: symlinks)
14:34
Improvements to artifact descriptions merged into trunk. ... (check-in: 49402fc7 user: drh tags: trunk)
14:28
Show the branch name in artifact descriptions. ... (Closed-Leaf check-in: 2e38bed4 user: drh tags: artifact_description)
09:55
Merge latest trunk. ... (check-in: 40ed431c 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: e55105e5 user: viriketo tags: artifact_description)

08:34
Fixing the display of the artifact description when the artifact appears as different filenames. ... (check-in: f8eff242 user: viriketo tags: artifact_description)
08:31 Edit [d34a1b9f3d93b072|d34a1b9f]: Edit check-in comment. ... (artifact: 8b292b7f 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: d34a1b9f 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: 374920b2 user: venkat tags: venks-emacs)
07:48 New ticket [666072ed] Add a UI view of file history from a checkin, backwards in time. ... (artifact: 19e3eab0 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: 73e363ea user: venkat tags: venks-emacs)
21:46
merge trunk before changes ... (check-in: ffa3b1ea user: venkat tags: venks-emacs)
18:04 Fixed ticket [3ed2e994]: fossil commit -user stopped working plus 1 other change ... (artifact: db3bd346 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: b120bc8b user: drh tags: trunk)
17:39
Display the last modification time of tickets using either localtime or UTC according to user preferences. ... (check-in: 839f1050 user: drh tags: trunk)
16:50 Ticket [3ed2e994] fossil commit -user stopped working status still Open with 1 other change ... (artifact: 430a530c user: viriketo)
16:35 Ticket [95303191] Lack of warning when overwriting extra files status still Fixed with 1 other change ... (artifact: 55847453 user: viriketo)
16:27 Fixed ticket [bfb8427c]: Cloning and syncing an URL with no repository or misconfigured CGI repository fails silently. plus 2 other changes ... (artifact: 953bbf72 user: lrem)
14:22 Review ticket [4df5f38f]: Troubles merging a file delete with a file change plus 3 other changes ... (artifact: 835ec31f user: drh)
14:09 Fixed ticket [95303191]: Lack of warning when overwriting extra files plus 2 other changes ... (artifact: 909ec33a user: drh)
13:46 Closed ticket [69a43232]: navegation plus 2 other changes ... (artifact: 6bce68ac user: lrem)
10:13 Ticket [3ed2e994] fossil commit -user stopped working status still Open with 2 other changes ... (artifact: c0cdd968 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: 75aaf30a user: viriketo tags: merge_renames)
08:00
More comments about tests I'd like to write. ... (check-in: 281e5121 user: viriketo tags: merge_renames)
07:58 New ticket [4df5f38f] Troubles merging a file delete with a file change. ... (artifact: be2da003 user: viriketo)
07:31 New ticket [95303191] Lack of warning when overwriting extra files. ... (artifact: 6ba6c185 user: viriketo)
2011-08-29
17:27 Fixed ticket [ab696ae3]: graphics view of branches plus 2 other changes ... (artifact: 7c3e930e user: lrem)
16:18 Fixed ticket [9d84642c]: fossil ticket? plus 2 other changes ... (artifact: aa8b8391 user: lrem)
16:09 Fixed ticket [bf18e29f]: make 'fossil rm' to be able to remove more than one file plus 2 other changes ... (artifact: c6b969e2 user: lrem)
16:05 Closed ticket [0bce25f1]: recursive removal of files plus 2 other changes ... (artifact: dacbc6c0 user: lrem)
13:35
Remove unused variables from timeline.c. Like [b76ce3d5f1c329] but omits the change to th_tcl.c. ... (check-in: 0b937136 user: drh tags: trunk)
13:24
Update the built-in SQLite to the latest 3.7.8 alpha version. ... (check-in: 35474aff user: drh tags: trunk)
12:39 Ticket [109ae2e9] RSS feed is not always valid status still Open with 1 other change ... (artifact: ddf99a2b user: lrem)
10:31
Silence compiler warnings about unused variables in print_timeline. ... (check-in: b76ce3d5 user: mistachkin tags: tcl-integration)
09:27
Add workaround for bug in Tcl_EvalObjCmd when compiled against Tcl 8.6. ... (check-in: 3a626569 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: cba0f25b user: mistachkin tags: tcl-integration)
00:54
Protect against Tcl commands with no objProc. ... (check-in: 8f6a03f7 user: mistachkin tags: tcl-integration)
00:28
Fix comment regarding the value of TCLDIR. ... (check-in: 10f13bc5 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: 53b9445b user: mistachkin tags: tcl-integration)
11:22
Make blob_read_link() C89-compatible on Unix again. ... (check-in: 03481908 user: dmitry tags: symlinks)
11:01
Use file_delete() instead of unlink() in vfile_to_disk(). ... (check-in: 08311ffc user: dmitry tags: symlinks)
10:43
Handle errors in blob_read_link(). ... (check-in: d43029f6 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: 5cc15d08 user: mistachkin tags: tcl-integration)
03:00
Do not free the Tcl result (or interp) prior to setting the TH1 result. ... (check-in: 0299d484 user: mistachkin tags: tcl-integration)
2011-08-27
21:04 Edit [a2cc6bc6dc50a9d6|a2cc6bc6]: Edit check-in comment. ... (artifact: 5e467dfe user: drh)
20:37
Indicate whether a file artifact is a symlink or an executable in the web interface. ... (check-in: a7bf0e9b user: dmitry tags: symlinks)
18:25
Changes to fossil_stat() so that the build works for mingw. ... (check-in: a7e747e5 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: 4778edd3 user: drh tags: symlinks)
18:08
Merge fixes from trunk. ... (check-in: 9773d596 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: a2cc6bc6 user: drh tags: trunk)
17:53
Fix the timeline.c module to be C89-compliant. MSVC needs this. ... (check-in: 8a5f2a7a user: drh tags: trunk)
17:35
Document Tcl integration setting, build fixes. ... (check-in: 326688e5 user: mistachkin tags: tcl-integration)
16:48
Add per-repo setting to enable/disable Tcl support. ... (check-in: 9613828c user: mistachkin tags: tcl-integration)
16:26
Add ability to evaluate Tcl expressions from TH1. Add ability to invoke Tcl commands from TH1. Add the ability to evaluate TH1 scripts and expressions from Tcl. ... (check-in: c5a6e9ea user: mistachkin tags: tcl-integration)
14:42
Initial code to support TH1/Tcl integration. ... (check-in: f7236477 user: mistachkin tags: tcl-integration)
09:44
Fix reading delta from wrong column in stash. ... (check-in: 0317a929 user: dmitry tags: symlinks)
01:21
Reverse the order of column/table existence checking to make validation of already updated local database faster. ... (check-in: 8c0f4bc7 user: dmitry tags: symlinks)
01:07
Add islink column to stashfile, undo, undo_vfile tables if needed. ... (check-in: 44e673f5 user: dmitry tags: symlinks)
00:52
Fix SQL syntax error in undo. ... (check-in: be956c3c user: dmitry tags: symlinks)
2011-08-26
16:10 Ticket [109ae2e9] RSS feed is not always valid status still Open with 1 other change ... (artifact: b7e079ff user: dmitry) ... 1 similar event omitted.
15:08 Closed ticket [acc4d41e]: RSS feed over https is 'invalid' plus 2 other changes ... (artifact: 8ff0d47c user: lrem)
15:06 New ticket [109ae2e9] RSS feed is not always valid. ... (artifact: cfa922ba user: lrem)
14:59
Merge the latest trunk changes into the symlinks branch. ... (check-in: 24c16584 user: drh tags: symlinks)
14:50 New ticket [ee9243c5] fossil update -n clutters checkout on failed merge. ... (artifact: a6dd0964 user: martin.weber)
14:49
Add the colortest query parameter to the brlist webpage. ... (check-in: d0daac20 user: drh tags: trunk)
14:11
Add the test-hash-color command for testing the hash_color() function. ... (check-in: 130b8f77 user: drh tags: trunk)
14:10
Merge the "stash rm" command into trunk. ... (check-in: 0b4f8306 user: drh tags: trunk)
14:09
Merge the autosetup updates into trunk. ... (check-in: 64a2b0d5 user: drh tags: trunk)
2011-08-25
18:09 Edit [1f4e6cf1ae1ab742|1f4e6cf1]: Cancel background color. ... (artifact: 4ded71d6 user: drh)
18:09 Edit [a7b7ff3ac21e9d0a|a7b7ff3a]: Cancel background color. ... (artifact: e65ec8f0 user: drh)
13:48
Fix one more use of number instead of constant for permissions. ... (check-in: 35de2bdd user: dmitry tags: symlinks)
12:36 Ticket [acc4d41e] RSS feed over https is 'invalid' status still Open with 2 other changes ... (artifact: 294f696f user: dmitry)
12:12 New ticket [3c4a9c5b] No explanation of "Private" capability on user page. ... (artifact: 527da759 user: dmitry)
11:42
Introduce constants for internal permissions (executable/symlink). ... (check-in: f6daee3e user: dmitry tags: symlinks)
09:02 Edit [513ea81005b9292c|513ea810]: Change branch background color to "#b1d3a8". ... (artifact: bd6370c2 user: jan)
2011-08-24
23:16 Closed ticket [3984e376]: Support for non-UTF encodings plus 1 other change ... (artifact: 6a05dcb2 user: lrem)
23:12 Closed ticket [b7188068]: Mailing list link broken plus 2 other changes ... (artifact: 1bd2fc4c user: lrem)
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: 4e5dd353 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: d2c4a242 user: drh tags: stash_rm)
20:05
"rm" subcmd to stash, "drop"-alike functionality ... (check-in: 1f4e6cf1 user: bch tags: stash_rm)
20:01
Support symlinks in tarballs. ... (check-in: 72e3bbd0 user: dmitry tags: symlinks)
19:12
Support symlinks in ZIP files. ... (check-in: 16da26c5 user: dmitry tags: symlinks)
2011-08-23
18:01 Edit [a87717ad86e83ffb|a87717ad]: Edit check-in comment. ... (artifact: 72abd344 user: martin.weber)
18:00
go back to the old numbering on the pre-checkin checklist (ok'd drh). ... (check-in: a87717ad 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: 90e310eb user: martin.weber tags: msw-hack)
17:44
Fill islink field in vfile table when adding files. Support symlinks in export. Make manifest_file_perm() return 2 for symlinks. Add file_perm() function, and use it instead of file_isexe() when we need both isexe and islink properties. ... (check-in: 4619361d user: dmitry tags: symlinks)
17:23
catch up with trunk & fix commentary portion of checkin.wiki. ... (check-in: 35e33287 user: martin.weber tags: msw-hack)
16:55
Merge the msw-hack branch into trunk. ... (check-in: d41074f8 user: drh tags: trunk)
16:50
Avoid using invalid SQL when checking to see if the vfile table needs to have the islink column added. ... (check-in: 2de9e876 user: drh tags: symlinks)
15:45
Fix several harmless compiler warnings. ... (check-in: 553159aa user: drh tags: trunk)
15:27
Merge in the latest changes from trunk. ... (check-in: 6c880a4f user: drh tags: symlinks)
15:14 Fixed ticket [13fd567b]: "new branch --private" tries to push plus 1 other change ... (artifact: a06b4baf user: drh)
15:14
Do not auto-push when creating a new private branch. Ticket [13fd567b51fac8] ... (check-in: 649efeb4 user: drh tags: trunk)
15:10 Fixed ticket [d94b0934]: Show events for edited user field in user's timeline plus 1 other change ... (artifact: 48318b47 user: drh)
15:10 Fixed ticket [fca5ce18]: The timeline per user does not take into account user changes in checkins plus 1 other change ... (artifact: e2f4f217 user: drh)
15:10
The u= query parameter on a timeline looks for both original and edited user names. Ticket [d94b0934861d9] and [fca5ce18c07c29]. ... (check-in: 0f7f8130 user: drh tags: trunk)
14:47
Merge the versionable-settings cache into trunk. ... (check-in: ea51d127 user: drh tags: trunk)
13:54
Fix comments. ... (check-in: 4a32e8ad user: dmitry tags: symlinks)
08:37
Cache values of versionable settings read from files. ... (Closed-Leaf check-in: 0f0a9473 user: ben tags: ben-minorchanges)
01:52 Ticket [13fd567b] "new branch --private" tries to push status still Open with 2 other changes ... (artifact: 02c0ee60 user: dmitry)
01:44
catch up with trunk; update the pre-checkin list to include checking for your username. ... (check-in: a1f39877 user: martin.weber tags: msw-hack)
01:36 Ticket [d94b0934] Show events for edited user field in user's timeline status still Open with 2 other changes ... (artifact: 3e9411a7 user: dmitry) ... 2 similar events omitted.
01:02 Edit [c57830bec263996e|c57830be]: Change user to "dmitry". ... (artifact: 5c14dd3a user: dmitry)
2011-08-22
22:20
Merge trunk. ... (check-in: c57830be user: dmitry tags: symlinks)
19:02
Allow browsing of directories whose names contain characters that must be escaped for HTML. ... (check-in: 1ec0739c user: drh tags: trunk)
18:45
Add the Makefile.in file back into the checkout. ... (check-in: 5feb1d60 user: drh tags: trunk)
18:25
Merge the --showfiles enhancement from the venks-emacs branch into trunk. ... (check-in: 2b8cbf3c user: drh tags: trunk)
18:23 Fixed ticket [e8a10100]: fossil update -v is more than just verbose plus 1 other change ... (artifact: 1098c026 user: drh)
18:23
Merge the msw-hack branch into trunk. ... (check-in: af50b29c user: drh tags: trunk)
15:56 Edit [c6b371c46ca0e53e|c6b371c4]: Edit check-in comment. Change user to "martin.weber". ... (artifact: cb6ba4ff user: martin.weber)
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: c6b371c4 user: martin.weber tags: msw-hack)
15:40 New ticket [29e80911] make install doesn't create target directory. ... (artifact: 6b11fe07 user: martin.weber)
15:29 Ticket [e8a10100] fossil update -v is more than just verbose status still Open with 2 other changes ... (artifact: ef2c7c6d user: martin.weber)
15:26 Add attachment tst.sh to ticket [e8a10100] ... (artifact: de4f08b1 user: martin.weber)
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: b14ab41f user: venkat tags: venks-emacs)
17:24 Edit [02ce8b4a46822a7a|02ce8b4a]: Mark "Closed". Edit check-in comment. ... (artifact: 2c746a87 user: ge)
17:23 Closed ticket [0a6420e4]: fossil generates broken tar files when the file path is > 100 chars plus 2 other changes ... (artifact: 34d72041 user: ge)
2011-08-17
02:23 Ticket [3705eeeb] wiki page describing largest status still Open with 2 other changes ... (artifact: 6e18e81d user: martin.weber)
02:20 Ticket [bc0d0f56] Communication failure does not lead to exit(EXIT_FAILURE) status still Open with 2 other changes ... (artifact: f453aa56 user: martin.weber) ... 1 similar event omitted.
2011-08-16
18:35
update branch before making changes ... (check-in: 84e6f172 user: venkat tags: venks-emacs)
02:43
Update the built-in SQLite to the latest pre-3.7.8 version from the stat3-enhancement branch. And turn on SQLITE_ENABLE_STAT3. This will serve as a test of the stat3 enhancements to SQLite. ... (check-in: ce62a2b1 user: drh tags: trunk)
2011-08-15
09:13 Closed ticket [0d1971c5]: SSL client certificates ... (artifact: bcdc19d6 user: ben)
09:12 Edit [0bed863b697c9587|0bed863b]: Mark "Closed". ... (artifact: 3bd5c629 user: ben)
09:11 Edit [5de11ac6be4b07e2|5de11ac6]: Mark "Closed". ... (artifact: 69630550 user: ben)
09:11 Edit [47b5bf7d16650518|47b5bf7d]: Mark "Closed". ... (artifact: 2bf15e9c user: ben)
09:11 Edit [b21f47e96728496b|b21f47e9]: Mark "Closed". ... (artifact: 50b03d3b user: ben)
09:10 Ticket [0d1971c5] SSL client certificates status still Open with 2 other changes ... (artifact: 1466cc52 user: ben)
2011-08-14
23:14
Merge the ben-testing branch into trunk. ... (check-in: 9a0c9958 user: drh tags: trunk)
23:12
Fix the file_relative_name() function so that it works on windows. ... (Closed-Leaf check-in: 47b5bf7d user: drh tags: ben-testing)
17:54
Remove the seperate versionable version of db_get(), which now uses ctrlSettings to determine whether a setting is versionable or not. ... (check-in: 3113f7b1 user: ben tags: ben-testing)
07:21
Merge trunk into ben-testing, adjusting for versionable settings. ... (check-in: 246ac307 user: ben tags: ben-testing)
07:13
Change the relative-paths default to 'on', after feedback from the community. ... (check-in: 42a830e7 user: ben tags: ben-testing)
2011-08-12
12:13
Fix harmless compiler warnings in tar.c. ... (check-in: 073725ae user: drh tags: trunk)
11:54
When forcing a rollback following an error, reset all SQL statement first so that the rollback can be successful. ... (check-in: 9515143d user: drh tags: trunk)
09:29
Add link to SSL page from setting up server documentation ... (check-in: 64ae6579 user: ben tags: ben-testing)
09:26
Update documentation index. ... (check-in: e764e8f3 user: ben tags: ben-testing)
09:21
Add documentation for settings, SSL usage, and change log. ... (check-in: 0769acd2 user: ben tags: ben-testing)
2011-08-11
06:22 Ticket [4cec2370] Typo? status still Open with 1 other change ... (artifact: f60a7a2d user: bharder) ... 3 similar events omitted.
2011-08-10
18:53
Display of pathnames relative to working directory for status, changes and extras commands now controlled by 'relative-paths' setting (default: off) and --abs-paths and --rel-paths options. ... (check-in: cdd298f5 user: ben tags: ben-testing)
15:54
Change X-Frame-Options to SAMEORIGIN to give reasonable click-jacking protection without blocking some client side scripting currently in use by some fossil users. ... (check-in: b968f023 user: ben tags: trunk)
14:21 New ticket [acc4d41e] RSS feed over https is 'invalid'. ... (artifact: 36e13215 user: ron)
2011-08-07
22:52
Fix a (harmless) javascript error that occurs when the graph is empty. ... (check-in: 303dd442 user: drh tags: trunk)
10:56
Updates to the makefile documentation. ... (check-in: ef0b48de user: drh tags: trunk)
2011-08-05
19:14
Remove redundant assignment of the xCmp local variable in the add_files_in_sfile function. ... (check-in: cad1b4a4 user: mistachkin tags: trunk)
12:44 Edit [b78d999988489da0|b78d9999]: Change user to "viriketo". ... (artifact: 9aea3a1d user: viriketo)
12:43
Taking a note about a new test I should write about merges with renames.. ... (check-in: b78d9999 user: viriketo tags: merge_renames)
2011-08-04
22:17
Merge the --case-sensitive feature into trunk. ... (check-in: 874d0ca3 user: drh tags: trunk)
17:13
Add experimental changes to support the case-sensitive setting and the --case-sensitive command-line option for "add", "addremove", and "merge". ... (Closed-Leaf check-in: 4fee0ce2 user: drh tags: filename-case)
15:54
Merge trunk into ben-testing ... (check-in: 3eb07708 user: ben tags: ben-testing)
15:47 Edit [f6b8397e4b42aa97|f6b8397e]: Mark "Closed". ... (artifact: 91cd3659 user: ben)
14:32
Merge the ben-minorchanges branch into trunk. ... (check-in: 83c032de user: drh tags: trunk)
2011-08-02
18:42
Use the automatic background color algorithm for individual file timelines in addition to the global timeline. ... (check-in: abe7b833 user: drh tags: trunk)
Previous month ↓