Age | Commit message (Collapse) | Author |
|
widths, font-size, and some HTML markup.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
whitespace. This is both a preventive measure for user content that is
abused (i.e., leaking text into other page components) and for
aesthetics (requested by @evan)
|
|
display.
|
|
|
|
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.
|
|
This reverts commit 0f2c43bd040437b3e40c706d7c3f4ba163e94a71.
Making Channel a subclass of Action for no other reason than to let
the AjaxWebChannel do some output is the really, really wrong way to
do this. A Channel is not an Action.
I'll change AjaxWebChannel so it takes an Action as a constructor
paramater and uses that Action for its output. We do this for most
Widget subclasses and it makes sense here, too.
|
|
|
|
|
|
XMLWriter::writeAttribute() already takes care of the escaping for
us, although that doesn't seem to be well documented.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
common_dequeue_notice() func
|
|
|
|
|
|
|
|
|
|
adrianlang/master
|
|
argument in startHTML calls
|
|
|
|
|
|
|
|
|
|
|
|
|
|
count from 6 to 5, removed nickname.
|
|
|
|
Updated theme files.
|
|
|
|
|
|
This patch builds on the work of user `candrews` at http://laconi.ca/trac/ticket/529#comment:2
|
|
|
|
outputted.
|
|
the stats are displayed similar to userstream stats in a section in the sidebar. Additionaly, I removed a redundant notnull if check in ShowgroupAction->showMembers, fixed a SQL error in User_group->getMembers when no limit is passed, removed return value storing of void function and added an usage of Profile->getBestName.
|
|
stylesheets
|
|
|
|
cyi/master
|
|
the most cross-browser safe method unless the string is broken into
chunks at the time of output from backend.
|
|
|