[Mahara-contributors] [Bug 1005634] Re: Display files name

2013-07-24 Thread Kristina Hoeppner
*** This bug is a duplicate of bug 1046750 ***
https://bugs.launchpad.net/bugs/1046750

** Changed in: mahara
Milestone: 1.8.0rc1 => None

** This bug has been marked a duplicate of bug 1046750
   Show more of the file name

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contrib members
https://bugs.launchpad.net/bugs/1005634

Title:
  Display files name

Status in Mahara ePortfolio:
  Triaged

Bug description:
  By default, file names are not displayed fully. This makes searching and 
reading sometimes difficult because most files have a name longer than it is 
permitted to display.
  Would it be possible to display the entire name?

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1005634/+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 1191453] Re: Don't show password in cleartext

2013-07-24 Thread Robert Lyon
** Changed in: mahara/1.5
   Status: Fix Committed => 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 Contrib members
https://bugs.launchpad.net/bugs/1191453

Title:
  Don't show password in cleartext

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.5 series:
  Fix Released
Status in Mahara 1.6 series:
  Fix Committed
Status in Mahara 1.7 series:
  Fix Committed

Bug description:
  When you are on admin/edit.php or admin/add.php, the password you
  enter for a user is displayed in cleartext. This is not good esp. when
  you have form filling turned on in your browser as it remembers the
  passwords that you typed in.

  The easiest solution is to make this field type "password" so that it
  is treated like a password field.

  More complicated would be to allow the admin to toggle between viewing
  the password or not (like in Moodle) or to implement a password
  confirmation (like on the account settings page).

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1191453/+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 1180243] Re: Installation hangs with "Mahara requires InnoDB tables. Please ensure InnoDB tables are enabled in your MySQL server."

2013-07-24 Thread Robert Lyon
** Changed in: mahara/1.5
   Status: Fix Committed => 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 Contrib members
https://bugs.launchpad.net/bugs/1180243

Title:
  Installation hangs with "Mahara requires InnoDB tables. Please ensure
  InnoDB tables are enabled in your MySQL server."

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.5 series:
  Fix Released
Status in Mahara 1.6 series:
  Fix Committed
Status in Mahara 1.8 series:
  Fix Committed

Bug description:
  Fresh install 1.7.1 on OSX Server 10.7.5
  MySQL 5.6.11 - MySQL Community Server 
  Chrome 26.0.1410.65

  My MySQL Installation works flawlessly with some other products like moodle 
2.5.
  Any new tables created with the mahara user via phpMyAdmin are InnoDB tables, 

  show engines;

  gives

  InnoDB,DEFAULT,Supports transactions, row-level locking, and foreign
  keys,YES,YES,YES.

  So how to continue?

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1180243/+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 1150831] Re: Trailing slash missing in directory URL

2013-07-24 Thread Robert Lyon
** Changed in: mahara/1.5
   Status: Fix Committed => 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 Contrib members
https://bugs.launchpad.net/bugs/1150831

Title:
  Trailing slash missing in directory URL

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.5 series:
  Fix Released
Status in Mahara 1.6 series:
  Fix Committed
Status in Mahara 1.7 series:
  Fix Committed

Bug description:
  In https://mahara.org/interaction/forum/topic.php?id=5269 , a user
  reported that clicking the "Done" button after editing a portfolio
  page, caused the user to be sent to a non-https version of their site,
  interrupting their login session.

  After a bit of troubleshooting, it turned out that the problem was
  caused in part, by the fact that in raw/templates/view/blocks.tpl, the
  form containing the "Done" button submits to the url
  "{$WWWROOT}/view", rather than "{$WWWROOT}/view/". (note the missing
  trailing slash)

  With most web servers, if you try to access a directory, but leave the
  trailing slash off the end, you will be redirected to the same URL
  with a trailing slash. (See
  http://httpd.apache.org/docs/2.2/mod/mod_dir.html#directoryslash for
  documentation of this in Apache, for instance). Somehow, this was
  causing problems for this user.

  Since this can cause problems for some users, and since the correct
  URL for a directory has a trailing slash on the end anyway, we should
  fix this so that our directory URLs have a trailing slash. At the
  least, it'll save on a little bit of web traffic, by avoiding a
  redirect.

  This problem was noticed in /view/blocks.tpl, but it's possible it
  could occur in other templates as well.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1150831/+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 1166879] Re: Multiple blogs parameter uncheck when profile is updated

2013-07-24 Thread Robert Lyon
** Changed in: mahara/1.5
   Status: Fix Committed => 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 Contrib members
https://bugs.launchpad.net/bugs/1166879

Title:
  Multiple blogs parameter uncheck when profile is updated

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.5 series:
  Fix Released
Status in Mahara 1.6 series:
  Fix Committed
Status in Mahara 1.8 series:
  Fix Committed

Bug description:
  When you update your preferences and have already checked the multiple
  blogs parameter, the parameter gets unchecked by the system. Hence the
  user have access only to one of his blogs.

  version of Mahara : 1.6.2
  Operating system : Linux (Centos)
  Database MySQL
  Same problem with all browsers

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1166879/+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 1171310] Re: Can bypass comment moderation by editing a comment

2013-07-24 Thread Robert Lyon
** Changed in: mahara/1.5
   Status: Fix Committed => 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 Contrib members
https://bugs.launchpad.net/bugs/1171310

Title:
  Can bypass comment moderation by editing a comment

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.5 series:
  Fix Released
Status in Mahara 1.6 series:
  Fix Committed
Status in Mahara 1.7 series:
  Fix Committed

Bug description:
  A user can make their comments on a page public, even if the page is
  set to require comment moderation, if they create the comment as a
  private comment and then change its status to public while editing it.

  To replicate:

  1. Create a Page for User 1
  2. Make the page accessible to the public, and activate comments & comment 
moderation for the page (this is all under the Sharing tab)
  3. Log in as User 2
  4. Place a comment on the Page, making sure to untick the "Make public" box 
so that the comment is private.
  5. Click the "edit" icon next to the newly created comment.
  6. On the edit page, tick the "Make public" box, and click Save.

  Expected result: The comment's status should be "This comment is
  private | You have requested that this comment be made public"; and it
  shouldn't become public until approved by User 1

  Actual result: The comment becomes public immediately after you click
  Save on the Edit page.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1171310/+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 1177187] Re: program code error when create new rss feed in mahara 1.7.1

2013-07-24 Thread Robert Lyon
** Changed in: mahara/1.5
   Status: Fix Committed => 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 Contrib members
https://bugs.launchpad.net/bugs/1177187

