Tag Archives: OnScroll

v0.7 Release – Reducing Code Duplication

I’ve decided to make a small change for this release along with the other changes that I have already outlined. I want to avoid code duplication as much as possible and thus I have decided to put code to create … Continue reading

Posted in DPS911, Mercurial Project, Open Source | Tagged , , | 2 Comments

v0.7 Release – The Scroll Bar Problem

As a part of one of my goals for this release I want to find a solution to the pesky scroll bar problem. Let me explain: The Problem Basically, by default the pushlog only loads 10 entries, which doesn’t fill … Continue reading

Posted in DPS911, Mercurial Project, Open Source | Tagged , , , | Leave a comment

v0.7 Release Goals

It’s time for another release for hgweb. I had thought about working on a new feature this release by I’ve decided to push that back to the next release. This time around I completely want to focus on one bug, … Continue reading

Posted in DPS911, Mercurial Project, Open Source | Tagged , , | Leave a comment

v0.3 Release – Further Problems with Loading More Items, bug 459727

I put up a couple of patches today to fix problems with an earlier patch I had submitted for bug 459727. It seems that my fix for the problem of the initial results not loading enough entries to fill up … Continue reading

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

v0.3 Release – Fixing the Problems with my Patch for bug 459727

I’ve been busy trying to fix problems that had arised regarding the patch I submitted for bug 459727. All that is being done right now is fixing various small problems but the overall functionality remains the same. So the following … Continue reading

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

v0.2 Release – Getting the Correct Chronological Order for bug 459727

Throughout my entire time working on a v0.2 release I haven’t been able to get the correct choronological order (it should be reverse chronological order) for the new entries that load OnScroll. This is an essential part of the pushlog … Continue reading

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

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