Timeline
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

68 check-ins using file src/main.c version e75796be53

2016-05-03
07:11
Move loop variable declaration out of for loop for C89 happiness. check-in: 5a0dbf97ba user: rberteig tags: technoteattachcli
2016-04-18
19:18
Sanitize the mimetypes on both the CLI and json. Allow more friendly names for the supported mimetypes as well as the formal mimetypes check-in: 7ed9c7e4a9 user: dave.vines tags: technoteattachcli
13:36
add TECHNOTEID to fossil attach command check-in: 70131d08e2 user: dave.vines tags: technoteattachcli
08:17
add TECHNOTEID to fossil wiki commit and allow creation of multiple tech notes with the same timestamp (as already permitted by the GUI). check-in: aeaef8fbb1 user: dave.vines tags: technoteattachcli
2016-04-12
19:14
add TECHNOTEID to fossil wiki export. Rename --show-artifact-ids to --show-technote-ids on fossil wiki list (and ignore option for wiki pages as the page name uniquely identifies wiki page name). Rename done as tech note ids are not artifact ids (e.g. they cannot be used on fossil artifact) check-in: f486d0f069 user: dave.vines tags: technoteattachcli
2016-04-04
17:30
Add a --show-artifact-ids to the 'fossil wiki list' command. Note this commit does not add the ability to select what to update on the 'fossil wiki commit' command, that is to come in a later commit. check-in: cbda43e71b user: dave.vines tags: technoteattachcli
2016-04-01
14:47
Remove non tech notes from the list and error checking performed by fossil wiki --technote. Ambiguity of tech note with the same timestamp resolved in favour of the tech note with the highest modification timestamp. check-in: 3d2341a296 user: dave.vines tags: technoteattachcli
2016-03-28
12:12
Stop using 10h as the format for tech note ids. Note that the comment for any existing attachments to tech notes won't change as the comment is generated when the attachment is made (since this change is new, I'd expect there to be none outside of my own personal fossil repositories) check-in: 4ce3c62b53 user: dave.vines tags: technoteattachcli
2016-03-24
22:27
Fixed some typos and attempted to improve documentation of the fossil wiki command. Added and rearranged test casesd for fossil wiki to explicitly include a knownBug case for the collision between a previous attachment and a new technote that happen to occur in the same second. Note that the reverse order does not fail, as demonstrated by some addi... check-in: b81125e250 user: rberteig tags: technoteattachcli
18:28
Fixed inconsistent calls to usage() in the attachment command which result in printing the fossil command name twice in the Usage: message. check-in: 420a5fc0bf user: rberteig tags: technoteattachcli
2016-03-23
21:19
Add a 1.2 sec delay before the test wiki-30 because it explicitly uses the current date and time, and other changes made to technotes implicitly use the current time, causing a technote name collision if the test script happens to execute with the relevent bits happening within the same wall clock second, at least on Windows. This is partly a kludg... check-in: c29c75c938 user: rberteig tags: technoteattachcli
20:51
Added wiki.test as received from David Vines. This is a snapshot, the test file (usually) runs, but has an issue that I am diagnosing related to the test wiki-30. check-in: f7513f8749 user: rberteig tags: technoteattachcli
2016-03-17
19:30
Fix directory naming issue with with the --hard option as reported via the mailing list. check-in: 1f694e1704 user: mistachkin tags: trunk
2016-03-15
14:04
Another doc formatting tweak. check-in: ed36875ff7 user: mistachkin tags: trunk
14:02
Minor improvements to the new docs. check-in: 2e2e13b9c6 user: mistachkin tags: trunk
10:20
Fix error when displaying timeline of single branch. Reported on ML check-in: 81b76085e5 user: baruch tags: trunk
2016-03-13
23:55
Merged trunk for changes since January and test suite improvements. check-in: 8fa24960ac user: rberteig tags: technoteattachcli
21:08
Fix two issues with Older/Newer buttons at timeline edges. check-in: f7c19ec0cc user: rberteig tags: trunk
2016-03-12
01:07
Add more environment variables to the docs. check-in: f4f3af4adb user: mistachkin tags: trunk
00:47
Update the expected results of the tests to account for trunk changes. Closed-Leaf check-in: b511398536 user: mistachkin tags: mvHardDirFix
00:24
New documentation of enviornment variables, global options to the fossil command, and how they interact, along with a tweak to regularize the two places that guessed the current user name to use the same environment variables in the same order. check-in: 1ad4ae2720 user: rberteig tags: trunk
2016-03-11
23:45
Merged updates from trunk. Builds on Windows. check-in: 9a41671bb2 user: rberteig tags: jan-manifest-tags
23:38
Fix compilation issues cause by the trunk merge. check-in: 12453740c7 user: mistachkin tags: mvHardDirFix
2016-03-08
19:37
Cleanup, modularize, and robustify all test setup and cleanup. check-in: fa59221693 user: mistachkin tags: trunk
2016-03-07
20:33
Tweak make test to not include the obsolete scary warning, to use the -quiet flag, and to include the empty by default TESTFLAGS macro so that make test can be used as an easy way to invoke the test runner. Changes made in makemake.tcl, which was then run to regenerate main.mk. Closed-Leaf check-in: 9dc8ff235e user: rberteig tags: testerCleanup
2016-03-06
06:38
Merge updates from trunk. check-in: ccf01b243f user: mistachkin tags: stash-fixes
06:35
Merge updates from trunk. Closed-Leaf check-in: ff4a4fe6b2 user: mistachkin tags: pending-review
06:35
Merge updates from trunk. Closed-Leaf check-in: 4bd2b54592 user: mistachkin tags: pending-review
06:34
Merge updates from trunk. Closed-Leaf check-in: 370c003d15 user: mistachkin tags: baruch_timeline_fixes
06:26
Merge updates from trunk. check-in: abd131b83c user: mistachkin tags: mvHardDirFix
2016-03-05
20:01
Added add_content_sql_commands() to /admin_sql, as per ML discussion. check-in: 93f514ca2c user: stephan tags: trunk
00:16
Add a '-keep' command line option to the test suite to prevent any test cleanup from taking place. check-in: 95f7fe5a8f user: mistachkin tags: testerCleanup
2016-03-03
22:12
Treat 'file normalize' with a bit more skepticism. check-in: e264125a2c user: mistachkin tags: testerCleanup
21:50
Improve handling of setting up the initial temporary directory. check-in: e6e79ac6fb user: mistachkin tags: testerCleanup
18:49
Centralize early-return handling from the tests, always calling the test cleanup (which is harmless if not needed). check-in: b01a51f43a user: mistachkin tags: testerCleanup
06:46
When possible, don't call test_setup until after any checks that may cause a test script to exit early. Otherwise, test_cleanup should be called before returning. check-in: 314e9b3566 user: joel tags: testerCleanup
02:53
Fix a broken test case stash-3-4-mv by renaming it to stash-3-2-mv and fixing the issue with comparing to the fully qulified file name in the result. Marked stash-4-2-diff-CODE and stash-4-3-diff-CODE as known bugs. Now stash.test reports only known bugs, which I believe mostly relate to handling of renamed files in a stash. check-in: 186e6a71b9 user: rberteig tags: testerCleanup
2016-03-02
20:43
Rename the test suite procedure 'repo_init' to 'test_setup'. check-in: 413921cca0 user: mistachkin tags: testerCleanup
08:38
Allow override, via the environment, to make 'require_no_open_checkout' into a NOP. All files were cleaned up. No extra files in checkout.