Title:
  program code error when create new rss feed in mahara 1.7.1

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.5 series:
  Fix Released
Status in Mahara 1.6 series:
  Fix Committed
Status in Mahara 1.7 series:
  Fix Committed

Bug description:
  I just install mahara 1.7.1 in our development server to test it before lauch 
to production.
  However, I find rss feed error.
  When I want to create new rss feed in my mahara new page . it show "A 
nonrecverable error occurred. This probabiliy means that you have encountered a 
bug in the system". While creating new rss feed in mahara 1.7 is okay.

  From apache error log, the following is shown,
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157] [WAR] 4c 
(lib/dml.php:1576) Array to string conversion, referer: 
http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157] Call stack (most 
recent first):, referer: http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157]   * 
log_message("Array to string conversion", 8, true, true, 
"/local/www/mahara/lib/dml.php", 1576) at /local/www/mahara/lib/errors.php:446, 
referer: http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157]   * error(8, 
"Array to string conversion", "/local/www/mahara/lib/dml.php", 1576, array(size 
4)) at Unknown:0, referer: http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157]   * implode(",", 
array(size 3)) at /local/www/mahara/lib/dml.php:1576, referer: 
http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157]   * 
create_sql_exception_message(object(ADODB_Exception), "SELECT * FROM 
"blocktype_externalfeed_data" WHERE ...", array(size 3)) at 
/local/www/mahara/lib/dml.php:492, referer: 
http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157]   * 
get_recordset_sql("SELECT * FROM "blocktype_externalfeed_data" WHERE ...", 
array(size 3), 0, 2) at /local/www/mahara/lib/dml.php:333, referer: 
http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157]   * 
get_record_sql("SELECT * FROM "blocktype_externalfeed_data" WHERE ...", 
array(size 3)) at /local/www/mahara/lib/dml.php:365, referer: 
http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157]   * 
get_record_select("blocktype_externalfeed_data", ""url" = ?  AND "authuser" = ? 
 AND "authpassword" ...", array(size 3)) at /local/www/mahara/lib/dml.php:1143, 
referer: http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157]   * 
ensure_record_exists("blocktype_externalfeed_data", array(size 3), 
object(stdClass), "id", true) at 
/local/www/mahara/blocktype/externalfeed/lib.php:272, referer: 
http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157]   * 
PluginBlocktypeExternalfeed::instance_config_save(array(size 9), 
object(BlockInstance)) at Unknown:0, referer: 
http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157]   * 
call_user_func_array(array(size 2), array(size 2)) at 
/local/www/mahara/lib/mahara.php:1365, referer: 
http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157]   * 
call_static_method("PluginBlocktypeExternalfeed", "instance_config_save", 
array(size 9), object(BlockInstance)) at 
/local/www/mahara/blocktype/lib.php:537, referer: 
http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157]   * 
BlockInstance->instance_config_store(object(Pieform), array(size 15)) at 
Unknown:0, referer: http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157]   * 
call_user_func_array(array(size 2), array(size 2)) at 
/local/www/mahara/lib/pieforms/pieform.php:514, referer: 
http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157]   * 
Pieform->__construct(array(size 15)) at 
/local/www/mahara/blocktype/lib.php:906, referer: 
http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157]   * 
BlockInstance->build_configure_form() at /local/www/mahara/view/blocks.php:87, 
referer: http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157] ,

[Mahara-contributors] [Bug 1180194] Re: Changing the auth method requires info about remoteuser getting lost

2013-07-24 Thread Robert Lyon
** Changed in: mahara/1.5
   Status: Fix Committed => 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 Contrib members
https://bugs.launchpad.net/bugs/1180194

Title:
  Changing the auth method requires info about remoteuser getting lost

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.5 series:
  Fix Released
Status in Mahara 1.6 series:
  Fix Committed
Status in Mahara 1.8 series:
  Fix Committed

Bug description:
  When you change the auth method on /admin/users/bulk.php for users who
  have an external auth method, their remote username is deleted even if
  you change it to another external auth method. Thus, you'll need to
  redo the remote username from scratch.

  There should be a help button with info about what happens so admins
  aren't surprised when the remote username is suddenly missing.

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

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


[Mahara-contributors] [Bug 1055239] Re: ClamAV doesn't support scanning multifile uploads

2013-07-24 Thread Robert Lyon
** Changed in: mahara/1.5
   Status: Fix Committed => 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 Contrib members
https://bugs.launchpad.net/bugs/1055239

Title:
  ClamAV doesn't support scanning multifile uploads

Status in Mahara ePortfolio:
  Fix Released
Status in Mahara 1.5 series:
  Fix Released

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

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

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


[Mahara-contributors] [Bug 1132370] Re: Remove create_function() from dml.php to save memory

2013-07-24 Thread Robert Lyon
** Changed in: mahara/1.5
   Status: Fix Committed => 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 Contrib members
https://bugs.launchpad.net/bugs/1132370

Title:
  Remove create_function() from dml.php to save memory

Status in Mahara ePortfolio:
  Fix Released
Status in Mahara 1.5 series:
  Fix Released
Status in Mahara 1.6 series:
  Fix Committed

Bug description:
  While trying to optimize memory usage in the mahara.org cron jobs
  (which keep crashing due to running out of memory), I noticed from the
  error stacks that it kept crashing on the call to create_function() in
  db_quote_table_placeholders() in dml.php

  The reason for this, is because functions created by create_function()
  are never garbage collected. They persist for the lifetime of the
  script's execution. Which means that if you put it inside a loop that
  gets called thousands of times, it keeps using up more and more memory
  with new copies of the function, until the script crashes from running
  out of RAM.

  There are about a dozen other usages of create_function() in Mahara's
  codebase, but this is the only one that's likely to be used in a large
  loop.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1132370/+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 1132370] Re: Remove create_function() from dml.php to save memory

2013-07-24 Thread Robert Lyon
** Changed in: mahara/1.6
   Status: Fix Committed => 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 Contrib members
https://bugs.launchpad.net/bugs/1132370

Title:
  Remove create_function() from dml.php to save memory

Status in Mahara ePortfolio:
  Fix Released
Status in Mahara 1.5 series:
  Fix Released
Status in Mahara 1.6 series:
  Fix Released

