[commits] Horde branch master updated. 99167846dc1291c295da0bf593a8c586e93bdc85
Michael M Slusarz
slusarz at horde.org
Tue Apr 12 06:42:40 UTC 2011
The branch "master" has been updated.
The following is a summary of the commits.
from: d67c87491d9ae62d0b923d5e840fcbf3412baba4
9916784 Bug #9768: Fix constant viewport loading in rare instances
-----------------------------------------------------------------------
commit 99167846dc1291c295da0bf593a8c586e93bdc85
Author: Michael M Slusarz <slusarz at curecanti.org>
Date: Mon Apr 11 18:03:31 2011 -0600
Bug #9768: Fix constant viewport loading in rare instances
Only could reproduce (sometimes) in search mailboxes. Seemed to only be
reproducible depending on the current viewport page and the slice
information returned from the server.
Issue was that every viewport load was invalidating the cache for search
results. This caused the rowlist to be reset to whatever the currently
loaded slice was. However, the lookbehind buffer then reported that
not enough lookbehind entries were available, so another viewport
request was sent to the server (to populate the entires just nuked).
Solution: Search results should NEVER be invalidated except on explicit
refresh. This should prevent the unnecessary updating.
imp/docs/CHANGES | 1 +
imp/lib/Ajax/Application.php | 2 +-
imp/lib/Mailbox.php | 18 ++++++++++++------
imp/package.xml | 1 +
4 files changed, 15 insertions(+), 7 deletions(-)
http://git.horde.org/horde-git/-/commit/99167846dc1291c295da0bf593a8c586e93bdc85
More information about the commits
mailing list