[Mahara-contributors] [Bug 548021] A patch has been submitted for review

2014-06-04 Thread Mahara Bot
Patch for master branch: https://reviews.mahara.org/3405

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

Title:
  Option to not have a display name on Views

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Currently all views show a display name. It would be good to have an
  option to just have a view title without 'by display name'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/548021/+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 1326205] Re: Error installing triggers for new mahara site in MySQL with dbprefix

2014-06-04 Thread Ghada El-Zoghbi
Submitted for review:  https://reviews.mahara.org/#/c/3405/

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

Title:
  Error installing triggers for new mahara site in MySQL with dbprefix

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Version: Mahara 1.10.0.dev (master)
  OS: Linux
  db: MySql
  Browser: Firefox

  
  When creating a brand new Mahara install, getting the following error:

  Component: artefact.file
  Version: 1.2.2

  Could not execute command: CREATE TRIGGER 
testing_unmark_quota_exeed_notified_on_update_usr_setting_trigger AFTER 
UPDATE ON testing_usr FOR EACH ROW BEGIN UPDATE 
testing_usr_account_preference, testing_artefact_config SET 
testing_usr_account_preference.value = 0 WHERE 
testing_usr_account_preference.field = 'quota_exceeded_notified' AND 
testing_usr_account_preference.usr = NEW.id AND 
testing_artefact_config.plugin = 'file' AND testing_artefact_config.field = 
'quotanotifylimit' AND NEW.quotaused/NEW.quota  
testing_artefact_config.value/100; END
  Call stack (most recent first):

  execute_sql( CREATE TRIGGER {unmark_quota_exeed_no...) at 
/var/www/maharacode/mahara/htdocs/lib/dml.php:1794
  db_create_trigger(unmark_quota_exeed_notified_on_update_usr_setting, 
AFTER, UPDATE, usr,  UPDATE {usr_account_preference}, ...) at 
/var/www/maharacode/mahara/htdocs/artefact/file/lib.php:167
  PluginArtefactFile::set_quota_triggers() at 
/var/www/maharacode/mahara/htdocs/artefact/file/lib.php:103
  PluginArtefactFile::postinst(0) at Unknown:0
  call_user_func_array(array(size 2), array(size 1)) at 
/var/www/maharacode/mahara/htdocs/lib/mahara.php:1562
  call_static_method(PluginArtefactFile, postinst, 0) at 
/var/www/maharacode/mahara/htdocs/lib/upgrade.php:543
  upgrade_plugin(object(stdClass)) at 
/var/www/maharacode/mahara/htdocs/admin/upgrade.json.php:86

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1326205/+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 1326425] [NEW] New question plugin

2014-06-04 Thread Tobias Zeuch
Public bug reported:

A new artefact for questions, based on the proposal by the Totara group,
see https://mahara.org/view/artefact.php?artefact=363268view=1088 for
details

** 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/1326425

Title:
  New question plugin

Status in Mahara ePortfolio:
  New

Bug description:
  A new artefact for questions, based on the proposal by the Totara
  group, see
  https://mahara.org/view/artefact.php?artefact=363268view=1088 for
  details

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1326425/+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 548021] Re: Option to not have a display name on Views

2014-06-04 Thread Dirk Meyer
I could see how this might be useful when young kids are wanting (or
their teachers are asking) to write some public blogs or pages to be
shared with let's say some audience in a partner class in some school
overseas, and they do not want their name to be displayed at all.
Changing their display name or only showing their first name, as it is
right now, affects their entire portfolio. They may only want to do a
few public pages now , but in  their overall, long term portfolio they
may want to keep showing their full 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 Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/548021

Title:
  Option to not have a display name on Views

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Currently all views show a display name. It would be good to have an
  option to just have a view title without 'by display name'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/548021/+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 1326425] A patch has been submitted for review

2014-06-04 Thread Mahara Bot
Patch for master branch: https://reviews.mahara.org/3406

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

Title:
  New question plugin

Status in Mahara ePortfolio:
  New

Bug description:
  A new artefact for questions, based on the proposal by the Totara
  group, see
  https://mahara.org/view/artefact.php?artefact=363268view=1088 for
  details

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1326425/+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 1267239] Re: Datepicker is not keyboard-accessible

2014-06-04 Thread Robert Lyon
** Changed in: mahara
Milestone: None = 1.10.0

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

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