Bug description:
  While trying to optimize memory usage in the mahara.org cron jobs
  (which keep crashing due to running out of memory), I noticed from the
  error stacks that it kept crashing on the call to create_function() in
  db_quote_table_placeholders() in dml.php

  The reason for this, is because functions created by create_function()
  are never garbage collected. They persist for the lifetime of the
  script's execution. Which means that if you put it inside a loop that
  gets called thousands of times, it keeps using up more and more memory
  with new copies of the function, until the script crashes from running
  out of RAM.

  There are about a dozen other usages of create_function() in Mahara's
  codebase, but this is the only one that's likely to be used in a large
  loop.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1132370/+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 1191453] Re: Don't show password in cleartext

2013-07-24 Thread Robert Lyon
** Changed in: mahara/1.6
   Status: Fix Committed => 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 Contrib members
https://bugs.launchpad.net/bugs/1191453

Title:
  Don't show password in cleartext

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.5 series:
  Fix Released
Status in Mahara 1.6 series:
  Fix Released
Status in Mahara 1.7 series:
  Fix Committed

Bug description:
  When you are on admin/edit.php or admin/add.php, the password you
  enter for a user is displayed in cleartext. This is not good esp. when
  you have form filling turned on in your browser as it remembers the
  passwords that you typed in.

  The easiest solution is to make this field type "password" so that it
  is treated like a password field.

  More complicated would be to allow the admin to toggle between viewing
  the password or not (like in Moodle) or to implement a password
  confirmation (like on the account settings page).

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1191453/+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 1150831] Re: Trailing slash missing in directory URL

2013-07-24 Thread Robert Lyon
** Changed in: mahara/1.6
   Status: Fix Committed => 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 Contrib members
https://bugs.launchpad.net/bugs/1150831

Title:
  Trailing slash missing in directory URL

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.5 series:
  Fix Released
Status in Mahara 1.6 series:
  Fix Released
Status in Mahara 1.7 series:
  Fix Committed

Bug description:
  In https://mahara.org/interaction/forum/topic.php?id=5269 , a user
  reported that clicking the "Done" button after editing a portfolio
  page, caused the user to be sent to a non-https version of their site,
  interrupting their login session.

  After a bit of troubleshooting, it turned out that the problem was
  caused in part, by the fact that in raw/templates/view/blocks.tpl, the
  form containing the "Done" button submits to the url
  "{$WWWROOT}/view", rather than "{$WWWROOT}/view/". (note the missing
  trailing slash)

  With most web servers, if you try to access a directory, but leave the
  trailing slash off the end, you will be redirected to the same URL
  with a trailing slash. (See
  http://httpd.apache.org/docs/2.2/mod/mod_dir.html#directoryslash for
  documentation of this in Apache, for instance). Somehow, this was
  causing problems for this user.

  Since this can cause problems for some users, and since the correct
  URL for a directory has a trailing slash on the end anyway, we should
  fix this so that our directory URLs have a trailing slash. At the
  least, it'll save on a little bit of web traffic, by avoiding a
  redirect.

  This problem was noticed in /view/blocks.tpl, but it's possible it
  could occur in other templates as well.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1150831/+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 1171310] Re: Can bypass comment moderation by editing a comment

2013-07-24 Thread Robert Lyon
** Changed in: mahara/1.6
   Status: Fix Committed => 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 Contrib members
https://bugs.launchpad.net/bugs/1171310

Title:
  Can bypass comment moderation by editing a comment

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.5 series:
  Fix Released
Status in Mahara 1.6 series:
  Fix Released
Status in Mahara 1.7 series:
  Fix Committed

Bug description:
  A user can make their comments on a page public, even if the page is
  set to require comment moderation, if they create the comment as a
  private comment and then change its status to public while editing it.

  To replicate:

  1. Create a Page for User 1
  2. Make the page accessible to the public, and activate comments & comment 
moderation for the page (this is all under the Sharing tab)
  3. Log in as User 2
  4. Place a comment on the Page, making sure to untick the "Make public" box 
so that the comment is private.
  5. Click the "edit" icon next to the newly created comment.
  6. On the edit page, tick the "Make public" box, and click Save.

  Expected result: The comment's status should be "This comment is
  private | You have requested that this comment be made public"; and it
  shouldn't become public until approved by User 1

  Actual result: The comment becomes public immediately after you click
  Save on the Edit page.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1171310/+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 1132660] Re: "invite user to group" form on user profile page throws headdata error

2013-07-24 Thread Robert Lyon
** Changed in: mahara/1.6
   Status: Fix Committed => 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 Contrib members
https://bugs.launchpad.net/bugs/1132660

Title:
  "invite user to group" form on user profile page throws headdata error

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.5 series:
  Fix Committed
Status in Mahara 1.6 series:
  Fix Released
Status in Mahara 1.7 series:
  Fix Committed

Bug description:
  [WAR] 1d (lib/pieforms/pieform.php:1408) Pieform element invite_group wants 
to add headdata to the page, but it's too late. Build your form before 
generating the page.
  Call stack (most recent first):

  log_message("Pieform element invite_group wants to add headdata...", 8, 
true, true) at /var/www/mahara-dev/code/htdocs/lib/errors.php:109
  log_warn("Pieform element invite_group wants to add headdata...") at 
/var/www/mahara-dev/code/htdocs/lib/pieforms/pieform.php:1408
  Pieform->build_element_html(array(size 13)) at 
/var/www/mahara-dev/code/htdocs/lib/pieforms/pieform.php:659
  Pieform->build() at 
/var/www/mahara-dev/code/htdocs/lib/pieforms/pieform.php:162
  Pieform::process(array(size 4)) at 
/var/www/mahara-dev/code/htdocs/lib/pieforms/pieform.php:71
  pieform(array(size 4)) at 
/var/www/mahara-dev/code/htdocs/user/view.php:201

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1132660/+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 1177187] Re: program code error when create new rss feed in mahara 1.7.1

2013-07-24 Thread Robert Lyon
** Changed in: mahara/1.6
   Status: Fix Committed => 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 Contrib members
https://bugs.launchpad.net/bugs/1177187

Title:
  program code error when create new rss feed in mahara 1.7.1

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.5 series:
  Fix Released
Status in Mahara 1.6 series:
  Fix Released
Status in Mahara 1.7 series:
  Fix Committed

Bug description:
  I just install mahara 1.7.1 in our development server to test it before lauch 
to production.
  However, I find rss feed error.
  When I want to create new rss feed in my mahara new page . it show "A 
