← Back to team overview

mahara-contributors team mailing list archive

[Bug 1001064] A change has been merged

 

Reviewed:  https://reviews.mahara.org/1223
Committed: http://gitorious.org/mahara/mahara/commit/17f71278297c35596f41db2b6658f0ddef1847df
Submitter: Richard Mansfield (richardm@xxxxxxxxxx)
Branch:    master

commit 17f71278297c35596f41db2b6658f0ddef1847df
Author: Richard Mansfield <richard.mansfield@xxxxxxxxxxxxxxx>
Date:   Fri May 18 13:23:29 2012 +1200

    Preserve registration 'extra' values during approval (bug #1001064)
    
    When approving registration, there is an option to add institution
    staff permission - this property is saved in the 'extra' column of the
    usr_registration table.  But if the local registraion submit hook has
    been used to store other properties in this column, they are removed
    during approval.  This change ensures the existing properties are left
    in place.
    
    Change-Id: Icfa57f446e88ecee5213fb4ce6ff4fdb9f780f6a
    Signed-off-by: Richard Mansfield <richard.mansfield@xxxxxxxxxxxxxxx>

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

Title:
  Basic support for theming logged-out users

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Some custom sites wish to allow logged-out users to be able to change
  their themes, and have those themes saved during registration.  There
  are a few things that can be done to make this easier:

  - let user preferences be saved in the session only, rather than in the database
  - add some local hooks for updating themes when a page is initialised
  - add local hooks to allow any logged-out user preferences to be saved during registration, while waiting for email confirmation or institution approval.

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


References