Use base64 encoding for permalinks in bbs rooms, otherwise google+ mangles them
[citadel.git] / webcit / static / t / view_message.html
2011-10-18 Art CancroUse base64 encoding for permalinks in bbs rooms, otherw...
2011-09-16 Art Cancrooops ... there was no way to delete blog comments ...
2011-09-04 Art CancroOnly offer the 'Edit' option in mailbox rooms. Elsewhe...
2011-09-04 Art CancroPermalinks for messages in BBS rooms
2011-09-04 Art CancroIn BBS view, include an anchor tag on each message
2011-09-04 Wilfried Goesgenstemplate moving the messages select target.
2011-09-04 Art CancroExtracting the 'To:' header from the replying_to messag...
2011-09-04 Art CancroInitial implementation of the 'replying_to=' method...
2011-09-04 the_mgtremove a linebreak from message_header if no subject...
2011-09-04 Art CancroApplied the GetLoggedInFirst() semantics to the Reply...
2011-09-04 Art CancroPerformed a bunch of markup fixes suggested by validato...
2010-11-10 Art Cancromsgbuttons are now back to being ordinary links.
2010-09-25 Art CancroRevert "Revert "Removed the "fix_scrollbarbug" div...
2010-09-25 Art CancroRevert "Removed the "fix_scrollbarbug" div and all...
2010-09-25 Art CancroRevert "Revert "Removed the "fix_scrollbarbug" div...
2010-09-25 Art CancroRevert "Removed the "fix_scrollbarbug" div and all...
2010-09-24 Art CancroRemoved the "fix_scrollbarbug" div and all references...
2010-09-05 Wilfried Goesgens* re-enable drafts as proposed by samjam.
2010-07-19 Wilfried Göesgens* remove url-encoded strings; the Engine is advised...
2010-06-19 Wilfried Göesgens* fix Re:/Fw mechnics for email replying/forwarding...
2010-02-27 Wilfried Göesgens* switch room types to defines; no strcmp needed anymore.
2010-02-15 Art Cancro* Reverted r8284 ... we're going to do this a different way
2010-02-08 Wilfried Göesgens* add read state for message templates; draft.
2010-01-17 Wilfried Göesgens* fix all those tiny bugs pointed out by our new subtem...
2009-10-07 Art Cancro* Don't show message headers in a wiki room.
2009-07-03 Art Cancro* Temporarily disabled the 'Drafts' functions. I like...
2009-06-18 Art Cancro* Restore the correct behavior for Reply commands in...
2009-06-14 Wilfried Göesgens* apply samjams edit drafts patch. Modification: use...
2009-04-07 Wilfried Göesgens* re-enumerate conditionals in view_message.html
2009-03-31 Art Cancro* Oops ... reply/replyquoted/replyall semantics were...
2009-03-24 Wilfried Göesgens* escape subjects...
2009-03-23 Wilfried Göesgens* offer move message button just if we are allowed...
2009-03-19 Art Cancro* Removed the extra whitespace I added in while working...
2009-03-19 Art Cancro* Got it. All references are now preserved.
2009-03-19 Art Cancro* Now picking up the final message in the references...
2009-03-19 Art Cancro* First attempt at restoring the correct Reply semantics
2009-03-16 Wilfried Göesgens* if display local messages, don't do "bla blub" <foo...
2009-03-16 Wilfried Göesgens* add conditional to check room-types
2009-03-05 Wilfried Göesgens* flag the mailview; add all recipients
2009-03-03 Wilfried Göesgens* distinguish between mbox displayed message and bbsvie...
2009-02-22 Wilfried Göesgens* remove spurious linebreaks
2009-02-03 Wilfried Göesgens* do 4 **** as the server does instead of 3
2009-02-02 Art Cancro* Added another conditional for presence/absence of...
2009-02-02 Wilfried Göesgens* just print "to" into messages if theres a recipient.
2009-01-31 Art Cancro* Added the words 'to' and 'Subject:' back into the...
2009-01-28 Wilfried Göesgens+ add To and CC to message display windows
2009-01-26 Wilfried Göesgens* fix Reply to url in message display; thanks for samja...
2009-01-25 Matt* fix search in mailbox view
2009-01-25 Art Cancro* mailbox summary view - make headers smaller
2009-01-13 Matt* fix bug introduced by last commit - messages now...
2009-01-06 Art Cancro* Restored the original date/time display behavior...
2008-12-13 Wilfried Göesgens* rename RFCA Conditional so it matches the naming...
2008-11-20 Wilfried Göesgens* map room-flags into conditionals
2008-11-20 Wilfried Göesgens* catch more render bugs
2008-11-19 Wilfried Göesgens* close all divs
2008-11-15 Wilfried Göesgens* finish message displaying.
2008-11-11 Wilfried Göesgens* change syntax of read_message
2008-11-11 Wilfried Göesgens* render submessages.
2008-11-10 Wilfried Göesgens* migrate message creation to templates (citing still...
2008-11-08 Wilfried Göesgens* add ical and vcard rendering
2008-11-08 Wilfried Göesgens* re-implement anonymous messages
2008-11-07 Wilfried Göesgens* display attachments in messages as view/download...
2008-11-02 Wilfried Göesgens* put QP Decoder intoo its own file