[Mahara-contributors] [Bug 1099332] [NEW] Allow page submission from Edit Access

2013-01-14 Thread Steve Bailey
Public bug reported:

The option to submit a page to a course group for assessment currently
appears on the front page of the course group, and on the page itself
when the user is viewing it. It makes sense for this option to also
appear when sharing a page, i.e. in the Edit Access page
(view/access.php) and possibly also the Share listing (view/share.php).
Students can legitimately assume that submitting is a type of
sharing and so it makes sense and reduces confusion to have the option
in this location.

** Affects: mahara
 Importance: Undecided
 Status: New


** Tags: wishlist

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

Title:
  Allow page submission from Edit Access

Status in Mahara ePortfolio:
  New

Bug description:
  The option to submit a page to a course group for assessment currently
  appears on the front page of the course group, and on the page itself
  when the user is viewing it. It makes sense for this option to also
  appear when sharing a page, i.e. in the Edit Access page
  (view/access.php) and possibly also the Share listing
  (view/share.php). Students can legitimately assume that submitting
  is a type of sharing and so it makes sense and reduces confusion to
  have the option in this location.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1099332/+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 1099332] Re: Allow page submission from Edit Access

2013-01-14 Thread Kristina Hoeppner
** Changed in: mahara
   Importance: Undecided = Wishlist

** Changed in: mahara
   Status: New = Confirmed

** Tags removed: wishlist
** Tags added: viewaccess

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

Title:
  Allow page submission from Edit Access

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  The option to submit a page to a course group for assessment currently
  appears on the front page of the course group, and on the page itself
  when the user is viewing it. It makes sense for this option to also
  appear when sharing a page, i.e. in the Edit Access page
  (view/access.php) and possibly also the Share listing
  (view/share.php). Students can legitimately assume that submitting
  is a type of sharing and so it makes sense and reduces confusion to
  have the option in this location.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1099332/+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 1095890] Re: allowcomments not respected properly

2013-01-14 Thread Son Nguyen
** Changed in: mahara
 Assignee: (unassigned) = Son Nguyen (ngson2000)

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

Title:
  allowcomments not respected properly

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Not sure why, but the function user_comments_allowed (lib/view.php
  line 3872), seems to check through all the access rights for the
  allowcomment flag, which doesn't seem to be configurable from the
  web interface. If the page has allowcomments off, and one of the
  access rights allows comments, then comments are allowed.

  The particular access right i found it on was an objectionable type.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1095890/+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 1046617] Re: hard-coded plural logic on /group/find.php

2013-01-14 Thread Hugh Davenport
https://reviews.mahara.org/1950

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

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

Title:
  hard-coded plural logic on /group/find.php

Status in Mahara ePortfolio:
  In Progress

Bug description:
  There is hard-coded plural logic for the member count in
  htdocs/theme/raw/templates/group/group.tpl

  This should use the proper plural mechanism.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1046617/+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 1095890] Re: allowcomments not respected properly

2013-01-14 Thread Son Nguyen
There are two options the function user_comments_allowed() needs to
check:  allowcomments and approvecomments.

if allowcomments of one access right is true, the user can put comments
and if approvecomments of one access right is FALSE given the
allowcomments is TRUE then the user can publish his/her comment without
the approval of the owner.

I think the  function user_comments_allowed() is correct as it needs to
check though all access rights for both allowcomment and
approvecomment flags

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

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

Title:
  allowcomments not respected properly

Status in Mahara ePortfolio:
  Invalid

Bug description:
  Not sure why, but the function user_comments_allowed (lib/view.php
  line 3872), seems to check through all the access rights for the
  allowcomment flag, which doesn't seem to be configurable from the
  web interface. If the page has allowcomments off, and one of the
  access rights allows comments, then comments are allowed.

  The particular access right i found it on was an objectionable type.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1095890/+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 1051529] Re: Activating spellchecker brings up warning

2013-01-14 Thread Son Nguyen
** Changed in: mahara
 Assignee: (unassigned) = Son Nguyen (ngson2000)

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

