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: hg
v0.2 Release – Concerning the Chronological Order for bug 459727
Currently the pushlog loads entries in reverse chronological order (the latest entries are shown on top instead of on the bottom). I want to maintain this functionality for the new entries that are loaded OnScroll. For my current implementation this … Continue reading
Posted in Mercurial Project, Open Source
Tagged hg, hgweb, Mercurial, mozilla-central, OnScroll, pushlog
Leave a comment
v0.2 Release – On Initial PageLoad show 20 entries instead of 10 for bug 459727
Currently if you have a look at the pushlog on the initial PageLoad only 10 entries are shown. I’ve decided that I want the pushlog to initially show 20 entries instead of 10. There are 2 reasons for this, let … Continue reading
v0.2 Release – Showing the Correct Author Name for bug 459727
My v0.2 for the pushlog is coming along at a steady pace. There are still some problems but hopefully I will have them solved soon. Right now, the following is how new entries look like OnScrollDown: http://sidkalra.com/files/mercurial/improvedPushlog2.png Now have a … Continue reading
Posted in Mercurial Project, Open Source
Tagged hg, hgweb, Mercurial, Python, templates
Leave a comment
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
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
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
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