Timeline
Not logged in

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: 5182a1bfbf user: drh tags: trunk
10:45
Merge Andy Goth's enhancements to the forum. Closed-Leaf check-in: 50cdb741db user: drh tags: sec2020-forum-refactor
03:06
Guard against an infinite loop in certain pathological edit patterns Closed-Leaf check-in: 71fe590e99 user: andygoth tags: andygoth-forum-refactor
02:53
Link to the next edit rather than the final edit check-in: 91a3a600e6 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: df916a9d01 user: andygoth tags: andygoth-forum-refactor
02:38
Unify and regularize forum display code check-in: 6999639bbb user: andygoth tags: andygoth-forum-refactor
2020-08-21
23:40
Internally rename "entry" to "post" for more consistent terminology check-in: adefa86c5e 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: dd47b8c311 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: df7b0c3186 user: andygoth tags: andygoth-forum-refactor
22:03
Remove mfirt check-in: a8d90b1f4f user: andygoth tags: andygoth-forum-refactor
21:52
Remove fprev check-in: d585c34707 user: andygoth tags: andygoth-forum-refactor
21:50
Restore inadvertently deleted column check-in: c76023e39e user: andygoth tags: andygoth-forum-refactor
21:45
Replace firt with pIrt check-in: ed56faad2a 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: b932e49c7f user: andygoth tags: andygoth-forum-refactor
20:34
Remove indenting that was leaking into the HTML output check-in: bf98aa0069 user: andygoth tags: andygoth-forum-refactor
20:19
Add new fields to threadtable debug output check-in: c4d6d75716 user: andygoth tags: andygoth-forum-refactor
19:42
Actually use pEditHead check-in: 9e92401129 user: andygoth tags: andygoth-forum-refactor
19:41
Add pEditHead field to avoid repeatedly walking back to find the original post check-in: 7114bdc827 user: andygoth tags: andygoth-forum-refactor
19:34
Rename pEditLeaf to pEditTail check-in: 145a6ef281 user: andygoth tags: andygoth-forum-refactor
19:33
Rename pLeaf to pEditLeaf to be consistent with the other edit fields check-in: 763d22b78a 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: a17f49557f 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: 636f659689 user: andygoth tags: andygoth-forum-refactor
14:40
Add missing bold markup check-in: 273dd80e85 user: andygoth tags: trunk