← Back to team overview

mahara-contributors team mailing list archive

[Bug 849898] A change has been merged

 

Reviewed:  https://reviews.mahara.org/759
Committed: http://gitorious.org/mahara/mahara/commit/df7673a334d16940d550b21110d8a08984b5527a
Submitter: Francois Marier (francois@xxxxxxxxxxxxxxx)
Branch:    master

commit df7673a334d16940d550b21110d8a08984b5527a
Author: Melissa Draper <melissa@xxxxxxxxxxxxxxx>
Date:   Mon Oct 3 17:18:32 2011 +1300

    Additional fix for tags query joining error (bug #849898)
    
    The fix in commit 884ccae4aec00ffe5210991e61871da160e1649d was
    incomplete. It didn't pick up when there was an existing ? in the
    baseurl. This patch adds that check.
    
    Change-Id: I9666ae146ecf7ba8d8654e2cf97806f91f468d03
    Signed-off-by: Melissa Draper <melissa@xxxxxxxxxxxxxxx>

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

Title:
  My Tags (tags.php) links not working...

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Using the default raw theme of Mahara 1.4.0, we have noticed that the
  links (Sort result by : name ...) are not working.

  Further investigations lead us to find the cause of it: the url is
  malformed: tags.php&sort=... instead of tags.php?sort=...

  The issue is in ./theme/raw/templates/tags.tpl where
  {$results->baseurl}& should be replaced with {$results->baseurl}?

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


References