[Mahara-contributors] [Bug 1511183] Re: $CFG->sitethemeprefs don't seem to be followed with page creation

2016-03-11 Thread Kristina Hoeppner
** Changed in: mahara
   Status: New => Triaged

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

Title:
  $CFG->sitethemeprefs don't seem to be followed with page creation

Status in Mahara:
  Triaged

Bug description:
  When we have in the config.php $cfg->sitethemeprefs = true; a user can
  pick what theme to view the site in.

  However if they choose a theme that is different to their institution
  theme when they create a page, the page is created using the
  institution's theme and not the theme the user has chosen.

  In the database the page is saved with view.theme = the institution
  theme.

  But the question is should the page be made with theme the user is
  currently viewing the site with (set via account settings) or what the
  institution theme is?

  And what happens when the user decides to change their account setting
  for theme? should the existing pages stay with old theme or be changed
  to new theme?

  How should users the page is sharted with view the page? With the user
  chosen theme or the institution theme?

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

___
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 1512921] Re: Choosing notification recipient like choosing a user on "Shared by me"

2016-03-11 Thread Kristina Hoeppner
** Changed in: mahara
   Status: In Progress => Fix Committed

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

Title:
  Choosing notification recipient like choosing a user on "Shared by me"

Status in Mahara:
  Fix Committed

Bug description:
  15.10+

  The user select box for recipients in the notification area should be
  done like the user select box on "Shared by me" once Robert finished
  patch the patch for bug #1512528 so that profile pictures are also
  shown.

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

___
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 1513276] Re: Consolidate the iframe sources code

2016-03-11 Thread Kristina Hoeppner
** Changed in: mahara
   Status: In Progress => Confirmed

** Changed in: mahara
Milestone: 16.04.0 => 16.10.0

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

Title:
  Consolidate the iframe sources code

Status in Mahara:
  Confirmed

Bug description:
  Currently we do a bunch of different things to add allowed iframe
  sources code to the system when we install/upgrade a site

  We need to make it one way only

  Notes:
  lib/upgrade.php, core_postinst(), has a hard-coded list of allowed iframe 
sources
  if you add the youtube-no-iframes one there, can you also move the prezi one 
there, and take it out from blocktype/externalvideo::postinst() ?

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

___
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 1479631] Re: Behat step to allow delete buttons on rows to be clicked and alert accepted

2016-03-11 Thread Kristina Hoeppner
** Changed in: mahara
   Status: In Progress => Fix Committed

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

Title:
  Behat step to allow delete buttons on rows to be clicked and alert
  accepted

Status in Mahara:
  Fix Committed

Bug description:
  This way we can access the delete button via the visible text (eg
  title) of a row and accept the confirm popup.

  All row delete buttons should have a confirm option for safety reasons

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

___
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 1421020] Re: Untie "Allow public pages" from "Allow public profiles"

2016-03-11 Thread Kristina Hoeppner
** Changed in: mahara
Milestone: 16.04.0 => 16.10.0

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

Title:
  Untie "Allow public pages" from "Allow public profiles"

Status in Mahara:
  In Progress

Bug description:
  This bug report is about two site settings (under "Site options ->
  General settings")

  1. Allow public pages

  2. Allow public profiles

  Currently, the behavior of these is tied together. If "Allow public
  pages" is turned on, it forces "Allow public profiles" to be on. If
  "Allow public pages" is turned off, then and only then, the admin can
  toggle "Allow public profiles" separately. As of Bug 814328, this
  behavior is reflected with Javascript that grays out "Allow public
  profiles" when it is being overridden.

  However, there's no ironclad reason why these two settings have to be
  tied together like this. There is at least one case on the forums, of
  a user wanting to allow public pages but *not* public profiles:
  https://mahara.org/interaction/forum/topic.php?id=6431=27235

  Frankly, I think the reason these are tied together in the first place
  is a bug, not a feature.

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

___
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 1326594] Re: Group collections overview page should get "Max. items per page" drop-dow menu

2016-03-11 Thread Kristina Hoeppner
Robert fixed that as part of the general overhaul of a paginator and max
items to show patch.

** Changed in: mahara
   Status: In Progress => Fix Committed

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

Title:
  Group collections overview page should get "Max. items per page" drop-
  dow menu

Status in Mahara:
  Fix Committed

Bug description:
  Currently, /collection/index.php does not have the drop-down menu for
  "Maximum items per page". It should also be checked that it has the
  most recent paginator.

  When testing this feature, the display needs to be the same for group
  members, tutors and admins.

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

___
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 1500197] Re: Journal entry by tag should have option to display list or actual journal entries

2016-03-11 Thread Kristina Hoeppner
** Changed in: mahara
   Status: New => Invalid

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

Title:
  Journal entry by tag should have option to display list or actual
  journal entries

Status in Mahara:
  Invalid

Bug description:
  The "Display journal entries by tag" block should have the option to
  display the journal entries as either a list or to display them as
  actual journal entries.  Right now the only option is to display as a
  list.

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

___
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 1500190] Re: Single Journal Entry adding search features

2016-03-11 Thread Kristina Hoeppner
** Changed in: mahara
   Status: New => Triaged

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

Title:
  Single Journal Entry adding search features

Status in Mahara:
  Triaged

Bug description:
  Trying to add a single journal entry to a page.  Better search
  functionality would be useful.

  * Search by the name of the journal
  * Search by date ascending order
  * Search by date descending order
  * Search by date by month and year
  * Search by tag for a single tag
  * Search by tag for multiple tags.

  Mahara version 15.04

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

___
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 1500194] Re: Adding multiple tags with spaces is confusing

2016-03-11 Thread Kristina Hoeppner
The user manual description you point to doesn't take comma-separated
tags but you select them by clicking on them. At the other places where
you enter tags, it does say that they need to be comma-separated. Thus,
you don't need to put quotation marks.

If you wish to see a change in the documentation, what would be your
suggestion?

** Changed in: mahara
   Status: New => Incomplete

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

Title:
  Adding multiple tags with spaces is confusing

Status in Mahara:
  Incomplete

Bug description:
  The default for entering multiple tags is to use a space.  This causes
  a problem if the tag should contain a space.  I have two tags "George
  Washington" and "US President".  I tried the following methods:

  * "George Washington", "US President" --> Mahara thought that the quotes were 
part of the tag.  Mahara should remove the quotes.
  * George Washington, US President --> This method work, or at least it seems 
to work.

  But the problem is that the documentation says that tags are supposed
  to be separated by a space.  Comma also seems to work as a separator.
  But when a space is part of a tag, it gets confusing.  Usually when an
  item is in quotes, a program like Google Search takes everything
  within the quotes, but strips out the quotes.  Mahara does not seem to
  be doing that.

  I have also seen problems with trying to search my multiple tags not
  work properly.  I don't know if this has to do with the fact that the
  original tags were added by using a comma as  a separator instead of a
  space separator.

  Mahara Version: 15.04
  OS: Windows
  Database: Mysql

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

___
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 1500054] Re: Whenever I log in, It forces me to log once and again

2016-03-11 Thread Kristina Hoeppner
Do you still encounter the problem?

** Changed in: mahara
   Status: New => Incomplete

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

Title:
  Whenever I log in, It forces me to log once and again

Status in Mahara:
  Incomplete

Bug description:
  Mahara 15.04.3
  Linux
  Mysql
  Firefox latest

  Whenever I log in, Mahara forces me to log in once and again. I attach
  an image so that you can see.

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

___
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 1517698] Re: Group file permissions not styled in 16.04

2016-03-11 Thread Kristina Hoeppner
*** This bug is a duplicate of bug 1529712 ***
https://bugs.launchpad.net/bugs/1529712

** This bug has been marked a duplicate of bug 1529712
   Group file permissions are not displayed to comprehend easily

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

Title:
  Group file permissions not styled in 16.04

Status in Mahara:
  Confirmed

Bug description:
  In Mahara, files uploaded into a group have an extra "permissions"
  section in their file data that can be edited via the file picker.
  This is displayed as a table of checkboxes showing what permissions
  belong to which types of members in the group.

  (The permissions are kind of oddly named. "View" means a user can use
  the file in content created within that group; "Edit" means they can
  also edit the file's metadata (tags, description, name), and "Publish"
  means they can use it in their personal pages. At least, that's what
  these are supposed to do. At last check it was a little buggy, see Bug
  1262040.)

  Anyway, while working on Bug 1262040 I noticed that this table of
  checkboxes is not styled in 16.04. Probably this is true in 15.10 as
  well. This is a pretty obscure corner of Mahara, so it probably got
  overlooked during the Bootstrap facelift.

  To replicate:

  1. Create a group
  2. Go to the group's "Files" tab.
  3. Upload a file
  4. Once the file is uploaded, click the pencil "edit" icon next to the file.

  Expected result: In addition to the normal file editing contents, you
  should see the permissions table

  Actual result: The contents of the permissions table are shown, but
  it's not styled at all. (See screenshot).

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

___
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 1511099] Re: hangs when trying to edit 'note' block

2016-03-11 Thread Kristina Hoeppner
Hi Fran. Does the problem still occur?

** Changed in: mahara
   Status: New => Incomplete

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

Title:
  hangs when trying to edit 'note' block

Status in Mahara:
  Incomplete

Bug description:
  Folder blocks edit fine. Note blocks hang - the slideover window opens
  and it hangs with the Spinning Wheel of Doom. Have to reload the page
  to get it to stop (the "X" doesn't work, nor does the Escape key)

  I am using a Mac and have had the same result on Chrome, Safari, and
  Firefox. Current versions of all browsers on a current version of OS X
  El Capitan. Running Mahara version 15.10.0 (2015092910)

  As  a workaround, I figured I'd create a new Note and delete the old
  one, rather than editing the old one. Dragging a new Note onto the
  page seems not to do anything - but if you refresh the page, you can
  see it. Same problem editing the new note as the pre-existing one.

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

___
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 1262040] Re: Problems with group artefact permissions due to misuse of $USER->can_view_artefact and $USER->can_edit_artefact

2016-03-11 Thread Kristina Hoeppner
** Changed in: mahara/16.04
   Status: Confirmed => Fix Committed

** Changed in: mahara/16.04
   Status: Fix Committed => In Progress

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

Title:
  Problems with group artefact permissions due to misuse of
  $USER->can_view_artefact and $USER->can_edit_artefact

Status in Mahara:
  In Progress
Status in Mahara 1.10 series:
  Confirmed
Status in Mahara 15.04 series:
  Confirmed
Status in Mahara 15.10 series:
  Confirmed
Status in Mahara 16.04 series:
  In Progress

Bug description:
  While discussing the export to ZIP bug ( Bug 1013022 ) I realized that
  $USER->can_view_artefact() does not do what I thought it did. I
  thought that it was like can_view_view(), i.e. it was an easy way to
  tell whether a particular user is allowed to see the contents of a
  particular artefact.

  But it does not mean that, as evidenced by the fact that it's not
  accessed at all on the artefact detail page, view/artefact.php.
  Instead, this function refers to whether or not the user should be
  able to see the artefact in their own or a group's Content area.

  The reason it exists and has this name, is because of the group files
  permissions system (see
  http://manual.mahara.org/en/1.8/groups/inside_group.html#index-16 ).
  This defines three permission levels for a file: "View" lets you see
  the page in Contents and use it in Group pages, "Edit" lets you change
  the file's metadata, and "Publish" lets you use the file in your own
  Portfolio pages.

  Anyway, I misunderstood it as doing the same thing as can_view_view(),
  which checks whether a particular user can see a particular Page in
  display-mode. The similar functionality for artefacts, as seen on
  view/artefact.php, is to provide an artefact ID & a page ID, and to
  check whether the artefact is in the page and the user can view the
  page.

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

___
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 1515899] Re: Add new Glogster iframe source

2016-03-11 Thread Kristina Hoeppner
** No longer affects: mahara/1.10

** No longer affects: mahara/15.04

** No longer affects: mahara/15.10

** No longer affects: mahara/16.04

** Changed in: mahara
Milestone: 16.04.0 => 16.10.0

