Fossil

Timeline
Login

Timeline

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

23 check-ins related to "andygoth-forum-refactor"

2020-08-22
15:34
Improvements to the forum thread display. Additional details on the forum thread. ... (check-in: 5182a1bf user: drh tags: trunk)
10:45
Merge Andy Goth's enhancements to the forum. ... (Closed-Leaf check-in: 50cdb741 user: drh tags: sec2020-forum-refactor)
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)