Fri, 23 Feb 2007

3:26 PM - (no subject)

I've isolated the strange problems. All java applications are acting strangly and any applications which use x11 dependancies are causing vm crashes. This appears to be a JDK/X11/OS issue.

()

1:45 PM - Server Software

I just updated the server software in hopes of getting rid of the HTTP headers that seem to randomly appear from time to time. It does not look like I was successful. I'll research the problem.

()

Tue, 20 Feb 2007

2:14 PM - Software updates

I've had to restart the site with new software a few times.  I found several problems with the friends system which needed to be fixed.  Friends entries would not display at all.  I reworked the sql queries a few times and managed to get a query that works.  In order to see friends posts, you must view them on your own friends page.  If you go to a friends page, you can not see them.

The reason for this restriction is to make sure that everyone in your friends list also has you in theirs.  Otherwise, you shouldn't get to see the entries.  The queries are just too complex and slow to fix that at the moment. 

Also, I added a new feature.  There is a digg link if you view individual entries.  If you see something interesting, digg it.

()

Fri, 9 Feb 2007

Mon, 15 Jan 2007

12:39 AM - Windows Client 1.6 released

The windows client was updated to fix a bug with the SSL option.  It would not allow you to disable SSL which was a big issue when the certificate had expired.  This bug has been fixed. 

Outlook integration was removed in this release.  Microsoft has removed Outlook for several editions of Office 2007.  It is clear that less people will be using this at home and so there is no need to support it any longer.  If someone wants to buy me a copy of outlook, I'll consider supporting it again.  I do not plan on upgrading to a version of office with outlook.

()

Wed, 20 Dec 2006

8:49 PM - SSL Certificate

I've purchased a new SSL certificate which is valid until 2008.  The Windows client should work again.  I will fix the bug where you can not disable SSL in the windows client at a later time. 

 

()

Thu, 14 Dec 2006

12:22 AM - SSL, RSS Reader

The SSL certificate for Just Journal has expired.  Its still possible to login using it securely, but it needs to be replaced.  I've never made a dime off the site and they do cost money.  Since its Christmas time, it might not be renewed immediately.  If you want to donate for a new SSL key, use the link on justjournal.com's home page.

The site was restarted a few times today as I was working on the RSS Reader.  The work has been completed for now.  It now collapses the contents of a feed entry and you can select to display them.  This should make viewing RSS feeds significantly easier.  Use the + and - signs to collapse or expand each entry which are found in front of the title.  You may also use the collapse all and expand all links at the top. 

Also, please remember that it only supports RSS feeds that start with http.  If you see an apple style feed://, just change the feed:// to http:// as they are equivalent. 

()

Sun, 3 Dec 2006

6:01 PM - Opera bug

I've corrected the bug with the update journal page in opera. The time is now updated as it should be.

()

2:53 PM - Delete Links

I've added the code to delete links from your journal today.  You can add and delete links using the preferences after you login.

Link can be optionally added or removed from the left hand side of your journal. 

()

Wed, 29 Nov 2006

11:14 AM - Opera bug

Opera 9 seems to be caching the "update journal" page. As a result times are ported incorrectly. I'll attempt to fix this later.

()

Tue, 28 Nov 2006

11:37 PM - Bug fix

I just patched the firefox rendering bug.  Journals should work in all browsers again.

()

Wed, 22 Nov 2006

11:52 AM - Bug

I've just noticed in some cases firefox 2 is not rendering the journals properly and displays an XML parsing error.  This is related to the change last night.  It only happens when html is used in an entry and not xhtml.  I'll work on resolving this issue.  IE should work on the pages when this happens since its not standards compliant and won't jump to xml parsing.

()

Tue, 21 Nov 2006

10:00 PM - New features

Just Journal now allows you to change the name of your journal.  The journal title option was added to preferences.  There is currently one bug in the feature that I should have patched later tonight. 

I've added buttons to add rss feeds for several popular services tonight to each journal. 

Both of these features need to be added throughout just journal but they should already work in the most important areas.

()

Wed, 15 Nov 2006

9:56 PM - Software update

The just journal site was updated tonight. I've disabled auto generation of links for some types of entries until a bug can be fixed.

Passwords can now be changed! Go into preferences to do this. The interface isn't quite done yet. When you change it it will just show a screen with a white background and your old and new password. Do not change it while someone is watching. I'll fix this at a later time.

I also published part of a new feature which lets you add links to your journal. I've been using it for a few months, but the preferences are not quite done. You can currently add links but not remove them. I will fix this at a later time.

()

Thu, 12 Oct 2006

11:29 PM - Windows client on Vista

The Just Journal windows client is working on Windows Vista RC1 32bit.  The install and run of the application worked properly including iTunes integration.  I could not test office integration however. 

On a side note, Firefox 2 beta spell check is working in this box as well.

()

Mon, 9 Oct 2006

2:23 AM - Site downtime

I performed a hardware swapout tonight.  The site is now running on a dual xeon 2.0Ghz with 1GB ECC PC2300 RAM.  The previous system was an amd sempron 2300+

()

Thu, 24 Aug 2006

1:05 AM - Server upgrade

The website server was down for a time for hardware upgrades.  More ram, a new power supply and an additional fan were added to the server.   The server will be down one more time in the next week for an OS upgrade.  It should not take more than a few minutes. 

()

Fri, 11 Aug 2006

8:29 AM - Comment mailing

I fixed the comment mailing code.  You can view it in cvs if you are a developer. 

I've killed two more reported bugs in just journal this week. 

()

Thu, 10 Aug 2006

1:56 PM - Status

I've corrected some rendering bugs in Internet Explorer on the first page.  I've also added some statistics for the site.  I'll commit the statistics class to cvs soon. 

Comment mailing is down at the moment.  My new code is not working properly and I'm in the process of debugging it. 

()

Tue, 8 Aug 2006

2:11 PM - Development progress

I've been working on some of the outstanding bugs in Just Journal.  There is a list of bugs on the source forge page.  I've closed a few in the last two weeks.  Today, I'm about halfway through fixing the comment notification bug.  There are cases where comment notifications do not get sent.  One reason is that the mail server I use requires authentication.  I've just changed the mail sender code to use a username/password combination from now on.  That should solve quite a few problems. 

It also brought up another problem.  Settings.  Just Journal has a Settings class which is rarely used.  In fact, I never populated the database with values for it.  I'm working on integrating that feature with the settings database.  This should allow me to change the behavior of just journal while its running.  (except mail settings will require a reload of the web app) 

This is a large step toward my goal of getting just journal to run on any website or server. 

()