Comment 32 for bug 1006634

Revision history for this message
Mahara Bot (dev-mahara) wrote : A change has been merged

Reviewed: https://reviews.mahara.org/1270
Committed: http://gitorious.org/mahara/mahara/commit/ef835efea163268b18323b54938b1b52ee7d62d1
Submitter: Melissa Draper (<email address hidden>)
Branch: master

commit ef835efea163268b18323b54938b1b52ee7d62d1
Author: Richard Mansfield <email address hidden>
Date: Thu May 3 18:24:32 2012 +1200

    Replace hardcoded urls on choose template page

    Bug #1006634, part 3

    These need to continue to use ids rather than clean urls, because
    javascript on the page parses the href attribute for user and group
    ids. It's still better to use the appropriate url functions anyway,
    to reduce the number of hardcoded urls. Because clicks on these links
    are intercepted by javascript to display a preview window, users will
    not end up at these unclean urls unless they have disabled javascript.

    Change-Id: I6d0378c6c65d066d030958e96510f78bfd366a69
    Signed-off-by: Richard Mansfield <email address hidden>