Fossil

Timeline
Login

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

11 check-ins using file win/Makefile.msc version eea9355f6d

2020-07-09
17:42
Enhance the /timeline "bisect" and "bid" views so that they shows all unresolved checkins in between the innermost good and bad checkins. check-in: 8a0fd6fb5c user: drh tags: trunk
17:12
Do not short-circuit a /timeline request using ETAGS if the bisect parameter is used. check-in: 4acb9cd276 user: drh tags: trunk
15:59
Expand/collapse toggle is no longer 100% wide. check-in: bb333b0bd9 user: stephan tags: forum-expand-poc
15:35
Very rough proof-of-concept for a pure-CSS expand/collapse option for forum posts. Demonstrates the capability but is far from polished enough to bring online. check-in: be157e46f0 user: stephan tags: forum-expand-poc
14:53
Change the height at which scrolling kicks in for forum posts from 40em to 100em. This is an experiment. check-in: 29f7da9318 user: drh tags: trunk
12:53
Refactored [23e138e808] a bit to move some new json-only code from main.c to json.c. check-in: b2ac218325 user: stephan tags: trunk
03:13
JS fossil.fetch(): moved an XHR.setRequestHeader() call to after the XHR.open() call because FF now says it must be done in that order. check-in: 98f3c05c09 user: stephan tags: trunk
02:15
Refactored [dd490d17be] into a separate routine and applied it to the POST parsing handler to fix problem reported at [https://fossil-scm.org/forum/forumpost/f3e11f5629]. check-in: 23e138e808 user: stephan tags: trunk
2020-07-08
20:26
Fix for problem reported at [https://fossil-scm.org/forum/forumpost/e4953666d6] which triggered a JSON-mode assertion when trying to access a /json path via a server running in directory-serving mode (which prefixes such paths with the repo name). Such paths are now recognized as routes into the JSON API. check-in: dd490d17be user: stephan tags: trunk
15:23
Follow-up to previous check-in: avoid breaking external feature detection for 'mv-rm-files'. check-in: 4a880a166a user: mistachkin tags: trunk
13:53
Since FOSSIL_ENABLE_LEGACY_MV_RM is enabled by default (it really only does something when the "mv-rm-files" setting is set anyway), and there is no reason to ever disable it, just clean up the related #ifdef's. check-in: 918bcfcf77 user: jan.nijtmans tags: trunk