Fossil

Timeline
Login

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

97 check-ins using file src/db.c version 90e3fad37d

2020-05-22
12:26
For Download links, only include the tail-name of the file in the Content-Disposition header. check-in: 0feb412869 user: drh tags: trunk
00:27
Add CSS rules to limit the width of input and textarea items to 95% of the available screen width. check-in: dbcfcef7ac user: drh tags: trunk
2020-05-21
23:59
Change a case of isalnum() to fossil_isalnum(). check-in: 02e7c86b3f user: drh tags: trunk
23:56
Add a Content-Disposition: header to the HTTP reply for the "Download" button. check-in: 34cb4766f1 user: drh tags: trunk
17:12
This does not work. Was: Alternative way of fixing Download links that provides web-browsers with a suggested filename for saving the file. Closed-Leaf check-in: 232033c98b user: drh tags: mistake
13:00
Fix the URL on some Download submenu links. check-in: 9d18585d54 user: drh tags: trunk
2020-05-19
18:31
Merge in trunk. Closed-Leaf check-in: 0ad3e06bd2 user: ashepilko tags: revert-dir
16:51
Update the built-in SQLite to the third beta for 3.32.0. check-in: a8098efebf user: drh tags: trunk
2020-05-18
12:32
Reverted [5abc0f6e7] because testing has shown the referrer to simply be too fragile and subject to browser-side whims (which also includes the option to send only the scheme and host, without the path, as the referrer, which breaks what that commit did). Now style.css supports both style.css/pagename and style.css?page=name, preferring the former, pending a decision on which one of those syntaxes the other devs prefer. check-in: 45341a2869 user: stephan tags: style-css-revamp
11:48
When compiling with older versions of OpenSSL that do not support SHA256, hash certs using SHA1 instead. check-in: 64d79ad457 user: drh tags: trunk
10:55
Fix harmless compiler warnings in http_ssl.c that occur when building without SSL support. check-in: b2824009b2 user: drh tags: trunk
03:38
Removed doc/help references to "overriding" CSS rules, as that no longer applies in this branch. check-in: a21e26684f user: stephan tags: style-css-revamp
02:59
style.css now checks for a builtin file named after the first path component of the referer (sic), rather than PD("name"), however, we still have to emit style.css/PAGENAME in $stylesheet_url in order to pick up the the page-specific CSS, otherwise /style.css?id=... is the same for all pages and a page with its own style may pick up a cached copy without its own styles, or with the styles from another page. check-in: 5abc0f6e79 user: stephan tags: style-css-revamp
2020-05-17
20:38
Allow unversioned files to be identify by hash in addition to name. For the /uv webpage, when a file is identify by hash it has a long expiration time. check-in: b5ab1ebe5e user: drh tags: trunk
19:55
Removed accidental dual-emit of skin-level CSS. Copy/paste bug. check-in: eddb5ac552 user: stephan tags: style-css-revamp
19:49
Eliminated an unnecessary allocation. Code style conformance tweaks. check-in: e2a9fe4bc8 user: stephan tags: style-css-revamp
18:56
Cherrypick [100c67fa] for bootstrap skin fix. check-in: 06c7d57d18 user: stephan tags: style-css-revamp
17:52
Proof of concept for my proposal of reworking how style.css emits CSS, as discussed in [https://fossil-scm.org/forum/forumpost/d63ff33063|forumpost/d63ff33063]. check-in: ae10ddf330 user: stephan tags: style-css-revamp
16:33
Update the built-in SQLite to the second 3.32.0 beta, for testing. check-in: 5181332eb5 user: drh tags: trunk
12:59
Fix and improve comments associated with the previous check-in. check-in: 3cbf02aceb user: drh tags: trunk
12:55
Improvements to the skin_id() routine. check-in: 56ad55415f user: drh tags: trunk
2020-05-16
01:08
Integrate ARIA suggestions from Peter Laursen. check-in: 7dd07b2e01 user: drh tags: trunk
2020-05-15
13:49
Typo fix on the homepage. check-in: 5f66f28806 user: drh tags: trunk
2020-05-14
17:03
Fix the upper bound on the number of digits of hash to display so that it can display full-length SHA3-256 hashes. check-in: 311aa9dd67 user: drh tags: trunk
15:01
Fixed a comment: it was not only referring to the now-removed /test-forumnew page, it didn't properly describe what followed. check-in: 0475b4f120 user: wyoung tags: trunk
2020-05-13
18:49
Update the built-in SQLite with the patch to support the IIF() function. check-in: 6fa4d92e6a user: drh tags: trunk
11:59
Add the --db-only and --quick options to the test-integrity command. check-in: 6711b22251 user: drh tags: trunk
11:47
Add the "current_checkout" variable to TH1 prior to running style_header() on some pages. The default skin uses this variable to adjust the meaning of the "File" menu option. check-in: 78abc282df user: drh tags: trunk
2020-05-12
21:36
Merged in trunk. check-in: a2ec603335 user: stephan tags: forum-edit-deltify
11:20
Proof of concept for making the "File" menu on the standard menu bar show the files for the currently displayed checkin or branch, rather than always showing the files for "tip". Closed-Leaf check-in: 96e74ad13c user: drh tags: context-dependent-files-menu
08:48
Merged in trunk. Minor help text corrections for add/rm --reset. check-in: 822f3aee48 user: stephan tags: unaddremove-command
02:49
merge [trunk] Leaf check-in: 19dfb07279 user: bch tags: NULLSeparated
00:21
Extra comment in the code for the m=checkin with t=release feature of /timeline. check-in: 461d4f41d5 user: drh tags: trunk
00:01
Fix broken Annotate and Blame links on the /file page. check-in: 69e596e5d2 user: drh tags: trunk
2020-05-11
23:57
In the /timeline, the t=TAG and m=HASH options can be used together and both all TAGs and the HASH will both be shown. Useful to get context of an historical checkin X relative to releases using "m=X&t=release". check-in: 03f7bcb463 user: drh tags: trunk
22:53
Continue the file browsing UX enhancements into the /tree and /fileage pages check-in: 92fe4a5441 user: drh tags: trunk
21:01
Widen shun fields to accommodate SHA3-256 check-in: f749f203f2 user: andygoth tags: trunk
20:56
Fix busted hyperlinks on the /file page, caused by recent enhancements. check-in: f4a9221ad5 user: drh tags: trunk
20:13
Carry the file browsing UX improvements through into the /dir page. check-in: 4977765e6c user: drh tags: trunk
19:31
Fix a busted hyperlink in the /file page. check-in: af204596d4 user: drh tags: trunk
19:24
Fix a compiler warning in the previous check-in. check-in: e07b10919b user: drh tags: trunk
19:24
Further enhancements to the file browsing UX. check-in: cd05cb20db user: drh tags: trunk
18:12
Continuing UX improvements on the /file, /artifact, and /whatis pages. More needs to be done. check-in: 1b5d0b0e18 user: drh tags: trunk
04:17
Merge in trunk. check-in: 09239396ae user: ashepilko tags: revert-dir
2020-05-10
15:29
Fix a null-pointer reference and segfault in /file if the filename= query parameter is used with ci= and without name=. check-in: 26011322cd user: drh tags: trunk
15:06
Include the login name as part of the ETag hash for ETAG_QUERY. That way, the hash will change if the user logs in or logs out, and the page will be recomputed. check-in: 18aec6b9a8 user: drh tags: trunk
14:51
Shift the computation of the hash returned by fossil_exe_id() from run-time to compile-time. check-in: 22fc5a792c user: drh tags: trunk
13:58
Add the fossil_exe_id() internal interface that returns a unique hash that changes whenever Fossil is recompiled (more precisely, whenever the MANIFEST_UUID changes or the etag.c source file is recompiled). check-in: 54a8243bf5 user: drh tags: trunk
12:58
Proof-of-concept ETag caching for the /timeline page. Seems to work. Most other webpages could easily add ETag caching now. check-in: 7eaeceddc4 user: drh tags: trunk
12:16
Enable ETag caching of the /uvlist and /juvlist pages. check-in: a6003f1df0 user: drh tags: trunk
11:39
Avoid returning empty ETag: headers in the HTTP reply. check-in: 261052c4e1 user: drh tags: trunk
04:50
File Browser: use wording 'file at check-in' to denote a file version snapshot and 'known file' to denote a name of a managed file. check-in: 6fd34c5774 user: ashepilko tags: trunk
03:12
Show an error page when a managed file is not known at the requested check-in. check-in: 78d52675c5 user: ashepilko tags: trunk
2020-05-09
21:10
Another 304 change: Omit only the Content-Type header. Retain the cache-control header lines. check-in: fff9b6799c user: drh tags: trunk
21:04
Correctly terminate the 304 replies in the previous check-in. check-in: 9f99257451 user: drh tags: trunk
20:59
For a 304 HTTP response, omit extraneous fields such as Content-Type and ETag. check-in: 6624350b0e user: drh tags: trunk
18:08
Enquote the requested path glob in query to get history for a directory name with spaces. check-in: 972341dbca user: ashepilko tags: trunk
17:26
Show 'No such file' page title, when requested for an unknown file path. check-in: 439e7ce645 user: ashepilko tags: trunk
17:21
File History file links to use /file?name form, to handle paths with spaces. check-in: c00527e825 user: ashepilko tags: trunk
17:16
Change merge conflict marker for common ancestor to follow [https://www.gnu.org/software/diffutils/manual/html_node/Marking-Conflicts.html#Marking-Conflicts|diff3 convention]; see also: [https://fossil-scm.org/forum/forumpost/f54f22dd99 | forumpost/f54f22dd99] check-in: d7bc466ac6 user: ashepilko tags: trunk
14:23
Update the built-in SQLite to the first 3.32.0 beta. check-in: 17610f8d73 user: drh tags: trunk
13:34
Create a test file with spaces in its name, in a test directory with spaces in its name. Use these to help verify that fossil can handle file and directory names containing space characters. check-in: ccf6a361f3 user: drh tags: trunk
13:17
Work toward moving the file browsing closer to what typical users expect. check-in: 2b07e4e935 user: drh tags: trunk
13:16
Comment improvements and minor simplifications. Closed-Leaf check-in: aa9815ffc0 user: drh tags: browse-to-file
12:08
Update the change log. check-in: 49a06bf177 user: drh tags: trunk
12:04
Add the "fossil test-terminal-size" command. check-in: b241b9c999 user: drh tags: trunk
04:06
File History: show the file path in page's title. check-in: 888eaf4fad user: ashepilko tags: browse-to-file
03:06
File History page: link to /file URLs corresp. to the check-in history entry. check-in: 65a60dba29 user: ashepilko tags: browse-to-file
2020-05-08
23:08
In File Browser's Tree-View the file entries link to /file URLs corresp. to the given check-in. check-in: a470e782bc user: ashepilko tags: browse-to-file
23:01
In File Browser show the selected path and check-in/branch in page's title check-in: bbd53c778a user: ashepilko tags: browse-to-file
2020-05-07
11:20
Minor fix for [3d80481216]: Remove a duplicate "size" attribute, and insert a space before the backslash indicating line continuation, or the src/translate.c preprocessing utility will glue the lines together without any space in between. check-in: 1422b02222 user: florian tags: trunk
01:45
Removed a bit of comment which confused the help generator and broke building test-builtin-list... and yet somehow built once? check-in: 6ba0e14df7 user: stephan tags: trunk
00:16
Added -verbose/-v flag to test-builtin-list to output a total count and size. check-in: 7df467810e user: stephan tags: trunk
2020-05-06
22:04
In File Browser the file entries link to /file URLs corresp. to the given check-in; on File page provide back-links to the file's path directories. check-in: 5c60071800 user: ashepilko tags: browse-to-file
11:51
Add a TODO comment to the branch_of_file_rid() function. check-in: d462f87d8a user: drh tags: artifact-view-links
08:47
Renamed branch_of_rid() to branch_of_ckin_rid() to disambiguate it from the new branch_of_file_rid() function and to make it clear to callers what parameter type it expects. check-in: da1adac6d1 user: wyoung tags: artifact-view-links
08:44
Fixed a typo. check-in: d43afe59f3 user: wyoung tags: artifact-view-links
08:20
The new /artifact View and Tip buttons were always referring to "trunk" because we were passing a file RID to a function that expected a commit RID. Added a new branch_of_file_rid() function to parallel the branch_of_rid() function we were incorrectly calling to fix it. Also squished a memory leak. check-in: c27f646f25 user: wyoung tags: artifact-view-links
07:38
Added "Tip" and "View" links to submenu of /artifact pages to get corresponding /file and /doc links to the same file on the same branch, giving different views of this same file data. check-in: a9dda382bf user: wyoung tags: artifact-view-links
2020-05-05
00:41
diff -y: set the default width automatically based on the terminal width. check-in: 3504672187 user: ashepilko tags: trunk
2020-05-04
20:49
Update the built-in SQLite to the latest 3.32.0 beta, for testing. check-in: d16d18b03e user: drh tags: trunk
16:42
setup_settings page: keep labels on the left side of their entry fields. check-in: c1ca1000fe user: ashepilko tags: trunk
12:28
Update the on-line documentation for the "fossil all sync" command. check-in: 12eae3f58a user: drh tags: trunk
07:54
Merged in trunk. check-in: 628c39fb60 user: stephan tags: unaddremove-command
2020-05-03
18:34
chmod +x on all tools/* files that should be executable check-in: a4afa51662 user: wyoung tags: trunk
18:33
Added header comment to new tools/fossil-diff-log explaining what it does and how to install it. Also fixed a syntax error. check-in: e4ba38f211 user: wyoung tags: trunk
18:25
Added tools/fossil-diff-log script, emulating "git log -p", the feature having been requested twice now on the forum. check-in: 836d6b4f21 user: wyoung tags: trunk
17:46
Wrap SSL-related features into a FOSSIL_ENABLE_SSL conditional in url.c. check-in: 0a59a82349 user: ashepilko tags: trunk
2020-05-01
14:22
Initial work on /fileedit page. First dry-run save was just performed. check-in: fbd31f2049 user: stephan tags: checkin-without-checkout
07:47
Got basic /fileedit page skeleton in place. It can load/display a file, with some limits, but cannot yet do anything with it. check-in: b5e3bc9e41 user: stephan tags: checkin-without-checkout
07:33
Added quotes around the URLs passed to the browser for the ui command so that URL parameters containing an ampersand get passed on correctly. check-in: 126d34fb32 user: stephan tags: checkin-without-checkout
05:38
Mini-checkin now pre-allocates some memory for the output manifest. Internal doc updates. check-in: bfe7750e94 user: stephan tags: checkin-without-checkout
05:37
Added blob_reserve() for use with a manifest-generation optimization. check-in: 972cc5f9ac user: stephan tags: checkin-without-checkout
05:00
Re-implemented and drastically simplified the mini-checkin F-card generator. check-in: 39262b420a user: stephan tags: checkin-without-checkout
2020-04-30
17:55
Corrected propagation of deleted-via-delta F-cards. Added option to save generated manifest (on success) to a file. General cleanups. check-in: fcdd76f6fb user: stephan tags: checkin-without-checkout
16:14
Merged in trunk for related changes. check-in: 03cce1c977 user: stephan tags: checkin-without-checkout
15:29
Add the "forbid-delta-manifests" setting. check-in: 44ac944a98 user: drh tags: trunk