[Mahara-contributors] [Bug 1055859] Re: Warning 'Undefined index: editwindowstart' when adding groups by CSV

2012-09-25 Thread Melissa Draper
This doesn't stop the csv being processed or the groups from being
added, just makes a mess in the logs. Should be fixed before 1.6.0 goes
out though.

** 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.
https://bugs.launchpad.net/bugs/1055859

Title:
  Warning 'Undefined index: editwindowstart' when adding groups by CSV

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Version: master
  Platform: all
  Browser: all

  Warning on the page /admin/groups/uploadcsv.php after click 'Add
  groups by CSV'

  The content of CSV file to upload:
  shortname,displayname,roles
  g01,Group 01,standard
  g02,Group 02,standard

  Warning:
  [WAR] 71 (lib/group.php:445) Undefined index: editwindowstart
  Call stack (most recent first):

  log_message(Undefined index: editwindowstart, 8, true, true, 
/home/sonn/code/mahara/htdocs/lib/group.php, 445) at 
/home/sonn/code/mahara/htdocs/lib/errors.php:446
  error(8, Undefined index: editwindowstart, 
/home/sonn/code/mahara/htdocs/lib/group.php, 445, array(size 3)) at 
/home/sonn/code/mahara/htdocs/lib/group.php:445
  group_create(array(size 5)) at 
/home/sonn/code/mahara/htdocs/admin/groups/uploadcsv.php:298
  uploadcsv_submit(object(Pieform), array(size 5)) at Unknown:0
  call_user_func_array(uploadcsv_submit, array(size 2)) at 
/home/sonn/code/mahara/htdocs/lib/pieforms/pieform.php:514
  Pieform-__construct(array(size 2)) at 
/home/sonn/code/mahara/htdocs/lib/pieforms/pieform.php:161
  Pieform::process(array(size 2)) at 
/home/sonn/code/mahara/htdocs/lib/pieforms/pieform.php:71
  pieform(array(size 2)) at 
/home/sonn/code/mahara/htdocs/admin/groups/uploadcsv.php:362

  [WAR] 71 (lib/group.php:446) Undefined index: editwindowend
  Call stack (most recent first):

  log_message(Undefined index: editwindowend, 8, true, true, 
/home/sonn/code/mahara/htdocs/lib/group.php, 446) at 
/home/sonn/code/mahara/htdocs/lib/errors.php:446
  error(8, Undefined index: editwindowend, 
/home/sonn/code/mahara/htdocs/lib/group.php, 446, array(size 3)) at 
/home/sonn/code/mahara/htdocs/lib/group.php:446
  group_create(array(size 5)) at 
/home/sonn/code/mahara/htdocs/admin/groups/uploadcsv.php:298
  uploadcsv_submit(object(Pieform), array(size 5)) at Unknown:0
  call_user_func_array(uploadcsv_submit, array(size 2)) at 
/home/sonn/code/mahara/htdocs/lib/pieforms/pieform.php:514
  Pieform-__construct(array(size 2)) at 
/home/sonn/code/mahara/htdocs/lib/pieforms/pieform.php:161
  Pieform::process(array(size 2)) at 
/home/sonn/code/mahara/htdocs/lib/pieforms/pieform.php:71
  pieform(array(size 2)) at 
/home/sonn/code/mahara/htdocs/admin/groups/uploadcsv.php:362

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1055859/+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 1055868] Re: When editing a block using IOS devices, a warning is shown

2012-09-25 Thread Melissa Draper
Richard fixed something like this last year. It was basically a race
condition and I think the fix was to swap two lines around or something
like that.

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

Title:
  When editing a block using IOS devices, a warning is shown

Status in Mahara ePortfolio:
  Triaged

Bug description:
  [WAR] 72 (lib/pieforms/pieform.php:1408) Pieform element instconf_artefactids 
wants to add headdata to the page, but it's too late. Build your form before 
generating the page.
  Call stack (most recent first):
  log_message(Pieform element instconf_artefactids wants to add ..., 8, true, 
true) at /var/www/mahara-dev/htdocs/lib/errors.php:109
  log_warn(Pieform element instconf_artefactids wants to add ...) at 
/var/www/mahara-dev/htdocs/lib/pieforms/pieform.php:1408
  Pieform-build_element_html(array(size 17)) at 
/var/www/mahara-dev/htdocs/lib/pieforms/pieform.php:659
  Pieform-build() at /var/www/mahara-dev/htdocs/blocktype/lib.php:879
  BlockInstance-build_configure_form(false) at 
/var/www/mahara-dev/htdocs/blocktype/lib.php:628
  BlockInstance-render_editing(true) at 
/var/www/mahara-dev/htdocs/view/blocks.php:240

  This is because there is a function pieform_get_headdata in
  lib/pieform/pieform.php, which is called by lib/web.php and defines
  PIEFORM_GOT_HEADDATA

  I am not sure about problems with it, just reporting it.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1055868/+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 826649] Re: Add group shortnames to manually created groups

2012-09-25 Thread Melissa Draper
** Changed in: mahara
   Status: Expired = Confirmed

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

