Fossil

Timeline
Login

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

38 check-ins using file src/finfo.c version 8baea2d10a

2021-03-10
12:34
Ensure that there is always a newline before a conflict mark in merge output. See the [forum:/forumpost/2e97ca6caa|forum discussion]. check-in: b491c196c2 user: drh tags: trunk
2021-03-09
21:24
Update the built-in SQLite to the second 3.35.0 beta, for testing. check-in: b468729855 user: drh tags: trunk
2021-03-07
21:21
Avoid NULL pointer deference in the "hook test" command when an invalid hook number is supplied. check-in: 9527034f49 user: drh tags: trunk
13:27
xekri skin: Added missing color customization for selected forum post (was illegible). Added borders to blockquotes. check-in: c070a27f5d user: stephan tags: trunk
13:16
xekri skin: added a bit of contrast to the dark-blue-on-black bits by lightening the blue a tad. check-in: 104b0a1858 user: stephan tags: trunk
13:05
Khaki skin: added a border to blockquotes in forum posts. check-in: 06f2192c2a user: stephan tags: trunk
09:50
/chat doc: documented that a message's poster may delete it globally, the same as an admin can. check-in: a0d3f53c4d user: stephan tags: trunk
2021-03-05
16:00
configure now checks system sqlite version against the version in auto.def check-in: 834f6515a7 user: danshearer tags: trunk
15:36
Reverted part of commit [b9a6e1a9c9c52edc] which moved an Autosetup include in auto.def, apparently because it looked more correct. What it actually does is prevents default Autosetup options like --prefix from being added to the list of legal options. check-in: 65c7196119 user: wyoung tags: trunk
12:13
Add instructions for updating the minimum required version number check-in: f09b0f1d63 user: danshearer tags: trunk
12:04
Add configure option --print-minimum-sqlite-version check-in: b9a6e1a9c9 user: danshearer tags: trunk
2021-03-04
20:07
Minor typo fix in the "makefile.wiki" document. check-in: 07dbd17e41 user: drh tags: trunk
16:40
Added a section to the default CSP doc to document the changes made recently to that default CSP. check-in: ab029e40ec user: wyoung tags: trunk
15:10
This file has to be read locally for the links to work. check-in: a0788de83f user: danshearer tags: trunk
11:18
Removed the reduced opacity from the 'active' menu item in darkmode skin. It just looks a bit odd. check-in: a0f30a58e7 user: stephan tags: trunk
03:53
Added diff toggles to the /vinfo page, per forum feedback. check-in: ddb2124a34 user: stephan tags: trunk
02:28
Mention the relaxation of the img-src rule in the default CSP. check-in: 25667a5e73 user: drh tags: trunk
2021-03-03
17:28
The various diff-rendering pages now have toggles to show/hide individual diffs, as discussed in [forum:0f751ad9c8]. check-in: 877246cf3d user: stephan tags: trunk
17:24
[/help/leaves|leaves command] now shows the branch point of each leaf, as discussed in [forum:5e52d31d2e]. check-in: d21e3c5a3a user: stephan tags: trunk
17:21
Further adjustments to the default CSP to allow in-line images. check-in: c184d646c3 user: drh tags: trunk
16:41
Relax the built-in CSP to remove all restrictions on the source of images. check-in: 025a007249 user: drh tags: trunk
12:31
Change Quick Start to store the repository file outside the working directory. check-in: 1ce4fd2f15 user: danield tags: trunk
12:04
Improve explanations for prospective students in the ticketing section check-in: 0f90d0df75 user: danshearer tags: trunk
11:58
Make the mail task more general, and more obviously a design+research task rather than implementing exactly what is in this file check-in: 316b55a6a6 user: danshearer tags: trunk
11:33
Move CSS task to new Look and Feel section check-in: 092a7fb796 user: danshearer tags: trunk
10:17
Added Look & Feel tasks to the GSoC list. check-in: ea2f26aadc user: stephan tags: trunk
2021-03-02
20:50
Add the "re=" query parameter to the /dir webpage. Improvments to skin documentation and to the change log. check-in: f08466dded user: drh tags: trunk
17:13
Documentation for new settings. Improvements to the change log. check-in: aac9093b36 user: drh tags: trunk
16:44
Update to the change log. check-in: c0c1235998 user: drh tags: trunk
16:06
Refactor the routines used to generate TH1 variables that hold resource URLs. Functionality should be unchanged. The purpose is to make the code simplier, easier to read, and easier to maintain. check-in: 6acd87f2c1 user: drh tags: trunk
15:33
When a page with skin=X&once generates its style.css link, append skin=X&once to that lnik so that it gets the proper skin when style.css is loaded (asynchronously). Renamed the skin=_repo (reset to site-specific skin) to skin= (blank name), per /chat discussion. check-in: 10dfd9e51b user: stephan tags: trunk
15:01
When skin=X query parameter is processed, if a param named 'once' is also set then apply the skin change but do not save it to the cookie, as per /chat discussion. The intent is mainly to facilitate the development of docs using both light- and dark-mode skins at the same time, which is somewhat painful when the cookie constantly gets overwritten. check-in: 7db18bfe96 user: stephan tags: trunk
13:55
Alternative skins can be determined by the "skin" field of the display preferences cookie. The "skn_X" mechanism is removed. check-in: 3339420778 user: drh tags: trunk
08:54
Updated changes.wiki to replace skn_X references with skin=X. Closed-Leaf check-in: 7fed83c9b0 user: stephan tags: skin-preference-cookie
08:09
Corrected ability to be able to select the repository's configured skin, rather than just built-ins. check-in: 5289ab2a45 user: stephan tags: skin-preference-cookie
07:23
Minor doc clarification. check-in: c05ec7d924 user: stephan tags: skin-preference-cookie
07:21
Minor doc correction. check-in: 2d6bb6e977 user: stephan tags: skin-preference-cookie
07:11
Skin selection is now stored in the user display prefs cookie and can be modified from any page by passing the skin=xyz URL parameter. Gets trumped by /draftX URI or --skin CLI flag or skin: CGI config setting. Removed /skn_XYZ URI handling. /skins page now uses the new mechanism for skin selection. UDC is now rendered on every page if it was modified during that request, regardless of the 'udc' URL parameter. See discussion at [https://fossil-scm.org/forum/forumpost/4d3a10c72a|/forumpost/4d3a10c72a]. check-in: 71a2d68a7a user: stephan tags: skin-preference-cookie