Title:
  Activating spellchecker brings up warning

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Mahara 1.6dev (latest code)

  When I activate the spellchecker in the cover letter section and move
  on to Education and employment (or any other page), I get the
  following warnings:

  
  [WAR] 65 (js/tinymce/plugins/spellchecker/config.php:22) Use of undefined 
constant PSPELL_FAST - assumed 'PSPELL_FAST'
  Call stack (most recent first):

  log_message(Use of undefined constant PSPELL_FAST - assumed 'P..., 8, 
true, true, /home/kristina/code/16stable/htdocs/js/tinymce/plu..., 22) at 
/home/kristina/code/16stable/htdocs/lib/errors.php:446
  error(8, Use of undefined constant PSPELL_FAST - assumed 'P..., 
/home/kristina/code/16stable/htdocs/js/tinymce/plu..., 22, array(size 53)) at 
/home/kristina/code/16stable/htdocs/js/tinymce/plugins/spellchecker/config.php:22
  require_once(/home/kristina/code/16stable/htdocs/js/tinymce/plu...) at 
/home/kristina/code/16stable/htdocs/js/tinymce/plugins/spellchecker/includes/general.php:15
  require_once(/home/kristina/code/16stable/htdocs/js/tinymce/plu...) at 
/home/kristina/code/16stable/htdocs/js/tinymce/plugins/spellchecker/rpc.php:10

  [WAR] 65 (js/tinymce/plugins/spellchecker/config.php:28) Use of undefined 
constant PSPELL_FAST - assumed 'PSPELL_FAST'
  Call stack (most recent first):

  log_message(Use of undefined constant PSPELL_FAST - assumed 'P..., 8, 
true, true, /home/kristina/code/16stable/htdocs/js/tinymce/plu..., 28) at 
/home/kristina/code/16stable/htdocs/lib/errors.php:446
  error(8, Use of undefined constant PSPELL_FAST - assumed 'P..., 
/home/kristina/code/16stable/htdocs/js/tinymce/plu..., 28, array(size 53)) at 
/home/kristina/code/16stable/htdocs/js/tinymce/plugins/spellchecker/config.php:28
  require_once(/home/kristina/code/16stable/htdocs/js/tinymce/plu...) at 
/home/kristina/code/16stable/htdocs/js/tinymce/plugins/spellchecker/includes/general.php:15
  require_once(/home/kristina/code/16stable/htdocs/js/tinymce/plu...) at 
/home/kristina/code/16stable/htdocs/js/tinymce/plugins/spellchecker/rpc.php:10

  [WAR] 65 (js/tinymce/plugins/spellchecker/classes/utils/JSON.php:351) 
Uninitialized string offset: 60
  Call stack (most recent first):

  log_message(Uninitialized string offset: 60, 8, true, true, 
/home/kristina/code/16stable/htdocs/js/tinymce/plu..., 351) at 
/home/kristina/code/16stable/htdocs/lib/errors.php:446
  error(8, Uninitialized string offset: 60, 
/home/kristina/code/16stable/htdocs/js/tinymce/plu..., 351, array(size 0)) at 
/home/kristina/code/16stable/htdocs/js/tinymce/plugins/spellchecker/classes/utils/JSON.php:351
  Moxiecode_JSONReader-peek() at 
/home/kristina/code/16stable/htdocs/js/tinymce/plugins/spellchecker/classes/utils/JSON.php:323
  Moxiecode_JSONReader-readAway() at 
/home/kristina/code/16stable/htdocs/js/tinymce/plugins/spellchecker/classes/utils/JSON.php:126
  Moxiecode_JSONReader-readToken() at 
/home/kristina/code/16stable/htdocs/js/tinymce/plugins/spellchecker/classes/utils/JSON.php:379
  Moxiecode_JSON-readValue(object(Moxiecode_JSONReader)) at 
/home/kristina/code/16stable/htdocs/js/tinymce/plugins/spellchecker/classes/utils/JSON.php:369
  
