Fossil

Timeline
Login

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

23 check-ins using file src/file.c version 8d38c77cec

2020-04-09
20:15
do not need to emit NULL twice (only use fossil_print()) check-in: ba00ba5d7b user: bch tags: NULLSeparated
2020-04-08
18:53
Fix typo in default-src direcive spec. check-in: f64f757eda user: ashepilko tags: trunk
14:59
Merge the accordion section enhancement to trunk. check-in: 22d28547b7 user: drh tags: trunk
14:17
Fix a minor glitch. Closed-Leaf check-in: 343f31f9bf user: florian tags: accordion-experiments-2
14:07
Use dynamically created foreground image elements instead of CSS background images to indicate the status and available actions for the accordion, so they are visible by default for printouts and PDFs, invisible for noscript clients, and enhance compatibility with most skins (Xekri's "justify-content: space-around;" is crunchy, however). check-in: 1006de1e66 user: florian tags: accordion-experiments-2
10:16
Update OpenSSL to version 1.1.1f check-in: 72026ed39d user: jan.nijtmans tags: trunk
10:11
Increase the default scroll threshold on forum posts from 25em to 40em. check-in: 23d17bd248 user: drh tags: trunk
2020-04-07
12:27
Initial version of css-tricks.md, as requested in [https://fossil-scm.org/forum/forumpost/eb04fd28b5|forumpost/eb04fd28b5]. check-in: 5900530223 user: stephan tags: trunk
2020-04-06
15:54
Prevent ridicuously wide forum posts display with the "vfx" query parameter on /timeline. check-in: da7d816201 user: drh tags: trunk
15:44
Futher viewing enhancements for larger forum posts. The default CSS now limits the maximum height to 25em (because that amount fits nicely on a single screen on an iPhone) and all messages have a "source" link which shows the fully expanded text without scrollbars. check-in: 46dd696302 user: drh tags: trunk
15:03
Limit the displayed length of a forum-post to 50em using CSS. Longer posts scroll. check-in: 421955cdf7 user: drh tags: trunk
2020-04-05
19:44
Fixes to search. (1) Keep forum search up-to-date. (2) Do not add items to search if they are pending moderation. check-in: 5e28febf2b user: drh tags: trunk
19:02
Improved processing of timestamp strings used as check-in identifiers. The ISO8601 date without punctuation (digits only) is now accept on the tag:date format. Also, incomplete ISO8601 date/time values are rounding up instead of rounded down, such that the match on 20200101 actually finds a check-in on 2020-01-01 (if any) rather than the last check-in on 2019-12-31. check-in: a5f3103111 user: drh tags: trunk
14:30
Use regular comments in Javascript files, instead of comments private to the mkbuiltin utility, so the files are easier to reuse and test outside of Fossil, and easier to process with synatx highlighting-enabled text editors. Closed-Leaf check-in: 04f232aaae user: florian tags: accordion-experiments
14:28
Use SVG icons to indicate the status and available actions for the accordion. check-in: 6126a54132 user: florian tags: accordion-experiments
2020-04-04
19:34
Many improvements to the indexed search debugging logic. check-in: 53d1f053ad user: drh tags: trunk
18:03
Minor comment fixes in the search logic. No changes to code. check-in: 4d35160866 user: drh tags: trunk
2020-04-03
09:41
fossil shell prompt now contains project name, if any, per request in [https://fossil-scm.org/forum/forumpost/c0a0123fb8|forumpost/c0a0123fb8]. check-in: ce6eaf0fb0 user: stephan tags: trunk
2020-04-02
18:57
Fix the "fossil revert" command so that it works even for a new --empty checkout. check-in: 9aca02b73c user: drh tags: trunk
18:56
Fix the "fossil revert" command so that it works even for a new --empty checkout. Closed-Leaf check-in: 04bbb05df7 user: drh tags: accordion-about-wiki
00:15
Attempting to add "accordion" action to the "About" sections of pages that have associated wiki. Basically works, but needs CSS tweaks, and possibly other UX improvements. check-in: b17e4c5a77 user: drh tags: accordion-about-wiki
2020-04-01
17:04
merge trunk check-in: 7da1aa6f31 user: bch tags: NULLSeparated
16:14
Fix the file_copy() procedure so that it sets the EXE bit on the copy if it was set on the source. check-in: cb2f254096 user: drh tags: trunk