Title:
  Datepicker is not keyboard-accessible

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Currently the DHTML date picker widget (for example the date field on
  /artefact/plans/edit/task.php) is not easy to navigate using a
  keyboard since it opens below all other elements and does not have
  focus set to it - this is confusing for screen reader users since
  activating the button appears to do nothing.

  The current date picker could be modified to be made accessible, or it
  could be replaced with another library (such as a variant of jQuery UI
  datepicker)

  Note that screen readers users can still enter dates manually so this
  is not essential for WCAG compliance.

  Affects latest master (using Orca 3.4.2)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1267239/+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 1298646] Re: Add artefact-level sharing

2014-06-04 Thread Yuliya Bozhko
Instructions for the patch https://reviews.mahara.org/#/c/3337/

Before checking out the patch:
1.  Make sure that you have a page with some artefacts.
2. As any user: report a page and/or artefact as objectionable.

To test:
- Check out the patch.
- Run upgrade.
- Make sure that things that were reported as objectionable are still reported 
as such (page, artefact). NOTE: forums objectionable data is not migrated as it 
is a new feature that hasn't been released yet.
- As admin try to: mark things as not objectionable and/or delete objectionable 
things.
- As any user: try to create new objectionable reports for forums, pages, 
artefacts, and make sure that there are no issues.
- Overall make sure that everything works as before.

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

Title:
  Add artefact-level sharing

Status in Mahara ePortfolio:
  In Progress

Bug description:
  As was described during MaharaHui 2014, this is an improvement we
  would like to add to Mahara.

  Full specs are here
  https://mahara.org/view/artefact.php?artefact=363268view=1088

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1298646/+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 1326175] Re: Make new forum post notification compatible with activity stream

2014-06-04 Thread Steven
I could not get this forum functionality to work for me. Can you provide
more details of how to set up and test ?

Catalyst QA

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

Title:
  Make new forum post notification compatible with activity stream

Status in Mahara ePortfolio:
  New

Bug description:
  As the summary states, users will be able to choose homestream as a
  destination for their new forum post notifications.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1326175/+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 1326175] Re: Make new forum post notification compatible with activity stream

2014-06-04 Thread Nathan Lewis
Testing instructions:

Install the patch.
In your Settings - Notification, set 'New forum post' to Homestream.
Create a group.
Add an activity stream to your profile page, dashboard and the group's homepage.
Go into Forums within the group and create a forum topic/post. Make sure you 
select Send message now.
You should see the forum post in all three activity streams, as You made 1 
post in group's forum topic topic title.
Another member of the group should see the message in their homestream 
(dashboard page, if they have selected setting homestream), the group's 
homepage, and your profile page. A friend (non-group member) should not see the 
notification on any stream (even if homestream setting is set).

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

Title:
  Make new forum post notification compatible with activity stream

Status in Mahara ePortfolio:
  New

Bug description:
  As the summary states, users will be able to choose homestream as a
  destination for their new forum post notifications.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1326175/+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 1298646] Re: Add artefact-level sharing

2014-06-04 Thread Steven
Before checking out the patch:
-
[✔] 1. Make sure that you have a page with some artefacts.
[✔] 2. As any user: report a page and/or artefact as objectionable.

To test:
--
[✔] Check out the patch.
[✔] Run upgrade.
[✔] Make sure that things that were reported as objectionable are still 
reported as such (page, artefact). 
NOTE: forums objectionable data is not migrated as it is a new feature that 
hasn't been released yet.
[✔] As admin try to: mark things as not objectionable and/or delete 
objectionable things. 
[✔] As any user: try to create new objectionable reports for 
[✔] forums, 
[✔] pages, 
[✔] artefacts, 
and make sure that there are no issues.
[✔] Overall make sure that everything works as before.

everything appears to be working fine

Catalyst QA Approved ✔

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

Title:
  Add artefact-level sharing

Status in Mahara ePortfolio:
  In Progress

Bug description:
  As was described during MaharaHui 2014, this is an improvement we
  would like to add to Mahara.

  Full specs are here
  https://mahara.org/view/artefact.php?artefact=363268view=1088

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1298646/+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 547932] Re: Real-time chat system

2014-06-04 Thread Yuliya Bozhko
** Changed in: mahara
   Status: Triaged = 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/547932

