Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Some better exception handling in Web entry point.
|
|
Main Web entry point accepts exceptions, and main code in Action
throws them.
|
|
Added two exception classes: one for client errors (= user can fix) and
one for server errors (only admin or coder can fix). The web entry point
now tries to catch exceptions and show them in the browser. The main
code for showing errors in Action class now throws an exception and lets
top-level handle it.
|
|
|
|
Add the basic code for adding events.
|
|
|
|
|
|
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.
|
|
|
|
|