[Mahara-contributors] [Bug 778254] Re: Split multiple user activity notifications into chunks

2013-11-20 Thread Kristina Hoeppner
Changing the subscription may solve part of the problem, but not really
its cause because you may need a forum to really reach everyone and then
you could still not do 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/778254

Title:
  Split multiple user activity notifications into chunks

Status in Mahara ePortfolio:
  In Progress

Bug description:
  See bug #716812.

  When there are lots of users that need to be notified about a single
  activity, they need to be chunked and processed over several cron runs
  to avoid running out of memory.

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

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


[Mahara-contributors] [Bug 1044223] Re: Institutions list counts all institutions in inst. administration

2013-11-20 Thread Robert Lyon
This is still the case: the count is showing all institutions and not
how many are being displayed for this particular admin user

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

Title:
  Institutions list counts all institutions in inst. administration

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Site has 3+ institutions (incl. default No institution) and an
  institution admin is admin for at least 2 institutions.

  When on /admin/users/institutions.php?i=institutionb the institution
  admin sees only his two institutions, but it says 3 institutions at
  the bottom also counting the institutions to which he doesn't have
  access. I think the result list should then show 2 institutions. He
  could potentially be admin for many institutions thus making an
  accurate accounting of it necessary.

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

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


[Mahara-contributors] [Bug 1253427] [NEW] export/import of skin doesn't record creator name / creation date

2013-11-20 Thread Robert Lyon
Public bug reported:

Currently with skins one can export a skin allowing others to import the skin 
but the skin creator and creation time of the skin is not added to the export.
These two pieces of information need to be added to the xml file that is 
generated.

Also, there is no facility for the imported skin to record the creator
of skin.

There needs to be a new char column in the skin table that records the
name of the originator from skin import and on import set the ctime to
the ctime listed in the xml file.

** Affects: mahara
 Importance: Wishlist
 Status: New

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

Title:
  export/import of skin doesn't record creator name / creation date

Status in Mahara ePortfolio:
  New

Bug description:
  Currently with skins one can export a skin allowing others to import the skin 
but the skin creator and creation time of the skin is not added to the export.
  These two pieces of information need to be added to the xml file that is 
generated.

  Also, there is no facility for the imported skin to record the creator
  of skin.

  There needs to be a new char column in the skin table that records the
  name of the originator from skin import and on import set the ctime to
  the ctime listed in the xml file.

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

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


[Mahara-contributors] [Bug 1253462] [NEW] Undefined property: stdClass::$urlid after doing feedback

2013-11-20 Thread Robert Lyon
Public bug reported:

I set up a new site and created a page as admin user. I added some
feedback to page and then when I went to navigate away I got:

[WAR] a0 (lib/user.php:1629) Undefined property: stdClass::$urlid
Call stack (most recent first):

log_message(Undefined property: stdClass::$urlid, 8, true, true, 
/var/www/nyit-testing-mahara/releases/201311202206..., 1629) at 
/var/www/nyit-testing-mahara/releases/20131120220631/lib/errors.php:430
error(8, Undefined property: stdClass::$urlid, 
/var/www/nyit-testing-mahara/releases/201311202206..., 1629, array(size 5)) 
at /var/www/nyit-testing-mahara/releases/20131120220631/lib/user.php:1629
profile_url(2) at 
/var/www/nyit-testing-mahara/releases/20131120220631/artefact/comment/lib.php:538
ArtefactTypeComment::build_html(object(stdClass)) at 
/var/www/nyit-testing-mahara/releases/20131120220631/artefact/comment/lib.php:383
ArtefactTypeComment::get_comments(10, 0, last, object(View), null) at 
/var/www/nyit-testing-mahara/releases/20131120220631/artefact/comment/lib.php:1152
add_feedback_form_submit(object(Pieform), array(size 5)) at Unknown:0


from what I could tell from the code the profile_url() call was fetching info 
about $user and that information was being called from get_user_for_display() 
and it was returning the $usercache info for the user but the $usercache did 
not have anything set for urlid

** Affects: mahara
 Importance: Undecided
 Status: New

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

Title:
  Undefined property: stdClass::$urlid after doing feedback

Status in Mahara ePortfolio:
  New

Bug description:
  I set up a new site and created a page as admin user. I added some
  feedback to page and then when I went to navigate away I got:

  [WAR] a0 (lib/user.php:1629) Undefined property: stdClass::$urlid
  Call stack (most recent first):

  log_message(Undefined property: stdClass::$urlid, 8, true, true, 
/var/www/nyit-testing-mahara/releases/201311202206..., 1629) at 
/var/www/nyit-testing-mahara/releases/20131120220631/lib/errors.php:430
  error(8, Undefined property: stdClass::$urlid, 
/var/www/nyit-testing-mahara/releases/201311202206..., 1629, array(size 5)) 
at /var/www/nyit-testing-mahara/releases/20131120220631/lib/user.php:1629
  profile_url(2) at 
/var/www/nyit-testing-mahara/releases/20131120220631/artefact/comment/lib.php:538
  ArtefactTypeComment::build_html(object(stdClass)) at 
/var/www/nyit-testing-mahara/releases/20131120220631/artefact/comment/lib.php:383
  ArtefactTypeComment::get_comments(10, 0, last, object(View), null) at 
/var/www/nyit-testing-mahara/releases/20131120220631/artefact/comment/lib.php:1152
  add_feedback_form_submit(object(Pieform), array(size 5)) at Unknown:0

  
  from what I could tell from the code the profile_url() call was fetching info 
about $user and that information was being called from get_user_for_display() 
and it was returning the $usercache info for the user but the $usercache did 
not have anything set for urlid

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

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


[Mahara-contributors] [Bug 1045138] Re: Image disappears from Page Description when page shared by Secret URL

2013-11-20 Thread Robert Lyon
I wonder if this still is a problem in v1.8. I know there was the
tightening up of restrictions regarding access to artefacts.

What sort of image urls are you adding to the description field?
Are they like this: http://mahara-testing/artefact/file/download.php?file=79

