Fossil

Timeline
Login

Timeline

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

58 events for the month beginning 2020-08-01 by user andygoth

Following month ↑
2020-08-25
13:53
Tiniest style tweak for consistency ... (check-in: 7ea82586 user: andygoth tags: trunk)
13:47
Separately show original and edited user/date ... (check-in: 39a550c8 user: andygoth tags: trunk)
2020-08-22
03:25
Correct minor documentation typo (bytes -> bits) ... (check-in: 96f1a9f5 user: andygoth tags: trunk)
03:06
Guard against an infinite loop in certain pathological edit patterns ... (Closed-Leaf check-in: 71fe590e user: andygoth tags: andygoth-forum-refactor)
02:53
Link to the next edit rather than the final edit ... (check-in: 91a3a600 user: andygoth tags: andygoth-forum-refactor)
02:50
When showing the source of an edited post, show that exact version rather than the newest version ... (check-in: df916a9d user: andygoth tags: andygoth-forum-refactor)
02:38
Unify and regularize forum display code ... (check-in: 6999639b user: andygoth tags: andygoth-forum-refactor)
2020-08-21
23:40
Internally rename "entry" to "post" for more consistent terminology ... (check-in: adefa86c user: andygoth tags: andygoth-forum-refactor)
23:20
Rework forum post serial IDs to include a revision number when edited. This fixes buggy sids displayed in thread https://fossil-scm.org/forum/forumpost/6737a387fe?t=c&threadtable. ... (check-in: dd47b8c3 user: andygoth tags: andygoth-forum-refactor)
22:58
Extend translator to support two- and three-argument printf specifiers, e.g. "%.*s(len)(str)" or "%*.*d(width)(prec)(val)" ... (check-in: df7b0c31 user: andygoth tags: andygoth-forum-refactor)
22:03
Remove mfirt ... (check-in: a8d90b1f user: andygoth tags: andygoth-forum-refactor)
21:52
Remove fprev ... (check-in: d585c347 user: andygoth tags: andygoth-forum-refactor)
21:50
Restore inadvertently deleted column ... (check-in: c76023e3 user: andygoth tags: andygoth-forum-refactor)
21:45
Replace firt with pIrt ... (check-in: ed56faad user: andygoth tags: andygoth-forum-refactor)
21:17
Remove nReply which is present only in debug outputs, correct column alignment in debug output ... (check-in: b932e49c user: andygoth tags: andygoth-forum-refactor)
20:34
Remove indenting that was leaking into the HTML output ... (check-in: bf98aa00 user: andygoth tags: andygoth-forum-refactor)
20:19
Add new fields to threadtable debug output ... (check-in: c4d6d757 user: andygoth tags: andygoth-forum-refactor)
19:42
Actually use pEditHead ... (check-in: 9e924011 user: andygoth tags: andygoth-forum-refactor)
19:41
Add pEditHead field to avoid repeatedly walking back to find the original post ... (check-in: 7114bdc8 user: andygoth tags: andygoth-forum-refactor)
19:34
Rename pEditLeaf to pEditTail ... (check-in: 145a6ef2 user: andygoth tags: andygoth-forum-refactor)
19:33
Rename pLeaf to pEditLeaf to be consistent with the other edit fields ... (check-in: 763d22b7 user: andygoth tags: andygoth-forum-refactor)
15:57
Add pEditNext field to permit walking forward as well as backward through the edit chain ... (check-in: a17f4955 user: andygoth tags: andygoth-forum-refactor)
15:54
Begin refactoring forum code to support orthogonal history and plaintext options. First step: rename pEdit to pEditPrev to make room for a pEditNext field. ... (check-in: 636f6596 user: andygoth tags: andygoth-forum-refactor)
14:40
Add missing bold markup ... (check-in: 273dd80e user: andygoth tags: trunk)
2020-08-20
23:45 Edit [53458bed91942f1e|53458bed]: Edit check-in comment. ... (artifact: c783ecc6 user: andygoth)
23:45
Change width per stephan's request ... (Closed-Leaf check-in: 53458bed user: andygoth tags: andygoth-ardoise-tweaks)
13:08 Edit [1ffe4cde88a1e2c2|1ffe4cde]: Edit check-in comment. ... (artifact: 5cd49ac3 user: andygoth)
13:08
Rearrange code, tweak span colors ... (check-in: 1ffe4cde user: andygoth tags: andygoth-ardoise-tweaks)
12:51 Edit [535f4eb8f92553e8|535f4eb8]: Edit check-in comment. ... (artifact: a432c9a1 user: andygoth)
12:31
Fix CSS priority issue ... (check-in: ed04edd8 user: andygoth tags: andygoth-ardoise-tweaks)
2020-08-19
14:23
Harmonize artifact count and average between /stat and /artifact_stats. See https://fossil-scm.org/forum/forumpost/37514b1f67. ... (check-in: 38fa17e4 user: andygoth tags: trunk)
13:51
When diffing long sequences, the product of their lengths can overflow to a negative number, triggering optimalLCS() which is very expensive. Prevent this overflow. See https://fossil-scm.org/forum/forumpost/5f9365f9fe for discussion. ... (check-in: e2b7dca9 user: andygoth tags: trunk)
03:11 New ticket [5a6e9dde] "fossil mv -hard" loses the execute bit. ... (artifact: 3ae5fb2d user: andygoth)
03:08 Fixed ticket [95ce0e53]: Blank cells in markdown tables are ignored plus 2 other changes ... (artifact: 121f7f6a user: andygoth)
03:07 New ticket [5eac41b3] Spurious "multiple open leaf check-ins" warning. ... (artifact: 43f71792 user: andygoth)
03:05 Ticket [95ce0e53] Blank cells in markdown tables are ignored status still Open with 5 other changes ... (artifact: 3e16c131 user: andygoth)
01:33
Restore blank cell capability, fixes [95ce0e53] ... (check-in: dc94ebc2 user: andygoth tags: trunk)
01:27 Ticket [95ce0e53] Blank cells in markdown tables are ignored status still Open with 6 other changes ... (artifact: aebae5e0 user: andygoth) ... 1 similar event omitted.
00:56
Make a few tweaks to the Ardoise skin. See https://fossil-scm.org/forum/forumpost/a4bcfec897 for branch discussion. ... (check-in: 535f4eb8 user: andygoth tags: andygoth-ardoise-tweaks)
2020-08-17
08:14
Fix typo, remove period for consistency with other help ... (check-in: 80ca317a user: andygoth tags: trunk)
07:02
Reinstate symlink capability. (Unintended change with prior symlink test?) ... (check-in: c840617b user: andygoth tags: trunk)
2020-08-16
23:22 Changes to wiki page "branch/andygoth-enhanced-symlink" ... (artifact: 042230a1 user: andygoth)
23:15 Added wiki page "branch/andygoth-doc-symlink" ... (artifact: 213b9b70 user: andygoth)
23:03 Changes to wiki page "MailingList" ... (artifact: c59211a6 user: andygoth)
22:58 Changes to wiki page "branch/andygoth-enhanced-symlink" ... (artifact: 4c7f96ee user: andygoth)
20:29 Edit [d7b8b3e18328605e|d7b8b3e1]: Move to branch andygoth-svn-import. ... (artifact: 7c5eae5e user: andygoth)
20:21 Edit [41f35ca4ec617891|41f35ca4]: Move to branch andygoth-annotation-enhancements. ... (artifact: 78a9f816 user: andygoth)
20:20 Edit [94650be8de06dc37|94650be8]: Move to branch andygoth-search-technote. ... (artifact: 4a0b226d user: andygoth)
20:03 Edit [8d6bdd1e00cf2cf8|8d6bdd1e]: Move to branch andygoth-enhanced-symlink. ... (artifact: b7840170 user: andygoth)
20:03 Edit [eb4dda482056b1db|eb4dda48]: Move to branch andygoth-doc-symlink. ... (artifact: 0a81be68 user: andygoth)
19:47 Changes to wiki page "MailingList" ... (artifact: 1723dc11 user: andygoth)
15:32 Edit [4c16a24995b48fbb|4c16a249]: Edit check-in comment. ... (artifact: 886d5d68 user: andygoth)
15:31 Edit [4c16a24995b48fbb|4c16a249]: Edit check-in comment. ... (artifact: 56480eab user: andygoth)
15:30
Close multi-remote-fix branch because the issue is now resolved. See https://fossil-scm.org/forum/forumpost/158a67cc53 for some information on what was going on. The solution was to reopen the configuration after it was being prematurely closed. ... (check-in: 4c16a249 user: andygoth tags: bad-merge)
14:45
Merge trunk, since cloning local filesystem repositories still does not work ... (Closed-Leaf check-in: 719dcd29 user: andygoth tags: multi-remote-fix)
14:45 Edit [0a7526522085631f|0a752652]: Move to branch multi-remote-fix. ... (artifact: 8a7446b7 user: andygoth)
14:31
Remove "(pending)" from 2.12 changelog now that 2.12 is released ... (check-in: dcc90ab5 user: andygoth tags: trunk)
Previous month ↓