Fossil

Timeline
Login

Timeline

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

8 check-ins using file src/fossil.page.fileedit.js version 425425bb

2020-05-08
14:15
Swapped the style_emit_script_builtin() parameters for consistency with style_emit_script_tag(). (check-in: 02240eec 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: 07d0bcc5 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: 3733293a 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: 53b31b08 user: stephan tags: fileedit-ajaxify)
11:12
doc typo (check-in: a62594e5 user: stephan tags: fileedit-ajaxify)
09:04
Removed a local temp foo.js which got picked up by makemake.tcl :/. (check-in: 8a98762b user: stephan tags: fileedit-ajaxify)
02:36
Merged in trunk. (check-in: 087c5d1f 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: 29567e6e user: stephan tags: fileedit-ajaxify)