NOTE: All failing tests also fail on trunk, with the exception of 'json-1'.

Considered failures: amend-comment-5.1 amend-comment-5.2 amend-comment-5.3 amend-comment-5.4 json-1 stash-3-4-mv stash-4-2-diff... check-in: d1438b400b user: mistachkin tags: testerCleanup

08:35
Make sure 'repo_init' is called before 'pwd'. check-in: b9558349f9 user: mistachkin tags: testerCleanup
08:25
Adjust the 'merge5' test as well. check-in: b460373e01 user: mistachkin tags: testerCleanup
08:13
All test files must now call 'repo_init', using an empty string if they do not require a new repository. check-in: 3a578e0495 user: mistachkin tags: testerCleanup
07:31
Do not rely on 'clock seconds' (alone) being unique between 'repo_init' calls. Make temporary directory deletion more robust. Only save the current directory on the first 'repo_init' call per test. check-in: 004b3ffd93 user: mistachkin tags: testerCleanup
07:13
Refactoring, fixes to the previous check-in, etc. check-in: cda4cc8b80 user: mistachkin tags: testerCleanup
07:00
Attempt to make sure that multiple calls to 'repo_init' get properly cleaned up. check-in: c464935bcd user: mistachkin tags: testerCleanup
06:58
Robustify the cleanup process. check-in: ee5214b7ed user: mistachkin tags: testerCleanup
06:46
Fix typo. check-in: 5c674ff271 user: mistachkin tags: testerCleanup
06:45
More work... check-in: 29f0328cd9 user: mistachkin tags: testerCleanup
06:22
Work in progress on cleaning up home/repo handling in the test suite. check-in: 89f76a21dd user: mistachkin tags: testerCleanup
02:21
Tweak descriptions of FOSSIL_USER, LOGNAME, USER, and USERNAME environment variables. Closed-Leaf check-in: 809e80a1d9 user: rberteig tags: ross-doc-env
02:10
Permit the TH1 hooks subsystem to check for the configuration without raising a 'fatal' error. check-in: b06cd631f1 user: mistachkin tags: trunk
01:57
Rewrite the section on fossil usernames selection, fix typos and improve wording here and there. check-in: 83153a97b7 user: rberteig tags: ross-doc-env
01:56
Add new test-usernames command to dump all of the various sources of the current user name in the order tested. check-in: 5de13cb19c user: rberteig tags: ross-doc-env
2016-03-01
21:50
Set the FOSSIL_HOME envvar before each test. Use the root test run directory instead of the directories created for each test file so the config DB file on Windows doesn't mess up tests of commands like addremove and extras. Closed-Leaf check-in: d4907f17fb user: joel tags: testCheckoutReform
21:38
Change db_create_default_users() to align its use of environment variables to set the user name to match user_select(), and try all variables on both Unix and Windows. check-in: ace9e00f96 user: rberteig tags: ross-doc-env
16:32
Update referenced OpenSSL version. check-in: a9e3db1f70 user: mistachkin tags: trunk
2016-02-29
21:23
Show the number of bytes for image artifacts and attachments as well. check-in: f4c6e49a43 user: mistachkin tags: trunk
19:03
Improve description of the '--no-th-hook' command line argument. check-in: a56f208949 user: mistachkin tags: ross-doc-env
08:01
Completed rough draft pass through all the global command line options. check-in: 95bd81f85e user: rberteig tags: ross-doc-env
01:16
Minor correction for FOSSIL_TCL_PATH. check-in: afe7b5474d user: mistachkin tags: ross-doc-env
2016-02-28
02:46
Checkpoint after a first pass through every call to ...getenv() in src/*.c to list environment variables mentioned. Every variable has a very rough draft description. Every global command option is listed, but not all have even a rough draft description yet. check-in: 3b5ff98cf0 user: rberteig tags: ross-doc-env
2016-02-27
16:38
Bring in latest developments on trunk. check-in: eda22812d1 user: andybradford tags: stash-fixes
07:06
Fix incorrect build instruction at the top of mkindex.tcl. check-in: 4e89aee8f2 user: rberteig tags: ross-doc-env
02:22
Add a new document covering global options and environment variables used by fossil. This is a work in progress, but snapshotted as it stands so that others can poke at it. check-in: 946ed34da3 user: rberteig tags: ross-doc-env
02:12
Fix glitch in tester.tcl on Windows which caused repo_init to fail to guard the users's lists of all repositories and checkouts. Setting FOSSIL_HOME as well as HOME to [pwd] resolves this neatly, and likely makes it more robust on other platforms since FOSSIL_HOME is always checked first and if set by a user, would still override the attempt made b... check-in: dc72fd9624 user: rberteig tags: trunk
2016-02-26
18:42
Add -e as a short option for --edit-comment in fossil amend. check-in: 9ea1f14043 user: rberteig tags: trunk
16:05
Fix "fossil co" so that it honors the --quiet flag. check-in: f3e8e3ead3 user: drh tags: trunk
2016-02-23
10:47
Since fossil now uses the function sqlite_strlike(), don't allow it to build/run with SQLite versions < 3.10.0 any more. check-in: 8ed01e8021 user: jan.nijtmans tags: trunk