← Back to team overview

mahara-contributors team mailing list archive

[Bug 1264429] A change has been merged

 

Reviewed:  https://reviews.mahara.org/2892
Committed: http://gitorious.org/mahara/mahara/commit/3fdda55947e3b6b723c0ac350cdec803f31af8d6
Submitter: Aaron Wells (aaronw@xxxxxxxxxxxxxxx)
Branch:    master

commit 3fdda55947e3b6b723c0ac350cdec803f31af8d6
Author: Jono Mingard <jonom@xxxxxxxxxxxxxxx>
Date:   Thu Jan 9 09:19:28 2014 +1300

Use global $CFG in get_configs_user_institutions() (Bug #1264429)

The get_configs_user_institutions() method used the global $CFG variable
without declaring it, causing warnings when trying to set a property of it

Change-Id: Id02edcf735ffc3c8a779dc787715a6ba20626af1
Signed-off-by: Jono Mingard <jonom@xxxxxxxxxxxxxxx>

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1264429

Title:
  Set up an institution_config table for configuring institutions

Status in Mahara ePortfolio:
  In Progress

Bug description:
  We've been adding a lot of new institution configuration parameters
  lately, so it makes sense to add an "institution_config" table to
  handle these so that we don't have to add a new column to the
  "institution" table each time we want to add some new bit of
  configuration.

  This can be integrated into the Institution class and the
  get_config_institution() methods so that the programmer accessing the
  field doesn't need to know whether it's in the "institution" table or
  the "institution_config" table.

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


References