Fossil

Changes On Branch andygoth-forum-refactor
Login

Changes On Branch andygoth-forum-refactor

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

Changes In Branch andygoth-forum-refactor Excluding Merge-Ins

This is equivalent to a diff from 273dd80e to 71fe590e

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)
00:23
Update the custom MinGW makefile. ... (check-in: 6eb1f434 user: mistachkin tags: trunk)
2020-08-21
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
22:40
Using parameters to namespace functions in fossil*.js instead of the global "fossil" object. Squishes a complaint by GCC and makes the code a smidge smaller besides. ... (check-in: 0f03f78a user: wyoung tags: trunk)

Changes to src/forum.c.

Changes to src/translate.c.

Changes to src/util.c.