Title:
  Real-time chat system

Status in Mahara ePortfolio:
  In Progress

Bug description:
  A real time chat system like what you see in many online social
  community sites would be VERY useful.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/547932/+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 1314397] Re: Forum no indent style sorts posts incorrectly

2014-06-04 Thread Yuliya Bozhko
** Changed in: mahara
   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/1314397

Title:
  Forum no indent style sorts posts incorrectly

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Reported by AUT:

  When forum post indentation (default) is switched on, forum posts are
  indented depending on the post to which they refer back. However, when
  forums don't have indentation on, replies are still grouped right
  below the post they refer to. That means, you can switch back to
  indentation and you'll see the indents, but when you switch to no
  indents the order of the replies doesn't change.

  Posting the replies right below the posts they refer to but not having
  the visual indicator of the indentation can make it difficult to
  follow when something was said and in which order esp. since earlier
  posts can be way down at the bottom.

  We think it's normally the case that when you don't have indentations
  / threaded replies that the order of the posts is just chronological
  (like for the feedback).

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1314397/+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 1326593] [NEW] Group pages paginator and display different for group members compared to group admins

2014-06-04 Thread Kristina Hoeppner
Public bug reported:

When a regular group member views /view/groupviews.php, she only sees a
maximum of 5 pages and has a paginator. When the group admin views that
same page, he has a maximum of 10 pages, paginator when more than 10
pages are there and the drop-down box with how many pages to show at
maximum.

The member's view should be the same as for the admins.

** Affects: mahara
 Importance: Medium
 Status: Confirmed


** Tags: bite-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/1326593

Title:
  Group pages paginator and display different for group members compared
  to group admins

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  When a regular group member views /view/groupviews.php, she only sees
  a maximum of 5 pages and has a paginator. When the group admin views
  that same page, he has a maximum of 10 pages, paginator when more than
  10 pages are there and the drop-down box with how many pages to show
  at maximum.

  The member's view should be the same as for the admins.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1326593/+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 1326594] [NEW] Group collections overview page should get Max. items per page dorp-dow menu

2014-06-04 Thread Kristina Hoeppner
Public bug reported:

Currently, /collection/index.php does not have the drop-down menu for
Maximum items per page. It should also be checked that it has the most
recent paginator.

When testing this feature, the display needs to be the same for group
members, tutors and admins.

** Affects: mahara
 Importance: Medium
 Status: Confirmed


** Tags: bite-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/1326594

Title:
  Group collections overview page should get Max. items per page dorp-
  dow menu

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Currently, /collection/index.php does not have the drop-down menu for
  Maximum items per page. It should also be checked that it has the
  most recent paginator.

  When testing this feature, the display needs to be the same for group
  members, tutors and admins.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1326594/+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 548021] Re: Option to not have a display name on Views

2014-06-04 Thread Aaron Wells
Thanks for the feedback, Dirk!

It sounds like the scenario you're describing is, basically, where
students want to share pages with people outside their school, but still
not make the student's identity visible to the general Internet public.

I think we normally tell people to do this through secret URLs. The page
author is still visible to whoever views the secret URL, but you have to
know the secret URL for that. And pages viewed through a secret URL have
a no crawl meta tag on top of them that prevents them from being
indexed by search engines, so the secret URL itself remains the only way
to gain access to it as an outsider (unless the student makes the page
public).

Hm, I could see a scenario though like, you want to have students enter
webpages into a public web authoring competition, while still keeping
their names secret out of privacy concerns. You could workaround that by
using group pages for a group with hidden membership, but that could get
unwieldy and it wouldn't allow certain types of page content that can't
be used in group pages, like blog entries (although actually blog
entries always print your full name anyway... ). But in that case, I
think, in order to reduce the possibility of fraudulently creating pages
that look official, it would still make sense for it to say something
like by a site user or by site staff, and the page author should be
visible to staff  admin users.

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

Title:
  Option to not have a display name on Views

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Currently all views show a display name. It would be good to have an
  option to just have a view title without 'by display name'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/548021/+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 548021] Re: Option to not have a display name on Views

2014-06-04 Thread Aaron Wells
Actually, on further thought, in the scenario where you want students to
create web content to interact with the public, but still keep their
real names secret, the proper thing to do would be set the Users can
hide real names setting, and have each student tick the option to hide
their real name, and give themselves a display name unrelated to their
real name. Or assign them one.