From my initial test with 1.8 I can see the image in description if I am
the user who added it - but I can't see it if I am another user with
access to the page. This is because the description field is not
designed to have internal to Mahara artefacts like images added there.

Now that Mahara 1.8 has flexible layouts there is probably a greatly
reduced need for page descriptions to contain images (or even have
descriptions displayed on page at all) as you can have a multiple rows
of columns. So you can have a full width row for row one before getting
to the various other rows/columns.

What might be needed instead is to have the ability for an image or
textbox to have no header bar  on page view allowing them to mimic what
the description field does currently but in a better way.

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

Title:
  Image disappears from Page Description when page shared by Secret URL

Status in Mahara ePortfolio:
  Triaged

Bug description:
  - exact version of Mahara: 1.4.2  1.5 (demo.mahara.org)
  - operating system:  Windows for the 1.4.2 version (I think)
  - database: MySQL (I think)
  - Chrome 20, IE8  9, FireFox 13, Safari 5

  If an image is inserted into a Page Description (for example, as a
  decorative heading or title) and then that page is shared by Secret
  URL, the image disappears.

  Any other images, such as those inserted as an image block and those
  inserted inline within a text box, appear without issue.

  I have tested this in our installation of Mahara (1.4.2) and the
  demo.mahara.org version. The screen capture is taken from when I
  tested the demo.mahara.org version. In our version we get identical
  results, where the Page Description image disappears.

  Addendum: if the images are hosted externally, e.g. at Flickr, they
  actually do appear in the Page Description area! It might take a few
  seconds for the image to load, though.

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

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


[Mahara-contributors] [Bug 1253462] Re: Undefined property: stdClass::$urlid after doing feedback

2013-11-20 Thread Aaron Wells
Actually I can't replicate the group-creation warning message I thought
I was seeing. I was testing some things relating to feedback at the same
time, so perhaps I was actually seeing this error message.

I thought it might be related to Bug 1058416, but reverting to before
the patch for that bug I still get the issue, so it seems to be
unrelated after all.

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

Title:
  Undefined property: stdClass::$urlid after doing feedback

Status in Mahara ePortfolio:
  New

Bug description:
  I set up a new site and created a page as admin user. I added some
  feedback to page and then when I went to navigate away I got:

  [WAR] a0 (lib/user.php:1629) Undefined property: stdClass::$urlid
  Call stack (most recent first):

  log_message(Undefined property: stdClass::$urlid, 8, true, true, 
/var/www/nyit-testing-mahara/releases/201311202206..., 1629) at 
/var/www/nyit-testing-mahara/releases/20131120220631/lib/errors.php:430
  error(8, Undefined property: stdClass::$urlid, 
/var/www/nyit-testing-mahara/releases/201311202206..., 1629, array(size 5)) 
at /var/www/nyit-testing-mahara/releases/20131120220631/lib/user.php:1629
  profile_url(2) at 
/var/www/nyit-testing-mahara/releases/20131120220631/artefact/comment/lib.php:538
  ArtefactTypeComment::build_html(object(stdClass)) at 
/var/www/nyit-testing-mahara/releases/20131120220631/artefact/comment/lib.php:383
  ArtefactTypeComment::get_comments(10, 0, last, object(View), null) at 
/var/www/nyit-testing-mahara/releases/20131120220631/artefact/comment/lib.php:1152
  add_feedback_form_submit(object(Pieform), array(size 5)) at Unknown:0

  
  from what I could tell from the code the profile_url() call was fetching info 
about $user and that information was being called from get_user_for_display() 
and it was returning the $usercache info for the user but the $usercache did 
not have anything set for urlid

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

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


[Mahara-contributors] [Bug 1045292] Re: Not alllowed to embed internal video/avi files

2013-11-20 Thread Robert Lyon
The problem here is the default mimetype for .avi - video/x-msvideo is
not been adhered to by the browser that is uploading the file.

This most likely is a result of this bug 1249858

where the correct mimetype is not 'sniffed out' properly and so relies on what 
the browser tells it.
This can be slightly wrong, like: video/avi or can be completely wrong, like: 
image/jpeg 

It all depends where a user has been with their browser and what has
been added to the mimetypes the browser understands.

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

Title:
  Not alllowed to embed internal video/avi files

Status in Mahara ePortfolio:
  Triaged

Bug description:
  In our organisation we noticed that with the AVI option checked on the
  'Plugin administration: blocktype: file/internalmedia' screen, it was
  still not possible to embed AVI files. (Ubuntu 12.04.1 x86_64 with
  Mahara 1.5.2).

  I traced the source back to the artefact/file/filetypes.xml file which is 
missing the mimetype 'video/avi' for the AVI extension.
  Adding this line and manually to the artefact_file_mime_types postgres 
database table fixes the issue.

  I've enclosed a unified diff so that it can be processed into the next
  Mahara update.

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

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


[Mahara-contributors] [Bug 1253462] Re: Undefined property: stdClass::$urlid after doing feedback

2013-11-20 Thread Aaron Wells
Ah, this bug only happens if you have $cfg-cleanurls = true;, and only
for the admin user. It's because the admin user's urlid doesn't get
created at installation time. Instead of going through create_user(),
the admin is created by direct DB insert.

** Tags added: bite-sized cleanurls

** Changed in: mahara
   Importance: Undecided = Low

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

Title:
  Undefined property: stdClass::$urlid after doing feedback

Status in Mahara ePortfolio:
  New

Bug description:
  I set up a new site and created a page as admin user. I added some
  feedback to page and then when I went to navigate away I got:

  [WAR] a0 (lib/user.php:1629) Undefined property: stdClass::$urlid
  Call stack (most recent first):

  log_message(Undefined property: stdClass::$urlid, 8, true, true, 
/var/www/nyit-testing-mahara/releases/201311202206..., 1629) at 
/var/www/nyit-testing-mahara/releases/20131120220631/lib/errors.php:430
  error(8, Undefined property: stdClass::$urlid, 
/var/www/nyit-testing-mahara/releases/201311202206..., 1629, array(size 5)) 
at /var/www/nyit-testing-mahara/releases/20131120220631/lib/user.php:1629
  profile_url(2) at 
