Category Archives: DPS911

v1.0 Release Complete

Well this is it guys. My last release for the open source course is finished! It has come at the right time too as this is my 100th blog post. So for this release I ended up doing quite a … Continue reading

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

v1.0 Release – Various Changes to Improve the OnScroll Patch

Yesterday, ted reviewed my onScroll patch and and he outlined some changes that I should look to make. Lets dive in right away and have a look at what I have changed according to his recommendations: Move javascript to an … Continue reading

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

v1.0 Release – Changing the Data Structure that Handles Merges for the OnScroll Patch

Today ted unexpectedly reviewed my onScroll patch. Now, suddenly I have a ton of changes that I have to make and my release is due tomorrow (technically today since the clock just hit midnight). One of the problems that ted … Continue reading

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

v1.0 Release – Further Improving Bug Functionality for the OnScroll Patch

In my earlier blog post I outlined that I wanted to further improve bug functionality for the OnScroll patch. Bugs that were only 5 digits long were not being converted into proper links. For example bug 12345 or b#12345 or … Continue reading

Posted in DPS911, Mercurial Project, Open Source | Tagged , , | 2 Comments

v1.0 Release – Getting the Localize Dates Link Working with the New Entries Loaded On Scroll

One of my goals for this release was getting the localize dates link working with the new entries loaded on scroll. This wasn’t happening beforehand. Only the entries that were displayed with the initial page load worked with the localize … Continue reading

Posted in DPS911, Mercurial Project, Open Source | Tagged , , | 2 Comments

v1.0 Release – Fixing the OnScroll Patch to Work with the New Version of hg_templates

In my earlier blog post I outlined my plan to update my OnScroll patch to work with the new version of hg_templates, which was updated recently. Now, it has access to the jquery library, which can be used to do … Continue reading

Posted in DPS911, Mercurial Project, Open Source | Tagged , , | 6 Comments

v1.0 Release – Expand/Collapse Functionality only for Merges with >5 Pushes

In my goals post I outlined that I wanted to take on a new bug. This bug outlines that only merges that have >5 pushes should be given expand/collapse functionality. Any merge that contains <5 pushes should be shown normally. … Continue reading

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

v1.0 Release – Expand/Collapse for the Files Touched Patch

In my goals blog post I stated that I wanted to add expand/collapse functionality to the files touched patch. Why you ask? Well the whole goal is to get the pushlog to show more information but in an unobtrusive manner. … Continue reading

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

v1.0 Release Goals

It’s that time now, time for my last release for the open source course at Seneca. I can’t believe how fast time has gone by. It just feels like yesterday that I had started out in the first version of … Continue reading

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

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