Backend and Pretty

March 18th, 2008

* made changes to administrative controls

* cleaned up some code logic

* minor style changes. will probably end up re-making style sheet between 1.5 and 2.0

* beginning work on the wizard

* may re-architect db while I’m in these new preliminary changes.

Registration

December 26th, 2007

Simplified Registration process.

Javascript and CSS

November 2nd, 2007

Created new javascript files. Minor update to styles. Need to research possibility of feeding svn to the blog. Lastly, should consider possibility of adding hooks to the site to better integrate this blog. For now they remain separate entities.

Revision control part 3

October 14th, 2007

Build in environment detection. Also make more minor css changes.

Revision control part 2

September 17th, 2007

Implement SVN revision control. Set up repositories and gain the benefit of having a true development environment. Decide to scale back on version 2 implementations. Having revision control now allows those features to be made in version 3. Decide to concentrate on making the site work under the new architecture. After that, re-engineering the site will be done as well as adding in new features.

Minor styles revision

July 15th, 2007

DOM and styles restructured. Only noticeable on 25% of the pages. Decide to implement the changes as other pages are altered.

Backend complete

May 2nd, 2007

Basic administrative control established. New control interfaces are still needed but can wait until other parts of the site are back in working order.

Version Control

April 2nd, 2007

Begin researching implementing version control. Possible candidates are narrowed down to SVN or BZR.

Custom PDO

February 2nd, 2007

Decided to make a custom PDO wrapper since there are some functions that don’t work with the db configuration.

Database Interface

November 2nd, 2006

Original version contained a lot of redundant code, decided to create a utility class as well as explore the possibility of a db wrapper.