/var/www/nyit-testing-mahara/releases/20131120220631/artefact/comment/lib.php:538
  ArtefactTypeComment::build_html(object(stdClass)) at 
/var/www/nyit-testing-mahara/releases/20131120220631/artefact/comment/lib.php:383
  ArtefactTypeComment::get_comments(10, 0, last, object(View), null) at 
/var/www/nyit-testing-mahara/releases/20131120220631/artefact/comment/lib.php:1152
  add_feedback_form_submit(object(Pieform), array(size 5)) at Unknown:0

  
  from what I could tell from the code the profile_url() call was fetching info 
about $user and that information was being called from get_user_for_display() 
and it was returning the $usercache info for the user but the $usercache did 
not have anything set for urlid

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

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


[Mahara-contributors] [Bug 1047481] Re: Groups menu 'I want to join' - improvement

2013-11-20 Thread Robert Lyon
I've made a patch to remove the unneeded option
https://reviews.mahara.org/#/c/2727

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

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

** Changed in: mahara
Milestone: None = 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/1047481

Title:
  Groups menu 'I want to join' - improvement

Status in Mahara ePortfolio:
  In Progress

Bug description:
  In the groups tab users are presented with My Groups by default - but on 
this menu is the option Groups I want to join
  If you select this and click to filter it pops up the unhelpful message Try 
searching for groups to join. This would be far better if instead this menu 
item took you directly to Find Groups - mahara/group/find.php

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

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


[Mahara-contributors] [Bug 912028] Re: Use HTML5 client-side validation in pieforms

2013-11-20 Thread Aaron Wells
It looks like some of the HTML5 form validation features could work
side-by-side with our existing Javascript validation, as a kind of
augmentation. Like the required attribute, for instance. http://www
.the-art-of-web.com/html/html5-form-validation/

But it's probably not worth putting much effort into this just yet,
since the JS does an adequate job.

** Summary changed:

- Use HTML5 client-side validation in pieforms
+ Add HTML5 client-side validation to pieforms

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

Title:
  Add HTML5 client-side validation to pieforms

Status in Mahara ePortfolio:
  Triaged

Bug description:
  HTML5 adds new attributes on form elements to enable some basic
  client-side form validation:

http://www.marcozehe.de/2011/12/05/from-wai-aria-to-html5-and-back-
  or-maybe-not/

  We should add that to pieforms so that all of our forms get it.

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

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


[Mahara-contributors] [Bug 1051495] Re: Warning when deleting default journal

2013-11-20 Thread Robert Lyon
The patch https://reviews.mahara.org/#/c/2082/ for bug #703980 will have
fixed this problem.

The $change for the if ($change) { } was only being set in some
situations. I made it so a default $change = false; was set up to
account for the times it wasn't been set by child if/else


** Changed in: mahara
   Status: Incomplete = 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/1051495

Title:
  Warning when deleting default journal

Status in Mahara ePortfolio:
  Invalid

Bug description:
  Mahara 1.6dev latest code

  I have 2 journals with 1 entry each and wanted to delete the default
  journal. It is being deleted, but the following warning message is
  displayed:

  

  [WAR] 6c (blocktype/lib.php:1114) Undefined variable: change
  Call stack (most recent first):

  log_message(Undefined variable: change, 8, true, true, 
/home/kristina/code/16stable/htdocs/blocktype/lib, 1114) at 
/home/kristina/code/16stable/htdocs/lib/errors.php:446
  error(8, Undefined variable: change, 
/home/kristina/code/16stable/htdocs/blocktype/lib, 1114, array(size 5)) 
at /home/kristina/code/16stable/htdocs/blocktype/lib.php:1114
  BlockInstance::bulk_delete_artefacts(array(size 3)) at 
/home/kristina/code/16stable/htdocs/artefact/lib.php:633
  ArtefactType::_delete_dbrecords(array(size 1)) at 
/home/kristina/code/16stable/htdocs/artefact/lib.php:504
  ArtefactType-delete() at 
/home/kristina/code/16stable/htdocs/artefact/blog/lib.php:177
  ArtefactTypeBlog-delete() at 
/home/kristina/code/16stable/htdocs/artefact/blog/index.php:70
  delete_blog_submit(object(Pieform), array(size 3)) at Unknown:0
  call_user_func_array(delete_blog_submit, array(size 2)) at 
/home/kristina/code/16stable/htdocs/lib/pieforms/pieform.php:514
  Pieform-__construct(array(size 4)) at 
/home/kristina/code/16stable/htdocs/lib/pieforms/pieform.php:161
  Pieform::process(array(size 4)) at 
/home/kristina/code/16stable/htdocs/lib/pieforms/pieform.php:71
  pieform(array(size 4)) at 
/home/kristina/code/16stable/htdocs/artefact/blog/lib.php:411
  ArtefactTypeBlog::delete_form(78) at 
/home/kristina/code/16stable/htdocs/artefact/blog/index.php:44

  -

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

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


[Mahara-contributors] [Bug 905051] Re: The .utf8 in language packs is not meaningful and should be removed

2013-11-20 Thread Aaron Wells
Well-stated, Robert.

To offer a counterpoint, I think the main reason to make this change
would be to maintain similarity with Moodle. Our lang system is based on
theirs, but in the change from Moodle 1.9 - 2 they changed their lang
folders from en_utf8 to just en. So by still having the _utf8, we
look a bit outdated to potential Mahara devs coming over from Moodle.

But as you said, this offers no benefit at all to front-end users.

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

Title:
  The .utf8 in language packs is not meaningful and should be removed

Status in Mahara ePortfolio:
  Triaged

Bug description:
  We only support the UTF-8 encoding for language packages, so something
  like en.utf8 should just be called en.

  Here's an idea for how to make the transition:

  1- add support for en without the .utf8 everywhere (not removing support 
for en.utf8)
  2- switch all of our tools (e.g. the language pack scripts) to produce 
