Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
42 check-ins using file src/update.c version 2effb8364b
|
2015-08-06
| ||
| 05:14 | If caller doesn't provide a UUID, leave it out of the message. check-in: fbf3a5dd87 user: andybradford tags: check-in-edit | |
| 04:52 | Add additional tests and helper procedures and isolate some tests more. check-in: 892e523f7c user: andybradford tags: check-in-edit | |
|
2015-08-05
| ||
| 06:42 | Add test for NULL UUID argument handling. check-in: 5c9a0fa7cf user: andybradford tags: check-in-edit | |
|
2015-08-02
| ||
| 04:17 | Additional tests for the rest of the arguments. check-in: ac3ccc4e72 user: andybradford tags: check-in-edit | |
| 04:16 | If the UUID is not legitimate or cannot be found, return an error. check-in: e4b5c2c227 user: andybradford tags: check-in-edit | |
| 02:44 | Avoid using a null pointer resulting in a segfault if caller sends in null. Closed-Leaf check-in: 2d714a4e48 user: andybradford tags: pending-review | |
|
2015-08-01
| ||
| 06:46 | Add some tests for -close and -hide. check-in: b1dd95c7d9 user: andybradford tags: check-in-edit | |
| 06:40 | Make -close and -hide no-ops if the checkin already has those tags. check-in: 1c8fdd253e user: andybradford tags: check-in-edit | |
| 01:47 | Add test for newly added code that checks the datetime format is correct. check-in: 3740d83f39 user: andybradford tags: check-in-edit | |
|
2015-07-31
| ||
| 07:33 | Add test for -date option. check-in: f2748b4535 user: andybradford tags: check-in-edit | |
| 07:22 | Check that the date provided will actually come back out of the database before allowing it in. Also, allow altering a date or user that may be wrong. check-in: 44fda3228b user: andybradford tags: check-in-edit | |
|
2015-07-30
| ||
| 06:53 | Add comment header to test file. check-in: 161f4348ca user: andybradford tags: check-in-edit | |
| 06:49 | Begin adding tests for new amend command. check-in: ae7b579d82 user: andybradford tags: check-in-edit | |
|
2015-07-29
| ||
| 18:44 | Candidate fix for directory renaming issue with the --hard option as reported via the mailing list. check-in: b86127e187 user: mistachkin tags: mvHardDirFix | |
| 17:35 | minor CGI-in-chroot doc update from the ML. check-in: 1d3a80474b user: stephan tags: trunk | |
| 03:26 | Merge in released version of SQLite from trunk. check-in: 4c4a954910 user: andybradford tags: check-in-edit | |
| 03:23 | Minor grammar correction in comment, no functional change. check-in: f8b0a3e8cd user: andybradford tags: check-in-edit | |
|
2015-07-27
| ||
| 16:16 | Update the built-in SQLite to version 3.8.11. check-in: f8e26879ac user: drh tags: trunk | |
|
2015-07-26
| ||
| 22:58 | Fix typo in comment. check-in: 57f19bf5b1 user: mistachkin tags: check-in-edit | |
|
2015-07-25
| ||
| 17:02 | Merge in latest changes from trunk. check-in: ee463a39be user: andybradford tags: check-in-edit | |
| 17:01 | Add support for comment file via -M so the prompt message is not confusing when it mentions the use of -M. check-in: 37aeb1c43e user: andybradford tags: check-in-edit | |
| 14:53 | Adjust the "lndebug()" macro in linenoise so that it works on older compilers that do not support varargs macros. check-in: acab077c4c user: drh tags: trunk | |
|
2015-07-24
| ||
| 12:32 | mention required location of ".fossil-settings/*" files in docs and comment, and fix typo check-in: c510b74dd8 user: michai tags: trunk | |
| 05:22 | Allow for an arbitrary number of tags to be added or removed when amending a checkin. check-in: cd31ab5a99 user: andybradford tags: check-in-edit | |
|
2015-07-23
| ||
| 22:14 | Update the built-in SQLite to the second 3.8.11 beta. check-in: eb423a74b5 user: drh tags: trunk | |
|
2015-07-22
| ||
| 05:30 | Allow editing a comment that may be empty. check-in: 5c5d33a9d6 user: andybradford tags: check-in-edit | |
|
2015-07-21
| ||
| 20:04 | corrected typo in wiki-docs as suggested on ML check-in: 7377ce650a user: michai tags: trunk | |
| 06:17 | Prepend # to color specified if it looks like a hexadecimal color and does not already have #. check-in: 7d2ee2c7bb user: andybradford tags: check-in-edit | |
| 05:43 | Fix typo that caused wrong tag to be canceled for bgcolor. check-in: 9a677b7bf6 user: andybradford tags: check-in-edit | |
|
2015-07-20
| ||
| 04:24 | Rename option to --author to amend user information per suggestions on ML. check-in: 01cea049ac user: andybradford tags: check-in-edit | |
|
2015-07-19
| ||
| 18:45 | Improve markup in the change log. check-in: 28bc974cba user: mistachkin tags: trunk | |
| 18:36 | Correct accidental removal of the 'linecount' TH1 command description from the TH1 commands documentation page. check-in: fc19595b98 user: mistachkin tags: trunk | |
| 18:34 | Add the 'markdown' command to TH1. check-in: f6d29e9c3d user: mistachkin tags: trunk | |
|
2015-07-18
| ||
| 14:57 | Now enable the -m short option. check-in: 3b842cbd1b user: andybradford tags: check-in-edit | |
| 14:54 | Add -m short option to the documentation for the new comment as it matches the commit short option. check-in: e04bea6a02 user: andybradford tags: check-in-edit | |
| 02:29 | Add --edit-commit to edit commit message in EDITOR. This option has precedence over --commit. check-in: fbf7b54e72 user: andybradford tags: check-in-edit | |
|
2015-07-17
| ||
| 02:44 | Provide additional usage feedback when wrong arguments are supplied per suggestion on ML. Also provide minimal output showing amended checkin. check-in: 0cbdf0586d user: andybradford tags: check-in-edit | |
|
2015-07-16
| ||
| 18:24 | Update the built-in SQLite to the latest 3.8.11 beta. check-in: 82206af110 user: drh tags: trunk | |
| 05:03 | Merge in updates from trunk. check-in: 870c20885b user: andybradford tags: check-in-edit | |
|
2015-07-15
| ||
| 21:47 | Fix the "foci" virtual table so that it is able to correctly handle non-existant manifest numbers. check-in: 31c3c599ff user: drh tags: trunk | |
| 21:05 | Add the test-delta-analyze command. check-in: fd302a2611 user: drh tags: trunk | |
| 20:15 | Further enhancements to the 'undo' subsystem integration. check-in: a50be7b87a user: mistachkin tags: trunk | |