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
Monthly Archives: December 2008
Some Reflections on The Open Source Course
Regular classes for this semester have finally come to an end which means that the open source course for this semester has also reached the finish line. This is the first time I’ve taken such a course. I think it … Continue reading
v0.3 Release Complete!
My v0.3 release has finally come to an end along with the course. Throughout this release I have put out a total of 7 patches spread over 3 bugs and wrote 13 blog posts (not including this one). I have … Continue reading
v0.3 Release – Improved bug link for bug 459727
The pushlog has a buglink feature that changes a string that contains reference to a bug number into a link to that bug on BugZilla. This is done on the server side by hgpoller/buglink.py file. However, when loading more entries … Continue reading
v0.3 Release – Further Problems with Loading More Items, bug 459727
I put up a couple of patches today to fix problems with an earlier patch I had submitted for bug 459727. It seems that my fix for the problem of the initial results not loading enough entries to fill up … Continue reading
v0.3 Release – Fixing the Problems with my Patch for bug 459727
I’ve been busy trying to fix problems that had arised regarding the patch I submitted for bug 459727. All that is being done right now is fixing various small problems but the overall functionality remains the same. So the following … Continue reading
Posted in Mercurial Project, Open Source
Tagged css, hg, hgweb, JavaScript, Mercurial, OnScroll, Project, pushlog, Python
Leave a comment
v0.3 Release – Problems with my Patch for bug 459727
Lately there has been some activity on bug 459727 concerning the patch I had submitted to implement an OnScroll feature for the pushlog. View comments 8 and 9 to see the problems that jorendorff as identified. So far there hasn’t … Continue reading
Posted in Mercurial Project, Open Source
Tagged attack, Bugzilla, JavaScript, patch, XSS
Leave a comment
v0.3 Release – 1st Iteration of the Graph View
I’ve been working hard trying to get the graph view working for the gitweb_mozilla template. Earlier, I documented the problems I was having. That is all resolved now and I’m moving on to bigger and better things. So my goal was … Continue reading
Posted in Mercurial Project, Open Source
Tagged css, graph, graph view, hg, hgweb, JavaScript, Mercurial
1 Comment
v0.3 Release – A Problem with Getting data for the Graph View
hgweb has a graph function found in mercurial/hgweb/webcommands.py which returns a template. It also returns a variable called jsdata which contains all information that I want to display on the page along with the graph. Now, my problem was that … Continue reading
Posted in Mercurial Project, Open Source
Tagged hgweb, JavaScript, Mercurial, Python
Leave a comment
My patch for Bug 448707 Approved!
Some good news to report today. My patch for bug 448707 has been approved by jorendorff. He did find some problems but they were minor enough that they could be ignored for now. Getting an r+ on the first go … Continue reading