nonrecverable error occurred. This probabiliy means that you have encountered a 
bug in the system". While creating new rss feed in mahara 1.7 is okay.

  From apache error log, the following is shown,
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157] [WAR] 4c 
(lib/dml.php:1576) Array to string conversion, referer: 
http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157] Call stack (most 
recent first):, referer: http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157]   * 
log_message("Array to string conversion", 8, true, true, 
"/local/www/mahara/lib/dml.php", 1576) at /local/www/mahara/lib/errors.php:446, 
referer: http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157]   * error(8, 
"Array to string conversion", "/local/www/mahara/lib/dml.php", 1576, array(size 
4)) at Unknown:0, referer: http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157]   * implode(",", 
array(size 3)) at /local/www/mahara/lib/dml.php:1576, referer: 
http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157]   * 
create_sql_exception_message(object(ADODB_Exception), "SELECT * FROM 
"blocktype_externalfeed_data" WHERE ...", array(size 3)) at 
/local/www/mahara/lib/dml.php:492, referer: 
http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157]   * 
get_recordset_sql("SELECT * FROM "blocktype_externalfeed_data" WHERE ...", 
array(size 3), 0, 2) at /local/www/mahara/lib/dml.php:333, referer: 
http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157]   * 
get_record_sql("SELECT * FROM "blocktype_externalfeed_data" WHERE ...", 
array(size 3)) at /local/www/mahara/lib/dml.php:365, referer: 
http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157]   * 
get_record_select("blocktype_externalfeed_data", ""url" = ?  AND "authuser" = ? 
 AND "authpassword" ...", array(size 3)) at /local/www/mahara/lib/dml.php:1143, 
referer: http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157]   * 
ensure_record_exists("blocktype_externalfeed_data", array(size 3), 
object(stdClass), "id", true) at 
/local/www/mahara/blocktype/externalfeed/lib.php:272, referer: 
http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157]   * 
PluginBlocktypeExternalfeed::instance_config_save(array(size 9), 
object(BlockInstance)) at Unknown:0, referer: 
http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157]   * 
call_user_func_array(array(size 2), array(size 2)) at 
/local/www/mahara/lib/mahara.php:1365, referer: 
http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157]   * 
call_static_method("PluginBlocktypeExternalfeed", "instance_config_save", 
array(size 9), object(BlockInstance)) at 
/local/www/mahara/blocktype/lib.php:537, referer: 
http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157]   * 
BlockInstance->instance_config_store(object(Pieform), array(size 15)) at 
Unknown:0, referer: http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157]   * 
call_user_func_array(array(size 2), array(size 2)) at 
/local/www/mahara/lib/pieforms/pieform.php:514, referer: 
http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157]   * 
Pieform->__construct(array(size 15)) at 
/local/www/mahara/blocktype/lib.php:906, referer: 
http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157]   * 
BlockInstance->build_configure_form() at /local/www/mahara/view/blocks.php:87, 
referer: http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157] , 

[Mahara-contributors] [Bug 1180243] Re: Installation hangs with "Mahara requires InnoDB tables. Please ensure InnoDB tables are enabled in your MySQL server."

2013-07-24 Thread Robert Lyon
** Changed in: mahara/1.6
   Status: Fix Committed => 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 Contrib members
https://bugs.launchpad.net/bugs/1180243

Title:
  Installation hangs with "Mahara requires InnoDB tables. Please ensure
  InnoDB tables are enabled in your MySQL server."

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.5 series:
  Fix Released
Status in Mahara 1.6 series:
  Fix Released
Status in Mahara 1.8 series:
  Fix Committed

Bug description:
  Fresh install 1.7.1 on OSX Server 10.7.5
  MySQL 5.6.11 - MySQL Community Server 
  Chrome 26.0.1410.65

  My MySQL Installation works flawlessly with some other products like moodle 
2.5.
  Any new tables created with the mahara user via phpMyAdmin are InnoDB tables, 

  show engines;

  gives

  InnoDB,DEFAULT,Supports transactions, row-level locking, and foreign
  keys,YES,YES,YES.

  So how to continue?

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1180243/+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 1180194] Re: Changing the auth method requires info about remoteuser getting lost

2013-07-24 Thread Robert Lyon
** Changed in: mahara/1.6
   Status: Fix Committed => 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 Contrib members
https://bugs.launchpad.net/bugs/1180194

Title:
  Changing the auth method requires info about remoteuser getting lost

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.5 series:
  Fix Released
Status in Mahara 1.6 series:
  Fix Released
Status in Mahara 1.8 series:
  Fix Committed

Bug description:
  When you change the auth method on /admin/users/bulk.php for users who
  have an external auth method, their remote username is deleted even if
  you change it to another external auth method. Thus, you'll need to
  redo the remote username from scratch.

  There should be a help button with info about what happens so admins
  aren't surprised when the remote username is suddenly missing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1180194/+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 1166879] Re: Multiple blogs parameter uncheck when profile is updated

2013-07-24 Thread Robert Lyon
** Changed in: mahara/1.6
   Status: Fix Committed => 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 Contrib members
https://bugs.launchpad.net/bugs/1166879

Title:
  Multiple blogs parameter uncheck when profile is updated

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.5 series:
  Fix Released
Status in Mahara 1.6 series:
  Fix Released
Status in Mahara 1.8 series:
  Fix Committed

Bug description:
  When you update your preferences and have already checked the multiple
  blogs parameter, the parameter gets unchecked by the system. Hence the
  user have access only to one of his blogs.

  version of Mahara : 1.6.2
  Operating system : Linux (Centos)
  Database MySQL
  Same problem with all browsers

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1166879/+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 1204699] [NEW] Mahara does not notify administrators if institutional membership is full

2013-07-24 Thread William McGrath
Public bug reported:

In a Mahoodle-type setup, if an institution membership is full (as in
Institution::$members['maxuseraccounts'] is reached), new users cannot
be created when they SSO in from Moodle. This functionality is fine,
however there is little feedback to the administrator aside from PHP
logging of a XmlrpcClientException.

It would be great if there was the option to email the institution
administrator a notification that their institution is full and that
they either need to cleanup existing accounts, or they need to increase
the maxuseraccounts limit. This would allow administrators to quickly
resolve this issue, reducing the incidence of errors being returned to
standard users when they attempt to SSO for the first time.

** Affects: mahara
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contrib members
https://bugs.launchpad.net/bugs/1204699

Title:
  Mahara does not notify administrators if institutional membership is
  full

Status in Mahara ePortfolio:
  New

Bug description:
  In a Mahoodle-type setup, if an institution membership is full (as in
  Institution::$members['maxuseraccounts'] is reached), new users cannot
  be created when they SSO in from Moodle. This functionality is fine,
  however there is little feedback to the administrator aside from PHP
  logging of a XmlrpcClientException.

  It would be great if there was the option to email the institution
  administrator a notification that their institution is full and that
  they either need to cleanup existing accounts, or they need to
  increase the maxuseraccounts limit. This would allow administrators to
  quickly resolve this issue, reducing the incidence of errors being
  returned to standard users when they attempt to SSO for the first
  time.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1204699/+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 1171310] Re: Can bypass comment moderation by editing a comment

