Fossil

Timeline
Login

Timeline

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

50 events by user stephan occurring around 2019-09-27 16:10:34.

2019-11-18
07:29
When editing a technote via HTTP GET request (e.g., an Edit link, as opposed to POST form submission), retain the previous version's custom color by default. ... (check-in: 346e9e9760 user: stephan tags: trunk)
2019-11-15
02:50
Removed the media="screen" part of the stylesheet link output because it provides no benefit to on-screen reading and causes the style to be completely lost when printing. See https://fossil-scm.org/forum/forumpost/63a45d759e. ... (check-in: f27d4b5054 user: stephan tags: trunk)
02:31
Modified grep command to respect the hash-digits config option. ... (Closed-Leaf check-in: dccab378ce user: stephan tags: grep-hash-digits)
2019-11-09
04:27
Told .editorconfig to use tabs for Makefiles, otherwise it mangles them with the default indention style (spaces). ... (check-in: b86c8b476b user: stephan tags: trunk)
2019-10-28
19:16
Merged in double-dash-flag2 branch, which adds conventional -- handling to the vast majority of commands (the exception being those few which don't call verify_all_arguments()). ... (check-in: 5cca46469f user: stephan tags: trunk)
2019-10-10
05:49
Merged in trunk. ... (Closed-Leaf check-in: 22150abaf2 user: stephan tags: double-dash-flag2)
2019-10-03
15:19
Clarified a falsehood in the new verify_all_options() docs. ... (check-in: 6edf8bcd9a user: stephan tags: double-dash-flag2)
2019-10-02
20:20 Edit [c0de97a1555c6397|c0de97a155]: Edit check-in comment. ... (artifact: d722c3ad9c user: stephan)
20:18
Fixed (wiki commit) to check for an existing page when the --mimetype flag is used (previously it only checked when that flag was not provided). Bug reported at https://fossil-scm.org/forum/forumpost/27ad929e1a. ... (check-in: c0de97a155 user: stephan tags: trunk)
16:14
Removed a debugging-only function. ... (check-in: 05cde4f8eb user: stephan tags: double-dash-flag2)
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)