[Mahara-contributors] [Bug 1636090] [NEW] Execution timeout during 16.10 upgrade when fixing broken user data

2016-10-23 Thread Ghada El-Zoghbi
Public bug reported:

Mahara: 16.10.0
DB: Postgres
OS: Linux
Browser: FF

While upgrading from 16.04 to 16.10, we are getting the following error:

PHP Fatal error:  Maximum execution time of 30 seconds exceeded in 
/var/www/clients/mahara/htdocs/lib/mahara.php on line 1569
PHP Stack trace:
PHP   1. {main}() /var/www/clients/mahara/htdocs/admin/cli/upgrade.php:0
PHP   2. upgrade_mahara() 
/var/www/clients/mahara/htdocs/admin/cli/upgrade.php:53
PHP   3. upgrade_core() /var/www/clients/mahara/htdocs/lib/mahara.php:265
PHP   4. xmldb_core_upgrade() /var/www/clients/mahara/htdocs/lib/upgrade.php:347
PHP   5. set_profile_field() 
/var/www/clients/mahara/htdocs/lib/db/upgrade.php:4733
PHP   6. safe_require() /var/www/clients/mahara/htdocs/lib/user.php:536

We have over 45K users in the DB and it's timing out.


I've fixed it by adding the following immediately after 'if ($oldversion < 
2016090206) {':

$cur_max_execution_time = @ini_get('max_execution_time');
ini_set('max_execution_time', 0);


And, at the end of the if statement (to set the time back to the original 
timeout):
ini_set('max_execution_time', $cur_max_execution_time);


I didn't use raise_time_limit(0) as it didn't seem to make a difference.
It still timeout after 30 seconds.


Thanks,
Ghada

** Affects: mahara
 Importance: Undecided
 Status: New

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

Title:
   Execution timeout during 16.10 upgrade when fixing broken user data

Status in Mahara:
  New

Bug description:
  Mahara: 16.10.0
  DB: Postgres
  OS: Linux
  Browser: FF

  While upgrading from 16.04 to 16.10, we are getting the following
  error:

  PHP Fatal error:  Maximum execution time of 30 seconds exceeded in 
/var/www/clients/mahara/htdocs/lib/mahara.php on line 1569
  PHP Stack trace:
  PHP   1. {main}() /var/www/clients/mahara/htdocs/admin/cli/upgrade.php:0
  PHP   2. upgrade_mahara() 
/var/www/clients/mahara/htdocs/admin/cli/upgrade.php:53
  PHP   3. upgrade_core() /var/www/clients/mahara/htdocs/lib/mahara.php:265
  PHP   4. xmldb_core_upgrade() 
/var/www/clients/mahara/htdocs/lib/upgrade.php:347
  PHP   5. set_profile_field() 
/var/www/clients/mahara/htdocs/lib/db/upgrade.php:4733
  PHP   6. safe_require() /var/www/clients/mahara/htdocs/lib/user.php:536

  We have over 45K users in the DB and it's timing out.

  
  I've fixed it by adding the following immediately after 'if ($oldversion < 
2016090206) {':

  $cur_max_execution_time = @ini_get('max_execution_time');
  ini_set('max_execution_time', 0);

  
  And, at the end of the if statement (to set the time back to the original 
timeout):
  ini_set('max_execution_time', $cur_max_execution_time);


  I didn't use raise_time_limit(0) as it didn't seem to make a
  difference. It still timeout after 30 seconds.

  
  Thanks,
  Ghada

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1636090/+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 1636087] [NEW] iframe source icon not present in table for 16.10 upgrade

2016-10-23 Thread Ghada El-Zoghbi
Public bug reported:

Mahara: 16.10.0
DB: Postgres
OS: Linux
Browser: FF

Hi,

We are upgrading a Mahara 16.04 to 16.10. The client had restricted
which iframes they allowed. So, during the pgrade to 16.10, we are
seeing this error:


[Mon Oct 24 15:36:34.747576 2016] [:error] [pid 14942] [client 
192.168.124.214:46542] [WAR] b3 (lib/adodb/adodb-exceptions.inc.php:45) Array 
to string conversion, referer: http://d-general-mahara/admin/upgrade.php
[Mon Oct 24 15:36:34.747850 2016] [:error] [pid 14942] [client 
192.168.124.214:46542] Call stack (most recent first):, referer: 
http://d-general-mahara/admin/upgrade.php
[Mon Oct 24 15:36:34.748006 2016] [:error] [pid 14942] [client 
192.168.124.214:46542]   * log_message("Array to string conversion", 8, true, 
true, "/var/www/clients/mahara/htdocs/lib/adodb/adodb...", 45) at 
/var/www/clients/mahara/htdocs/lib/errors.php:521, referer: 
http://d-general-mahara/admin/upgrade.php
[Mon Oct 24 15:36:34.748143 2016] [:error] [pid 14942] [client 
192.168.124.214:46542]   * error(8, "Array to string conversion", 
"/var/www/clients/mahara/htdocs/lib/adodb/adodb...", 45, array(size 7)) at 
/var/www/clients/mahara/htdocs/lib/adodb/adodb-exceptions.inc.php:45, referer: 
http://d-general-mahara/admin/upgrade.php
[Mon Oct 24 15:36:34.748286 2016] [:error] [pid 14942] [client 
192.168.124.214:46542]   * ADODB_Exception->__construct("postgres8", 
"adodb_throw", -1, "ERROR:  insert or update on table "iframe_source" ...", 
"INSERT INTO "iframe_source" ("prefix", "name") VAL...", array(size 2), 
object(ADODB_postgres8)) at 
/var/www/clients/mahara/htdocs/lib/adodb/adodb-exceptions.inc.php:80, referer: 
http://d-general-mahara/admin/upgrade.php
[Mon Oct 24 15:36:34.748424 2016] [:error] [pid 14942] [client 
192.168.124.214:46542]   * adodb_throw("postgres8", "adodb_throw", -1, "ERROR:  
insert or update on table "iframe_source" ...", "INSERT INTO "iframe_source" 
("prefix", "name") VAL...", array(size 2), object(ADODB_postgres8)) at 
/var/www/clients/mahara/htdocs/lib/adodb/adodb.inc.php:298, referer: 
http://d-general-mahara/admin/upgrade.php
[Mon Oct 24 15:36:34.748577 2016] [:error] [pid 14942] [client 
192.168.124.214:46542]   * ADODB_TransMonitor("postgres8", "EXECUTE", -1, 
"ERROR:  insert or update on table "iframe_source" ...", "INSERT INTO 
"iframe_source" ("prefix", "name") VAL...", array(size 2), 
object(ADODB_postgres8)) at 
/var/www/clients/mahara/htdocs/lib/adodb/adodb.inc.php:1249, referer: 
http://d-general-mahara/admin/upgrade.php
[Mon Oct 24 15:36:34.748717 2016] [:error] [pid 14942] [client 
192.168.124.214:46542]   * ADOConnection->_Execute("INSERT INTO "iframe_source" 
("prefix", "name") VAL...", array(size 2)) at 
/var/www/clients/mahara/htdocs/lib/adodb/adodb.inc.php:1209, referer: 
http://d-general-mahara/admin/upgrade.php
[Mon Oct 24 15:36:34.748859 2016] [:error] [pid 14942] [client 
192.168.124.214:46542]   * ADOConnection->Execute("INSERT INTO "iframe_source" 
("prefix", "name") VAL...", array(size 2)) at 
/var/www/clients/mahara/htdocs/lib/dml.php:1085, referer: 
http://d-general-mahara/admin/upgrade.php
[Mon Oct 24 15:36:34.748985 2016] [:error] [pid 14942] [client 
192.168.124.214:46542]   * insert_record("iframe_source", object(stdClass)) at 
/var/www/clients/mahara/htdocs/lib/db/upgrade.php:4706, referer: 
http://d-general-mahara/admin/upgrade.php
[Mon Oct 24 15:36:34.749127 2016] [:error] [pid 14942] [client 
192.168.124.214:46542]   * xmldb_core_upgrade("2016033117") at 
/var/www/clients/mahara/htdocs/lib/upgrade.php:347, referer: 
http://d-general-mahara/admin/upgrade.php
[Mon Oct 24 15:36:34.749257 2016] [:error] [pid 14942] [client 
192.168.124.214:46542]   * upgrade_core(object(stdClass)) at 
/var/www/clients/mahara/htdocs/admin/upgrade.json.php:87, referer: 
http://d-general-mahara/admin/upgrade.php
[Mon Oct 24 15:36:34.749431 2016] [:error] [pid 14942] [client 
192.168.124.214:46542] , referer: http://d-general-mahara/admin/upgrade.php
[Mon Oct 24 15:36:34.752019 2016] [:error] [pid 14942] [client 
192.168.124.214:46542] [WAR] b3 (lib/errors.php:859) Failed to get a recordset: 
postgres8 error: [-1: ERROR:  insert or update on table "iframe_source" 
violates foreign key constraint "ifrasour_nam_fk", referer: 
http://d-general-mahara/admin/upgrade.php
[Mon Oct 24 15:36:34.752318 2016] [:error] [pid 14942] [client 
192.168.124.214:46542] [WAR] b3 (lib/errors.php:859) DETAIL:  Key 
(name)=(Glogster) is not present in table "iframe_source_icon".] in 
adodb_throw(INSERT INTO "iframe_source" ("prefix", "name") VALUES (?, ?), 
Array), referer: http://d-general-mahara/admin/upgrade.php
[Mon Oct 24 15:36:34.752477 2016] [:error] [pid 14942] [client 
192.168.124.214:46542] [WAR] b3 (lib/errors.php:859) Command was: INSERT INTO 
"iframe_source" ("prefix", "name") VALUES (?, ?) and values was 
(prefix:edu.glogster.com//?glog/,name:Glogster), referer: 
http://d-general-mahara/admin/upgrade.php
[Mon Oct 24 15:36:34.752560 2016] [:error] [pid 14942] [cli

[Mahara-contributors] [Bug 1517478] Re: No button for choose a folder

2016-10-23 Thread Kristina Hoeppner
** Tags removed: 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/1517478

Title:
  No button for choose a folder

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

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 1558883] Re: When overriding start / end date for page is set, take that into consideration for individual ones

2016-10-23 Thread Kristina Hoeppner
** Tags removed: 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/1558883

Title:
  When overriding start / end date for page is set, take that into
  consideration for individual ones

Status in Mahara:
  Fix Released

Bug description:
  You can set an overriding start / end date for pages. If users set
  dates individually for users but also use the overriding start / end
  date, they can overlap and their user may not be able to have access
  after all. Right now it reads:

  ---
  Nobody else can see this page before 2 March 2016 or after 31 March 2016.
  UserA 01/04/2016→15/04/2016
  ---

  Therefore: While technically UserA has access to the page in April,
  she doesn't because the overriding date only allows access until the
  end of March.

  I would suggest that when an overriding start / end date is set that
  collides with another date set for an individual user / group etc.,
  the user should get a warning about the conflict so they don't even
  set those dates in the first place and can resolve the problem right
  there.

  I marked this as a high bug because it affects usability quite heavily
  and users wonder why their instructor who should have access doesn't
  actually have access.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1558883/+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 1565198] Re: "Recent journal entries" block should mention journal context in config

2016-10-23 Thread Kristina Hoeppner
** Tags removed: 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/1565198

Title:
  "Recent journal entries" block should mention journal context in
  config

Status in Mahara:
  Fix Released
Status in Mahara 16.04 series:
  Fix Released
Status in Mahara 16.10 series:
  Fix Released

Bug description:
  When you use the "Recent journal entries" block on a personal page,
  you also see group, institution and site journals. However, it is not
  mentioned that these are group, institution and site journals making
  it potentially confusing for people to know why they see them. It
  would be good to display the context, e.g. the group name or "Site
  journal" next to the title of the journal like is done for notes (see
  attachment).

  There are two related bugs that should be addressed at the same time:

  1. Bug #1565197: Selecting "Site journal" in "Recent journal entries" block 
in a group just spins
  2. Bug #1565199: Journals that you can't add entries to appear in drop-down 
for "Add new entry" in "Recent journal entries" block

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1565198/+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 1636064] [NEW] Access date for individual in wrong date format

2016-10-23 Thread Kristina Hoeppner
Public bug reported:

Seen in Mahara 16.10.0

When a user chooses to restrict the access to a portfolio based on time,
the date format shown on /view/share.php is different to how we normally
display dates. Normally, we spell out the month to avoid confusion as
different countries write dates differently. For individual access
though, the date is shown as DD/MM/ (see screenshot).

** Affects: mahara
 Importance: Medium
 Status: Confirmed


** Tags: bite-sized

** Attachment added: "date.png"
   https://bugs.launchpad.net/bugs/1636064/+attachment/4766164/+files/date.png

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

Title:
  Access date for individual in wrong date format

Status in Mahara:
  Confirmed

Bug description:
  Seen in Mahara 16.10.0

  When a user chooses to restrict the access to a portfolio based on
  time, the date format shown on /view/share.php is different to how we
  normally display dates. Normally, we spell out the month to avoid
  confusion as different countries write dates differently. For
  individual access though, the date is shown as DD/MM/ (see
  screenshot).

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1636064/+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 1568659] Re: Remove tinymce imagebrowser height setting

2016-10-23 Thread Kristina Hoeppner
** Tags removed: usermanualupdate
** 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/1568659

Title:
  Remove tinymce imagebrowser height setting

Status in Mahara:
  Fix Released
Status in Mahara 16.10 series:
  Fix Released

Bug description:
  As we are using flexible layout we don't need the height / constraint
  settings in tinymce browser as we want the images to be able to look
  ok on small / mobile browsers

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1568659/+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 1565599] Re: Scale images in TinyMCE according to block size

