[Mahara-contributors] [Bug 1175446] Re: user supplied $_SERVER['HTTP_HOST'] can be used for injections

2013-12-02 Thread Bug Watch Updater
** Changed in: mahara (Debian)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1175446

Title:
  user supplied $_SERVER['HTTP_HOST'] can be used for injections

Status in Mahara ePortfolio:
  Fix Released
Status in Mahara 1.6 series:
  Fix Released
Status in Mahara 1.7 series:
  Fix Released
Status in “mahara” package in Debian:
  Fix Released

Bug description:
  http://www.skeletonscribe.net/2013/05/practical-http-host-header-
  attacks.html

  curl -H host:cow\onerror='alert(1) localhost/code/mahara/htdocs/admin/ | 
fgrep cow
  on a fresh install (not installed yet, as first page hit of installed will 
store it in db), will show some unescaped

  that is used in init.php, to set wwwroot, and noreplyaddress

  there is also a possible injection using lib/web.php, the
  get_requested_host_name uses it, which is used by clean_urls, and by
  AccessDeniedException

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1175446/+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 1211758] Re: Arbitrary image download

2013-12-02 Thread Bug Watch Updater
** Changed in: mahara (Debian)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1211758

Title:
  Arbitrary image download

Status in Mahara ePortfolio:
  Fix Released
Status in Mahara 1.5 series:
  Fix Released
Status in Mahara 1.6 series:
  Fix Released
Status in Mahara 1.7 series:
  Fix Released
Status in “mahara” package in Debian:
  Fix Released

Bug description:
  I've discovered a few vulnerabilities within Mahara that allow any
  user to view private images + blog posts of other users. Disclosure: I
  know nothing about Mahara and have only used it for the last 2-3
  hours, please forgive me if I am wrong in my assumptions about the
  architecture/functionality.

  #1: Upload permissions are not properly checked when creating a journal
  When creating a journal entry a user can attach any arbitrary object by ID. 
From what I can tell every object (file, journal, picture etc) are the same 
object (artifact?), or at least all have a unique ID. This means that if use 
the file browser to select a file that you can view, then modify the ID (using 
Chromes developer tools or in-flight using Burp) to an ID of a folder, journal 
entry or image then that object will be attached to the journal entry.

  Here is a screenshot of the issue: http://i.imgur.com/Lwpm808.png
  In that image Picture1.png, maxresdefaults.jpg and tok123tok123's Journal 
belong to other users (and give permission errors if you attempt to view them).

  
  #2: Object permissions and types are not correctly checked when embedding 
content within a page
  It is possible to embed private objects belonging to other users within a 
page. In this screenshot http://i.imgur.com/SShOalI.png I have created a page 
and attached it to a collection. None of the objects in those blocks belong to 
the current user (and hence are un-viewable), and all are private (the journal 
entry to the right is unpublished).

  You can also select an image file to be embedded as a HTML file (under
  the 'Some HTML' heading) and get the file contents. You can select a
  folder, but this causes a 500 error.

  When editing a block and selecting an upload the page sends a
  instconf_artefactid_selected[ID] parameter to the server. Simply
  manipulating the ID in the brackets and the value will let you embed
  any object.

  
  #3: Export function allows arbitrary file download
  Using the technique above you can get a 1024x1024 'thumbnail' of any users 
arbitrary file. Simply use the export function on a page like the one above 
where other users images are embedded. Make sure the embedded images max-size 
is set to 1024 and it will appear within /files/extra.

  I know these are not serious issues, but I'm sure there are other
  permission related issues to be found. I concentrated mainly on the
  journal and collection features.

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

2013-12-02 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/2493
Committed: 
http://gitorious.org/mahara/mahara/commit/590c6a2f6d3e7139d0a89d161cbf3edd598402e6
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 590c6a2f6d3e7139d0a89d161cbf3edd598402e6
Author: Adrian Schlegel adr...@liip.ch
Date:   Thu Sep 12 11:20:41 2013 +0200

Allow users access to site files in subfolders (Bug #1223069)

This patch introduces a setting which, if turned on, allows users to
access linked site files which are placed in subfolders.

Linked site files are set up under Configure site - Menus

Change-Id: Iae4b9e10ef6a921cbf5a3afd9881f33b4c9f280c
Signed-off-by: Adrian Schlegel adr...@liip.ch

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

Title:
  Site files accessible in Links and resources sidebar

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  According to the Site Files documentation, files uploaded into the
  site files section are meant to be accessible to all logged-in users
  (via the Site Files tab on any file selector). The one exception to
  this is files in the hard-coded Public folder, which are meant to
  also be accessible to users who aren't logged in.

  A user on the #mahara irc channel reported that Site Files sitting in
  a subdirectory, however, are not accessible to normal users. I
  verified this behavior in 1.8dev.

  To reproduce:

  1. Log in as an admin user
  2. Go to the Site Files page
  3. Create a subdirectory
  4. Upload a file into that subdirectory
  5. Log in as a non-admin user
  6. Add a files to download block to a page
  7. In the block's file selector, go to the site files page
  8. You will not see the subdirectory you created in step 4, or be able to 
access its files.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1223069/+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 802096] Re: Mahoodle login problem

2013-12-02 Thread Son Nguyen
The Mahoodle instruction on wiki page:
https://wiki.mahara.org/index.php/File:Mahoodle-updated-en.pdf can not
be accessed.

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

Title:
  Mahoodle login problem

Status in Mahara ePortfolio:
  Triaged

Bug description:
  as per http://mahara.org/interaction/forum/topic.php?id=3762

  Here is just the description with the description

  The mahara lib/version.php file I have says 1.3.6 though. The moodle's
  version.php shows 2.0.2

  In Mahara, if the institution has only XMLRC authentication, or
  has others but XMLRC is given no parent, then the problem occurs
  exactly as I've described (user data transfers to Mahara from Moodle,
  but user cannot get passed 'logged out user home' and is never asked
  to change password)

  However, If I put Internal auth as a parent to XMLRC on the
  institution, then I get a go around, by the following odd set of
  events occuring:

  I click the Mahara link under network servers in Moodle, and get 
brought to the logged out user home in Mahara
  I do nothing in Mahara, and I go back to Moodle, and click the Mahara 
link again from the network servers block.
  This time, I get transferred to the 'change password' page in Mahara 
and it says on the side (in Mahara) that I am coming in from Moodle.
  After submitting the changed password in Mahara, I get transferred 
once again to the logged out home. But this time, since internal is the auth 
parent, I can log in with the password that was just set.
  No matter which way I order the auths in the institution, the new 
user from Moodle defaults to Internal Auth. I can log in as admin in Mahara and 
change the user's auth method. Then with the auth method changed to XMLRC, the 
user (once logged into Mahara) can jump back and forth between Moodle and 
Mahara. However, the user still needs to initially log in to Mahara, Moodle 
still won't send the user straight in.

  So, in conclusion, I have a weird go around that my students can
  manage to use, with me having to go into each user account and change
  the auth method) - but this really does seem like it should be an easy
  fix. When porting over through XMLRC, Mahara just seems to be setting
  some value incorrectly which is sending the user to the wrong page.

  Also, the wantsurl doesn't seem to be getting set, it just shows
  wantsurl= with nothing after the '=' in the redirect. And if there's a
  place in moodle to set it for the jump, I don't see where.

  Of course, maybe it is still something to do with my setup. I have
  moodle and mahara on the same server, and I know nothing about
  OpenSSL.

  Hopefully this detailed description will help someone see what the
  problem is.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/802096/+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 802096] Re: Mahoodle login problem

2013-12-02 Thread Son Nguyen
According to the reporter, this issue may be only for 1.3.6. It works
fine for 1.4

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/802096

Title:
  Mahoodle login problem

Status in Mahara ePortfolio:
  Triaged

Bug description:
  as per http://mahara.org/interaction/forum/topic.php?id=3762

  Here is just the description with the description

  The mahara lib/version.php file I have says 1.3.6 though. The moodle's
  version.php shows 2.0.2

  In Mahara, if the institution has only XMLRC authentication, or
  has others but XMLRC is given no parent, then the problem occurs
  exactly as I've described (user data transfers to Mahara from Moodle,
  but user cannot get passed 'logged out user home' and is never asked
  to change password)

  However, If I put Internal auth as a parent to XMLRC on the
  institution, then I get a go around, by the following odd set of
  events occuring:

  I click the Mahara link under network servers in Moodle, and get 
