Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
11 check-ins using file src/main.mk version 450c71f003
2020-05-07
| ||
01:19 | Added hash_digits() info to fossil.config object and added fossil.hashDigits(). Factored out fileedit JS use of innerHTML where possible. Reworked the Version Info tab a bit. ... (check-in: 29567e6e7e user: stephan tags: fileedit-ajaxify) | |
2020-05-06
| ||
23:53 | Added a 'tick' mode to fossil.confirmer to more easily allow the triggering element to be visibly updated to reflect the countdown state. The editor's discard/reload button now visibly counts down from 3 if clicked. ... (check-in: 3da4b94c44 user: stephan tags: fileedit-ajaxify) | |
22:57 | Improved the tab control styling, and no longer use buttons so that their :focus style doesn't break the appearance. Fixed some CSS which no longer matched after removal of the outer wrapping FORM element. ... (check-in: a84f6458c0 user: stephan tags: fileedit-ajaxify) | |
17:52 | Renamed the file=filename, r=checkin query params to filename=..., checkin=..., for consistency with the annotate/blame URLs and possibly others. ... (check-in: 6b7805e056 user: stephan tags: fileedit-ajaxify) | |
17:37 | s/f-post-/f-preview-/. ... (check-in: 99bd288bce user: stephan tags: fileedit-ajaxify) | |
17:33 | First step in the automation of connecting an editor widget to a preview-mode widget, as demo'd in [https://fossil-scm.org/forum/forumpost/d44564bad4|/forumpost/d44564bad4]. ... (check-in: 7ede6122e5 user: stephan tags: fileedit-ajaxify) | |
05:21 | cosmetic internal tweaks. ... (check-in: bb71f9ecd2 user: stephan tags: fileedit-ajaxify) | |
04:52 | Minor code style improvements, fixed a couple jquery-isms in the confirmer port, added the ability to select tabs by number and pre-select a specific tab, removed a superfluous C function. ... (check-in: 9085ec2351 user: stephan tags: fileedit-ajaxify) | |
03:30 | Removed a bogus, but harmless, JS dep and corrected some copy/pasted docs. ... (check-in: 2abc1ff42a user: stephan tags: fileedit-ajaxify) | |
03:19 | Removed devious hard tabs which slipped in while porting. ... (check-in: 626c45609e user: stephan tags: fileedit-ajaxify) | |
03:02 | Added fossil.confirmer JS API to offer a non-intrusive click confirmation mechanism. Re-activated the /filepage content reload button with a confirmation click required. ... (check-in: e70ab3a368 user: stephan tags: fileedit-ajaxify) | |