Moxiecode_JSON-decode({id:c0,method:checkWords,params:[en,[...) 
at 
/home/kristina/code/16stable/htdocs/js/tinymce/plugins/spellchecker/rpc.php:93

  [WAR] 65 (js/tinymce/plugins/spellchecker/classes/utils/JSON.php:339) 
Uninitialized string offset: 60
  Call stack (most recent first):

  log_message(Uninitialized string offset: 60, 8, true, true, 
/home/kristina/code/16stable/htdocs/js/tinymce/plu..., 339) at 
/home/kristina/code/16stable/htdocs/lib/errors.php:446
  error(8, Uninitialized string offset: 60, 
/home/kristina/code/16stable/htdocs/js/tinymce/plu..., 339, array(size 1)) at 
/home/kristina/code/16stable/htdocs/js/tinymce/plugins/spellchecker/classes/utils/JSON.php:339
  Moxiecode_JSONReader-read() at 
/home/kristina/code/16stable/htdocs/js/tinymce/plugins/spellchecker/classes/utils/JSON.php:90
  Moxiecode_JSONReader-readToken() at 
/home/kristina/code/16stable/htdocs/js/tinymce/plugins/spellchecker/classes/utils/JSON.php:379
  Moxiecode_JSON-readValue(object(Moxiecode_JSONReader)) at 
/home/kristina/code/16stable/htdocs/js/tinymce/plugins/spellchecker/classes/utils/JSON.php:369
  
Moxiecode_JSON-decode({id:c0,method:checkWords,params:[en,[...) 
at 
/home/kristina/code/16stable/htdocs/js/tinymce/plugins/spellchecker/rpc.php:93

  [WAR] 65 (js/tinymce/plugins/spellchecker/rpc.php:104) Trying to get property 
of non-object
  Call stack (most recent first):

 

[Mahara-contributors] [Bug 1051529] Re: Activating spellchecker brings up warning

2013-01-14 Thread Son Nguyen
I suggest we upgrade the TinyMCE to version 3.5.8 first.

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

Title:
  Activating spellchecker brings up warning

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Mahara 1.6dev (latest code)

  When I activate the spellchecker in the cover letter section and move
  on to Education and employment (or any other page), I get the
  following warnings:

  
  [WAR] 65 (js/tinymce/plugins/spellchecker/config.php:22) Use of undefined 
constant PSPELL_FAST - assumed 'PSPELL_FAST'
  Call stack (most recent first):

  log_message(Use of undefined constant PSPELL_FAST - assumed 'P..., 8, 
true, true, /home/kristina/code/16stable/htdocs/js/tinymce/plu..., 22) at 
/home/kristina/code/16stable/htdocs/lib/errors.php:446
  error(8, Use of undefined constant PSPELL_FAST - assumed 'P..., 
/home/kristina/code/16stable/htdocs/js/tinymce/plu..., 22, array(size 53)) at 
/home/kristina/code/16stable/htdocs/js/tinymce/plugins/spellchecker/config.php:22
  require_once(/home/kristina/code/16stable/htdocs/js/tinymce/plu...) at 
/home/kristina/code/16stable/htdocs/js/tinymce/plugins/spellchecker/includes/general.php:15
  require_once(/home/kristina/code/16stable/htdocs/js/tinymce/plu...) at 
/home/kristina/code/16stable/htdocs/js/tinymce/plugins/spellchecker/rpc.php:10

  [WAR] 65 (js/tinymce/plugins/spellchecker/config.php:28) Use of undefined 
constant PSPELL_FAST - assumed 'PSPELL_FAST'
  Call stack (most recent first):

  log_message(Use of undefined constant PSPELL_FAST - assumed 'P..., 8, 
true, true, /home/kristina/code/16stable/htdocs/js/tinymce/plu..., 28) at 
/home/kristina/code/16stable/htdocs/lib/errors.php:446
  error(8, Use of undefined constant PSPELL_FAST - assumed 'P..., 
/home/kristina/code/16stable/htdocs/js/tinymce/plu..., 28, array(size 53)) at 
/home/kristina/code/16stable/htdocs/js/tinymce/plugins/spellchecker/config.php:28
  require_once(/home/kristina/code/16stable/htdocs/js/tinymce/plu...) at 
/home/kristina/code/16stable/htdocs/js/tinymce/plugins/spellchecker/includes/general.php:15
  require_once(/home/kristina/code/16stable/htdocs/js/tinymce/plu...) at 
/home/kristina/code/16stable/htdocs/js/tinymce/plugins/spellchecker/rpc.php:10

  [WAR] 65 (js/tinymce/plugins/spellchecker/classes/utils/JSON.php:351) 
Uninitialized string offset: 60
  Call stack (most recent first):

  log_message(Uninitialized string offset: 60, 8, true, true, 
/home/kristina/code/16stable/htdocs/js/tinymce/plu..., 351) at 
/home/kristina/code/16stable/htdocs/lib/errors.php:446
  error(8, Uninitialized string offset: 60, 
/home/kristina/code/16stable/htdocs/js/tinymce/plu..., 351, array(size 0)) at 
/home/kristina/code/16stable/htdocs/js/tinymce/plugins/spellchecker/classes/utils/JSON.php:351
  Moxiecode_JSONReader-peek() at 
/home/kristina/code/16stable/htdocs/js/tinymce/plugins/spellchecker/classes/utils/JSON.php:323
  Moxiecode_JSONReader-readAway() at 
/home/kristina/code/16stable/htdocs/js/tinymce/plugins/spellchecker/classes/utils/JSON.php:126
  Moxiecode_JSONReader-readToken() at 
/home/kristina/code/16stable/htdocs/js/tinymce/plugins/spellchecker/classes/utils/JSON.php:379
  Moxiecode_JSON-readValue(object(Moxiecode_JSONReader)) at 
/home/kristina/code/16stable/htdocs/js/tinymce/plugins/spellchecker/classes/utils/JSON.php:369
  
Moxiecode_JSON-decode({id:c0,method:checkWords,params:[en,[...) 
at 
/home/kristina/code/16stable/htdocs/js/tinymce/plugins/spellchecker/rpc.php:93

  [WAR] 65 (js/tinymce/plugins/spellchecker/classes/utils/JSON.php:339) 
Uninitialized string offset: 60
  Call stack (most recent first):

  log_message(Uninitialized string offset: 60, 8, true, true, 
/home/kristina/code/16stable/htdocs/js/tinymce/plu..., 339) at 
/home/kristina/code/16stable/htdocs/lib/errors.php:446
  error(8, Uninitialized string offset: 60, 
/home/kristina/code/16stable/htdocs/js/tinymce/plu..., 339, array(size 1)) at 
/home/kristina/code/16stable/htdocs/js/tinymce/plugins/spellchecker/classes/utils/JSON.php:339
  Moxiecode_JSONReader-read() at 
/home/kristina/code/16stable/htdocs/js/tinymce/plugins/spellchecker/classes/utils/JSON.php:90
  Moxiecode_JSONReader-readToken() at 
/home/kristina/code/16stable/htdocs/js/tinymce/plugins/spellchecker/classes/utils/JSON.php:379
  Moxiecode_JSON-readValue(object(Moxiecode_JSONReader)) at 
/home/kristina/code/16stable/htdocs/js/tinymce/plugins/spellchecker/classes/utils/JSON.php:369
  
Moxiecode_JSON-decode({id:c0,method:checkWords,params:[en,[...) 
at 
/home/kristina/code/16stable/htdocs/js/tinymce/plugins/spellchecker/rpc.php:93

  [WAR] 65 (js/tinymce/plugins/spellchecker/rpc.php:104) Trying to get property 
of non-object
  Call stack (most recent first):

  log_message(Trying to get property of non-object, 8, true, true, 

[Mahara-contributors] [Bug 1069811] Re: Quota exceeded message for groups

2013-01-14 Thread Matthew B
** Changed in: mahara
   Status: Triaged = In Progress

** Changed in: mahara
 Assignee: (unassigned) = Matthew B (mattjbjb)

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

Title:
  Quota exceeded message for groups

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Hi,

  I've just spent an hour troubleshooting what I thought was a bug in a
  user account before figuring out what was happening. I'd like to
  suggest a change to the user error messages. The error message for
  exceeding quota when loading files to a group is identical to the
  error that an individual user gets. Can this message be changed to be
  specific - Instead of 'would exceed YOUR quota (my emphasis) is should
  say 'The file quota for this GROUP would be exceeded).

  Thanks, Gordon.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1069811/+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 1017785] Re: Empty blog should display No entries yet. and Add one link

2013-01-14 Thread Bonnie Liao
** Changed in: mahara
   Status: Triaged = In Progress

** Changed in: mahara
 Assignee: Janice Chin (starboltangel) = Bonnie Liao (kurousagiwasugoi)

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

Title:
  Empty blog should display No entries yet. and Add one link

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Version: master

  Assumptions
   - Logged in user has one empty journal.

  Actions
   1. Open the empty journal.

  Expected results
   - Lang string No entries yet. Add one with link to create a new entry.

  Actual results
   - string: 0 entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1017785/+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 1017785] Re: Empty blog should display No entries yet. and Add one link

2013-01-14 Thread Janice Chin
** Changed in: mahara
 Assignee: Bonnie Liao (kurousagiwasugoi) = Janice Chin (starboltangel)

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

Title:
  Empty blog should display No entries yet. and Add one link

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Version: master

  Assumptions
   - Logged in user has one empty journal.

  Actions
   1. Open the empty journal.

  Expected results
   - Lang string No entries yet. Add one with link to create a new entry.

  Actual results
   - string: 0 entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1017785/+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 1006706] Re: Missing lang strings in view/urls.php

2013-01-14 Thread Christian Tuveve-Aiono
** Changed in: mahara
 Assignee: (unassigned) = Christian Tuveve-Aiono (handlethesandal)

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

Title:
  Missing lang strings in view/urls.php

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Version: master
  On the page view/urls.php, these strings are not defined:
  1. [[stopdatecannotbeinpast/view]], see the attached image
  2. [[startdatemustbebeforestopdate/view]]

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1006706/+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 1017785] Re: Empty blog should display No entries yet. and Add one link

2013-01-14 Thread Bonnie Liao
** Changed in: mahara
 Assignee: Bonnie Liao (kurousagiwasugoi) = (unassigned)

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

Title:
  Empty blog should display No entries yet. and Add one link

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Version: master

  Assumptions
   - Logged in user has one empty journal.

  Actions
   1. Open the empty journal.

  Expected results
   - Lang string No entries yet. Add one with link to create a new entry.

  Actual results
   - string: 0 entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1017785/+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 1017785] Re: Empty blog should display No entries yet. and Add one link

2013-01-14 Thread Hugh Davenport
After helping the Academy students, have found that this string is
actually present in the pagination code, so removing the bite-sized tag
as it is a bit harder ;)

** Tags removed: bite-sized
** Tags added: pagination

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

Title:
  Empty blog should display No entries yet. and Add one link

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Version: master

  Assumptions
   - Logged in user has one empty journal.

  Actions
   1. Open the empty journal.

  Expected results
   - Lang string No entries yet. Add one with link to create a new entry.

  Actual results
   - string: 0 entries

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1017785/+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 1069811] Re: Quota exceeded message for groups

2013-01-14 Thread Matthew B
https://reviews.mahara.org/1951

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

Title:
  Quota exceeded message for groups

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Hi,

  I've just spent an hour troubleshooting what I thought was a bug in a
  user account before figuring out what was happening. I'd like to
  suggest a change to the user error messages. The error message for
  exceeding quota when loading files to a group is identical to the
  error that an individual user gets. Can this message be changed to be
  specific - Instead of 'would exceed YOUR quota (my emphasis) is should
  say 'The file quota for this GROUP would be exceeded).

  Thanks, Gordon.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1069811/+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 932887] Re: Two Back buttons on the Preview page

2013-01-14 Thread Bonnie Liao
I can't find any 'Preview' button anywhere to get into Preview mode.
Where did you find this problem?

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

Title:
  Two Back buttons on the Preview page

Status in Mahara ePortfolio:
  Triaged

Bug description:
  There are two Back buttons when a creating page is in Preview mode.

  Mahara 1.4 (latest build)

  When a page is created and the user click on the Preview page button,
  two Back buttons appear on the top right corner, instead of one.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/932887/+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 1006706] Re: Missing lang strings in view/urls.php

2013-01-14 Thread Christian Tuveve-Aiono
https://reviews.mahara.org/1952

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

Title:
  Missing lang strings in view/urls.php

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Version: master
  On the page view/urls.php, these strings are not defined:
  1. [[stopdatecannotbeinpast/view]], see the attached image
  2. [[startdatemustbebeforestopdate/view]]

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1006706/+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 1040337] Re: [Ongoing]Upgrade TinyMCE

2013-01-14 Thread Son Nguyen
** Changed in: mahara
 Assignee: (unassigned) = Son Nguyen (ngson2000)

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

** Changed in: mahara
Milestone: None = 1.7.0

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

Title:
  [Ongoing]Upgrade TinyMCE

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Upgrade current version of tiny-mce to latest version 3.5.6.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1040337/+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 1068962] Re: Delete users button should be red on /admin/users/suspended.php

2013-01-14 Thread Bonnie Liao
https://reviews.mahara.org/1953

** Changed in: mahara
 Assignee: (unassigned) = Bonnie Liao (kurousagiwasugoi)

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

Title:
  Delete users button should be red on /admin/users/suspended.php

Status in Mahara ePortfolio:
  In Progress

Bug description:
  The Delete users button in other areas of the administration is red,
  but not on /admin/users/suspended.php

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1068962/+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 1040337] Re: [Ongoing]Upgrade TinyMCE

2013-01-14 Thread Son Nguyen
Upgrade from 3.4.7 to 3.5.8

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

Title:
  [Ongoing]Upgrade TinyMCE

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Upgrade current version of tiny-mce to latest version 3.5.6.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1040337/+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 1021653] Re: Ensure length of input fields is sufficient for required data

