]> code.citadel.org Git - citadel.git/history - webcit-ng/static/js/view_forum.js
How about that ... we're now correctly handling the reply-references and carrying...
[citadel.git] / webcit-ng / static / js / view_forum.js
2021-12-11 Art CancroHow about that ... we're now correctly handling the...
2021-12-10 Art CancroBegin gathering references and message IDs for replies
2021-12-10 Art CancroDon't use \r\n with ctdl_printf() because it adds a...
2021-11-26 Art Cancromake a note that we have to retain the reply message...
2021-11-26 Art CancroCapture the new message number from the etag of the...
2021-11-26 Art CancroLink entry in the editor now works. The example code...
2021-11-25 Art Cancrobold, italic, and list buttons now work.
2021-11-24 Art Cancrosplit utility function out into a separate util.js
2021-11-24 Art CancroPlaced the bold/italic/list/link buttons in the editor...
2021-11-24 Art CancroPrettied up the qp encoder function a bit.
2021-11-24 Art CancroPost messages in quoted-printable instead of base64...
2021-11-24 Art CancroSave messages as multipart/mixed with the HTML componen...
2021-11-24 Art CancroRevert previous commit because it didn't work. Further...
2021-11-24 Art CancroMoved the remaining else blocks
2021-11-24 Art CancroHandle posting errors a little more elegantly.
2021-11-24 Art CancroDetect whether the save operation succeeded by checking...
2021-11-23 Art CancroWow! Posting a message to the server worked on the...
2021-11-23 Art CancroGot it working, now it's pretty
2021-11-23 Art Cancrocontent editable window with focus and cursor
2021-11-23 Art CancroFixed the vertical float issue by specifying the height...
2021-11-21 Art Cancrohow about that scroll?
2021-11-20 Art CancroHot damn! I just discovered scrollIntoView()
2021-11-18 Art Cancrosave/cancel
2021-11-18 Art Cancroreplybox adornments
2021-11-18 Art Cancro more work on the reply box
2021-11-18 Art CancroIntermediate commit: open a new div beneath the existin...
2021-11-17 Art Cancrofujobi
2021-11-06 Art Cancronotes
2021-11-06 Art CancroSplit the forum view into a separate .js file. We...