2016-10-23 Thread Kristina Hoeppner
** Tags removed: usermanualupdate
** 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/1565599

Title:
  Scale images in TinyMCE according to block size

Status in Mahara:
  Fix Released
Status in Mahara 16.10 series:
  Fix Released

Bug description:
  When images are inserted via TinyMCE, they don't scale properly when
  going to a smaller screen. This should be fixed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1565599/+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 1636061] [NEW] Group short name displayed rather than group name in "Recent journal entries" block

2016-10-23 Thread Kristina Hoeppner
Public bug reported:

seen on Mahara 16.10.0

When you have a group journal and create a page in your own portfolio
pulling in the "Recent journal entries" block, you see the group journal
listed as well as the group name. However, it's the group short name
that is displayed rather than the actual group name.

** Affects: mahara
 Importance: Medium
 Assignee: Cecilia Vela Gurovic (ceciliavg)
 Status: Confirmed


** Tags: bite-sized

** Attachment added: "group_shortname.png"
   
https://bugs.launchpad.net/bugs/1636061/+attachment/4766159/+files/group_shortname.png

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

Title:
  Group short name displayed rather than group name in "Recent journal
  entries" block

Status in Mahara:
  Confirmed

Bug description:
  seen on Mahara 16.10.0

  When you have a group journal and create a page in your own portfolio
  pulling in the "Recent journal entries" block, you see the group
  journal listed as well as the group name. However, it's the group
  short name that is displayed rather than the actual group name.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1636061/+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 1568659] Re: Remove tinymce imagebrowser height setting