2013-07-24 Thread Robert Lyon
** Changed in: mahara/1.7
   Status: Fix Committed => 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 Contrib members
https://bugs.launchpad.net/bugs/1171310

Title:
  Can bypass comment moderation by editing a comment

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.5 series:
  Fix Released
Status in Mahara 1.6 series:
  Fix Released
Status in Mahara 1.7 series:
  Fix Released

Bug description:
  A user can make their comments on a page public, even if the page is
  set to require comment moderation, if they create the comment as a
  private comment and then change its status to public while editing it.

  To replicate:

  1. Create a Page for User 1
  2. Make the page accessible to the public, and activate comments & comment 
moderation for the page (this is all under the Sharing tab)
  3. Log in as User 2
  4. Place a comment on the Page, making sure to untick the "Make public" box 
so that the comment is private.
  5. Click the "edit" icon next to the newly created comment.
  6. On the edit page, tick the "Make public" box, and click Save.

  Expected result: The comment's status should be "This comment is
  private | You have requested that this comment be made public"; and it
  shouldn't become public until approved by User 1

  Actual result: The comment becomes public immediately after you click
  Save on the Edit page.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1171310/+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 1180194] Re: Changing the auth method requires info about remoteuser getting lost

2013-07-24 Thread Robert Lyon
** Changed in: mahara
   Status: Fix Committed => 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 Contrib members
https://bugs.launchpad.net/bugs/1180194

Title:
  Changing the auth method requires info about remoteuser getting lost

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.8 series:
  Fix Committed

Bug description:
  When you change the auth method on /admin/users/bulk.php for users who
  have an external auth method, their remote username is deleted even if
  you change it to another external auth method. Thus, you'll need to
  redo the remote username from scratch.

  There should be a help button with info about what happens so admins
  aren't surprised when the remote username is suddenly missing.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1180194/+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 1180243] Re: Installation hangs with "Mahara requires InnoDB tables. Please ensure InnoDB tables are enabled in your MySQL server."

2013-07-24 Thread Robert Lyon
** Changed in: mahara
   Status: Fix Committed => 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 Contrib members
https://bugs.launchpad.net/bugs/1180243

Title:
  Installation hangs with "Mahara requires InnoDB tables. Please ensure
  InnoDB tables are enabled in your MySQL server."

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.8 series:
  Fix Committed

Bug description:
  Fresh install 1.7.1 on OSX Server 10.7.5
  MySQL 5.6.11 - MySQL Community Server 
  Chrome 26.0.1410.65

  My MySQL Installation works flawlessly with some other products like moodle 
2.5.
  Any new tables created with the mahara user via phpMyAdmin are InnoDB tables, 

  show engines;

  gives

  InnoDB,DEFAULT,Supports transactions, row-level locking, and foreign
  keys,YES,YES,YES.

  So how to continue?

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1180243/+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 1177187] Re: program code error when create new rss feed in mahara 1.7.1

2013-07-24 Thread Robert Lyon
** Changed in: mahara/1.7
   Status: Fix Committed => 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 Contrib members
https://bugs.launchpad.net/bugs/1177187

Title:
  program code error when create new rss feed in mahara 1.7.1

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.5 series:
  Fix Released
Status in Mahara 1.6 series:
  Fix Released
Status in Mahara 1.7 series:
  Fix Released

Bug description:
  I just install mahara 1.7.1 in our development server to test it before lauch 
to production.
  However, I find rss feed error.
  When I want to create new rss feed in my mahara new page . it show "A 
nonrecverable error occurred. This probabiliy means that you have encountered a 
bug in the system". While creating new rss feed in mahara 1.7 is okay.

  From apache error log, the following is shown,
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157] [WAR] 4c 
(lib/dml.php:1576) Array to string conversion, referer: 
http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157] Call stack (most 
recent first):, referer: http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157]   * 
log_message("Array to string conversion", 8, true, true, 
"/local/www/mahara/lib/dml.php", 1576) at /local/www/mahara/lib/errors.php:446, 
referer: http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157]   * error(8, 
"Array to string conversion", "/local/www/mahara/lib/dml.php", 1576, array(size 
4)) at Unknown:0, referer: http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157]   * implode(",", 
array(size 3)) at /local/www/mahara/lib/dml.php:1576, referer: 
http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157]   * 
create_sql_exception_message(object(ADODB_Exception), "SELECT * FROM 
"blocktype_externalfeed_data" WHERE ...", array(size 3)) at 
/local/www/mahara/lib/dml.php:492, referer: 
http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157]   * 
get_recordset_sql("SELECT * FROM "blocktype_externalfeed_data" WHERE ...", 
array(size 3), 0, 2) at /local/www/mahara/lib/dml.php:333, referer: 
http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157]   * 
get_record_sql("SELECT * FROM "blocktype_externalfeed_data" WHERE ...", 
array(size 3)) at /local/www/mahara/lib/dml.php:365, referer: 
http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157]   * 
get_record_select("blocktype_externalfeed_data", ""url" = ?  AND "authuser" = ? 
 AND "authpassword" ...", array(size 3)) at /local/www/mahara/lib/dml.php:1143, 
referer: http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157]   * 
ensure_record_exists("blocktype_externalfeed_data", array(size 3), 
object(stdClass), "id", true) at 
/local/www/mahara/blocktype/externalfeed/lib.php:272, referer: 
http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157]   * 
PluginBlocktypeExternalfeed::instance_config_save(array(size 9), 
object(BlockInstance)) at Unknown:0, referer: 
http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157]   * 
call_user_func_array(array(size 2), array(size 2)) at 
/local/www/mahara/lib/mahara.php:1365, referer: 
http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157]   * 
call_static_method("PluginBlocktypeExternalfeed", "instance_config_save", 
array(size 9), object(BlockInstance)) at 
/local/www/mahara/blocktype/lib.php:537, referer: 
http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157]   * 
BlockInstance->instance_config_store(object(Pieform), array(size 15)) at 
Unknown:0, referer: http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157]   * 
call_user_func_array(array(size 2), array(size 2)) at 
/local/www/mahara/lib/pieforms/pieform.php:514, referer: 
http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157]   * 
Pieform->__construct(array(size 15)) at 
/local/www/mahara/blocktype/lib.php:906, referer: 
http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157]   * 
BlockInstance->build_configure_form() at /local/www/mahara/view/blocks.php:87, 
referer: http://maharadev.atc.edu/view/blocks.php?id=125
  [Mon May 06 10:45:56 2013] [error] [client 121.125.125.157] , r