brought to the logged out user home in Mahara
  I do nothing in Mahara, and I go back to Moodle, and click the Mahara 
link again from the network servers block.
  This time, I get transferred to the 'change password' page in Mahara 
and it says on the side (in Mahara) that I am coming in from Moodle.
  After submitting the changed password in Mahara, I get transferred 
once again to the logged out home. But this time, since internal is the auth 
parent, I can log in with the password that was just set.
  No matter which way I order the auths in the institution, the new 
user from Moodle defaults to Internal Auth. I can log in as admin in Mahara and 
change the user's auth method. Then with the auth method changed to XMLRC, the 
user (once logged into Mahara) can jump back and forth between Moodle and 
Mahara. However, the user still needs to initially log in to Mahara, Moodle 
still won't send the user straight in.

  So, in conclusion, I have a weird go around that my students can
  manage to use, with me having to go into each user account and change
  the auth method) - but this really does seem like it should be an easy
  fix. When porting over through XMLRC, Mahara just seems to be setting
  some value incorrectly which is sending the user to the wrong page.

  Also, the wantsurl doesn't seem to be getting set, it just shows
  wantsurl= with nothing after the '=' in the redirect. And if there's a
  place in moodle to set it for the jump, I don't see where.

  Of course, maybe it is still something to do with my setup. I have
  moodle and mahara on the same server, and I know nothing about
  OpenSSL.

  Hopefully this detailed description will help someone see what the
  problem is.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/802096/+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 836361] Re: TabletPC - android - can't drag media types to portfolio page

2013-12-02 Thread Son Nguyen
Now it works well for my 4.2 Android phone and Mahara 1.8 and master.

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

Title:
  TabletPC - android - can't drag media types to portfolio page

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Use case: trying to use the Android Honeycomb platform with Mahara
  1.4.

  Can do everything accept drag block types onto the page canvas - i.e.
  cannot add any content to a portfolio when using an android table with
  default browser.

  Given the convenience of tablet computing and android tablet sales
  this could be an issue for many people.

  Honeycomb 3.2 running on a Motorola Xoom.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/836361/+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 897141] Re: Cant hit reply in forum open on Android

2013-12-02 Thread Son Nguyen
Currently, it works for 4.2 android phone and Mahara 1.8 + master

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

Title:
  Cant hit reply in forum open on Android

Status in Mahara ePortfolio:
  Triaged

Bug description:
  While I can read forum comments it seems that it cannot hit reply
  without opening in an other window and when I get there, it is not
  possible to compose as the keyboard does not pop up

  I can send messages to other users though, I ve tried: the keyboard
  pops up, so wondering if a possible bug in the forum editor may be the
  cause...

  myportfolio (mahara 1.5) Android gingerbread-

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/897141/+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 898914] Re: Modification dates on shared pages not updating

2013-12-02 Thread Son Nguyen
Hi Robert;

Yes, this is what Melissa implemented in her last patch 
https://reviews.mahara.org/#/c/950/3.
However, instead of adding new column (blocksmtime) to the 'view' table, 
Richard recommended of using the existing column 'mtime'. I agreed with his 
idea.

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

Title:
  Modification dates on shared pages not updating

Status in Mahara ePortfolio:
  Triaged

Bug description:
  When a shared page is modified the date and time listed by the shared
  page is not being updated. The comments date and time when created,
  updates but does not update when the comment is edited.

  The shared page states
  'This page lists the most recently modified or commented on pages that have 
been shared with you.'
  This is misleading. I was thinking the lecturers would be able to see all of 
the recent activity on their students pages, so they have a better way of 
providing feedback to the students.

  The date and time of last modification is correct when the page is
  first shared with another user, but it does not update when any
  modifications or edits to a comment are made.

  Mahara version 1.4.1
  PHP version 5.3.8
  psql (PostgreSQL) 8.4.1

  I have attached a screenshot of an example in a word document along
  with the time and date it was meant to update to assist.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/898914/+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 904065] Re: Auth plugins have lots of duplicated code

2013-12-02 Thread Son Nguyen
The tool PMD/CPD (http://pmd.sourceforge.net/cpd.html) to detect code
duplicates is quite helpful

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

Title:
  Auth plugins have lots of duplicated code

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Core authentication plugins (e.g. XMLRPC, SAML and LDAP) have a
  significant amount of duplicated code which could lead to certain
  checks not being performed correctly.

  We should look at refactoring some of it to make these plugins more
  robust and easier to maintain. It will also make it much easier for
  contrib plugins that have to extend the same API.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/904065/+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 921994] Re: LEAP2 import does not check if the new user email is already used in Mahara

2013-12-02 Thread Son Nguyen
I think an interactive UI importing for a bulk of users needs to be
implemented. This will help admins to remove duplicate email addresses.

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

Title:
  LEAP2 import does not check if the new user email is already used in
  Mahara

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  When importing a LEAP2 zip  into a 1.5 Mahara site (latest   1.5.0dev
  from git) and if the new user email is already known, importation
  proceeds  normally  but the mahara site then starts to fail in various
  places (search friends, see groups members) ...

  Errors reported in httpd error_log are :

   [Thu Jan 26 10:22:19 2012] [error] [client 134.214.152.108] [WAR] a9 
(lib/errors.php:749) get_record_sql found more than one row. If you meant to 
retrieve more than one record, use get_records_*, otherwise check your code or 
database for inconsistencies, referer: http://x/m
  ahara/
  [Thu Jan 26 10:22:19 2012] [error] [client 134.214.152.108] Call stack (most 
recent first):, referer: http:///mahara/
  [Thu Jan 26 10:22:19 2012] [error] [client 134.214.152.108]   * 
log_message(get_record_sql found more than one row. If you mea..., 8, true, 
true)
   at /var/www/html/mahara.git/htdocs/lib/errors.php:109, referer: 
http:///mahara/
  [Thu Jan 26 10:22:19 2012] [error] [client 134.214.152.108]   * 
log_warn(get_record_sql found more than one row. If you mea...) at 
/var/www/html/
  mahara.git/htdocs/lib/errors.php:749, referer: http:///mahara/
  [Thu Jan 26 10:22:19 2012] [error] [client 134.214.152.108]   * 
SQLException-__construct(get_record_sql found more than one row. If you 
mea...)
  at /var/www/html/mahara.git/htdocs/lib/dml.php:339, referer: http:///mahara/
  [Thu Jan 26 10:22:19 2012] [error] [client 134.214.152.108]   * 
get_record_sql(SELECT * FROM usr  WHERE email = ? , array(size 1)) at 
/var/www/html/mahara.git/htdocs/lib/dml.php:302, referer: 
http:///mahara/
  [Thu Jan 26 10:22:19 2012] [error] [client 134.214.152.108]   * 
get_record(usr, email, p...@patrickpollet.net) at 
/var/www/html/mahara.git/htdo
  cs/local/insa/remote_avatar.php:17, referer: http:///mahara/
  [Thu Jan 26 10:22:19 2012] [error] [client 134.214.152.108]   * 
local_remote_avatar(p...@patrickpollet.net, array(size 2), 
http:///mahara/theme/raw/stat...;) at 
/var/www/html/mahara.git/htdocs/lib/user.php:2246, referer: 
http:///mahara/
  [Thu Jan 26 10:22:19 2012] [error] [client 134.214.152.108]   * 
remote_avatar(p...@patrickpollet.net, array(size 2), http:///
  mahara/theme/raw/stat...) at 
/var/www/html/mahara.git/htdocs/lib/user.php:2227, referer: 
http:///mahara/
  [Thu Jan 26 10:22:19 2012] [error] [client 134.214.152.108]   * 
profile_icon_url(object(stdClass), 40, 40) at 
/var/www/html/mahara.git/htdocs/lib/d
  woo/mahara/plugins/function.profile_icon_url.php:13, referer: 
http:///mahara/
  [Thu Jan 26 10:22:19 2012] [error] [client 134.214.152.108]   * 
Dwoo_Plugin_profile_icon_url(object(Dwoo_Mahara), object(stdClass), 40, 40) at 
/wor
  
k/maharadata/dwoo/compile/insalyon/var/www/html/mahara.git/htdocs/theme/raw/templates/user/user.tpl.d17.php:92,
 referer: http:///mahara/

  It is also impossible to delete that user under site administration
  since getting that user data fails with the above error...

  To return site to 'normal operation' one has to go to table usr and
  manually edit the new user email to an unique value

  Cheers.

  Edit : I did not tested it yet, but I do hope that this behaviour does
  not occur also in importing users from a CSV file ;-)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/921994/+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 966001] Re: Switch templating system from dwoo to twig