2016-10-23 Thread Kristina Hoeppner
** 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/1568659

Title:
  Remove tinymce imagebrowser height setting

Status in Mahara:
  Fix Released
Status in Mahara 16.10 series:
  Fix Released

Bug description:
  As we are using flexible layout we don't need the height / constraint
  settings in tinymce browser as we want the images to be able to look
  ok on small / mobile browsers

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1568659/+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 1568665] Re: Remove internalmedia width / height settings

2016-10-23 Thread Kristina Hoeppner
** Tags removed: 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/1568665

Title:
  Remove internalmedia width / height settings

Status in Mahara:
  Fix Released
Status in Mahara 16.10 series:
  Fix Released

Bug description:
  With flexible layouts it is important to let the video files resize to
  fit their container.

  So we will remove the ability to set height / width in the
  internalmedia block and from the internalmedia extension config form
  as well.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1568665/+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 1527960] Re: Alphabetize the order of collections on the "Copy a page or collection" screen

2016-10-23 Thread Kristina Hoeppner
** Tags removed: 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/1527960

Title:
  Alphabetize the order of collections on the "Copy a page or
  collection" screen

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

Bug description:
  Mahara 15.10+

  On /view/choosetemplate.php?searchcollection=1 (when you click the
  "Copy a collection" button), the collection titles are supposed to be
  listed in alphabetical order, but they aren't. See the user manual at
  http://manual.mahara.org/en/15.10/portfolio/collections.html#copy-a
  -collection-by-searching-for-it (I left the sentence in for the
  collection titles to be listed in alphabetical order).

  On /view/choosetemplate.php (when you click the "Copy a page" button),
  the pages are correctly sorted in alphabetical order.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1527960/+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 1386000] Re: Don't display submitted pages in "Pages / collections shared with this group"

