Community journal

The latest from the MySQL community

Ideas, releases, practical guides, and perspectives from the people building with MySQL.

Follow the feed
Showing entries 1 to 1 of 1 « Previous | Next »
Displaying posts with tag: cvs (reset)
LiveJournal patch

Have you used your tag browser yet?

http://cjcollier.livejournal.com/tag/

It's neat. But there are a couple of things I'd like to see put into it. I'd like to see a redirect to /tag in the case of a single tag argument, and I'd like to see multiple tag arguments handled.

Whee. Should only be a modification to a WHERE statement in conjunction with splitting the cgi query string up in a manageable way.

So. I talked to Junior, and he pointed me at the right places to twiddle in order to get the change into the codebase.



Probably the best plan of action:

cgi-bin/ljfeed.pl
Pass "tagids" arrayref of tag ids to LJ::get_recent_items call

cgi-bin/Apache/LiveJournal.pm
Whatever code path does the call to generate feeds, make it respect a "?tag=foo" GET …

[Read more]