2013-12-02 Thread Kristina Hoeppner
abandonded patches for the moment since we aren't going to change
anything for 1.9:

https://reviews.mahara.org/1425
https://reviews.mahara.org/1424
https://reviews.mahara.org/1423

** Changed in: mahara
   Status: In Progress = Confirmed

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/966001

Title:
  Switch templating system from dwoo to twig

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Given that Dwoo is mostly unmaintained now:

https://twitter.com/#!/seldaek/status/167546484865241088

  we should consider switching to Twig:

http://twig.sensiolabs.org/

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/966001/+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 661602] Re: Dates on external blog posts are not shown

2013-12-02 Thread Kristina Hoeppner
When testing this patch, also check my comments on review 1579 and 1580
if they've been taken into consideration.

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

Title:
  Dates on external blog posts are not shown

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Is it possible to show the dates when a blog post (for example) from
  an external blog was written? When I pull in an RSS feed, I get all
  the content, but not the posting date which makes it more difficult to
  see how old a post is.

  Mahara 1.3 (but I guess also 1.2)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/661602/+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 984575] Re: Leap2A importer: improve robustness of content importing

2013-12-02 Thread Kristina Hoeppner
** Changed in: mahara
Milestone: 1.8.1 = 1.9.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/984575

Title:
  Leap2A importer: improve robustness of content importing

Status in Mahara ePortfolio:
  In Progress

Bug description:
  In import/leap/lib.php, function fix_artefact_reference.

  If a content tag in a Leap2A import has more than one child node,
  the importer gets confused and only imports one of them (either the
  first or the last, not sure which).

  E.g.:

  content type=htmllt;pgt;amp;nbsp;lt;/pgt; lt;pgt;a
  paragraphlt;/pgt; lt;pgt;amp;nbsp;lt;/pgt/content

  This is:

  content
p
p
p

  Which isn't handled properly. I think the leap2A spec mentions that
  content like this is not a good idea, but the fix seems pretty easy.
  Patch attached.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/984575/+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 901894] Re: Showcase more popular pages on homepage

2013-12-02 Thread Kristina Hoeppner
Forum discussion also at
http://mahara.org/interaction/forum/topic.php?id=4279#post18928

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

Title:
  Showcase more popular pages on homepage

Status in Mahara ePortfolio:
  Triaged

Bug description:
  In order to promote popular pages (views) that people have created on
  Mahara sites, we should have an option (enabled by default) to display
  the most popular (by number of page views) pages on the site.

  When logged out:
  - most popular pages that are publicly accessible

  When logged in:
  - most popular pages that are accessible to logged-in users (which includes 
the above public pages)

  For now, the display of these pages will consist of showing the name
  of the page as well as the display name of the author (or group in the
  case of group pages).

  In order to add a bit of variety, that listing should display 10 of
  the most popular pages, randomly taken from the set of the top 30 most
  popular pages. The number of pages to list on the frontpage could be
  customizable with the total set being 3 times the number of random
  pages picked from it (e.g. 25 on the frontpage - set of 75).

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/901894/+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 1211621] Re: Correct license info in file headers

2013-12-02 Thread Kristina Hoeppner
FYI: We decided not to put the license info at the top of the template
files because the information got printed and it's not necessary to have
the license info on any file if we have it elsewhere.

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

Title:
  Correct license info in file headers

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  The license info currently reads:

  
  * This program is free software: you can redistribute it and/or modify
   * it under the terms of the GNU General Public License as published by
   * the Free Software Foundation, either version 3 of the License, or
   * (at your option) any later version.
  

  To avoid any confusion, it should be corrected to read

  
  * This program is free software: you can redistribute it and/or modify
   * it under the terms of the GNU General Public License as published by
   * the Free Software Foundation, either version 3 or later of the License.
  -

  The text appears as comment in probably pretty much every file in
  Mahara but also on the installation screen.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1211621/+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 547987] Re: Allow users to upload LEAP2A files when registering

2013-12-02 Thread Kristina Hoeppner
We are not going to pursue patch 2339 because it would only add more
complexity to the registration. Once a user is registered, they can
easily import their portfolio. Thus, they don't need to upload it
dircetly during the registration.

** Changed in: mahara
   Status: Confirmed = Invalid

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/547987

Title:
  Allow users to upload LEAP2A files when registering

Status in Mahara ePortfolio:
  Invalid

Bug description:
  This will allow people to export from one system and import to another
  without admin intervention, which is a noble goal.

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

2013-12-02 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/2750
Committed: 
http://gitorious.org/mahara/mahara/commit/12bc158fad4bc6ea5c6da0a0de7025498264d008
Submitter: Son Nguyen (son.ngu...@catalyst.net.nz)
Branch:master

commit 12bc158fad4bc6ea5c6da0a0de7025498264d008
Author: Robert Lyon robe...@catalyst.net.nz
Date:   Wed Nov 27 11:30:01 2013 +1300

Allowing the skin design textareas be expandable (bug #1254396)

Change-Id: Ic6e58855750da341208f0bd21f66eba74758d859
Signed-off-by: Robert Lyon robe...@catalyst.net.nz

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

Title:
  Skins description textbox should be expandable

Status in Mahara ePortfolio:
  In Progress

Bug description:
  The skin description text box is very small and cannot be enlarged
  like the wall text box for example so that you can drag the bottom
  right corner and make the editor window bigger.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1254396/+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 1254396] Re: Skins description textbox should be expandable

2013-12-02 Thread Robert Lyon
** Changed in: mahara
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1254396

Title:
  Skins description textbox should be expandable

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  The skin description text box is very small and cannot be enlarged
  like the wall text box for example so that you can drag the bottom
  right corner and make the editor window bigger.

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

2013-12-02 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/2675
Committed: 
http://gitorious.org/mahara/mahara/commit/8a5cebb26e1a488d8013dcaec8ceaa16dd61de8c
Submitter: Son Nguyen (son.ngu...@catalyst.net.nz)
Branch:master

commit 8a5cebb26e1a488d8013dcaec8ceaa16dd61de8c
Author: Aaron Wells aar...@catalyst.net.nz
Date:   Mon Nov 4 16:58:02 2013 +1300

Update PHPMailer to 5.2.7

Bug 1246580: The customizations we had on our 5.1 version aren't
necessary in 5.2.7

Change-Id: I9f62a82a659e0414535048678db818d02d83e751

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

Title:
  Upgrade PHPMailer to 5.2.7

Status in Mahara ePortfolio:
  In Progress

Bug description:
  We're currently on PHPMailer 5.1. Since then they've moved their
  source control to github and released up to 5.2.7:

  https://github.com/PHPMailer/PHPMailer/blob/master/changelog.md

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1246580/+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 1246580] Re: Upgrade PHPMailer to 5.2.7

2013-12-02 Thread Son Nguyen
** Changed in: mahara
   Status: In Progress = Fix Committed

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1246580

Title:
  Upgrade PHPMailer to 5.2.7

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  We're currently on PHPMailer 5.1. Since then they've moved their
  source control to github and released up to 5.2.7:

  https://github.com/PHPMailer/PHPMailer/blob/master/changelog.md

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1246580/+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 692769] Re: Clean up the Print stylesheet

2013-12-02 Thread Aaron Wells
Some additional items from
https://mahara.org/interaction/forum/topic.php?id=5949offset=10limit=10#post25342:

1. The default font size is the absolute 10pts when it should be
relative small or medium, so it'll be based on the user's browser
settings

2. Printing should have option to disable the header, title  author,
and comments

3. The ability to prevent there from being a page break between
related blocks, for instance an image block followed by a text block
that describes it (this necessitates some kind of UI to let a user
indicate which blocks are related to each other)

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