directories without .utf8
  3- issue a warning in the admin area if there are any .utf8 directories and 
tell admins to rename them
  4- in the pre-upgrade checks, check for .utf8 directories and abort
  5- stop reading from .utf8 directories

  Steps 1 to 3 could be done in the same release, but 4 and 5 need to
  wait for at least the release after that.

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

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


[Mahara-contributors] [Bug 707161] Re: opensslcnf not set (on rhel at least)

2013-11-20 Thread Aaron Wells
** 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/707161

Title:
  opensslcnf not set (on rhel at least)

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  ssl key generation is dependent on finding the openssl.cnf key on the
  OS.  When installing Mahara on RHEL/Unbreakable Linux the name/value
  of opensslcnf/'/etc/pki/tls/openssl.cnf' does not get set in the
  'config' table of the database.  The prevents the key generation
  needed for extra-site networking.  It is possible that on other linux
  variants the file can be found without this but not on this
  combination.  This value does get set on a moodle 1.9 install which
  led me to figuring this out.

  mahara 1.3.4

  Red Hat Enterprise Linux Server release 5.5 (Tikanga) run from Oracle
  yum repository

  PHP 5.1.6 (cli) (built: Nov 29 2010 17:42:31) 
  Copyright (c) 1997-2006 The PHP Group
  Zend Engine v2.1.0, Copyright (c) 1998-2006 Zend Technologies

  Postgresql 8.4.5

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

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


[Mahara-contributors] [Bug 850580] Re: Attempt to log in when deleted updates lastlogin field

2013-11-20 Thread Aaron Wells
Agreed, the main uses for lastlogin are auditing user activity, and
showing to the user a Welcome back, you last logged in on ___ message.
For both those purposes, the last successful login is what's needed.

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

Title:
  Attempt to log in when deleted updates lastlogin field

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  When a deleted user attempts to log in, the lastlogin field is
  updated, but it shouldn't be.

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

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


[Mahara-contributors] [Bug 901556] Re: Old lang strings?

2013-11-20 Thread Aaron Wells
For whoever's looking these up, on my wiki page about Mahara lang
strings I documented how the help files get linked to:
https://wiki.mahara.org/index.php/User:Aaronw/Language_strings#Help_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/901556

Title:
  Old lang strings?

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Where are groupeditlink.html and pendingmembershipheader.html and
  createviewtemplateselect.html linked to
  (htdocs/lang/en.utf8/help/sections)? They mention community which
  suggests they are old help files according to Francois.

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

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


[Mahara-contributors] [Bug 845948] Re: missing primary keys

2013-11-20 Thread Aaron Wells
Yep, I believe the practice is called a surrogate key (
http://en.wikipedia.org/wiki/Surrogate_key ). There are arguments for
and against them, and certainly previous Mahara devs didn't care for
mandatory surrogate keys.

But I'm in favor of them. In my experience it's a lot more common to
find yourself in a situation where you wish a table had an arbitrary
unique ID, than to find yourself in a situation where it doesn't.

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

Title:
  missing primary keys

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  It seems during the installation of Mahara several tables are created
  without primary keys. This caused a headache for us when restoring
  tables from a pg_dump script, duplicate records were created.
  Specifically the table 'blocktype_installed_category', caused
  duplicate block types in the UI (confusing some users). A further
  check revealed the following tables also missing primary keys:

  artefact_log
  view_access
  view_visit
  blocktype_installed_category

  Version: 1.4.0
  Database: Postgres
  OS: Linux/RHEL

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

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


[Mahara-contributors] [Bug 799035] Re: Decrease the line height in page and group descriptions on the overview pages

2013-11-20 Thread Aaron Wells
I've filed a wishlist bug for breadcrumbs:
https://bugs.launchpad.net/mahara/+bug/1253489

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

Title:
  Decrease the line height in page and group descriptions on the
  overview pages

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  on master

  I had already reported this problem earlier, I think for the resumé,
  but can't find the bug report to continue. On
  http://URL/group/find.php  the spacing between paragraphs in a
  description is too large.

  In contrast, on http://URL/view/ paragraph breaks are ignored
  altogether.

  I think it would be good to have a consistent behavior. I would prefer
  regular paragraph breaks with a smaller line height.

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

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


[Mahara-contributors] [Bug 784960] Re: when a page is displayed, the navigation menu doesn't show where you are

2013-11-20 Thread Aaron Wells
I've filed a wishlist bug for breadcrumbs:
https://bugs.launchpad.net/mahara/+bug/1253489

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

Title:
  when a page is displayed, the navigation menu doesn't show where you
  are

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  See attached screenshots.

  I would expect that when I am in a page or collection view, then I get in the 
menu bar the following selected
  Portfolio and either Pages or Collections
  this makes it easier to click and go back

  This would only be present if I was the owner of the page or
  collection. I don't know what to suggest for visitors to that
  page/collection

  Cheers,

  Hugh

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

___
Mailing list: https://launchpad.net/~mahara-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-11-20 Thread Aaron Wells
This would still be handy, but the priority on it is lower now because
there's the workaround of registering and then importing after
registration.

-- 
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:
  Confirmed

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 1253489] [NEW] Feature request: Breadcrumbs for navigation

2013-11-20 Thread Aaron Wells
Public bug reported:

Breadcrumbs, a la
http://en.wikipedia.org/wiki/Breadcrumb_%28navigation%29

They might help users navigate through Mahara more easily. And Palnet
has apparently got an implementation of them, so we should see if we can
upstream that.

** Affects: mahara
 Importance: Wishlist
 Status: Confirmed


** Tags: usability

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

Title:
  Feature request: Breadcrumbs for navigation

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Breadcrumbs, a la
  http://en.wikipedia.org/wiki/Breadcrumb_%28navigation%29

  They might help users navigate through Mahara more easily. And Palnet
  has apparently got an implementation of them, so we should see if we
  can upstream that.

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

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


[Mahara-contributors] [Bug 650590] Re: Submit View for Assessment = 2 notifications

