Fossil

Timeline
Login

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

27 check-ins using file src/printf.c version 688440b707

2020-05-30
16:15
Make two passes through list of local changes so all "one-line" entries are listed first. check-in: bc56945ea4 user: graham tags: ui-local-diff
2020-05-28
21:39
Initial implementation to show "local (uncommitted) changes" in Fossil's UI. Not yet tested to destruction, but fails no more errors in the test-suite than trunk. Currently there are no links to the new page: manually navigate to "/local" (a variant of the "/ci" page). check-in: ccebe22576 user: graham tags: ui-local-diff
19:47
Second-pass edit on www/hashes.md: more definite stances on things now that we have a ruling on the debate, and less flagellation all around. check-in: 3d808c4d0c user: wyoung tags: trunk
17:37
Updates to the doc/hashes.md document. check-in: 364307951c user: drh tags: trunk
17:21
The new blob_reserve() now triggers blob_panic() if asked to allocate more than blob_append_full() internally allows for (not quite 2GB), to avoid a corner case that blob_reserve() could be used to accidentally bypass that internal limit. check-in: e714b8427c user: stephan tags: trunk
15:46
Updates the email-sender TCL script so that it appends a "-f" argument to sendmail which is the "From:" email address. check-in: a52499fdc4 user: drh tags: trunk
14:58
Initial infrastructure for a command-line version of the security audit page. Leaf check-in: dba4c4f2c4 user: drh tags: audit-command
14:20
Enhance codecheck1.c to check recently added varargs functions. check-in: b17aba9e20 user: drh tags: trunk
13:44
Per forum discussion, moved the /fileedit ajax dispatching back down below the login check, but have it emit a JSON response if an ajax route was requested, else an HTML response. check-in: 62263b9cb0 user: stephan tags: trunk
13:27
fossil.fetch() now uses onreadystatechange instead of onload because the latter does not handle connection errors and timeouts. Added timeout option to fossil.fetch() with a default of 15s. Corrected non-closing of a failed transaction when fileedit/commit fails. check-in: 6849d9a557 user: stephan tags: trunk
12:16
Moved /fileedit permissions check below the ajax dispatching check, as ajax bootstrapping performs that check itself, along with a CSRF check for write-mode requests, and emits a JSON-format response (as opposed to HTML) if it fails. check-in: 13e26db403 user: stephan tags: trunk
12:05
Add a notification that online file editing is enabled to the security audit. check-in: a80861de03 user: drh tags: trunk
12:02
Removed fileedit-glob from the list of syncable config options. It must be explicitly set on each repo where it is desired. check-in: d6341b3a55 user: stephan tags: trunk
12:01
Fix on Check-in pages to preserve the current "diffType" setting (side-by-side or unified) when toggling the show/ignore whitespace option. check-in: e6ab947e1e user: graham tags: ui-local-diff
11:49
Disable all access to the /fileedit page and its associated AJAX entry points if the user lacks write privilege or if file editing is not enabled. check-in: f231239780 user: drh tags: trunk
11:42
Cosmetic fix for "/file?name=xxxx" where ci defaults to "tip". Title used to be "xxxx at []"; now it is "xxxx at tip" which matches the behaviour of "/file?name=xxxx&ci=tip". check-in: 551676bc28 user: graham tags: ui-local-diff
09:47
Added /fileedit to changes.wiki. check-in: 2c9aa1b939 user: stephan tags: trunk
09:40
Introducing the /fileedit page. check-in: 1243bf3999 user: stephan tags: trunk
2020-05-27
07:56
s/checkin/check-in/ in the help tab, per forum feedback. Closed-Leaf check-in: 91948d3afa user: stephan tags: fileedit-ajaxify
2020-05-26
07:42
Removed a no-longer-true line from the fileedit help tab. check-in: 616333e5ba user: stephan tags: fileedit-ajaxify
06:43
Merged in trunk. check-in: 559807ba86 user: stephan tags: fileedit-ajaxify
2020-05-21
06:32
Added a doc section about CSRF/HTTP Referrer. Other minor doc/message cleanups. check-in: 6de7e48021 user: stephan tags: fileedit-ajaxify
2020-05-18
06:05
Internal commentary on the validity of the global UI enable/disable approach to XHR handling. check-in: 7a95a0f178 user: stephan tags: fileedit-ajaxify
05:19
Added optional fossil.fetch() beforesend/aftersend callbacks to allow us to... /efilepage now disables all input elements while AJAX requests are in-flight and updates the page with a 'wait' cursor. check-in: 7e197260fd user: stephan tags: fileedit-ajaxify
03:41
Replaced style.css?page=xxx with style.css/page, like the [style-css-revamp] branch does. check-in: bc40707425 user: stephan tags: fileedit-ajaxify
03:24
All /fileedit/ajax requests now do a CSRF check and fail with 403 if CSRF seems likely. check-in: 88a69253cd user: stephan tags: fileedit-ajaxify
2020-05-17
17:07
Merged in trunk. check-in: b9b746e50f user: stephan tags: fileedit-ajaxify