Fossil

Timeline
Login

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

16 check-ins using file src/finfo.c version 1d265bbaea

2020-05-10
09:16
Minor efficiency hack in style_emit_script_builtin() and swapped a potentially problematic ordering of two JS includes. check-in: c60ad868b4 user: stephan tags: fileedit-ajaxify
08:47
Several small style tweaks. Changed style_labeled_checkbox() parameter order for better readability. TabManager class now supports events alerting before/after a tab is switched to. Added auto-refresh of preview when the preview tab is activated, with a checkbox to disable it for slow connections and/or large documents (the refresh button still works as before). check-in: ee175636aa user: stephan tags: fileedit-ajaxify
2020-05-09
13:56
Disable rendering of the comment mime type selection list, as it's not honored/implemented where comments are rendered. check-in: 875b60bccd user: stephan tags: fileedit-ajaxify
12:54
Determine which comment editing mode to enable based on which of the editor fields is hidden by default, so that we stay in sync if the C side changes. check-in: a4314603f7 user: stephan tags: fileedit-ajaxify
12:36
Added style_select_list_str(), selection list for commit comment mime type, and a toggle to switch between single- and multi-line comment editing modes. check-in: 4d5004ef2d user: stephan tags: fileedit-ajaxify
2020-05-08
14:15
Swapped the style_emit_script_builtin() parameters for consistency with style_emit_script_tag(). check-in: 02240eec90 user: stephan tags: fileedit-ajaxify
14:00
Delay the initial filepage loadFile() until a windows.load event. This seems to eliminate what appears to have been a race between that call and the filepage init code. check-in: 07d0bcc598 user: stephan tags: fileedit-ajaxify
12:39
/fileedit now accepts 'fn' and 'ci' as undocumented aliases for 'filename' resp. 'checkin', for consistency with some other pages. style_emit_script_builtin() now includes a cache-buster on URLs (a prefix of the builtin content's MD5 hash). check-in: 3733293a01 user: stephan tags: fileedit-ajaxify
2020-05-07
12:52
Normalized the various input-with-label elements to use SPAN wrappers instead of DIV. check-in: 53b31b0814 user: stephan tags: fileedit-ajaxify
11:12
doc typo check-in: a62594e58d user: stephan tags: fileedit-ajaxify
09:04
Removed a local temp foo.js which got picked up by makemake.tcl :/. check-in: 8a98762b81 user: stephan tags: fileedit-ajaxify
02:36
Merged in trunk. check-in: 087c5d1f3e user: stephan tags: fileedit-ajaxify
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