Timeline
Not logged in

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

21 check-ins using file src/fossil.bootstrap.js version ffd9bd7625

2020-05-12
08:28
After committing, reload the leaves/files list. Added a reload button to the leaves/files widget. Several style improvements. check-in: 2318c419c9 user: stephan tags: fileedit-ajaxify
2020-05-11
13:03
Replaced the /fileedit_AJAX_ROUTE calls with /fileedit?ajax=ROUTE_NAME to eliminate the dispatch-time and help-system bloat. check-in: 9f26fd1eee user: stephan tags: fileedit-ajaxify
12:06
Removed a trailing 'ajax' WEBPAGE flag which should not have been checked in. check-in: 50a6a75ba1 user: stephan tags: fileedit-ajaxify
12:02
CSS which should have been in the previous commit. check-in: b49df0b991 user: stephan tags: fileedit-ajaxify
11:51
/fileedit no longer requires URL arguments: it has a leaf checkin/file selection list on the first tab. check-in: e184992161 user: stephan tags: fileedit-ajaxify
2020-05-10
19:51
Fixed a semantic collision in the fileedit 'column' CSS class, which means something different in the /dir page. This fixes mis-alignment of the commit button. check-in: d0a83a38f5 user: stephan tags: fileedit-ajaxify
19:42
Minor tooltip tweaks. check-in: 0b1085d724 user: stephan tags: fileedit-ajaxify
14:50
Merge in trunk for fossil_exe_id() and use it, instead of md5, as the builtin/*.js cache-buster value. check-in: 7e43119a91 user: stephan tags: fileedit-ajaxify
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 wor... 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