Title:
  Clean up the Print stylesheet

Status in Mahara ePortfolio:
  Triaged

Bug description:
  We should make sure that views have a working print stylesheet.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/692769/+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 1081947] Re: Use of CAST() causes extreme slowdown in large MySQL sites

2013-12-02 Thread Robert Lyon
Other places where db structure differs if upgrading from 1.0 vs fresh
master (1.9dev) install.

I installed 1.0 with mysql then upgraded it thru each version until
master - I then did another mysql install with master and checked what
was different.


Table: `artefact_attachment` 
missing: KEY `arteatta_art_ix` (`artefact`),

Table: `group`
missing: CONSTRAINT `grou_gro_fk` FOREIGN KEY (`grouptype`) REFERENCES 
`grouptype` (`name`),

Table: `grouptype_roles`
missing: PRIMARY KEY (`grouptype`,`role`),
   KEY `grourole_gro_ix` (`grouptype`),
   CONSTRAINT `grourole_gro_fk` FOREIGN KEY (`grouptype`) 
   REFERENCES `grouptype` (`name`)

Table: `view_autocreate_grouptype`
missing: PRIMARY KEY (`view`,`grouptype`),
   KEY `viewautogrou_vie_ix` (`view`),
   KEY `viewautogrou_gro_ix` (`grouptype`),
   CONSTRAINT `viewautogrou_vie_fk` FOREIGN KEY (`view`) 
   REFERENCES `view` (`id`),
   CONSTRAINT `viewautogrou_gro_fk` FOREIGN KEY (`grouptype`) 
   REFERENCES `grouptype` (`name`)

Table: `view_rows_columns`
missing column: `id` bigint(10) NOT NULL AUTO_INCREMENT,
missing: PRIMARY KEY (`id`),

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

Title:
  Use of CAST() causes extreme slowdown in large MySQL sites

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Mahara version  1.5.2
  Linux CentOS release 5.8
  PHP Version 5.3.15
  MySQL 5.0.77 

  When editing a page and trying to add a normal text box by dragging it
  into the page, this loads for approx 2 minutes or more and then
  eventually appears.

  It happens with a journal too but all others are fine and are instant
  as they should be.

  I'm not getting any apache log errors for this nor general server
  errors. The only thing I am able to see is the query that it hangs on
  for this length of time it is the below...

  I hope someone can help as obviously this is causing quite a lot of
  issues for the users!! Anyone able to diagnose what is the issue here?

  The thing is, there is another exact version of the Mahara site
  alongside this one but just a blank version which runs perfectly fine
  so this must be an issue within the database somewhere or the
  maharadata.

  Query below: this hangs for about 1 minute 45..

  SELECT a.*, CAST(a.owner IS NOT NULL AND a.owner = '1739' AS UNSIGNED) AS 
editable FROM artefact a
  LEFT OUTER JOIN artefact_parent_cache apc ON (a.id = 
apc.artefact AND a.institution = 'mahara' AND apc.parent = 371) WHERE (
  a.owner = '1739'
  OR a.id IN (
  SELECT aar.artefact
  FROM group_member m
  JOIN artefact aa ON m.group = aa.group
  JOIN artefact_access_role aar ON aar.role = m.role 
AND aar.artefact = aa.id
  WHERE m.member = '1739' AND aar.can_republish = 1
  )
  OR a.id IN (SELECT artefact FROM artefact_access_usr WHERE 
usr = '1739' AND can_republish = 1)
  OR a.institution IN ('test','mahara')
  ) AND artefacttype IN('blog')ORDER BY title ASC LIMIT 10 |

  Then this one for the rest of the time until eventually the text box
  or journal appears on the page:

  SELECT COUNT(*)  FROM artefact a
  LEFT OUTER JOIN artefact_parent_cache apc ON (a.id = 
apc.artefact AND a.institution = 'mahara' AND apc.parent = 371) WHERE (
  a.owner = '1739'
  OR a.id IN (
  SELECT aar.artefact
  FROM group_member m
  JOIN artefact aa ON m.group = aa.group
  JOIN artefact_access_role aar ON aar.role = m.role 
AND aar.artefact = aa.id
  WHERE m.member = '1739' AND aar.can_republish = 1
  )
  OR a.id IN (SELECT artefact FROM artefact_access_usr WHERE 
usr = '1739' AND can_republish = 1)
  OR a.institution IN ('test','mahara')
  ) AND artefacttype IN('blogpost') |

  Thank you for your help

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

2013-12-02 Thread Aaron Wells
** Changed in: mahara
   Status: In Progress = Won't Fix

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1056528

Title:
  Javascript issue on /group/members.php

Status in Mahara ePortfolio:
  Won't Fix

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 1057168] Re: Javascript issues on /admin/users/search.php

2013-12-02 Thread Aaron Wells
** Changed in: mahara
   Status: In Progress = Won't Fix

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1057168

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

Status in Mahara ePortfolio:
  Won't Fix

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

  Issues:
   1. Buttons 'Edit' and 'Get reports' don't show up.
   2. Checkboxes in the list of users don't show up.
   3. Clicking on the number of 'Results per page' will reset the search to 
default: search all users in all institutions.

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

2013-12-02 Thread Aaron Wells
** Changed in: mahara
   Status: In Progress = Won't Fix

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1057210

Title:
  Javascript issues on /admin/groups/manage.php

Status in Mahara ePortfolio:
  Won't Fix

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

  Issues:
   1. List of group administrators is empty
   2. Buttons '' '' don't work

  See also /admin/users/institutionadmins.php

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

2013-12-02 Thread Aaron Wells
** Changed in: mahara
   Status: In Progress = Won't Fix

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1055902

Title:
  Javascript issues on /admin/users/institutionstaff.php and
  /admin/users/institutionadmins.php

Status in Mahara ePortfolio:
  Won't Fix

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

  Issues:
   1. List of institution members is empty
   2. Buttons '' '' don't work

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

2013-12-02 Thread Aaron Wells
** Changed in: mahara
   Status: In Progress = Won't Fix

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1055877

Title:
  Javascript issue on /view/sharedviews.php

Status in Mahara ePortfolio:
  Won't Fix

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

  Clicking fieldset 'Advanced options' does not work

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

2013-12-02 Thread Aaron Wells
** Changed in: mahara
   Status: In Progress = Won't Fix

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1053768

Title:
  Javascript issues on /view/access.php

Status in Mahara ePortfolio:
  Won't Fix

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 1055879] Re: Javascript issues on /admin/users/institutions.php

2013-12-02 Thread Aaron Wells
** Changed in: mahara
   Status: In Progress = Won't Fix

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1055879

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

Status in Mahara ePortfolio:
  Won't Fix

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 1055876] Re: Javascript issue on /user/find.php

2013-12-02 Thread Aaron Wells
** Changed in: mahara
   Status: In Progress = Won't Fix

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1055876

Title:
  Javascript issue on /user/find.php

Status in Mahara ePortfolio:
  Won't Fix

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 1057158] Re: Javascript issues on /admin/site/menu.php

2013-12-02 Thread Aaron Wells
** Changed in: mahara
   Status: In Progress = Won't Fix

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1057158

Title:
  Javascript issues on /admin/site/menu.php

Status in Mahara ePortfolio:
  Won't Fix

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

  Issues:
   1. List of external links and site files does not show up.
   2. The textbox 'Terms and conditions' is still disable after enable the 
checkbox.

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

2013-12-02 Thread Aaron Wells
** Changed in: mahara
   Status: In Progress = Won't Fix

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1053739

Title:
  Javascript issues on /view/view.php

Status in Mahara ePortfolio:
  Won't Fix

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 1053213] Re: Javascript issues on /artefact/internal

2013-12-02 Thread Aaron Wells
** Changed in: mahara
   Status: In Progress = Won't Fix

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1053213

Title:
  Javascript issues on /artefact/internal

Status in Mahara ePortfolio:
  Won't Fix

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 1053208] Re: Javascript issue on /account/activity

2013-12-02 Thread Aaron Wells
** Changed in: mahara
   Status: In Progress = Won't Fix

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1053208

Title:
  Javascript issue on /account/activity

