Archives
- August 2014 (1)
- May 2014 (1)
- November 2011 (1)
- September 2010 (1)
- April 2009 (15)
- March 2009 (16)
- February 2009 (14)
- January 2009 (10)
- December 2008 (10)
- November 2008 (18)
- October 2008 (7)
- September 2008 (10)
Tags
0.5 complete Add-on addon annotate bug Bugzilla changesets changesetUI changeset UI css djc expand/collapse Extension filesTouched Firefox Fitness graph graph view hg hg annotate hgweb HTML JavaScript jQuery lineBreaks Mercurial Mercurial Project Mozilla OnLoad OnScroll Open Source patch Project pushlog pushloghtml Python scroll bar split bug SVN templates v0.2 v0.3 v0.8 v0.9 v1.0
Author Archives: Sid
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 big merge bug, OnScroll, v0.8
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
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
v0.8 Release – Contemplating UI for the Changeset Query
For this release I needed to find a new feature to work on. I had a look at the various bugs available for the pushlog and decided to go with this changeset UI bug. Now, currently there is UI (2 … Continue reading
v0.8 Release – Improving the Coding Style for the OnScroll Patch
This post is concerning the patch for bug 459727. For this release I decided that I wanted to make some adjustments to my coding style to make it more consistent with the rest of the code. What do I mean … Continue reading
v0.8 Release Goals
Here we are, another release in the making. I’m going to change things up slightly this time around. I’m gonna work on a new bug just to mix things up. Admittedly the bug isn’t something very big but I just … Continue reading
Posted in DPS911, Mercurial Project, Open Source
Tagged changeset UI, OnScroll, v0.8
Leave a comment
v0.7 Release Complete
Well, I’m glad to say that another release is over and done with. I’m past the half way mark with only 3 more releases to go before the end of the semester comes around. This release I decided to focus … Continue reading
v0.7 Release – Repeating Bug with Merge Changesets
As a part of one of my goals for the current release I’m diving into an apparent (yes, another one) bug with with merge changesets. Now, let it be known that I’m not totally sure whether this is a bug … Continue reading
v0.7 Release – Reducing Code Duplication
I’ve decided to make a small change for this release along with the other changes that I have already outlined. I want to avoid code duplication as much as possible and thus I have decided to put code to create … Continue reading
Posted in DPS911, Mercurial Project, Open Source
Tagged JavaScript, OnScroll, reduce code
2 Comments
v0.7 Release – Solving the Split Bug
In my previous blog post I outlined the Split bug which was targeting merge changesets. To fix this issue I re-examined what mergeData contains and was able to come up with a solution. Let me explain why this bug is … Continue reading