[Mahara-contributors] [Bug 1179299] Re: "Other (enter URL" not translatable for license

2013-07-24 Thread Robert Lyon
** Changed in: mahara
   Status: Fix Committed => 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 Contrib members
https://bugs.launchpad.net/bugs/1179299

Title:
  "Other (enter URL" not translatable for license

Status in Mahara ePortfolio:
  Fix Released
Status in Mahara 1.8 series:
  Fix Committed

Bug description:
  from dajan:

  Another think I am just noticing on my server. When you add an
  artefact with the licence "on" you get a list of licenses you can
  apply to your production. In the list you find all your licenses and
  the item called "Other License (enter URL)". This last string is not
  in the string package and can't be translated.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1179299/+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 1191453] Re: Don't show password in cleartext

2013-07-24 Thread Robert Lyon
** Changed in: mahara/1.7
   Status: Fix Committed => 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 Contrib members
https://bugs.launchpad.net/bugs/1191453

Title:
  Don't show password in cleartext

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.5 series:
  Fix Released
Status in Mahara 1.6 series:
  Fix Released
Status in Mahara 1.7 series:
  Fix Released

Bug description:
  When you are on admin/edit.php or admin/add.php, the password you
  enter for a user is displayed in cleartext. This is not good esp. when
  you have form filling turned on in your browser as it remembers the
  passwords that you typed in.

  The easiest solution is to make this field type "password" so that it
  is treated like a password field.

  More complicated would be to allow the admin to toggle between viewing
  the password or not (like in Moodle) or to implement a password
  confirmation (like on the account settings page).

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1191453/+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 1185661] Re: HTML export doesn't list Pages on the index page

2013-07-24 Thread Robert Lyon
** Changed in: mahara
   Status: Fix Committed => 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 Contrib members
https://bugs.launchpad.net/bugs/1185661

Title:
  HTML export doesn't list Pages on the index page

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  A regression in one of the commits for
  https://bugs.launchpad.net/mahara/+bug/825311 makes it so that when
  you export to HTML, the index page doesn't list individual pages; only
  those that are in collections.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1185661/+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 1166879] Re: Multiple blogs parameter uncheck when profile is updated

2013-07-24 Thread Robert Lyon
** Changed in: mahara
   Status: Fix Committed => 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 Contrib members
https://bugs.launchpad.net/bugs/1166879

Title:
  Multiple blogs parameter uncheck when profile is updated

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.8 series:
  Fix Committed

Bug description:
  When you update your preferences and have already checked the multiple
  blogs parameter, the parameter gets unchecked by the system. Hence the
  user have access only to one of his blogs.

  version of Mahara : 1.6.2
  Operating system : Linux (Centos)
  Database MySQL
  Same problem with all browsers

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1166879/+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 1180263] Re: Help not shown in edit note/text box form

2013-07-24 Thread Robert Lyon
** Changed in: mahara
   Status: Fix Committed => 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 Contrib members
https://bugs.launchpad.net/bugs/1180263

Title:
  Help not shown in edit note/text box form

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  When editing note/text box (Mahara 1.7.x) and user wants to click on
  help icon to show help, the help isn't shown.

  It throws the following error:
  A required parameter is missing or malformed Missing parameter 'plugintype' 
and no default supplied

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1180263/+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 1171365] Re: Resume: Let user set gender to "unspecified"

2013-07-24 Thread Robert Lyon
** Changed in: mahara
   Status: Fix Committed => 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 Contrib members
https://bugs.launchpad.net/bugs/1171365

Title:
  Resume: Let user set gender to "unspecified"

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  Currently the "Personal Information" section of the resume lists
  "male" and "female". This is an optional field, inasmuch as it starts
  out unselected. But, once you select one, you can't go back to being
  unspecified.

  I suggest:

  1. Adding a third option, "(Unspecified)" which will cause the user's
  gender to not be displayed on their resume.

  2. Adding a fourth "other" option, with a blank text field, to
  accommodate people who identify outside of the male/female binary.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1171365/+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 1190186] Re: Masquerading sessions report fails if database tables have prefix

2013-07-24 Thread Robert Lyon
** Changed in: mahara
   Status: Fix Committed => 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 Contrib members
https://bugs.launchpad.net/bugs/1190186

Title:
  Masquerading sessions report fails if database tables have prefix

Status in Mahara ePortfolio:
  Fix Released
Status in Mahara 1.8 series:
  Fix Committed

Bug description:
  In version 1.7.1 in the script 'admin/users/report.php' on line 165,
  the table name 'event_log' is not enclosed in {} and therefore fails
  if the system have been set up with a table prefix.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1190186/+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 1195269] Re: Resume "birthdate" field, if empty auto-fills to 1 Jan 1970

2013-07-24 Thread Robert Lyon
** Changed in: mahara
   Status: Fix Committed => 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 Contrib members
https://bugs.launchpad.net/bugs/1195269

Title:
  Resume "birthdate" field, if empty auto-fills to 1 Jan 1970

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  To replicate:

  1. Create a new user
  2. Go to Content -> Resume -> Introduction
  3. Fill in a "Place of birth" and leave all other fields empty.
  4. Click "Save"
  5. Navigate away from this page (for instance, by going to "Dashboard")
  6. Navigate back to Content -> Resume -> Introduction

  Expected Result: Because no birth date was filled in, the birthdate
  field should still be empty

  Actual Result: the birth date field will show "Jan 1, 1970"

  It would appear that what's going on here is that the field that
  displays it is interpreting the null value from the database as a 0,
  and so it's displaying the Unix 0 epoch as your birthdate.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1195269/+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 1130990] Re: creating a journal with licence requirements on causes errors

2013-07-24 Thread Robert Lyon
** Changed in: mahara
   Status: Fix Committed => 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 Contrib members
https://bugs.launchpad.net/bugs/1130990

Title:
  creating a journal with licence requirements on causes errors

Status in Mahara ePortfolio:
  Fix Released
Status in Mahara 1.8 series:
  Fix Committed