Status in Mahara ePortfolio:
  Won't Fix

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 1052433] Re: Javascript issue in resume

2013-12-02 Thread Aaron Wells
** Changed in: mahara
   Status: In Progress = Won't Fix

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1052433

Title:
  Javascript issue in resume

Status in Mahara ePortfolio:
  Won't Fix

Bug description:
  /artefact/resume/employment.php
  /artefact/resume/achievements.php

  Buttons don't work when Javascript is off

  Mahara 1.5dev

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

2013-12-02 Thread Aaron Wells
** Changed in: mahara
   Status: In Progress = Won't Fix

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1052428

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

Status in Mahara ePortfolio:
  Won't Fix

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

  When clicking the Upload button, it redirects to a new page with body
  onLoad=sendResult();/body

  The sendResult method is as follows:

  function sendResult() {
  parent.pieformHandlers[upload]({message:Your profile picture has
  been uploaded to your 'images'
  folder.,returnCode:0,replaceHTML:form class=\pieform\
  name=\upload\ method=\post\ action=\\ id=\upload\
  enctype=\multipart\/form-data\\ntable
  cellspacing=\0\tbody\n\ttr id=\upload_file_container\
  class=\required file\\n\t\tthlabel for=\upload_file\Profile
  Picture\/label span
  class=\requiredmarker\*\/span\/th\n\t\ttdinput
  type=\hidden\ name=\MAX_FILE_SIZE\ value=\209715200\\/input
  type=\file\ class=\required file autofocus\ id=\upload_file\
  name=\file\ tabindex=\2\\/td\n\t\/tr\n\ttr
  id=\upload_title_container\ class=\text\\n\t\tthlabel
  for=\upload_title\Image Title\/label\/th\n\t\ttdinput
  type=\text\ class=\text\ id=\upload_title\ name=\title\
  tabindex=\2\ value=\fdh\\/td\n\t\/tr\n\ttr
  id=\upload_submit_container\
  class=\submit\\n\t\tth\/th\n\t\ttdinput type=\submit\
  class=\submit\ id=\upload_submit\ name=\submit\ tabindex=\2\
  value=\Upload\\/td\n\t\/tr\n\/tbody\/table\ninput
  type=\hidden\ class=\hidden\ id=\upload_sesskey\
  name=\sesskey\ value=\ogvAwW0IXKU62L13\\ninput type=\hidden\
  name=\pieform_upload\ value=\\\n\/form\n}); }

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

2013-12-02 Thread Aaron Wells
** Changed in: mahara
   Status: In Progress = Won't Fix

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1057187

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

Status in Mahara ePortfolio:
  Won't Fix

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

  Issues:
   1. List ofsuspended and expired users does not show up.
   2. Clicking the button 'Change' causes an error
  [WAR] 31 (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] 31 (lib/pieforms/pieform.php:530) No function registered to handle form 
submission for form usertype
  Call stack (most recent first):
  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/users/suspended.php:61

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

2013-12-02 Thread Aaron Wells
** Changed in: mahara
   Status: In Progress = Won't Fix

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1053178

Title:
  Javascript issue on /account

Status in Mahara ePortfolio:
  Won't Fix

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 1057131] Re: Javascript issues on /admin/site/pages.php

2013-12-02 Thread Aaron Wells
** Changed in: mahara
   Status: In Progress = Won't Fix

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1057131

Title:
  Javascript issues on /admin/site/pages.php

Status in Mahara ePortfolio:
  Won't Fix

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

  Issues:
   1. When change the 'Page name', the 'Page text' does not change
   2. Get an error when click 'Save changes'

  [WAR] 63 (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(P) at /home/sonn/code/mahara/htdocs/lib/mahara.php:1716
  pieform_reply(0Page saved) 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(0Page saved) at 
/home/sonn/code/mahara/htdocs/admin/site/pages.php:102
  editsitepage_submit(object(Pieform), array(size 4)) at Unknown:0
  call_user_func_array(editsitepage_submit, array(size 2)) at 
/home/sonn/code/mahara/htdocs/lib/pieforms/pieform.php:514
  Pieform-__construct(array(size 4)) at 
/home/sonn/code/mahara/htdocs/lib/pieforms/pieform.php:161
  Pieform::process(array(size 4)) at 
/home/sonn/code/mahara/htdocs/lib/pieforms/pieform.php:71
  pieform(array(size 4)) at 
/home/sonn/code/mahara/htdocs/admin/site/pages.php:86
  [WAR] 63 (lib/form/elements/wysiwyg.php:103) Invalid argument supplied for 
foreach()
  Call stack (most recent first):
  log_message(Invalid argument supplied for foreach(), 8, true, true, 
/home/sonn/code/mahara/htdocs/lib/form/elements/wy..., 103) at 
/home/sonn/code/mahara/htdocs/lib/errors.php:446
  error(2, Invalid argument supplied for foreach(), 
/home/sonn/code/mahara/htdocs/lib/form/elements/wy..., 103, array(size 2)) at 
/home/sonn/code/mahara/htdocs/lib/form/elements/wysiwyg.php:103
  pieform_element_wysiwyg_get_headdata(array(size 8)) at 
/home/sonn/code/mahara/htdocs/lib/pieforms/pieform.php:1640
  pieform_get_headdata() at /home/sonn/code/mahara/htdocs/lib/web.php:102
  smarty(array(size 0), array(size 0), array(size 0), array(size 1)) at 
/home/sonn/code/mahara/htdocs/lib/errors.php:581
  MaharaException-handle_exception() at 
/home/sonn/code/mahara/htdocs/lib/errors.php:472
  exception(object(SystemException)) at Unknown:0
  [WAR] 63 (lib/form/elements/wysiwyg.php:110) Invalid argument supplied for 
foreach()
  Call stack (most recent first):
  log_message(Invalid argument supplied for foreach(), 8, true, true, 
/home/sonn/code/mahara/htdocs/lib/form/elements/wy..., 110) at 
/home/sonn/code/mahara/htdocs/lib/errors.php:446
  error(2, Invalid argument supplied for foreach(), 
/home/sonn/code/mahara/htdocs/lib/form/elements/wy..., 110, array(size 2)) at 
/home/sonn/code/mahara/htdocs/lib/form/elements/wysiwyg.php:110
  pieform_element_wysiwyg_get_headdata(array(size 8)) at 
/home/sonn/code/mahara/htdocs/lib/pieforms/pieform.php:1640
  pieform_get_headdata() at /home/sonn/code/mahara/htdocs/lib/web.php:102
  smarty(array(size 0), array(size 0), array(size 0), array(size 1)) at 
/home/sonn/code/mahara/htdocs/lib/errors.php:581
  MaharaException-handle_exception() at 
/home/sonn/code/mahara/htdocs/lib/errors.php:472
  exception(object(SystemException)) at Unknown:0

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1057131/+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 1057214] Re: Javascript issues /admin/extensions/pluginconfig.php

2013-12-02 Thread Aaron Wells
** Changed in: mahara
   Status: In Progress = Won't Fix

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1057214

Title:
  Javascript issues /admin/extensions/pluginconfig.php

Status in Mahara ePortfolio:
  Won't Fix

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

  Common issues:
   - Clicking 'Save' returns an empty page

  Issues when configuring the plugin:
   1. 'blocktype: file/gallery': the fieldsets 'Flickr settings' and 
'Photobucket settings' can't be expanded
   2. 'blocktype: file: file': Links 'All' and 'None' in fieldset 'Comments' 
don't work
   3. 'artefact: internal: profile': Links 'All' and 'None' don't work

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

2013-12-02 Thread Aaron Wells
** Tags added: nonjs

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

Title:
  Javascript issues on /admin/groups/manage.php

Status in Mahara ePortfolio:
  Won't Fix

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

  Issues:
   1. List of group administrators is empty
   2. Buttons '' '' don't work

  See also /admin/users/institutionadmins.php

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

2013-12-02 Thread Aaron Wells
** Tags added: nonjs

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

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

Status in Mahara ePortfolio:
  Won't Fix

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

  Issues:
   1. List ofsuspended and expired users does not show up.
   2. Clicking the button 'Change' causes an error
  [WAR] 31 (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] 31 (lib/pieforms/pieform.php:530) No function registered to handle form 