** Tags added: bite-sized

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

Title:
  Add new Glogster iframe source

Status in Mahara:
  Confirmed

Bug description:
  Glogster updated its iframe embed code at least for the educational
  glogs to the following pattern:

  edu.glogster.com//glog

  Example: http://edu.glogster.com//glog/47901217;
  width="1300" height="960" frameborder="0" scrolling="no"
  marginheight="0" marginwidth="0" style="overflow: hidden;">

  Since Glogster is a built-in iframe source, we should add it to the
  initial setup.

  I only mark it as "medium" priority because site admins can add it
  themselves.

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

___
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 1317354] Re: Flowplayer audio starts muted if there's also a Flowplayer video on the page

2016-03-11 Thread Kristina Hoeppner
16.04 will not contain Flowplayer anymore.

** No longer affects: mahara/16.04

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

Title:
  Flowplayer audio starts muted if there's also a Flowplayer video on
  the page

Status in Mahara:
  Confirmed
Status in Mahara 1.10 series:
  Won't Fix
Status in Mahara 15.04 series:
  Confirmed
Status in Mahara 15.10 series:
  Confirmed

Bug description:
  To replicate:

  1. Create a page
  2. Put an embedded media block on the page with an audio file selected
  3. Put an embedded media block on the page with a video file selected (with a 
type of video that's played by flowplayer)
  4. View the page in display mode

  Result: The audio player's volume is set to muted

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

___
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 1363754] Re: extract file's progress bar has wonky progression

2016-03-11 Thread Kristina Hoeppner
** Changed in: mahara/15.04
   Status: Confirmed => Won't Fix

** Changed in: mahara/15.10
   Status: Confirmed => Won't Fix

** Also affects: mahara/16.10
   Importance: Undecided
   Status: New

** Changed in: mahara/16.04
   Status: Confirmed => Won't Fix

** Changed in: mahara/16.10
Milestone: None => 16.10.0

** Changed in: mahara/16.10
   Importance: Undecided => Low

** Changed in: mahara/16.10
   Status: New => Confirmed

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

Title:
  extract file's progress bar has wonky progression

Status in Mahara:
  Confirmed
Status in Mahara 15.04 series:
  Won't Fix
Status in Mahara 15.10 series:
  Won't Fix
Status in Mahara 16.04 series:
  Won't Fix
Status in Mahara 16.10 series:
  Confirmed

Bug description:
  The extraction progression is stilted and for a the first bit doesn't
  even indicate that it is working.

  See attached video of what is happening

  We know from the check screen before how many files there are to
  extract so we could use that info straight off to display initial
  progress.

  And we need to get it so the progress bar doesn't blink on/off all the
  time.

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

___
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 1394082] Re: Can create a URL that takes you to a different page depending on whether you're logged in to MNet or not.

2016-03-11 Thread Kristina Hoeppner
** Changed in: mahara/1.10
   Status: Confirmed => Won't Fix

** Changed in: mahara/15.04
   Status: Confirmed => Won't Fix

** Changed in: mahara/15.10
   Status: Confirmed => Won't Fix

** No longer affects: mahara/1.10

** No longer affects: mahara/1.9

** No longer affects: mahara/15.04

** No longer affects: mahara/15.10

** No longer affects: mahara/16.04

** Changed in: mahara
Milestone: 15.10.1 => 16.10.0

** Changed in: mahara
 Assignee: Aaron Wells (u-aaronw) => (unassigned)

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

Title:
  Can create a URL that takes you to a different page depending on
  whether you're logged in to MNet or not.

Status in Mahara:
  Confirmed

Bug description:
  As reported on the mahara.org forum:
  https://mahara.org/interaction/forum/topic.php?id=6549

  To replicate:

  1. Set up a Moodle instance with the Mahara assignment submission
  plugin and connect it up to your Mahara instance.

  2. Create a view with ID 1000.

  3. Create another view with ID 1001.

  4. Make both these pages accessible to the public.

  5. Set up an Mahara assignment in Moodle.

  6. Submit the view with ID 1000 to Moodle as an assignment submission.

  7. Note the access URL that gets generated, which will contain an MNet
  access token, i.e. /view/view.php?mt=abcd1234

  8. Add the ID of page 1001 to this URL:
  /view/view.php?id=1001=abcd1234

  Expected Result: This URL should either display page 1000 every time,
  or an "access denied" message

  Actual Result: If you're logged in to Mahara via MNet, you see page
  1000. If you're not, you see page 1001.

  
  The cause of this problem, is that /view/view.php completely ignores the 
"mt=" tag if you're not logged in via MNet. In which case, if an ID is also 
supplied, it falls back to that.

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

___
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 1381184] Re: need to drop old default email option

2016-03-11 Thread Kristina Hoeppner
** No longer affects: mahara/15.10

** No longer affects: mahara/16.04

** Changed in: mahara
Milestone: 15.10.1 => 16.10.0

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

Title:
  need to drop old default email option

Status in Mahara:
  Confirmed

Bug description:
  Now that we use individual default email options for each activity
  type we need a patch to remove the 'defaultnotificationmethod' from
  config table.

  But the problem is we can't add it to the lib/db/upgrade.php as that
  is run before the upgrade on plugins - nor can we put it in the
  postinst of a plugin because we don't know which plugins will need to
  be updated last post 1.9 - eg if we go from 1.9 -> 1.10 or even 1.9 ->
  1.15 we will need to know the old defaultmethod. But after the initial
  jump we will not need to know about it.

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

___
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 1443239] Re: Warning in Mahara logs when a MaharaDroid user has no tags in their Mahara account

2016-03-11 Thread Kristina Hoeppner
This will need to be re-tested once the new mobile app is available.

** Changed in: mahara/1.10
   Status: Confirmed => Won't Fix

** Changed in: mahara/15.04
   Status: Confirmed => Won't Fix

** Changed in: mahara/15.10
   Status: Confirmed => Won't Fix

** Also affects: mahara/16.10
   Importance: Undecided
   Status: New

** No longer affects: mahara/16.10

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

Title:
  Warning in Mahara logs when a MaharaDroid user has no tags in their
  Mahara account

Status in Mahara:
  Confirmed
Status in Mahara 1.10 series:
  Won't Fix
Status in Mahara 1.9 series:
  Won't Fix
Status in Mahara 15.04 series:
  Won't Fix
Status in Mahara 15.10 series:
  Won't Fix
Status in Mahara 16.04 series:
  Confirmed

Bug description:
  This is a bug in the Mahara PHP code which interfaces with the
  MaharaDroid android app. See
  https://github.com/MaharaProject/maharadroid/issues/6 for the
  MaharaDroid side of this bug.

  To replicate:

  1. Create a new Mahara account
  2. Connect it to MaharaDroid
  3. Try to upload a file via MaharaDroid

  Result: You see this warning in the Apache logs:

  
   [Tue Jan 14 11:07:18 2014] [error] [client 10.22.33.88] [WAR] 88 
(api/mobile/sync.php:77) Invalid argument supplied for foreach()
   [Tue Jan 14 11:07:18 2014] [error] [client 10.22.33.88] Call stack (most 
recent first):
   [Tue Jan 14 11:07:18 2014] [error] [client 10.22.33.88] * 
log_message("Invalid argument supplied for foreach()", 8, true, true, 
"/home/demo/code/mahara/htdocs/api/mobile/sync.php", 77) at 
/home/demo/code/mahara/htdocs/lib/errors.php:430
   [Tue Jan 14 11:07:18 2014] [error] [client 10.22.33.88] * error(2, "Invalid 
argument supplied for foreach()", 
"/home/demo/code/mahara/htdocs/api/mobile/sync.php", 77, array(size 59)) at 
/home/demo/code/mahara/htdocs/api/mobile/sync.php:77
   [Tue Jan 14 11:07:18 2014] [error] [client 10.22.33.88]

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

___
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 1421422] Re: HTML notification showing when exporting bulk users

2016-03-11 Thread Kristina Hoeppner
** No longer affects: mahara/15.04

** No longer affects: mahara/15.10

** No longer affects: mahara/16.04

** Changed in: mahara
Milestone: 15.10.1 => 16.10.0

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

Title:
  HTML  notification showing when exporting bulk users

Status in Mahara:
  Triaged

Bug description:
  Hi,

  I was exporting users via this pathway (admin/users/bulkexport.php)
  for this patch https://reviews.mahara.org/#/c/3617/ and when I did I
  got this message notification before I clicked continue :

   [INF] e3 (admin/users/bulkdownload.php:202)
  Exported 1 users to /var/www/maharadata/export/1/1423730820/mahara-
  bulk-export-1423730820.zip

  I also tested this pre patch (on 15.04 dev) and it was showing the
  same error notification. I'm not sure if this actually is what is
  supposed to happen, but if it is maybe we can come up with a nicer
  more "human readable" message?

  Psql 9.3.5
  Ubuntu 14.04
  Firefox 35.0.1
  Master 15.04 dev and patch 3617 in Gerrit

  Thank you,
  Jinelle

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

___
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 1509175] Re: PHP warning during 1.6/1.7/1.8 -> 15.10 upgrade

2016-03-11 Thread Kristina Hoeppner
** Also affects: mahara/16.10
   Importance: Undecided
   Status: New

** No longer affects: mahara/15.10

** No longer affects: mahara/16.04

** Changed in: mahara
Milestone: 15.10.1 => 16.10.0

** No longer affects: mahara/16.10

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

Title:
  PHP warning during 1.6/1.7/1.8 -> 15.10 upgrade

Status in Mahara:
  Confirmed

Bug description:
  To replicate:

  1. Clean install of Mahara 1.6.5
  2. Log in to Mahara
  3. Upgrade to Mahara 15.10.0 (via the web browser)

  Result: The upgrade works as expected, but PHP prints this warning:

  [WAR] ea (lib/errors.php:747) Failed to get a recordset: postgres8 error: 