2013-11-20 Thread Aaron Wells
If submitting for assessment *always* also gives the tutors access, then
you don't need to send out the second email saying that the tutors now
have access.

It might be kind of tricky to fix it, though. I guess an override in the
method that updates the access, so that you can tell it not to trigger
an Activity in some circumstances.

** Changed in: mahara
   Status: Won't Fix = 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/650590

Title:
  Submit View for Assessment = 2 notifications

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Mahara 1.3.1

  When a view is Submitted for Assessment within a Controlled Access (class) 
group, two notifications appear in the tutors Recent Activity and Inbox.  One 
says (rightly) that a View was Submitted to Group..., but a redundant 
notification also is created that tells the tutor New View Access. 
   
  I believe the duplicate code is located in the view/submit.php file, but 
would like to verify that this is an unintended bug.

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

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


[Mahara-contributors] [Bug 631278] Re: friend request issues (with two similar accounts)

2013-11-20 Thread Aaron Wells
** Changed in: mahara
   Status: Confirmed = Incomplete

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

Title:
  friend request issues (with two similar accounts)

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  Charlie and I had a bit of trouble with friend requests on master.dev.

  Here's the timeline of the events:

  1. Charlie sends friend request to Kristina (member of Mahoodle).
  2. Kristina accepts friend request and leaves browser window (FF 3.6 on Mac 
10.6) open (and sends a wall message to Charlie as well)
  3. Charlie sends friend request to Kristina DC (admin on master.dev)
  4. real Kristina clicks on link in email and sees the friend request in 
Mahara BUT while still logged in as Kristina (and not Kristina DC). It says 1 
pending friend there despite it being the request for Kristina DC
  5. Kristina tries to approve friend request but gets error message: Mahara: 
Master Branch: Site unavailable. A nonrecoverable error occured. This probably 
means you have encountered a bug in the system.
  6. Kristina tries to deny friend request and succeeds.
  7. Charlie receives friend denial from Kristina, but is still friends with 
Kristina on master.dev as that was the denial for the friend request for 
Kristina DC
  8. real Kristina logs into Mahara as Kristina DC and sees friend request from 
Charlie
  9. Kristina DC can accept friend request without problems

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

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


[Mahara-contributors] [Bug 1053223] Re: Publish/Unpublish a journal's entry should change the background

2013-11-20 Thread Robert Lyon
Added the toggle for the css to be correct on update from draft to publish and 
visa versa
https://reviews.mahara.org/#/c/2728

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

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

** Changed in: mahara
Milestone: None = 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/1053223

Title:
  Publish/Unpublish a journal's entry should change the background

Status in Mahara ePortfolio:
  In Progress

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

  On the page /artefact/blog/view/, when clicking Publish/Unpublish
  button, the background of the entry should change and an info message
  should show up to inform if the entry has been published or
  unpublished.

  You mush refresh the page to see the background changes.

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

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


[Mahara-contributors] [Bug 604839] Re: Upgrade swfobject to version 2.2 (new upstream)

2013-11-20 Thread Aaron Wells
The upgrade is non-trivial. SWFObject 2.2 is not backwards-compatible
with SWFObject 1.5. The trickiest part is that the script tags are
meant to go in the document head. On the other hand, Mahara has several
ways of adding things to the document head, so it's not insurmountable.

http://code.google.com/p/swfobject/wiki/documentation

** Tags added: snack-sized

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

Title:
  Upgrade swfobject to version 2.2 (new upstream)

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  The SWFObject detection script we used in the internal media blocktype
  is using this upstream code:

http://blog.deconcept.com/swfobject/

  but it has now been replaced by this one, which is up to version 2.2:

http://code.google.com/p/swfobject/

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

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


[Mahara-contributors] [Bug 609167] Re: Add group categories default action is page submit, not add

2013-11-20 Thread Aaron Wells
I see basically what Kristina described:

1. If you have no group categories yet, and you fill in a name and hit Enter, 
then it refreshes the page without creating the new group
2. If you have at least one group category extant, and you fill in a name for a 
new one and hit Enter, then it turns one of your existing group categories 
into edit mode.

It is strange this is an all-Javascript page. Perhaps it was a first
step towards JS-ifying more of our list pages, which is a usability
suggestion that has been made before. But it was done in a way that
doesn't properly handle the Enter button.

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

Title:
  Add group categories default action is page submit, not add

Status in Mahara ePortfolio:
  Triaged

Bug description:
  On /admin/groups/groupcategories.php, trying to add a new group
  category and hitting return (instead of specifically selecting the Add
  button) submits the form, refreshing the page rather than the expected
  action of adding the group.

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

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


[Mahara-contributors] [Bug 1237198] Re: Make Elasticsearch plugin work with MySQL

2013-11-20 Thread Aaron Wells
Hi Ghada,

The 1.8 release documents only claim to support MySQL 5.1 and later. And
I've added an item to the next dev meeting (
https://wiki.mahara.org/index.php/Developer_Area/Developer_Meetings/29 )
to discuss raising that to 5.5 at the next dev meeting.

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

Title:
  Make Elasticsearch plugin work with MySQL

Status in Mahara ePortfolio:
  In Progress

Bug description:
  The Elasticsearch plugin currently only works in Postgres. The reason,
  is that it's dependent upon a series of triggers which were non-
  trivial to port to MySQL, and the organizations funding the
  development of the plugin were only using Postgres.

  However, it should be a relatively easy job for someone familiar with
  MySQL triggers to port it over.

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

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


[Mahara-contributors] [Bug 1251955] Re: Restrict creating of public pages

2013-11-20 Thread Aaron Wells
On mahara.org I've implemented a prototype system to restrict the
ability of probationary user to create public pages. It still needs some
cleaning up.

It sounds like there are a few different categories of people we think might be 
allowed to create public pages (or profiles):
 - all users
 - probationary users
 - staff
 - admins
 - institutional staff
 - institutional admins

We're heading down that slippery slope towards an atomic permissions
system like Moodle. ;)

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

