Grammar change in the license declaration.
[citadel.git] / webcit-ng / static / js / view_forum.js
2024-01-03 Art CancroGrammar change in the license declaration.
2023-12-19 Art CancroMake the font sizes less cartoonish at extreme viewport...
2023-11-06 Art CancroQuoted-printable encode HTML messages on the WebCit...
2023-10-21 Art CancroSaving my place.
2023-03-28 Art CancroMore refinements to .ctdl-middle usage
2023-01-26 Art CancroForum message editor classes
2022-11-19 Art CancroConsistent calling syntax for view renderers
2022-11-19 Art CancroInclude email address in mail display for local users...
2022-09-22 Art CancroFixed the rendering on the 'older posts' and 'newer...
2022-09-15 Art CancroConsolidated all renderings of a user profile picture...
2022-09-09 Art CancroMoved render_msg_author() into a different file
2022-09-06 Art CancroContinuing along with the effort to replace the remaini...
2022-07-22 Art CancroDisplay "brief" datestamps in mailbox: date if not...
2022-07-17 Art CancroRemoved the excess vertical whitespace between headers...
2022-07-04 Art CancroBegan CSS stylizing the mailbox view
2022-07-04 Art CancroClear any existing mailbox refresh when setting up...
2022-07-04 Art CancroAdded the logic to auto-refresh mailbox display
2022-06-30 Art CancroAdded the javascript logic to delete a message. This...
2022-06-29 Art CancroPass through the data to tell the client if it has...
2022-06-29 Art Cancronew license declaration text
2022-03-05 Art CancroClick on a user or their avatar to go to their profile...
2022-02-12 Art CancroKeep track of the last message number we saw
2022-01-23 Art CancroTweaked the icons a bit
2022-01-22 Art CancroThe "Post message" button in forum view is now active.
2022-01-22 Art CancroSet up a "new item" dispatcher so it can be different...
2022-01-22 Art CancroAdded a button to the screen that can be populated...
2022-01-03 Art CancroReplyQuoted works now.
2022-01-03 Art CancroCleaned up the editor-div-replacement thing
2022-01-03 Art CancroThe current local date and time now displays in the...
2022-01-03 Art CancroMessage date/time is now sent to the browser in unix...
2022-01-01 Art CancroThe "reply" function in webcit-ng now correctly replace...
2022-01-01 Art CancrorandomString() is now always the same length and always...
2022-01-01 Art CancroIt's 2022 ... updating all of the copyright notices...
2021-12-15 Art CancroNew functions to activate and deactivate the Loading...
2021-12-15 Art CancroIf div names are random strings, they don't need to...
2021-12-15 Art CancroSlowly becoming a good JavaScript developer. :) ...
2021-12-14 Art Cancroscroll_to works again
2021-12-14 Art CancroAppend messages to the DOM tree as div elements instead...
2021-12-14 Art CancroMajor change to the javascript forum view. We now...
2021-12-13 Art Cancroopen the reply box with .append() instead of tweaking...
2021-12-13 Art Cancronew div name
2021-12-13 Art Cancrobeautiful
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...