[-18: ERROR:  relation "institution_config" does not exist
  LINE 1: DELETE FROM "institution_config" WHERE field LIKE '%/_nav/_%...
  ^] in EXECUTE("DELETE FROM "institution_config" WHERE 
field LIKE '%/_nav/_%' ESCAPE '/'")
  Command was: DELETE FROM "institution_config" WHERE field LIKE '%/_nav/_%' 
ESCAPE '/'
  Call stack (most recent first):

  log_message("Failed to get a recordset: postgres8 error: [-18: ...", 8, 
true, true) at /home/aaronw/www/mahara-clients/htdocs/lib/errors.php:97
  log_warn("Failed to get a recordset: postgres8 error: [-18: ...") at 
/home/aaronw/www/mahara-clients/htdocs/lib/errors.php:747
  SQLException->__construct("Failed to get a recordset: postgres8 error: 
[-18: ...") at /home/aaronw/www/mahara-clients/htdocs/lib/dml.php:974
  delete_records_sql("DELETE FROM {institution_config} WHERE field LIKE 
...", array(size 0)) at /home/aaronw/www/mahara-clients/htdocs/lib/web.php:3011
  clear_menu_cache() at 
/home/aaronw/www/mahara-clients/htdocs/admin/upgrade.json.php:70

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

___
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 1509180] Re: PHP warning message during 1.8/1.9/1.10/15.04 -> 15.10 upgrade of a completely new site

2016-03-11 Thread Kristina Hoeppner
** No longer affects: mahara/16.04

** No longer affects: mahara/15.10

** Changed in: mahara
Milestone: 15.10.1 => 16.10.0

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

Title:
  PHP warning message during 1.8/1.9/1.10/15.04 -> 15.10 upgrade of a
  completely new site

Status in Mahara:
  Confirmed

Bug description:
  To replicate:

  1. Clean install of 15.04.3
  2. Upgrade to 15.10_STABLE

  Result:

  The upgrade proceeds okay, but you see this warning message:

  [DBG] c7 (lib/db/upgrade.php:4164) Add user_login_data table to record when a 
user logs in
  [WAR] c7 (lib/db/upgrade.php:4178) Invalid argument supplied for foreach()
  Call stack (most recent first):

  log_message("Invalid argument supplied for foreach()", 8, true, true, 
"/home/aaronw/www/mahara-clients/htdocs/lib/db/upgr...", 4178) at 
/home/aaronw/www/mahara-clients/htdocs/lib/errors.php:441
  error(2, "Invalid argument supplied for foreach()", 
"/home/aaronw/www/mahara-clients/htdocs/lib/db/upgr...", 4178, array(size 18)) 
at /home/aaronw/www/mahara-clients/htdocs/lib/db/upgrade.php:4178
  xmldb_core_upgrade("2015030417") at 
/home/aaronw/www/mahara-clients/htdocs/lib/upgrade.php:359
  upgrade_core(object(stdClass)) at 
/home/aaronw/www/mahara-clients/htdocs/admin/upgrade.json.php:90

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

___
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 1481450] Re: Should copied page names start at "v.2" or "v.1" (or something else)?

2016-03-11 Thread Kristina Hoeppner
I think this may be related to the "Page template" that we now have in
15.10 on the site level. That may be regarded as v. 1.

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

Title:
  Should copied page names start at "v.2" or "v.1" (or something else)?

Status in Mahara:
  Confirmed
Status in Mahara 15.10 series:
  Confirmed
Status in Mahara 16.04 series:
  Confirmed

Bug description:
  In Mahara master (15.10dev), the page version numbers were changed and
  a "v." added. However, now the page version numbers start at 2 instead
  of 1. In a sense that is correct because the original page would be
  version 1, but without actually seeing that version number, it is
  confusing why there would be version 2 when no version 1 can be seen.

  Do others feel the same or am I overthinking things?

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

___
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 1509167] Re: PHP error message when you submit a page access end date in the past

2016-03-11 Thread Kristina Hoeppner
** Changed in: mahara/16.04
Milestone: 16.04.0 => 16.10.0

** No longer affects: mahara/15.10

** Also affects: mahara/16.10
   Importance: Undecided
   Status: New

** No longer affects: mahara/16.04

** No longer affects: mahara/16.10

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

Title:
  PHP error message when you submit a page access end date in the past

Status in Mahara:
  Confirmed

Bug description:
  To replicate:

  1. Create a page
  2. Share page
  3. On the share page screen, share with "Public"
  4. On the ACL line for public, set "Access end date/time" to a date in the 
past
  5. Save

  Expected result: You should see some Mahara end-user error messages
  telling you "The end date for 'Public' access cannot be in the past."
  and "There was an error with submitting this form. Please check the
  marked fields and try again."

  Actual result: In addition to those, PHP throws an error message:

  Set a date in the past with the format: %%d/%%m/%%Y

  [WAR] 32 (lib/form/elements/viewacl.php:65) Undefined index: id
  Call stack (most recent first):

  log_message("Undefined index: id", 8, true, true, 
"/var/www/html/maharagerrit/htdocs/lib/form/element...", 65) at 
/var/www/html/maharagerrit/htdocs/lib/errors.php:441
  error(8, "Undefined index: id", 
"/var/www/html/maharagerrit/htdocs/lib/form/element...", 65, array(size 17)) at 
/var/www/html/maharagerrit/htdocs/lib/form/elements/viewacl.php:65
  pieform_element_viewacl(object(Pieform), array(size 13)) at 
/var/www/html/maharagerrit/htdocs/lib/pieforms/pieform.php:1480
  Pieform->build_element_html(array(size 13)) at 
/var/www/html/maharagerrit/htdocs/lib/pieforms/pieform.php:714
  Pieform->build() at 
/var/www/html/maharagerrit/htdocs/lib/pieforms/pieform.php:169
  Pieform::process(array(size 8)) at 
/var/www/html/maharagerrit/htdocs/lib/pieforms/pieform.php:71
  pieform(array(size 8)) at 
/var/www/html/maharagerrit/htdocs/view/access.php:546

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

___
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 1506617] Re: Add timestamp to shared collections on the group homepage

2016-03-11 Thread Kristina Hoeppner
This has been fixed elsewhere.

** Changed in: mahara/15.10
   Status: In Progress => Fix Committed

** Changed in: mahara/16.04
   Status: In Progress => Fix Committed

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

Title:
  Add timestamp to shared collections on the group homepage

Status in Mahara:
  Fix Committed
Status in Mahara 15.10 series:
  Fix Committed
Status in Mahara 16.04 series:
  Fix Committed

Bug description:
  From bug #1490569:
  I added a patch for showing created/updated time for shared pages to a group

  For testing, here is a guide for verify the list of shared pages

  1. Create a group
  2. Add some users to the group
  3. Login as a group member, create some pages and shared them to the group
  4. Login as a group owner, edit the group homepage, reconfigure the "Group 
pages" block, select the sort type of shared pages
  5. Save the group home page

  Make sure the list of shared pages is correctly sorted.

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

___
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 1467252] Re: Display problem with Switchbox when label strings aren't the same length as "On" & "Off"

2016-03-11 Thread Kristina Hoeppner
** No longer affects: mahara/15.04

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

Title:
  Display problem with Switchbox when label strings aren't the same
  length as "On" & "Off"

Status in Mahara:
  In Progress
Status in Mahara 15.10 series:
  In Progress
Status in Mahara 16.04 series:
  In Progress

Bug description:
  It was ok in 15.04 but the the new interface of 15.10dev, the
  translated text for the "switch" options are not displayed correctly.

  1/ When "On", the translated text for "on" is displayed, with the text for 
"off" partially 
  2/ When "Off", the translated text for "off" is displayed centered below the 
the red bullet

  (see inclosed picture)

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

___
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 1264098] Re: Whitelist more CSS3 options in skins

2016-03-11 Thread Kristina Hoeppner
** No longer affects: mahara/1.10

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

Title:
  Whitelist more CSS3 options in skins

Status in Mahara:
  In Progress
Status in Mahara 15.04 series:
  In Progress
Status in Mahara 15.10 series:
  In Progress
Status in Mahara 16.04 series:
  In Progress

Bug description:
  I tried to create a new skin with custom CSS code added to the
  "Advanced" tab.

  collection-nav ul {
columns: 2;
-webkit-columns: 2;
-moz-columns: 2;
  }

  When I save it, and then try to edit the skin, everything is deleted
  except:

  ul {
  }

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

___
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 1517478] Re: No button for choose a folder

2016-03-11 Thread Kristina Hoeppner
Bringing back the "Select" button sounds like the best thing to do.

** Changed in: mahara/16.04
 Assignee: Pat (pat-kira) => (unassigned)

** Tags added: bootstrap

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

Title:
  No button for choose a folder

Status in Mahara:
  Confirmed
Status in Mahara 15.10 series:
  Confirmed
Status in Mahara 16.04 series:
  Confirmed

Bug description:
  Add a folder to a page. You will get the Edit popup on the right side.
  There you have to open the section "Folders" and choose a folder. Here
  is missing a selection button. You have to click on a white place. A
  click on the folder name to open a new folder, but does not select
  him.

  Version: 15.10.0
  Postgres Version 9.1

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

___
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 1517478] Re: No button for choose a folder

2016-03-11 Thread Kristina Hoeppner
P.S. The user manual hadn't been updated in November for that part yet.
It's been done for a few weeks now. Sorry for the delay on it.

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

Title:
  No button for choose a folder

Status in Mahara:
  Confirmed
Status in Mahara 15.10 series:
  Confirmed
Status in Mahara 16.04 series:
  Confirmed

Bug description:
  Add a folder to a page. You will get the Edit popup on the right side.
  There you have to open the section "Folders" and choose a folder. Here
  is missing a selection button. You have to click on a white place. A
  click on the folder name to open a new folder, but does not select
  him.

  Version: 15.10.0
  Postgres Version 9.1

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

___
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 1523314] Re: Broken lang string in groups

2016-03-11 Thread Kristina Hoeppner
I can't load the image and don't see a lang string that's out of place
on the settings page for a group.

** Changed in: mahara
   Status: New => Incomplete

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

Title:
  Broken lang string in groups

Status in Mahara:
  Incomplete

Bug description:
  Feature: Commenting on a group page
  In order to be able to verify I commented publicly on a group page
  As a user
  So leave feedback and it appears in the right place

  Background:
  Given the following "users" exist:
   | username | password | email | firstname | lastname | institution | 
authname | role |
   | userA | Kupuhipa1 | tes...@example.com | Pete | Mc | mahara | internal 
| member |
   | userB | Kupuhipa1 | tes...@example.com | Rachel | Mc | mahara | 
internal | member | 

  Given the following "groups" exist:
   | name | owner | description | grouptype | open | invitefriends | 
editroles | submittableto | allowarchives | members | staff |
   | group 01 | userA | This is group 01 | standard | ON | ON | all | OFF | 
OFF | userA, userB | userA |


  Scenario: As a user leaving public feedback on a group page (Bug 1509129)
   Given I log in as "userA" with password "Kupuhipa1"
   And I choose "Groups"
   # Changing the settings of the block to change notification feedback
   And I click on "Settings" in the "div.groupuserstatus" "css_element"

  When all these steps have been followed, I get the broken lang string
  showen below in the picture.

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

___
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 1521427] Re: Would like to have owner + ownertype columns rather than owner, group, institution

2016-03-11 Thread Kristina Hoeppner
** Changed in: mahara
   Status: New => Triaged

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

Title:
  Would like to have owner + ownertype columns rather than owner, group,
  institution

Status in Mahara:
  Triaged

Bug description:
  So for things like views and artefacts we save the owner id, whether
  it is user,group,institution id (in this case we'd need to use the
  institution id rather than name) + owner type, either
  'user','group','institution'.

  The reasons FOR this are:
  1) We can add a uniqueness constraint on the owner/ownertype as they can't 
allow null values
  2) We would start using the institution id instead of passing round the name 
for better code consistency
  3) It would allow easy addition of another ownertype if we wished without 
having to add more columns

  The reasons AGAINST this are:
  1) The use of the owner/group/institution is widely used throughout the 
system so changing anything will take a lot of patches to say the least
  2) Create problems for third party plugins

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

___
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 1521839] Re: "Recent journal entries" block grants access to the entire journal

2016-03-11 Thread Kristina Hoeppner
I think recent journal entries displays the recent journal entries from
a journal to which you have access. Therefore, you should have access to
the full journal as you can only see so many items in the list before
they fall off.

** No longer affects: mahara/15.04

** No longer affects: mahara/15.10

** Changed in: mahara/16.04
   Status: Incomplete => Won't Fix

** Changed in: mahara/16.04
   Status: Won't Fix => Invalid

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

Title:
  "Recent journal entries" block grants access to the entire journal

Status in Mahara:
  Incomplete
Status in Mahara 16.04 series:
  Invalid

Bug description:
  In the follow-up to bug 1521818 ("Tagged journal entries" block grants
  access to the entire journal) I noticed that the "Recent journal
  entries" block has the same behavior. That is, if you select a journal
  to display its recent entries in this block, people who can view the
  page will be able to view and navigate to all the journal entries in
  the journal, not just the ones that are displayed.

  To replicate:

  1. Create a journal with 10 entries
  2. Create a page with a "Recent journal entries" block
  3. Set the block to display the most recent 5 journal entries

  You will notice that you can navigate to a list of all the journal
  entries in the journal, by clicking on the journal's title in the
  rendered block. Or by navigating into the artefact detail page for one
  of the journal entries, and clicking on the journal title there.

  Now, this is kind of a gray area, because I'm not sure whether this is
  the correct behavior or not. On the one hand, you are selecting the
  journal as a whole, so perhaps it makes sense you'd be able to
  navigate through all of it. On the other hand, there may be an
  expectation by users that once a journal entry has "aged" off of the
  list, that it will no longer be accessible. Although I have a hard
  time imagining the use-case for that.

  What do you guys think?

  If we do want to change this behavior, it's a pretty easy fix, almost
  exactly the same as what we did for Bug 1521818: 1) alter the
  "get_artefacts" method of PluginBlocktypeTaggedposts; 2) remove the
  part from "recentposts.tpl" where it displays the link to the parent
  blog.

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