Title:
  Add group shortnames to manually created groups

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  In Mahara 1.5 groups can be created via a CSV file and associated with
  an institution. Often, however, groups can be created manually, but a
  CSV upload of the members may be preferred. Thus, it would be good if
  manually created groups could also have a short name (that is also
  displayed to the admin) so that members can be added via CSV.

  This wishlist item needs a bit more thinking because the CSV feature
  allows institution admins to create groups that are associated with
  their institution (though it doesn't do anything with that information
  yet, I think) but not on a site level. Furthermore, if groups already
  exist, they would need to be assigned a short name. And then who can
  add members as they are not associated with an institution yet?

  Furthermore, the CSV upload is also only beneficial if users don't
  change their user names. An admin must be aware of that or his upload
  may not work most of the time. Thus, user names should be locked.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/826649/+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 1055865] Re: Can't add new group members via a CSV file

2012-09-25 Thread Melissa Draper
** Description changed:

  Version: master
  Platform: all
  Browser: all
  
  Assumptions
-  - user 'u01' is an admin of institution 'S'
-  - user 'u02' is a member of institution 'S'
-  - user 'u01' created group 'A'
-  - A CSV file called gm.csv with the content:
+  - user 'u01' is an admin of institution 'S'
+  - user 'u02' is a member of institution 'S'
+  - user 'u01' created group 'A'
+  - group 'A' was created by a csv, otherwise #826649 happens
+  - A CSV file called gm.csv with the content:
  shortname,username,role
  A,u02,member
  
  Actions
-  - user 'u01' tried to update group members of group 'A' using the CSV file 
gm.csv.
+  - user 'u01' tried to update group members of group 'A' using the CSV file 
gm.csv.
  
  Results
-  - Error message: 'Error on line 2 of your file: The group shortname A did 
not have any users with the admin role specified.'
+  - Error message: 'Error on line 2 of your file: The group shortname A did 
not have any users with the admin role specified.'

** Description changed:

  Version: master
  Platform: all
  Browser: all
  
  Assumptions
   - user 'u01' is an admin of institution 'S'
   - user 'u02' is a member of institution 'S'
   - user 'u01' created group 'A'
-  - group 'A' was created by a csv, otherwise #826649 happens
+  - group 'A' was created by a csv, otherwise bug #826649 happens
   - A CSV file called gm.csv with the content:
  shortname,username,role
  A,u02,member
  
  Actions
   - user 'u01' tried to update group members of group 'A' using the CSV file 
gm.csv.
  
  Results
   - Error message: 'Error on line 2 of your file: The group shortname A did 
not have any users with the admin role specified.'

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

Title:
  Can't add new group members via a CSV file

Status in Mahara ePortfolio:
  New

Bug description:
  Version: master
  Platform: all
  Browser: all

  Assumptions
   - user 'u01' is an admin of institution 'S'
   - user 'u02' is a member of institution 'S'
   - user 'u01' created group 'A'
   - group 'A' was created by a csv, otherwise bug #826649 happens
   - A CSV file called gm.csv with the content:
  shortname,username,role
  A,u02,member

  Actions
   - user 'u01' tried to update group members of group 'A' using the CSV file 
gm.csv.

  Results
   - Error message: 'Error on line 2 of your file: The group shortname A did 
not have any users with the admin role specified.'

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1055865/+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 1056069] [NEW] cannot change password

2012-09-25 Thread Thomas Gaertner
Public bug reported:

Mahara Version 1.5.3
Plattform: LAMP
Browser: Chrome

After installing mahara it is not possible to change the admin's password. So 
I'm not able to log in.
When submitting the the new password only the login screen appears. But nothing 
happens. The password is still the same.

** Affects: mahara
 Importance: Undecided
 Status: New


** Tags: password

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

Title:
  cannot change password

Status in Mahara ePortfolio:
  New

Bug description:
  Mahara Version 1.5.3
  Plattform: LAMP
  Browser: Chrome

  After installing mahara it is not possible to change the admin's password. So 
I'm not able to log in.
  When submitting the the new password only the login screen appears. But 
nothing happens. The password is still the same.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1056069/+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 1056069] Re: cannot change password

2012-09-25 Thread Hugh Davenport
Hi  Thomas,

I have tried replicating this and can't reproduce this bug.

When I click on the Lost username / password link. I can enter the username 
admin then click Send request.
An email then appears in my inbox with a link to reset the password. After I 
click that, I am presented with a screen to set the password. When I set the 
new password, I am redirected to the homepage logged in. After logging out, I 
can log back in with the new password.

Were you following these steps? Was there anything in your web servers
error log?

Cheers,

Hugh

** Changed in: mahara
   Status: New = Incomplete

** Changed in: mahara
   Importance: Undecided = High

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

Title:
  cannot change password

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  Mahara Version 1.5.3
  Plattform: LAMP
  Browser: Chrome

  After installing mahara it is not possible to change the admin's password. So 
I'm not able to log in.
  When submitting the the new password only the login screen appears. But 
nothing happens. The password is still the same.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1056069/+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 1052062] A change has been merged

2012-09-25 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/1679
Committed: 
http://gitorious.org/mahara/mahara/commit/e629a64cd82ff2860b0db6df31043f0d9830db8e
Submitter: Melissa Draper (meli...@catalyst.net.nz)
Branch:master

