Category Archives: Open Source

Anything and everything related to open source.

v0.9 Release Complete

All the goals for my v0.9 release have been accomplished and thus another release comes to an end. Looking back I ended up using quite a bit of jquery to fix my bugs. In the process I learnt some new … Continue reading

Posted in DPS911, Mercurial Project, Open Source | Tagged , , , | 1 Comment

v0.9 Release – Fix for the Line Break bug

In my previous blog post I explained the line break bug and how I would go about fixing it. I’ve managed to get the functionality up and running now. Lets have a look at the code: // ellipsis for multi-line … Continue reading

Posted in DPS911, Mercurial Project, Open Source | Tagged , | Leave a comment

v0.9 Release – Contemplating the Implementation for the Line Break bug

As one of my goals for this release I wanted to take on a new bug. Now, the problem is that if there are line breaks in the commit message the pushlog will just turn them into spaces. Thus the … Continue reading

Posted in DPS911, Mercurial Project, Open Source | Tagged , | Leave a comment

v0.9 Release – Implementing changes to the Changset Query UI

In my goals blog post I outlined my revised plans for the changeset query UI. I wanted to make the use of jquery now that the library has been added to the repo. Also, the textbox value that the user … Continue reading

Posted in DPS911, Mercurial Project, Open Source | Tagged , | Leave a comment

v0.9 Release – Updating the Files Touched Patch

So, as I had mentioned in my goals blog post, I would be updating my files touched patch to work with the new code now found in the repo. First of all lets have a look at my old code: … Continue reading

Posted in DPS911, Mercurial Project, Open Source | Tagged , | Leave a comment

v0.9 Release Goals

The end of the semester is approaching rapidly (only 2 weeks left) and so is my time here at Seneca. I can’t believe 4 years have gone by so fast. No time to think about my time after graduation though. … Continue reading

Posted in DPS911, Mercurial Project, Open Source | Tagged , , , | 1 Comment

v0.8 Release Complete

I’ve finished another release for DPS911. I’m glad that I got to work on something different this time around along with the older stuff that I have been trying to improve.  The changeset query is quite useful but very hidden … Continue reading

Posted in DPS911, Mercurial Project, Open Source | Tagged | Leave a comment

v0.8 Release – Fix for the Merge Changeset Problem

In my previous blog post I had outlined the problem with merge changesets for my patch (bug 459727). I’ve come up with a fix for the issue which seems to work. As I had mentioned previously I would move my … Continue reading

Posted in DPS911, Mercurial Project, Open Source | Tagged , , | Leave a comment

v0.8 Release – Problems with Displaying Merge Changesets

In my goals blog post I outlined that I wanted to fix this problem with displaying merge changesets. This is the only major problem remaining with my patch for bug 459727. I had talked to about in a previous post … Continue reading

Posted in DPS911, Mercurial Project, Open Source | Tagged , | Leave a comment

v0.8 Release – Implementing the Changeset Query UI

In my previous blog post I had discussed the changeset UI bug. I’ve thought about how I’m going to implement this and I’ve decided to use a little drop down menu. It’s going to have two choices, the date or … Continue reading

Posted in DPS911, Mercurial Project, Open Source | Tagged , | Leave a comment