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
Author Archives: Sid
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
FSOSS 2008 – Thoughts and Experiences
Today was the first day of the annual FSOSS (Free Software and Open Source Symposium) held at Seneca College, Toronto. The day began with registration which started at 8:15am. I got there at around 8:50 (just in time since the … Continue reading
Pushloghtml Should Show More Than 10 Entries, Working on v0.1 Release
Well as I stated in a previous blog post, one of my tasks for v0.1 release would be to make pushloghtml show more than 10 entries. Jorendorff, recommended that it show all the entries at once. Now, I took that … Continue reading
Posted in Mercurial Project, Open Source
Tagged hgweb, JavaScript, Mercurial, Mozilla, Python
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