Age | Commit message (Collapse) | Author |
|
The OpenID login and registration URLs were not generating correctly.
I added them to the list of "bare" actions in the router class, and
they work great now.
|
|
|
|
|
|
|
|
|
|
Updates to status and user API objects.
|
|
register new paths to be routed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I changed common_local_url() to take an additional optional argument
-- for query parameters. Being persnickety, I made it the third of
four, and moved the last one ($fragment) down a slot. That required
changing a couple of calls.
|
|
|
|
|
|
|
|
|
|
|