Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
8 check-ins using file src/checkin.c version 22ac5a70a0
|
2012-11-02
| ||
| 17:22 | Adjustments to looks_like_utf16 to handle wchar_t being missing or not 2 bytes. check-in: 7d881d8280 user: mistachkin tags: trunk | |
| 08:31 |
speedup mimetype_from_content() by using a 256 byte array.
Mark VT and Ctrl-Z as text bytes, not binary. Decrease maximum UTF-16 line length to 2731 Check for FFFF in addition to 0, in UTF-16/binary detection. check-in: d804902f23 user: jan.nijtmans tags: trunk | |
| 03:30 | Add the new moderation permissions to the list maintained by the JSON code. check-in: 1cc7e8ce29 user: mistachkin tags: trunk | |
| 03:10 | Use local variable when checking for a carriage-return in looks_like_utf8/utf16. Update custom MinGW makefile. check-in: 531b2e2df0 user: mistachkin tags: trunk | |
| 02:41 | Clean up some harmless compiler warnings. check-in: 0a4193be58 user: drh tags: trunk | |
| 02:36 | Merge the "moderation" branch into trunk. This adds the ability to have an approval process for edits to Wiki and Tickets, including creating new Wiki and Tickets and adding attachments. Probably there are still some problems, but things are working well enough for trunk. check-in: ba418ee1ce user: drh tags: trunk | |
| 02:27 | Merge commit warning and file content type detection changes to trunk. check-in: 0c7c61447f user: mistachkin tags: trunk | |
|
2012-11-01
| ||
| 20:19 | Add detection of binary data with no leading UTF-16 byte-order-mark. Closed-Leaf check-in: 7d3a06b89a user: mistachkin tags: commitWarningV2 | |