Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
10 descendants and 10 ancestors of 699a977cfc8dda79
2020-08-01
| ||
16:07 | Reworked how /wikiedit edit status is displayed, added history/attachment links to the new info bar, and remove attachment links from the Help tab. ... (check-in: fb77abd3b5 user: stephan tags: trunk) | |
13:53 | Merged in the Ajax-based /wikiedit reimplementation. ... (check-in: 19f2753522 user: stephan tags: trunk) | |
13:23 | Minor help text additions for --jsmode. ... (Closed-Leaf check-in: cb2563de17 user: stephan tags: ajax-wiki-editor) | |
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) | |
20:16 | Fix lines for separate JS modes. ... (check-in: 314bb1579e user: drh tags: refactor-js-handling) | |
20:02 | Begin integrating the builtin_request_js() interface. ... (check-in: 13caa6e61e user: drh tags: refactor-js-handling) | |
16:58 | Add routines for standardized loading of javascript resources. ... (check-in: 01d96c6b45 user: drh tags: refactor-js-handling) | |
16:06 | Move the /builtin webpage from style.c over to builtin.c. Add the new "m=" query parameter enabling it to return multiple JS files in a single request. ... (check-in: 956d2f8db9 user: drh tags: trunk) | |
14:20 | Always regenerate the VERSION.h file, and hence change the FOSSIL_BUILD_HASH value, every time "make" is run. ... (check-in: 01c03ca16a user: drh tags: trunk) | |
12:26 | Ardoise skin: reset SELECT height to "initial" because its default otherwise breaks selects with size greater than 1. ... (check-in: ef38f0d7ca user: stephan tags: trunk) | |
02:21 | Update the tests to reflect recent code changes ... (check-in: 981049f798 user: ashepilko tags: trunk) | |
01:21 | Renamed /fileedit's setFileContentMethods() to setContentMethods() to consolidate the naming convention for this client hook across pages which use it (which now includes the ajax wiki editor). ... (check-in: bdfbc9f912 user: stephan tags: trunk) | |
2020-07-30
| ||
22:09 | Update the built-in SQLite to the latest 3.33.0 alpha, for testing. ... (check-in: 38d1b32bde user: drh tags: trunk) | |