Title:
  Restrict creating of public pages

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Currently, you can only either have public pages for all or none at
  all (per institution), but cannot say that for example only admins and
  staff can create public pages or other trusted users. This is a
  problem not just on mahara.org where we would like for users to create
  public pages when we trust them, i.e. aren't spammers, but also for
  schools when they want teachers to be able to create public pages, but
  not necessarily first graders.

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

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


[Mahara-contributors] [Bug 1237198] Re: Make Elasticsearch plugin work with MySQL

2013-11-20 Thread Ghada El-Zoghbi
Hi Aaron,

Good plan!

Cheers,
Ghada

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

Title:
  Make Elasticsearch plugin work with MySQL

Status in Mahara ePortfolio:
  In Progress

Bug description:
  The Elasticsearch plugin currently only works in Postgres. The reason,
  is that it's dependent upon a series of triggers which were non-
  trivial to port to MySQL, and the organizations funding the
  development of the plugin were only using Postgres.

  However, it should be a relatively easy job for someone familiar with
  MySQL triggers to port it over.

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

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


[Mahara-contributors] [Bug 1253489] Re: Feature request: Breadcrumbs for navigation

2013-11-20 Thread Aaron Wells
See also https://bugs.launchpad.net/mahara/+bug/784960

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

Title:
  Feature request: Breadcrumbs for navigation

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Breadcrumbs, a la
  http://en.wikipedia.org/wiki/Breadcrumb_%28navigation%29

  They might help users navigate through Mahara more easily. And Palnet
  has apparently got an implementation of them, so we should see if we
  can upstream that.

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

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


[Mahara-contributors] [Bug 1252101] Re: Wishlist: Prevent new users from taking spammy actions

2013-11-20 Thread Aaron Wells
I implemented the following additional features:

1. Probationary users can't create public pages or public profiles.
2. Probationary users can't post links in wall posts, feedback, or private 
messages.

Some of the existing spam pages and wall posts are just messages with
obfuscated links, or an email address or domain name, and the only way
to catch those is with a Bayesian filter. However, I'm hoping that by
restricting the ability to create public-facing spam content with direct
links in it, it will lower the site's value enough to prevent them from
spamming it. This was only deployed a couple of days ago, and our spam
tends to come and go in waves, so we'll have to wait and see whether it
works.

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

Title:
  Wishlist: Prevent new users from taking spammy actions

Status in Mahara ePortfolio:
  In Progress

Bug description:
  As mentioned in https://bugs.launchpad.net/mahara/+bug/1250641 , to
  combat spam on mahara.org, this is a feature request to add a new user
  probationary period, during which the user can't take actions that are
  potentially spammy.

  In the prototype implementation it's limited to the forums:

  1. New (self-registered) users start with a number of probationary points.
  2. When they take actions other non-probationary users approve of, their 
probationary points are reduced. When they hit 0, the user is no longer 
probationary.
  3. A probationary user can't post links or images in forum posts
  4. If a non-probationary user posts a direct reply to one of their forum 
posts or topics, their probationary points are reduced by 1.
  5. The number of probation points they start with is configured in config.php

  Additional features it would be good to add:

  1. Make the probation points configurable via the admin UI
  2. Make the actions that are prohibited, configurable via the admin UI?
  3. Additional actions to prevent -- links in direct messages  feedback, 
creation of public-accessible pages
  4. Admins can clear (or increase) a user's probation points via the account 
settings
  5. Report page to show probationary users.
  6. Notifications to admins when a probationary user attempts a forbidden 
action, with quick-link to suspend the user
  7. Report page to show which non-probationary users approved of the 
probationary user (so you can check for spammer-approvers)
  8. Report objectionably content link for forum posts
  9. Display of user's overall post count on forum posts
  10. Potentially some way of limiting all this to only certain forums 
(although I can't think of a good conceptual model for that)

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

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


[Mahara-contributors] [Bug 1251954] Re: navigation in journals

2013-11-20 Thread Aaron Wells
One problem with a one-click option is scaling. In this forum post, for
instance, Don mentions having three pages of CPD's!
https://mahara.org/interaction/forum/topic.php?id=5892offset=0limit=10#post25169
. It wouldn't be practical to list them all for one-click purposes. This
kind of thing seems to pop up everywhere in Mahara -- there's always a
heavy user who winds up with 100 of something, whether it's CPDs, plans,
pages, collections, files, tags, groups, etc.

There are some potential ways to address that, though. Like, if you have
more than 10, just list the 10 most recently accessed ones, with maybe a
... link to the full list.

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

Title:
  navigation in journals

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  When you choose one journal, you can see the list of articles in this
  journal.

  1) It would be nice to implement in a journal :
  a. the list of articles with titles, date and status
  b. Each article should be contracted with the possibility to expand it
  c. this list should have a sorting option by title, by date, by status

  2) When multiple journals is on, there is no one click mecanism to
  switch from one journal to another. WE should have a list of journals
  displayed somehow or somewhere.

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

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


[Mahara-contributors] [Bug 1046112] Re: Institution memberships won't take effect until users re-login

2013-11-20 Thread Aaron Wells
Thanks Nitin, I'll upgrade this to Fix Released.

** Changed in: mahara
   Status: Triaged = 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/1046112

Title:
  Institution memberships won't take effect until users re-login

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  Versions: all
  Platforms: all
  Browsers: all

  Assumptions
   - User 'u01' is the admin of institution 'A' with the option 'Confirm 
registration' is on
   - The logged in user 'u02' is not the member of institution 'A'

  Actions
   1. The logged in User 'u02' sent a requested membership of institution 'A', 
then waited
   2. User 'u01' added  user 'u02' as a new member of  institution 'A'.
   3. User 'u02' got an email about 'Institution membership confirmation'
   4. User 'u02' without re-login access to the 'Institution membership' page.

  Expected results
   - The membership of user 'u02' should be updated: 'You are a member of A'

  Actual results
   - User 'u02' can send a new request membership of the institution A again.
  (see the attached image)

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

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