submission for form usertype
  Call stack (most recent first):
  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/users/suspended.php:61

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

2013-12-02 Thread Aaron Wells
** Changed in: mahara
   Status: In Progress = Won't Fix

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1057192

Title:
  Javascript issues on /admin/users/staff.php and
  /admin/users/admins.php

Status in Mahara ePortfolio:
  Won't Fix

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

  Issues:
   1. List of site staff/admins is empty
   2. Buttons '' '' don't work

  See also: /admin/users/institutionstaff.php and
  /admin/users/institutionadmins.php

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1057192/+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 1057206] Re: Javascript issues on /view/institutionviews.php, /view/institutionshare.php, /artefact/file/institutionfiles.php, /admin/users/statistics.php, /admin/users/pend

2013-12-02 Thread Aaron Wells
** Changed in: mahara
   Status: In Progress = Won't Fix

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1057206

Title:
  Javascript issues on /view/institutionviews.php,
  /view/institutionshare.php, /artefact/file/institutionfiles.php,
  /admin/users/statistics.php, /admin/users/pendingregistrations.php and
  /collection/index.php

Status in Mahara ePortfolio:
  Won't Fix

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

  Issues:
   1. Changing the institution in the drop-down list does not work

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

2013-12-02 Thread Aaron Wells
** Tags added: nonjs

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

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

Status in Mahara ePortfolio:
  Won't Fix

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

  When clicking the Upload button, it redirects to a new page with body
  onLoad=sendResult();/body

  The sendResult method is as follows:

  function sendResult() {
  parent.pieformHandlers[upload]({message:Your profile picture has
  been uploaded to your 'images'
  folder.,returnCode:0,replaceHTML:form class=\pieform\
  name=\upload\ method=\post\ action=\\ id=\upload\
  enctype=\multipart\/form-data\\ntable
  cellspacing=\0\tbody\n\ttr id=\upload_file_container\
  class=\required file\\n\t\tthlabel for=\upload_file\Profile
  Picture\/label span
  class=\requiredmarker\*\/span\/th\n\t\ttdinput
  type=\hidden\ name=\MAX_FILE_SIZE\ value=\209715200\\/input
  type=\file\ class=\required file autofocus\ id=\upload_file\
  name=\file\ tabindex=\2\\/td\n\t\/tr\n\ttr
  id=\upload_title_container\ class=\text\\n\t\tthlabel
  for=\upload_title\Image Title\/label\/th\n\t\ttdinput
  type=\text\ class=\text\ id=\upload_title\ name=\title\
  tabindex=\2\ value=\fdh\\/td\n\t\/tr\n\ttr
  id=\upload_submit_container\
  class=\submit\\n\t\tth\/th\n\t\ttdinput type=\submit\
  class=\submit\ id=\upload_submit\ name=\submit\ tabindex=\2\
  value=\Upload\\/td\n\t\/tr\n\/tbody\/table\ninput
  type=\hidden\ class=\hidden\ id=\upload_sesskey\
  name=\sesskey\ value=\ogvAwW0IXKU62L13\\ninput type=\hidden\
  name=\pieform_upload\ value=\\\n\/form\n}); }

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

2013-12-02 Thread Aaron Wells
** Changed in: mahara
   Status: In Progress = Won't Fix

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1055900

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

Status in Mahara ePortfolio:
  Won't Fix

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
   4. if the user is admin of several institutions, a drop-down list of 
institutions should show up
   5. Search form does not 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 1057203] Re: Javascript issues on /admin/groups/groupcategories.php

2013-12-02 Thread Aaron Wells
** Changed in: mahara
   Status: In Progress = Won't Fix

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1057203

Title:
  Javascript issues on /admin/groups/groupcategories.php

Status in Mahara ePortfolio:
  Won't Fix

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

  Issues:
   1. List of group categories does not show up
   2. Can't add a new group category

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

2013-12-02 Thread Aaron Wells
** Tags added: nonjs

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

Title:
  Javascript issues on /admin/users/institutionstaff.php and
  /admin/users/institutionadmins.php

Status in Mahara ePortfolio:
  Won't Fix

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

  Issues:
   1. List of institution members is empty
   2. Buttons '' '' don't work

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

2013-12-02 Thread Aaron Wells
** Tags added: nonjs

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

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

Status in Mahara ePortfolio:
  Won't Fix

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 1057168] Re: Javascript issues on /admin/users/search.php

2013-12-02 Thread Aaron Wells
** Tags added: nonus

** Tags removed: nonus
** Tags added: nonjs

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

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

Status in Mahara ePortfolio:
  Won't Fix

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

  Issues:
   1. Buttons 'Edit' and 'Get reports' don't show up.
   2. Checkboxes in the list of users don't show up.
   3. Clicking on the number of 'Results per page' will reset the search to 
default: search all users in all institutions.

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

2013-12-02 Thread Aaron Wells
** Tags added: nonjs

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

Title:
  Javascript issue on /account

Status in Mahara ePortfolio:
  Won't Fix

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 1056528] Re: Javascript issue on /group/members.php

2013-12-02 Thread Aaron Wells
** Tags added: nonjs

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

Title:
  Javascript issue on /group/members.php

Status in Mahara ePortfolio:
  Won't Fix

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 1055877] Re: Javascript issue on /view/sharedviews.php

2013-12-02 Thread Aaron Wells
** Tags added: nonjs

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

Title:
  Javascript issue on /view/sharedviews.php

Status in Mahara ePortfolio:
  Won't Fix

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

  Clicking fieldset 'Advanced options' does not work

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

2013-12-02 Thread Aaron Wells
** Tags added: nonjs

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

Title:
  Javascript issues on /admin/site/pages.php

Status in Mahara ePortfolio:
  Won't Fix

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

  Issues:
   1. When change the 'Page name', the 'Page text' does not change
   2. Get an error when click 'Save changes'

  [WAR] 63 (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(P) at /home/sonn/code/mahara/htdocs/lib/mahara.php:1716
  pieform_reply(0Page saved) 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(0Page saved) at 
/home/sonn/code/mahara/htdocs/admin/site/pages.php:102
  editsitepage_submit(object(Pieform), array(size 4)) at Unknown:0
  call_user_func_array(editsitepage_submit, array(size 2)) at 
/home/sonn/code/mahara/htdocs/lib/pieforms/pieform.php:514
  Pieform-__construct(array(size 4)) at 
/home/sonn/code/mahara/htdocs/lib/pieforms/pieform.php:161
  Pieform::process(array(size 4)) at 
/home/sonn/code/mahara/htdocs/lib/pieforms/pieform.php:71
  pieform(array(size 4)) at 
/home/sonn/code/mahara/htdocs/admin/site/pages.php:86
  [WAR] 63 (lib/form/elements/wysiwyg.php:103) Invalid argument supplied for 
foreach()
  Call stack (most recent first):
  log_message(Invalid argument supplied for foreach(), 8, true, true, 
/home/sonn/code/mahara/htdocs/lib/form/elements/wy..., 103) at 
/home/sonn/code/mahara/htdocs/lib/errors.php:446
  error(2, Invalid argument supplied for foreach(), 
/home/sonn/code/mahara/htdocs/lib/form/elements/wy..., 103, array(size 2)) at 
/home/sonn/code/mahara/htdocs/lib/form/elements/wysiwyg.php:103
  pieform_element_wysiwyg_get_headdata(array(size 8)) at 
/home/sonn/code/mahara/htdocs/lib/pieforms/pieform.php:1640
  pieform_get_headdata() at /home/sonn/code/mahara/htdocs/lib/web.php:102
  smarty(array(size 0), array(size 0), array(size 0), array(size 1)) at 
/home/sonn/code/mahara/htdocs/lib/errors.php:581
  MaharaException-handle_exception() at 
/home/sonn/code/mahara/htdocs/lib/errors.php:472
  exception(object(SystemException)) at Unknown:0
  [WAR] 63 (lib/form/elements/wysiwyg.php:110) Invalid argument supplied for 
foreach()
  Call stack (most recent first):
  log_message(Invalid argument supplied for foreach(), 8, true, true, 
/home/sonn/code/mahara/htdocs/lib/form/elements/wy..., 110) at 
/home/sonn/code/mahara/htdocs/lib/errors.php:446
  error(2, Invalid argument supplied for foreach(), 
/home/sonn/code/mahara/htdocs/lib/form/elements/wy..., 110, array(size 2)) at 
/home/sonn/code/mahara/htdocs/lib/form/elements/wysiwyg.php:110
  pieform_element_wysiwyg_get_headdata(array(size 8)) at 
/home/sonn/code/mahara/htdocs/lib/pieforms/pieform.php:1640
  pieform_get_headdata() at /home/sonn/code/mahara/htdocs/lib/web.php:102
  smarty(array(size 0), array(size 0), array(size 0), array(size 1)) at 
/home/sonn/code/mahara/htdocs/lib/errors.php:581
  MaharaException-handle_exception() at 
/home/sonn/code/mahara/htdocs/lib/errors.php:472
  exception(object(SystemException)) at Unknown:0

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

2013-12-02 Thread Aaron Wells
** Tags added: nonjs

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

Title:
  Javascript issues on /view/access.php

Status in Mahara ePortfolio:
  Won't Fix

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 1053208] Re: Javascript issue on /account/activity

