Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
84 check-ins using file src/report.c version 79992110fa
|
2009-06-25
| ||
| 13:00 | Update the SQLite implementation to the latest from CVS. ... (check-in: 0e82ba024c user: drh tags: trunk) | |
| 12:58 | Add the new logo images showing the lizzard skeleton with the "FOSSIL" text at the bottom. Both EPS and GIF formats added. ... (check-in: 3c62437034 user: drh tags: trunk) | |
| 12:26 | Potential fix for [40df1ced7e]. ... (check-in: 2554ba460d user: drh tags: trunk) | |
|
2009-06-20
| ||
| 23:05 | Change the disk number start from 1 to 0 in generated ZIP archives. Ticket [04cba6a00145ab597dabc48ad5ee688496a57650] ... (check-in: deb6f2af4f user: drh tags: trunk) | |
| 13:06 | Fix a bug that prevented the IP address of website users from being recorded in the administator logs. ... (check-in: 266b6127f6 user: drh tags: trunk) | |
|
2009-06-14
| ||
| 15:09 | Fix typo in "finding home dir" error error message. ... (check-in: 16eae22891 user: bch tags: trunk) | |
|
2009-06-10
| ||
| 22:05 | Added 'achtung' CSS class to the Preview label, to make it more obvious (but i still think the preview should arguably be below the editor (but could be convinced otherwise)). ... (Closed-Leaf check-in: 4ba7b9c288 user: stephan tags: trunk) | |
|
2009-06-07
| ||
| 17:45 | Add the logo to the repository. Make the logo appear on the homepage. ... (check-in: 5882d97495 user: drh tags: trunk) | |
| 17:27 | If embedded wiki documentation begins with <title>...</title> then use the text within the markup as the title of the document. ... (check-in: f88e2e7a13 user: drh tags: trunk) | |
| 17:05 | Update the SQLite implementation to the latest as of the time of this comment (SQLite CVS version 6726). This fixes an alignment problem. Ticket [95ab8f02c3]. ... (check-in: e1917f2cee user: drh tags: trunk) | |
|
2009-06-01
| ||
| 16:13 | minor help text correction for 'wiki' command ... (check-in: 5e8fb35db1 user: stephan tags: trunk) | |
|
2009-05-28
| ||
| 02:44 | Add the --keep option to the "open" and "checkout" commands. Added the --latest option to "checkout". These changes allow one to shift the baseline version and repository of a checkout without changing any files in the checkout. ... (check-in: 915bfd99fe user: drh tags: trunk) | |
|
2009-05-27
| ||
| 02:45 | changed title of admin/behavior page to be consistent with the other pages ... (check-in: 7b32e45bd7 user: erik tags: trunk) | |
| 02:38 | added the behavior section to the admin page. It allows the user to enter fossil settings via the web ui ... (check-in: 92e85dc68e user: erik tags: trunk) | |
|
2009-05-25
| ||
| 14:25 | Update the built-in SQLite version to 3.6.14.2. ... (check-in: d21b90e365 user: drh tags: trunk) | |
|
2009-05-18
| ||
| 18:54 | Upgrade SQLite to version 3.6.14.1. ... (check-in: 3b76c0474e user: drh tags: trunk) | |
|
2009-05-09
| ||
| 06:19 | mods to creole parser and add some default style for creole tables. ... (check-in: 26af399a5c user: robert tags: creole) | |
|
2009-05-08
| ||
| 10:04 | Whoops - forgot to add the parser! ... (check-in: b877d2cfcd user: robert tags: creole) | |
| 09:52 | Initial commit of Creole Wiki Parser extension. ... (check-in: ecd1f09632 user: robert tags: creole) | |
|
2009-05-07
| ||
| 00:47 | Update the built-in SQLite to version 3.6.14. ... (check-in: b4ec5750c6 user: drh tags: trunk) | |
|
2009-04-29
| ||
| 03:59 | checkpoints for the is_ticket() function ... (Closed-Leaf check-in: 5d49162a31 user: bch tags: fix artifact checkout) | |
| 03:51 | test recycling "is_ticket()" from wikiformat.c as a way to avoid trying to checkout a ticket ... (check-in: 695b1c7563 user: bch tags: fix artifact checkout) | |
|
2009-04-27
| ||
| 08:43 | Experimental - Pass < !-- --> comments through the wiki unchanged unless inside a < verbatim > block in which case it is htmlized. Also pass < span > tags, treating them as font markup. These changes make it easier to convert existing html pages and specifically allow the inclusion of license text in pages derived from copyright material. ... (Closed-Leaf check-in: 47cc9dfec8 user: robert tags: pass-comments, robert-exp) | |
|
2009-04-24
| ||
| 18:40 | There is some bug in the new HTTP transport layer. The easiest solution is to close the TCP connection after each round trip, which is what this check-in does. ... (check-in: 767ae79c3d user: drh tags: trunk) | |
|
2009-04-19
| ||
| 06:14 | fix for ticket [8832434e32], wrong args for checkoutable() ... (check-in: ab6a293182 user: bch tags: fix artifact checkout) | |
| 05:48 | branch, start committing hacking that will hopefully yield fix to this problem: one is allowed to checkout "artifacts" that should not be checkout-able (ie: changes to tickets); trying to check this out is permitted, but results in a segfault ... (check-in: 4fff366109 user: bch tags: fix artifact checkout) | |
|
2009-04-13
| ||
| 09:50 | Update to version SQLite 3.6.13 ... (check-in: 879e8c5f32 user: drh tags: trunk) | |
|
2009-04-11
| ||
| 13:07 | Actually get the "file:" transport working this time. ... (check-in: a742cfa292 user: drh tags: trunk) | |
| 12:53 | Merge in wiki typo fixes. ... (check-in: ece2c766a2 user: drh tags: trunk) | |
| 12:51 | Add support for "file:" URLs on push, pull, and sync. ... (check-in: 945ecd1a8b user: drh tags: trunk) | |
|
2009-04-07
| ||
| 04:12 | typo ... (check-in: 6fe981ec56 user: bch tags: trunk) | |
| 04:04 | typo ... (check-in: 434c350a45 user: bch tags: trunk) | |
|
2009-03-31
| ||
| 17:33 | Add cache-control: no-cache to the server reply header. Ticket [b465b3bc2ceef4446b2ae770242ed0968e4dbc68] ... (check-in: c3a30a6b80 user: drh tags: trunk) | |
| 16:47 | Add the new "reader" role, analogous to "developer". ... (check-in: 355ee47555 user: drh tags: trunk) | |
| 12:42 | Update the built-in SQLite sources to version 3.6.12. ... (check-in: 0baf4be679 user: drh tags: trunk) | |
|
2009-03-30
| ||
| 01:12 | Add new "transport_flip()" and "transport_rewind()" methods. These are no-ops for HTTP, but might be useful for FILE and maybe even HTTPS. ... (check-in: 63ef585508 user: drh tags: trunk) | |
| 00:58 | Continuing work on the new HTTP transport mechanism. Make it more obvious where in the code extensions to support file: and https: belong. ... (check-in: 327823e39b user: drh tags: trunk) | |
| 00:31 | Refactor the HTTP client logic to make it much easier to add support for "file:" and "https:" URLs on push, pull, sync, and clone. ... (check-in: 737e76a69f user: drh tags: trunk) | |
|
2009-03-29
| ||
| 22:24 | Use "no-store" in place of "private" as the cache-control mode. Ticket [b465b3bc2ceef4446b2ae770242ed0968e4dbc68]. ... (check-in: 5ffc720194 user: drh tags: trunk) | |
| 11:41 | If no userid is specified in the URL then the client omits the login card from its request. ... (Closed-Leaf check-in: 09d6a6eb16 user: drh tags: experimental) | |
|
2009-03-27
| ||
| 14:32 | Infrastructure in place on the client side to encrypt sync traffic. This is mostly untested so far because we do not yet have a server that understands encrypted traffic. ... (check-in: 9a23c348b1 user: drh tags: experimental) | |
|
2009-03-26
| ||
| 23:26 | Completed implementation of utility functions to encrypt and decrypt blobs. ... (check-in: bf16ab9b7b user: drh tags: experimental) | |
| 15:32 | Incremental changes toward encrypting sync traffic. The changes are incomplete, but all legacy functionality appears to still works. ... (check-in: 5468ec7c5e user: drh tags: experimental) | |
|
2009-03-24
| ||
| 22:03 | Improvements to the delta generator algorthm so that it runs much faster on large files with very few similarities. There is no change to the delta format generated, so this is fully backwards and forwards compatible. ... (check-in: 522104c2cd user: drh tags: trunk) | |
|
2009-03-22
| ||
| 13:44 | Fix a C89 violation in main.c. ... (check-in: d63f87c003 user: drh tags: trunk) | |
| 13:18 | Add many new test cases for 3-way merge. No new problems found. ... (check-in: 92638367d8 user: drh tags: trunk) | |
| 12:25 | Fix a bug in error recovery logic in the 3-way merge. Added new comments to the 3-way merge code to hopefully make it easier to understand. ... (check-in: 3e89b0c526 user: drh tags: trunk) | |
|
2009-03-21
| ||
| 19:44 | Additional 3-way-merge test cases. ... (check-in: 26ab4f7012 user: drh tags: trunk) | |
| 19:18 | More improvements to the 3-way merge. Additional test cases added. ... (check-in: 81122988ba user: drh tags: trunk) | |
| 16:21 | Fix a typo in a hard-coded web page. Ticket [fe5b460867a187cd32a12e04db62392871c4c38b] ... (check-in: 5ab6f985b9 user: drh tags: trunk) | |
| 14:12 | More improvements to the 3-way merge algorithm. ... (check-in: 83566f2424 user: drh tags: trunk) | |
|
2009-03-20
| ||
| 01:26 | Turn off the debugging prints that were left on by mistake in the previous check-in. ... (check-in: 434830cc00 user: drh tags: trunk) | |
| 01:23 | Improve merge conflict markings. ... (check-in: e45d478f0c user: drh tags: trunk) | |
|
2009-02-26
| ||
| 01:21 | Fix a memory leak that was preventing massive check-ins. ... (check-in: f6790b7c3c user: drh tags: trunk) | |
|
2009-02-21
| ||
| 18:59 | Undo inadvertant hacking changes in previous ci (should have been documentation only) ... (check-in: c5f4ec0ed5 user: bharder tags: trunk) | |
| 18:52 | typo fix ... (check-in: 5b29f6f65f user: bharder tags: trunk) | |
| 13:09 | Documentation tweaks. No changes to code. ... (check-in: 6ba52ae761 user: drh tags: trunk) | |
|
2009-02-13
| ||
| 20:30 | Doc update for branch and co. ... (check-in: bc857ecd92 user: kejoki tags: trunk) | |
|
2009-02-11
| ||
| 05:00 | Make command-alias for 'checkout': co. This command could -not- have been used previously as a shortcut, as it would be ambiguous becuase of 'commit' and 'configuration'. A natural mate for 'ci'. ... (check-in: a89b436bc9 user: bharder tags: trunk) | |
|
2009-02-09
| ||
| 18:09 | fix option/argument parsing for the case where an option is missing a required argument. ... (check-in: f80303ac73 user: bharder tags: trunk) | |
| 04:41 | 'fossil' encode tagnames for manifest (for ticket 15f49be6b2b1e) (allows for tags with spaces in name) ... (check-in: 8be6204607 user: bharder tags: trunk) | |
|
2009-02-01
| ||
| 12:23 | Always report the content-type charset as utf-8. Ticket [cc6557cfc5763fa80bb04eecea7f713b0751efc4] ... (check-in: daacc139a5 user: drh tags: trunk) | |
|
2009-01-30
| ||
| 02:26 | Fix errors in the mimetype-generator table for documentation files. ... (check-in: 23e96cf795 user: drh tags: trunk) | |
|
2009-01-29
| ||
| 23:04 | Merge in kkinnell's documentation updates. ... (check-in: 24c045f373 user: drh tags: trunk) | |
| 03:36 | Print the current status (including the current branch) after moving to the end branch in the "open" command. ... (check-in: 29900f98f6 user: drh tags: trunk) | |
| 03:28 | Mention that fossil is GPL on the homepage. ... (check-in: 0c72d85fbe user: drh tags: trunk) | |
| 03:04 | Add the "hyperlinks are disabled" warning to the taglist page. Disable hyperlinks on the leaves page when hyperlinks are suppose to be disabled. ... (check-in: 472f9411ee user: drh tags: trunk) | |
| 02:57 | Add missing 'rebuild' subcommand suggestion for command 'fossil all' subcommands. ... (check-in: 4f0f992245 user: bharder tags: trunk) | |
| 02:48 | On the taglist and tagtimeline pages, only show non-propagating tags. Omit the branch tags. ... (check-in: 8636eef6e2 user: drh tags: trunk) | |
| 02:42 | The "artifact" webpage renders wiki as wiki and html as html but gives submenu items to convert the rendering back to plain text (and hexdump). ... (check-in: c7fe01fe8e user: drh tags: trunk) | |
|
2009-01-28
| ||
| 22:56 | Add a "View" submenu item on the artifact viewer for files with wiki mimetype. ... (check-in: 0a2a1b4dde user: drh tags: trunk) | |
| 22:23 | A a "View" submenu option for the content viewer when the file is HTML. ... (check-in: d4fedbb4ad user: drh tags: trunk) | |
| 21:41 | Add the ci=LABEL parameter to the "dir" webpage in order to look at just files within a single check-in. Add a Download link on the artifact and hexdump viewers. ... (check-in: 923d644b89 user: drh tags: trunk) | |
|
2009-01-26
| ||
| 19:41 | Fix incorrect check-in numbers (referring to Figure 5) in the branching tutorial ... (check-in: 5e4b1632bc user: eric tags: trunk) | |
|
2009-01-25
| ||
| 23:30 | Add documentation (advocacy-type documentation) on the fossil web interface. Created links from the homepage. ... (check-in: 5c65487c5f user: drh tags: trunk) | |
| 21:16 | Documentation updates: Added FAQ and testimonials. ... (check-in: 627de3bf16 user: drh tags: trunk) | |
| 20:13 | Rename the "vinfo" page to "ci" and the "vedit" page to "ci_edit". ... (check-in: 9be1b00392 user: drh tags: trunk) | |
| 20:10 | Revised formatting of the "Tags and Properties" division of the check-in information screen. ... (check-in: eb8223e164 user: drh tags: trunk) | |
| 19:47 | Add explanatory text to the top of the rcvfromlist webpage. The info page for the root check-in now knows how to redirect to vinfo. ... (check-in: 9c89b0e0f1 user: drh tags: trunk) | |
| 19:18 | Documentation tweaks. Change the "Setup" menu title to "Admin". Added pages under Admin to view the RCVFROM table of the database. ... (check-in: 766bec08ce user: drh tags: trunk) | |
| 16:00 | Update the file format documentation. ... (check-in: c664695186 user: drh tags: trunk) | |
|
2009-01-24
| ||
| 23:40 | correct 'branch' subcommand usage string ... (check-in: 8b6cf431fb user: bch tags: trunk) | |
| 15:47 | Prevent check-ins against a closed leaf. Add the --branch and --bgcolor options to the "ci" and "commit" commands. ... (check-in: 4ac75b9107 user: drh tags: trunk) | |
| 10:44 | Fix some compiler warnings. ... (check-in: cd965de682 user: drh tags: trunk) | |