[Mahara-contributors] [Bug 903494] Re: Uniqueness of email addresses not enforced in artefact_internal_profile_email

2013-11-20 Thread Aaron Wells
Hi Kristina,

The field artefact_internal_profile_email.email is the database column
where email artefacts get stored. If there are legitimate reasons for
more than one user to have the same email address, then we should *not*
put a uniqueness constraint on that column.

(A note for future developers looking at this: emails are also
redundantly stored in the usr.email column. The email there is the
user's primary email address, which Mahara uses when it needs to send
then an email. The other email addresses are mostly just for displaying
in Contact Info  Profile blocks.)

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

Title:
  Uniqueness of email addresses not enforced in
  artefact_internal_profile_email

Status in Mahara ePortfolio:
  Triaged

Bug description:
  The uniqueness of email addresses is not enforced by the database in
  the artefact_internal_profile_email table.

  We should consider adding a unique constraint on that column because
  elsewhere we prevent users from adding an email address already
  claimed by another user.

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

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


[Mahara-contributors] [Bug 1058416] Re: Copying page in a collection only gives untitled title for clean URLs

2013-11-20 Thread Aaron Wells
** Changed in: mahara/1.6
   Importance: Undecided = High

** Changed in: mahara/1.7
   Importance: Undecided = High

** Changed in: mahara/1.8
   Importance: Undecided = High

** Changed in: mahara/1.6
   Status: New = In Progress

** Changed in: mahara/1.7
   Status: New = In Progress

** Changed in: mahara/1.8
   Status: New = In Progress

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

Title:
  Copying page in a collection only gives untitled title for clean
  URLs

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.6 series:
  In Progress
Status in Mahara 1.7 series:
  In Progress
Status in Mahara 1.8 series:
  In Progress

Bug description:
  When copying a page as part of a collection, the clean URL suggested
  is only untitled. It doe not take on the name of the actual page.

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

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


[Mahara-contributors] [Bug 1249123] Re: Users who are in No Institution can't use skins

2013-11-20 Thread Aaron Wells
** Also affects: mahara/1.8
   Importance: Undecided
   Status: New

** Also affects: mahara/1.9
   Importance: Medium
 Assignee: Son Nguyen (ngson2000)
   Status: Fix Committed

** Changed in: mahara/1.8
Milestone: None = 1.9.0

** Changed in: mahara/1.8
   Status: New = In Progress

** Changed in: mahara/1.8
   Importance: Undecided = High

** Changed in: mahara/1.9
   Importance: Medium = High

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

Title:
  Users who are in No Institution can't use skins

Status in Mahara ePortfolio:
  Fix Committed
Status in Mahara 1.8 series:
  In Progress
Status in Mahara 1.9 series:
  Fix Committed

Bug description:
  To replicate:

  1. Set $cfg-skins = true;
  2. Go to the configuration screen for the default institution (No 
Institution)
  3. Note that unlike other institutions, there is no skins checkbox displayed
  4. Click Submit on the configuration screen
  5. Log in as a user in the default institution
  6. Navigate to their Portfolio section

  Expected result: They should have a Portfolio - Skins option.
  Actual result: They do not.

  The problem is that, although we set institution.skins to 1 by default
  during installation and upgrade, the absence of the skins checkbox on
  the default institution's config screen means that it gets set to 0
  the first time you save anything on that screen.

  Looking at the code, I realize that the reason the skins checkbox is
  hidden form the default institution was not on purpose, but because
  the checkbox made the most logical sense placed adjacent to the other
  theming-related settings, and those all happen to be settings that
  can't be overridden for the default institution.

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

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


[Mahara-contributors] [Bug 1058939] Re: Purpose of the | on deleted comment

2013-11-20 Thread Robert Lyon
In 1.8 I can only get the message Comment removed by the owner - so I
believe this problem has been fixed. So will mark as wont fix

** Changed in: mahara
   Status: Triaged = 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/1058939

Title:
  Purpose of the | on deleted comment

Status in Mahara ePortfolio:
  Won't Fix

Bug description:
  What is the purpose of the | behind Comment deleted by author /
  owner? Is there supposed to be a date after it? If nothing is to
  come, the pipe should be removed.

  https://skitch.com/anitsirk/esnpd/comment-removal

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

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


[Mahara-contributors] [Bug 778254] Re: Split multiple user activity notifications into chunks

2013-11-20 Thread Son Nguyen
https://reviews.mahara.org/2729

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

Title:
  Split multiple user activity notifications into chunks

Status in Mahara ePortfolio:
  In Progress

Bug description:
  See bug #716812.

  When there are lots of users that need to be notified about a single
  activity, they need to be chunked and processed over several cron runs
  to avoid running out of memory.

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

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


[Mahara-contributors] [Bug 778254] Re: Split multiple user activity notifications into chunks

2013-11-20 Thread Son Nguyen
Note for testing:

1. Add an group and turn on Auto-add users
2. Add hundreds users via CSV (attached file)
3. Change the minute of activity_process_queue in the table 'cron' to '*'
4. Change the minute of interaction_forum_new_post in the table 
'interaction_cron' to '*'

The chunk size is set to '1000' (Activity::USERCHUNK_SIZE)

You may change it to smaller value to see if it works


** Attachment added: 100users.csv
   
https://bugs.launchpad.net/mahara/+bug/778254/+attachment/3913703/+files/100users.csv

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

Title:
  Split multiple user activity notifications into chunks

Status in Mahara ePortfolio:
  In Progress

Bug description:
  See bug #716812.

  When there are lots of users that need to be notified about a single
  activity, they need to be chunked and processed over several cron runs
  to avoid running out of memory.

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

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


[Mahara-contributors] [Bug 1249895] Re: Feature request: Respond to forums and user messages by email

2013-11-20 Thread Aaron Wells
It's worth noting, Mahara already has a mail-receiving functionality in
place! See
https://wiki.mahara.org/index.php/Developer_Area/Specifications_in_Development/VERP_Mail_Bounces

