Lists all of the journal entries for the day.

Sun, 6 Mar 2005

8:02 AM - State of JJ

I brought the code back online last month. The site was down for a about a year. It was restarted with the last known database backup and my development sources. Because the configuration data was lost for the servlet container and maverick based pages, many portions of the site did not work right away.

Working:
update journal (add entries)
create an account
login
rss
friends & calendar (when logged out)
Portions of preferences

Here's a list of known broken components:
friends & calendar (logged in)
most of the comments code
cancel never worked
spell check
plus the old list of bugs on the site.

Friends and calendar are broken because I had to use an older version of mysql which does not support sub queries. I need to rewrite the logic to use multiple database connections. :(

Spell check needs the dictionary file installed.

As for reliability, this site is still in beta and I will not make promises. It is on a REAL server colocated at a hosting facility in Southern California. Last time i was running it on a DSL line on a compaq cheep desktop.

()

8:08 AM - JJ going open source

I've decided to release the JJ codebase to the open source community. I plan on cleaning up the code before its initial release and I'm still deciding on the license i wish to use. It will either be GPL'd or BSD licensed. (new of course)

()