Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user stephan occurring around 2020-06-03 22:43:59.
2020-07-26
| ||
14:04 | Minor internal API changes to support using a session cookie for logins, but there are side effects which still need to be investigated before exposing that option to the UI, e.g. login groups and any other use of the user.cexpire field. ... (check-in: ba3cf9c4de user: stephan tags: login-session-cookie) | |
2020-07-21
| ||
12:52 | Trivial makeheaders patch from [https://fossil-scm.org/forum/forumpost/0fc3f6b8d8], plus a small typo fix. ... (check-in: 00ad7ef3f2 user: stephan tags: trunk) | |
02:47 | Corrected [b2ac2183] to work with CGI directory-serving mode. Renamed the two JSON bootstrap routines to be more descriptive and made it a harmless no-op to call json_bootstrap_early() (formerly json_main_bootstrap()) multiple times in order to simplify some code. Several minor code style fixes in related code. ... (check-in: e7f13b82b6 user: stephan tags: trunk) | |
2020-07-14
| ||
14:39 | Added 'skip' to bisect's one-line help summary. ... (check-in: 4689ec45f9 user: stephan tags: trunk) | |
2020-07-13
| ||
12:49 | Small typo fix in the change log. ... (check-in: cfbfdd1ec8 user: stephan tags: trunk) | |
2020-07-10
| ||
11:11 | Ardoise skin: removed 'appearance' CSS attributes (non-standard and not supported by modern FF), reset textarea height from 32px to initial (otherwise forum and skin editor are next to useless), updated a couple light-on-lighter colors to make the forum more legible. ... (check-in: 78487dfc58 user: stephan tags: trunk) | |
10:02 | Forum post collapse/expand: 1) Is now full width to balance visibility and mobile accessibility. 2) Use arrows (instead of words) to convey intent. 3) When collapsing, scroll the collapser widget to the top of the viewport so that the next post is in view (avoids manual scrolling back up). 4) double-click on a large post toggles expand/collapse (avoids scrolling when expanded). ... (check-in: a30a6db480 user: stephan tags: trunk) | |
2020-07-09
| ||
20:39 | Added a tiny margin above the forum expand/collapse button. Docs and minor cleanups to the new forum JS code. Added a disabled, but potentially interesting, long-press handler in the forum code to toggle expand/collapse. ... (check-in: 8de6b9084a user: stephan tags: trunk) | |
18:31 | Moved expand/collapse toggle to the bottom of the post, per forum feedback. That required changing it to a button because of CSS limitations. Fixed a few mis-used P tags in the FORM part of each post (P cannot hold a FORM). ... (Closed-Leaf check-in: eb392f9719 user: stephan tags: forum-expand-poc) | |
18:06 | For expanded view, use max-height:initial instead of some arbitrarily large value. That will effectively disable max-height. Change the pointer for the expand toggle to 'cursor'. ... (check-in: c824d1dc3e user: stephan tags: forum-expand-poc) | |
17:36 | /forumthread: dynamically determine which posts have scrollbars (i.e. are taller than div.forumPostBody's max-height) and only add the expand/collapse toggle to those posts. ... (check-in: 1d467dcb71 user: stephan tags: forum-expand-poc) | |
15:59 | Expand/collapse toggle is no longer 100% wide. ... (check-in: bb333b0bd9 user: stephan tags: forum-expand-poc) | |
15:35 | Very rough proof-of-concept for a pure-CSS expand/collapse option for forum posts. Demonstrates the capability but is far from polished enough to bring online. ... (check-in: be157e46f0 user: stephan tags: forum-expand-poc) | |
12:53 | Refactored [23e138e808] a bit to move some new json-only code from main.c to json.c. ... (check-in: b2ac218325 user: stephan tags: trunk) | |
03:13 | JS fossil.fetch(): moved an XHR.setRequestHeader() call to after the XHR.open() call because FF now says it must be done in that order. ... (check-in: 98f3c05c09 user: stephan tags: trunk) | |
02:15 | Refactored [dd490d17be] into a separate routine and applied it to the POST parsing handler to fix problem reported at [https://fossil-scm.org/forum/forumpost/f3e11f5629]. ... (check-in: 23e138e808 user: stephan tags: trunk) | |
2020-07-08
| ||
20:26 | Fix for problem reported at [https://fossil-scm.org/forum/forumpost/e4953666d6] which triggered a JSON-mode assertion when trying to access a /json path via a server running in directory-serving mode (which prefixes such paths with the repo name). Such paths are now recognized as routes into the JSON API. ... (check-in: dd490d17be user: stephan tags: trunk) | |
2020-06-19
| ||
05:30 | Obsessively added a missing free() in search.c. ... (check-in: fa6da0d250 user: stephan tags: trunk) | |
2020-06-15
| ||
00:58 | Minor layout tweaks in /fileedit. ... (check-in: 5a7243c21c user: stephan tags: trunk) | |
2020-06-14
| ||
05:37 | Merged in default.css branch: move default_css.txt to default.css (compiled in as-is as a builtin) and eliminate the no-longer-relevant mkcss tool. The over-the-wire size increase for the no-longer-stripped CSS is less than 1kb. ... (check-in: 8eec01d419 user: stephan tags: trunk) | |
2020-06-13
| ||
05:59 | Accounted for [9e4ca894], from default_css.txt (which no longer exists in this branch). ... (Closed-Leaf check-in: 9070947dac user: stephan tags: default.css) | |
2020-06-11
| ||
07:46 | Merge in trunk. ... (check-in: bd56e90d0f user: stephan tags: default.css) | |
07:22 | Refactored the generic ajax-related parts of src/fileedit.c into src/ajax.c for eventual re-use in other pages. Added /ajax "page" to act as a dispatcher for page-agnostic ajax routes. ... (check-in: c313cac828 user: stephan tags: trunk) | |
2020-06-05
| ||
14:43 | Minor branch help doc tweak suggestion from the forum. ... (check-in: f488eaf5ff user: stephan tags: trunk) | |
2020-06-03
| ||
22:43 | Squelched a compiler warning reported at [https://fossil-scm.org/forum/forumpost/4215cf68c7]. ... (check-in: 35ce9e3ed9 user: stephan tags: trunk) | |
2020-05-29
| ||
08:05 | Move default_css.txt to default.css, treat it like a builtin file, and remove mkcss, as the recent style.css reorg obviates the need for mkcss. ... (check-in: 0c19cd0a86 user: stephan tags: default.css) | |
2020-05-28
| ||
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) | |
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: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) | |
10:22 | • Edit [064c1c95889feef2|064c1c9588]: Edit check-in comment. ... (artifact: 1810a0f202 user: stephan) | |
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) | |
09:18 | Reworked how style.css is emitted: all default rules first, then page-specific rules (if passed name=PAGENAME and if builtin file style.PAGENAME.css exists), then the skin. This increases the default style.css output by only approx. 800 bytes before compression (approx. 300 after compression). Has no visual impact on existing built-in skins, and none is expected on 3rd-party skin edits. See [https://fossil-scm.org/forum/forumpost/d63ff33063|/forumpost/d63ff33063] for discussion. ... (check-in: 064c1c9588 user: stephan tags: trunk) | |
08:55 | Editing forum posts now applies delta compression to the edits. ... (check-in: 5b7888c994 user: stephan tags: trunk) | |
08:48 | Add --reset flag to add/rm/addremove commands. ... (check-in: e0fc98caa1 user: stephan tags: trunk) | |
2020-05-27
| ||
19:22 | Updated release version number in index.wiki. ... (check-in: c0a91653ab user: stephan tags: trunk) | |
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) | |
07:16 | Merged in trunk. ... (Closed-Leaf check-in: 58ee06450c user: stephan tags: unaddremove-command) | |
06:56 | merged in trunk ... (Closed-Leaf check-in: a2b0ed37af user: stephan tags: forum-edit-deltify) | |
06:47 | merged in trunk. ... (Closed-Leaf check-in: fe018289e3 user: stephan tags: style-css-revamp) | |
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
| ||
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) | |
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:48 | • Edit [5abc0f6e79dfbfc5|5abc0f6e79]: Edit check-in comment. ... (artifact: 2e8f174c4b user: stephan) | |
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) | |