commit e629a64cd82ff2860b0db6df31043f0d9830db8e
Author: Son Nguyen son.ngu...@catalyst.net.nz
Date:   Tue Sep 18 14:26:45 2012 +1200

Fix: the link tag in HTML should have no end tag (bug #1052062)

Change-Id: I58aa9833025de37e1970c16b67f4c3bc14cf17d4
Signed-off-by: Son Nguyen son.ngu...@catalyst.net.nz

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

Title:
  Invalid short tag on site logo link in header

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Mahara 1.6 generates this code out of
  `htdocs/theme/raw/templates/header/head.tpl` and/or
  `htdocs/theme/default/templates/header/head.tpl`:

  link rel=image_src href={$sitelogo} /

  Since the DOCTYPE specified HTML 4.01, this is technically invalid.
  It should either not use the short tag or (my preference) change the
  doctype to HTML5 (or do both).

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1052062/+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 1052062] A change has been merged

2012-09-25 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/1723
Committed: 
http://gitorious.org/mahara/mahara/commit/60e78d1904a2206f5a4923e5e3829dbd8321ca2e
Submitter: Hugh Davenport (h...@catalyst.net.nz)
Branch:1.6_STABLE

commit 60e78d1904a2206f5a4923e5e3829dbd8321ca2e
Author: Son Nguyen son.ngu...@catalyst.net.nz
Date:   Tue Sep 18 14:26:45 2012 +1200

Fix: the link tag in HTML should have no end tag (bug #1052062)

Change-Id: I58aa9833025de37e1970c16b67f4c3bc14cf17d4
Signed-off-by: Son Nguyen son.ngu...@catalyst.net.nz

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

Title:
  Invalid short tag on site logo link in header

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Mahara 1.6 generates this code out of
  `htdocs/theme/raw/templates/header/head.tpl` and/or
  `htdocs/theme/default/templates/header/head.tpl`:

  link rel=image_src href={$sitelogo} /

  Since the DOCTYPE specified HTML 4.01, this is technically invalid.
  It should either not use the short tag or (my preference) change the
  doctype to HTML5 (or do both).

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1052062/+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 1055865] Re: Can't add new group members via a CSV file

2012-09-25 Thread Hugh Davenport
** Changed in: mahara
   Status: New = Triaged

** Changed in: mahara
   Importance: Undecided = High

** Changed in: mahara
 Assignee: (unassigned) = Hugh Davenport (hugh-catalyst)

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

Title:
  Can't add new group members via a CSV file

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Version: master
  Platform: all
  Browser: all

  Assumptions
   - user 'u01' is an admin of institution 'S'
   - user 'u02' is a member of institution 'S'
   - user 'u01' created group 'A'
   - group 'A' was created by a csv, otherwise bug #826649 happens
   - A CSV file called gm.csv with the content:
  shortname,username,role
  A,u02,member

  Actions
   - user 'u01' tried to update group members of group 'A' using the CSV file 
gm.csv.

  Results
   - Error message: 'Error on line 2 of your file: The group shortname A did 
not have any users with the admin role specified.'

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1055865/+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 1052071] Re: menu closes only after a page refresh on mobile

2012-09-25 Thread Hugh Davenport
** Changed in: mahara
   Status: Triaged = Fix Committed

** Changed in: mahara
 Assignee: (unassigned) = Hugh Davenport (hugh-catalyst)

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

Title:
  menu closes only after a page refresh on mobile

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  When holding the device vertically (width  height) the menu stays
  open all the time unless the page is refreshed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1052071/+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 1055859] Re: Warning 'Undefined index: editwindowstart' when adding groups by CSV

2012-09-25 Thread Hugh Davenport
** Changed in: mahara
   Importance: High = Medium

** Changed in: mahara
 Assignee: (unassigned) = Hugh Davenport (hugh-catalyst)

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

Title:
  Warning 'Undefined index: editwindowstart' when adding groups by CSV

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Version: master
  Platform: all
  Browser: all

  Warning on the page /admin/groups/uploadcsv.php after click 'Add
  groups by CSV'

  The content of CSV file to upload:
  shortname,displayname,roles
  g01,Group 01,standard
  g02,Group 02,standard

  Warning:
  [WAR] 71 (lib/group.php:445) Undefined index: editwindowstart
  Call stack (most recent first):

  log_message(Undefined index: editwindowstart, 8, true, true, 
/home/sonn/code/mahara/htdocs/lib/group.php, 445) at 
/home/sonn/code/mahara/htdocs/lib/errors.php:446
  error(8, Undefined index: editwindowstart, 
/home/sonn/code/mahara/htdocs/lib/group.php, 445, array(size 3)) at 
/home/sonn/code/mahara/htdocs/lib/group.php:445
  group_create(array(size 5)) at 
/home/sonn/code/mahara/htdocs/admin/groups/uploadcsv.php:298
  uploadcsv_submit(object(Pieform), array(size 5)) at Unknown:0
  call_user_func_array(uploadcsv_submit, array(size 2)) at 
/home/sonn/code/mahara/htdocs/lib/pieforms/pieform.php:514
  Pieform-__construct(array(size 2)) at 
/home/sonn/code/mahara/htdocs/lib/pieforms/pieform.php:161
  Pieform::process(array(size 2)) at 
/home/sonn/code/mahara/htdocs/lib/pieforms/pieform.php:71
  pieform(array(size 2)) at 