(You have to rely on active student cooperation anyway, if you want them
to author content and retain their anonymity, because they could for
instance create a text block that says, Hi, my name is Aaron Wells!)

So I'm still not seeing a strong need for pages with no author line.

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

Title:
  Option to not have a display name on Views

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Currently all views show a display name. It would be good to have an
  option to just have a view title without 'by display name'.

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

2014-06-04 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/3337
Committed: 
http://gitorious.org/mahara/mahara/commit/bbca7a55ddabd1519f3093892f63a9ac4607ef78
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit bbca7a55ddabd1519f3093892f63a9ac4607ef78
Author: Yuliya Bozhko yuliya.boz...@totaralms.com
Date:   Fri May 9 12:24:55 2014 +1200

Refactor the way objectionable items are stored (Bug #1298646)

- Created 'objectionable' table
- Migrated existing objectionable records to a new table
- Added is_objectionable() method to View class
- Fixed can_view_view() and elasticsearch to use new table
- Fixed artefact.tpl style to match view page when displaying Not 
objectionable form
- Make forum reports use new 'objectionable' table

Change-Id: Ib3759e86c4003216ad57f3cf68911b13e50e9c67
Signed-off-by: Yuliya Bozhko yuliya.boz...@totaralms.com

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

Title:
  Add artefact-level sharing

Status in Mahara ePortfolio:
  In Progress

Bug description:
  As was described during MaharaHui 2014, this is an improvement we
  would like to add to Mahara.

  Full specs are here
  https://mahara.org/view/artefact.php?artefact=363268view=1088

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1298646/+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 1259685] Re: Datepicker buttons lack alt text

2014-06-04 Thread Aaron Wells
Relabelling this bug to reflect the patch that was committed for it, so
that it doesn't look like a simple duplicate of Bug 1267239

** Summary changed:

- Datepicker is not accessible to screen readers
+ Datepicker buttons lack alt text

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

Title:
  Datepicker buttons lack alt text

Status in Mahara ePortfolio:
  Fix Released

Bug description:
  Currently the DHTML date picker widget (for example the date field on 
/artefact/plans/edit/task.php) is not easy to navigate using a screen reader.
  - it opens below all other elements and does not have focus set to it - this 
is confusing for screen reader users since activating the button appears to do 
nothing
  - it has null alt-text, resulting in screen readers finding a variety of 
unrelated bits of text to read out as the title

  Eventually the date picker should be made accessible by having focus
  locked to it while it is open (using ARIA) but for now it would be
  fine to disable it (somehow) for screen reader users since it's
  possible to enter the date in the right format by hand.

  Affects latest master (using Orca 3.4.2)

  (WCAG Level A)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1259685/+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 1326208] Re: Refactor objectionable forum posts to use the new objectionable table

2014-06-04 Thread Aaron Wells
Closing this bug because we're doing this refactoring as part of the
patch for Bug 1298646.

** Changed in: mahara
   Status: Confirmed = Invalid

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

Title:
  Refactor objectionable forum posts to use the new objectionable
  table

Status in Mahara ePortfolio:
  Invalid

Bug description:
  We've recently merged in a feature to report objectionable forum
  posts: https://bugs.launchpad.net/mahara/+bug/1024872

  We're also currently in the process of refactoring the objectionable
  page reporting system, to use a generic objectionable table that can
  store objections about any type of object in Mahara:
  https://reviews.mahara.org/#/c/3337/

  Once that patch is merged in, we should refactor the objectionable
  forum post code to use the new objectionable table.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1326208/+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 1321482] Re: Add new connection activity type to Activity Stream

2014-06-04 Thread Yuliya Bozhko
** Changed in: mahara
   Importance: Undecided = Wishlist

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

Title:
  Add new connection activity type to Activity Stream

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Feature: Add the 'New Connection' activity type to the Activity Stream

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

2014-06-04 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/3388
Committed: 
http://gitorious.org/mahara/mahara/commit/0cad1e2130fe75b1efd68319b6dedc5267cda780
Submitter: Yuliya Bozhko (yuliya.boz...@gmail.com)
Branch:master

