← Back to team overview

mahara-contributors team mailing list archive

[Bug 1090203] A change has been merged

 

Reviewed:  https://reviews.mahara.org/1920
Committed: http://gitorious.org/mahara/mahara/commit/bc1428de09663e9ac1e4103b43496edf44ac90e6
Submitter: Melissa Draper (melissa@xxxxxxxxxxxxxxx)
Branch:    1.5_STABLE

commit bc1428de09663e9ac1e4103b43496edf44ac90e6
Author: Son Nguyen <son.nguyen@xxxxxxxxxxxxxxx>
Date:   Fri Dec 14 16:12:29 2012 +1300

    Fix double encoding of &amp; in 'url' for a pagination (Bug #1090203)
    
    Make sure the string '&amp;' does NOT passed to 'url' of a pagination.
    
    All values of 'url' passed to build_pagination were well investigated
    and fixed.
    All strings of '&amp;' were also well investigated
    
    Change-Id: Id35837459e9dcfc42d2d6133720123e85758aac1
    Signed-off-by: Son Nguyen <son.nguyen@xxxxxxxxxxxxxxx>

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/1090203

Title:
  Double encoding of &amp; in 'url' for pagination causes pagination
  links to be broken

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Version: 1.6.3, master
  Platform: all
  Browser: all

  Hardcoded '&amp;' after sanitisation becomes '&amp;amp;'.
  All url passed to build_pagination need to be fixed.

  Regression caused by bug #1079498
  Related to the bug #1089282

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1090203/+subscriptions


References