Fossil

Timeline
Login

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

22 check-ins using file src/finfo.c version 9a092785f3

2020-05-06
17:37
s/f-post-/f-preview-/. check-in: 99bd288bce user: stephan tags: fileedit-ajaxify
17:33
First step in the automation of connecting an editor widget to a preview-mode widget, as demo'd in [https://fossil-scm.org/forum/forumpost/d44564bad4|/forumpost/d44564bad4]. check-in: 7ede6122e5 user: stephan tags: fileedit-ajaxify
05:21
cosmetic internal tweaks. check-in: bb71f9ecd2 user: stephan tags: fileedit-ajaxify
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. check-in: 9085ec2351 user: stephan tags: fileedit-ajaxify
03:30
Removed a bogus, but harmless, JS dep and corrected some copy/pasted docs. check-in: 2abc1ff42a user: stephan tags: fileedit-ajaxify
03:19
Removed devious hard tabs which slipped in while porting. check-in: 626c45609e user: stephan tags: fileedit-ajaxify
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. check-in: e70ab3a368 user: stephan tags: fileedit-ajaxify
01:58
Removed the FORM element - it was superfluous and particularly stubborn in how it responded to every button. check-in: 7635d9345d user: stephan tags: fileedit-ajaxify
01:51
Reworked how /fileedit loads its JS - it now fetches them rather than embedding them inline. Moved fossil.fetch() docs from style.c into the JS file. check-in: b48212f6ea user: stephan tags: fileedit-ajaxify
2020-05-05
23:54
Re-added the editor font size selector. Added a button to discard/reload edits, but it's too easy to activate by accident, so it's disabled until we have a common confirmation mechanism in place. Added timestamp to fossil.message() and fossil.error() output. check-in: 25dfd243a1 user: stephan tags: fileedit-ajaxify
23:31
Added missing checks for negative result value from symbolic_name_to_rid() (indicating an ambiguous name). check-in: d8c21f2f09 user: stephan tags: fileedit-ajaxify
22:18
Added option to render HTML previews inline, as opposed to in an iframe. Layout improvements in the preview/diff/commit tabs. check-in: bd81a5f601 user: stephan tags: fileedit-ajaxify
21:49
Temporarily(?) removed the editor font size adjustment dropdown, as it currently has no proper home in the new layout. check-in: 413a0ce83f user: stephan tags: fileedit-ajaxify
21:41
Unified diff now produces empty output when the diff is empty, insead of an empty wrapper element. check-in: 146e867eb5 user: stephan tags: fileedit-ajaxify
17:23
Doc updates and corrections. check-in: e7659e7265 user: stephan tags: fileedit-ajaxify
16:51
Completely overhauled the /fileedit layout, using a homebrew tabbed interface. check-in: 33ffe5762b user: stephan tags: fileedit-ajaxify
11:51
/fileedit_content now only uses application/octet-stream for files which explicitly have that type via mimetype_by_name() or which look like binary content, falling back to text/plain, per suggestion in the discussion thread. check-in: 4270ecb3a2 user: stephan tags: fileedit-ajaxify
08:41
Numerous minor cleanups. check-in: f54ac21745 user: stephan tags: fileedit-ajaxify
06:48
Ajaxified commit. All that's left is cleanup and prettification. check-in: 1a6c5090ce user: stephan tags: fileedit-ajaxify
04:06
Initial work on ajaxifying /fileedit. Fetching content, preview, and diffs are ajax'd, but save is not yet. check-in: 8edf9dbfc2 user: stephan tags: fileedit-ajaxify
2020-05-04
23:26
Moved some generic fileedit code to style.c. Refactored /fileedit to not require JS to update version info, making this impl pure no-JS. Now to ajaxify it... Closed-Leaf check-in: 8d4ce834ed user: stephan tags: checkin-without-checkout
20:16
Added /fileedit links to /finfo and /artifact. check-in: fe925e7d6d user: stephan tags: checkin-without-checkout