Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
We add two events to allow plugins to initialize and cleanup.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
the app yet
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
README and version number.
|
|
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
|
|
|