Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
9 check-ins using file src/style.c version 4716c135a1
|
2020-08-06
| ||
| 20:26 | Fix self-registration so that it can work even if email alerts are not enabled. See forum post [https://www.fossil-scm.org/forum/info/e012e702de4ed1e2]. ... (check-in: 02c3080bb2 user: drh tags: trunk) | |
|
2020-08-04
| ||
| 14:00 | /wikiedit now embeds a copy of the page list JSON at page-render time to save an XHR request at startup. ... (check-in: bc6651331a user: stephan tags: trunk) | |
| 00:40 | Changed the default ETag expire age from 1 day to 10 years. See included comment for defense. ... (check-in: af848dce95 user: wyoung tags: etag-always) | |
|
2020-08-03
| ||
| 22:54 | Rearranged the order and conditional status of paths leading to ETag HTTP header generation to cause them to be generated in more cases. This improves caching in my testing, but it needs to be vetted before it can be merged down to trunk. The main risk is that it causes over-aggressive caching, resulting in stale data delivery. ... (check-in: bc0b20356a user: wyoung tags: etag-always) | |
| 01:16 | Added a missing db_finalize() in piechart_render() for the empty chart case. ... (check-in: 7913bba610 user: stephan tags: trunk) | |
|
2020-08-02
| ||
| 13:23 | Tiny style tweak for the wikiedit list filter toggles. ... (check-in: b0a38d5fb3 user: stephan tags: trunk) | |
|
2020-08-01
| ||
| 23:38 | fossil.message() and friends now use local timestamps instead of UTC. Fixed a bug in wikiedit which caused a newly-created page to disappear from the page selection list after it was saved. Other minor cleanups in adjacent code. ... (check-in: 3dc4613d19 user: stephan tags: trunk) | |
| 22:25 | Minor CSS tweak for mobile browsers. ... (check-in: bfd79af058 user: stephan tags: trunk) | |
| 21:31 | Ported several features between wikiedit and fileedit, improving them both a bit. ... (check-in: 0d5006bed5 user: stephan tags: trunk) | |