___
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 1522309] Re: Specify a strategy for representing inheritance/polymorphism in the database

2016-03-11 Thread Kristina Hoeppner
** Changed in: mahara
Milestone: 16.04.0 => 16.10.0

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

Title:
  Specify a strategy for representing inheritance/polymorphism in the
  database

Status in Mahara:
  Confirmed

Bug description:
  Mahara has a few prominent awkward database structures, that can be
  considered examples of polymorphism and/or inheritance, in the data
  structures we store in the database.

  Some of the awkward tables:

  1. The parallel tables for each plugintype: artefact_installed,
  blocktype_installed, etc; artefact_cron, blocktype_cron, etc...

  2. The multiple "owner" columns in the "view" table, which represent
  the different types of entities that can own a view (or collection, or
  artefact): view.owner, view.group, view.institution. This one has
  actually caused bugs so far, due to the need to make these columns
  nullable foreign keys, making it difficult to enforce the correct
  uniqueness constraint on some of the other columns.

  3. If we ever get around to implementing artefact permissions, and/or
  multiple collections per page, we'll have a similar situation with the
  "view_access" table.

  So far we've either copied Moodle or taken an ad-hoc "reinvent the
  wheel" approach to this issue. But there are actually a few known
  strategies for dealing with these situations, each of which has its
  own advantages and disadvantages. I think it would be good to
  summarize those into a table in the developer section of the wiki, so
  that we can make a more informed decision when implementing such
  tables in the future, or considering to refactor the existing tables.

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

___
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 1521781] Re: Make TinyMCE Embedded Image support more automatic

2016-03-11 Thread Kristina Hoeppner
** Changed in: mahara
Milestone: 16.04.0 => 16.10.0

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

Title:
  Make TinyMCE Embedded Image support more automatic

Status in Mahara:
  Confirmed

Bug description:
  We've added that great plugin to TinyMCE that lets you select and
  embed your Mahara images easily, and we've added some library code to
  make sure that people can view your images if they're embedded
  (instead of the old system of relying on the image being shared
  specifically in an image block).

  However, the current implementation relies on the developer
  specifically calling a series of functions in the form submission
  function, and there's no warning or penalty if they fail to do that,
  so it is often overlooked when creating new places that use a wysiwyg
  text editor.

  I'd like to see the support for this become more automatic, ideally by
  making the pieform "wysiwyg" form element handle all of the linking
  logic for the embedded images.

  My proposal is this:

  1. Check to see if there is a post-submit hook in Pieforms for pieform
  elements. If there isn't, add one.

  2. Write a post-submit hook handler for the wysiwyg element, that
  takes care of calling the necessary embedded image libraries

  3. Add settings for the wysiwyg element to get the extra data we
  needed for this (i.e., the "resource type" for
  artefact_file_embedded).

  4. Add another setting to the wysiwyg element (off by default) to say
  "don't use the Mahara image picker in this one". For wysiwygs where we
  don't want to support embedded Mahara images (if there are any)

  5. The tricky part here is that the embedded image thing will need to
  know the id of the "Resource" that you're embedding the image in. And
  if you're creating a new resource, you won't know that until after the
  form's submit method has finished. So, we'll have to expect the
  developer to provide the new resource's ID back to the $form object,
  and to help enforce that, we can make the wysiwyg post-submit hook
  throw an error if the wysiwyg element has embedded images turned on
  but it did not receive a resource ID.

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

___
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 1523310] Re: Avoid calling current_language() for each of the help icons on a page

2016-03-11 Thread Kristina Hoeppner
** Changed in: mahara
   Status: New => In Progress

** Changed in: mahara
   Status: In Progress => Won't Fix

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

Title:
  Avoid calling current_language() for each of the help icons  on a page

Status in Mahara:
  Won't Fix

Bug description:
  As the language can't change part way throuh page load we can set the
  $lang variable in get_helpfile_location() to be static

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

___
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 1523512] Re: Skins add an image

2016-03-11 Thread Kristina Hoeppner
** Changed in: mahara
   Status: New => Confirmed

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

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

Title:
  Skins add an image

Status in Mahara:
  Confirmed

Bug description:
  When adding a background image to a skin you must choose an existing
  uploaded image. It would be good if you could also upload an image
  from the skins interface. This would prevent the extra clunky step of
  having to go into the files area, upload the image, then go into the
  skins area and add it as a background image.

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

___
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 675938] Re: Youtube embed fullscreen button doesn't function

2016-03-11 Thread Kristina Hoeppner
*** This bug is a duplicate of bug 1534081 ***
https://bugs.launchpad.net/bugs/1534081

** This bug has been marked a duplicate of bug 1534081
   Fullscreen button is missing in embedded Vimeo video

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

Title:
  Youtube embed fullscreen button doesn't function

Status in Mahara:
  Confirmed

Bug description:
  When a youtube object is embedded in html (not using the embed Video
  block) the fullscreen button shows on the player but is unclickable /
  doesn't function.

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

___
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 1530715] Re: Social media accounts of "Other" are not displayed

2016-03-11 Thread Kristina Hoeppner
Google must have been down then when I tried. Worked fine right now.

** Changed in: mahara/15.10
   Status: Confirmed => Invalid

** Changed in: mahara/16.04
   Status: Confirmed => Invalid

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

Title:
  Social media accounts of "Other" are not displayed

Status in Mahara:
  Invalid
Status in Mahara 15.10 series:
  Invalid
Status in Mahara 16.04 series:
  Invalid

Bug description:
  Mahara 15.10+

  When you add a social media account that is not in the list via
  "Other", you can select it in the "Social media" block, but you don't
  see an icon / icon with text / text button.

  In Mahara 15.04 there is a generic icon for accounts that Mahara does
  not know of: http://manual.mahara.org/en/15.04/blocks/profile.html
  #social-media

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

___
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 1535164] Re: Read messages are not getting set to read

2016-03-11 Thread Kristina Hoeppner
** Changed in: mahara
   Status: New => Confirmed

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

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

Title:
  Read messages are not getting set to read

Status in Mahara:
  Confirmed

Bug description:
  Mahara: 15.10.1
  DB: MySql
  OS: Linux
  Browser: Chrome and FF

  Since the 15.10 upgrade, the 'read' message counter is not working
  properly.

  It doesn't appear that the triggers are updating the usr.read field.

  * I've tried with both multi recipient module on and off.

  * I manually reset all usr.read = 0 in the DB (just to start with a
  clean slate)

  * sent messages to a different user

  * logged in as the other user and their counter hadn't increased.

  I then went into the user's inbox and clicked on the message (i.e. to
  read it), the usr.read field never got updated. Neither did the
  module_multirecipient_userrelation.read get updated (or
  notification_internal_activity.read when mutil-recipient is off).

  Using Chrome's developer tools, I can see that there is no network activity 
to the server to update the field as read:
  * either when I click on the message
  * or when I select 'Mark as read' from the bulk action with the message 
selected.

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

___
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 1305352] Re: Ajax "loading" spinners go forever when request fails

2016-03-11 Thread Kristina Hoeppner
** Changed in: mahara
 Assignee: raf (rafaelgoesmann) => (unassigned)

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

Title:
  Ajax "loading" spinners go forever when request fails

Status in Mahara:
  Confirmed

Bug description:
  Users are always coming to us with problem descriptions that sound
  like this, "I uploaded something and the spinner kept loading
  forever," or, "I tried to install and it kept saying loading forever".

  The problem is that when we do stuff via ajax we put up a "loading"
  spinner until the request comes back. But, if the request fails, then
  the spinner never comes down and the user waits and waits and waits,
  and thinks that the problem is a timeout rather than a server back-end
  error.

  It would be good if we could come up with an across-the-board solution
  for this.

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

___
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 1535989] Re: Upgrade Pear plugin to 1.10.1

2016-03-11 Thread Kristina Hoeppner
** Changed in: mahara
   Status: New => In Progress

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

Title:
  Upgrade Pear plugin to 1.10.1

Status in Mahara:
  In Progress

Bug description:
  Keeping plugins up to date.

  I note there is a xmlparser.php  included in this - maybe we don't
  need the other xmlparser anymore?

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

___
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 1536254] Re: Record audio / video where text can be entered

2016-03-11 Thread Kristina Hoeppner
I changed the description because it would be good to allow for that in
general wherever you can have text, e.g. journals, text box, notes,
forum entry, comment.

** Summary changed:

- Audio/Video recording in forums
+ Record audio / video where text can be entered

** Changed in: mahara
   Status: New => Confirmed

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

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

Title:
  Record audio / video where text can be entered

Status in Mahara:
  Confirmed

Bug description:
  More a whish for a feature. As in moodle there is the plugins poodll that 
allows for direct recording of audio/video within tinyMCE.
  This add a very nice feeling to a forum to be able to speak and have audio.
  Added here after recommendation from this post:
  
https://mahara.org/interaction/forum/topic.php?id=7498=0=10#post30171

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

___
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 1519706] Re: Customizable navigation block for pages

2016-03-11 Thread Kristina Hoeppner
Users would just need to make sure that the pages they link also have
the same permissions set so that people viewing the page can follow the
link and see the content.

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

Title:
  Customizable navigation block for pages

Status in Mahara:
  Confirmed

Bug description:
  During a workshop today someone suggested it would be nice if you
  could create a custom navigation block for a page.

  This could be hacked by using a text block with hard links, but this
  isn't an ideal solution. It would be nice if in the navigation block,
  rather than having to choose a whole collection you could choose
  individual pages.

  This particular student wanted to navigation to be different for
  different pages, so you could kind of persuade the flow of someone's
  journey through the portfolio.

  They also mentioned the possibility of nested navigation, so basically
  having sub pages - not sure if this could be managed at the same time
  by allowing indenting of certain pages in the navigation block to
  express a hierarchy.

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

___
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 1517433] Re: Enable drag and drop image into text box

2016-03-11 Thread Kristina Hoeppner
** Changed in: mahara
   Status: New => Confirmed

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

Title:
  Enable drag and drop image into text box

Status in Mahara:
  Confirmed

Bug description:
  It would be nice as a possible future enhancement if it was possible
  to drag and drop an image into a text box in Mahara. It would be a way
  of making it easier to add images.

  This was suggested by one of my colleagues.

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

___
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 1536825] Re: The bg and fg colors navigation menu and sub-menu are incorrect in custom theme

2016-03-11 Thread Kristina Hoeppner
Pat is looking into this.

** Changed in: mahara
Milestone: None => 16.04.0

** Changed in: mahara
 Assignee: Son Nguyen (ngson2000) => (unassigned)

** Changed in: mahara
 Assignee: (unassigned) => Pat (pat-kira)

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

Title:
  The bg and fg colors navigation menu and sub-menu are incorrect in
  custom theme

Status in Mahara:
  In Progress

Bug description:
  Version: master(16.04) and 15.10

  The background and text color of the navigation sub-menu are incorrect
  in the configurable theme.

  Different color combinations produce bad results.

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

___
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 1537861] Re: View layout becomes corrupted when changed

2016-03-11 Thread Kristina Hoeppner
** Changed in: mahara
   Status: New => In Progress

** Also affects: mahara/15.04
   Importance: Undecided
   Status: New

** Also affects: mahara/15.10
   Importance: Undecided
   Status: New

** Changed in: mahara
Milestone: None => 16.04.0

** Changed in: mahara/15.04
Milestone: None => 15.04.6

** Changed in: mahara/15.10
Milestone: None => 15.10.2

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

** Changed in: mahara/15.04
   Importance: Undecided => High

** Changed in: mahara/15.10
   Importance: Undecided => High

** Changed in: mahara/15.04
   Status: New => Triaged

** Changed in: mahara/15.10
   Status: New => Triaged

** Changed in: mahara
 Assignee: (unassigned) => Robert Lyon (robertl-9)

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

Title:
  View layout becomes corrupted when changed

Status in Mahara:
  In Progress
Status in Mahara 15.04 series:
  Triaged
Status in Mahara 15.10 series:
  Triaged

