Timeline
Not logged in

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

9 check-ins using file src/main.c version 1ba88f7908

2020-08-01
04:30
Remove an unused variable in mkindex.c check-in: bf1984428f user: ashepilko tags: trunk
01:40
Removed a stray HR tag left over by the previous commit's excision of the wysiwyg option. Removed a dangling doc reference to TinyMCE. check-in: b3f3cf6930 user: stephan tags: ajax-wiki-editor
01:37
Removed the legacy /wikiedit implementation and the wysiwyg option it supported/sported. Updated the change log. check-in: 336afe8e91 user: stephan tags: ajax-wiki-editor
2020-07-31
23:54
Fix caching for bundled access to /builtin. Add a missing semicolon to the end of graph.js. check-in: 139db4c54e user: drh tags: trunk
23:33
Merged in trunk for builtin_request_js() changes and ported wikiedit/fileedit/forumpost to use those. check-in: 2ec332a0c2 user: stephan tags: ajax-wiki-editor
22:04
Simplify the internal interfaces used for injecting built-in Javascript files onto a web page. check-in: 036a9d5c58 user: drh tags: trunk
21:57
Further simplification of the javascript loading code. Closed-Leaf check-in: b7f70ffc14 user: drh tags: refactor-js-handling
21:47
Replace various style_emit_script...() calls with builtin_request_js(). check-in: 699a977cfc user: drh tags: refactor-js-handling
21:32
Reduce the number of jsmode options to three: inline, separate, bundled. check-in: 38f3d9785b user: drh tags: refactor-js-handling