[Mahara-contributors] [Bug 619284] Re: grouphomepage and dashboard views don't use themes, but can be set

2010-12-02 Thread Craig Eves
A request I have been asked for is for the dashboard view to be by
default - content from the user's institutes.

There is an institute view that is able to be created - the dashboard
would be a good place to include this view - it doesn't seem to be used
elsewhere.

The institute admin would select this option in the same place they
select the institute theme.

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

Title:
  grouphomepage and dashboard  views don't use themes, but can be set

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  When editing a grouphomepage or a dashboard view type, you can set the theme 
for the view, but when viewing the group/homepage, the theme isn't used.

Options are:
a) Don't allow them to choose the theme; or
b) Have the relevant pages respect themes.

Option a is obviously pretty easy by modifying view/blocks.php to only assign 
viewthemes if the view isn't in array('grouphomepage', 'dashboard'),
Option b may be preferable long term.



___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 619284] Re: grouphomepage and dashboard views don't use themes, but can be set

2010-09-09 Thread Richard Mansfield
** Changed in: mahara
   Status: Fix Committed => Fix Released

-- 
grouphomepage and dashboard  views don't use themes, but can be set
https://bugs.launchpad.net/bugs/619284
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.

Status in Mahara ePortfolio: Fix Released

Bug description:
When editing a grouphomepage or a dashboard view type, you can set the theme 
for the view, but when viewing the group/homepage, the theme isn't used.

Options are:
a) Don't allow them to choose the theme; or
b) Have the relevant pages respect themes.

Option a is obviously pretty easy by modifying view/blocks.php to only assign 
viewthemes if the view isn't in array('grouphomepage', 'dashboard'),
Option b may be preferable long term.



___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 619284] Re: grouphomepage and dashboard views don't use themes, but can be set

2010-09-06 Thread Richard Mansfield
I can't remember exactly.  One reason is probably that it wasn't
straightforward and I was lazy.

But I think another reason is that the view is not the whole page for
the dashboard & group homepage; it's only used for part of the page.  To
fit in with the normal site navigation, those pages really need to use
the full header rather than the small header, and when you're using the
full header, going from one page to another with a different theme can
give you a bit of a nasty surprise, especially when the menu switches
from the right to the left for example.

You can always test this effect out by turning off small headers in site
options, and then navigating to a view that has a different theme from
the site.

It would be nice if we could leave the header always showing one theme,
and only change the view's theme for the view's portion of the page, but
because of the way css works, that would have been a lot of work.

-- 
grouphomepage and dashboard  views don't use themes, but can be set
https://bugs.launchpad.net/bugs/619284
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.

Status in Mahara ePortfolio: Fix Committed

Bug description:
When editing a grouphomepage or a dashboard view type, you can set the theme 
for the view, but when viewing the group/homepage, the theme isn't used.

Options are:
a) Don't allow them to choose the theme; or
b) Have the relevant pages respect themes.

Option a is obviously pretty easy by modifying view/blocks.php to only assign 
viewthemes if the view isn't in array('grouphomepage', 'dashboard'),
Option b may be preferable long term.



___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 619284] Re: grouphomepage and dashboard views don't use themes, but can be set

2010-09-06 Thread Kristina Hoeppner
What is the reason for not allowing learners to choose a theme for their
dashboard / group homepage?

-- 
grouphomepage and dashboard  views don't use themes, but can be set
https://bugs.launchpad.net/bugs/619284
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.

Status in Mahara ePortfolio: Fix Committed

Bug description:
When editing a grouphomepage or a dashboard view type, you can set the theme 
for the view, but when viewing the group/homepage, the theme isn't used.

Options are:
a) Don't allow them to choose the theme; or
b) Have the relevant pages respect themes.

Option a is obviously pretty easy by modifying view/blocks.php to only assign 
viewthemes if the view isn't in array('grouphomepage', 'dashboard'),
Option b may be preferable long term.



___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 619284] Re: grouphomepage and dashboard views don't use themes, but can be set

2010-08-18 Thread Andrew Robert Nicols
Added a function View->is_themeable() which checks whether the current
theme type is not in an array.

If other view types are added in the future which don't respect theming,
then they'll need adding to the array in View->is_themeable().

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

-- 
grouphomepage and dashboard  views don't use themes, but can be set
https://bugs.launchpad.net/bugs/619284
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.

Status in Mahara ePortfolio: Fix Committed

Bug description:
When editing a grouphomepage or a dashboard view type, you can set the theme 
for the view, but when viewing the group/homepage, the theme isn't used.

Options are:
a) Don't allow them to choose the theme; or
b) Have the relevant pages respect themes.

Option a is obviously pretty easy by modifying view/blocks.php to only assign 
viewthemes if the view isn't in array('grouphomepage', 'dashboard'),
Option b may be preferable long term.



___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 619284] Re: grouphomepage and dashboard views don't use themes, but can be set

2010-08-18 Thread Andrew Robert Nicols
** Changed in: mahara
 Assignee: (unassigned) => Andrew Robert Nicols (dobedobedoh)

-- 
grouphomepage and dashboard  views don't use themes, but can be set
https://bugs.launchpad.net/bugs/619284
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.

Status in Mahara ePortfolio: Confirmed

Bug description:
When editing a grouphomepage or a dashboard view type, you can set the theme 
for the view, but when viewing the group/homepage, the theme isn't used.

Options are:
a) Don't allow them to choose the theme; or
b) Have the relevant pages respect themes.

Option a is obviously pretty easy by modifying view/blocks.php to only assign 
viewthemes if the view isn't in array('grouphomepage', 'dashboard'),
Option b may be preferable long term.



___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 619284] Re: grouphomepage and dashboard views don't use themes, but can be set

2010-08-17 Thread Richard Mansfield
** Changed in: mahara
   Status: New => Confirmed

** Changed in: mahara
   Importance: Undecided => Medium

-- 
grouphomepage and dashboard  views don't use themes, but can be set
https://bugs.launchpad.net/bugs/619284
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.

Status in Mahara ePortfolio: Confirmed

Bug description:
When editing a grouphomepage or a dashboard view type, you can set the theme 
for the view, but when viewing the group/homepage, the theme isn't used.

Options are:
a) Don't allow them to choose the theme; or
b) Have the relevant pages respect themes.

Option a is obviously pretty easy by modifying view/blocks.php to only assign 
viewthemes if the view isn't in array('grouphomepage', 'dashboard'),
Option b may be preferable long term.



___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp


[Mahara-contributors] [Bug 619284] Re: grouphomepage and dashboard views don't use themes, but can be set

2010-08-17 Thread Richard Mansfield
Yeah, I agree, I'd go for option a.

-- 
grouphomepage and dashboard  views don't use themes, but can be set
https://bugs.launchpad.net/bugs/619284
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.

Status in Mahara ePortfolio: New

Bug description:
When editing a grouphomepage or a dashboard view type, you can set the theme 
for the view, but when viewing the group/homepage, the theme isn't used.

Options are:
a) Don't allow them to choose the theme; or
b) Have the relevant pages respect themes.

Option a is obviously pretty easy by modifying view/blocks.php to only assign 
viewthemes if the view isn't in array('grouphomepage', 'dashboard'),
Option b may be preferable long term.



___
Mailing list: https://launchpad.net/~mahara-contributors
Post to : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp