Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
29 check-ins using file src/wiki.c version 2faf0dfe93
|
2016-06-10
| ||
| 14:40 | Add the --dryrun option to "reparent" and "tag add" and "tag cancel". Fix a typo in the command-line help for "reparent". Closed-Leaf check-in: 9cf12e655f user: drh tags: reparent | |
|
2016-05-23
| ||
| 15:46 | Merge trunk Closed-Leaf check-in: ca59c662d4 user: andygoth tags: andygoth-quote-apostrophe | |
| 15:37 | Merge trunk check-in: 1d2e740798 user: andygoth tags: reparent | |
| 15:37 | Merge trunk Closed-Leaf check-in: 6164dac54c user: andygoth tags: andygoth-svn-import | |
| 15:34 | Rename crnl-glob to crlf-glob, retaining support for crnl-glob as a compatibility alias. Change terminology from NL to LF throughout, excepting cases where NL means newline and not line feed. Also don't change linenoise.c which is third-party code. check-in: 2bc3cfebe6 user: andygoth tags: andygoth-crlf | |
| 01:05 | Add brief documentation for compiling and using encrypted repositories. check-in: 893905c83e user: drh tags: trunk | |
|
2016-05-21
| ||
| 23:58 | merge cleanX check-in: 70f77a1b69 user: jan.nijtmans tags: cleanX-no-clean-glob | |
| 23:48 | Merge trunk check-in: a2c0e3f228 user: jan.nijtmans tags: cleanX | |
| 22:48 | Point out that clean -prompt implies -disable-undo check-in: b5601dc3c4 user: andygoth tags: trunk | |
| 21:00 | Correct clean-glob example to use commas as delimiters since whitespace (other than newline) is not a valid delimiter check-in: 1640479b7d user: andygoth tags: trunk | |
| 20:57 | Update description of clean-glob in accordance with past updates to the clean command check-in: 15aa04ab0c user: andygoth tags: trunk | |
| 20:37 | Further improvements to the documentation for clean to better match the implementation check-in: dd77130500 user: andygoth tags: trunk | |
| 19:38 | Remove obsolete "cannot be undone" warning from documentation for clean, fix spelling error, and add mention of --disable-undo to description for --verily check-in: d7955bf18c user: andygoth tags: trunk | |
| 16:54 | Adjust documentation for extras command to say CSG instead of GLOBPATTERN for more internally consistent terminology check-in: 4843bd5402 user: andygoth tags: trunk | |
|
2016-05-19
| ||
| 14:12 | Update the built-in SQLite to a really clean build of version 3.13.0 final check-in: b817253a51 user: jan.nijtmans tags: trunk | |
|
2016-05-18
| ||
| 15:19 | Update the built-in SQLite to version 3.13.0 final. check-in: 3747b4b5ea user: drh tags: trunk | |
| 02:28 | Improvements to comments in the introduction to the files_of_checkin virtual table. check-in: 06e2327c90 user: drh tags: trunk | |
|
2016-05-17
| ||
| 11:44 | tiny cleanup Closed-Leaf check-in: 9340f2fc81 user: baruch tags: brlist-cleanup | |
| 11:35 | Adds option to show branch colors on brlist page check-in: 2fa1a8a935 user: baruch tags: brlist-cleanup | |
| 04:36 | Remove extra "+" that was being prefixed to the parent tag in the reparent command. tag_add_artifact() already prefixes one "+" because its fifth argument is 1. check-in: 6b4565002b user: andygoth tags: reparent | |
| 04:16 | Remove unused variables check-in: f9decff05e user: andygoth tags: trunk | |
| 00:46 | Add logic to process "parent" tags. Add the "reparent" command used to create an appropriate parent tag to cause a check-in to be reparented. check-in: 5c5a364d5e user: drh tags: reparent | |
|
2016-05-16
| ||
| 18:00 | Add the --import-marks and --export-marks options to "fossil import" when the --git option is used. check-in: b3acfa2e4a user: drh tags: trunk | |
| 17:58 | Remove C99-isms that MSVC has trouble with. check-in: addfe48990 user: drh tags: nick.lloyd-git-interop | |
| 17:46 | Improve the merge command's ability to handle various scenarios involving renames. check-in: 41c2220934 user: drh tags: trunk | |
|
2016-05-14
| ||
| 21:41 | Add --import-marks and --export-marks options to 'fossil import' subcommand. This allows one to save all git-generated marks following an import. Previously, performing an incremental import from git resulted in new commits being imported as orphans, and trying to perform an export to git at some later time resulted in git complaining of undefined marks. To remedy this, the format of the marks file is amended to include the rid, mark, and UUID of each commit. Now, fossil and git agree on the mapping between commits and marks, so updates in either direction can be performed easily. check-in: c26213be47 user: nick.lloyd tags: nick.lloyd-git-interop | |
| 21:01 | Create new branch named "nick.lloyd-git-interop" check-in: 1af797c337 user: nick.lloyd tags: nick.lloyd-git-interop | |
| 00:48 | Collected improvements to the fossil wiki and attach commands to support technotes as well as wiki pages, including attachments to either and new test cases. Passes all tests. check-in: 05cd9fa2bf user: rberteig tags: trunk | |
|
2016-05-06
| ||
| 14:08 | Add tests for the mimetype on wiki command. Update help text to list valid mimetypes Closed-Leaf check-in: 6fa5570b9a user: dave.vines tags: technoteattachcli | |