2016-10-23 Thread Kristina Hoeppner
** No longer affects: mahara

** Tags removed: 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/1386000

Title:
  Don't display submitted pages in "Pages / collections shared with this
  group"

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

Bug description:
  When a user submits a page / collection to a group, the group admin
  sees it both under "Pages / collections shared with this group" and
  "Submitted pages / collections". This is confusing as the pages /
  collections show up twice and it's not easy to see that they have
  actually been submitted only. I think it would be best to show
  submitted pages that have not been shared with the rest of the group
  only in "Submitted pages / collections".

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/15.10/+bug/1386000/+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 1530702] Re: New messages in inbox aren't displayed in bold in "Inbox" block

2016-10-23 Thread Kristina Hoeppner
** Tags removed: 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/1530702

Title:
  New messages in inbox aren't displayed in bold in "Inbox" block

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

Bug description:
  Mahara 15.10+

  Prior to Mahara 15.10, unread messages were displayed in bold in the
  Inbox block. See
  http://manual.mahara.org/en/15.04/blocks/general.html#inbox

  I don't think we have to change the icon for unread messages. However,
  having the message displayed in bold that hasn't been read yet would
  be good. That would also make it more consistent with the display in
  the actual inbox. Messages that haven't been read yet are displayed in
  bold.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1530702/+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 1587950] Re: Warning message not in a warning color