2013-12-02 Thread Aaron Wells
** Tags added: nonjs

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

Title:
  Javascript issue on /account/activity

Status in Mahara ePortfolio:
  Won't Fix

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 1053213] Re: Javascript issues on /artefact/internal

2013-12-02 Thread Aaron Wells
** Tags added: nonjs

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

Title:
  Javascript issues on /artefact/internal

Status in Mahara ePortfolio:
  Won't Fix

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 1052433] Re: Javascript issue in resume

2013-12-02 Thread Aaron Wells
** Tags added: nonjs

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

Title:
  Javascript issue in resume

Status in Mahara ePortfolio:
  Won't Fix

Bug description:
  /artefact/resume/employment.php
  /artefact/resume/achievements.php

  Buttons don't work when Javascript is off

  Mahara 1.5dev

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

2013-12-02 Thread Aaron Wells
** Tags added: nonjs

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

Title:
  Javascript issues on /view/view.php

Status in Mahara ePortfolio:
  Won't Fix

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 1055876] Re: Javascript issue on /user/find.php

2013-12-02 Thread Aaron Wells
** Tags added: nonjs

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

Title:
  Javascript issue on /user/find.php

Status in Mahara ePortfolio:
  Won't Fix

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 1057158] Re: Javascript issues on /admin/site/menu.php

2013-12-02 Thread Aaron Wells
** Tags added: nonjs

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

Title:
  Javascript issues on /admin/site/menu.php

Status in Mahara ePortfolio:
  Won't Fix

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

  Issues:
   1. List of external links and site files does not show up.
   2. The textbox 'Terms and conditions' is still disable after enable the 
checkbox.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1057158/+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 1057214] Re: Javascript issues /admin/extensions/pluginconfig.php

2013-12-02 Thread Aaron Wells
** Tags added: nonjs

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

Title:
  Javascript issues /admin/extensions/pluginconfig.php

Status in Mahara ePortfolio:
  Won't Fix

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

  Common issues:
   - Clicking 'Save' returns an empty page

  Issues when configuring the plugin:
   1. 'blocktype: file/gallery': the fieldsets 'Flickr settings' and 
'Photobucket settings' can't be expanded
   2. 'blocktype: file: file': Links 'All' and 'None' in fieldset 'Comments' 
don't work
   3. 'artefact: internal: profile': Links 'All' and 'None' don't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1057214/+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 1057206] Re: Javascript issues on /view/institutionviews.php, /view/institutionshare.php, /artefact/file/institutionfiles.php, /admin/users/statistics.php, /admin/users/pend

2013-12-02 Thread Aaron Wells
** Tags added: nonjs

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

Title:
  Javascript issues on /view/institutionviews.php,
  /view/institutionshare.php, /artefact/file/institutionfiles.php,
  /admin/users/statistics.php, /admin/users/pendingregistrations.php and
  /collection/index.php

Status in Mahara ePortfolio:
  Won't Fix

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

  Issues:
   1. Changing the institution in the drop-down list does not work

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

2013-12-02 Thread Aaron Wells
** Tags added: nonjs

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

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

Status in Mahara ePortfolio:
  Won't Fix

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
   4. if the user is admin of several institutions, a drop-down list of 
institutions should show up
   5. Search form does not 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 1057203] Re: Javascript issues on /admin/groups/groupcategories.php

2013-12-02 Thread Aaron Wells
** Tags added: nonjs

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

Title:
  Javascript issues on /admin/groups/groupcategories.php

Status in Mahara ePortfolio:
  Won't Fix

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

  Issues:
   1. List of group categories does not show up
   2. Can't add a new group category

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1057203/+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 802096] Re: Mahoodle login problem

2013-12-02 Thread Aaron Wells
It looks like it's a server issue that's stopping the PDF from being
accessible. I've contacted our system administrators about it.

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/802096

Title:
  Mahoodle login problem

Status in Mahara ePortfolio:
  Triaged

Bug description:
  as per http://mahara.org/interaction/forum/topic.php?id=3762

  Here is just the description with the description

  The mahara lib/version.php file I have says 1.3.6 though. The moodle's
  version.php shows 2.0.2

  In Mahara, if the institution has only XMLRC authentication, or
  has others but XMLRC is given no parent, then the problem occurs
  exactly as I've described (user data transfers to Mahara from Moodle,
  but user cannot get passed 'logged out user home' and is never asked
  to change password)

  However, If I put Internal auth as a parent to XMLRC on the
  institution, then I get a go around, by the following odd set of
  events occuring:

  I click the Mahara link under network servers in Moodle, and get 
brought to the logged out user home in Mahara
  I do nothing in Mahara, and I go back to Moodle, and click the Mahara 
link again from the network servers block.
  This time, I get transferred to the 'change password' page in Mahara 
and it says on the side (in Mahara) that I am coming in from Moodle.
  After submitting the changed password in Mahara, I get transferred 
once again to the logged out home. But this time, since internal is the auth 
parent, I can log in with the password that was just set.
  No matter which way I order the auths in the institution, the new 
user from Moodle defaults to Internal Auth. I can log in as admin in Mahara and 
change the user's auth method. Then with the auth method changed to XMLRC, the 
user (once logged into Mahara) can jump back and forth between Moodle and 
Mahara. However, the user still needs to initially log in to Mahara, Moodle 
still won't send the user straight in.

  So, in conclusion, I have a weird go around that my students can
  manage to use, with me having to go into each user account and change
  the auth method) - but this really does seem like it should be an easy
  fix. When porting over through XMLRC, Mahara just seems to be setting
  some value incorrectly which is sending the user to the wrong page.

  Also, the wantsurl doesn't seem to be getting set, it just shows
  wantsurl= with nothing after the '=' in the redirect. And if there's a
  place in moodle to set it for the jump, I don't see where.

  Of course, maybe it is still something to do with my setup. I have
  moodle and mahara on the same server, and I know nothing about
  OpenSSL.

  Hopefully this detailed description will help someone see what the
  problem is.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/802096/+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 921994] Re: LEAP2 import does not check if the new user email is already used in Mahara

2013-12-02 Thread Aaron Wells
Hi Son,

Do you mean an interactive UI for bulk-importing LEAP2A files? Because
you can already bulk-import users using the add users by CSV page.

Cheers,
Aaron

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

Title:
  LEAP2 import does not check if the new user email is already used in
  Mahara

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  When importing a LEAP2 zip  into a 1.5 Mahara site (latest   1.5.0dev
  from git) and if the new user email is already known, importation
  proceeds  normally  but the mahara site then starts to fail in various
  places (search friends, see groups members) ...

  Errors reported in httpd error_log are :

   [Thu Jan 26 10:22:19 2012] [error] [client 134.214.152.108] [WAR] a9 
(lib/errors.php:749) get_record_sql found more than one row. If you meant to 
retrieve more than one record, use get_records_*, otherwise check your code or 
database for inconsistencies, referer: http://x/m
  ahara/
  [Thu Jan 26 10:22:19 2012] [error] [client 134.214.152.108] Call stack (most 
recent first):, referer: http:///mahara/
  [Thu Jan 26 10:22:19 2012] [error] [client 134.214.152.108]   * 
