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 , , , , , | Leave a comment

v0.2 Release – Fix to the Current Patch for bug 445560

One month ago ted put up a patch to fix bug 445560 to implement expand/collapse functionality for merge changesets for the pushlog. The patch works properly except for one issue. When a user clicks on a particular [Expand] link it … Continue reading

Posted in Mercurial Project, Open Source | Tagged , , , , , , | 1 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 , , , , | 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 , , , , | 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 , , , , , , , | 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

Posted in Open Source | Tagged , , , | Leave a comment

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 , , , , , , | 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

Posted in Open Source | Tagged , , , | Leave a comment