/home/sonn/code/mahara/htdocs/admin/groups/uploadcsv.php:362

  [WAR] 71 (lib/group.php:446) Undefined index: editwindowend
  Call stack (most recent first):

  log_message(Undefined index: editwindowend, 8, true, true, 
/home/sonn/code/mahara/htdocs/lib/group.php, 446) at 
/home/sonn/code/mahara/htdocs/lib/errors.php:446
  error(8, Undefined index: editwindowend, 
/home/sonn/code/mahara/htdocs/lib/group.php, 446, array(size 3)) at 
/home/sonn/code/mahara/htdocs/lib/group.php:446
  group_create(array(size 5)) at 
/home/sonn/code/mahara/htdocs/admin/groups/uploadcsv.php:298
  uploadcsv_submit(object(Pieform), array(size 5)) at Unknown:0
  call_user_func_array(uploadcsv_submit, array(size 2)) at 
/home/sonn/code/mahara/htdocs/lib/pieforms/pieform.php:514
  Pieform-__construct(array(size 2)) at 
/home/sonn/code/mahara/htdocs/lib/pieforms/pieform.php:161
  Pieform::process(array(size 2)) at 
/home/sonn/code/mahara/htdocs/lib/pieforms/pieform.php:71
  pieform(array(size 2)) at 
/home/sonn/code/mahara/htdocs/admin/groups/uploadcsv.php:362

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1055859/+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 1055239] Re: ClamAV doesn't support scanning multifile uploads

2012-09-25 Thread Hugh Davenport
** Changed in: mahara
   Status: Confirmed = Fix Committed

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

Title:
  ClamAV doesn't support scanning multifile uploads

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  When a user uploads using the new HTML multifile upload support, the
  file is scanned by clamav. The code for this scanning assumes the
  single upload still.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1055239/+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 1052062] Re: Invalid short tag on site logo link in header

2012-09-25 Thread Hugh Davenport
** 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.
https://bugs.launchpad.net/bugs/1052062

Title:
  Invalid short tag on site logo link in header

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Mahara 1.6 generates this code out of
  `htdocs/theme/raw/templates/header/head.tpl` and/or
  `htdocs/theme/default/templates/header/head.tpl`:

  link rel=image_src href={$sitelogo} /

  Since the DOCTYPE specified HTML 4.01, this is technically invalid.
  It should either not use the short tag or (my preference) change the
  doctype to HTML5 (or do both).

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1052062/+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 1052060] Re: unable to access administration menu on mobile

2012-09-25 Thread Hugh Davenport
** 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.
https://bugs.launchpad.net/bugs/1052060

Title:
  unable to access administration menu on mobile

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  16rc1
  debian
  mysql
  When using a mobile device, I am unable to access any of the administration 
menu items .

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1052060/+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 1056528] [NEW] Javascript issue /group/members.php

2012-09-25 Thread Son Nguyen
Public bug reported:

Version: all
Platform: all
Browser: non-javascript

Sort function does not work

** Affects: mahara
 Importance: Undecided
 Status: New

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

Title:
  Javascript issue /group/members.php

Status in Mahara ePortfolio:
  New

Bug description:
  Version: all
  Platform: all
  Browser: non-javascript

  Sort function does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1056528/+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 1056528] Re: Javascript issue on /group/members.php

2012-09-25 Thread Son Nguyen
** Summary changed:

- Javascript issue /group/members.php
+ Javascript issue on /group/members.php

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

Title:
  Javascript issue on /group/members.php

Status in Mahara ePortfolio:
  New

Bug description:
  Version: all
  Platform: all
  Browser: non-javascript

  Sort function does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1056528/+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 1056539] [NEW] Javascript issue on /interaction/edit.php

2012-09-25 Thread Son Nguyen
Public bug reported:

Version: all
Platform: all
Browser: non-javascript

The fieldset 'Settings' does not work

** Affects: mahara
 Importance: Undecided
 Status: New

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

Title:
  Javascript issue on /interaction/edit.php

Status in Mahara ePortfolio:
  New

Bug description:
  Version: all
  Platform: all
  Browser: non-javascript

  The fieldset 'Settings' does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1056539/+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 1056544] [NEW] The number of topics on /interaction/forum/view.php doesn't count the sticky topics

2012-09-25 Thread Son Nguyen
Public bug reported:

Version: all
Platform: all
Browser: all

The number of topics on /interaction/forum/view.php doesn't count the sticky 
topics
see the attached file

** Affects: mahara
 Importance: Undecided
 Status: New


** Tags: bite-sized

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

Title:
  The number of topics on /interaction/forum/view.php doesn't count the
  sticky topics

Status in Mahara ePortfolio:
  New

Bug description:
  Version: all
  Platform: all
  Browser: all

  The number of topics on /interaction/forum/view.php doesn't count the sticky 
topics
  see the attached file

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1056544/+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 1056544] Re: The number of topics on /interaction/forum/view.php doesn't count the sticky topics

2012-09-25 Thread Son Nguyen
** Attachment added: Selection_021.png
   
https://bugs.launchpad.net/bugs/1056544/+attachment/3343561/+files/Selection_021.png

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

Title:
  The number of topics on /interaction/forum/view.php doesn't count the
  sticky topics