commit 0cad1e2130fe75b1efd68319b6dedc5267cda780
Author: Robert Lyon robe...@catalyst.net.nz
Date:   Wed May 28 09:27:01 2014 +1200

Making csv download links more accessible (Bug #1266913)

Sorted on:
--  Administration - Users - User search - Get reports
--  Administration - Institutions - Statistics

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

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

Title:
  Export users in CSV format link should have more descriptive text

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  When getting user reports (in Administration - Users - User search
  - Get reports) there is an option to export the selected users in a
  CSV file. However, the actual link to download the file is simply
  labelled Download. It should be changed to something more
  descriptive for users who (for example) use the list links feature
  of screen readers.

  Affects latest master

  (WCAG Level AAA)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1266913/+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 1326597] A patch has been submitted for review

2014-06-04 Thread Mahara Bot
Patch for master branch: https://reviews.mahara.org/3409

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

Title:
  Warning of undefined setlimit in blogs

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Likely to be a regression from https://reviews.mahara.org/#/c/3349/

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1326597/+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 1326597] [NEW] Warning of undefined setlimit in blogs

2014-06-04 Thread Yuliya Bozhko
Public bug reported:

Likely to be a regression from https://reviews.mahara.org/#/c/3349/

** Affects: mahara
 Importance: Low
 Assignee: Yuliya Bozhko (yuliya.bozhko)
 Status: In Progress


** Tags: regression

** Changed in: mahara
 Assignee: (unassigned) = Yuliya Bozhko (yuliya.bozhko)

** Changed in: mahara
   Importance: Undecided = Low

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

Title:
  Warning of undefined setlimit in blogs

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Likely to be a regression from https://reviews.mahara.org/#/c/3349/

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1326597/+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 1259762] Re: Wall posts should use semantic elements

2014-06-04 Thread Aaron Wells
** Changed in: mahara
Milestone: None = 1.10.0

** 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/1259762

Title:
  Wall posts should use semantic elements

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Posts on a user's wall are currently displayed as plain links. Ideally
  for accessibility purposes they should be placed in an ul (or the
  author's name should be made a heading, or both) - this would make
  them easier for screen reader users to understand.

  Not really necessary for WCAG so this should be a wishlist item.

  Affects latest master

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1259762/+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 1266913] Re: Export users in CSV format link should have more descriptive text

2014-06-04 Thread Yuliya Bozhko
** 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/1266913

Title:
  Export users in CSV format link should have more descriptive text

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  When getting user reports (in Administration - Users - User search
  - Get reports) there is an option to export the selected users in a
  CSV file. However, the actual link to download the file is simply
  labelled Download. It should be changed to something more
  descriptive for users who (for example) use the list links feature
  of screen readers.

  Affects latest master

  (WCAG Level AAA)

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

2014-06-04 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/3400
Committed: 
http://gitorious.org/mahara/mahara/commit/0fcd2ff53011e743c44d14566b18a5ef1d2b4256
Submitter: Aaron Wells (aar...@catalyst.net.nz)
Branch:master

commit 0fcd2ff53011e743c44d14566b18a5ef1d2b4256
Author: Robert Lyon robe...@catalyst.net.nz
Date:   Tue Jun 3 10:51:02 2014 +1200