Bug description:
  With both "License metadata" and "Allow custom licenses" options
  selected in the site general settings.

  When creating a new journal, the following errors are output:

  [WAR] be (artefact/blog/lib.php:345) Undefined index: license
  Call stack (most recent first):

  log_message("Undefined index: license", 8, true, true, 
"/var/www/mahara-dev/code/htdocs/artefact/blog/lib", 345) at 
/var/www/mahara-dev/code/htdocs/lib/errors.php:446
  error(8, "Undefined index: license", 
"/var/www/mahara-dev/code/htdocs/artefact/blog/lib", 345, array(size 3)) at 
/var/www/mahara-dev/code/htdocs/artefact/blog/lib.php:345
  ArtefactTypeBlog::new_blog(object(LiveUser), array(size 5)) at 
/var/www/mahara-dev/code/htdocs/artefact/blog/new/index.php:95
  newblog_submit(object(Pieform), array(size 5)) at Unknown:0
  call_user_func_array("newblog_submit", array(size 2)) at 
/var/www/mahara-dev/code/htdocs/lib/pieforms/pieform.php:514
  Pieform->__construct(array(size 6)) at 
/var/www/mahara-dev/code/htdocs/lib/pieforms/pieform.php:161
  Pieform::process(array(size 6)) at 
/var/www/mahara-dev/code/htdocs/lib/pieforms/pieform.php:71
  pieform(array(size 6)) at 
/var/www/mahara-dev/code/htdocs/artefact/blog/new/index.php:79

  [WAR] be (artefact/blog/lib.php:346) Undefined index: licensor
  Call stack (most recent first):

  log_message("Undefined index: licensor", 8, true, true, 
"/var/www/mahara-dev/code/htdocs/artefact/blog/lib", 346) at 
/var/www/mahara-dev/code/htdocs/lib/errors.php:446
  error(8, "Undefined index: licensor", 
"/var/www/mahara-dev/code/htdocs/artefact/blog/lib", 346, array(size 3)) at 
/var/www/mahara-dev/code/htdocs/artefact/blog/lib.php:346
  ArtefactTypeBlog::new_blog(object(LiveUser), array(size 5)) at 
/var/www/mahara-dev/code/htdocs/artefact/blog/new/index.php:95
  newblog_submit(object(Pieform), array(size 5)) at Unknown:0
  call_user_func_array("newblog_submit", array(size 2)) at 
/var/www/mahara-dev/code/htdocs/lib/pieforms/pieform.php:514
  Pieform->__construct(array(size 6)) at 
/var/www/mahara-dev/code/htdocs/lib/pieforms/pieform.php:161
  Pieform::process(array(size 6)) at 
/var/www/mahara-dev/code/htdocs/lib/pieforms/pieform.php:71
  pieform(array(size 6)) at 
/var/www/mahara-dev/code/htdocs/artefact/blog/new/index.php:79

  [WAR] be (artefact/blog/lib.php:347) Undefined index: licensorurl
  Call stack (most recent first):

  log_message("Undefined index: licensorurl", 8, true, true, 
"/var/www/mahara-dev/code/htdocs/artefact/blog/lib", 347) at 
/var/www/mahara-dev/code/htdocs/lib/errors.php:446
  error(8, "Undefined index: licensorurl", 
"/var/www/mahara-dev/code/htdocs/artefact/blog/lib", 347, array(size 3)) at 
/var/www/mahara-dev/code/htdocs/artefact/blog/lib.php:347
  ArtefactTypeBlog::new_blog(object(LiveUser), array(size 5)) at 
/var/www/mahara-dev/code/htdocs/artefact/blog/new/index.php:95
  newblog_submit(object(Pieform), array(size 5)) at Unknown:0
  call_user_func_array("newblog_submit", array(size 2)) at 
/var/www/mahara-dev/code/htdocs/lib/pieforms/pieform.php:514
  Pieform->__construct(array(size 6)) at 
/var/www/mahara-dev/code/htdocs/lib/pieforms/pieform.php:161
  Pieform::process(array(size 6)) at 
/var/www/mahara-dev/code/htdocs/lib/pieforms/pieform.php:71
  pieform(array(size 6)) at 
/var/www/mahara-dev/code/htdocs/artefact/blog/new/index.php:79

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1130990/+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 1132660] Re: "invite user to group" form on user profile page throws headdata error

2013-07-24 Thread Robert Lyon
** Changed in: mahara/1.5
   Status: Fix Committed => Fix Released

** Changed in: mahara/1.7
   Status: Fix Committed => 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 Contrib members
https://bugs.launchpad.net/bugs/1132660

Title:
  "invite user to group" form on user profile page throws headdata error

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.5 series:
  Fix Released
Status in Mahara 1.6 series:
  Fix Released
Status in Mahara 1.7 series:
  Fix Released

Bug description:
  [WAR] 1d (lib/pieforms/pieform.php:1408) Pieform element invite_group wants 
to add headdata to the page, but it's too late. Build your form before 
generating the page.
  Call stack (most recent first):

  log_message("Pieform element invite_group wants to add headdata...", 8, 
true, true) at /var/www/mahara-dev/code/htdocs/lib/errors.php:109
  log_warn("Pieform element invite_group wants to add headdata...") at 
/var/www/mahara-dev/code/htdocs/lib/pieforms/pieform.php:1408
  Pieform->build_element_html(array(size 13)) at 
/var/www/mahara-dev/code/htdocs/lib/pieforms/pieform.php:659
  Pieform->build() at 
/var/www/mahara-dev/code/htdocs/lib/pieforms/pieform.php:162
  Pieform::process(array(size 4)) at 
/var/www/mahara-dev/code/htdocs/lib/pieforms/pieform.php:71
  pieform(array(size 4)) at 
/var/www/mahara-dev/code/htdocs/user/view.php:201

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1132660/+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 1150831] Re: Trailing slash missing in directory URL

2013-07-24 Thread Robert Lyon
** Changed in: mahara/1.7
   Status: Fix Committed => 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 Contrib members
https://bugs.launchpad.net/bugs/1150831

Title:
  Trailing slash missing in directory URL

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.5 series:
  Fix Released
Status in Mahara 1.6 series:
  Fix Released
Status in Mahara 1.7 series:
  Fix Released

Bug description:
  In https://mahara.org/interaction/forum/topic.php?id=5269 , a user
  reported that clicking the "Done" button after editing a portfolio
  page, caused the user to be sent to a non-https version of their site,
  interrupting their login session.

  After a bit of troubleshooting, it turned out that the problem was
  caused in part, by the fact that in raw/templates/view/blocks.tpl, the
  form containing the "Done" button submits to the url
  "{$WWWROOT}/view", rather than "{$WWWROOT}/view/". (note the missing
  trailing slash)

  With most web servers, if you try to access a directory, but leave the
  trailing slash off the end, you will be redirected to the same URL
  with a trailing slash. (See
  http://httpd.apache.org/docs/2.2/mod/mod_dir.html#directoryslash for
  documentation of this in Apache, for instance). Somehow, this was
  causing problems for this user.

  Since this can cause problems for some users, and since the correct
  URL for a directory has a trailing slash on the end anyway, we should
  fix this so that our directory URLs have a trailing slash. At the
  least, it'll save on a little bit of web traffic, by avoiding a
  redirect.

  This problem was noticed in /view/blocks.tpl, but it's possible it
  could occur in other templates as well.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1150831/+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 1046750] Re: Show more of the file name