Status in Mahara ePortfolio:
  New

Bug description:
  Version: all
  Platform: all
  Browser: all

  The number of topics on /interaction/forum/view.php doesn't count the sticky 
topics
  see the attached file

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1056544/+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 1056557] [NEW] Javascript issue on /interaction/forum/editpost.php

2012-09-25 Thread Son Nguyen
Public bug reported:

Version: all
Platform: all
Browser: all

The link 'Click to set a subject' does not work

** Affects: mahara
 Importance: Undecided
 Status: New

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

Title:
  Javascript issue on /interaction/forum/editpost.php

Status in Mahara ePortfolio:
  New

Bug description:
  Version: all
  Platform: all
  Browser: all

  The link 'Click to set a subject' does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1056557/+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 1055859] Re: Warning 'Undefined index: editwindowstart' when adding groups by CSV

2012-09-25 Thread Melissa Draper
After discussing this with hugh, I've concluded that this is behaving as
per what is desccribed in the manual:

http://manual.mahara.org/en/1.6/site_admin/groups.html#update-group-
members-by-csv

If you manually added users to a group whose members you want to update
via CSV file, these users will be removed from that group when you
update the group membership and do not have them listed in the CSV file.
Thus, be careful once you have added users manually.

So what's happening with the example provided is that because the
original admin hasn't been listed in the csv, it's being removed, and
hence the group would otherwise have no admin and this would make it
broken, so it doesn't let it happen.

** Changed in: mahara
   Status: Confirmed = Invalid

** Changed in: mahara
Milestone: 1.6.0 = None

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

Title:
  Warning 'Undefined index: editwindowstart' when adding groups by CSV

Status in Mahara ePortfolio:
  Invalid

Bug description:
  Version: master
  Platform: all
  Browser: all

  Warning on the page /admin/groups/uploadcsv.php after click 'Add
  groups by CSV'

  The content of CSV file to upload:
  shortname,displayname,roles
  g01,Group 01,standard
  g02,Group 02,standard

  Warning:
  [WAR] 71 (lib/group.php:445) Undefined index: editwindowstart
  Call stack (most recent first):

  log_message(Undefined index: editwindowstart, 8, true, true, 
/home/sonn/code/mahara/htdocs/lib/group.php, 445) at 
/home/sonn/code/mahara/htdocs/lib/errors.php:446
  error(8, Undefined index: editwindowstart, 
/home/sonn/code/mahara/htdocs/lib/group.php, 445, array(size 3)) at 
/home/sonn/code/mahara/htdocs/lib/group.php:445
  group_create(array(size 5)) at 
/home/sonn/code/mahara/htdocs/admin/groups/uploadcsv.php:298
  uploadcsv_submit(object(Pieform), array(size 5)) at Unknown:0
  call_user_func_array(uploadcsv_submit, array(size 2)) at 
/home/sonn/code/mahara/htdocs/lib/pieforms/pieform.php:514
  Pieform-__construct(array(size 2)) at 
/home/sonn/code/mahara/htdocs/lib/pieforms/pieform.php:161
  Pieform::process(array(size 2)) at 
/home/sonn/code/mahara/htdocs/lib/pieforms/pieform.php:71
  pieform(array(size 2)) at 
/home/sonn/code/mahara/htdocs/admin/groups/uploadcsv.php:362

  [WAR] 71 (lib/group.php:446) Undefined index: editwindowend
  Call stack (most recent first):

  log_message(Undefined index: editwindowend, 8, true, true, 
/home/sonn/code/mahara/htdocs/lib/group.php, 446) at 
/home/sonn/code/mahara/htdocs/lib/errors.php:446
  error(8, Undefined index: editwindowend, 
/home/sonn/code/mahara/htdocs/lib/group.php, 446, array(size 3)) at 
/home/sonn/code/mahara/htdocs/lib/group.php:446
  group_create(array(size 5)) at 
/home/sonn/code/mahara/htdocs/admin/groups/uploadcsv.php:298
  uploadcsv_submit(object(Pieform), array(size 5)) at Unknown:0
  call_user_func_array(uploadcsv_submit, array(size 2)) at 
/home/sonn/code/mahara/htdocs/lib/pieforms/pieform.php:514
  Pieform-__construct(array(size 2)) at 
/home/sonn/code/mahara/htdocs/lib/pieforms/pieform.php:161
  Pieform::process(array(size 2)) at 
/home/sonn/code/mahara/htdocs/lib/pieforms/pieform.php:71
  pieform(array(size 2)) at 
/home/sonn/code/mahara/htdocs/admin/groups/uploadcsv.php:362

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1055859/+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 1055865] Re: Can't add new group members via a CSV file

2012-09-25 Thread Melissa Draper
After discussing this with hugh, I've concluded that this is behaving as
per what is desccribed in the manual:

http://manual.mahara.org/en/1.6/site_admin/groups.html#update-group-
members-by-csv

If you manually added users to a group whose members you want to update
via CSV file, these users will be removed from that group when you
update the group membership and do not have them listed in the CSV file.
Thus, be careful once you have added users manually.

So what's happening with the example provided is that because the
original admin hasn't been listed in the csv, it's being removed, and
hence the group would otherwise have no admin and this would make it
broken, so it doesn't let it happen.