2016-10-23 Thread Kristina Hoeppner
** Tags removed: 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/1587950

Title:
  Warning message not in a warning color

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

Bug description:
  The warning message, that is intended to prevent users from
  accidentally editing/deleting a note in more than one place uses a
  color that does not convey the intent of a warning. This may lead to
  unintentional consequences, that might be prevented by a more suitable
  color[1].

  Mahara Version: 15.10.3

  [1]:https://infinum.co/the-capsized-eight/articles/ux-quick-tip-the-
  proper-way-of-handling-notifications

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1587950/+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 1625380] Re: Able to select a standard from Collection Edit page

2016-10-23 Thread Kristina Hoeppner
** Tags removed: 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/1625380

Title:
  Able to select a standard from Collection Edit page

Status in Mahara:
  Fix Released

Bug description:
  Tested in Chrome, Firefox, Safari and IE Edge for php5

  Pre req: Confirm that standard is pre selected via SE map/matrix 
(Collection>matrix>annotation) 
   From standard drop down menu, pre selected is highlighted and not 
able to select a diff standard 

  
  Test step:
  From Page>Edit this page>Annotation (enter Annotation) 
  Standard drop down menu>select a standard (different from existing)
  Save

  To confirm that the change is accepted: Collection>matrix>Annotation


  You should not be able to update the standard once it had already been
  selected as the annotation wouldn't fit anymore. This is a bug.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1625380/+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 1629144] Re: Problems with copying a SmartEvidence collection with annotations

