Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events occurring around ab5a6b436e7be0b4.
2012-11-01
| ||
10:20 | Restore Style fix, which got lost by [618258421767778c] check-in: ef6c243ed9 user: jan.nijtmans tags: trunk | |
07:40 | dont check for same BOM twice check-in: 8c32e6f0dd user: jan.nijtmans tags: trunk | |
03:45 | • Edit [d57f0a9361c0da4b]: Marked "Closed". artifact: dbe1343eaf user: mistachkin | |
03:44 | Merge commit warning and looks_like_text() enhancements to trunk. Further changes based on these will occur on a branch. check-in: 6182584217 user: mistachkin tags: trunk | |
2012-10-31
| ||
23:07 | Improvements to the display of Wiki and Ticket changes. check-in: ba0ae3b24a user: drh tags: moderation | |
20:56 | adapt comments accordingly check-in: b5123d5154 user: jan.nijtmans tags: improve_looks_like_binary | |
20:49 | Don't make it too complicated, too much risk to break other things. check-in: de5a2ef661 user: jan.nijtmans tags: improve_looks_like_binary | |
20:40 | Initial infrastructure for adding the ability to moderate Wiki and Ticket changes. check-in: ef112586a0 user: drh tags: moderation | |
19:48 | Add the wiki-moderator and ticket-moderator permissions. Not yet used. check-in: fc0bffd995 user: drh tags: trunk | |
14:56 | Some more style en comment fixes, backported from [d57f0a9361], that I missed before. check-in: 1e2fdf98bc user: jan.nijtmans tags: trunk | |
14:15 | Add the "fossil test-missing" command. Make test-missing and test-orphans available to "fossil all". check-in: eb94999143 user: drh tags: trunk | |
13:58 | fix comment check-in: e1aed25eee user: jan.nijtmans tags: improve_looks_like_binary | |
12:58 | Two more enhancements. - DOS text files sometimes use Control-Z (0x1a) as eof-marker, so this byte should be considered text. - FEFF, FFFE and FFFF are invalid UTF-16 code points (when not used as BOM), so files containing those should be considered binary. check-in: e3f3c390f1 user: jan.nijtmans tags: improve_looks_like_binary | |
12:12 | Enhance the control-artifact parser to optionally return an error when the parse fails. Fix a bug in the artifact parser which caused it to ignore Z-card checksum failures. check-in: aab9e66b8b user: drh tags: trunk | |
09:56 | strip BOM from artifacts embedded in HTML or text check-in: 01050d689d user: jan.nijtmans tags: trunk | |
09:15 | Fix UTF-16 line length determination: j is counted in characters, not bytes. check-in: 44c6be2ab6 user: jan.nijtmans tags: improve_looks_like_binary | |
08:43 | Enhance looks_like_text(): - Detect line-length overflow earlier, not at the next NL - Implement the same binary and line-length check for UTF-16 as well For UTF-16, the line-length limit is set to 2/3th of the line length limit for other text, because UTF-16 -> UTF-8 conversion can increase the line length (in bytes) by max 50%. This gu... check-in: 58702daa55 user: jan.nijtmans tags: improve_looks_like_binary | |
00:11 | Avoid the use of stdarg.h in the "all" command, since it was causing problems for reasons I do not understand. check-in: ec4c935223 user: drh tags: trunk | |
2012-10-30
| ||
20:10 | Faster determination of binary files, by not only checking for NUL re-use looks_like_blob check-in: 0ba08f9d26 user: jan.nijtmans tags: improve_looks_like_binary | |
18:14 | Update to the version of SQLite that adds support for coroutines used to generate subqueries. check-in: bdbe6c74b8 user: drh tags: trunk | |
16:16 | merge trunk check-in: 27d8f1b6d0 user: jan.nijtmans tags: use-blob_strip_bom | |
16:14 | Style en comment fixes, backported from [d57f0a9361] check-in: c7b2b2ed3c user: jan.nijtmans tags: trunk | |
15:18 | working utf-16 diff, still being tested check-in: 879d1e2405 user: jan.nijtmans tags: use-blob_strip_bom | |
10:23 | Fix a typo in a comment. check-in: 1167d7b145 user: drh tags: trunk | |
08:06 | take over various stylistic adjustments check-in: ab5a6b436e user: jan.nijtmans tags: use-blob_strip_bom | |
02:17 | Refactor commit warning functionality. Break out UTF-16 BOM detection into a new function. Style and comment fixes. Closed-Leaf check-in: d57f0a9361 user: mistachkin tags: commitWarning | |
2012-10-29
| ||
22:34 | • Задача [d23fb0b742] i18n for commit comments статус остался Open с 1 изменением artifact: fc93890ca9 user: jan.nijtmans | |
22:09 | Working "c=convert" option for [fossil commit]. Just to be tested a little bit more. check-in: a97aa34920 user: jan.nijtmans tags: use-blob_strip_bom | |
16:01 | fix bit handling check-in: 1badca9491 user: jan.nijtmans tags: use-blob_strip_bom | |
15:57 | (experiment) Allow 'c' for converting unicode/crlf files at user request, not complete yet. check-in: 121394b04f user: jan.nijtmans tags: use-blob_strip_bom | |
15:24 | • Edit [70b4f105ebaab44c]: Edit check-in comment. artifact: a7fd691a23 user: jan.nijtmans | |
14:45 | • Edit [9267dba49830aeda]: Marked "Closed". artifact: 83f2091302 user: jan.nijtmans | |
14:45 | Allow unicode files for Wiki-rendering on Windows. Trying to commit a file with an UTF-16 BOM will now give a warning, just as a file containing crlf The --args command line option now accept UTF-16 files as well check-in: 70b4f105eb user: jan.nijtmans tags: trunk | |
14:35 | fix "possible unresolved merge conflict" warning message to show the pathname relative to the wd in stead of the root check-in: 2a15d87edb user: jan.nijtmans tags: trunk | |
14:04 | fix handling of "crlf-glob" option: UTF-16 BOM's always give a warning now Closed-Leaf check-in: 9267dba498 user: jan.nijtmans tags: use-blob_strip_bom | |
08:27 | merge trunk check-in: f61d0a1c50 user: jan.nijtmans tags: use-blob_strip_bom | |
2012-10-28
| ||
23:01 | Simplify the looks_like_binary() macro. Remove literal tab character, adjust styling and comments in looks_like_text(). check-in: c8e72df08e user: mistachkin tags: trunk | |
22:38 | • Edit [b2204034ecb389e5]: Edit check-in comment. artifact: 4c6d14245b user: jan.nijtmans | |
22:37 | missing <tr> tag check-in: b2204034ec user: jan.nijtmans tags: trunk | |
22:08 | merge trunk check-in: 6c41027335 user: jan.nijtmans tags: use-blob_strip_bom | |
21:52 | now tested with ssl enabled as well check-in: 101a53cfc9 user: jan.nijtmans tags: trunk | |
21:38 | - finally, do the ++j update in looks_like_text() right - More consistancy in prompt handling: accept Capitals everywhere, use '(' not '[', and abbreviate yes/no to y/N everywhere check-in: 7c527165a6 user: jan.nijtmans tags: trunk | |
21:20 | • Edit [204680eedc023295]: Edit check-in comment. artifact: 8b3944072a user: jan.nijtmans | |
20:47 | .. but don't forget to update j check-in: 6542935c9d user: jan.nijtmans tags: trunk | |
20:40 | speed-up looks_like_text(), by eliminating variable "i" and handle first character separately. check-in: 204680eedc user: jan.nijtmans tags: trunk | |
17:28 | Performance enhancement for branch name look-ups. check-in: 186405ce3a user: drh tags: trunk | |
10:05 | fix abandoning message check-in: f57f74b2af user: jan.nijtmans tags: use-blob_strip_bom | |
10:03 | merge trunk check-in: 0b6b0dfd0b user: jan.nijtmans tags: use-blob_strip_bom | |
09:34 | modify looks_like_binary() to looks_like_text() such that it is usable in cr_warning() as well check-in: 1bffce5230 user: jan.nijtmans tags: trunk | |
09:05 | glad that I double-checked.... check-in: 6feba0dba5 user: jan.nijtmans tags: trunk | |