30May

Things left to do.

# Implement Calendar
# Some sort of testing for comments (make sure is human)
# Theme skin changer
# Categories?

Just a side note. I use CodeIgniter for a lot of my projects. What I've done is I only put the modified files (mostly under application/) in my code repository, so that when the base project (CodeIgniter) is updated, I don't have such a huge mess checking in the new code. (Plus why keep code that isn't yours in your repository). To simplify this process, I've harnessed the wonderful power of Unix and created a <a href="/files/developers/inject_codeigniter.sh">script that will inject the new code into a project</a>.

Feel free to use it if you'd like.