← Back to team overview

mahara-contributors team mailing list archive

[Bug 1410638] Re: Allow a theme to specify that it has *no* parent

 

** Changed in: mahara
       Status: Fix Committed => Fix Released

-- 
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/1410638

Title:
  Allow a theme to specify that it has *no* parent

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  Currently *all* themes (except the "raw" theme) either have another
  theme as their parent, or they default to having the "raw" theme as
  their parent. If a theme has no $theme->parent in its themeconfig.php
  file, then it gets assigned the "raw" theme as its parent.

  The team that's working on switching our themes to the Bootstrap
  framework, say that it would be useful for their development work if
  they could make an "alternate raw" theme that does *not* inherit from
  the raw theme.

  So I've implemented a patch that allows a theme to specify
  $theme->parent = FALSE in its themeconfig.php, to indicate that it has
  no parent theme.

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


References