Timeline
Not logged in

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

50 events occurring around 0e6b7bc363e9e22f.

2012-10-20
00:29
Report unresolved conflicts on "fossil status". Refuse to commit with unresolved conflicts if the --conflict flag is omitted from "fossil commit". check-in: 1fb2ca625b user: drh tags: conflict-tracking
2012-10-19
18:36
Add a mention of the ability to do dynamic loading of Tcl to the change log. (This change originally checked into the wrong branch.) check-in: e40e4faabb user: drh tags: trunk
18:35
Add a mention of the ability to do dynamic loading of Tcl to the change log. Closed-Leaf check-in: 5678565bec user: drh tags: embedded-doc-buttons
18:33
All submenu buttons on embedded documentation pages using markup of the form: <a class="button" href="...">LABEL</a>. check-in: 563b3ccb7b user: drh tags: embedded-doc-buttons
17:34
Simple changes that allows embedded documentation *.wiki files to contain unrestricted HTML. This is on a branch because I don't believe we want to go this way, but I might change my mind later. Leaf check-in: 463df97c06 user: drh tags: full-html-for-embedded-docs
17:04
Fix a typo in the Style document. check-in: 2116906fb1 user: drh tags: trunk
15:29
Further edits to the change log for 1.24. check-in: 5ea7a3ec56 user: drh tags: trunk
14:36
Add a proposed change log for the next release. check-in: a8a0985318 user: drh tags: trunk
13:30
Increase the version number to 1.24. check-in: caa4d5786f user: drh tags: trunk
2012-10-18
05:11
dequote_git_filename: missing return type check-in: ee424936da user: jan.nijtmans tags: trunk
2012-10-17
17:50
It turns out that filenames in git-fast-export format can be quoted, if they contain special characters. Update the importer to dequote those names before trying to use them. check-in: 77cbe38af0 user: drh tags: trunk
14:05
Picking the latest fix in trunk check-in: 39a59de8cb user: viriketo tags: annotate_links
14:04
I think I fix the previous commit, that should avoid committing a ticket manifest if it has no changes. It was ignoring the ticket appends.    In the case of only appending, the user was not notified not properly redirected, and the ticket chagnes were not committed.    Still, there should be some kind of warning to the user, if it ends up in such situ... check-in: f02946aa8b user: viriketo tags: trunk
2012-10-16
23:14
Merge updates from trunk. check-in: ce3b312a15 user: mistachkin tags: tclRdOnly
12:19
Updating from trunk. check-in: 3cdf9480dd user: viriketo tags: annotate_links
12:18
Fixing buffer overflows in the width calculation of sbsDiff. check-in: 314a294321 user: viriketo tags: annotate_links
01:22
merge trunk check-in: 7f939bd8d7 user: jan.nijtmans tags: use-utf8-in-win-external-editor
01:11
unused variable includeDotFiles struct utimbuf -> struct _utimbuf (compiler warning with mingw-w64) a few "const" additions (lower memory footprint, allows C-compiler to optimize better) check-in: 6032dd51f2 user: jan.nijtmans tags: trunk
2012-10-15
15:10
Avoid entering a ticket-change artifact that does not specify any changes. check-in: 7097562813 user: drh tags: trunk
15:09 Closed ticket [68b4e947d0]: '"Fossil"' is not recognized as an internal or external command artifact: 299fb7cf31 user: drh
15:01
Fix the windows build for the 1.19 branch. check-in: d3e7557a54 user: drh tags: branch-1.19
14:41
The name_to_rid() routine returns record-IDs even if they do not appear in the EVENT table. check-in: a758144e26 user: drh tags: trunk
14:31
Add a prototype "test-orphans" command. Does not yet work exactly right. check-in: 1ec715ae34 user: drh tags: trunk
05:28
unused variable includeDotFiles struct utimbuf -> struct _utimbuf (compiler warning with mingw-w64) a few "const" additions check-in: d2e1469d12 user: jan.nijtmans tags: use-utf8-in-win-external-editor
05:11
merge trunk check-in: 69a0db2dd0 user: jan.nijtmans tags: use-utf8-in-win-external-editor
05:09
bug-fix: is_temporary_file expects utf8, not unicode on Windows check-in: 0e6b7bc363 user: jan.nijtmans tags: trunk
2012-10-14
20:09
Bug-fix: missing blob_zero. This commit is done with a big-endian unicode comment file check-in: 8a0c2c366c user: jan.nijtmans tags: use-utf8-in-win-external-editor
19:55
implement big-endian unicode decoding for commit message files check-in: 514f71a1cf user: jan.nijtmans tags: use-utf8-in-win-external-editor
2012-10-13
18:38
merge trunk check-in: 0111420601 user: jan.nijtmans tags: use-utf8-in-win-external-editor
17:31
Omit the "private" tag from private check-ins. This opens up the possibility of publishing check-ins that were originally private. Fix the "deconstruct" command so that it omits private artifacts unless the --private option is used. check-in: 6545e6cf74 user: drh tags: trunk
14:19
Add the --temp option to the "fossil extra" and "fossil clean" commands. check-in: 3206b6485a user: drh tags: trunk
2012-10-12
13:21
Show the complete text of added and removed files on the "vdiff" webpage. check-in: c32a97e1b2 user: drh tags: trunk
2012-10-11
20:58
Tweaks to the "fileages" user interface. check-in: da2fe1be82 user: drh tags: trunk
19:45
Cherrypick changes [0c37874941c8972], [9ba8a393fcc569b], and [ae092ec605eed11] in order to backport the --setmtime option of "fossil update" and the --age and -t options of "fossil ls" to version 1.19. check-in: 773c6c5f2c user: drh tags: branch-1.19
19:22
Add the --setmtime command-line option to "fossil update". When this option is used, the mtime of all unmodified managed files is set to the time when that file was originally checked in. check-in: ae092ec605 user: drh tags: trunk
18:33
Back out the undo/redo logic changes of [0c37874941c89] that caused the mtime to be restored on files. Playing games with mtimes is bad policy. Consider a scenario: "fossil merge; make; fossil undo; make". If the mtimes are reset by undo, then the second "make" above will not work correctly.    This is not a complete backout of [0c37874941c89] as... check-in: 5c0843a8f1 user: drh tags: trunk
14:21
Add the "fileage" webpage. check-in: 368347d660 user: drh tags: trunk
2012-10-10
20:03
Add the internal checkin_mtime() function. Use it to implement the --age and -t options to the "fossil ls" command. check-in: 9ba8a393fc user: drh tags: trunk
16:06
The "fossil undo" and "fossil redo" commands remember file mtimes and restore them appropriately. When upgrading through this version, you may need to run "fossil undo --reset" to clear your old undo stack. check-in: 0c37874941 user: drh tags: trunk
2012-10-09
14:32
An alternative way to get mime-types from attachments for the "raw" page. Leaf check-in: b21df7ecaf user: drh tags: experimental
14:19
Adding mime types for some openoffice documents check-in: 770cf7fc35 user: viriketo tags: annotate_links
14:01
Fixing the vdiff submenus, so they behave as usual (for this branch) check-in: 4cf8c3d348 user: viriketo tags: annotate_links
13:53
Adding back the branch telling at checkin info for vdiff. check-in: e29d3822e9 user: viriketo tags: annotate_links
13:48
Updating from trunk. I solved some merge conflicts: 1) the checkin info in the vdiff page, taking that from trunk, and 2) the vdiff menu options, which I tried to get similar to what I had in the branch. check-in: f4b082d464 user: viriketo tags: annotate_links
13:30
Making the raw page download guess the mime type based on filename also for attachments, not only repository files. check-in: 5f3916ac5b user: viriketo tags: trunk
01:41
Update SQLite from upstream in order to test SQLite. check-in: 51858373cb user: drh tags: trunk
2012-10-08
13:50
Fix references to uninitialized memory when existing the SQL shell. check-in: 1955e6a69d user: drh tags: trunk
2012-10-07
17:51 Edit [c1fdc63630435a3c]: Cancel tag use-utf8-in-win-external-editor. artifact: 42c9e91d2c user: jan.nijtmans
17:18
merge trunk make Notepad the default comment editor on Windows check-in: 10cf72bd3b user: jan.nijtmans tags: use-utf8-in-win-external-editor
17:17 Edit [3a20d89d953ba96e]: Move to branch use-utf8-in-win-external-editor. artifact: 51826abc40 user: jan.nijtmans