]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Make WebChannel and AjaxWebChannel work
authorEvan Prodromou <evan@controlyourself.ca>
Wed, 4 Feb 2009 12:59:30 +0000 (07:59 -0500)
committerEvan Prodromou <evan@controlyourself.ca>
Wed, 4 Feb 2009 12:59:30 +0000 (07:59 -0500)
commit2d063650effb22c90936a4588f44946c69e1d9a1
treef113d39dc54a58eab425e01e29edb4ee6b249ad6
parent15b96f78ab9c294e6e20ff2411662793dae1e2d9
Make WebChannel and AjaxWebChannel work

These command-output channels were using the old common_element_*
functions. They now take an $out constructor parameter, and use that
for output.

The WebChannel has pretty remedial output; it would be nice if it
output a real formatted page.
actions/newnotice.php
classes/Channel.php