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
Category Archives: DPS911
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
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
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
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
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 changesetUI, filesTouched, lineBreaks, v0.9
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
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