Age | Commit message (Collapse) | Author |
|
Fixes Bug#1036.
|
|
|
|
Conflicts:
lib/util.php
|
|
sgmurphy-clone/0.7.x
|
|
|
|
I've seen a request or two pop up for this on the Laconica group on
Identica, and I'd personally like there to be a link to the search
page from my own groups listing, as I often find myself looking for
one and end up at my browser's address bar.
|
|
|
|
|
|
|
|
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.
|
|
|
|
form_notice_delete
|
|
|
|
|
|
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
|
|
looking at own profile / personal. While doing so I fixed a wrong gettext usage were the result was not sprintf'd, but concat'd.
|
|
|
|
"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.
|
|
|
|
|
|
on the page
|
|
|
|
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.
|