Fossil

Timeline
Login

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

105 events for the month beginning 2020-09-01 by user stephan

Following month ↑
2020-09-25
03:04
pikchrshow now squirrels away a copy of the raw response SVG, instead of fishing it out the DOM on demand, because in the latter case the browser converts u00a0 characters to nbsp elements, resulting in illegal SVG. ... (check-in: f45cd27919 user: stephan tags: trunk)
2020-09-20
07:41
Removed multiplier from the font size calculation, as it does not work with monospace font. Changed /dir font to monospace only for testing purposes, as that one is our pathological column-width case. (Edit: closing, as this approach doesn't appear to provide any benefits over the current one.) ... (Closed-Leaf check-in: 7e8cb38ca2 user: stephan tags: dir-columns-revisited)
07:28
An experiment in improving the /dir column flow. (Not ready to merge.) ... (check-in: e5121a4934 user: stephan tags: dir-columns-revisited)
2020-09-19
16:36
Moved pikchr_process() nonce so that it also applies for error output. Added missing 'error' CSS class to the error-report PRE tag. Added mention of Ctrl-Enter in pikchshow intro text. ... (check-in: 11e7960e51 user: stephan tags: trunk)
13:10
Documented a simpler pikchr-centering implementation for potential future use but did not activate it due to concerns about current browser-side availability. ... (check-in: 1620841523 user: stephan tags: trunk)
12:49
Worked around an SVG rendering bug in Chrome by setting the width of all svg.pikchr to 100%, regardless of alignment (previously was only applied to centered SVGs). ... (check-in: 4ad86dd5f7 user: stephan tags: trunk)
12:45
Squelched an ominous but harmless error from wikedit when opened with a sandbox page name using any case other than 'Sandbox'. ... (check-in: 2e828971b2 user: stephan tags: trunk)
2020-09-18
21:11
Minor doc updates, removed some dead code. ... (check-in: 3ec33f98f7 user: stephan tags: trunk)
20:19
Remove overflow setting on pikchr-src elements. ... (check-in: 72f8372a2c user: stephan tags: trunk)
20:01
Added pikchr block 'source-inline' modifier for the 'source' flag which tells the latter that the sources should be rendered inline (same position as the graphic), rather than left-aligned. ... (check-in: 3f2c0af278 user: stephan tags: trunk)
19:06
Reimplemented pikchr show/hide entirely in CSS, so it's now controlled by toggling the 'source' class on the outermost DIV element. Less JS and easier to implement in 3rd-party pikchr clients. ... (check-in: 947c039073 user: stephan tags: trunk)
17:43
CSS workaround for centering pikchrs in Chrome. ... (check-in: d825fcc11a user: stephan tags: trunk)
10:32
An alternate impl for centering pikchrs which does not rely on margin:auto. ... (check-in: 2963f440e8 user: stephan tags: trunk)
09:21
Fixed a preview quirk which caused the pikchr click handlers to not get processed on wikiedit/fileedit previews after the first one. ... (check-in: 052d374809 user: stephan tags: trunk)
07:48
Made the return code of a bit of new code match its docs. ... (check-in: 539eb61f85 user: stephan tags: trunk)
07:37
The routines which emit fossil.XYZ.js modules now understand their dependencies, emit any deps in dependency order (recursively), and do not emit a given module more than once (simplifies usage and is an and overall improvement in cacheability). Added the pikchr click support to more pages. ... (check-in: 9b2b6f5b1c user: stephan tags: trunk)
05:07
Minor C-side fossil JS API simplification to ease upcoming changes. ... (check-in: 58d86b16bf user: stephan tags: trunk)
04:10
pikchr js: hide/show the SVG's parent element instead of the SVG, so that output from pikchr print commands is hidden when the source is shown. ... (check-in: 43116c73fd user: stephan tags: trunk)
01:21
pixchr layout changes requested at [https://pikchr.org/home/forumpost/504f54f61b]. See the comments about alt/ctrl/meta keys. ... (check-in: cd22f0f07d user: stephan tags: trunk)
2020-09-17
23:44
pikchr command doc updates. ... (check-in: 82a0b517a7 user: stephan tags: trunk)
23:25
Removed some console.debug() output and fixed extraneous breaks which caused markdown_to_html() to stop afer processing a single tag. ... (check-in: 67060c5090 user: stephan tags: trunk)
23:11
Renovated the pikchr click handling as discussed off-list with drh. ... (check-in: 938bb6c708 user: stephan tags: trunk)
19:31
Misuse of a potentially unsigned value, caught by clang. Only affected platforms where char is unsigned by default. ... (check-in: 5c92bbfca7 user: stephan tags: trunk)
17:17
Pedantic CSS tweaks. ... (check-in: 5b93a4da73 user: stephan tags: trunk)
17:13
pikchr source view: tentatively re-added the copy button (only in source view, not SVG), but it now switches back to SVG mode if it successfully copies the source code. ... (check-in: d369f4f389 user: stephan tags: trunk)
16:52
pikchr mode swap: tapping on an SVG switches modes and enables the mode-select button. Leaving source view mode requires activating that button (which works like before, but is only visible in source mode). ... (check-in: 2a2be01319 user: stephan tags: trunk)
16:31
Implemented most of the feedback from [https://pikchr.org/home/forumpost/f538d8e7f7], with the exceptions being documented in that thread. /pikchrshow now longer uses the mode-swap feature (seems superfluous there) and tapping anywhere in the body, outside of the source/svg container element, now turns off those buttons on all pikchrs where they are currently visible. Consolidated pikchr-rendering impl for markdown/fossil/pikchrshow/pikchr command. ... (check-in: 4f69773183 user: stephan tags: trunk)
2020-09-16
22:25
Changelog update per forum request. ... (check-in: b816bae3f2 user: stephan tags: trunk)
08:04
pikchrshow, wikiedit, and fileedit now all respond to ctrl-enter in their editor to refresh the preview. The latter two, on their preview tabs, respond to ctrl-enter to switch back to the editor and give it focus. It's now possible to edit, preview, and switch back to the same editing position without the mouse :). ... (check-in: a1838297f9 user: stephan tags: trunk)
2020-09-15
16:40
fossil.pikchr.addSrcView() now tags each processed SVG element to avoid potentially processing the same one multiple times. Added fossil.pikchr support to /doc, /wiki, and /wikiedit/fileedit previews. This is harmless if there are no pikchrs or JS is disabled. ... (check-in: 83f03e91c4 user: stephan tags: trunk)
14:54
Restrict pikchr svg/source toggle to clicks, per forum feedback. ... (check-in: 4e757d8c48 user: stephan tags: trunk)
14:13
Added post expand/collapse JS to forum post create/edit pages and activated pikchr source/svg toggle on those pages. This is all nice-to-have JS, not required, so won't break non-JS-capable clients. ... (check-in: db865174a0 user: stephan tags: trunk)
13:42
Make use of the new PIKCHR_INCLUDE_SOURCE flag via /pikchrshow and the pikchr CLI command. ... (check-in: 7da8813eef user: stephan tags: trunk)
07:53 Edit [893bf2a146be9e9c|893bf2a146]: Edit check-in comment. ... (artifact: f601cc6072 user: stephan)
07:51
Consolidate pikchrshow page/pikchr command use of pikchr()/th1 into a shared routine. Though /pikchrshow does not currently allow th1-processed scripts, it might be interesting to enable for users with edit/checkin (or admin) rights. ... (check-in: 893bf2a146 user: stephan tags: trunk)
04:42
Found a couple snazzy icons for the pikchr view mode change button. ... (check-in: 927c90e88f user: stephan tags: trunk)
2020-09-14
23:42
The window.fossil bootstrapping code now adds the CSS class 'fossil-dark-style' to the body element if the skin has a true white-foreground setting. The initial use case for this is CSS-based color changing for pikchr SVGs, so that the same pikchrs work in light and dark themes. ... (check-in: e8f603f03a user: stephan tags: trunk)
21:40
pikchrshow: corrected clipboard copy contents for raw SVG mode (it was including containing DIV element). ... (check-in: bb56d3d5a2 user: stephan tags: trunk)
15:08
pikchr: experimentally only show the source/svg and copy buttons when the mouse is over the pikchr area or the user taps on it (which toggles the buttons). This allows us to make them a bit bigger and keeps them from blocking nearby UI elements when they're not needed. ... (check-in: 460376e6a4 user: stephan tags: trunk)
13:36
pikchr: documented what appears to be a fundamental incompatibility between our desire to open the source view in the same size/pos as the SVG view and how centering is handled. We seem to have two evils to choose from and currently use what seems to be the lesser of them. ... (check-in: a35126bf28 user: stephan tags: trunk)
11:17
When toggling pikchr SVG/src view, unset parent element's max-width for src view and re-install it for SVG view. This allows small images to have a sanely-sized source view. ... (check-in: 212d01c1ae user: stephan tags: trunk)
11:12
Had to move the pikchr svg/source buttons along the top to keep them from getting truncated off-screen in the forum. Added them to the forum. There are sizing problems of the source view for small pics because the parent element has a fixed max-width. ... (check-in: 4e6aeb5fb3 user: stephan tags: trunk)
10:48
Renamed fossil.pikchr-util.js to fossil.pikchr.js. Minor UI tweaks in the pikchr-related bits. ... (check-in: f5c040869d user: stephan tags: trunk)
09:19
Moved SVG/pikchr mode buttons to the left of the SVG so that their positions remain stable when switching images in pikchrshow or resizing them via window-resize in other views. CSS-animated the mode-change button toggle. ... (check-in: b74d1a3fd1 user: stephan tags: trunk)
09:05
Added UI control to toggle arbitrary pikchr SVG files between SVG and source views, along with a copy button to copy the source of the currently-selected view. Requires pikchr.c code which is not currently in the fossil tree, but once that code is imported, this feature will activate automatically. Currently only used by pikchrshow, but is trivial to activate in arbitrary pages. fossil.copybutton API now uses flashOnce as its default oncopy event handler, to simplify its most common usage. ... (check-in: 475b3a7fbb user: stephan tags: trunk)
05:38
Minor pikchr command doc update. ... (check-in: 120558e50d user: stephan tags: trunk)
02:06
pikchrshow now supports stashing a single pikchr to/from browser-local storage to enable switching back and forth between example scripts while editing one's own script. Experimentally re-indented the C-side implementation to make its generated HTML hierarchy clearer. Over-the-wire size is now 4.8kb. ... (check-in: 49a04c97b5 user: stephan tags: trunk)
00:59
/wiki links which pointed to the Sandbox page now link to /wikiedit to accommodate recent changes in the sandbox handling. ... (check-in: 56a744638a user: stephan tags: trunk)
00:55
Typo fix and changelog pikchr update. ... (check-in: d9b4235812 user: stephan tags: trunk)
00:46 Edit [5173701de4b4a3b7|5173701de4]: Edit check-in comment. ... (artifact: 4d92200557 user: stephan)
00:42
Added pikchr CLI command to process pikchr scripts, optionally with embedded TH1. ... (check-in: 5173701de4 user: stephan tags: trunk)
00:27
pikchr command doc updates. ... (Closed-Leaf check-in: f2248f819d user: stephan tags: pikchr-th)
00:08 Edit [7996a7940a7140bf|7996a7940a]: Edit check-in comment. ... (artifact: 681d5cdbfb user: stephan)
00:06
Changed th1 enable_htmlify call semantics. Fixed a bug introduced in [6f7f73b6] which entirely broke th1 rendering in skins. ... (check-in: 7996a7940a user: stephan tags: pikchr-th)
2020-09-13
23:38
Added th1 (enable_htmlify bool) command so that pikchr th1 code in th1Docs has a way of toggling that g.th1Flag off and on. ... (check-in: 6f7f73b6af user: stephan tags: pikchr-th)
22:09
Added captureTh1 to www/th1.md, hyperlinked the entries of the th1 command list to their doc sections, and replaced "a name=..." with "a id=...", as the former is long since deprecated (has the same effect, though). ... (check-in: e7dcfc90f0 user: stephan tags: pikchr-th)
21:37
Added captureTh1 TH1 command which runs TH1 and captures any output as a string, which becomes the function's result. ... (check-in: c3991493b9 user: stephan tags: pikchr-th)
21:23
Centralized handling of the TH_INIT_NO_ENCODE (formerly NO_ESC) flag in sendText(). ... (check-in: b95861fb8a user: stephan tags: pikchr-th)
19:40
Undid part of [dd4b87c0] which was just plain broken. Yes, we do need TH_INIT_NO_ESC, or something similar, to avoid puts HTML-escaping our pikchr quotes. ... (check-in: a5eaa0661e user: stephan tags: pikchr-th)
19:35
Renamed -th-nopic to -th-nosvg because nopic should arguably be nopik, but nopik looks/feels like a typo :/. #FirstWorldProblems ... (check-in: 80f7c6c025 user: stephan tags: pikchr-th)
18:42
It seems we might not need the new TH1_INIT_NO_ESC flag so long as we're just really careful with how we use puts. ... (check-in: dd4b87c0bc user: stephan tags: pikchr-th)
18:27
Merged in trunk for latest pikchr. ... (check-in: 810b8272fb user: stephan tags: pikchr-th)
18:26
Found a workaround for the th1 puts escaping, but am still wondering whether it's a viable long-term solution. ... (check-in: 18abb60d42 user: stephan tags: pikchr-th)
16:35
Initial work on a pikchr CLI command which integrates TH1 for programmatic pikchr generation. DO NOT MERGE: the required changes to TH1 need more testing to ensure they do not introduce fallout in the skin output. Also, output redirection is still very imcomplete and TH1 error reporting does not yet do the right thing. ... (check-in: 8a4304eae2 user: stephan tags: pikchr-th)
01:15
/wikiedit preview AJAX route tentatively no longer requires WrWiki access, as being discussed over at [https://pikchr.org/home/forumpost/195000ac2f | pikchr:/forumpost/195000ac2f]. ... (check-in: 18dee26eee user: stephan tags: trunk)
00:50
pikchrshow: added 'p' as alias for 'content' URL parameter in the interest of simplifying linking directly to small scripts from the pikchr user manual. ... (check-in: a34e88e007 user: stephan tags: trunk)
00:14
Sitemap: pointed wiki Sandbox at /wikiedit, instead of /wiki, to account for recent sandbox-handling changes. Added a Pikchr Sandbox (/pikchrshow) link under the Wiki section. ... (check-in: 27a26bb44d user: stephan tags: trunk)
00:00
/wikiedit can now be opened if the user has at least RdWiki permissions, primarily to allow access to the Sandbox for pikchr experimentation. A user without WrWiki still cannot save anything, and users without RdWiki cannot open it at all because it would give them access to the list of wiki pages, which they otherwise aren't privvy to without RdWiki. Also added a RdWiki check to the internal wikiedit ajax routes, as those could have potentially leaked pages to unprivileged users who decoded their internal ajax interfaces. ... (check-in: bff3df00b8 user: stephan tags: trunk)
2020-09-12
23:26
Adapted pixchrshow raw SVG preview to account for pixchr output containing an outer DIV. Resolves (for me, anyway) Inkscape import problem reported in the forum. ... (check-in: 2ffd9dd1bf user: stephan tags: trunk)
19:28
Re-imported pikchr's example scripts using the output from its new example-to-js converter. ... (check-in: 4d946271f7 user: stephan tags: trunk)
12:21
Milestone: eliminated the remaining assign-to-DOMElement.innerHTML in the fossil.*.js APIs (ostensible security enhancement), thanks to the DOMParser interface. Fixed an obscure minor bug in /fileedit where a commit message which contained HTML tags could cause the page to misbehave if the 'response manifest' debugging option was turned on. ... (check-in: 79023c9273 user: stephan tags: trunk)
09:47
Minor improvements in fossil.dom and touchups in code which can make use of them. Found a way around using innerHTML assignment for rendering pikchr content. (TODO: genericize that and apply it to wikiedit/fileedit previews.) ... (check-in: 74791f8873 user: stephan tags: trunk)
07:14
Added support for pikchr 'indent' alignment and expanded the fossil.dom.checkbox/radio() methods. ... (check-in: 57c7128b95 user: stephan tags: trunk)
06:20
Imported latest upstream pikchr examples into pikchrshow. ... (check-in: ef7912ce4d user: stephan tags: trunk)
06:13
Added style_emit_noscript_for_js_page() to emit a NOSCRIPT tag and an error message if JS is not available, and call it from the pages which *required* JS in order to work. Added a note about potential browser-induced SVG blurring when using the pikchrshow dark mode option. ... (check-in: 070716d835 user: stephan tags: trunk)
05:41
pikchrshow: discovered that Firefox cannot flexbox a LEGEND element properly, so worked around that. ... (check-in: c92ff2daef user: stephan tags: trunk)
04:33
Work on the pikchrshow drag/drop handling. ... (check-in: 3ffd3be3dc user: stephan tags: trunk)
03:34
pikchrshow: tapping the preview mode label now activates the neighboring copy button. ... (check-in: 3e10ece71e user: stephan tags: trunk)
03:22
Replaced predefined pikchr script list with the new pikchr examples/*.txt (was tests/*.txt) and cache non-error preview responses for those scripts. This halves the over-the-wire size of fossil.page.pikchrshow.js. ... (check-in: 62a5d0cfb9 user: stephan tags: trunk)
02:58
Simplified pikchrshow markup alignment selection to a single checkbox. Related CSS/layout tweaks. ... (check-in: 240646ef7d user: stephan tags: trunk)
00:46
pikchrshow: moved markup alignment selection into the fieldset legend and only show it when the preview is showing one of the markup types. ... (check-in: be99269dc3 user: stephan tags: trunk)
00:09
Updated /pikchrshow help and changes.wiki to mention pikchr. ... (check-in: bb31279a19 user: stephan tags: trunk)
2020-09-11
23:56
Rearranged the pikchrshow controls a bit to make better use of space and reduce flickering of the preview mode label/controls. Adapted CSS for pikchr error reporting structure changes. Code renaming for consistency/clarity. fossil.copyButton() click handler is now a no-op if the pseudo-button element has the 'disabled' CSS class and added style to grey such a button out. ... (check-in: c304b4ffdf user: stephan tags: trunk)
22:30
Minor code readability tweaks, nothing functional. ... (check-in: f73f1e36ad user: stephan tags: trunk)
22:24
pikchrshow: saved some space in the button bar and added help buttonlets to explain its two checkboxes. ... (check-in: 7ddd2781a0 user: stephan tags: trunk)
21:56
pikchrshow: drag/drop pikchr text files into the textarea. Added a selection list of test/demo scripts which currently includes all of the test scripts from the pikchr repo. That increases the over-the-wire size to 8kb but it caches well. ... (check-in: d4bb5251b3 user: stephan tags: trunk)
21:52
fossil.dom: added label() and checkbox() methods. ... (check-in: ba912d94b9 user: stephan tags: trunk)
18:40
Fixed /pikchrshow layout at top/bottom, moved the UI controls to sit between the two main elements, and fixed the dark mode CSS selector broken by updates to pikchr's output. ... (check-in: 2dd0a40e59 user: stephan tags: trunk)
00:06
Minor CSS and layout tweaks to /pikchrshow layout. Preview mode toggle is now disabled/enabled, rather than hidden/revealed, to help reduce UI jumpiness. ... (check-in: 2b556f1cc8 user: stephan tags: trunk)
2020-09-10
22:31
pikchrshow: support 4 different preview modes, clipboard copy of previewed content, and markup alignment option (left/center). ... (check-in: d330c09135 user: stephan tags: trunk)
15:02
Added a small gap to the top of /pikchrshow's content area. ... (Closed-Leaf check-in: 833dfc1bcd user: stephan tags: pikchrshow)
13:59
Ajaxified pikchrshow. ... (check-in: 075f6f8d80 user: stephan tags: pikchrshow)
07:31
pikchrshow: place rendering to the right of the entry form if it will fit, else wrap it around to below the form. ... (check-in: 91c13c34be user: stephan tags: pikchrshow)
07:07
pikchrshow: always show the dark-mode checkbox but default to checked only in dark mode. Minor layout improvements. ... (check-in: 627ffe3cd8 user: stephan tags: pikchrshow)
05:36
pikchrshow: when running in a white-foreground skin, offer a checkbox to toggle the dark-theme simulation on and off (defaulting to on). Hide the checkbox for light skins. ... (check-in: 72ac2b86a9 user: stephan tags: pikchrshow)
05:20
pikchrshow: when running under a skin with the white-foreground property, apply a CSS filter to the SVG to approximate a dark-theme look. ... (check-in: c7d88f2754 user: stephan tags: pikchrshow)
2020-09-09
21:38
Added missing help docs to /pikchrshow. ... (check-in: b46175c56f user: stephan tags: pikchrshow)
21:16
Added missing new file :/. ... (check-in: cc68bc7bac user: stephan tags: pikchrshow)
21:02
Quick-and-dirty /pikchrshow page which allows those with write- or wiki-write access to input pikchr code and see it rendered. ... (check-in: 63ed253cbd user: stephan tags: pikchrshow)
18:14
Added missing db_unprotect()/db_protect_pop() in (user new). ... (check-in: c294f6bfe6 user: stephan tags: trunk)
13:05
Added missing db_unprotect()/db_protect_pop() to the login-group command. ... (check-in: ca5a5c7948 user: stephan tags: trunk)
2020-09-04
17:00
Removed inherited box shadow from ardoise .timelineSelected, [https://fossil-scm.org/forum/forumpost/60c5fcd604 | per forum request]. ... (check-in: 3af6e7ceb4 user: stephan tags: trunk)
2020-09-02
15:02 Ticket [81a5ad0370] Wiki page on export needs warning that it is deprecated status still Open with 3 other changes ... (artifact: dd8a439b23 user: stephan) ... 1 similar event omitted.
10:55
When rendering fossil-wiki forum posts, add a wrapper DIV around them so that the CSS which expects that for markdown and plain-text posts still applies. This fixes the sideways layout of fossil-wiki posts like that seen in [https://fossil-scm.org/forum/forumpost/3d709776b8 | forumpost/3d709776b8]. Note that a simpler fix would be to add the wrapper element to wiki_render_by_mimetype(), but that might have undesired side effects in/via the many other uses of that function. ... (check-in: 7caaa287b8 user: stephan tags: trunk)
Previous month ↓