Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
lib/action.php
|
|
Conflicts:
lib/action.php
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
script is totally deprecated.
|
|
|
|
|
|
|
|
|
|
This reverts commit 9f035e2847e0d119ca3d70e02df6f4fa73ca64c3.
It's a lot of complicated stuff, and the global handler probably does
fine.
|
|
This reverts commit 616bdd43a921b2554d21b80af28ddb0fb6cb3c16.
Kind of a long hard way to deal with a simple situation, so I'd prefer
to just use the global handler.
|
|
|
|
We had a bunch of
|
|
|
|
|
|
Renamed the Action functions to throw an exception like it. I still
think it probably makes sense to have the callback defined in both
places for finer control.
|