2016-10-23 Thread Kristina Hoeppner
** Tags removed: 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/1629144

Title:
  Problems with copying a SmartEvidence collection with annotations

Status in Mahara:
  Fix Released

Bug description:
  Mahara 16.10dev

  1. Set up a SmartEvidence collection.
  2. Put a couple of annotations on the page.
  3. Add a couple of feedbacks to the annotations.
  4. Copy the collection in the same user account.
  5. Open a page that has an annotation.

  I get the following error message multiple times:

  [WAR] 5f (artefact/annotation/lib.php:1294) Trying to get property of 
non-object
  Call stack (most recent first):

  log_message("Trying to get property of non-object", 8, true, true, 
"/home/kristina/code/1610stable/htdocs/artefact/ann...", 1294) at 
/home/kristina/code/1610stable/htdocs/lib/errors.php:513
  error(8, "Trying to get property of non-object", 
"/home/kristina/code/1610stable/htdocs/artefact/ann...", 1294, array(size 13)) 
at /home/kristina/code/1610stable/htdocs/artefact/annotation/lib.php:1294
  
ArtefactTypeAnnotationfeedback::add_annotation_feedback_form(object(ArtefactTypeAnnotation),
 object(View), null, "1061", false, "0") at 
/home/kristina/code/1610stable/htdocs/artefact/annotation/lib.php:1132
  
ArtefactTypeAnnotationfeedback::get_annotation_feedback_for_view(object(ArtefactTypeAnnotation),
 object(View), "1061", true, false) at 
/home/kristina/code/1610stable/htdocs/artefact/annotation/blocktype/annotation/lib.php:134
  PluginBlocktypeAnnotation::render_instance(object(BlockInstance)) at 
Unknown:0
  call_user_func_array(array(size 2), array(size 1)) at 
/home/kristina/code/1610stable/htdocs/lib/mahara.php:1730
  call_static_method("PluginBlocktypeAnnotation", "render_instance", 
object(BlockInstance)) at 
/home/kristina/code/1610stable/htdocs/blocktype/lib.php:1007
  BlockInstance->render_viewing(false) at 
/home/kristina/code/1610stable/htdocs/lib/view.php:2037
  View->build_column(1, 1, false, false) at 
/home/kristina/code/1610stable/htdocs/lib/view.php:1991
  View->build_columns(1, false, false) at 
/home/kristina/code/1610stable/htdocs/lib/view.php:1976
  View->build_rows() at 
/home/kristina/code/1610stable/htdocs/view/view.php:281

  

  If possible, the annotations should be linked to the map in the copied
  collection. Currently, the annotations display on the page, but their
  status doesn't shop up on the smartEvidence overview page.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1629144/+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 1279526] Re: Change default license text in Journal blocktypes

2016-10-23 Thread Kristina Hoeppner
** Tags removed: 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/1279526

Title:
  Change default license text in Journal blocktypes

Status in Mahara:
  Fix Released

Bug description:
  When viewing a journal entry from a page (eg. by clicking on the title of a 
"Journal entry" block), if licenses are turned on and a license has not been 
selected the text "None selected" appears at the bottom of the page. However, 
there's no indication of context for this message - "None selected" could refer 
to anything.
  It should be made in some way more obvious what this means - the text could 
be hidden entirely if no license is selected, the text could be changed to 
something like "No license has been selected for this journal entry", or a 
"License: " label could be added.

  Affects latest master

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1279526/+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 1570680] Re: The "Copy" buttons on "Copy a page/collection" are too big

2016-10-23 Thread Kristina Hoeppner
** Tags removed: 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/1570680

Title:
  The "Copy" buttons on "Copy a page/collection" are too big