Made wall posts into an unordered list (Bug #1259762)

To make it more accessible to screen readers

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

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

Title:
  Wall posts should use semantic elements

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Posts on a user's wall are currently displayed as plain links. Ideally
  for accessibility purposes they should be placed in an ul (or the
  author's name should be made a heading, or both) - this would make
  them easier for screen reader users to understand.

  Not really necessary for WCAG so this should be a wishlist item.

  Affects latest master

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1259762/+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 1267239] Re: Datepicker is not keyboard-accessible

2014-06-04 Thread Robert Lyon
https://reviews.mahara.org/#/c/3407/

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

Title:
  Datepicker is not keyboard-accessible

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Currently the DHTML date picker widget (for example the date field on
  /artefact/plans/edit/task.php) is not easy to navigate using a
  keyboard since it opens below all other elements and does not have
  focus set to it - this is confusing for screen reader users since
  activating the button appears to do nothing.

  The current date picker could be modified to be made accessible, or it
  could be replaced with another library (such as a variant of jQuery UI
  datepicker)

  Note that screen readers users can still enter dates manually so this
  is not essential for WCAG compliance.

  Affects latest master (using Orca 3.4.2)

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

2014-06-04 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/3396
Committed: 
http://gitorious.org/mahara/mahara/commit/fa56292841276116eb81a3e2751d12346677cf7d
Submitter: Yuliya Bozhko (yuliya.boz...@gmail.com)
Branch:master

commit fa56292841276116eb81a3e2751d12346677cf7d
Author: Aaron Wells aar...@catalyst.net.nz
Date:   Wed May 28 15:29:17 2014 +1200

Adding Select2 jQuery library

Bug 1323921: This jQuery library turns select tags into autocomplete
fields

Change-Id: Idc68bcfbe08d5ba5dfae47b748f43072abb09a94

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

Title:
  Provide autocomplete pieforms elements

Status in Mahara ePortfolio:
  In Progress

Bug description:
  The interface for artefact-level sharing (
  https://bugs.launchpad.net/mahara/+bug/1298646 ) requires a Pieform
  element that will do AJAX-based autocomplete. You start typing in the
  name of the person you want to share with, and it presents you with a
  list of eligible people.

  This functionality could also be useful in other places throughout
  Mahara as well.

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

2014-06-04 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/3314
Committed: 
http://gitorious.org/mahara/mahara/commit/9a82de8406938afce32b9f53403be25a2a1236c5
Submitter: Robert Lyon (robe...@catalyst.net.nz)
Branch:master

commit 9a82de8406938afce32b9f53403be25a2a1236c5
Author: Robert Lyon robe...@catalyst.net.nz
Date:   Tue May 6 13:04:33 2014 +1200

Easier viewing of of artefact-file plugin config (Bug #1326160)

As we add more config settings to the artefact file plugin it is
easier to find things when we load the config page with all the fieldsets
closed to begin with (like what we do in site config page).

Made the form/page look more like site settings page

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

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

Title:
  Artefact file plugin config getting crowded

Status in Mahara ePortfolio:
  In Progress

Bug description:
  As there are more and more variables being added to the Extensions -
  artefact file plugin's configuration page it is worthwhile having the
  fieldsets load closed by default.

  Added patch https://reviews.mahara.org/#/c/3314/ as part of this so it
  allows for easier display of config page and updating variables.

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

2014-06-04 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/3397
Committed: 
http://gitorious.org/mahara/mahara/commit/c77652d5107ed9978d03319fd23375c831aad2da
Submitter: Yuliya Bozhko (yuliya.boz...@gmail.com)
Branch:master

commit c77652d5107ed9978d03319fd23375c831aad2da
Author: Aaron Wells aar...@catalyst.net.nz
Date:   Wed May 28 15:43:34 2014 +1200

Mahara compatibility changes for Select2 external library

Bug 1323921

Change-Id: I77827d61f77cc9698b1799e3fb2e334670a19b72
Signed-off-by: Yuliya Bozhko yuliya.boz...@totaralms.com

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

Title:
  Provide autocomplete pieforms elements

Status in Mahara ePortfolio:
  In Progress

Bug description:
  The interface for artefact-level sharing (
  https://bugs.launchpad.net/mahara/+bug/1298646 ) requires a Pieform
  element that will do AJAX-based autocomplete. You start typing in the
  name of the person you want to share with, and it presents you with a
  list of eligible people.

  This functionality could also be useful in other places throughout
  Mahara as well.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1323921/+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 1316324] Re: Add activity stream block

2014-06-04 Thread Aaron Wells
I merged the patch with a list of items to fix in a gerrit comment. The
biggest bug I found, was comment visibility was not respected. Private
comments, and comments under moderation, showed up in an activity
stream.

To replicate:

1. Put an activity stream on User A's profile page
2. User A leaves a comment on User B's page. The comment is marked private by 
User A, or is awaiting moderation (because User B turned on comment moderation 
on the page).
3. Log in as User C. When User C navigates to User B's page, they cannot see 
User A's comments
4. User C navigates to User A's profile page.

Expected result: They should see nothing about the private comments in
the activity stream.

Actual result: They see that User A left a comment on the page, and they
see the text of the comment.

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

Title:
  Add activity stream block

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  This is a bug to keep track of the Activity Stream block that we are
  implementing.

  The activity stream block which can be placed in any page and will display 
different content depending on the viewer and the type of the page:
   - User dashboard: Show activities that are of interest to the user. Items 
shown here are affected by the user's Notification settings. Only items that 
the user has access to will be displayed.
   - User page: Shows activities that the page owner has performed. The 
contents of this block are filtered by the sharing permissions of the items 
relative to the viewer. The owner will see all actions they have performed. Any 
other user will show the actions that the owner performed, but only for items 
that are shared with them.
   - Group and Institution pages: Show activities that relate to the group or 
institution. The contents are filtered to only show items that are shared with 
the viewer. It assumes that the user viewing the stream has access to the group 
or institution.

  This is a complicated patch, so here are some notes to help explain
  things:

  A 'homestream' notification plugin has been implemented. It is
  basically a placeholder, as the processing of activities happens
  within the activity stream block.

  Activity types have to be updated to be able to be included in the
  activity stream. We've got plans to implement a large set of new
  activity types and refactor more of the existing activity types. This
  first version (we intend to) only include refactors of two existing
  activity types - New page access and Feedback. Others will be
  implemented after the initial patch is merged.

  The code for selecting items to show in the activity streams is
  complex and has been broken down into several smaller pieces to allow
  for testing and easier maintenance. We've implemented a set of php
  units tests to make sure that the correct activities are showing in
  the correct streams. This testing is important because it ensures that
  users will only see activities that they are entitled to see, to
  maintain privacy.

  All of the above is subject to change. Check the following comments.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1316324/+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 1326630] [NEW] integer/min/max rules do not allow for empty values

2014-06-04 Thread Robert Lyon
Public bug reported:

Currently for some fields that limit the db output have
integer/minvalue/maxvalue rules. But there is no ability to leave the
field blank (so allowing for all  to be displayed). This is due to the
rules on the field:

'rules'= array('integer' = true, 'minvalue' = 0, 'maxvalue'
= 1000)

But if we change to

'rules'= array('minvalue' = 0, 'maxvalue' = 1000)

There is no check that any non blank entry is actually an integer.

So I'll make a slight change to the minvalue/maxvalue rules to make sure
any non blank entry fits with the logic of being an integer.

** Affects: mahara
 Importance: Low
 Assignee: Robert Lyon (robertl-9)
 Status: In Progress

** Changed in: mahara
Milestone: None = 1.10.0

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

** Changed in: mahara
   Importance: Undecided = Low

** Changed in: mahara
   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/1326630

Title:
  integer/min/max rules do not allow for empty values

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Currently for some fields that limit the db output have
  integer/minvalue/maxvalue rules. But there is no ability to leave the
  field blank (so allowing for all  to be displayed). This is due to the
  rules on the field:

  'rules'= array('integer' = true, 'minvalue' = 0, 'maxvalue'
  = 1000)

  But if we change to

  'rules'= array('minvalue' = 0, 'maxvalue' = 1000)

  There is no check that any non blank entry is actually an integer.

  So I'll make a slight change to the minvalue/maxvalue rules to make
  sure any non blank entry fits with the logic of being an integer.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1326630/+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 1298646] A patch has been submitted for review

2014-06-04 Thread Mahara Bot
Patch for master branch: https://reviews.mahara.org/3410

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

Title:
  Add artefact-level sharing

Status in Mahara ePortfolio:
  In Progress

Bug description:
  As was described during MaharaHui 2014, this is an improvement we
  would like to add to Mahara.

  Full specs are here
  https://mahara.org/view/artefact.php?artefact=363268view=1088

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1298646/+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 1326630] A patch has been submitted for review

