Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
24 check-ins using file src/skins.c version a9c85593f7
|
2012-11-12
| ||
| 14:49 | Added the --sshtrace command-line option that provides diagnostic output on the connection setup for all SSH sync traffic. Make the SSH connection setup pause waiting for responses, if the desired response is not obtained right away. check-in: 00cf858afe user: drh tags: trunk | |
| 13:19 | merge trunk check-in: aaa1cb04dd user: jan.nijtmans tags: improve_commit_warning | |
| 13:16 | revert unrelated changes check-in: 2c5844b1be user: jan.nijtmans tags: convert_before_commit | |
|
2012-11-11
| ||
| 22:42 | Further attempts to help the "ssh" sync protocol move past noisy motd comments and other extraneous login text, synchronize with the remote end, and start exchanging messages successfully. check-in: 4473a27f3b user: drh tags: trunk | |
| 17:59 | Add the --binary-ok flag to the "fossil commit" command. Ticket [63cc656c9dfef126] check-in: 8c7faee6c5 user: drh tags: trunk | |
|
2012-11-10
| ||
| 01:12 | Reverse the labels on the Add/Delete indentation buttons in the Wysiwyg editor. Ticket [9d4cb9cf117b10a68] check-in: 449947b7d6 user: drh tags: trunk | |
| 00:26 | Enhance the fossil_reserved_name() function to include the repository filename and its journals and auxiliary files. Ticket [7d790e7e5e0f701e01]. check-in: 8b06be709f user: drh tags: trunk | |
|
2012-11-09
| ||
| 23:35 | Pull the latest SQLite from upstream for testing purposes. check-in: 50c534ee53 user: drh tags: trunk | |
| 11:56 | In html5, every table row is expected to have the same number of cells. check-in: cc746fc66c user: jan.nijtmans tags: trunk | |
| 07:47 | merge trunk check-in: 49f73889b3 user: jan.nijtmans tags: convert_before_commit | |
|
2012-11-08
| ||
| 20:51 | Correctly escape ZIP and Tarball filenames for URLs. Limit SHA1 hashs on diff URLs using %S instead of %s. Limit the number of links to follow off of each page in the many-www.tcl test script. check-in: 76e8600b94 user: drh tags: trunk | |
| 20:28 | Update the many-www.tcl test script to stage the URLs testing and to run more of them. check-in: 691f188402 user: drh tags: trunk | |
| 16:51 | Properly escape spaces in URLs in an href attribute. check-in: cd8aad4392 user: drh tags: trunk | |
| 16:25 | Short-circuit a rare pathological case in the diff generator to prevent it from taking too much time. check-in: 353438a83b user: drh tags: trunk | |
| 16:09 | Add a new test script that runs 10,000 web pages without valgrind looking for performance issues or fatal errors. Fix one incorrect SQL statement found by this script. Update the valgrind test script to run discovered web pages in a random order. check-in: a106404272 user: drh tags: trunk | |
| 15:47 | merge trunk check-in: 4b9243f6a0 user: jan.nijtmans tags: convert_before_commit | |
| 15:45 | accidently committed two unrelated files... check-in: b1199eb92b user: jan.nijtmans tags: trunk | |
| 15:40 | another minor xhtml error. check-in: 44d5ad59b4 user: jan.nijtmans tags: trunk | |
| 14:42 | Add a test script that runs one thousand web page queries using valgrind, looking for memory issues. Fix one use-after-free issue found using this script. check-in: 9e0da27437 user: drh tags: trunk | |
| 13:46 | Escape all characters in the href attributes of <a> elements that have special meaning to HTML. Ticket [5ff2043c96682049]. check-in: d5c4684508 user: drh tags: trunk | |
| 13:44 | Always HTML-encode the href attribute of <a> elements. This check-in simplifies and fixes double-frees in the previous. Ticket [5ff2043c9668] Closed-Leaf check-in: 35bfedef3e user: drh tags: ticket-5ff2043c96 | |
| 12:04 | one more similar fix, in xhref(). There is only one hyperlink using xhref with ampersands, in the "vinfo" and "ci" pages, but just for completeness… check-in: e47d862a59 user: jan.nijtmans tags: ticket-5ff2043c96 | |
| 09:45 | suggested fix for [5ff2043c96] check-in: d1f16f718a user: jan.nijtmans tags: ticket-5ff2043c96 | |
| 09:20 | a few more minor html5 violations check-in: 1858d202ef user: jan.nijtmans tags: trunk | |