** Changed in: mahara
   Status: Triaged = Invalid

** Changed in: mahara
Milestone: 1.6.0 = None

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

Title:
  Can't add new group members via a CSV file

Status in Mahara ePortfolio:
  Invalid

Bug description:
  Version: master
  Platform: all
  Browser: all

  Assumptions
   - user 'u01' is an admin of institution 'S'
   - user 'u02' is a member of institution 'S'
   - user 'u01' created group 'A'
   - group 'A' was created by a csv, otherwise bug #826649 happens
   - A CSV file called gm.csv with the content:
  shortname,username,role
  A,u02,member

  Actions
   - user 'u01' tried to update group members of group 'A' using the CSV file 
gm.csv.

  Results
   - Error message: 'Error on line 2 of your file: The group shortname A did 
not have any users with the admin role specified.'

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1055865/+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 1055859] Re: Warning 'Undefined index: editwindowstart' when adding groups by CSV

2012-09-25 Thread Melissa Draper
** Changed in: mahara
   Status: Invalid = Confirmed

** Changed in: mahara
Milestone: None = 1.6.0

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

Title:
  Warning 'Undefined index: editwindowstart' when adding groups by CSV

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Version: master
  Platform: all
  Browser: all

  Warning on the page /admin/groups/uploadcsv.php after click 'Add
  groups by CSV'

  The content of CSV file to upload:
  shortname,displayname,roles
  g01,Group 01,standard
  g02,Group 02,standard

  Warning:
  [WAR] 71 (lib/group.php:445) Undefined index: editwindowstart
  Call stack (most recent first):

  log_message(Undefined index: editwindowstart, 8, true, true, 
/home/sonn/code/mahara/htdocs/lib/group.php, 445) at 
/home/sonn/code/mahara/htdocs/lib/errors.php:446
  error(8, Undefined index: editwindowstart, 
/home/sonn/code/mahara/htdocs/lib/group.php, 445, array(size 3)) at 
/home/sonn/code/mahara/htdocs/lib/group.php:445
  group_create(array(size 5)) at 
/home/sonn/code/mahara/htdocs/admin/groups/uploadcsv.php:298
  uploadcsv_submit(object(Pieform), array(size 5)) at Unknown:0
  call_user_func_array(uploadcsv_submit, array(size 2)) at 
/home/sonn/code/mahara/htdocs/lib/pieforms/pieform.php:514
  Pieform-__construct(array(size 2)) at 
/home/sonn/code/mahara/htdocs/lib/pieforms/pieform.php:161
  Pieform::process(array(size 2)) at 
/home/sonn/code/mahara/htdocs/lib/pieforms/pieform.php:71
  pieform(array(size 2)) at 
/home/sonn/code/mahara/htdocs/admin/groups/uploadcsv.php:362

  [WAR] 71 (lib/group.php:446) Undefined index: editwindowend
  Call stack (most recent first):

  log_message(Undefined index: editwindowend, 8, true, true, 
/home/sonn/code/mahara/htdocs/lib/group.php, 446) at 
/home/sonn/code/mahara/htdocs/lib/errors.php:446
  error(8, Undefined index: editwindowend, 
/home/sonn/code/mahara/htdocs/lib/group.php, 446, array(size 3)) at 
/home/sonn/code/mahara/htdocs/lib/group.php:446
  group_create(array(size 5)) at 
/home/sonn/code/mahara/htdocs/admin/groups/uploadcsv.php:298
  uploadcsv_submit(object(Pieform), array(size 5)) at Unknown:0
  call_user_func_array(uploadcsv_submit, array(size 2)) at 
/home/sonn/code/mahara/htdocs/lib/pieforms/pieform.php:514
  Pieform-__construct(array(size 2)) at 
/home/sonn/code/mahara/htdocs/lib/pieforms/pieform.php:161
  Pieform::process(array(size 2)) at 
/home/sonn/code/mahara/htdocs/lib/pieforms/pieform.php:71
  pieform(array(size 2)) at 
/home/sonn/code/mahara/htdocs/admin/groups/uploadcsv.php:362

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1055859/+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 1053208] Re: Javascript issue on /account/activity

2012-09-25 Thread Son Nguyen
** Changed in: mahara
   Status: New = Triaged

** Changed in: mahara
   Importance: Undecided = Medium

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

Title:
  Javascript issue on /account/activity

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Version: 1.5, 1.6, master

  These following actions in the page /account/activity are FAILED when turn 
off Javascript:
  - Changing 'Activity type'
  - Clicking both 'Select all'
  - Clicking on the notification subject
  - Clicking 'Delete' button
  - Clicking 'Mark as read' button

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1053208/+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 1053679] Re: Javascript issues on /artefact/internal/notes.php

2012-09-25 Thread Son Nguyen
** Changed in: mahara
   Status: New = Triaged

** Changed in: mahara
   Importance: Undecided = Medium

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

Title:
  Javascript issues on /artefact/internal/notes.php

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Version: 1.5, 1.6, master
  Platform: all
  Browser: Javascript turned off

   - The description of a note is not displayed.
   - The confirmation box for deleting a note don't show up.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1053679/+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 1053178] Re: Javascript issue on /account

2012-09-25 Thread Son Nguyen
** Changed in: mahara
   Status: New = Triaged