2014-06-04 Thread Mahara Bot
Patch for master branch: https://reviews.mahara.org/3411

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

Title:
  integer/min/max rules do not allow for empty values

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Currently for some fields that limit the db output have
  integer/minvalue/maxvalue rules. But there is no ability to leave the
  field blank (so allowing for all  to be displayed). This is due to the
  rules on the field:

  'rules'= array('integer' = true, 'minvalue' = 0, 'maxvalue'
  = 1000)

  But if we change to

  'rules'= array('minvalue' = 0, 'maxvalue' = 1000)

  There is no check that any non blank entry is actually an integer.

  So I'll make a slight change to the minvalue/maxvalue rules to make
  sure any non blank entry fits with the logic of being an integer.

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

2014-06-04 Thread Mahara Bot
Reviewed:  https://reviews.mahara.org/3410
Committed: 
http://gitorious.org/mahara/mahara/commit/c679c3b2ceef2ceba2c3181cca4cfcd5ada0daa9
Submitter: Aaron Wells (aar...@catalyst.net.nz)
Branch:master

commit c679c3b2ceef2ceba2c3181cca4cfcd5ada0daa9
Author: Aaron Wells aar...@catalyst.net.nz
Date:   Thu Jun 5 16:11:31 2014 +1200

Fixing bugs in the objectionable items refactor

