Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user stephan occurring around 2019-09-27 08:48:57.
2019-10-02
| ||
16:14 | Much simplified re-implementation of [double-dash-flag] without the unconventional '-' alias behaviour. (Still requires more testing.) ... (check-in: c32966e0de user: stephan tags: double-dash-flag2) | |
15:55 | • Changes to wiki page "branch/double-dash-flag" ... (artifact: 8f44d523c3 user: stephan) | |
15:52 | • Edit [52ae3288abed4416|52ae3288ab]: Mark "Closed". ... (artifact: 54ca3d7ae1 user: stephan) | |
2019-09-28
| ||
12:46 | • Changes to wiki page "branch/double-dash-flag" ... (artifact: 9904cbb81d user: stephan) | |
12:17 | Minor /shun wording change suggested in the forum. ... (check-in: b3e8253d78 user: stephan tags: trunk) | |
2019-09-27
| ||
23:56 | • Changes to wiki page "branch/double-dash-flag" ... (artifact: b5450b8c3d user: stephan) | |
23:56 | Added -- support to (3-way-merge, open, sqlar, stash save|snapshot, tarball, touch, undo/redo, update, zip). ... (Closed-Leaf check-in: 52ae3288ab user: stephan tags: double-dash-flag) | |
22:58 | • Changes to wiki page "branch/double-dash-flag" ... (artifact: 1e7366c81c user: stephan) | |
22:51 | Added -- support to (diff, finfo, grep, new). We can now grep for patterns which start with a dash. ... (check-in: 639b2c183e user: stephan tags: double-dash-flag) | |
22:29 | • Changes to wiki page "branch/double-dash-flag" ... (artifact: 4a5ab01fd4 user: stephan) | |
22:28 | Added -- support to (annotate, artifact, cat, clone). ... (check-in: ef763bcf08 user: stephan tags: double-dash-flag) | |
16:37 | Help syntax change to match project conventions: [--] to ?--? ... (check-in: 95ed189424 user: stephan tags: double-dash-flag) | |
16:30 | • Changes to wiki page "branch/double-dash-flag" ... (artifact: 07d5a2b1e2 user: stephan) | |
16:26 | Added -- support to (changes, clean, extras, ls, commit). ... (check-in: 1b649b9d4e user: stephan tags: double-dash-flag) | |
16:10 | Added -- support to (add, rm, mv). ... (check-in: 9a7101d5dc user: stephan tags: double-dash-flag) | |
15:45 | fossil add: fixed leak of ignore-glob prompt string. ... (check-in: e5e094071d user: stephan tags: trunk) | |
14:32 | Added -- support to wiki create/commit/export. Refactored/simplified how fetching of a dash-as-stdin/stdout argument is done from command-side code. ... (check-in: dba4fd9b69 user: stephan tags: double-dash-flag) | |
14:31 | • Changes to wiki page "branch/double-dash-flag" ... (artifact: e5e18be07e user: stephan) | |
12:48 | • Changes to wiki page "branch/double-dash-flag" ... (artifact: 6075be4e19 user: stephan) | |
11:50 | • Changes to wiki page "branch/double-dash-flag" ... (artifact: 5b19223401 user: stephan) | |
11:47 | Added -- support to: (branch new) (uv add/cat/edit/export/rm) ... (check-in: 78a30d8d7c user: stephan tags: double-dash-flag) | |
10:34 | • Changes to wiki page "branch/double-dash-flag" ... (artifact: 8c84b2a795 user: stephan) | |
09:55 | Simplified the verify_all_options() porting strategy, such that -- is disallowed by default and routines which should/can support it need to call verify_all_options2() instead of us changing the signature of verify_all_options(). This will result in far fewer changes than the previous approach. ... (check-in: a9b9b5bcee user: stephan tags: double-dash-flag) | |
08:51 | • Added wiki page "branch/double-dash-flag" ... (artifact: 0657b1cd96 user: stephan) | |
08:48 | Initial work on unified "--" flag support, as requested in https://fossil-scm.org/forum/forumpost/64acc6b653. There's still lots to do here. ... (check-in: d8ebbd76cc user: stephan tags: double-dash-flag) | |
2019-09-06
| ||
10:36 | makeheaders.c: suggestions from https://fossil-scm.org/forum/forumpost/00ff64e63e: do not emit main() decl, elide C++ constructor member initialization, and add a missing fclose(). ... (check-in: 9512ed93d3 user: stephan tags: trunk) | |
2019-08-28
| ||
16:08 | Added 'or' help for checkin/ci alias, per forum request. ... (check-in: f616380dfa user: stephan tags: trunk) | |
2019-07-31
| ||
12:21 | Fixed fossil_strcmp() usage in cgi_init() when in JSON mode. Through some extremely serendipitous fluke, its broken usage just happened to work until a bit was removed from that function in [ec56c69f] which, purely coincidentally, caused the bug (mine, from 2011!) to start triggering when x-www-form-urlencoded forms were submitted (login/logout). Before that, the buggy block never got a chance to trigger for those forms. ... (check-in: 115a70b2df user: stephan tags: trunk) | |
08:09 | Merged in autosetupAndJimTcl branch (autosetup updates). ... (check-in: 51d006f851 user: stephan tags: trunk) | |
2019-07-26
| ||
06:14 | Removed an old (#if 0)'d-out block - the permissions check it was blocking out is performed further down in the function. ... (check-in: 7bd4bca2f4 user: stephan tags: trunk) | |
2019-07-22
| ||
04:02 | • Edit [1bf7985d109f3b3c|1bf7985d10]: Mark "Closed". ... (artifact: 12adf1bb22 user: stephan) | |
2019-07-02
| ||
14:37 | • Edit [1bf7985d109f3b3c|1bf7985d10]: Edit check-in comment. ... (artifact: fb76909bb9 user: stephan) | |
07:31 | When activating one of the new "in reply to" links, tag the newly-focused post with CSS class forumSelReplyTo so that it can be visually marked. Added default forumSelReplyTo CSS class which uses the same border as forumTime but with a dotted style. EDIT: do not merge with trunk - there are problems to solve (if feasible) regarding linking to edited posts, as their IDs are of course different, as well as linking responses made to deleted posts. ... (Closed-Leaf check-in: 1bf7985d10 user: stephan tags: forum-reply-links) | |
06:37 | Replaced the forum post DIV ids forum{RID} with post-{short-UUID}, which allowed removal of the new A NAME tag and enables permalinks (RIDs are volatile). Added forumPost class to all post DIVs, to hopefully simplify some upcoming JS code. ... (check-in: 69364ba515 user: stephan tags: forum-reply-links) | |
05:53 | Switched Immediately-Invoked Function Expression parentheses from Crockford-style to the more conventional/portable style. See https://stackoverflow.com/questions/9053842/ for details. ... (check-in: 5d9d62d818 user: stephan tags: trunk) | |
04:45 | Per request in forumpost/9fd5135acc, added intra-document links to each response which link back to the being-replied-to post within the same page (using an #anchor-tag), without reloading from the server. ... (check-in: 78721d4aa0 user: stephan tags: forum-reply-links) | |
2019-06-20
| ||
17:02 | Replaced a mailing list reference with a forum link (reported by a forum user). ... (check-in: 8ddeb17d86 user: stephan tags: trunk) | |
2019-06-17
| ||
07:09 | The touch command no longer treats missing files as a fatal error, instead emitting a warning message. ... (check-in: 56530e9b6d user: stephan tags: trunk) | |
2019-06-14
| ||
19:16 | Per forum discussion: when the calculated timestamp of a to-be-touched file is 0, emit a warning and do not set the timestamp. As-yet-uncommitted merges can cause mtime_of_manifest_file() to calculate a time of zero: https://fossil-scm.org/forum/forumpost/6e49ee3725 ... (check-in: 29f450a532 user: stephan tags: trunk) | |
00:24 | Error message typo fix. ... (check-in: 5b6be64760 user: stephan tags: trunk) | |
2019-06-13
| ||
21:49 | It turns out that fossil globally consumes the --quiet flag: touch now accounts for that. ... (check-in: 519af48c8c user: stephan tags: trunk) | |
21:28 | Minor reformatting, doc updates, and corrected duplicate display of touched file count in dry-run mode. ... (check-in: adbbeac151 user: stephan tags: trunk) | |
20:20 | Reworded misleading statements in the "touch" help. ... (check-in: ad275f975c user: stephan tags: trunk) | |
20:12 | Reworked the "touch" command to be able to handle non-glob filenames. ... (check-in: 1b49ab3c6c user: stephan tags: trunk) | |
10:15 | Per forum discussion, the "touch" command now defaults to --now (the current timestamp) unless --checkin is used, which applies the timestamp of the most recent checkin in which each file was modified. ... (check-in: c3b48561ab user: stephan tags: trunk) | |
08:20 | Help text improvements. ... (Closed-Leaf check-in: c5521b6429 user: stephan tags: touch-command) | |
08:13 | Help text typo. ... (check-in: 85e3340b37 user: stephan tags: touch-command) | |
08:04 | Added new 'touch' command to set the mtime of files to their SCM-side values. ... (check-in: 4d9ec3e33c user: stephan tags: touch-command) | |
06:18 | Added a -setmtime flag to the checkout and open commands which works identically to that flag for the update command. The open command should arguably do this by default. ... (Closed-Leaf check-in: e59d8d99b8 user: stephan tags: setmtime-checkout-open) | |
06:15 | Documented the --setmtime flag to the update command. ... (check-in: 34fcaf829a user: stephan tags: trunk) | |