Bug description:
  Version: Mahara 15.04.5 (only encountered on this version, after
  upgrading from 15.04.4)

  We have had 2 users (out of over a thousand) have this problem so far,
  and I've been unable reproduce it or trace a specific cause but we do
  know the order of events and the outcome:

  They copy a page from another user
  Change content or add some new content
  Attempt to change the layout (say from 3 columns to 2 columns)

  Something goes wrong while the layout is being changed and the data in
  the table view_rows_columns no longer matches what's in the view
  table, and the page won't load anymore.

  As more users encounter this problem (and I'm assuming they will) I
  will update this report.

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

___
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 1445653] Re: Internet Explorer and video files

2016-03-11 Thread Kristina Hoeppner
** Changed in: mahara
Milestone: None => 16.04.0

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

Title:
  Internet Explorer and video files

Status in Mahara:
  Expired
Status in Mahara 1.10 series:
  Incomplete
Status in Mahara 15.04 series:
  Incomplete
Status in Mahara 15.10 series:
  Incomplete

Bug description:
  In "Content > Files", if I upload a video file (mp4), the file will
  upload correctly.  But the link to view the video won't work in IE.
  In every other browser, the video plays in the browser but IE trie to
  open Windows Media Player which gives the error :

  Windows Media Player cannot play the file.  The Player might not
  support the file type or might not support the codec that was used to
  compress the file.

  If I save the file to my desktop and play it from there, it works
  fine.

  Mahara version 1.10.3testing (2014092315)
  Operating system Linux
  Database MariaDB
  Browser IE11

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

___
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 1538726] Re: navbar should always be visible

2016-03-11 Thread Kristina Hoeppner
We are thinking of moving the navigation bar elsewhere to improve
navigation without compromising the space available for the content.

** Changed in: mahara
   Status: Triaged => Opinion

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

Title:
  navbar should always be visible

Status in Mahara:
  Opinion

Bug description:
  Upgraded to Mahara 15.10. Header is always on top (with a fixed
  position), while main-nav follows the rest of the page. So, when
  scrolling down a page, header is still visible but not main-nav.

  It should either be both fixed on top (header and main-nav) or both be
  with relative positionning.

  Maybe add a setting to let admin decide per institution?

  Mahara 15.10.1 on Linux with MySQL. Checked with FF 44 and MS Edge

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

___
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 1538654] Re: icon in text editor

2016-03-11 Thread Kristina Hoeppner
I created bug #1556359 so the admin setting can be tracked more easily.

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

Title:
   icon in text editor

Status in Mahara:
  Opinion

Bug description:
  I know this button has been away for some time... but it is just been
  reported to me.

  The horizontal rule () button that was available in text editor of
  Mahara version 1.9 has disappeared.

  Could it be possible to add it? Or better to have the option to add
  one or many buttons onto the text editor toolbar (like Atto editor in
  Moodle)?

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

___
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 1538726] Re: navbar should always be visible

2016-03-11 Thread Kristina Hoeppner
iirc there was a problem with fixing the nav bar to the top, but it
would also take up quite a bit of screen real estate esp. when tabs are
used. I think you are able to fix it for a custom theme with a bit of
css magic.

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

** Changed in: mahara
   Status: New => Triaged

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

Title:
  navbar should always be visible

Status in Mahara:
  Opinion

Bug description:
  Upgraded to Mahara 15.10. Header is always on top (with a fixed
  position), while main-nav follows the rest of the page. So, when
  scrolling down a page, header is still visible but not main-nav.

  It should either be both fixed on top (header and main-nav) or both be
  with relative positionning.

  Maybe add a setting to let admin decide per institution?

  Mahara 15.10.1 on Linux with MySQL. Checked with FF 44 and MS Edge

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

___
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 1556359] [NEW] Activate TinyMCE plugins via admin interface

2016-03-11 Thread Kristina Hoeppner
Public bug reported:

Result for discussion on bug #1538654:

activate/deactivate tinymce plugins via some admin interface does sound
like a good thing

** Affects: mahara
 Importance: Wishlist
 Status: Confirmed


** Tags: tinymce

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

Title:
  Activate TinyMCE plugins via admin interface

Status in Mahara:
  Confirmed

Bug description:
  Result for discussion on bug #1538654:

  activate/deactivate tinymce plugins via some admin interface does
  sound like a good thing

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

___
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 1489258] Re: Unnecessary labels on buttons in Plugin administration

2016-03-11 Thread Kristina Hoeppner
** Changed in: mahara
Milestone: None => 16.04.0

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

Title:
  Unnecessary labels on buttons in Plugin administration

Status in Mahara:
  Confirmed

Bug description:
  In Administration -> Plugin administration, each "Show" and "Hide"
  button has a hidden label associated with it. This isn't actually
  necessary and is confusing for screen reader users since it appears
  that there is plain text in front of each button with the same text as
  the button. In this case the label should be removed and hidden text
  saying the same thing should be added to the button.

  Affects latest master

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

___
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 1539322] Re: Do we still need device detection?

2016-03-11 Thread Kristina Hoeppner
** Summary changed:

- Do we still need devicee detection?
+ Do we still need device detection?

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

Title:
  Do we still need device detection?

Status in Mahara:
  Triaged

Bug description:
  Mahara 15.10 introduced Bootstrap. All themes are now responsive. When
  I tested the "Deactivate device detection" functionality, I couldn't
  see much of a difference when using the site. I did notice the content
  chooser was displayed the start of the words instead of only showing
  the icon on the "Edit page" screen.

  I wonder if we can remove the custom device detection. You can enable
  the user turning off device detection in Admin -> Config site -> User
  settings -> Users can disable device detection. That then happens on
  the account settings page.

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

___
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 1541679] Re: Update Dropzone to 4.2.0

2016-03-11 Thread Kristina Hoeppner
** Changed in: mahara
   Status: New => In Progress

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

Title:
  Update Dropzone to 4.2.0

Status in Mahara:
  In Progress

Bug description:
  To keep this current

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

___
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 1516412] Re: "Make a copy" on Note block is not visible enough

2016-03-11 Thread Kristina Hoeppner
** Tags added: usermanualupdate

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

Title:
  "Make a copy" on Note block is not visible enough

Status in Mahara:
  Fix Committed
Status in Mahara 15.10 series:
  Fix Released
Status in Mahara 16.04 series:
  Fix Committed

Bug description:
  Mahara 15.10+

  When you put a "Note" block onto a page and use text from another
  page, you get the message "If you edit the text of this block, it will
  also be changed in 1 other block(s) where it appears. Make a copy".
  The "Make a copy" is a link. But that is not visible as such anymore
  in Mahara 15.10 and master. You only see that it is a link when you
  hover over it. At minimum, it should either receive an underline or a
  different color.

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

___
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 1516429] Re: Info about a note being shared on multiple pages is not prominent enough

2016-03-11 Thread Kristina Hoeppner
** Tags added: usermanualupdate

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

Title:
  Info about a note being shared on multiple pages is not prominent
  enough

Status in Mahara:
  Fix Committed
Status in Mahara 15.10 series:
  Fix Released
Status in Mahara 16.04 series:
  Fix Committed

Bug description:
  When you have a note in multiple pages and go to Content -> Notes and
  edit the note, the text "If you edit the text of this note, it will
  also be changed in 2 blocks where it appears." is not prominent
  enough. It should have the blue info box around it so people see it
  more instantly before changing the text.

  This goes with bug #1516412.

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

___
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 1530207] Re: Tag description has wrong class

2016-03-11 Thread Kristina Hoeppner
** Tags added: usermanualupdate

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

Title:
  Tag description has wrong class

Status in Mahara:
  Fix Committed
Status in Mahara 15.10 series:
  Fix Committed

Bug description:
  Mahara 15.10+

  The description underneath "Tags" needs to be class "description" and
  not "file-description" so that it is seen in grey and italics.

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

___
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 1532643] Re: Block titles on group homepage are smaller than elsewhere in the default theme

2016-03-11 Thread Kristina Hoeppner
** Tags added: usermanualupdate

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

Title:
  Block titles on group homepage are smaller than elsewhere in the
  default theme

Status in Mahara:
  Fix Committed
Status in Mahara 15.10 series:
  Fix Committed

Bug description:
  Mahara 15.10+

  When you are in the default theme on a group homepage, the block
  titles are all smaller than say on the dashboard.

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

___
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 1530052] Re: Institution contacts page needs styling

2016-03-11 Thread Kristina Hoeppner
** Tags added: usermanualupdate

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

Title:
  Institution contacts page needs styling

Status in Mahara:
  Fix Committed
Status in Mahara 15.10 series:
  Fix Committed
Status in Mahara 16.04 series:
  Fix Committed

Bug description:
  Mahara 15.10+

  The institution contacts page /institution/index.php is not yet styled
  in Bootstrap (see attachment).

  How to get there:

  1. Set up an institution.
  2. Add 2 administrators and 2 staff to that institution as well as one 
regular member.
  3. Go to the profile page of the regular member and click the institution's 
name.

  The page should look something like
  http://manual.mahara.org/en/15.04/_images/institution_homepage.png

  Also targeted toe 15.10 because styles are missing.

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

___
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 1529738] Re: Indent forum names and radio buttons in "Forum settings"

2016-03-11 Thread Kristina Hoeppner
** Tags added: usermanualupdate

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

Title:
  Indent forum names and radio buttons in "Forum settings"

Status in Mahara:
  Fix Committed
Status in Mahara 15.10 series:
  Fix Committed
Status in Mahara 16.04 series:
  Fix Committed

Bug description:
  Mahara 15.10+

  When you set up a new forum and click into the "Forum settings", you
  are supposed to be able to use the radio buttons provided to decide
  where to put the forum in relation to the existing ones. However, the
  alignment is off (see screenshot).

  It's supposed to look something like:
  http://manual.mahara.org/en/15.04/_images/forum_add_2.png

  Right now in Mahara 15.10 it's very hard to know what this setting is
  actually about.

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

___
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 1515774] Re: Add font page looks broken when fonts added

2016-03-11 Thread Kristina Hoeppner
** Tags added: usermanualupdate

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

Title:
  Add font page looks broken when fonts added

Status in Mahara:
  Fix Committed
Status in Mahara 15.10 series:
  Fix Released

Bug description:
  The layout for 15.10 looks to be worse than it was in 15.04

  see attached screenshot

  You can test by importing the attached zip file as google fonts

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

___
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 1518796] Re: Make auto-generated institution names based on display name

2016-03-11 Thread Kristina Hoeppner
** Tags added: nominatedfeature

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

Title:
  Make auto-generated institution names based on display name

Status in Mahara:
  Fix Committed

Bug description:
  This is a follow-up from Bug 1394812. We've now, finally, hidden away
  the "institution name" database field from the user. But the
  intitution names we're auto-generating are random alphabetic strings.
  I'd prefer to make them based on the display name of the institution
  at the time of its creation. For instance, "University of Nevada,
  Reno" could become "universityofnevadareno".

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

___
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 1532396] Re: Wrong link color for "Delete" options in "Bulk actions" in Inbox and Sent for "Default" theme

2016-03-11 Thread Kristina Hoeppner
** Tags added: usermanualupdate

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

Title:
  Wrong link color for "Delete" options in "Bulk actions" in Inbox and
  Sent for "Default" theme

Status in Mahara:
  Fix Committed

Bug description:
  Mahara 15.10+

  When you are in your inbox and your "Sent" items, the bulk actions
  option "Mark as read" has a different link color than the other two
  options (see screenshot) in the "Default" theme. Looking at Raw, the
  "Delete" and "Delete all notifications" options are displayed in red
  to indicate deletion. This should be the case in the default theme as
  well.

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

___
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 819080] Re: Customize the number of pages displayed via the "My Pages" block on the profile and dashboard page

2016-03-11 Thread Kristina Hoeppner
** Tags added: nominatedfeature

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

Title:
  Customize the number of pages displayed via the "My Pages" block on
  the profile and dashboard page

Status in Mahara:
  Fix Committed