log_message(get_record_sql found more than one row. If you mea..., 8, true, 
true)
   at /var/www/html/mahara.git/htdocs/lib/errors.php:109, referer: 
http:///mahara/
  [Thu Jan 26 10:22:19 2012] [error] [client 134.214.152.108]   * 
log_warn(get_record_sql found more than one row. If you mea...) at 
/var/www/html/
  mahara.git/htdocs/lib/errors.php:749, referer: http:///mahara/
  [Thu Jan 26 10:22:19 2012] [error] [client 134.214.152.108]   * 
SQLException-__construct(get_record_sql found more than one row. If you 
mea...)
  at /var/www/html/mahara.git/htdocs/lib/dml.php:339, referer: http:///mahara/
  [Thu Jan 26 10:22:19 2012] [error] [client 134.214.152.108]   * 
get_record_sql(SELECT * FROM usr  WHERE email = ? , array(size 1)) at 
/var/www/html/mahara.git/htdocs/lib/dml.php:302, referer: 
http:///mahara/
  [Thu Jan 26 10:22:19 2012] [error] [client 134.214.152.108]   * 
get_record(usr, email, p...@patrickpollet.net) at 
/var/www/html/mahara.git/htdo
  cs/local/insa/remote_avatar.php:17, referer: http:///mahara/
  [Thu Jan 26 10:22:19 2012] [error] [client 134.214.152.108]   * 
local_remote_avatar(p...@patrickpollet.net, array(size 2), 
http:///mahara/theme/raw/stat...;) at 
/var/www/html/mahara.git/htdocs/lib/user.php:2246, referer: 
http:///mahara/
  [Thu Jan 26 10:22:19 2012] [error] [client 134.214.152.108]   * 
remote_avatar(p...@patrickpollet.net, array(size 2), http:///
  mahara/theme/raw/stat...) at 
/var/www/html/mahara.git/htdocs/lib/user.php:2227, referer: 
http:///mahara/
  [Thu Jan 26 10:22:19 2012] [error] [client 134.214.152.108]   * 
profile_icon_url(object(stdClass), 40, 40) at 
/var/www/html/mahara.git/htdocs/lib/d
  woo/mahara/plugins/function.profile_icon_url.php:13, referer: 
http:///mahara/
  [Thu Jan 26 10:22:19 2012] [error] [client 134.214.152.108]   * 
Dwoo_Plugin_profile_icon_url(object(Dwoo_Mahara), object(stdClass), 40, 40) at 
/wor
  
k/maharadata/dwoo/compile/insalyon/var/www/html/mahara.git/htdocs/theme/raw/templates/user/user.tpl.d17.php:92,
 referer: http:///mahara/

  It is also impossible to delete that user under site administration
  since getting that user data fails with the above error...

  To return site to 'normal operation' one has to go to table usr and
  manually edit the new user email to an unique value

  Cheers.

  Edit : I did not tested it yet, but I do hope that this behaviour does
  not occur also in importing users from a CSV file ;-)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/921994/+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 898914] Re: Modification dates on shared pages not updating

2013-12-02 Thread Aaron Wells
I second that. Just update the view's mtime.

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

Title:
  Modification dates on shared pages not updating

Status in Mahara ePortfolio:
  Triaged

Bug description:
  When a shared page is modified the date and time listed by the shared
  page is not being updated. The comments date and time when created,
  updates but does not update when the comment is edited.

  The shared page states
  'This page lists the most recently modified or commented on pages that have 
been shared with you.'
  This is misleading. I was thinking the lecturers would be able to see all of 
the recent activity on their students pages, so they have a better way of 
providing feedback to the students.

  The date and time of last modification is correct when the page is
  first shared with another user, but it does not update when any
  modifications or edits to a comment are made.

  Mahara version 1.4.1
  PHP version 5.3.8
  psql (PostgreSQL) 8.4.1

  I have attached a screenshot of an example in a word document along
  with the time and date it was meant to update to assist.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/898914/+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 966001] Re: Switch templating system from dwoo to twig

2013-12-02 Thread Aaron Wells
As I'm sure we're all aware, the problem with changing the template
system is that it'll require a huge amount of work, and it'll offer
practically no tangible benefits to front-end users.

Whenever we decide to move forward on a template engine replacement (and
we should eventually, because Dwoo is dead), we'll need to decide
between Twig, Smarty, or something else. Currently, the way I see it is
that Smarty has the advantage that it's closer to Dwoo, so it'll
probably be less work to adapt our codebase and documentation. Twig has
the advantage that it's more attractive to developers, being newer,
trendier, and used by Drupal.

But web frameworks evolve pretty fast, so we'll probably need to review
the issue at the time we decide to pick up the change again.

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

Title:
  Switch templating system from dwoo to twig

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Given that Dwoo is mostly unmaintained now:

https://twitter.com/#!/seldaek/status/167546484865241088

  we should consider switching to Twig:

http://twig.sensiolabs.org/

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/966001/+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 1211621] Re: Correct license info in file headers

2013-12-02 Thread Aaron Wells
That is to say, we tried adding the license info to template files
inside of Dwoo comment tags:

 {* License goes here! *}

... but on some pages the comments actually got printed as part of the
template instead of ignored like they're supposed to. Since it's not
obligatory to print the license on top of every single file in a
project, we decided it wasn't worth troubleshooting the issue and just
left the license info off the template files.

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

Title:
  Correct license info in file headers

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  The license info currently reads:

  
  * This program is free software: you can redistribute it and/or modify
   * it under the terms of the GNU General Public License as published by
   * the Free Software Foundation, either version 3 of the License, or
   * (at your option) any later version.
  

  To avoid any confusion, it should be corrected to read

  
  * This program is free software: you can redistribute it and/or modify
   * it under the terms of the GNU General Public License as published by
   * the Free Software Foundation, either version 3 or later of the License.
  -

  The text appears as comment in probably pretty much every file in
  Mahara but also on the installation screen.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1211621/+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 802096] Re: Mahoodle login problem

2013-12-02 Thread Aaron Wells
Okay, the wiki problem is fixed now.

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

Title:
  Mahoodle login problem

Status in Mahara ePortfolio:
  Triaged

Bug description:
  as per http://mahara.org/interaction/forum/topic.php?id=3762

  Here is just the description with the description

  The mahara lib/version.php file I have says 1.3.6 though. The moodle's
  version.php shows 2.0.2

  In Mahara, if the institution has only XMLRC authentication, or
  has others but XMLRC is given no parent, then the problem occurs
  exactly as I've described (user data transfers to Mahara from Moodle,
  but user cannot get passed 'logged out user home' and is never asked
  to change password)

  However, If I put Internal auth as a parent to XMLRC on the
  institution, then I get a go around, by the following odd set of
  events occuring:

  I click the Mahara link under network servers in Moodle, and get 
brought to the logged out user home in Mahara
  I do nothing in Mahara, and I go back to Moodle, and click the Mahara 
link again from the network servers block.
  This time, I get transferred to the 'change password' page in Mahara 
and it says on the side (in Mahara) that I am coming in from Moodle.
  After submitting the changed password in Mahara, I get transferred 
once again to the logged out home. But this time, since internal is the auth 
parent, I can log in with the password that was just set.
  No matter which way I order the auths in the institution, the new 
user from Moodle defaults to Internal Auth. I can log in as admin in Mahara and 
change the user's auth method. Then with the auth method changed to XMLRC, the 
user (once logged into Mahara) can jump back and forth between Moodle and 
Mahara. However, the user still needs to initially log in to Mahara, Moodle 
still won't send the user straight in.

  So, in conclusion, I have a weird go around that my students can
  manage to use, with me having to go into each user account and change
  the auth method) - but this really does seem like it should be an easy
  fix. When porting over through XMLRC, Mahara just seems to be setting
  some value incorrectly which is sending the user to the wrong page.

  Also, the wantsurl doesn't seem to be getting set, it just shows
  wantsurl= with nothing after the '=' in the redirect. And if there's a
  place in moodle to set it for the jump, I don't see where.

  Of course, maybe it is still something to do with my setup. I have
  moodle and mahara on the same server, and I know nothing about
  OpenSSL.

  Hopefully this detailed description will help someone see what the
  problem is.

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