Status in Mahara:
  Fix Released

Bug description:
  Mahara 15.10+

  The "Copy" buttons for copying a page and a collection on
  /view/choosetemplate.php (Portfolio -> Pages -> Copy a page) are too
  big and should be the same size as all other buttons that have icons
  on them.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1570680/+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-10-23 Thread Kristina Hoeppner
** Tags removed: 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/1531610

Title:
  Clean up inconsistencies in the paginators

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

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 1530008] Re: Make buttons on "Copy a page / collection" screen smaller

2016-10-23 Thread Kristina Hoeppner
** Tags removed: 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/1530008

Title:
  Make buttons on "Copy a page / collection" screen smaller

Status in Mahara:
  Fix Released

Bug description:
  Mahara 15.10+

  The Copy buttons on /view/choosetemplate.php are much larger than on
  other screens. They should be top aligned like the "Edit" and "Delete"
  buttons.

  We do not yet have an icon for "Copy collection" and thus, we'll leave
  the icon for copying a page and the words for copying a collection and
  change it when we can find a suitable one.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1530008/+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 1597977] Re: Tidying up places that have checkboxes which can be yes/no switch boxes

2016-10-23 Thread Kristina Hoeppner
** Tags removed: 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/1597977

Title:
  Tidying up places that have checkboxes which can be yes/no switch
  boxes

Status in Mahara:
  Fix Released

Bug description:
  There are some places in Mahara that are using checkboxes when they
  should be using switch boxes

  This bug will be for tidying them up

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1597977/+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 1583428] Re: Shorten "Confirm registration" description and add help file

2016-10-23 Thread Kristina Hoeppner
** Tags removed: 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/1583428

Title:
  Shorten "Confirm registration" description and add help file

Status in Mahara:
  Fix Released

Bug description:
  The description for Config site -> Institution settings -> Confirm
  registration is very long. We'll shorten it and add a help file
  providing additional information.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1583428/+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 1584264] Re: Move the "Unsubscribe from forum" button next to "Delete from forum"

2016-10-23 Thread Kristina Hoeppner
** Tags removed: 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/1584264

Title:
  Move the "Unsubscribe from forum" button next to "Delete from forum"

Status in Mahara:
  Fix Released

Bug description:
  The "Unsubscribe / Subscribe from forum" button should sit next to the
  "Delete forum" button when viewed as an admin. When the forum is
  viewed as a regular user, it should sit to the right of the "New
  forum" button so that the first action on the left is the "New forum"
  one. The "New" button is more frequently used than the unsubscribe one
  and thus should be more easily accessible.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1584264/+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 1606725] Re: Accessibility - Search button

2016-10-23 Thread Kristina Hoeppner
** Tags removed: 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/1606725

Title:
  Accessibility - Search button

Status in Mahara:
  Fix Released

Bug description:
  Mahara: master

  A 'Search' button next to the 'Search' text field in the top right
  corner of the screen is recommended to improve usability and
  accessibility. Not all users may be aware that they need to hit the
  'Enter' button to perform a search.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1606725/+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 1535855] Re: Change "Name" to "Title" on "Sharedwith me" page

2016-10-23 Thread Kristina Hoeppner
** Tags removed: 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/1535855

Title:
  Change "Name" to "Title" on "Sharedwith me" page

Status in Mahara:
  Fix Released

Bug description:
  On Portfolio -> Shared with me (/view/sharedviews.php), the column for
  the page title reads "Name", but it should be "Title".

  The language string should already exist in the Mahara codebase. If
  not sure whether you can use one that you found, please check with
  Hugh. There are probably a few instances of that word.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1535855/+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 1632717] Re: Bugs after updating Mahara

2016-10-23 Thread Antonella DC
For those who have the same problem, we solved by adding a user with id
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/1632717

Title:
  Bugs after updating Mahara

Status in Mahara:
  Incomplete

