Getting on

Finally got some time to continue my work on the bugtracker. I’m trying to finish off some of the larger parts before I have to leave for a week, so a friend of mine can take over development without having to fix stuff that I’ve broken.

Continue reading

Posted in General, Programming, Web development | Tagged , | Leave a comment

Some little progress

The first clean up round is over: The JScript base/sub select stuff is now in a seperate template file, and accessed using the Utility class. The overview page can now show all bugs for a given project. Tomorrow, I’ll take a look at the bug edit page, don’t think it’ll take too long as the select JScript is already seperated and ready to use.

Posted in Web development | Tagged , | Leave a comment

Unbreak my code, say it will work again …

Today, I was cleaning up the code, trying to get the report page work again. Got it working finally :) The report wizard consists of two pages, the first one allows to choose the module, and the second is for entering details. One thing I don’t like that much is that I have to call API::getClass('Bug'); in order to call Bug::createNew(), but I don’t think there is a much cleaner or better solution (moving static code from the bug class into a bug module would just cause confusion).
Continue reading

Posted in Programming, Web development | Tagged , , | Leave a comment

Update round I

Here we go, with the first update round for today.

New editor

I’ve switched to a new text editor – Programmer’s Notepad. It has a built in file explorer, a feature I’ve been missing from Notepad++. Programmer’s Notepad is comparable fast, and supports even more languages.
Continue reading

Posted in Programming, Web development | Tagged , | Leave a comment