summaryrefslogtreecommitdiff
path: root/actions/newnotice.php
AgeCommit message (Expand)Author
2009-01-15Convert all actions to use new UI functionsEvan Prodromou
2008-12-23move opening brace of class declaration to next lineEvan Prodromou
2008-12-23change function headers to K&R styleEvan Prodromou
2008-12-23replace NULL with nullEvan Prodromou
2008-12-23replace all tabs with four spacesEvan Prodromou
2008-12-16Direct message XHR response fix for IE and minor tweaksSarven Capadisli
2008-12-11Indenting the XML responseSarven Capadisli
2008-12-11misspelled INSTALLDIR in newnotice.phpEvan Prodromou
2008-12-11take out c&p code from newnotice, use noticelist classes insteadEvan Prodromou
2008-12-11Standardising XHR responses to utf-8 and indentingSarven Capadisli
2008-12-09New AjaxWebChannel for returning ajaxy responses to notice input box commandsZach Copley
2008-11-28shorten urls for posts > 140 chars only, from anywhere. Only show long urls i...millette
2008-12-10Remove a bunch of extraneous logging statementsZach Copley
2008-11-23Allow the toggling of XMLWriter's indenting on and offZach Copley
2008-11-23Send raw UTF-8 chars instead of escaped entities in newnotice.php's ajax resp...Zach Copley
2008-11-23Set encoding for xml response in newnotice.php to UTF-8Zach Copley
2008-11-22Don't display avatars when posting to personal streams via ajaxZach Copley
2008-11-22PostNotice AJAX working in all browsers except IEcsarven
2008-11-22merge save and ajax saveEvan Prodromou
2008-11-21EXPERIMENTAL PATCH #3 - ajax response for newnotice.phpZach Copley
2008-11-13Conflict resolution patch for newnotice.php (zach vs. millette)zach
2008-11-13trac31 shorten all URLs even if notice is already <millette
2008-11-06trac31 url_auto_shortening by sgmurphymillette
2008-11-10CSRF Protection for login and new notice. Ticket #503zach
2008-10-20accidentally setting replies to 'false'Evan Prodromou
2008-10-20correct number of args to saveNew in newnoticeEvan Prodromou
2008-10-20add a little debugging for replytoEvan Prodromou
2008-10-20try to make replies point to the clicked-on noticeEvan Prodromou
2008-10-04text -> content in newnoticeEvan Prodromou
2008-10-04add channels and use command interpreter in different channelsEvan Prodromou
2008-08-17debug for content too longEvan Prodromou
2008-08-17accept 140-character UTF-8 strings to contentEvan Prodromou
2008-08-11fix problem with new noticesEvan Prodromou
2008-07-29refactor notice-adding code to one static method on NoticeEvan Prodromou
2008-07-20First cut at hastags support.Mike Cochrane
2008-07-22base class is_readonly() now returns false by defaultzach
2008-07-22Added is_readonly() method to all Actionszach
2008-07-22mark incoming notices as local or notEvan Prodromou
2008-07-13Merge some gettext strings to one line so translation tools are happierMike Cochrane
2008-07-09Merge conflicts and kill a whole lot of trailing whitespace on lines.Mike Cochrane
2008-07-08Remove tralling whitespace on lines and a gettext replacement that I missed.Mike Cochrane
2008-07-08Convert _t() to _() for gettext.Mike Cochrane
2008-07-09store rendered content on save; display pre-rendered contentEvan Prodromou
2008-07-09remove current notice code which doesn't seem to do anythingEvan Prodromou
2008-07-09format replyto name correctlyEvan Prodromou
2008-07-09fallback to newnotice on reply button, new button with mouseoverEvan Prodromou
2008-07-07twiddle a few bits to make replies work correctlyEvan Prodromou
2008-07-06fixup conflictsEvan Prodromou
2008-06-22First pass at replies support http://laconi.ca/PITS/00080matthew.gregg
2008-06-26better handling of too-long messagesEvan Prodromou