Bug description:
  When a user has lots of portfolio pages, the block "My Pages", e.g. on
  the profile page, gets very long and unmanageable. It would be better
  to display only a certain number of pages and then have a "show all"
  link that goes to a page where all pages that are accessible to this
  user are shown.

  Ideally, the user would have some freedom in configuration:
  - the number of pages shown via the "My Pages" block
  - whether the order is alphabetical or chronologically ascending or 
chronologically descending or according to the most comments

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

___
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 1530716] Re: Private wall posts are not highlighted

2016-03-11 Thread Kristina Hoeppner
** Tags added: usermanualupdate

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

Title:
  Private wall posts are not highlighted

Status in Mahara:
  Fix Committed
Status in Mahara 15.10 series:
  Fix Committed
Status in Mahara 16.04 series:
  Fix Committed

Bug description:
  Mahara 15.10+

  Private wall posts are usually displayed in a different color to
  distinguish them from public posts. See
  http://manual.mahara.org/en/15.04/blocks/profile.html#wall

  This is not the case anymore in Mahara 15.10. It should be displayed
  with the same background as private comments (see
  http://manual.mahara.org/en/15.10/portfolio/feedback.html#view-page-
  comments ).

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

___
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 1529714] Re: Align info text better on "Edit tags"

2016-03-11 Thread Kristina Hoeppner
** Tags added: usermanualupdate

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

Title:
  Align info text better on "Edit tags"

Status in Mahara:
  Fix Committed
Status in Mahara 15.10 series:
  Fix Committed
Status in Mahara 16.04 series:
  Fix Committed

Bug description:
  Mahara 15.10+

  When you are on the edit screen for your tags, the info text for "Edit
  [tag]" and "Delete [tag]" needs to be aligned better.

  I see two possibilities:

  1. (preferred): Below "Edit [tag]" and "Delete [tag]", but not below
  the image if possible so that the text is aligned with the text of the
  first line.

  2. The info text gets bottom aligned with the heading and is separated
  by a "-" from the heading.

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

___
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 1515484] Re: Add json pagination to more places

2016-03-11 Thread Kristina Hoeppner
** Changed in: mahara
   Status: In Progress => Fix Committed

** Changed in: mahara/15.10
   Status: In Progress => Fix Committed

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

Title:
  Add json pagination to more places

Status in Mahara:
  Fix Committed
Status in Mahara 15.10 series:
  Fix Committed

Bug description:
  There are some places in Mahara that do not use json pagination - for
  some minor places like online users page it's not a big deal

  But for places that are used often we should do json pagination

  I notice the pages lists do not use json pagination, eg these places

  htdocs/admin/site/views.php
  htdocs/view/groupviews.php
  htdocs/view/index.php
  htdocs/view/institutionviews.php

  They should use pagination to allow for faster loading of subsequent
  data

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

___
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 1529728] Re: "Submit" button is missing class on /group/suggest.php

2016-03-11 Thread Kristina Hoeppner
** Tags added: usermanualupdate

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

Title:
  "Submit" button is missing class on /group/suggest.php

Status in Mahara:
  Fix Committed

Bug description:
  Mahara 15.10+

  When you recommend a group to a friend (you need to have set up
  recommendations for your group and log in as regular group member
  instead of group admin), the "Submit" button is grey and not colored.
  See http://manual.mahara.org/en/15.10/_images/group_recommendation.png

  It's the main action on that screen and thus should be colored as
  well. That would also be consistent with what users see on the
  "Invite" screen for the group.

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

___
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 1531610] Re: Clean up inconsistencies in the paginators

2016-03-11 Thread Kristina Hoeppner
** Changed in: mahara/15.10
   Status: New => Confirmed

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

** Changed in: mahara/16.04
   Status: In Progress => Fix Committed

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

Title:
  Clean up inconsistencies in the paginators

Status in Mahara:
  Fix Committed
Status in Mahara 15.10 series:
  Fix Committed
Status in Mahara 16.04 series:
  Fix Committed

Bug description:
  Now that we have the paginators behaving with the same underlying code
  there has arisen some issues with the optional variables each
  paginator can use.

  These issues include:
  - pages using jump links opiton but not collections
  Need to make it consistent

  - Some places using limit per page from the 
get_account_preference($USER->get('id'), 'viewsperpage'); variable while other 
are set to the default 10 per page.
  Need to only use the account preference for portfolio/group/institution/site 
pages and not elsewhere
  Need to also have it so that if the page has less than 10 results to ignore 
the user preference

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

___
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 1533439] Re: Problem with testing webservices and https

2016-03-11 Thread Kristina Hoeppner
** Tags added: usermanualupdate

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

Title:
  Problem with testing webservices and https

Status in Mahara:
  Fix Committed

Bug description:
  Currently one can't test the webservices for a site even if the site
  is not in production mode unless the site is set to https.

  I'll change it so that the check for https only happens if the site is
  in production mode.

  This will allow for quicker testing of the webervices system without
  needing to set up https sites.

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

___
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 1529712] Re: Group file permissions are not displayed to comprehend easily

2016-03-11 Thread Kristina Hoeppner
** Tags added: usermanualupdate

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

Title:
  Group file permissions are not displayed to comprehend easily

Status in Mahara:
  Fix Committed
Status in Mahara 15.10 series:
  Fix Committed
Status in Mahara 16.04 series:
  Fix Committed

Bug description:
  Mahara 15.10+

  The "Edit file" screen in a group still needs a bit of love. We don't
  seem to have taken a look at it after the move to Bootstrap as the
  alignment is not conducive to understand what you can do and who has
  which permissions. ;-)

  Attached, is a screenshot of what it looks like in 15.10. It's
  supposed to look more like
  http://manual.mahara.org/en/15.04/_images/group_file_edit.png

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

___
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 1492081] Re: Accessibility problems with select2 4.0

2016-03-11 Thread Kristina Hoeppner
** Changed in: mahara
Milestone: 15.10.0 => 16.04.0

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

Title:
  Accessibility problems with select2 4.0

Status in Mahara:
  Fix Committed
Status in Mahara 15.10 series:
  Fix Released

Bug description:
  Mahara has recently upgraded to select2 4.0, but there appear to be 
outstanding accessibility issues with this version, eg. 
https://github.com/select2/select2/issues/3735 and 
https://github.com/select2/select2/issues/3744
  These need to be evaluated and fixed (more info coming when I've found out 
how serious they are ...)

  In addition, the user manual might need to be updated with a
  description of the new focus behaviour (needing to press Enter before
  starting to type) - however, an alternative could be to include this
  as an accessible description on the page itself.

  Affects latest master

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

___
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 1423410] Re: Eliminate automatic bulk permission syncing (i.e. ditch view.accessconf)

2016-03-11 Thread Kristina Hoeppner
** Changed in: mahara
Milestone: 15.10.0 => 16.04.0

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

Title:
  Eliminate automatic bulk permission syncing (i.e. ditch
  view.accessconf)

Status in Mahara:
  Fix Committed
Status in Mahara 15.10 series:
  Fix Released

Bug description:
  It's confusing that we make secret URLs and sharing into two separate
  screens. Many other web applications also offer the functionality to
  create a secret URL, and they group it under the other sharing
  permissions.

  I believe the reason we have to separate them is because of how we
  handle bulk permissions currently. That is, every page & collection in
  Mahara has a "accessconf" field in the database, which is a hash of
  all their permissions. When you go to the Sharing screen, we look or
  other pages & collections with an identical hash (which means they
  have identical permissions), and we pre-tick the checkboxes for those
  ones.

  In essence, this means that every visit to the "Sharing" screen is
  treated as a "bulk" visit. And since secret URLs apply to an
  individual Page/Collection and not in bulk, it forces us to make them
  separate.

  But this is not a great way to do this. It often "gotchas" our users.
  For instance, if you go to edit the permissions on a page you've made
  Public, you will automatically edit the permissions for all of your
  Public pages, and you probably won't realize that, especially if you
  have a LOT of pages & collections.

  So what we should do is to stop making this screen automatically in
  bulk:

  1. We retain the checkboxes (or a Select2, see Bug 1423406), to allow
  for bulk operations

  2. BUT we DO NOT tick any checkboxes in advance.

  3. AND we DO NOT make the "current" page one of the options. You
  cannot untick it, because you are editing ITS permissions

  4. So if you do use the bulk selector under this new paradigm, what
  you're saying is, "make these specific other pages have the same
  permissions as this current page"

  This will have the advantage of 1) no longer surprising users by
  automatically bulk-changing permissions, 2) individualize the sharing
  screen, so that we can put Secret URLs onto it.

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

___
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 1540534] Re: Page comment moderation doesn't affect artefact comments

2016-03-11 Thread Kristina Hoeppner
What if we changed the comment section to turn on comments for both page
and artefacts unless an artefact explicitly prohibits it and then apply
the comment moderation? Having to allow comments on individual artefacts
on a large page besides the page itself can be quite cumbersome. Tying
that in with page comments would make this step quicker and reduce the
overload when uploading files as you don't have to decide it there.

If the settings from the page are then pulled through to the artefact
and some users need to go through moderation because they come from Page
A instead of Page B that should be OK as they are likely very different
user groups.

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

Title:
  Page comment moderation doesn't affect artefact comments

Status in Mahara:
  Confirmed
Status in Mahara 1.10 series:
  Confirmed
Status in Mahara 15.04 series:
  Triaged
Status in Mahara 15.10 series:
  Confirmed

Bug description:
  Seen on mahara.org and tested on latest master (16.04).

  When you turn on comment moderation for a page, that moderation only
  goes for page comments but not artefact comments. Artefact comments
  should be treated the same in that regard as there is no separate
  moderation possibility. This loophole can be misused by anonymous
  people to post comments on an artefact that are immediately visible to
  everyone.

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

___
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 1529731] Re: Make screens in group more consistent with headings

2016-03-11 Thread Kristina Hoeppner
** Changed in: mahara/15.10
   Status: In Progress => Fix Committed

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

Title:
  Make screens in group more consistent with headings

Status in Mahara:
  Fix Committed
Status in Mahara 15.10 series:
  Fix Committed

Bug description:
  Mahara 15.10+

  In Mahara 15.10 we introduced the third level navigation for groups
  (instead of tabs) and also decided to always show the group name in
  the main heading for the page you are currently on. This is already
  the case for the main pages (About, Members, Pages, Collections etc.).

  However, a number of sub pages do not yet follow this pattern. For
  example, when you are inviting friends at /group/inviteusers.php you
  only see the group name, but not "Members | Group name". I think this
  should be changed on the screens where the group navigation is visible
  to be consistent.

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

___
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 1540722] Re: Behat step for entering text into a dynamically named TinyMCE field

2016-03-11 Thread Kristina Hoeppner
** Also affects: mahara/15.04
   Importance: Undecided
   Status: New

** Also affects: mahara/15.10
   Importance: Undecided
   Status: New

** Changed in: mahara/15.04
   Status: New => Fix Committed

** Changed in: mahara/15.10
   Status: New => Fix Committed

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

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

** Changed in: mahara/15.04
Milestone: None => 15.04.6

** Changed in: mahara/15.10
Milestone: None => 15.10.2

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

Title:
  Behat step for entering text into a dynamically named TinyMCE field

Status in Mahara:
  Fix Committed
Status in Mahara 15.04 series:
  Fix Committed
Status in Mahara 15.10 series:
  Fix Committed

Bug description:
  Many of our TinyMCE fields are dynamically assigned IDs, which makes
  them not usable with the current "And I fill in  in WYSIWYG
  editor " step.

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

___
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 1546228] Re: Auto update profile picture from moodle change.

2016-03-11 Thread Kristina Hoeppner
** Changed in: mahara
   Importance: Undecided => Wishlist

** Changed in: mahara
   Status: New => Triaged

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

Title:
  Auto update profile picture from moodle change.

Status in Mahara:
  Triaged

Bug description:
  For ref: 
https://mahara.org/interaction/forum/topic.php?id=7519=0=10#post30261
  Simply put, when a user from moodle change their profile picture and the goes 
to Mahara, we can see the new profile picture in the list, but it is not 
selected automatically, would be nice that when the profile picture is updated 
in Moodle to auto update selected picture in Mahara.

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

