fossil
repo
Explore
Sign in
Fossil SCM
Overview
Code
Branches
Timeline
Tickets
Wiki
Forum
Releases
Files
← Back to file
src/fossil.bootstrap.js
50 commits
Merge trunk into ui-local-diff branch, resolving one merge conflict in info.c:hexdump_page().
stephan
d57463cc0…
2024-11-07 06:50
Sync with trunk.
florian
b97f0310f…
2024-09-06 10:56
Sync with trunk.
florian
8e6660cd7…
2024-09-06 10:48
Sync with trunk.
florian
00f7466ad…
2024-09-06 10:47
Re-enable side-by-side diff sync scrolling and add a client-side persistent toggle for the preferen…
stephan
c03ce0f4d…
2024-09-03 11:48
Reinstate synchronized scrolling in side-by-side diff views. TODOs include adding a checkbox to tog…
stephan
3ef1d06bd…
2024-08-21 14:30
Rename some JS vars for clarity. No functional changes.
stephan
abeb57d28…
2024-08-21 11:36
Brought the ui-local-diff branch up to date relative to trunk. It isn't a simple merge, primarily …
wyoung
76fa16576…
2023-01-24 03:29
Merge updates from trunk.
mistachkin
6f3640a71…
2022-10-17 01:02
Merge from trunk
george
8d78edddf…
2022-01-21 20:34
Merge from trunk
george
9094def2b…
2022-01-21 20:24
Merge from trunk
george
5c0515e20…
2022-01-21 20:13
Merge from trunk
george
6721c654a…
2022-01-21 19:58
Merged in trunk and resolved numerous code clashes in /chat.
stephan
54dba7479…
2021-12-16 04:20
Merged in trunk and resolved numerous code clashes in /chat.
stephan
54dba7479…
2021-12-16 04:20
Integrated a debouncer into the window-resize monitor callbacks used by the diff table views and /c…
stephan
df0e2ca16…
2021-10-10 14:07
Merged in trunk. /chat changed jump-to-message animation to fade out/in, per requests. Added HTML5 …
stephan
99b23d0fa…
2021-09-28 11:06
Merged in trunk. /chat changed jump-to-message animation to fade out/in, per requests. Added HTML5 …
stephan
99b23d0fa…
2021-09-28 11:06
Merged trunk changes in. Only needed to track my own rename of branch_of_rid() to branch_of_ckin_r…
wyoung
ea28708f8…
2021-03-01 07:37
Brought graham's ui-local-diff branch up to date with respect to trunk. This is not a simple merge,…
wyoung
0516f4d3c…
2021-02-14 21:28
Merge in trunk
george
7803cfeff…
2020-10-10 17:54
Milestone: eliminated the remaining assign-to-DOMElement.innerHTML in the fossil.*.js APIs (ostensi…
stephan
79023c927…
2020-09-12 12:21
Merge in trunk (check-in [9543ddbef2])
george
b56460fc9…
2020-08-26 16:11
Merge in trunk (check-in [f741baa6be])
george
5d4a57f2c…
2020-08-26 15:52
Merge in trunk (version-2.12.1)
george
62c316306…
2020-08-26 13:31
The fossil.XYZ.js-using pages now include all of those APIs when running in bundled JS mode, as tha…
stephan
34f7fd72c…
2020-08-25 07:00
Moved C routines which emit fossil.XYZ JS APIs from style.c to builtin.c, and renamed appropriately…
stephan
c515e5fd9…
2020-08-24 22:20
Experimentally added '?' help buttons in wikiedit. Experimentally emit all fossil.XYZ APIs, rather …
stephan
9edbb7eab…
2020-08-24 20:49
Merge trunk, since cloning local filesystem repositories still does not work
andygoth
719dcd29c…
2020-08-16 14:45
Improvements to line-numbered text output.
drh
b699040d7…
2020-08-16 13:39
Removed some stray debug output. Added a window.CustomEvent polyfill "just in case."
stephan
af47d1531…
2020-08-16 01:32
Inconsequential JS cleanups.
stephan
5dd9ff1c0…
2020-08-12 11:42
Merge in trunk; resolve conflicts
ashepilko
7cfbf66a0…
2020-08-09 21:45
fossil.message() and friends now use local timestamps instead of UTC. Fixed a bug in wikiedit which…
stephan
3dc4613d1…
2020-08-01 23:38
Merge trunk
jan.nijtmans
69b450c1e…
2020-06-25 08:16
Introducing the /fileedit page.
stephan
1243bf399…
2020-05-28 09:40
Clear the preview/diff views after a non-dry-run commit. Added toggle to include (or not) manifest …
stephan
b5944d4ed…
2020-05-16 17:05
Added widget to browse/select locally-edited files. Related cleanups and refactoring.
stephan
aefceac57…
2020-05-16 05:03
Added fileedit-content-replaced event for notification when content is replaced. Clear preview/diff…
stephan
6f2649b9b…
2020-05-15 22:13
Fixed multi-line commit comment (was not being submitted with commit) and change page title to refl…
stephan
ef2166a0a…
2020-05-15 02:39
fileedit: now gets the file perms via the response header and updates the Is Executable checkbox ac…
stephan
f1b2e509e…
2020-05-14 03:00
Double-clicking the status message bar now clears the message (useful when a long HTML-format error…
stephan
ff7ad7125…
2020-05-12 08:54
Added hash_digits() info to fossil.config object and added fossil.hashDigits(). Factored out fileed…
stephan
29567e6e7…
2020-05-07 01:19
s/f-post-/f-preview-/.
stephan
99bd288bc…
2020-05-06 17:37
First step in the automation of connecting an editor widget to a preview-mode widget, as demo'd in …
stephan
7ede6122e…
2020-05-06 17:33
cosmetic internal tweaks.
stephan
bb71f9ecd…
2020-05-06 05:21
Added fossil.confirmer JS API to offer a non-intrusive click confirmation mechanism. Re-activated t…
stephan
e70ab3a36…
2020-05-06 03:02
Reworked how /fileedit loads its JS - it now fetches them rather than embedding them inline. Moved …
stephan
b48212f6e…
2020-05-06 01:51
Re-added the editor font size selector. Added a button to discard/reload edits, but it's too easy t…
stephan
25dfd243a…
2020-05-05 23:54
Completely overhauled the /fileedit layout, using a homebrew tabbed interface.
stephan
33ffe5762…
2020-05-05 16:51
Keyboard Shortcuts
Open search
/
Next entry (timeline)
j
Previous entry (timeline)
k
Open focused entry
Enter
Show this help
?
Toggle theme
Top nav button
Close