Bug description:
  Hello,

  After the update to the latest version of Mahara (16.04) I have
  problems with the display pages of the groups.

  Here is an example :

  [WAR] 1b (lib/group.php:2338) Trying to get property of non-object
  Call stack (most recent first):

  log_message(string(size 36), integer, true, true, string(size 53), 
integer) at /mypath/maha/lib/errors.php:513
  error(integer, string(size 36), string(size 53), integer, array(size 2)) 
at /mypath/maha/lib/group.php:2338
  group_get_homepage_view(string(size 2)) at /mypath/maha/lib/view.php:5734
  View->display_author() at /mypath/maha/view/view.php:362

  [WAR] 1b (lib/errors.php:820) Failed to get a recordset: mysqli error: [1452: 
Cannot add or update a child row: a foreign key constraint fails 
("mybdd"."view", CONSTRAINT "view_ibfk_7" FOREIGN KEY ("type") REFERENCES 
"view_type" ("type"))] in EXECUTE("INSERT INTO "view" ("ctime", "mtime", 
"atime", "copynewuser", "anonymise") VALUES ('2016-10-12 15:32:22', '2016-10-12 
15:32:22', '2016-10-12 15:32:22', 0, 0)")
  Command was: INSERT INTO "view" ("ctime", "mtime", "atime", "copynewuser", 
"anonymise") VALUES (?, ?, ?, ?, ?) and values was 
(ctime:2016-10-1215:32:22,mtime:2016-10-1215:32:22,atime:2016-10-1215:32:22,copynewuser:0,anonymise:0)
  Call stack (most recent first):

  log_message(string(size 618), integer, true, true) at 
/mypath/maha/lib/errors.php:95
  log_warn(string(size 618)) at /mypath/maha/lib/errors.php:820
  SQLException->__construct(string(size 618)) at 
/mypath/maha/lib/dml.php:1088
  insert_record(string(size 4), object(stdClass), string(size 2), true) at 
/mypath/maha/lib/view.php:728
  View->commit() at /mypath/maha/lib/view.php:702
  View->__destruct() at /mypath/maha/view/view.php:362
  View->display_author() at /mypath/maha/view/view.php:362

  [WAR] 1b (lib/dml.php:1088) Failed to get a recordset: mysqli error: [1452: 
Cannot add or update a child row: a foreign key constraint fails 
("mybdd"."view", CONSTRAINT "view_ibfk_7" FOREIGN KEY ("type") REFERENCES 
"view_type" ("type"))] in EXECUTE("INSERT INTO "view" ("ctime", "mtime", 
"atime", "copynewuser", "anonymise") VALUES ('2016-10-12 15:32:22', '2016-10-12 
15:32:22', '2016-10-12 15:32:22', 0, 0)")
  Command was: INSERT INTO "view" ("ctime", "mtime", "atime", "copynewuser", 
"anonymise") VALUES (?, ?, ?, ?, ?) and values was 
(ctime:2016-10-1215:32:22,mtime:2016-10-1215:32:22,atime:2016-10-1215:32:22,copynewuser:0,anonymise:0)
  Call stack (most recent first):

  insert_record(string(size 4), object(stdClass), string(size 2), true) at 
/mypath/maha/lib/view.php:728
  View->commit() at /mypath/maha/lib/view.php:702
  View->__destruct() at /mypath/maha/view/view.php:362
  View->display_author() at /mypath/maha/view/view.php:362

  Untitled
  Mywebsite Mahara : Site unavailable
  A nonrecoverable error occurred. This probably means you have encountered a 
bug in the system

  Thank you for your help.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1632717/+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 1635373] Re: Page folder upload

2016-10-23 Thread Colin Jane
Can you preview them within a retractable folder? Is it possible to drag
new files into the folder from the menu?

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

Title:
  Page folder upload

Status in Mahara:
  Incomplete

Bug description:
  reported by Colin Jane:
  Within a page you will have folders which allow files within them to be 
retractable and if they are PDF files then they can be previewed before 
download.
  Also drag and drop items like the images text and other features into the 
folders from the side menu.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1635373/+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