5:50 PM - (no subject)
Been home sick most of the day. About the only thing i've felt like doing is fixing bugs in just journal. I think i've touched more code today on the project, than any time in the last two months. Still haven't added richard's request yet. :)
Here's the low down:
Changed the update journal page so the check boxes are worded in a positive light. I learned in my GUI class its a good thing. I also changed the backend code to handle the switch.
The email comments and allow comments on/off value actually do something now. I modified the add comments servlet heavily today trying to figure out a bug in it. While I'm not sure the bug is squashed yet, I did do a major overhall on the class and its functionality.
Preferences now know what a user's email address is. I required this for the email comments feature, but also have needed it for the managing editor property in the RSS feed.
I added a little input checking here and there and now inherit the JustJournalBaseServlet class in a few places.
Finally, I just commited the sql schema to sourceforge's cvs. Now someone could actually use the backend code for something. I still need to add sample config files and documentation along with a list of the required jar files. I alos need to add templates for all the pages. Its a big step forward though. One less thing I could lose. The database schema kind of sucks right now, but at least i can get comments about it :)
And richard, I am planning out the member list. The idea brought up another issue. I need to check on security settings.