2013-01-14 Thread Ali Kaye
** Changed in: mahara
 Assignee: (unassigned) = Ali Kaye (alexandrakaye-student)

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

Title:
  Ensure length of input fields is sufficient for required data

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Some of the input fields are to small. Normally the number of signs
  that are visible  should be as long as standard entries are.

  I.e. the form at contact.php:
  Fields for Name Mail and topic should be longer that normal entries are full 
visible. The topic field shows only 21 signs. Its possible to add more signs, 
but if there are more than 21 signs it scrolls. 

  Specially unexperienced users or pupils have problems to read their
  own entry if it is not fully visible.

  I've not checked if the same form is used in a column view where less
  place is available and this would create problems if the field length
  is changed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1021653/+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 1069811] Re: Quota exceeded message for groups

2013-01-14 Thread Matthew B
** Changed in: mahara
   Status: In Progress = Fix Committed

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

Title:
  Quota exceeded message for groups

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Hi,

  I've just spent an hour troubleshooting what I thought was a bug in a
  user account before figuring out what was happening. I'd like to
  suggest a change to the user error messages. The error message for
  exceeding quota when loading files to a group is identical to the
  error that an individual user gets. Can this message be changed to be
  specific - Instead of 'would exceed YOUR quota (my emphasis) is should
  say 'The file quota for this GROUP would be exceeded).

  Thanks, Gordon.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1069811/+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 1068962] Re: Delete users button should be red on /admin/users/suspended.php

