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: November 2008
v0.2 Release – Show Files Touched by a Changeset in the Pushlog
As part of my v0.2 release I wanted to fix bug 448707. It is aparently a very desired feature by the community. Adding this featue definitely makes it easier to immediately find out which files were touched while right now … Continue reading
Posted in Mercurial Project, Open Source
Tagged hg, hgweb, HTML, Mercurial, Python, span
Leave a comment
v0.2 Release – Adding a loader GIF to Pushloghtml’s OnScroll feature
These days it seems like every AJAX application has some sort of loader GIF to let the user know that new data is being loaded. It has almost become a standard and lets one know that they are using an … Continue reading
Posted in Mercurial Project, Open Source
Tagged GIF, loader gif, OnScroll, pushlog, pushloghtml
Leave a comment
A Puzzling Problem with ctx.parents()[i].description()
I’m using a JSON script to pass data from the server side (written in Python) to the client side (in JavaScript) so that I can format the data and show it on the pushlog onScroll. I’m trying to add functionality … Continue reading
Posted in Mercurial Project, Open Source
Tagged hg, hgweb, JavaScript, Mercurial, Python
Leave a comment
Looking Forward to v0.2 Release
The date for my v0.2 Release is approaching rapidly and it’s time that I decide on what exactly I will be working on. After a good bit of thought I have decided that my best option is to work on … Continue reading
Posted in Mercurial Project, Open Source
Tagged changesets, hg, hgweb, jorendorff, Mercurial, pushlog, pushloghtml, v0.2
Leave a comment
A Simple Extension to fix Firefox’s tab functionality
For this week’s lab humph asked us to create a simple extension that fixes the tab functionality of Firefox. Right now without any extensions when one opens a new tab for firefox it gets placed at the end, not right … Continue reading
Further Progress with pushloghtml’s OnScroll Feature
I’ve been working hard on bug 459727 to get it working. Right now it’s starting to look like it should but there are still some problems that need to be fixed. var start = -19; var end = start + 19; … Continue reading
Posted in Mercurial Project, Open Source
Tagged hg, hgweb, JavaScript, jQuery, Mercurial, pushloghtml, Python
Leave a comment
Building Firefox from Source
This is coming a bit late on my part since my desktop was having some hard drive issues. Well, I finally got that cleared up (ended up having to reformat my computer) and proceeded to build Firefox from source. So … Continue reading