Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
13 check-ins using file src/fossil.tabs.js version 2b0645ddfe
|
2020-05-12
| ||
| 13:18 | Added fossil.fetch() responseHeaders option to pass on one or more response headers to the onload() callback. check-in: bbb738d07d user: stephan tags: fileedit-ajaxify | |
| 10:24 | /fileedit now squelches errors related to 'missing' URL args, as they are now optional. It also now displays an informative warning at the top of the page if fileedit-glob is not set or is empty. Added a hint about hyperlink in the preview page. Added a Help tab with useful(?) tips. check-in: c145140d3e user: stephan tags: fileedit-ajaxify | |
| 08:54 | Double-clicking the status message bar now clears the message (useful when a long HTML-format error comes in via ajax). Removed the unsightly 'new and experimental' banner. check-in: ff7ad7125f user: stephan tags: fileedit-ajaxify | |
| 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 | |