2013-01-14 Thread Bonnie Liao
** Changed in: mahara
   Status: In Progress = Fix Committed

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

Title:
  Delete users button should be red on /admin/users/suspended.php

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  The Delete users button in other areas of the administration is red,
  but not on /admin/users/suspended.php

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1068962/+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 1006706] Re: Missing lang strings in view/urls.php

2013-01-14 Thread Hugh Davenport
** Changed in: mahara
   Status: In Progress = Fix Committed

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

Title:
  Missing lang strings in view/urls.php

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Version: master
  On the page view/urls.php, these strings are not defined:
  1. [[stopdatecannotbeinpast/view]], see the attached image
  2. [[startdatemustbebeforestopdate/view]]

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1006706/+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 1021653] Re: Ensure length of input fields is sufficient for required data

2013-01-14 Thread Hugh Davenport
** Tags added: academy

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

Title:
  Ensure length of input fields is sufficient for required data

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Some of the input fields are to small. Normally the number of signs
  that are visible  should be as long as standard entries are.

  I.e. the form at contact.php:
  Fields for Name Mail and topic should be longer that normal entries are full 
visible. The topic field shows only 21 signs. Its possible to add more signs, 
but if there are more than 21 signs it scrolls. 

  Specially unexperienced users or pupils have problems to read their
  own entry if it is not fully visible.

  I've not checked if the same form is used in a column view where less
  place is available and this would create problems if the field length
  is changed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1021653/+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 1068962] Re: Delete users button should be red on /admin/users/suspended.php

