Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 events by user stephan occurring around 2020-08-30 19:19:24.
2020-09-11
| ||
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) | |
2020-08-30
| ||
19:48 | Make the wikiedit/fileedit edit-stash select element grow less agressively. ... (check-in: a645302b47 user: stephan tags: trunk) | |
19:19 | • Edit [693bf6b22221c368|693bf6b222]: Edit check-in comment. ... (artifact: 2c838c0135 user: stephan) | |
19:19 | • Edit [28b1718bfc0c8889|28b1718bfc]: Edit check-in comment. ... (artifact: 947172cdbe user: stephan) | |
19:18 | Fixed a stroke width in that previous commit. ... (check-in: ef6cdb68c8 user: stephan tags: trunk) | |
19:16 | Nigh-imperceptible alignment tweak on the help buttons. ... (check-in: 28b1718bfc user: stephan tags: trunk) | |
19:07 | Explicit font color inheritance fix for .fossil-tooltip elements to fix it for a couple skins, and added some contrast to those widgets in the default skin. ... (check-in: e05bbdec0a user: stephan tags: trunk) | |
18:58 | Reintroduced the legacy wysiwyg wiki editor as an optional element which can be plugged in via the skin if desired. Several semi-related "code-adjacent" tweaks and improvements. ... (check-in: 03a64a39ad user: stephan tags: trunk) | |
18:43 | Adapted SVG background from Florian for the .help-buttonlet CSS. ... (Closed-Leaf check-in: b2ece413ba user: stephan tags: wikiedit-wysiwyg-legacy) | |
18:42 | Added style for the new help-buttonlet widgets in the xekri skin, else they end up with a transparent background. ... (check-in: 8b0d000200 user: stephan tags: wikiedit-wysiwyg-legacy) | |
18:32 | Code duplication reduction. ... (check-in: f107854c97 user: stephan tags: wikiedit-wysiwyg-legacy) | |
17:14 | • Edit [145546623455cccb|1455466234]: Edit check-in comment. ... (artifact: 288ed7bfd3 user: stephan) | |
17:12 | Replaced \u002f slash escapes with \x2f, thanks to a hint from Arseniy Terekhin. ... (check-in: 1455466234 user: stephan tags: wikiedit-wysiwyg-legacy) | |
16:22 | A couple framework-level CSS micro-tweaks uncovered by testing with different skins. ... (check-in: e982f18bd3 user: stephan tags: wikiedit-wysiwyg-legacy) | |
16:07 | Moar wysiwyg style fine-tuning. ... (check-in: 6f03a598fe user: stephan tags: wikiedit-wysiwyg-legacy) | |
15:58 | Inordinately much style/layout tweaking of the wysiwyg editor. ... (check-in: a11abadd02 user: stephan tags: wikiedit-wysiwyg-legacy) | |
15:57 | fossil.dom.attr(target,key,val) now supports any number of key/value pairs to set in a single call. ... (check-in: a89f116e11 user: stephan tags: wikiedit-wysiwyg-legacy) | |
15:50 | Fixed (removed) wrapping of .input-with-label elements. ... (check-in: b012ecb714 user: stephan tags: wikiedit-wysiwyg-legacy) | |
13:47 | Some wysiwyg code reduction, balanced out by more docs ;). ... (check-in: 79cb2df73c user: stephan tags: wikiedit-wysiwyg-legacy) | |
13:20 | Significant cleanups in and shortening of the legacy wysiwyg JS code. ... (check-in: b8297d34bd user: stephan tags: wikiedit-wysiwyg-legacy) | |
10:42 | An experiment in reactivating the legacy wysiwyg editor in the new wikiedit page. It works, but cannot currently be removed from the page once it's installed without reloading the page. ... (check-in: 629bc0e131 user: stephan tags: wikiedit-wysiwyg-legacy) | |
06:07 | Fixed color quirk (unintentionally deriving a default color) in the Ardoise skin reported at [https://fossil-scm.org/forum/forumpost/9ac6b287d9 | /forumpost/9ac6b287d9]. ... (check-in: 693bf6b222 user: stephan tags: trunk) | |
06:05 | Add db_unprotect()/db_protect_pop() to /setup_skin_admin when the user selects one of the builtin skins to fix problem reported at [https://fossil-scm.org/forum/forumpost/72a1db2bdc | /forumpost/72a1db2bdc]. ... (check-in: 37c290597d user: stephan tags: trunk) | |
2020-08-29
| ||
14:22 | Minor /wikiedit layout improvements and removed the probably-obvious '?' button from the auto-refresh checkbox. ... (check-in: f83c4fa41d user: stephan tags: trunk) | |
14:07 | Plugged a leaky abstraction in wikiedit and fileedit which applied when connecting a 3rd-party editor widget and added an example of how to plug in TinyMCE to the fileedit docs. ... (check-in: 88703f001d user: stephan tags: trunk) | |
2020-08-25
| ||
07:07 | Removed some hard tabs in CSS injected by copy/paste from the browser dev tools. ... (check-in: 1bfa36867d user: stephan tags: trunk) | |
07:00 | The fossil.XYZ.js-using pages now include all of those APIs when running in bundled JS mode, as that provides far lower aggregate over-the-wire and HTTP request counts. Added ? popup help buttons in wikiedit/fileedit to replace title-attribute hoverhelp (popup positioning can still be improved, though). ... (check-in: 34f7fd72c6 user: stephan tags: trunk) | |
06:18 | Lots of tweaking to the "help buttonlet" popup position. Something to improve some rainy day. ... (Closed-Leaf check-in: 3f08a9d200 user: stephan tags: misc-js-experiments) | |
2020-08-24
| ||
22:46 | Improved cross-page caching of wikiedit/fileedit bundle, reducing those pages to a single request of 10-13k once cache is warm. Fixed non-bundled JS distribution of fileedit and wikiedit. ... (check-in: 20c50cd1e5 user: stephan tags: misc-js-experiments) | |