mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #06180
[Bug 849898] A change has been merged
Reviewed: https://reviews.mahara.org/703
Committed: http://gitorious.org/mahara/mahara/commit/884ccae4aec00ffe5210991e61871da160e1649d
Submitter: Hugh Davenport (hugh@xxxxxxxxxxxxxxx)
Branch: master
commit 884ccae4aec00ffe5210991e61871da160e1649d
Author: Melissa Draper <melissa@xxxxxxxxxxxxxxx>
Date: Fri Sep 16 13:25:16 2011 +1200
Add check for query string on tags page (bug 849898)
If the tags page was visited with "tags.php" via, say,
the sidebar heading, the urls made with the template
were broken; the query string was joined to the baseurl
with a & rather than a ?. This patch checks if the last
8 characters are tags.php and sets a queryprefix value
based on the result.
Change-Id: I56f87b76e9fb82472fda2c6cb2c5315bb3f79c05
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:
Triaged
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