Fossil

Timeline
Login

Timeline

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

27 check-ins using file win/Makefile.mingw version e27130f9d6

2020-09-09
13:05
Added missing db_unprotect()/db_protect_pop() to the login-group command. ... (check-in: ca5a5c7948 user: stephan tags: trunk)
2020-09-07
20:32
Add support for --extroot on windows. ... (check-in: 8aaaa4f533 user: drh tags: trunk)
14:08
The additional db_unprotect() work of check-in [b9fa7e28712c5981] was incomplete. Here is an attempt to finish the job. ... (check-in: 50f61b7ad1 user: drh tags: trunk)
14:01
file_mkdir() should use the converted filename, not the original. ... (check-in: 45fc083bbf user: drh tags: trunk)
2020-09-06
14:49
Fix the skin editor so when loading the "Current In Use" skin, it actually pulls in the currently in use skin, even if that skins is an alternative skin specified on the command-line or the built-in default skin. ... (check-in: 5c90832d79 user: drh tags: trunk)
14:37
Disable the ETAG cache for the /draftN pages so that caching does not interfere with preview. ... (check-in: 03643a632c user: drh 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-03
19:04
Make sure that any newlines in the CSP are converted into simple spaces before the CSP is added to an HTTP header. This *might* fix a problem reported [forum:/info/d29e3af43c|on the forum]. ... (check-in: e0f2283c15 user: drh tags: trunk)
2020-09-02
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
20:29
Fix a db_unprotect() call in the Admin pages. ... (check-in: b9fa7e2871 user: drh tags: trunk)
19:48
Make the wikiedit/fileedit edit-stash select element grow less agressively. ... (check-in: a645302b47 user: stephan tags: trunk)
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: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)