Fossil

All files named "src/fossil.confirmer.js"
Login

All files named "src/fossil.confirmer.js"

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

History for src/fossil.confirmer.js

2020-09-12
12:21
Milestone: eliminated the remaining assign-to-DOMElement.innerHTML in the fossil.*.js APIs (ostensible security enhancement), thanks to the DOMParser interface. Fixed an obscure minor bug in /fileedit where a commit message which contained HTML tags could cause the page to misbehave if the 'response manifest' debugging option was turned on. ... (file: [39f4b991] check-in: [79023c92] user: stephan branch: trunk, size: 12827)
2020-08-24
20:24
Changed how fossil.confirmer pinSize option computes element width to be more robust in the face of CSS 'auto' width values. ... (file: [381023fe] check-in: [1f4143ba] user: stephan branch: trunk, size: 12389)
2020-08-13
11:47
fossil.confirmer: moved the confirmation countdown to the right side of the element. This seems to be less visually jarring. ... (file: [4f9b4b31] check-in: [c09949e5] user: stephan branch: trunk, size: 12269)
2020-08-11
15:23
Added fossil.confirmer pinSize option which tells it to try to pin the confirmation element's width to the maximum of its initial and awaiting-confirmation widths, to avoid layout reflow while awaiting confirmation. ... (file: [80f6cb56] check-in: [b12cae85] user: stephan branch: trunk, size: 11994)
2020-08-01
21:31
Ported several features between wikiedit and fileedit, improving them both a bit. ... (file: [928e23bb] check-in: [0d5006be] user: stephan branch: trunk, size: 10651)
2020-07-02
17:28
Squished a few more "the the" grammar errors in comments ... (file: [66352b42] check-in: [40521155] user: wyoung branch: trunk, size: 10532)
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. ... (file: [f3782d4b] check-in: [3da4b94c] user: stephan branch: fileedit-ajaxify, size: 10536)
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. ... (file: [d359dc3e] check-in: [9085ec23] user: stephan branch: fileedit-ajaxify, size: 6702)
03:19
Removed devious hard tabs which slipped in while porting. ... (file: [c4e14e18] check-in: [626c4560] user: stephan branch: fileedit-ajaxify, size: 6652)
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. ... (file: [d4d8d509] check-in: [e70ab3a3] user: stephan branch: fileedit-ajaxify, size: 6423)