** Changed in: mahara
   Importance: Undecided = High

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

Title:
  Javascript issue on /account

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Version: 1.5, 1.6, master

  Javascript is off.
  When clicked Save button for 'General' and 'Notification' settings, we got 
the blank page: body onLoad=sendResult();/body as the JS function 
sendResult() can not be executed.
  However, all changes have been saved in database.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1053178/+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 1053712] Re: Javascript issue on /view/blocks.php

2012-09-25 Thread Son Nguyen
** Changed in: mahara
   Status: New = Triaged

** Changed in: mahara
   Importance: Undecided = Low

** Changed in: mahara
   Importance: Low = High

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

Title:
  Javascript issue on /view/blocks.php

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Version: master
  Platform: all
  Browser: Javascript turned off

  Issues:
   - No 'Confirmation box' when deleting a block
   - A warning when click 'Configuration' button of a block

  [WAR] 65 (lib/pieforms/pieform.php:1408) Pieform element instconf_appsid 
wants to add headdata to the page, but it's too late. Build your form before 
generating the page.
  Call stack (most recent first):
  log_message(Pieform element instconf_appsid wants to add headd..., 8, true, 
true) at /home/sonn/code/mahara/htdocs/lib/errors.php:109
  log_warn(Pieform element instconf_appsid wants to add headd...) at 
/home/sonn/code/mahara/htdocs/lib/pieforms/pieform.php:1408
  Pieform-build_element_html(array(size 16)) at 
/home/sonn/code/mahara/htdocs/lib/pieforms/pieform.php:659
  Pieform-build() at /home/sonn/code/mahara/htdocs/blocktype/lib.php:879
  BlockInstance-build_configure_form(false) at 
/home/sonn/code/mahara/htdocs/blocktype/lib.php:628
  BlockInstance-render_editing(true) at 
/home/sonn/code/mahara/htdocs/view/blocks.php:248

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1053712/+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 1053213] Re: Javascript issues on /artefact/internal

2012-09-25 Thread Son Nguyen
** Description changed:

  Version: all
  
  When turn off javascript, Javascript issues on /artefact/internal are:
-  - There are 2 buttons 'Save profile'
-  - The tabs: 'Contact information', 'Messaging' and 'General' are not 
available
-  - TinyMCE HTML editor is not available
+  - There are 2 buttons 'Save profile'
+  - The tabs: 'Contact information', 'Messaging' and 'General' are not 
available

** Changed in: mahara
   Status: New = Triaged

** Changed in: mahara
   Importance: Undecided = Medium

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

Title:
  Javascript issues on /artefact/internal

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Version: all

  When turn off javascript, Javascript issues on /artefact/internal are:
   - There are 2 buttons 'Save profile'
   - The tabs: 'Contact information', 'Messaging' and 'General' are not 
available

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1053213/+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 1055876] Re: Javascript issue on /user/find.php

2012-09-25 Thread Son Nguyen
** Changed in: mahara
   Importance: Undecided = Medium

** Changed in: mahara
   Status: New = Triaged

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

Title:
  Javascript issue on /user/find.php

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Version: all
  Platform: all
  Browser: non-javascript

  Searching for 'Everyone' does not work
  The link 'Edit group membership' does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1055876/+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 1055879] Re: Javascript issues on /admin/users/institutions.php

2012-09-25 Thread Son Nguyen
** Changed in: mahara
   Importance: Undecided = Medium

** Changed in: mahara
   Status: New = Triaged

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

Title:
  Javascript issues on  /admin/users/institutions.php

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Version: all
  Platform: all
  Browser: non-javascript

  If there is only one institution or you are editing an institution, 
   - 'Default membership period' is always disable
   - Expanding fieldset 'Locked fields' does not work.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1055879/+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 1055900] Re: Javascript issues on /admin/users/institutionusers.php

2012-09-25 Thread Son Nguyen
** Description changed:

  Version: all
  Platform: all
  Browser: non-javascript
  
  Issues:
-  1. Changing th drop-down list 'Users to display' does not work
-  2. List of users is empty
-  3. Buttons '' '' don't work
+  1. Changing the drop-down list 'Users to display' does not work
+  2. List of users is empty
+  3. Buttons '' '' don't work

** Changed in: mahara
   Importance: Undecided = High

** Changed in: mahara
   Status: New = Triaged

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

Title:
  Javascript issues on /admin/users/institutionusers.php

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Version: all
  Platform: all
  Browser: non-javascript

  Issues:
   1. Changing the drop-down list 'Users to display' does not work
   2. List of users is empty
   3. Buttons '' '' don't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1055900/+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 1053766] Re: Javascript issue on /view/urls.php

2012-09-25 Thread Son Nguyen
** Changed in: mahara
   Importance: Undecided = High

** Changed in: mahara
   Status: New = Triaged

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

Title:
  Javascript issue on /view/urls.php

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Version: master
  Platform: all
  Browser: Javascript turned off

  Issues:
   - 'Calendar' icon don't work
   - Clicking 'Save' button with correct time period causes error:

  [WAR] 2e (lib/web.php:2625) redirect() should be called with either 
