Age | Commit message (Collapse) | Author |
|
|
|
We optionally ignore some notice sources from the public page.
Typically these are automatic notice sources like twitterfeed that
don't usually represent the community on the site very well.
|
|
|
|
|
|
|
|
fix newmessage auto-selected dropdown.
|
|
|
|
README and version number.
|
|
Conflicts:
lib/util.php
|
|
sgmurphy-clone/0.7.x
|
|
|
|
Moved the common_avatar_* functions to the Avatar class. Typically
either as methods on the object or as static methods. Replaced all the
uses of the functions in other modules.
|
|
|
|
|
|
sgmurphy-clone/0.7.x
|
|
|
|
|
|
|
|
Made two different functions for file size in ImageFile; one uses the
other.
Also, use sprintf() for gettext msgs.
|
|
sgmurphy-clone/0.7.x
|
|
|
|
|
|
|
|
sgmurphy-clone/0.7.x
Conflicts:
actions/avatarsettings.php
|
|
|
|
"Rememberme" logins aren't allowed to make changes to an account
(since cookie-stealing is too easy). Users have to re-authenticate.
Previously, it was impossible to do so without having a username and
password; this change lets you do it with OpenID, too.
|
|
|
|
widths, font-size, and some HTML markup.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
XMLWriter::writeAttribute() already takes care of the escaping for
us, although that doesn't seem to be well documented.
|
|
|
|
|
|
|
|
adrianlang/master
|
|
argument in startHTML calls
|
|
|
|
count from 6 to 5, removed nickname.
|
|
|
|
|
|
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.
|