Currently it's only used for the (optional  completely undocumented)
bounced message handler. But it lays groundwork that could be used for
forum posting by email.

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

Title:
  Feature request: Respond to forums and user messages by email

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  It'd be nice to be able to respond to forum posts and user messages by
  email.

  Use case:

  1. I subscribe to a forum, with email notifications
  2. Someone posts to the forum. I receive an email with that post
  3. In my mail client, I hit reply and write a response to their quote, 
which I send to the default reply address on the message
  4. Mahara receives my response email, and puts it as a post in the forum 
(perhaps with a note at the bottom saying it was posted by email)

  A similar use case would work for other Activity types as well:
   - user messages
   - wall posts
   - feedback

  One thing to bear in mind is the security aspect of this. We'd need to
  incorporate some way to check that the user is who they say they are.
  Launchpad, for instance, has this functionality (
  https://help.launchpad.net/Bugs/EmailInterface ), but they require you
  to send it from a trusted sender domain that uses DKIM. They also
  require you to PGP-sign your emails if you want to do anything more
  than post comments.

  Another thing to think about is how to fit this into Mahara's Plugin
  system, so that we don't just have a hardcoded list of plugins coded
  into the incoming mail handler.

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

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


[Mahara-contributors] [Bug 1064219] Re: Add page to watchlist not clear on artefact page

2013-11-20 Thread Robert Lyon
Have added  a patch for this:
https://reviews.mahara.org/#/c/2730/

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

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

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

Title:
  Add page to watchlist not clear on artefact page

Status in Mahara ePortfolio:
  In Progress

Bug description:
  When you are viewing an artefact that was placed in a page, e.g.
  /view/artefact.php?artefact=83view=73, you have the link Add page to
  watchlist at the bottom and the confirmation message This page was
  added to your watchlist.

  This is a bit misleading as the artefact is not a page. Since you are
  on a web page, the Add page to watchlist link could be misunderstood
  as the artefact page being added to the watchlist, but it is actually
  the page in which the artefact appears that is added.

  It would already help, if the confirmation message read either 'The
  page in which this artefact appears was added to your watchlist' or
  'The page [name of the page] was added to your watchlist'.

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

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


[Mahara-contributors] [Bug 1067550] Re: /admin/users/bulk.php shows submit button for changing auth method even if only 1 auth method

2013-11-20 Thread Robert Lyon
Have added patch so that if only one auth method present it does not show the 
change auth form
https://reviews.mahara.org/#/c/2731/

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

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

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

Title:
  /admin/users/bulk.php shows submit button for changing auth method
  even if only 1 auth method

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Fresh install, bulk update users, you see Change authentication
  method: No Institution: Internal followed by a Submit button, it is
  not in drop down box

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

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


[Mahara-contributors] [Bug 1067921] Re: Alignment of fullscreen button in tinymce while editing a text block is bad in firefox

2013-11-20 Thread Robert Lyon
Looking at this using mahara 1.8 and  FF25 on Ubuntu I do not see the problem - 
I am not sure if it is a problem fixed in firefox, mahara or tinymce but it 
works correctly for me. 
Do others still see the problem?

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

Title:
  Alignment of fullscreen button in tinymce while editing a text block
  is bad in firefox

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Pictures to follow

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

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


[Mahara-contributors] [Bug 1075760] Re: reporting objectional material with no message doesn't get sent to admin with digest emails

2013-11-20 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/1075760

Title:
  reporting objectional material with no message doesn't get sent to
  admin with digest emails

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  This results in an email sent to all admins saying that the
  notification failed.

  The admin with digest on will not receive the empty message, but those
  without digest will.

  Reason is because it tries to store the data in a temporary table to
  digest them all.

  A couple of solutions:
  - take off the non null constraint on the temporary table (will fix similar 
issues if any)
  - set the message to be required (won't fix similar issues if any)

  If we do the second option, we should have a hunt around other
  notification types to see if they can have null message and fix them
  as well

  Subject: User notification error was probably caused by your server
  configuration.

  exception 'SQLException' with message 'Failed to get a recordset: postgres7
  error: [-1: ERROR:  null value in column message violates not-null
  constraint] in adodb_throw(INSERT INTO notification_emaildigest_queue
  (type, usr, ctime, url) VALUES (?, ?, ?, ?), Array)
  Command was: INSERT INTO notification_emaildigest_queue (type, usr,
  ctime, url) VALUES (?, ?, ?, ?) and values was (7,2,2012-10-23
  15:41:44,view/artefact.php?artefact=1458781view=219885)' in
  /var/www/lib/dml.php:1060
  Stack trace:
  #0
  /var/www/notification/emaildigest/lib.php(44):
  insert_record('notification_em...', Object(stdClass))
  #1 [internal function]:
  PluginNotificationEmaildigest::notify_user(Object(stdClass), Object(stdClass))
  #2
  /var/www/lib/mahara.php(1359):
  call_user_func_array(Array, Array)
  #3
  /var/www/lib/activity.php(468):
  call_static_method('PluginNotificat...', 'notify_user', Object(stdClass),
  Object(stdClass))
  #4
  /var/www/lib/activity.php(507):
  ActivityType-notify_user(Object(stdClass))
  #5
  /var/www/lib/activity.php(82):
  ActivityType-notify_users()
  #6
  /var/www/lib/activity.php(219):
  handle_activity('7', Object(stdClass), true)
  #7
  /var/www/lib/cron.php(158):
  activity_process_queue()
  #8 {main}

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

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


[Mahara-contributors] [Bug 1115638] Re: Empty masquerading report needs none found type string

2013-11-20 Thread Robert Lyon
patch submitted
https://reviews.mahara.org/#/c/2732

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

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

** Changed in: mahara
Milestone: None = 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/1115638

Title:
  Empty masquerading report needs none found type string

Status in Mahara ePortfolio:
  In Progress

Bug description:
  When the masquerading report is enabled, it is empty, but there may
  have been masquerading previously.

  The page should explain that no masquerading has been recorded yet, to
  avoid confusion, and if possible, why.

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

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