/[something] for local redirects or http[something] for absolute redirects
  Call stack (most recent first):
  redirect(S) at /home/sonn/code/mahara/htdocs/lib/mahara.php:1716
  pieform_reply(0Secret URL updated) at Unknown:0
  call_user_func_array(pieform_reply, array(size 2)) at 
/home/sonn/code/mahara/htdocs/lib/pieforms/pieform.php:871
  Pieform-reply(0Secret URL updated) at 
/home/sonn/code/mahara/htdocs/view/urls.php:205
  editurl_submit(object(Pieform), array(size 5)) at Unknown:0
  call_user_func_array(editurl_submit, array(size 2)) at 
/home/sonn/code/mahara/htdocs/lib/pieforms/pieform.php:514
  Pieform-__construct(array(size 5)) at 
/home/sonn/code/mahara/htdocs/lib/pieforms/pieform.php:161
  Pieform::process(array(size 5)) at 
/home/sonn/code/mahara/htdocs/lib/pieforms/pieform.php:71
  pieform(array(size 5)) at /home/sonn/code/mahara/htdocs/view/urls.php:137

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1053766/+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 1053739] Re: Javascript issues on /view/view.php

2012-09-25 Thread Son Nguyen
** Changed in: mahara
   Importance: Undecided = Medium

** Changed in: mahara
   Status: New = Triaged

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

Title:
  Javascript issues on /view/view.php

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Version: master
  Platform: all
  Browser: Javascript turned off

  Issues:
   - No 'Confirmation' when deleting a feedback
   - Clicking the links: 'Print', and 'Add page to watchlist' don't work
   - No 'Confirmation' when notifying administrators a objectionable report of 
the page.
   - '[+]' button don't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1053739/+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 1053768] Re: Javascript issue on /view/access.php

2012-09-25 Thread Son Nguyen
** Changed in: mahara
   Importance: Undecided = High

** Changed in: mahara
   Status: New = Triaged

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

Title:
   Javascript issue on /view/access.php

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Version: master
  Platform: all
  Browser: Javascript turned off

  Issues:
   - 'Add' buttons for 'Share with' disappear
   - 'Share with my groups', and 'Share with users' text disappear
   - 'Add' buttons for 'Share with my groups' disappear
   - 'Share with other users and groups' and 'Advanced options' links don't work
   - Clicking 'All' or 'None' links does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1053768/+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 1055875] Re: Javascript issue on /user/myfriends.php

2012-09-25 Thread Son Nguyen
** Changed in: mahara
   Importance: Undecided = Low

** Changed in: mahara
   Status: New = Triaged

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

Title:
  Javascript issue on /user/myfriends.php

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Version: all
  Platform: all
  Browser: non-javascript

  Clicking 'Edit group membership' does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1055875/+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 1056557] Re: Javascript issue on /interaction/forum/editpost.php

2012-09-25 Thread Son Nguyen
** Changed in: mahara
   Importance: Undecided = Medium

** Changed in: mahara
   Status: New = Triaged

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

Title:
  Javascript issue on /interaction/forum/editpost.php

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Version: all
  Platform: all
  Browser: all

  The link 'Click to set a subject' does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1056557/+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 1056539] Re: Javascript issue on /interaction/edit.php

2012-09-25 Thread Son Nguyen
** Changed in: mahara
   Importance: Undecided = Medium

** Changed in: mahara
   Status: New = Triaged

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

Title:
  Javascript issue on /interaction/edit.php

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Version: all
  Platform: all
  Browser: non-javascript

  The fieldset 'Settings' does not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1056539/+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 1052429] Re: Javascript issue on /artefact/file/index.php

2012-09-25 Thread Son Nguyen
These issues also happen on /artefact/file/groupfiles.php

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

Title:
  Javascript issue on  /artefact/file/index.php

Status in Mahara ePortfolio:
  Triaged

Bug description:
  /artefact/file/index.php
  reported for 1.5dev

  When editing a file attributes (icon next to delete), it redirects to
  a new page where you can edit the options. If you click cancel at this
  new page it shows the following:

  [WAR] 71 (lib/errors.php:464) An exception was thrown of class 
PieformException.
  THIS IS BAD and should be changed to something extending MaharaException,
  unless the exception is from a third party library.
  Original trace follows
  [WAR] 71 (lib/pieforms/pieform.php:528) No function registered to handle form 
submission for form files
  Call stack (most recent first):
  Pieform-__construct(array(size 12)) at 
/home/hugh/src/mahara/mahara/htdocs/lib/pieforms/pieform.php:161
  Pieform::process(array(size 12)) at 
/home/hugh/src/mahara/mahara/htdocs/lib/pieforms/pieform.php:71
  pieform(array(size 12)) at 
/home/hugh/src/mahara/mahara/htdocs/artefact/file/index.php:38

  The url is /artefact/file/index.php?edit=32

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1052429/+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 1056602] [NEW] Javascript issues on /admin/registersite.php

2012-09-25 Thread Son Nguyen
Public bug reported:

Version: all
Platform: all
Browser: non-javascript

Clicking the field set 'Data that will be sent' does not work

** Affects: mahara
 Importance: Low
 Status: Triaged

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

Title:
  Javascript issues on /admin/registersite.php

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Version: all
  Platform: all
  Browser: non-javascript

  Clicking the field set 'Data that will be sent' does not work

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