]> git.mxchange.org Git - quix0rs-gnu-social.git/history - actions/newnotice.php
Merge branch '0.8.x' into userdesign
[quix0rs-gnu-social.git] / actions / newnotice.php
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