2013-07-24 Thread Aaron Wells
It's worth noting, to anyone following this bug, that there is some
discussion about the merits of eliminating filename display lengths, in
the review comments for https://reviews.mahara.org/2376

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contrib members
https://bugs.launchpad.net/bugs/1046750

Title:
  Show more of the file name

Status in Mahara ePortfolio:
  In Progress

Bug description:
  https://mahara.org/interaction/forum/topic.php?id=4841

  The file names are shortened too quickly when they are long and are
  not easily readable. A potential solution for showing more is proposed
  in the forum discussion, but maybe it can be made more flexible and
  depend on the width of the block?

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1046750/+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 1204728] [NEW] Selecting image for group page block from 'my files' tab fails

2013-07-24 Thread Robert Lyon
Public bug reported:

Version: 1.8
Platform: apache2, php5, postgres9
Browser: firefox, chromium (possibly others)

Assumptions
 - Fresh install with some pages made in Portfolio Pages where an image block 
was added to the page and some image files were uploaded via the block config.

Actions
 1. Make a new Group
 2. Create new Group page and add an image block to it.
 3. Select the 'My files' tab and select an image.

Expected results
- the image selected is chosen and you are able to them save the block

Actual results
- the image block config popup closes and no image is selected

This works correctly on mahara v1.7.2

** Affects: mahara
 Importance: High
 Status: New


** Tags: vieweditor

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contrib members
https://bugs.launchpad.net/bugs/1204728

Title:
  Selecting image for group page block from 'my files' tab fails

Status in Mahara ePortfolio:
  New

Bug description:
  Version: 1.8
  Platform: apache2, php5, postgres9
  Browser: firefox, chromium (possibly others)

  Assumptions
   - Fresh install with some pages made in Portfolio Pages where an image block 
was added to the page and some image files were uploaded via the block config.

  Actions
   1. Make a new Group
   2. Create new Group page and add an image block to it.
   3. Select the 'My files' tab and select an image.

  Expected results
  - the image selected is chosen and you are able to them save the block

  Actual results
  - the image block config popup closes and no image is selected

  This works correctly on mahara v1.7.2

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

2013-07-24 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/2370
Committed: 
http://gitorious.org/mahara/mahara/commit/d221f3624d791114d4f6fc217884ad9e230337af
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit d221f3624d791114d4f6fc217884ad9e230337af
Author: Aaron Wells 
Date:   Wed Jul 24 11:28:33 2013 +1200

Only show "comment updated" message when the comment description or
title is updated

Bug1201055

Change-Id: Id767f48df9cbb04060cb35361eaf943fb7430b2d

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contrib members
https://bugs.launchpad.net/bugs/1201055

Title:
  Change lang string for updated comments when moderation is turned on

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  The "Updated on ..." phrase next to a comment when it has only been
  made public due to comment moderation is a bit confusing I think. When
  there is an update I expect it to be a textual update like in the
  forums.

  If it is important to have an indication when the comment was made
  public, I think it would be better to state "Date, made public: Date".

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1201055/+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 1201055] Re: Change lang string for updated comments when moderation is turned on

2013-07-24 Thread Robert Lyon
https://reviews.mahara.org/#/c/2370/

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

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

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contrib members
https://bugs.launchpad.net/bugs/1201055

Title:
  Change lang string for updated comments when moderation is turned on

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  The "Updated on ..." phrase next to a comment when it has only been
  made public due to comment moderation is a bit confusing I think. When
  there is an update I expect it to be a textual update like in the
  forums.

  If it is important to have an indication when the comment was made
  public, I think it would be better to state "Date, made public: Date".

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

2013-07-24 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/2377
Committed: 
http://gitorious.org/mahara/mahara/commit/62f87c3f1221b8da05660ad71ecf1988871d72ba
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 62f87c3f1221b8da05660ad71ecf1988871d72ba
Author: Aaron Wells 
Date:   Wed Jul 24 17:12:34 2013 +1200

Make the user's own profile icon a link to the Profile Icon content tab

Bug1183612

Change-Id: I458cfd08a0326f3e21aefe656e00bcdeb6c85bbc
Signed-off-by: Aaron Wells 

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contrib members
https://bugs.launchpad.net/bugs/1183612

Title:
  Make it easier to change a user's profile picture

Status in Mahara ePortfolio:
  Triaged

Bug description:
  When we introduced an internal Mahara at Catalyst, one common
  complaint among the new users was that it was really frustrating to
  figure out how to change their user icon. The general process was
  something like this:

  1. Click on the user icon or username at the top right of the page
  2. This takes them to their user profile Page, which has a button that says 
"click here to edit this page"
  3. So, they click the edit button. That lets them edit which blocks are on 
their profile Page, but not to actually edit their profile content directly
  4. So, they click the "Settings" button in the upper right
  5. This takes them to their account settings page, which has a lot of 
options, but no user profile
  6. They repeat this in a frustrated circle.

  Of course, the actual way to edit your user icon is to go to the
  Contents menu, and there's a tab underneath that. But I think, to
  avoid frustrating new users, it would make sense to put a link to this
  and/or an explanatory note from the user's profile Page and/or account
  settings page, to the Profile content and Profile Picture content
  pages.

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

2013-07-24 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/2376
Committed: 
http://gitorious.org/mahara/mahara/commit/7d46c586cead775efb903079a8f6e59964b4419b
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 7d46c586cead775efb903079a8f6e59964b4419b
Author: Aaron Wells 
Date:   Wed Jul 24 14:14:07 2013 +1200

Show full filenames

Bug 1046750

Change-Id: I3baa2138d52f9ec415145d408dbe198ad302a777

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contrib members
https://bugs.launchpad.net/bugs/1046750

Title:
  Show more of the file name

Status in Mahara ePortfolio:
  In Progress

Bug description:
  https://mahara.org/interaction/forum/topic.php?id=4841

  The file names are shortened too quickly when they are long and are
  not easily readable. A potential solution for showing more is proposed
  in the forum discussion, but maybe it can be made more flexible and
  depend on the width of the block?

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