Bug 1298646: No point in adding columns to the interaction_forum_post table
just to immediately drop them again.

Also, there were some lingering accesstype IS NULL checks in the elasticsearch
access queries, which should have been removed along with the accesstype != 
objectionable
that they were previously parenthetical with.

And, the artefact_access table doesn't need to accept objectionable as
an accesstype enum value anymore.

Change-Id: I961f15e98eb8aab95e4e5b16af223eb61588f671
Signed-off-by: Yuliya Bozhko yuliya.boz...@totaralms.com

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

Title:
  Add artefact-level sharing

Status in Mahara ePortfolio:
  In Progress

Bug description:
  As was described during MaharaHui 2014, this is an improvement we
  would like to add to Mahara.

  Full specs are here
  https://mahara.org/view/artefact.php?artefact=363268view=1088

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1298646/+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 547932] A patch has been submitted for review

2014-06-04 Thread Mahara Bot
Patch for master branch: https://reviews.mahara.org/3412

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

Title:
  Real-time chat system

Status in Mahara ePortfolio:
  In Progress

Bug description:
  A real time chat system like what you see in many online social
  community sites would be VERY useful.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/547932/+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 1326622] Re: Date shows 1970 on journal entries added to page

2014-06-04 Thread Aaron Wells
Hi Shane,

Well, 1 Jan 1970 is actually a pretty common date to see in error
situations, because Mahara uses the Unix date format, in which dates
are stored as the number of seconds from 1 Jan 1970. So, you see the 1
Jan 1970 date show up if for some reason a date is missing (i.e. it's 0
seconds from 1 Jan 1970).

I was unable to replicate the problem that you're describing. I tried it
with both a clean install and an upgrade from Mahara 1.1, but in both
cases I saw proper dates rather than 1 Jan 1970.

Here's what I did:

1. Clean install of Mahara 1.8.1
2. Log in as admin user
3. Go to Content - Journal and create a few journal entries
4. Go to Portfolio - Pages, create a page, put a Journal block onto the 
page, selecting the journal I'd written entries for.
5. Go to Display page.
6. The date for the journal entries displays properly as today's date.
7. Share the page with the public.
8. Log out and view the page as an anonymous user.
9. The date still displays properly.

I repeated this test with an upgrade from Mahara 1.1 as well: Installing
Mahara 1.1, create a few blog entries, create a page, put a blog block
on the page, and then upgrade the site to Mahara 1.8.1. I still saw the
proper dates.

Are you doing something different from what I've described?

Cheers,
Aaron

** Changed in: mahara
Milestone: None = 1.8.4

** Changed in: mahara
   Status: New = Incomplete

** Changed in: mahara
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
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/1326622

Title:
  Date shows 1970 on journal entries added to page

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  Mahara 1.8.1

  Hi All,
  I just noticed something REALLY weird When you add an entire journal to a 
page - every entry shows wrong date/time with 1970 as the year!

  Posted by Shane Nuessler on 01 January 1970, 10:33 AM | Comments (0)

  Adding entries individually shows the correct date/time:

  Posted by Shane Nuessler on 05 June 2014, 1:34 PM | Comments (0)

  Cheers,
  Shane.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1326622/+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 1326597] Re: Warning of undefined setlimit in blogs

2014-06-04 Thread Ghada El-Zoghbi
Hi Yuliya,

I'm trying to review the code.  But, not sure how to generate this
warning message in the first place.

What is the scenairo/conditions to get this warning?  What is the text
of the warning?

And, where does this warning appear (I'm assuming in /var/log/apache/error.log 
- or wherever the apache log is supposed to write to).
 

Thanks,
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/1326597

Title:
  Warning of undefined setlimit in blogs

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Likely to be a regression from https://reviews.mahara.org/#/c/3349/

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