2013-01-14 Thread Hugh Davenport
** Tags added: academy

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

Title:
  Delete users button should be red on /admin/users/suspended.php

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  The Delete users button in other areas of the administration is red,
  but not on /admin/users/suspended.php

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1068962/+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 1086569] Re: Institution stats don't work for Institution staff

2013-01-14 Thread Christian Tuveve-Aiono
** Changed in: mahara
 Assignee: Christian Tuveve-Aiono (handlethesandal) = (unassigned)

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

Title:
  Institution stats don't work for Institution staff

Status in Mahara ePortfolio:
  In Progress

Bug description:
  When logged in as staff on the demo.mahara.org and choosing this
  option under

  Institution information  Institution statistics the message
  Institution statistics are not available because there are no institutions 
available to your user.

  This person is a member of the institution Mahara School

  This works for site admin and also site staff - this doesn't work on
  myportfolio either

  It looks like the user needs to have access to all institutions for
  this report to work.

  Craig

  When the staff statistics access option is off, the message is misleading, 
and should be something like:
  This should be changed to something like to Staff statistics needs to be
  turned on for the site to allow staff to view these.
  -- Hugh (from comment 3)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1086569/+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 1086569] Re: Institution stats don't work for Institution staff

2013-01-14 Thread Christian Tuveve-Aiono
** Changed in: mahara
 Assignee: (unassigned) = Christian Tuveve-Aiono (handlethesandal)

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

