Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 check-ins occurring around 2012-10-22 14:56:53.
|
2012-10-26
| ||
| 20:46 | Force the correct join order on timeline generation using a CROSS JOIN. check-in: 60b409322a user: drh tags: trunk | |
| 20:33 | Merge the optimizations into trunk. check-in: 09681e17bb user: drh tags: trunk | |
| 20:18 | Bring in the latest SQLite from upstream. Closed-Leaf check-in: bda00cbada user: drh tags: optimization | |
| 16:45 | Minor performance optimization on wiki rendering. check-in: 25d99f2698 user: drh tags: optimization | |
| 13:01 | merge trunk check-in: bc027af59b user: jan.nijtmans tags: use-blob_strip_bom | |
| 12:38 | Oops, not too fast..... check-in: 884dd2331c user: jan.nijtmans tags: use-blob_strip_bom | |
| 12:28 |
src/stash.c: In function ‘stash_cmd’: src/stash.c:377:16: warning: ‘stashid’ may be used uninitialized in this function src/stash.c:472:7: note: ‘stashid’ was declared herecheck-in: 10e0d0b256 user: jan.nijtmans tags: trunk | |
| 12:14 | a little consistancy: Allow lower and uppercase for all commit responds, so if Caps-Lock hangs that doesn't matter any more. check-in: 110d68f2a1 user: jan.nijtmans tags: use-blob_strip_bom | |
| 09:44 |
Even though wiki pages can now be in UNICODE on Windows, this is still not recommended: A diff doesn't work, and it is Windows-only.
So give out a warning when a UNICODE file is attempted to be checked in on Windows, just as for CrLf files as well Implement looks_like_text(), similar to looks_like_binary() but it can distinguish more types... check-in: 748071a25d user: jan.nijtmans tags: use-blob_strip_bom | |
| 09:07 |
use blob_strip_bom() in wikiformat.c
This has the effect that on Windows wiki pages can now be in unicode as well. check-in: 05033666fd user: jan.nijtmans tags: use-blob_strip_bom | |
| 08:19 |
use blob_strip_bom in main.c
This has the effect that on Windows the --args file accepts a unicode file, starting with a UTF-16 BOM as well check-in: cbb24cf854 user: jan.nijtmans tags: use-blob_strip_bom | |
| 02:35 | Improvements to side-by-side diff alignment. check-in: 511405f426 user: drh tags: trunk | |
| 01:38 | Improvements to the way binary files are detected. check-in: 8a1c80fb34 user: drh tags: trunk | |
|
2012-10-25
| ||
| 14:50 |
diff.c:looks_like_binary(): No need to make the blob null-terminated.
checkin.c: Make limits the same as in looks_like_binary(), preparation to move the function to diff.c Closed-Leaf check-in: c3ec6309fd user: jan.nijtmans tags: improve_looks_like_binary | |
| 13:59 | Allow the deletion of multiple stash entries using "fossil stash rm" with multiple arguments. Multi-stash deletion is undoable. check-in: f41308d780 user: drh tags: trunk | |
| 10:27 | use utf8 in stash comment editor on Windows, just like the commit comment editor check-in: fb565614db user: jan.nijtmans tags: trunk | |
|
2012-10-24
| ||
| 19:08 | Fix the --setmtime flag on fossil-commit so that it works when changing version, and not just when updating the current version. check-in: d4bdac3c51 user: drh tags: branch-1.19 | |
| 19:04 | Fix the --setmtime flag on fossil-commit so that it works when changing version, and not just when updating the current version. check-in: 1d3256cbca user: drh tags: trunk | |
| 13:43 | Removing superfluous parenthesis in html output. check-in: ad9cf1cad6 user: viriketo tags: trunk | |
| 07:42 | relax Wiki name restriction Closed-Leaf check-in: d5453ca06a user: jan.nijtmans tags: ticket-897c39d284 | |
|
2012-10-23
| ||
| 18:20 | Simplifications to the checkout-db schema auto-update mechanism. check-in: 21f8161e8e user: drh tags: trunk | |
| 13:54 | Fix source code formatting in winhttp.c. check-in: 9d8bdc90f9 user: drh tags: trunk | |
|
2012-10-22
| ||
| 21:16 | Update to Toni Rönkkö's latest version (1.12.1) of dirent.h http://www.softagalleria.net/dirent.php check-in: f460839cff user: jan.nijtmans tags: trunk | |
| 17:29 | Merge the changes to use various UTF encodings for win32 check-in comment editor into trunk. check-in: cc01ec5094 user: drh tags: trunk | |
| 14:56 | merge trunk Closed-Leaf check-in: c7703868b3 user: jan.nijtmans tags: use-utf8-in-win-external-editor | |
| 13:38 | Merge in the ability to add submenu buttons on embedded documentation using hyperlinks with the "button" class. check-in: 18c310afd8 user: drh tags: trunk | |
| 13:23 | Merge the changes to show unresolved conflicts in "fossil status" and to prevent committing unresolved conflicts. check-in: 7d34d1748a user: drh tags: trunk | |
| 12:48 | Version 1.24 check-in: 8d758d3715 user: drh tags: trunk, release, version-1.24 | |
|
2012-10-21
| ||
| 19:07 | Make sure that Tcl integration related script errors have consistent casing. check-in: d769ee702b user: mistachkin tags: trunk | |
| 00:54 | Fix a crash bug that comes up when trying to view the history of files whose names contain charaters that require URL escapes. This is a cherry-pick of [65f495bc06767] which was committed to the wrong branch. check-in: 9c6f9e7a8c user: drh tags: trunk | |
| 00:52 | Fix a crash bug that comes up when trying to view the history of files whose names contain charaters that require URL escapes. Closed-Leaf check-in: 65f495bc06 user: drh tags: conflict-tracking | |
|
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. Closed-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 | |