]> git.mxchange.org Git - quix0rs-gnu-social.git/history - actions/newnotice.php
Return redirect code correctly as HTTP status, not a header. Fixes ticket #1371
[quix0rs-gnu-social.git] / actions / newnotice.php
2009-03-08 Evan ProdromouMerge branch '0.7.x' of git@gitorious.org:laconica...
2009-03-08 CiaranGMerge branch '0.7.x' of git@gitorious.org:laconica...
2009-03-05 Evan ProdromouMerge branch 'ping' of /var/www/mublog.corrupt into...
2009-03-05 Zach CopleyMerge branch '0.7.x' of git://gitorious.org/laconica...
2009-03-04 Evan ProdromouMerge branch '0.7.x' of git@gitorious.org:laconica...
2009-03-04 Sarven CapadisliMerge branch '0.7.x' of git@gitorious.org:laconica...
2009-03-03 CiaranGCatch bad replyto IDs before saving a new notice to...
2009-02-27 Adrian LangFix replyto parameter in newnotice
2009-02-18 Evan ProdromouMerge branch 'master' of git://gitorious.org/laconica...
2009-02-17 Sarven CapadisliMerge branch 'mobile-style' of git://gitorious.org...
2009-02-17 Evan ProdromouMerge branch 'master' into 0.7.x
2009-02-15 Evan ProdromouMerge branch 'master' into 0.7.x
2009-02-13 Evan ProdromouAdd events for filtering and logging new notices
2009-02-07 Sean MurphyMerge commit 'upstream/0.7.x' into 0.7.x
2009-02-06 Evan ProdromouMerge branch '0.7.x' of git://gitorious.org/laconica...
2009-02-06 Evan ProdromouMerge branch '0.7.x' of git://gitorious.org/laconica...
2009-02-05 Evan ProdromouMerge branch '0.7.x' of git://gitorious.org/laconica...
2009-02-05 Evan ProdromouMerge branch '0.7.x' of git://gitorious.org/laconica...
2009-02-04 Evan Prodromoumerge from dev/0.7.x
2009-02-04 Zach CopleyRemoved erroneous comments referring to old common_noti...
2009-02-04 Evan ProdromouMake WebChannel and AjaxWebChannel work
2009-02-04 Evan ProdromouMerge branch '0.7.x' of git@gitorious.org:laconica...
2009-02-03 Sarven CapadisliFixed ajaxErrorMsg(). Using startHTML() instead of...
2009-02-03 Evan ProdromouMerge branch 'master' of evan@dev.controlyourself.ca...
2009-02-02 Evan ProdromouMerge branch 'master' of git@gitorious.org:laconica...
2009-02-02 Robin Milletteremoved extraneous argument in startHTML calls
2009-01-23 Evan ProdromouMerge branch 'master' of /var/www/mublog
2009-01-21 Evan ProdromouMerge branch 'master' into groups
2009-01-19 Evan ProdromouMerge branch 'master' of /var/www/trunk
2009-01-18 Evan ProdromouMake newnotice work
2009-01-16 Evan ProdromouMerge branch 'uiredesign' of /var/www/trunk into uiredesign
2009-01-16 sarvenMerge branch 'uiredesign' of ../evan into uiredesign
2009-01-16 sarvenUpdate to XHR post notice
2009-01-16 Evan ProdromouMerge branch 'master' of /var/www/trunk into uiredesign
2009-01-15 sarvenMerge branch 'uiredesign' of ../evan into uiredesign
2009-01-15 Evan ProdromouConvert use of common_server_error and common_user_erro...
2009-01-15 Evan ProdromouConvert all actions to use new UI functions
2009-01-12 Evan ProdromouMerge branch 'master' of http://goukihq.org/misc/git...
2009-01-08 Evan ProdromouMerge branch 'master' of ../laconica-stable
2009-01-06 Evan ProdromouMerge branch 'master' into devel
2008-12-16 Sarven CapadisliDirect message XHR response fix for IE and minor tweaks
2008-12-12 Sarven CapadisliIndenting the XML response
2008-12-11 Evan Prodromoumisspelled INSTALLDIR in newnotice.php
2008-12-11 Evan Prodromoutake out c&p code from newnotice, use noticelist classe...
2008-12-11 Sarven CapadisliStandardising XHR responses to utf-8 and indenting
2008-12-23 Evan Prodromoumove opening brace of class declaration to next line
2008-12-23 Evan Prodromouchange function headers to K&R style
2008-12-23 Evan Prodromoureplace NULL with null
2008-12-23 Evan Prodromoureplace all tabs with four spaces
2008-12-09 Zach CopleyNew AjaxWebChannel for returning ajaxy responses to...
2008-11-28 milletteshorten urls for posts > 140 chars only, from anywhere...
2008-12-11 Zach CopleyRemove a bunch of extraneous logging statements
2008-11-23 Zach CopleyAllow the toggling of XMLWriter's indenting on and off
2008-11-23 Zach CopleySend raw UTF-8 chars instead of escaped entities in...
2008-11-23 Zach CopleySet encoding for xml response in newnotice.php to UTF-8
2008-11-23 Zach CopleyDon't display avatars when posting to personal streams...
2008-11-23 csarvenPostNotice AJAX working in all browsers except IE
2008-11-23 Evan Prodromoumerge save and ajax save
2008-11-22 Zach CopleyEXPERIMENTAL PATCH #3 - ajax response for newnotice.php
2008-11-13 zachConflict resolution patch for newnotice.php (zach vs...
2008-11-13 millettetrac31 shorten all URLs even if notice is already <
2008-11-06 millettetrac31 url_auto_shortening by sgmurphy
2008-11-11 zachCSRF Protection for login and new notice. Ticket #503
2008-10-20 Evan Prodromouaccidentally setting replies to 'false'
2008-10-20 Evan Prodromoucorrect number of args to saveNew in newnotice
2008-10-20 Evan Prodromouadd a little debugging for replyto
2008-10-20 Evan Prodromoutry to make replies point to the clicked-on notice
2008-10-04 Evan Prodromoutext -> content in newnotice
2008-10-04 Evan Prodromouadd channels and use command interpreter in different...
2008-08-17 Evan Prodromoudebug for content too long
2008-08-17 Evan Prodromouaccept 140-character UTF-8 strings to content
2008-08-11 Evan Prodromoufix problem with new notices
2008-07-30 Evan Prodromourefactor notice-adding code to one static method on...
2008-07-20 Mike CochraneFirst cut at hastags support.
2008-07-22 zachbase class is_readonly() now returns false by default
2008-07-22 zachAdded is_readonly() method to all Actions
2008-07-22 Evan Prodromoumark incoming notices as local or not
2008-07-13 Mike CochraneMerge some gettext strings to one line so translation...
2008-07-09 Mike CochraneMerge conflicts and kill a whole lot of trailing whites...
2008-07-08 Mike CochraneRemove tralling whitespace on lines and a gettext repla...
2008-07-08 Mike CochraneConvert _t() to _() for gettext.
2008-07-09 Evan Prodromoustore rendered content on save; display pre-rendered...
2008-07-09 Evan Prodromouremove current notice code which doesn't seem to do...
2008-07-09 Evan Prodromouformat replyto name correctly
2008-07-09 Evan Prodromoufallback to newnotice on reply button, new button with...
2008-07-07 Evan Prodromoutwiddle a few bits to make replies work correctly
2008-07-06 Evan Prodromoufixup conflicts
2008-06-23 matthew.greggFirst pass at replies support http://laconi.ca/PITS...
2008-06-26 Evan Prodromoubetter handling of too-long messages
2008-06-20 Evan Prodromouchange from using tag uris to http urls for identifiers
2008-06-19 Evan Prodromouposting from a form takes you back to the same page
2008-06-10 Evan Prodromoufirst steps towards new skin
2008-05-22 Evan Prodromouadd tags on creation of notices and users
2008-05-21 Evan Prodromoumove error display to save_new_notice
2008-05-21 Evan Prodromoucorrect error-handling in newnotice
2008-05-21 Evan Prodromouvalidation in form handlers
2008-05-20 Evan Prodromoufixup textarea again
2008-05-20 Evan Prodromoureformat showstream
2008-05-20 Evan Prodromoutrim whitespace
2008-05-20 Evan Prodromoucall validate before saving objects
next