___
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 1543337] Re: Secret URL screen: Icons are way to big; the URL wraps badly and icon should sit more apart

2016-03-11 Thread Kristina Hoeppner
** Tags added: usermanualupdate

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

Title:
  Secret URL screen: Icons are way to big; the URL wraps badly and icon
  should sit more apart

Status in Mahara:
  Fix Committed

Bug description:
  all three buttons next to each other starting with copy - edit -
  delete and ideally aligned like on Pages

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

___
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 1548130] Re: Make the admin user list asc/ desc arrows be more like the group report ones

2016-03-11 Thread Kristina Hoeppner
patch at https://reviews.mahara.org/#/c/6066/

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

Title:
  Make the admin user list asc/ desc arrows be more like the group
  report ones

Status in Mahara:
  In Progress

Bug description:
  As they look better

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

___
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 1548263] Re: Feature request : Attached files to comments should not count toward disk usage of the users

2016-03-11 Thread Kristina Hoeppner
That would mean changing the way comments work. Right now, users can
delete comment files and comments. They are considered part of their
portfolio and thus should count towards their disk space I think as they
can use them like any other files in other areas. If we introduce
another area where to place comment files, that could be misused to get
around the disk quota restrictions for individual users.

Institution administrators can always increase the file quota for all or
individual users manually. And if it's primarily the teachers putting
large files into student portfolios, that shouldn't be a problem.

** Changed in: mahara
   Status: New => Opinion

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

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

Title:
  Feature request : Attached files to comments should not count toward
  disk usage of the users

Status in Mahara:
  Opinion

Bug description:
  Since a couple of versions of Mahara it is possible to add files to
  comment of a user's page or artefact.

  The manual says : "Comment authors can attach a file to their comment
  to give you longer feedback or oral or video feedback. The files that
  they add are placed into your personal *Files* area so you can use
  that feedback later on."

  The files (video, audio, text) are then added to the users' files area
  and I understand that they count to determine the remaining allowed
  space given by the admin to the users.

  Because the size of documents added that way to users' files area is
  not controlled by the users, I think it is not right to count these in
  the calculation of the remaining quota.

  1/ I suggest that files attached to comments are managed in a special
  folders (e.g. Users'Files --> Commments) and that this folder don't
  count to calculate the remaining users' disk quota.

  2/ In addition to this we could have a site admin setting to manage a
  quota for files attached to comments to avoid a server overloading by
  tutors commenting on users' productions.

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

___
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 1543358] Re: Layout thumbnail not clickable

2016-03-11 Thread Kristina Hoeppner
** Changed in: mahara/16.04
   Status: In Progress => Fix Committed

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

Title:
  Layout thumbnail not clickable

Status in Mahara:
  Fix Committed
Status in Mahara 15.10 series:
  In Progress
Status in Mahara 16.04 series:
  Fix Committed

Bug description:
  When you're picking the layout for your page, we show a series of
  thumbnails of the layouts, each with a radio button next to it. In
  addition to being able to click on the radio button, the thumbnails
  themselves are clickable. (As of Mahara 15.04 and earlier, anyway.)

  However, I've just noticed that in 16.04dev and 15.10, the thumbnails
  are no longer clickable. This is probably a regression from the
  bootstrapping.

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

___
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 1441395] Re: Integrate embed.ly support into the "external media" block

2016-03-11 Thread Kristina Hoeppner
** Tags added: nominatedfeature

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

Title:
  Integrate embed.ly support into the "external media" block

Status in Mahara:
  Fix Committed

Bug description:
  http://embed.ly is a service that facilitates embedding external
  content via a URL. You use their API to pass them a URL to, say, a New
  York Times article, and they read the URL, fetch the right embed for
  it, and send you back an iframe to embed that NYT article nicely.

  There is a non-core embed.ly block written by Gregor Anzelj:
  https://mahara.org/user/anzeljg/embedly-blocktype

  This block works  great, but it is a little awkward that if you
  activate it, your users get two blocks: "External media" and
  "embed.ly", and these both essentially do the same thing.

  What would be better, is that we put optional support for embed.ly
  dircetly into the "External media" block. So, we provide a space for
  the site admin to enter an embed.ly API key. If they do that, then we
  change the help text for the "External media" block so that it
  indicates you can just paste the site URL in for the whole wide range
  of sites that embed.ly supports.

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

___
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 1414770] Re: Māori macrons needed for tinymce charmap

2016-03-11 Thread Kristina Hoeppner
** Also affects: mahara/16.04
   Importance: Low
 Assignee: Robert Lyon (robertl-9)
   Status: Fix Released

** Also affects: mahara/15.10
   Importance: Undecided
   Status: New

** Also affects: mahara/15.04
   Importance: Undecided
   Status: New

** Changed in: mahara/15.04
   Status: New => Fix Released

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

** Changed in: mahara/16.04
Milestone: 15.04.0 => 16.04.0

** No longer affects: mahara/15.10

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

Title:
  Māori macrons needed for tinymce charmap

Status in Mahara:
  Fix Committed
Status in Mahara 15.04 series:
  Fix Released
Status in Mahara 16.04 series:
  Fix Committed

Bug description:
  They are missing - but easy to add - so I'll add them

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

___
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 1549514] Re: tinymce imagebrowser not remembering applied styles to image

2016-03-11 Thread Kristina Hoeppner
** Changed in: mahara
Milestone: None => 16.04.0

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

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

Title:
  tinymce imagebrowser not remembering applied styles to image

Status in Mahara:
  In Progress

Bug description:
  If you add some image formatted styles they are lost on subsequent
  save

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

___
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 1549336] Re: Incorrect instructions in Readme.md

2016-03-11 Thread Kristina Hoeppner
*** This bug is a duplicate of bug 1551380 ***
https://bugs.launchpad.net/bugs/1551380

** This bug has been marked a duplicate of bug 1551380
   Wrong directory name in instructions for subthemestarter

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

Title:
  Incorrect instructions in Readme.md

Status in Mahara:
  New

Bug description:
  Hi,

  I followed the instructions in the Readme for the 'subthemestarter'
  but my custom CSS wasn't picked up.

  After looking at another theme I spotted that the instructions are
  incorrect

  Is:

  4. Create a new folder in your theme directory, `css`, and put a new file in 
it, `style.css`
  5. Add your custom CSS to `css/style.css`

  Should be:

  4. Create a new folder in your theme directory, `style`, and put a new file 
in it, `style.css`
  5. Add your custom CSS to `style/style.css`

  
  Mahara version: 15.10.1

  Kevin

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

___
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 1549959] Re: Feature Request: Displaying member-to-admin shared pages/collections on group homepage

2016-03-11 Thread Kristina Hoeppner
Allie, thanks for your request. I don't think a group homepage would be
the right place as it looks for groups. However, the instructors can
already achieve that right now easily: Ask students to use a class-
specific tag on their portfolio and then search for that in "Shared with
me" and only select the option "Me" under "Shared with me". :-)

Would that suffice or are you after something else?

** Changed in: mahara
   Status: New => Incomplete

** Changed in: mahara
   Status: Incomplete => Confirmed

** Changed in: mahara
   Status: Confirmed => Opinion

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

Title:
  Feature Request: Displaying member-to-admin shared pages/collections
  on group homepage

Status in Mahara:
  Opinion

Bug description:
  It would be useful for group administrators to have a list on the group 
homepage of members’ portfolios that have been specifically shared with them 
(not shared with the entire group). I work with instructors who teach multiple 
courses (and sometimes multiple sections of the same course) at the same time. 
When they want to find student portfolios that have been shared with them (user 
to user), they have to weed through the “shared with me” page and there is no 
way to group these student portfolios by class. 
  What I am suggesting is on the group homepage, the group administrator would 
have the option of an extra heading called, “Pages or Collections shared with 
me by members of group”. 

  If it would be too difficult to have this list appear on the group
  homepage, another option would be to add a group filer option to the
  “Advanced options” on the Shared with me page. There could be a drop
  down menu with the option to see shared pages from members in
  individual groups. One thing to note about this, it is not about
  seeing pages/collections that have been shared with the group, but
  rather seeing pages/collections that have been shared with an
  individual user by members of a particular group.

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

___
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 1242464] Re: Allow tutors / admins to hold feedback until page / collection is released

2016-03-11 Thread Kristina Hoeppner
The feature request for releasing portfolios all at once is now at
#1549947

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

Title:
  Allow tutors / admins to hold feedback until page / collection is
  released

Status in Mahara:
  Triaged

Bug description:
  from Anne Stevens

  When assessors review a portfolio that has been submitted to a group,
  they usually look at the portfolio in stages and make comments.
  However, they'd like to hold all comments until they have finished
  reviewing the entire portfolio in case they need to make changes to
  individual comments / the overall feedback.

  It would be good if an assessor could decide to hold feedback until
  the release of a page / collection.

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

___
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 1549947] Re: Feature Request: "Release all submissions" button in groups

2016-03-11 Thread Kristina Hoeppner
See
https://wiki.mahara.org/wiki/Developer_Area/Specifications_in_Development/Scheduled_Bulk_Feedback
for more information on the bigger feature.

** Changed in: mahara
   Status: New => Confirmed

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

** Tags removed: wishlist
** Tags added: feedback

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

Title:
  Feature Request: "Release all submissions" button in groups

Status in Mahara:
  Confirmed

Bug description:
  It would be very useful for group administrators and tutors to be able
  to press a "release all submissions" button within a group. Many
  instructors that I have spoken to prefer to grade all students'
  portfolios but wait to release them until they have had a chance to
  mark all portfolios. Right now what group admins and tutors end up
  doing is after marking all the portfolios in a group they have to go
  back into each portfolio individually to press the "Release" button.
  This is time consuming and a nuisance to have to do with larger
  classes.

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

___
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 1549947] Re: Feature Request: "Release all submissions" button in groups

2016-03-11 Thread Kristina Hoeppner
Allie, I guess bug#1242464 would also be useful for you?

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

Title:
  Feature Request: "Release all submissions" button in groups

Status in Mahara:
  Confirmed

Bug description:
  It would be very useful for group administrators and tutors to be able
  to press a "release all submissions" button within a group. Many
  instructors that I have spoken to prefer to grade all students'
  portfolios but wait to release them until they have had a chance to
  mark all portfolios. Right now what group admins and tutors end up
  doing is after marking all the portfolios in a group they have to go
  back into each portfolio individually to press the "Release" button.
  This is time consuming and a nuisance to have to do with larger
  classes.

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

___
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 1551337] Re: One empty view since upgrade to 15.10

2016-03-11 Thread Kristina Hoeppner
Do you mean when you create an empty page? You can now set up the
default Mahara page layout etc. in Administration -> Configure site ->
Pages -> Page template. Did you make any changes to that?

Can you please provide the steps that you took?

When I create an empty page on a fresh PostgreSQL database and don't put
any blocks in, there are no block instances displayed in the database.

** Changed in: mahara
   Status: New => Incomplete

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

Title:
  One empty view since upgrade to 15.10

Status in Mahara:
  Incomplete

Bug description:
  Even though I see in mysql table the presence of differents blocks
  (artefacts) associated with a particular view, nothing is displayed on
  the view.

  Code source of the view has no trace of the different blocks forming
  the view. Hence the problem lies somewhere else.

  I found a series of errors in HTTPd logs related to this problem, but
  it is out of my scope to pinpoint the problem and find the solution.

  Can you help?

  We're running Mahara version 15.10.1 (2015092912) on MySQL, linux. The
  problem is not browser related.

  Here is a partial listing of error messages.

  [Mon Feb 29 09:44:15 2016] [error] [client 66.249.83.172] [WAR] 5a 
(lib/view.php:1916) Trying to get property of non-object
  [Mon Feb 29 09:44:15 2016] [error] [client 66.249.83.172] Call stack (most 
recent first):
  [Mon Feb 29 09:44:15 2016] [error] [client 66.249.83.172]   * 
