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
Tag Archives: patch
v0.5 Release – Examining Two Patches Regarding the Hg Annotate Problem
In my previous blog post I had a look at the default and coal templates for hgweb in order to find a fix to the hg annotate problem. Neither of those templates presented a viable solution so the next step … Continue reading
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 – Fix for my Patch for bug 445560
In a previous blog post I detailed problems with my previous patch for bug 445560. There were 2 problems that ted identified which need to be fixed: Should use ids instead of dates Should store unique identifiers in the class … Continue reading
Posted in Mercurial Project, Open Source
Tagged Bugzilla, hg, hgweb, JavaScript, Mercurial, patch, Python
Leave a comment
v0.3 Release – Problem with my Patch for bug 445560
I had a discussion with ted today relating to my patch for bug 445560 for the pushlog. There seems to be a slight problem with it. When there are 2 merges on one page, if one clicks the second expand … Continue reading
Posted in Mercurial Project, Open Source
Tagged bug, Bugzilla, hg, hgweb, Mercurial, Mercurial Project, patch
Leave a comment
Applying a patch to a Repo using Mercurial
As I mentioned in a previous blog post, one of the features for my v0.1 release will be implementing a expand/collapse feature for pushloghtml. Well, turns out that ted has already started working on that. He’s already filed a bug … Continue reading