Title:
  Institution stats don't work for Institution staff

Status in Mahara ePortfolio:
  In Progress

Bug description:
  When logged in as staff on the demo.mahara.org and choosing this
  option under

  Institution information  Institution statistics the message
  Institution statistics are not available because there are no institutions 
available to your user.

  This person is a member of the institution Mahara School

  This works for site admin and also site staff - this doesn't work on
  myportfolio either

  It looks like the user needs to have access to all institutions for
  this report to work.

  Craig

  When the staff statistics access option is off, the message is misleading, 
and should be something like:
  This should be changed to something like to Staff statistics needs to be
  turned on for the site to allow staff to view these.
  -- Hugh (from comment 3)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1086569/+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 1095890] Re: allowcomments not respected properly

2013-01-14 Thread Hugh Davenport
Hi Son,

The issue with this is that you can't actually configure the
allowcomment flag of any access rights, in the web interface it
appears as just a overall view setting.

I think either the for loop needs to cover the objectionable access
type which doesn't show up anywhere in the access interface, and treat
that differently.

Cheers,

Hugh

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

Title:
  allowcomments not respected properly

Status in Mahara ePortfolio:
  Invalid

Bug description:
  Not sure why, but the function user_comments_allowed (lib/view.php
  line 3872), seems to check through all the access rights for the
  allowcomment flag, which doesn't seem to be configurable from the
  web interface. If the page has allowcomments off, and one of the
  access rights allows comments, then comments are allowed.

  The particular access right i found it on was an objectionable type.

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