log_message("Trying to get property of non-object", 8, true, true, 
"/var/www/html/mahara-15.10/lib/view.php", 1916) at 
/var/www/html/mahara-15.10/lib/errors.php:441
  [Mon Feb 29 09:44:15 2016] [error] [client 66.249.83.172]   * error(8, 
"Trying to get property of non-object", 
"/var/www/html/mahara-15.10/lib/view.php", 1916, array(size 6)) at 
/var/www/html/mahara-15.10/lib/view.php:1916
  [Mon Feb 29 09:44:15 2016] [error] [client 66.249.83.172]   * 
View->build_column_datastructure(2, false) at 
/var/www/html/mahara-15.10/lib/view.php:1953
  [Mon Feb 29 09:44:15 2016] [error] [client 66.249.83.172]   * 
View->get_row_datastructure() at /var/www/html/mahara-15.10/lib/view.php:2291
  [Mon Feb 29 09:44:15 2016] [error] [client 66.249.83.172]   * 
View->get_all_blocktype_javascript() at 
/var/www/html/mahara-15.10/view/view.php:194
  [Mon Feb 29 09:44:15 2016] [error] [client 66.249.83.172] 
  [Mon Feb 29 09:44:15 2016] [error] [client 66.249.83.172] [WAR] 5a 
(lib/view.php:2026) Trying to get property of non-object
  [Mon Feb 29 09:44:15 2016] [error] [client 66.249.83.172] Call stack (most 
recent first):
  [Mon Feb 29 09:44:15 2016] [error] [client 66.249.83.172]   * 
log_message("Trying to get property of non-object", 8, true, true, 
"/var/www/html/mahara-15.10/lib/view.php", 2026) at 
/var/www/html/mahara-15.10/lib/errors.php:441
  [Mon Feb 29 09:44:15 2016] [error] [client 66.249.83.172]   * error(8, 
"Trying to get property of non-object", 
"/var/www/html/mahara-15.10/lib/view.php", 2026, array(size 5)) at 
/var/www/html/mahara-15.10/lib/view.php:2026
  [Mon Feb 29 09:44:15 2016] [error] [client 66.249.83.172]   * 
View->build_columns(1, false, false) at 
/var/www/html/mahara-15.10/lib/view.php:2015
  [Mon Feb 29 09:44:15 2016] [error] [client 66.249.83.172]   * 
View->build_rows() at /var/www/html/mahara-15.10/view/view.php:264
  [Mon Feb 29 09:44:15 2016] [error] [client 66.249.83.172] 
  [Mon Feb 29 09:44:15 2016] [error] [client 66.249.83.172] [WAR] 5a 
(lib/view.php:2026) Trying to get property of non-object
  [Mon Feb 29 09:44:15 2016] [error] [client 66.249.83.172] Call stack (most 
recent first):
  [Mon Feb 29 09:44:15 2016] [error] [client 66.249.83.172]   * 
log_message("Trying to get property of non-object", 8, true, true, 
"/var/www/html/mahara-15.10/lib/view.php", 2026) at 
/var/www/html/mahara-15.10/lib/errors.php:441
  [Mon Feb 29 09:44:15 2016] [error] [client 66.249.83.172]   * error(8, 
"Trying to get property of non-object", 
"/var/www/html/mahara-15.10/lib/view.php", 2026, array(size 5)) at 
/var/www/html/mahara-15.10/lib/view.php:2026
  [Mon Feb 29 09:44:15 2016] [error] [client 66.249.83.172]   * 
View->build_columns(2, false, false) at 
/var/www/html/mahara-15.10/lib/view.php:2015
  [Mon Feb 29 09:44:15 2016] [error] [client 66.249.83.172]   * 
View->build_rows() at /var/www/html/mahara-15.10/view/view.php:264
  [Mon Feb 29 09:44:15 2016] [error] [client 66.249.83.172]

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

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

[Mahara-contributors] [Bug 1536439] Re: Updated time for pages

2016-03-11 Thread Kristina Hoeppner
** Tags removed: wishlist
** Tags added: nominatedfeature

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

Title:
  Updated time for pages

Status in Mahara:
  Fix Committed

Bug description:
  This feature shows the last time since the page was updated. For
  example to show: Last Update: 6 Hours Ago. It's only going to display
  as a whole integer.

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

___
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 1543340] Re: /admin/extensions/iframesites.php : move the delete button after the edit button

2016-03-11 Thread Kristina Hoeppner
** Tags added: usermanualupdate

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

Title:
  /admin/extensions/iframesites.php : move the delete button after the
  edit button

Status in Mahara:
  Fix Committed

Bug description:
  Delete button should come after edit button

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

___
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 1543343] Re: Menus: Edit and Delete buttons shouldn't have text; Add button is very different from other buttons; Delete button doesn't have trashbin

2016-03-11 Thread Kristina Hoeppner
** Tags added: usermanualupdate

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

Title:
   Menus: Edit and Delete buttons shouldn't have text; Add button is
  very different from other buttons; Delete button doesn't have trashbin

Status in Mahara:
  Fix Committed

Bug description:
  menus: admin -> config site -> menus

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

___
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 1532398] Re: All notifications can be clicked for deletion, but shouldn't be in "Sent"

2016-03-11 Thread Kristina Hoeppner
** Tags added: usermanualupdate

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

Title:
  All notifications can be clicked for deletion, but shouldn't be in
  "Sent"

Status in Mahara:
  Fix Committed
Status in Mahara 15.10 series:
  Fix Committed

Bug description:
  Mahara 15.10+

  Certain messages in the "Sent" box cannot be deleted. However, they
  can still be selected for deletion. Prior to Mahara 15.10,
  notifications that could not be deleted, did not have a check box. See
  http://manual.mahara.org/en/15.04/account/notifications.html#sent

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

___
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 1546746] Re: Skin font styles not showing on skinned profile page

2016-03-11 Thread Kristina Hoeppner
** Tags added: usermanualupdate

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

Title:
  Skin font styles not showing on skinned profile page

Status in Mahara:
  Fix Committed
Status in Mahara 15.10 series:
  Fix Committed

Bug description:
  As reported here
  
https://mahara.org/interaction/forum/topic.php?id=7523=0=10#post30266

  This is due to a few style classes used in the portfolio page template
  not being present in the profile page template

  I'll add a patch to add them back in.

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

___
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 1554247] Re: comments with attachments - attachment titles and links display on main portfolio page

2016-03-11 Thread Kristina Hoeppner
Can you please let us know which browser you are using, Fran?

** Changed in: mahara
   Status: New => Triaged

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

** Changed in: mahara
Milestone: None => 16.04.0

** Also affects: mahara/15.10
   Importance: Undecided
   Status: New

** Changed in: mahara/15.10
   Status: New => Triaged

** Changed in: mahara/15.10
   Importance: Undecided => High

** Changed in: mahara/15.10
Milestone: None => 15.10.2

** Tags added: bootstrap

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

Title:
  comments with attachments - attachment titles and links display on
  main portfolio page

Status in Mahara:
  Triaged
Status in Mahara 15.10 series:
  Triaged

Bug description:
  I'm running 15.10.1 and have the following problem:

  We use the portfolios for a standard process that requires people to
  attach letters to note blocks on the page. When they do add the
  attachments, sometimes the attachment filenames (actually, links to
  the attachments) are visible on the main portfolio page, sometimes in
  a list and sometimes on top of one another. They "float" above the
  page, meaning that if I scroll the page up and down, the attachment
  filenames/links do not move up and down with the page.  This display
  bug is reproducible on multiple browsers (Safari, Chrome).

  I'd hoped that the 15.10.1 patch would resolve this issue, but it did
  not.

  thanks,
  Fran

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

___
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 1554576] Re: Image galleries have inconsistent display issues (overlapping other content)

2016-03-11 Thread Kristina Hoeppner
*** This bug is a duplicate of bug 1555407 ***
https://bugs.launchpad.net/bugs/1555407

Was that the correct screenshot? Please upload any supporting
screenshots to bug #1555407

** This bug has been marked a duplicate of bug 1555407
   image gallery display bug in Safari 8.0.4

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

Title:
  Image galleries have inconsistent display issues (overlapping other
  content)

Status in Mahara:
  New

Bug description:
  We have experienced inconsistent display issues with galleries in
  Mahara? Sometimes they  overlap other content (e.g. the comments
  section - please see example screenshot attached).

  The problem does not occur every time the page is loaded, and occurs
  in both Chrome and Firefox (other browsers not yet tested).

  Normally refreshing the page fixes the problem but of course if
  viewers don't know to do this it could create a negative impression of
  the content/ creator.

  Example page can also be found live here:
  https://myportfolio.ucl.ac.uk/view/view.php?id=119839

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

___
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 1555407] Re: image gallery display bug in Safari 8.0.4

2016-03-11 Thread Kristina Hoeppner
Also see description at bug #1554576 as the issue seems to affect other
browsers as well.

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

Title:
  image gallery display bug in Safari 8.0.4

Status in Mahara:
  Triaged

Bug description:
  1. The arrows of image gallery to go back and forward appears at the
  top of the photo, while it should be in the middle of the photos.

  2. The photo in the image gallery is collapsed with the content below
  it. Then, if I click “edit the page”, content below the image gallery
  display in the right place. Then, if I click “display the page”, the
  display goes wrong again in Sarari 8.0.4. However, in earlier version
  of Safari, if I click “display the page” after "edit the page", the
  image gallery and content below it display correctly.

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

___
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 1554862] Re: Move testing infrastructure into a separate git submodule

2016-03-11 Thread Kristina Hoeppner
** Changed in: mahara
   Status: New => In Progress

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

** Changed in: mahara
Milestone: None => 16.04.0

** Changed in: mahara
 Assignee: (unassigned) => Aaron Wells (u-aaronw)

** Also affects: mahara/15.04
   Importance: Undecided
   Status: New

** Also affects: mahara/15.10
   Importance: Undecided
   Status: New

** Changed in: mahara/15.04
   Status: New => Confirmed

** Changed in: mahara/15.10
   Status: New => Confirmed

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

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

** Changed in: mahara/15.04
Milestone: None => 15.04.6

** Changed in: mahara/15.10
Milestone: None => 15.10.2

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

Title:
  Move testing infrastructure into a separate git submodule

Status in Mahara:
  In Progress
Status in Mahara 15.04 series:
  Confirmed
Status in Mahara 15.10 series:
  Confirmed

Bug description:
  Currently we include all the Mahara testing code in the main Mahara
  branch. This would work fine, except that rapid changes in Firefox
  mean that we need to make rapid changes in our Selenium interface, and
  all of these need to be backported into the testing code for all
  branches that are still supported.

  Effectively, this means that *all* testing-related code needs to be
  synchronized across all supported branches.

  The easiest way to ensure that is to move the testing code out of the
  main Mahara branch. For the time being, a git submodule is probably
  the best approach.

  Because some of the Behat steps need to be different between the
  different Mahara versions (for instance, navigation steps need to take
  into account changes in the menu structure's HTML), the Behat
  subproject may need to have code that sniffs the Mahara version it's
  running against and makes changes accordingly.

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

___
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 1555410] Re: unread email icon in the banner display wrong

2016-03-11 Thread Kristina Hoeppner
Affects Mahara 15.10

A screenshot is available at
https://bugs.launchpad.net/mahara/+bug/1554923/+attachment/4593442/+files/Mahara%20default%20theme%20bug%20in%20page%20layout.pdf
on bug #1554923

** Changed in: mahara
   Status: Incomplete => Triaged

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

** Tags added: bootstrap

** Changed in: mahara
Milestone: None => 16.04.0

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

Title:
  unread email icon in the banner display wrong

Status in Mahara:
  Triaged

Bug description:
  In the banner of Mahara webpage, there is a email icon and a number
  next to it, which means the number of unread mails. However, the
  number is below the email icon in Safari browser, while it should be
  on the right hand side of the email icon. I test it on Safari 7.0.6
  and 8.0.4 as well as on an iPad and an iPhone running iOS 9.2.1. All
  of them have the same problem.

  It becomes a big problems when access Mahara through small screen,
  such as mobile phone. The number is half cut off in the banner in a
  small screen.

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

___
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


  1   2   >