]> git.mxchange.org Git - quix0rs-gnu-social.git/history - actions/newnotice.php
move opening brace of class declaration to next line
[quix0rs-gnu-social.git] / actions / newnotice.php
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-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-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
2008-05-20 Evan Prodromoubetter forms for new theme
2008-05-20 Evan Prodromouadd a space to textarea
2008-05-20 Evan Prodromoufix calling for textarea elements
2008-05-20 Evan Prodromouchange textarea to start and end
2008-05-19 Evan Prodromoubetter headers
2008-05-17 Evan Prodromouuse cast object for datetimes
2008-05-17 Evan Prodromoufix typo in newnotice
2008-05-17 Evan Prodromoufix created, messages
2008-05-17 Evan Prodromoufix button on newnotice
2008-05-17 Evan Prodromoufix check for POST
2008-05-17 Evan Prodromoucommon_start_element -> common_element_start
2008-05-17 Evan Prodromoufixes to make it all lint
2008-05-17 Evan Prodromoumore twiddling
2008-05-14 Evan Prodromoulicense block for source code
2008-05-14 Evan Prodromouconsiderable coding