Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
11 check-ins using file src/printf.c version bef41fb16d
|
2020-05-15
| ||
| 02:39 | Fixed multi-line commit comment (was not being submitted with commit) and change page title to reflect the file being edited, both per forum feedback. check-in: ef2166a0ac user: stephan tags: fileedit-ajaxify | |
| 02:27 | Added submenu Edit entry, when appropriate, to /file, per forum feedback. check-in: 4818e7fdac user: stephan tags: fileedit-ajaxify | |
| 01:35 | Fix a potential null deref in sample JS code. check-in: d361947c8d user: stephan tags: fileedit-ajaxify | |
|
2020-05-14
| ||
| 23:34 | EOL conversion: had neglected to pass that option on in the ajax request. Fixed a bug which caused duplicate CRs to get injected into force-to-windows-EOL conversions. check-in: 439f446df6 user: stephan tags: fileedit-ajaxify | |
| 15:10 | Restructured fileedit-page.md to give more space to/explanation of each caveat/warning bullet point (each of which is now in its own subsection). check-in: 33146972e6 user: stephan tags: fileedit-ajaxify | |
| 07:29 | Added a warning about EOL normalization of files with mixed EOL styles. check-in: b83ff3f421 user: stephan tags: fileedit-ajaxify | |
| 07:14 | Added www/fileedit-page.md, documenting how to integrate syntax highlighting and replace the editor widget. Added fossil.page.replaceEditorElement() to facility replacing the editor widget. check-in: 909a48e378 user: stephan tags: fileedit-ajaxify | |
| 04:46 | Expanded the fileedit-preview-updated event data to include the mimetype and preview mode so that listeners can make a better-informed decision about how/whether to handle the content. check-in: e988ed904a user: stephan tags: fileedit-ajaxify | |
| 04:32 | Added fileedit-preview-updated event, for use in hooking up 3rd-party syntax highlighting to the preview. (Tested locally with highlightjs.) check-in: 8e293f959a user: stephan tags: fileedit-ajaxify | |
| 04:14 | Removed some dead code. check-in: 4619c9a772 user: stephan tags: fileedit-ajaxify | |
| 04:13 | Added a parameter to encode_json_string_literal() to allow it to return its output string length, saving a strlen() call in vxprintf() %j. check-in: 57edd18144 user: stephan tags: fileedit-ajaxify | |