Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
21 check-ins using file src/cgi.c version e39a4ebbec
|
2010-08-24
| ||
| 01:24 | Fix a potential sigfault that can occur in the graph generator if the child is older than its parent. ... (check-in: 7503f98779 user: drh tags: trunk) | |
|
2010-08-23
| ||
| 22:24 | Omit the link to the "ZIP archive" if the user does not have permissions to download the ZIP archive. Ticket [f18142409088bfc707e26]. ... (check-in: 8474ca6747 user: drh tags: trunk, release) | |
| 22:19 | Print a warning if there are unfinalized SQL statements when fossil shuts down. Take care to finalize all statements in the "commit" command. ... (check-in: 94d8e9cd4b user: drh tags: trunk) | |
| 19:33 | Update SQLite to the 3.7.2 release candidate. ... (check-in: 6fd2ff1b09 user: drh tags: trunk) | |
|
2010-08-21
| ||
| 17:32 | Use a more precise (though slower) diff algorithm when working with small strings whose differences are hard to detect. ... (check-in: 1e08452c65 user: drh tags: trunk) | |
| 04:06 | The command-line "diff" does not ignore whitespace at the end of lines and it generates a well-formed patch file that can be fed directly into "patch -p 0". Ticket [a9f7b23c2e376af]. GUI diffs and the merge commands do ignore end-of-line whitespace. ... (check-in: 5ef7435ac0 user: drh tags: trunk) | |
| 03:33 | Change the built-in "diff" so that it no longer ignores whitespace at the end of lines, as doing so confuses the "patch" command. Ticket [a9f7b23c2e376af5b0] ... (check-in: 7f788bdb04 user: drh tags: trunk) | |
| 03:27 | Fix a potential segfault in the graph generator when check-ins occur with time skew. ... (check-in: 32c9c47c93 user: drh tags: trunk) | |
|
2010-08-20
| ||
| 19:56 | Update SQLite to the latest version 3.7.1 beta. ... (check-in: 79c9de763a user: drh tags: trunk) | |
| 19:42 | Improvements to the graph layout algorithm. ... (check-in: 98870a8510 user: drh tags: trunk) | |
|
2010-08-19
| ||
| 11:46 | Output appropriate error messages and abort if the date argument to the --date-override option is malformed. Ticket [dba59ec54423f19] ... (check-in: e0248776d3 user: drh tags: trunk) | |
|
2010-08-18
| ||
| 17:27 | Allow a checkout of the very first (empty) version of a project. ... (check-in: 61ca4141cc user: drh tags: trunk) | |
| 16:51 | Take care to close the separate dbConfig database connection when shutting down. ... (check-in: c6187a83a5 user: drh tags: trunk) | |
| 15:27 | Always run a checkpoint on all database files before exiting. ... (check-in: 8b85b21a0a user: drh tags: trunk) | |
| 02:22 | Update the internal SQLite to a 3.7.1 release candidate. ... (check-in: 07afdea6e2 user: drh tags: trunk) | |
|
2010-08-16
| ||
| 19:06 | extend new "comment" feature of "info" subcommand to include username ... (check-in: 391ef2853b user: bch tags: trunk) | |
| 12:11 | Add the "comment:" field to the output of "fossil info". ... (check-in: da52ff9363 user: drh tags: trunk) | |
| 10:52 | Fix a comment typo in the captcha generator. Extend the graph lines to the bottom of the timeline even if the last few entries on timeline are tickets or wiki edits instead of checkins. ... (check-in: 76201a088b user: drh tags: trunk) | |
|
2010-08-15
| ||
| 19:57 | The "Branches" menu option shows only open branches. Closed branches are accessible from a hyperlink. ... (check-in: 518439507a user: drh tags: trunk) | |
| 19:36 | Fix to the DOCTYPE of generated HTML pages. Ticket [25ff8cff2bdb41766e91] ... (check-in: c1bec02aae user: drh tags: trunk) | |
| 19:34 | Recognize the HTTPS line in the HTTP header. Ticket [d83227cdda3d786d3743b2] ... (check-in: 3dc62d54d0 user: drh tags: trunk) | |