[Mahara-contributors] [Bug 1389446] Re: Elasticsearch: Searching for a particular term breaks when logged in to mahara.org

2015-11-17 Thread Dirk Meyer
Just a comment that we had to use ElasticSearch 1.5.2 to make it work in
Mahara 15.10 on Debian and Mysql.

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

Title:
  Elasticsearch: Searching for a particular term breaks when logged in
  to mahara.org

Status in Mahara:
  Fix Committed
Status in Mahara 1.10 series:
  Fix Released
Status in Mahara 15.04 series:
  Fix Released

Bug description:
  This happens while using the search box in the upper right hand corner
  of the page on http://mahara.org

  I can consistently get the search to throw an error when searching for
  "Jaybee" while logged in. This does not occur while logged out, or the
  other user I tested.

  The error is: "A nonrecoverable error occurred. This probably means
  you have encountered a bug in the system"

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1389446/+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 1389446] Re: Elasticsearch: Searching for a particular term breaks when logged in to mahara.org

2015-11-17 Thread Dirk Meyer
and php 5.4

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

Title:
  Elasticsearch: Searching for a particular term breaks when logged in
  to mahara.org

Status in Mahara:
  Fix Committed
Status in Mahara 1.10 series:
  Fix Released
Status in Mahara 15.04 series:
  Fix Released

Bug description:
  This happens while using the search box in the upper right hand corner
  of the page on http://mahara.org

  I can consistently get the search to throw an error when searching for
  "Jaybee" while logged in. This does not occur while logged out, or the
  other user I tested.

  The error is: "A nonrecoverable error occurred. This probably means
  you have encountered a bug in the system"

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1389446/+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 1455265] Re: TinyMCE "full screen" button doesn't work in block config

2015-05-20 Thread Dirk Meyer
Hey Aaron,

FF: 38.0.1
Chrome: 42.0.2311.152 m
IE: 11.0.9600.17801

FF: very small window
Chrome: window is small but text area is bigger
IE: Full screen but freezes editor tabs and must escape by clicking back

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

Title:
  TinyMCE "full screen" button doesn't work in block config

Status in Mahara ePortfolio:
  Confirmed
Status in Mahara 15.04 series:
  Confirmed
Status in Mahara 15.10 series:
  Confirmed

Bug description:
  Mahara 1504

  It appears that the fullscreen is not fullscreen in 1504. I tried on a
  couple instances, including master.dev.mahara.org and various
  browsers. Adding screenshot also

  To replicate:

  1. Create a page
  2. Go to the "Edit Content" tab
  3. Put a text block onto the page
  4. Click the "Toggle toolbars" button on TinyMCE to expose the fullscreen 
button (it's on the right end of the second row of buttons)
  5. Click the "Fullscreen" button

  Expected result:
  TinyMCE goes to full screen (fills the whole browser window)

  Actual result:
  TinyMCE only fills the block config iframe. This actually makes it *smaller* 
than before.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1455265/+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 1455265] Re: TinyMCE "full screen" button doesn't work in block config

2015-05-15 Thread Dirk Meyer
Hi Aaron,

removing

transform: translate(-50%, -50%);

and

-ms-transform: translate(-50%, -50%);

didn't seem to make a difference to me. I added

height:1200px;
width:1200px;

 and it works pretty good in that the editor is bigger. In IE the top
row of buttons is chopped off a little bit.

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

Title:
  TinyMCE "full screen" button doesn't work in block config

Status in Mahara ePortfolio:
  Confirmed
Status in Mahara 15.04 series:
  Confirmed
Status in Mahara 15.10 series:
  Confirmed

Bug description:
  Mahara 1504

  It appears that the fullscreen is not fullscreen in 1504. I tried on a
  couple instances, including master.dev.mahara.org and various
  browsers. Adding screenshot also

  To replicate:

  1. Create a page
  2. Go to the "Edit Content" tab
  3. Put a text block onto the page
  4. Click the "Toggle toolbars" button on TinyMCE to expose the fullscreen 
button (it's on the right end of the second row of buttons)
  5. Click the "Fullscreen" button

  Expected result:
  TinyMCE goes to full screen (fills the whole browser window)

  Actual result:
  TinyMCE only fills the block config iframe. This actually makes it *smaller* 
than before.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1455265/+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 1455265] Re: TinyMCE "full screen" button doesn't work in block config

2015-05-15 Thread Dirk Meyer
oh, when  doing this, the editor  width and height is bigger in the non-
fullscreen also

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

Title:
  TinyMCE "full screen" button doesn't work in block config

Status in Mahara ePortfolio:
  Confirmed
Status in Mahara 15.04 series:
  Confirmed
Status in Mahara 15.10 series:
  Confirmed

Bug description:
  Mahara 1504

  It appears that the fullscreen is not fullscreen in 1504. I tried on a
  couple instances, including master.dev.mahara.org and various
  browsers. Adding screenshot also

  To replicate:

  1. Create a page
  2. Go to the "Edit Content" tab
  3. Put a text block onto the page
  4. Click the "Toggle toolbars" button on TinyMCE to expose the fullscreen 
button (it's on the right end of the second row of buttons)
  5. Click the "Fullscreen" button

  Expected result:
  TinyMCE goes to full screen (fills the whole browser window)

  Actual result:
  TinyMCE only fills the block config iframe. This actually makes it *smaller* 
than before.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1455265/+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 1455265] [NEW] full screen not working in Tinymce

2015-05-14 Thread Dirk Meyer
Public bug reported:

Mahara 1504

It appears that the fullscreen is not fullscreen in 1504. I tried on a
couple instances, including master.dev.mahara.org and various browsers.
Adding screenshot also

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

Title:
  full screen not working in Tinymce

Status in Mahara ePortfolio:
  New

Bug description:
  Mahara 1504

  It appears that the fullscreen is not fullscreen in 1504. I tried on a
  couple instances, including master.dev.mahara.org and various
  browsers. Adding screenshot also

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1455265/+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 1455265] Re: full screen not working in Tinymce

2015-05-14 Thread Dirk Meyer
attachment to previous post

** Attachment added: "fullscreen_mahara1504.PNG"
   
https://bugs.launchpad.net/mahara/+bug/1455265/+attachment/4397754/+files/fullscreen_mahara1504.PNG

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

Title:
  full screen not working in Tinymce

Status in Mahara ePortfolio:
  New

Bug description:
  Mahara 1504

  It appears that the fullscreen is not fullscreen in 1504. I tried on a
  couple instances, including master.dev.mahara.org and various
  browsers. Adding screenshot also

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1455265/+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 1440916] Re: File attachments to forum posts is important

2015-04-18 Thread Dirk Meyer
Yes, using the approach already in place with the Notes block would work
nicely. The request came about a particular workflow for a particular
project. All users are members of a group and the intent is to encourage
discussion around a particular idea and/or document. We think the forum
is a good choice for this but adding documents to discussions would be
required. Taking this a step further, it would be desirable if documents
attached to discussions could be displayed in list form somewhere to
make it easy to find them.

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

Title:
  File attachments to forum posts is important

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Currently, a user is able to add files to feedback on a page and
  comments on an artifact but not in a forum post. It seems to be a
  valuable feature for enhancing discussion.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1440916/+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 1440915] Re: Incorrect number of new inbox messages remains at zero

2015-04-06 Thread Dirk Meyer
Yes, it is. Thank you for looking into this.
 I am just discussing this with a colleague and we are wondering if students 
use their email in order to receive notifications in about things happening  
Mahara this could get confusing because all messages are marked as read and 
there is no notification at the top that lets me know that new messages have 
come in. Not sure what the fix is but we can see how this could cause problems 
with students while logged into Mahara.

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

Title:
  Incorrect number of new inbox messages remains at zero

Status in Mahara ePortfolio:
  Invalid

Bug description:
  15.04rc1
  Debian
  Mysql

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1440915/+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 1374674] Re: Feedback notification from own comment

2015-04-06 Thread Dirk Meyer
Something to consider: 
It would be useful when receiving feedback on artifacts and pages who has left 
the feedback within the notification message. This could be resolved by 
replacing the name 'system' with the actual users name. Also, why not have a 
separate tab next to 'Compose' in 'Notifications' called 'Feedback' where you 
will get a list of feedback that you have left to others and received by others.
This would be so essential for creating effective feedback loops.

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

Title:
  Feedback notification from own comment

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Situation goes as such :

  - A view has been commented by another user :
   - the owner receives a notification --> Good
  - the owner replies to the comment in his view
   - the owner gets a notification --> not required
   - the user who left a comment should be notified that a new comment has 
been made (bug 738882)

  Part of the situation has already been reported (bug 738882)
  but part of it has not.

  The person who writes a comment on his own view should not be notified
  of a new comment.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1374674/+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 1440916] [NEW] File attachments to forum posts is important

2015-04-06 Thread Dirk Meyer
Public bug reported:

Currently, a user is able to add files to feedback on a page and
comments on an artifact but not in a forum post. It seems to be a
valuable feature for enhancing discussion.

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

Title:
  File attachments to forum posts is important

Status in Mahara ePortfolio:
  New

Bug description:
  Currently, a user is able to add files to feedback on a page and
  comments on an artifact but not in a forum post. It seems to be a
  valuable feature for enhancing discussion.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1440916/+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 1440915] Re: Incorrect number of new inbox messages remains at zero

2015-04-06 Thread Dirk Meyer
** Attachment added: "number_of_new_messages.PNG"
   
https://bugs.launchpad.net/mahara/+bug/1440915/+attachment/4368008/+files/number_of_new_messages.PNG

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

Title:
  Incorrect number of new inbox messages remains at zero

Status in Mahara ePortfolio:
  New

Bug description:
  15.04rc1
  Debian
  Mysql

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1440915/+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 1440915] [NEW] Incorrect number of new inbox messages remains at zero

2015-04-06 Thread Dirk Meyer
Public bug reported:

15.04rc1
Debian
Mysql

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

Title:
  Incorrect number of new inbox messages remains at zero

Status in Mahara ePortfolio:
  New

Bug description:
  15.04rc1
  Debian
  Mysql

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1440915/+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 1440913] [NEW] Incorrect 'From' user in any Inbox message

2015-04-06 Thread Dirk Meyer
Public bug reported:

15.04rc1
Debian
Mysql

All messages in the Inbox show to be send from 'System' user and not the
actual user when providing feedback on artifacts. Working fine when
sending direct messages to user.

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

Title:
  Incorrect 'From' user in any Inbox message

Status in Mahara ePortfolio:
  New

Bug description:
  15.04rc1
  Debian
  Mysql

  All messages in the Inbox show to be send from 'System' user and not
  the actual user when providing feedback on artifacts. Working fine
  when sending direct messages to user.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1440913/+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 1440913] Re: Incorrect 'From' user in any Inbox message

2015-04-06 Thread Dirk Meyer
** Attachment added: "feedback_error.PNG"
   
https://bugs.launchpad.net/mahara/+bug/1440913/+attachment/4367992/+files/feedback_error.PNG

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

Title:
  Incorrect 'From' user in any Inbox message

Status in Mahara ePortfolio:
  New

Bug description:
  15.04rc1
  Debian
  Mysql

  All messages in the Inbox show to be send from 'System' user and not
  the actual user when providing feedback on artifacts. Working fine
  when sending direct messages to user.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1440913/+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 1440908] Re: Clicking 'more' in friend request is not working

2015-04-06 Thread Dirk Meyer
version  and server:
15.04rc1
Debian
Mysql

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

Title:
  Clicking 'more' in friend request is not working

Status in Mahara ePortfolio:
  New

Bug description:
  After a friend request has been accepted, the notification is send and
  appears in my inbox. Clicking on 'More...' at the bottom of that
  message produces an 'Not found' error while it redirects using the
  following URL structure:

  http://mymahara.com/http://mymahara.com/user/view.php?id=2

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1440908/+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 1440908] [NEW] Clicking 'more' in friend request is not working

2015-04-06 Thread Dirk Meyer
Public bug reported:

After a friend request has been accepted, the notification is send and
appears in my inbox. Clicking on 'More...' at the bottom of that message
produces an 'Not found' error while it redirects using the following URL
structure:

http://mymahara.com/http://mymahara.com/user/view.php?id=2

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

Title:
  Clicking 'more' in friend request is not working

Status in Mahara ePortfolio:
  New

Bug description:
  After a friend request has been accepted, the notification is send and
  appears in my inbox. Clicking on 'More...' at the bottom of that
  message produces an 'Not found' error while it redirects using the
  following URL structure:

  http://mymahara.com/http://mymahara.com/user/view.php?id=2

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1440908/+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 1397759] Re: SmartEvidence: Annotations

2015-04-06 Thread Dirk Meyer
15.04rc1
OK, just to be certain: I am able to add a annotation block to a page and 
nothing more at this point and no smart evidence, correct?

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

Title:
  SmartEvidence: Annotations

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  University of Canberra would like to fund an enhancement for
  SmartEvidence - where the user may upload evidence to support a
  particular standard related to their field of study/work - for
  evidence based learning.

  
  A summary of some of the features (for later phases include):
  - A standards framework will be input/uploaded in the Admin area for the 
relevant standard for a site and/or instution.  

  - Each standard has a "descriptor" which the user can use to link a
  piece of evidence to.

  - Site/institution templates are create with the fixed category
  'SmartEvidence'.

  - Traditionally, organisations use paper based evidence maps.  This
  will be digitised as a Standards grid (SmartEvidence map) - based on
  the standards framework used for the site/institution.

  - Interactive elements are added to the grid for managing evidence
  against standards and accessing information about the standards
  framework, thus forming the essential elements of SmartEvidence.

  - The user creates annotations linking a piece of evidence to a
  particular standard in the framework.

  - Evaluators can "rate" the quality of the evidence.

  - Lots more...

  
  In this initial phase, we'll introduce (as much as possible of the following):

  1- Annotation artefact - a new artefact similar to the comment
  artefact but with less functionality (i.e. no attached files, etc).
  It's an explenation of why a particular evidence meets a particular
  standard.

  * An annotation can consist only of a text field (WYSIWYG editor is
  OK).

  * Users can add as many “Annotation” blocks to their page as they wish
  since they can associate their page with a number of standards
  descriptors. Once the annotations are converted to the full
  functionality, there will be a way to select the associated standards
  descriptor. For the moment, the user would enter that manually into
  the text field.

  * It will not be possible to attach files or star ratings to an
  annotation. If a user wants to leave those on a page or an artefact,
  they should use the standard feedback functionality.

  * Annotations can be changed until the first comment was made to
  prevent changes to the annotation after another user made a comment.

  * Comments on annotations cannot be deleted if they have been made by
  staff or administrators. If they were made by others, they can be
  deleted, and the comment author would receive an email about it like
  happens for deleted feedback.

  * The title of the block cannot be changed. The University of Canberra
  provides a short title that should be used. The title shall not be
  changed because in the future, with the full functionality available,
  these blocks need to be converted and a standard string will be used
  for the title then depending on the SmartEvidence map that is set up.

  
  2 - Smartevidence artefact/plugin OR Site admin flag to enable SmartEvidence.:

  *  For this phase, perhaps just dummy stubs to enable
  smartevidence(?).  If not enough time, for now, a flag in site options
  page that can be pulled out later into its own smartevidence plugin.

  * A site administrator can turn on the “SmartEvidence” functionality
  for the entire site, e.g. enabling a plugin. Once allowed in general,
  institution administrators can decide whether to allow “SmartEvidence”
  in their institutions or not. The functionality needs to be turned on
  specifically, as it will add a lot of functionality, at least one menu
  item etc. to the Mahara instance. Once the functionality has been
  turned on and changes have been made either on the site or institution
  level, it cannot be turned off anymore.

  
  3 - Institution configuration to enable SmartEvidence for an institution.  

  * Still need to work out affect on users with multiple institutions
  (who are admins in one but not the others).

  
  4 - New Admin menu for 'Smart Evidence':

  *  New menu item in Administration – 'Smart Evidence'. With sub-menu
  'Page Categories' – like group categories page.

  *  Menu will appear only if Smartevidence plugin is installed.

  *  For institutions, will appear if institution has switched on the
  flag.

  
  5 - Page/Collection Category :
  * New fixed system category 'SmartEvidence'.

  * Site administrators can set up categories for pages and collections
  similarly to the concept of group categories.

  * The category “SmartEvidence” is prov

[Mahara-contributors] [Bug 1440892] [NEW] Notifications are marked as read only

2015-04-06 Thread Dirk Meyer
Public bug reported:

15.04rc1
Debian
Mysql

Any notification is defaults to Read regardless of whether it was opened
or not.

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

Title:
  Notifications are marked as read only

Status in Mahara ePortfolio:
  New

Bug description:
  15.04rc1
  Debian
  Mysql

  Any notification is defaults to Read regardless of whether it was
  opened or not.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1440892/+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 1100836] Re: Add pages to multiple collections

2015-03-08 Thread Dirk Meyer
Just a thought, as this feature would be  a great enhancement.

Perhaps when a page is added to a collection, a copy of that page could created 
in the background automatically?
Then again, maybe its a bad idea because when I remove a the page from a 
collection, I would have two copies.

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

Title:
  Add pages to multiple collections

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Feature request.
  It would be useful to have the ability to add pages to multiple collections 
rather than having them restricted to only one collection. This would enable 
the same content to be used in different sets of resources without having to 
copy it multiple times (and update changes in several places). 
  Case Example - 'how to' pages on using specific software might be added to 
several different collections depending on target audiences, such as staff / 
student pages, or thematic (eg offfice software) collections.
  Thanks, Gordon.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1100836/+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 1033277] Re: Add ability to add forum discussions into pages

2015-03-08 Thread Dirk Meyer
I think this would be a fantastic feature for the dashboard.

Topics I started
Topics I commented in
Select from specific topics within a forum regardless if I commented or not ( I 
think I sort of can by grabbing the RSS feed of a topic and then adding as a 
block)

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

Title:
  Add ability to add forum discussions into pages

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Occasionally, users have extensive discussions in the forums. Perhaps
  there could be a mechanism to easily allow for adding parts or whole
  discussions into a page by means of a block type?

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1033277/+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 1423789] Re: social media block shows extra email button

2015-03-08 Thread Dirk Meyer
Yes it is. I missed that  setting...neat feature.

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

Title:
  social media block shows extra email button

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  I added Twitter, Linkedin, Google+ and Skype buttons using this block.
  Somehow a email block is displaying also. Please see attached
  pictures.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1423789/+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 1423793] Re: Where to direct users when they are done editing a pag?

2015-03-08 Thread Dirk Meyer
I like the 'Display page' button at bottom of the page. I could work on my 
page, scroll down, click 'Display page' and confirm that it looks the way I 
want it. If it needs further editing, I click 'edit page' again and so forth.
Thank you for your consideration.

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

Title:
  Where to direct users when they are done editing a pag?

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Normally, when I am in the process of editing or when I am finished
  editing a page, I wand to see what it looks like without the editing
  tools being in the way. I seem to have two choices: Clicking 'Display
  page' in the  in-page-tab will do what I want. Clicking 'Done' at
  bottom of page brings me back to list of pages and I have to find the
  page again and click it. This is why I tend to ignore this button
  completely. I noticed that new users have trouble remembering the
  location of the 'Display page' button.

  Idea: Duplicate 'Display page' and place at bottom of page next to
  'Done'. Rename 'Done' button to 'Other pages' or something similar. I
  could then choose if I wanted to see the page or go and edit other
  pages.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1423793/+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 1423793] [NEW] Where to direct users when they are done editing a pag?

2015-02-19 Thread Dirk Meyer
Public bug reported:

Normally, when I am in the process of editing or when I am finished
editing a page, I wand to see what it looks like without the editing
tools being in the way. I seem to have two choices: Clicking 'Display
page' in the  in-page-tab will do what I want. Clicking 'Done' at bottom
of page brings me back to list of pages and I have to find the page
again and click it. This is why I tend to ignore this button completely.
I noticed that new users have trouble remembering the location of the
'Display page' button.

Idea: Duplicate 'Display page' and place at bottom of page next to
'Done'. Rename 'Done' button to 'Other pages' or something similar. I
could then choose if I wanted to see the page or go and edit other
pages.

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

Title:
  Where to direct users when they are done editing a pag?

Status in Mahara ePortfolio:
  New

Bug description:
  Normally, when I am in the process of editing or when I am finished
  editing a page, I wand to see what it looks like without the editing
  tools being in the way. I seem to have two choices: Clicking 'Display
  page' in the  in-page-tab will do what I want. Clicking 'Done' at
  bottom of page brings me back to list of pages and I have to find the
  page again and click it. This is why I tend to ignore this button
  completely. I noticed that new users have trouble remembering the
  location of the 'Display page' button.

  Idea: Duplicate 'Display page' and place at bottom of page next to
  'Done'. Rename 'Done' button to 'Other pages' or something similar. I
  could then choose if I wanted to see the page or go and edit other
  pages.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1423793/+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 1423789] Re: social media block shows extra email button

2015-02-19 Thread Dirk Meyer
** Attachment added: "extra email button"
   
https://bugs.launchpad.net/mahara/+bug/1423789/+attachment/4323011/+files/social-media-extra-email.PNG

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

Title:
  social media block shows extra email button

Status in Mahara ePortfolio:
  New

Bug description:
  I added Twitter, Linkedin, Google+ and Skype buttons using this block.
  Somehow a email block is displaying also. Please see attached
  pictures.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1423789/+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 1423789] [NEW] social media block shows extra email button

2015-02-19 Thread Dirk Meyer
Public bug reported:

I added Twitter, Linkedin, Google+ and Skype buttons using this block.
Somehow a email block is displaying also. Please see attached pictures.

** Affects: mahara
 Importance: Undecided
 Status: New

** Attachment added: "no email selected"
   
https://bugs.launchpad.net/bugs/1423789/+attachment/4323010/+files/social-media-no-email.PNG

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

Title:
  social media block shows extra email button

Status in Mahara ePortfolio:
  New

Bug description:
  I added Twitter, Linkedin, Google+ and Skype buttons using this block.
  Somehow a email block is displaying also. Please see attached
  pictures.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1423789/+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 1423785] [NEW] social media block: buttons not displaying when not logged into mahara

2015-02-19 Thread Dirk Meyer
Public bug reported:

I added Linkedin, Twitter, Google+, Skype to my profile page and another
regular page. They all work when I am logged in. When I access the page
without being logged into Mahara they don't show even though the page is
set to public.

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

Title:
  social media block: buttons not displaying when not logged into mahara

Status in Mahara ePortfolio:
  New

Bug description:
  I added Linkedin, Twitter, Google+, Skype to my profile page and
  another regular page. They all work when I am logged in. When I access
  the page without being logged into Mahara they don't show even though
  the page is set to public.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1423785/+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 1387511] [NEW] cancel button in sendmessage.php should bring user back to previous page

2014-10-29 Thread Dirk Meyer
Public bug reported:

After clicking the 'Compose' tab as discussed in bug 1385412
https://bugs.launchpad.net/mahara/+bug/1385412 and then clicking
'cancel' the user is re-directed to  user/myfriends.php

I believe it would be an inprovement if the user would be directed back
to the inbox after clicking cancel. I think cancel buttons usually
return to the previous page.   Doing so would be consistent with
behavior of the cancel button when the user clicks 'send message' to a
particular users in htdocs/user/find.php

To achiev emy proposal, the following works for me:

line 165 /htdocs/artefact/multirecipientnotification/sendmessage.php

$goto = 'user/myfriends.php';   to   $goto =
'artefact/multirecipientnotification/inbox.php';

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

Title:
  cancel button in sendmessage.php should bring user back to previous
  page

Status in Mahara ePortfolio:
  New

Bug description:
  After clicking the 'Compose' tab as discussed in bug 1385412
  https://bugs.launchpad.net/mahara/+bug/1385412 and then clicking
  'cancel' the user is re-directed to  user/myfriends.php

  I believe it would be an inprovement if the user would be directed
  back to the inbox after clicking cancel. I think cancel buttons
  usually return to the previous page.   Doing so would be consistent
  with behavior of the cancel button when the user clicks 'send message'
  to a particular users in htdocs/user/find.php

  To achiev emy proposal, the following works for me:

  line 165 /htdocs/artefact/multirecipientnotification/sendmessage.php

  $goto = 'user/myfriends.php';   to   $goto =
  'artefact/multirecipientnotification/inbox.php';

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1387511/+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 1385412] Re: Adding 'Send message' to inbox and outbox would be nice

2014-10-26 Thread Dirk Meyer
htdocs/artefact/multirecipientnotification/inbox.php

line 294:
$pages[2]["url"] = "artefact/multirecipientnotification/sendmessage.php";
$pages[2]["title"] = get_string('sendmessageto', 
'artefact.multirecipientnotification');

htdocs/artefact/multirecipientnotification/outbox.php

line 250:
$pages[2]["url"] = "artefact/multirecipientnotification/sendmessage.php";
$pages[2]["title"] = get_string('sendmessageto', 
'artefact.multirecipientnotification');

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

Title:
  Adding 'Send message' to inbox and outbox would be nice

Status in Mahara ePortfolio:
  New

Bug description:
  When clicking into my notifications page at
  htdocs/artefact/multirecipientnotification/inbox.php I see an Inbox
  and Sent tab. This is great. It might be useful to add a 'Send
  message' tab that would bring up
  htdocs/artefact/multirecipientnotification/sendmessage.php Please see
  attachment.

  I like this as it allows me to click once on the envelope icon in top
  right corner to chec my messages. If for example I am expecting a
  message from someone or would like to follow up with something while
  reading messages, it would be convenient to have that 'Send message'
  rigth in front of me. If deemed useful, I'd like to give it a shot to
  submit patch.

  master

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1385412/+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 1385412] [NEW] Adding 'Send message' to inbox and outbox would be nice

2014-10-24 Thread Dirk Meyer
Public bug reported:

When clicking into my notifications page at
htdocs/artefact/multirecipientnotification/inbox.php I see an Inbox and
Sent tab. This is great. It might be useful to add a 'Send message' tab
that would bring up
htdocs/artefact/multirecipientnotification/sendmessage.php Please see
attachment.

I like this as it allows me to click once on the envelope icon in top
right corner to chec my messages. If for example I am expecting a
message from someone or would like to follow up with something while
reading messages, it would be convenient to have that 'Send message'
rigth in front of me. If deemed useful, I'd like to give it a shot to
submit patch.

master

** Affects: mahara
 Importance: Undecided
 Status: New

** Attachment added: "Screenshot from 2014-10-24 11:30:21.png"
   
https://bugs.launchpad.net/bugs/1385412/+attachment/4243886/+files/Screenshot%20from%202014-10-24%2011%3A30%3A21.png

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

Title:
  Adding 'Send message' to inbox and outbox would be nice

Status in Mahara ePortfolio:
  New

Bug description:
  When clicking into my notifications page at
  htdocs/artefact/multirecipientnotification/inbox.php I see an Inbox
  and Sent tab. This is great. It might be useful to add a 'Send
  message' tab that would bring up
  htdocs/artefact/multirecipientnotification/sendmessage.php Please see
  attachment.

  I like this as it allows me to click once on the envelope icon in top
  right corner to chec my messages. If for example I am expecting a
  message from someone or would like to follow up with something while
  reading messages, it would be convenient to have that 'Send message'
  rigth in front of me. If deemed useful, I'd like to give it a shot to
  submit patch.

  master

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1385412/+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 1381740] Re: Block placement pop up improvement

2014-10-19 Thread Dirk Meyer
The pop-up is usually called toolkit I think. When I hover over 'Media'
I see a box. When I click 'Media' and hover over any of the choices, I
don' get a box. Maybe it's not necessary after all.

** Attachment added: "pop-up-toolkit.jpg"
   
https://bugs.launchpad.net/mahara/+bug/1381740/+attachment/4240316/+files/pop-up-toolkit.jpg

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

Title:
  Block placement pop up improvement

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  1.10rc1

  This is a clever enhancement. Could there be a pop up box when
  hovering over block title (I discovered this feature accidentally) and
  could there be a 'Position: bottom of column'?

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1381740/+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 1381715] Re: adjust width in configure block

2014-10-19 Thread Dirk Meyer
Hi Aaron,
sorry I am getting late to this again.

The Add Journal textbox (/artefact/blog/new/index.php) works well for
me. I am just realizing this now. Maybe its a better fix to apply to the
add textbox issue I reported here?

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

Title:
  adjust width in configure block

Status in Mahara ePortfolio:
  Confirmed
Status in Mahara 1.10 series:
  In Progress
Status in Mahara 1.11 series:
  Confirmed

Bug description:
  1.10rc1

  Presently width=500px. If at 625px, editor icons display nicer. See
  attachments

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1381715/+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 1381740] [NEW] Block placement pop up improvement

2014-10-15 Thread Dirk Meyer
Public bug reported:

1.10rc1

This is a clever enhancement. Could there be a pop up box when hovering
over block title (I discovered this feature accidentally) and could
there be a 'Position: bottom of column'?

** Affects: mahara
 Importance: Undecided
 Status: New

** Attachment added: "block-placement-popup.png"
   
https://bugs.launchpad.net/bugs/1381740/+attachment/4237578/+files/block-placement-popup.png

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

Title:
  Block placement pop up improvement

Status in Mahara ePortfolio:
  New

Bug description:
  1.10rc1

  This is a clever enhancement. Could there be a pop up box when
  hovering over block title (I discovered this feature accidentally) and
  could there be a 'Position: bottom of column'?

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1381740/+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 1381738] [NEW] Journal entry

2014-10-15 Thread Dirk Meyer
Public bug reported:

1.10rc1

I can neither widen the text area nor can I work in full screen mode
anymore. It being a journal page, the software should try to provide the
best text creation/editing environment possible.

** Affects: mahara
 Importance: Undecided
 Status: New

** Attachment added: "journal-entry.PNG"
   
https://bugs.launchpad.net/bugs/1381738/+attachment/4237576/+files/journal-entry.PNG

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

Title:
  Journal entry

Status in Mahara ePortfolio:
  New

Bug description:
  1.10rc1

  I can neither widen the text area nor can I work in full screen mode
  anymore. It being a journal page, the software should try to provide
  the best text creation/editing environment possible.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1381738/+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 1381729] [NEW] Scoial profile and Social Profiles

2014-10-15 Thread Dirk Meyer
Public bug reported:

I see two choices for social profile which could be confusing to users.
I like the new social profile feature but I don't quite see what the
functional difference is.

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

Title:
  Scoial profile and Social Profiles

Status in Mahara ePortfolio:
  New

Bug description:
  I see two choices for social profile which could be confusing to
  users. I like the new social profile feature but I don't quite see
  what the functional difference is.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1381729/+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 1381729] Re: Scoial profile and Social Profiles

2014-10-15 Thread Dirk Meyer
** Attachment added: "social_profile.PNG"
   
https://bugs.launchpad.net/mahara/+bug/1381729/+attachment/4237557/+files/social_profile.PNG

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

Title:
  Scoial profile and Social Profiles

Status in Mahara ePortfolio:
  New

Bug description:
  I see two choices for social profile which could be confusing to
  users. I like the new social profile feature but I don't quite see
  what the functional difference is.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1381729/+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 1381719] [NEW] Help icon hard to find

2014-10-15 Thread Dirk Meyer
Public bug reported:

I was unable to spot the help icon easily. Could we alter the text or
change help icon and make more visible?

** Affects: mahara
 Importance: Undecided
 Status: New

** Attachment added: "help_icon.PNG"
   
https://bugs.launchpad.net/bugs/1381719/+attachment/4237530/+files/help_icon.PNG

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

Title:
  Help icon hard to find

Status in Mahara ePortfolio:
  New

Bug description:
  I was unable to spot the help icon easily. Could we alter the text or
  change help icon and make more visible?

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1381719/+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 1381718] [NEW] Calendar defaults in sharing page

2014-10-15 Thread Dirk Meyer
Public bug reported:

When sharing a page, calendar is selected by default. This is great,
however, access end date is not selected. I found myself setting a
access start date but not an end date. One assumes that when wanting to
share, I want to share right now. My preference would be to have the
access end date selected, if anything at all.

** Affects: mahara
 Importance: Undecided
 Status: New

** Attachment added: "sharing_calendar.PNG"
   
https://bugs.launchpad.net/bugs/1381718/+attachment/4237529/+files/sharing_calendar.PNG

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

Title:
  Calendar defaults in sharing page

Status in Mahara ePortfolio:
  New

Bug description:
  When sharing a page, calendar is selected by default. This is great,
  however, access end date is not selected. I found myself setting a
  access start date but not an end date. One assumes that when wanting
  to share, I want to share right now. My preference would be to have
  the access end date selected, if anything at all.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1381718/+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 1381715] Re: adjust width in configure block

2014-10-15 Thread Dirk Meyer
** Attachment added: "625px.PNG"
   
https://bugs.launchpad.net/mahara/+bug/1381715/+attachment/4237527/+files/625px.PNG

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

Title:
  adjust width in configure block

Status in Mahara ePortfolio:
  New

Bug description:
  1.10rc1

  Presently width=500px. If at 625px, editor icons display nicer. See
  attachments

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1381715/+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 1381715] [NEW] adjust width in configure block

2014-10-15 Thread Dirk Meyer
Public bug reported:

1.10rc1

Presently width=500px. If at 625px, editor icons display nicer. See
attachments

** Affects: mahara
 Importance: Undecided
 Status: New

** Attachment added: "500px.PNG"
   https://bugs.launchpad.net/bugs/1381715/+attachment/4237526/+files/500px.PNG

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

Title:
  adjust width in configure block

Status in Mahara ePortfolio:
  New

Bug description:
  1.10rc1

  Presently width=500px. If at 625px, editor icons display nicer. See
  attachments

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1381715/+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-05 Thread Dirk Meyer
I could see more use cases such as in the prevention of bullying,
allowing participation from institutionalized young offenders with
regular school students, enabling participation when court ordered
restraining orders are in place for example.

However, it sounds like the suggested methods are preferred over the
potential risks and headaches that come with allowing anonymous pages. I
am not the original poster or the user group so I don't know what their
rational is. Hope my comments are useful in some way. Cheers

-- 
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 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 1267498] Re: Feature request: Collaborative grading

2014-05-16 Thread Dirk Meyer
One caution I would have when thinking about introducing formal grading
features in mahara, is to not be limited to alphanumeric numbers.
Alignment with outcomes or rubrics for example are hugely important.
Introducing limited grading capabilities I think has some dangers.

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

Title:
  Feature request: Collaborative grading

Status in Mahara ePortfolio:
  New

Bug description:
  Hey guys!!

  As I read that this bug-reporting tool can be used to give some
  inspiration for new features, I would like to do so:

  @ our UAS we projected Mahara and as one of our first needs to the
  system, we found out about a missing possibility to rate (or grade) a
  project or single parts out of a project.

  So our wish for some further funcionality is the possibility to enable
  some kind of collaborative grading, where all other students out of a
  group of students can evaluate and rate the work of others and
  additionally maybe the possibility of a master-grade of a lecturer who
  is responsible for a group of students. Afterwards the possibility of
  a small grading-interpretation-screen would be fine.

  I know the idea is not very well elaborated right now, but possibly it
  gives the right kick-starter to some developer who recognizes the good
  idea and sees the meaningfulness behind it  (Maybe it is just the
  general feedback feature which has to be pimped a bit?)

  Thanks for reading & best regards,
  Florian Sauer
  (UAS Technikum Vienna, Austria)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1267498/+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 993548] Re: feature request : Editing own feedback time limit

2014-05-16 Thread Dirk Meyer
+1 for Aaron's suggestion. Fixing typos etc should be available to the
original author of the comment I think

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

Title:
  feature request : Editing own feedback time limit

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Currently it is possible to edit your own feedback given on a page up
  to around 10 minutes after posting it.  After this period it is not
  possible to edit feedback.

  It has been requested from some lecturers that this time period be
  extended so a new feedback doesn't need to be created and that
  existing feedback provided by the lecturer is able to be edited.

  This could be achieved through having a Save draft button or extending
  the time period to a couple of days or so .

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/993548/+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 1235305] Re: Image slideshow fails first time when selecting 'Style: Slideshow'

2013-10-08 Thread Dirk Meyer
Good to know. Is it a good rule of thumb 'one problem=one bug=one
patch'?

Thanks for fixing this.

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

Title:
  Image slideshow fails first time when selecting 'Style: Slideshow'

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

Bug description:
  1.8RC, debian, mysql

  When adding a image slideshow to a page for the first time, selecting
  Style: Slideshow prevents me from selecting an image folder. I can
  always select image folder when using thumbnails or thumbnails
  (square). Once I chose thumbnails and save, I can then edit again and
  select slideshow and images will display. Closing and starting browser
  seems to put me on to step one each time.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1235305/+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 1235305] [NEW] Image slideshow fails first time when selecting 'Style: Slideshow'

2013-10-04 Thread Dirk Meyer
Public bug reported:

1.8RC, debian, mysql

When adding a image slideshow to a page for the first time, selecting
Style: Slideshow prevents me from selecting an image folder. I can
always select image folder when using thumbnails or thumbnails (square).
Once I chose thumbnails and save, I can then edit again and select
slideshow and images will display. Closing and starting browser seems to
put me on to step one each time.

** Affects: mahara
 Importance: Undecided
 Status: New

** Attachment added: "slideshow-first-time.PNG"
   
https://bugs.launchpad.net/bugs/1235305/+attachment/3859615/+files/slideshow-first-time.PNG

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

Title:
  Image slideshow fails first time when selecting 'Style: Slideshow'

Status in Mahara ePortfolio:
  New

Bug description:
  1.8RC, debian, mysql

  When adding a image slideshow to a page for the first time, selecting
  Style: Slideshow prevents me from selecting an image folder. I can
  always select image folder when using thumbnails or thumbnails
  (square). Once I chose thumbnails and save, I can then edit again and
  select slideshow and images will display. Closing and starting browser
  seems to put me on to step one each time.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1235305/+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 1235071] Re: Images in Folder block only show when Files(s)to download block present

2013-10-03 Thread Dirk Meyer
** Attachment added: "not-found-when-alone.PNG"
   
https://bugs.launchpad.net/mahara/+bug/1235071/+attachment/3858685/+files/not-found-when-alone.PNG

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

Title:
  Images in Folder block only show when Files(s)to download block
  present

Status in Mahara ePortfolio:
  New

Bug description:
  1.8RC, Debian, mysql

  When a Folder block is displayed in a page, clicking the names of
  images will produce a 'Not Found' error. The images will display
  however, when they are additionally displayed using the 'File(s) to
  download block as a second block. An added bug here is that the name
  of the pictures will be changed to the title of the 'File(s) to
  download block.

  The same pictures display as expected when using the 'File(s) to
  download block on its own.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1235071/+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 1235071] [NEW] Images in Folder block only show when Files(s)to download block present

2013-10-03 Thread Dirk Meyer
Public bug reported:

1.8RC, Debian, mysql

When a Folder block is displayed in a page, clicking the names of images
will produce a 'Not Found' error. The images will display however, when
they are additionally displayed using the 'File(s) to download block as
a second block. An added bug here is that the name of the pictures will
be changed to the title of the 'File(s) to download block.

The same pictures display as expected when using the 'File(s) to
download block on its own.

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

Title:
  Images in Folder block only show when Files(s)to download block
  present

Status in Mahara ePortfolio:
  New

Bug description:
  1.8RC, Debian, mysql

  When a Folder block is displayed in a page, clicking the names of
  images will produce a 'Not Found' error. The images will display
  however, when they are additionally displayed using the 'File(s) to
  download block as a second block. An added bug here is that the name
  of the pictures will be changed to the title of the 'File(s) to
  download block.

  The same pictures display as expected when using the 'File(s) to
  download block on its own.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1235071/+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 1235071] Re: Images in Folder block only show when Files(s)to download block present

2013-10-03 Thread Dirk Meyer
** Attachment added: "folder-block01.PNG"
   
https://bugs.launchpad.net/mahara/+bug/1235071/+attachment/3858683/+files/folder-block01.PNG

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

Title:
  Images in Folder block only show when Files(s)to download block
  present

Status in Mahara ePortfolio:
  New

Bug description:
  1.8RC, Debian, mysql

  When a Folder block is displayed in a page, clicking the names of
  images will produce a 'Not Found' error. The images will display
  however, when they are additionally displayed using the 'File(s) to
  download block as a second block. An added bug here is that the name
  of the pictures will be changed to the title of the 'File(s) to
  download block.

  The same pictures display as expected when using the 'File(s) to
  download block on its own.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1235071/+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 1234943] [NEW] links to images broken in image gallery

2013-10-03 Thread Dirk Meyer
Public bug reported:

1.8RC1, Debian, Mysql
I added images to a folder
I added a image galleryblock to a page and chose to display the folder with the 
images

The images work as expected when used as a image gallery. The bug is
when I click the title of the gallertblock. This will show a page with
three columns; name, description, date. The hyperlinks to the images
from this page are broken.

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

Title:
  links to images broken in image gallery

Status in Mahara ePortfolio:
  New

Bug description:
  1.8RC1, Debian, Mysql
  I added images to a folder
  I added a image galleryblock to a page and chose to display the folder with 
the images

  The images work as expected when used as a image gallery. The bug is
  when I click the title of the gallertblock. This will show a page with
  three columns; name, description, date. The hyperlinks to the images
  from this page are broken.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1234943/+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 1234943] Re: links to images broken in image gallery

2013-10-03 Thread Dirk Meyer
** Attachment added: "imagegallery.jpg"
   
https://bugs.launchpad.net/mahara/+bug/1234943/+attachment/3858186/+files/imagegallery.jpg

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

Title:
  links to images broken in image gallery

Status in Mahara ePortfolio:
  New

Bug description:
  1.8RC1, Debian, Mysql
  I added images to a folder
  I added a image galleryblock to a page and chose to display the folder with 
the images

  The images work as expected when used as a image gallery. The bug is
  when I click the title of the gallertblock. This will show a page with
  three columns; name, description, date. The hyperlinks to the images
  from this page are broken.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1234943/+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 1230042] Re: Changing page layout not working

2013-09-25 Thread Dirk Meyer
Thanks.  I dropped database and its fine now. Thanks

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

Title:
  Changing page layout not working

Status in Mahara ePortfolio:
  New

Bug description:
  Master
  mysql
  php5
  Ubuntu

  When trying to change the pagelayout, this error is orinted to the browser: 
Mahara: Site unavailable
  A nonrecoverable error occurred. This probably means you have encountered a 
bug in the system 

  Apache error log reads this:

  [Tue Sep 24 21:10:05 2013] [error] [client 127.0.0.1] [WAR] e9 
(lib/errors.php:752) Failed to get a recordset: mysqli error: [1054: Unknown 
column 'layoutmenuorder' in 'where clause'] in EXECUTE("SELECT id, id FROM 
"view_layout" WHERE layoutmenuorder > 0 AND iscustom = 0 ORDER BY 
layoutmenuorder "), referer: http://localhost/mahara/htdocs/view/blocks.php?id=6
  [Tue Sep 24 21:10:05 2013] [error] [client 127.0.0.1] [WAR] e9 
(lib/errors.php:752) Command was: SELECT id, id FROM "view_layout" WHERE 
layoutmenuorder > 0 AND iscustom = 0 ORDER BY layoutmenuorder , referer: 
http://localhost/mahara/htdocs/view/blocks.php?id=6
  [Tue Sep 24 21:10:05 2013] [error] [client 127.0.0.1] Call stack (most recent 
first):, referer: http://localhost/mahara/htdocs/view/blocks.php?id=6
  [Tue Sep 24 21:10:05 2013] [error] [client 127.0.0.1]   * log_message("Failed 
to get a recordset: mysqli error: [1054: Un...", 8, true, true) at 
/var/www/mahara/htdocs/lib/errors.php:109, referer: 
http://localhost/mahara/htdocs/view/blocks.php?id=6
  [Tue Sep 24 21:10:05 2013] [error] [client 127.0.0.1]   * log_warn("Failed to 
get a recordset: mysqli error: [1054: Un...") at 
/var/www/mahara/htdocs/lib/errors.php:752, referer: 
http://localhost/mahara/htdocs/view/blocks.php?id=6
  [Tue Sep 24 21:10:05 2013] [error] [client 127.0.0.1]   * 
SQLException->__construct("Failed to get a recordset: mysqli error: [1054: 
Un...") at /var/www/mahara/htdocs/lib/dml.php:492, referer: 
http://localhost/mahara/htdocs/view/blocks.php?id=6
  [Tue Sep 24 21:10:05 2013] [error] [client 127.0.0.1]   * 
get_recordset_sql("SELECT id, id FROM "view_layout" WHERE layoutmenuo...", 
array(size 0)) at /var/www/mahara/htdocs/lib/dml.php:448, referer: 
http://localhost/mahara/htdocs/view/blocks.php?id=6
  [Tue Sep 24 21:10:05 2013] [error] [client 127.0.0.1]   * 
get_recordset_select("view_layout", "layoutmenuorder > 0 AND iscustom = 0", 
array(size 0), "layoutmenuorder", "id, id", "", "") at 
/var/www/mahara/htdocs/lib/dml.php:621, referer: 
http://localhost/mahara/htdocs/view/blocks.php?id=6
  [Tue Sep 24 21:10:05 2013] [error] [client 127.0.0.1]   * 
get_records_select_assoc("view_layout", "layoutmenuorder > 0 AND iscustom = 0", 
array(size 0), "layoutmenuorder", "id, id") at 
/var/www/mahara/htdocs/view/layout.php:60, referer: 
http://localhost/mahara/htdocs/view/blocks.php?id=6
  [Tue Sep 24 21:10:05 2013] [error] [client 127.0.0.1] , referer: 
http://localhost/mahara/htdocs/view/blocks.php?id=6
  [Tue Sep 24 21:10:05 2013] [error] [client 127.0.0.1] [WAR] e9 
(lib/dml.php:492) Failed to get a recordset: mysqli error: [1054: Unknown 
column 'layoutmenuorder' in 'where clause'] in EXECUTE("SELECT id, id FROM 
"view_layout" WHERE layoutmenuorder > 0 AND iscustom = 0 ORDER BY 
layoutmenuorder "), referer: http://localhost/mahara/htdocs/view/blocks.php?id=6
  [Tue Sep 24 21:10:05 2013] [error] [client 127.0.0.1] [WAR] e9 
(lib/dml.php:492) Command was: SELECT id, id FROM "view_layout" WHERE 
layoutmenuorder > 0 AND iscustom = 0 ORDER BY layoutmenuorder , referer: 
http://localhost/mahara/htdocs/view/blocks.php?id=6
  [Tue Sep 24 21:10:05 2013] [error] [client 127.0.0.1] Call stack (most recent 
first):, referer: http://localhost/mahara/htdocs/view/blocks.php?id=6
  [Tue Sep 24 21:10:05 2013] [error] [client 127.0.0.1]   * 
get_recordset_sql("SELECT id, id FROM "view_layout" WHERE layoutmenuo...", 
array(size 0)) at /var/www/mahara/htdocs/lib/dml.php:448, referer: 
http://localhost/mahara/htdocs/view/blocks.php?id=6
  [Tue Sep 24 21:10:05 2013] [error] [client 127.0.0.1]   * 
get_recordset_select("view_layout", "layoutmenuorder > 0 AND iscustom = 0", 
array(size 0), "layoutmenuorder", "id, id", "", "") at 
/var/www/mahara/htdocs/lib/dml.php:621, referer: 
http://localhost/mahara/htdocs/view/blocks.php?id=6
  [Tue Sep 24 21:10:05 2013] [error] [client 127.0.0.1]   * 
get_records_select_assoc("view_layout", "layoutmenuorder > 0 AND iscustom = 0", 
array(size 0), "layoutmenuorder", "id, id") at 
/var/www/mahara/htdocs/view/layout.php:60, referer: 
http://localhost/mahara/htdocs/view/blocks.php?id=6
  [Tue Sep 24 21:10:05 2013] [error] [client 127.0.0.1] , referer: 
http://localhost/mahara/htdocs/view/blocks.php?id=6

To manage notifications abou

[Mahara-contributors] [Bug 1230058] Re: Reason for masquerating not asked

2013-09-25 Thread Dirk Meyer
Yes, these were not set by me. 
Al working well. Please cancel.

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

Title:
  Reason for masquerating not asked

Status in Mahara ePortfolio:
  New

Bug description:
  Master, mysql, php5, ubuntu

  Reason for masquerating is not asked. User is not informed that a
  masquerating session has taken place. Masquerating log is available to
  admin user.

  Looks like

  Change-Id: I93a6daa60c97ac6a22b6f6d35ba25cb7c2ab275e
  Change-Id: I7a59d98b84b0527a55363b4d01448b9b1809aa9e
  Change-Id: I066e9fdeb4d2e00679b2aa9b0b839cb4b78629a8

  have this in branch 'master (masquerading_auditability)' but I didn't
  see it all working in master and I am having trouble switching to
  'master (masquerading_auditability'

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1230058/+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 1230058] [NEW] Reason for masquerating not asked

2013-09-24 Thread Dirk Meyer
Public bug reported:

Master, mysql, php5, ubuntu

Reason for masquerating is not asked. User is not informed that a
masquerating session has taken place. Masquerating log is available to
admin user.

Looks like

Change-Id: I93a6daa60c97ac6a22b6f6d35ba25cb7c2ab275e
Change-Id: I7a59d98b84b0527a55363b4d01448b9b1809aa9e
Change-Id: I066e9fdeb4d2e00679b2aa9b0b839cb4b78629a8

have this in branch 'master (masquerading_auditability)' but I didn't
see it all working in master and I am having trouble switching to
'master (masquerading_auditability'

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

Title:
  Reason for masquerating not asked

Status in Mahara ePortfolio:
  New

Bug description:
  Master, mysql, php5, ubuntu

  Reason for masquerating is not asked. User is not informed that a
  masquerating session has taken place. Masquerating log is available to
  admin user.

  Looks like

  Change-Id: I93a6daa60c97ac6a22b6f6d35ba25cb7c2ab275e
  Change-Id: I7a59d98b84b0527a55363b4d01448b9b1809aa9e
  Change-Id: I066e9fdeb4d2e00679b2aa9b0b839cb4b78629a8

  have this in branch 'master (masquerading_auditability)' but I didn't
  see it all working in master and I am having trouble switching to
  'master (masquerading_auditability'

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1230058/+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 1230044] [NEW] Wording in poassword reset phrase in English

2013-09-24 Thread Dirk Meyer
Public bug reported:

Master
mysql
php5
Ubuntu

After importing a LEAP file, the new user is asked to change the
password. The wording is as follows:

 "Passwords are case-sensitive and must be different to your username."

I am thinking the 'to your username' should be 'then your username' but
I could be wrong.

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

Title:
  Wording in poassword reset phrase in English

Status in Mahara ePortfolio:
  New

Bug description:
  Master
  mysql
  php5
  Ubuntu

  After importing a LEAP file, the new user is asked to change the
  password. The wording is as follows:

   "Passwords are case-sensitive and must be different to your
  username."

  I am thinking the 'to your username' should be 'then your username'
  but I could be wrong.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1230044/+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 1230042] [NEW] Changing page layout not working

2013-09-24 Thread Dirk Meyer
Public bug reported:

Master
mysql
php5
Ubuntu

When trying to change the pagelayout, this error is orinted to the browser: 
Mahara: Site unavailable
A nonrecoverable error occurred. This probably means you have encountered a bug 
in the system 

Apache error log reads this:

[Tue Sep 24 21:10:05 2013] [error] [client 127.0.0.1] [WAR] e9 
(lib/errors.php:752) Failed to get a recordset: mysqli error: [1054: Unknown 
column 'layoutmenuorder' in 'where clause'] in EXECUTE("SELECT id, id FROM 
"view_layout" WHERE layoutmenuorder > 0 AND iscustom = 0 ORDER BY 
layoutmenuorder "), referer: http://localhost/mahara/htdocs/view/blocks.php?id=6
[Tue Sep 24 21:10:05 2013] [error] [client 127.0.0.1] [WAR] e9 
(lib/errors.php:752) Command was: SELECT id, id FROM "view_layout" WHERE 
layoutmenuorder > 0 AND iscustom = 0 ORDER BY layoutmenuorder , referer: 
http://localhost/mahara/htdocs/view/blocks.php?id=6
[Tue Sep 24 21:10:05 2013] [error] [client 127.0.0.1] Call stack (most recent 
first):, referer: http://localhost/mahara/htdocs/view/blocks.php?id=6
[Tue Sep 24 21:10:05 2013] [error] [client 127.0.0.1]   * log_message("Failed 
to get a recordset: mysqli error: [1054: Un...", 8, true, true) at 
/var/www/mahara/htdocs/lib/errors.php:109, referer: 
http://localhost/mahara/htdocs/view/blocks.php?id=6
[Tue Sep 24 21:10:05 2013] [error] [client 127.0.0.1]   * log_warn("Failed to 
get a recordset: mysqli error: [1054: Un...") at 
/var/www/mahara/htdocs/lib/errors.php:752, referer: 
http://localhost/mahara/htdocs/view/blocks.php?id=6
[Tue Sep 24 21:10:05 2013] [error] [client 127.0.0.1]   * 
SQLException->__construct("Failed to get a recordset: mysqli error: [1054: 
Un...") at /var/www/mahara/htdocs/lib/dml.php:492, referer: 
http://localhost/mahara/htdocs/view/blocks.php?id=6
[Tue Sep 24 21:10:05 2013] [error] [client 127.0.0.1]   * 
get_recordset_sql("SELECT id, id FROM "view_layout" WHERE layoutmenuo...", 
array(size 0)) at /var/www/mahara/htdocs/lib/dml.php:448, referer: 
http://localhost/mahara/htdocs/view/blocks.php?id=6
[Tue Sep 24 21:10:05 2013] [error] [client 127.0.0.1]   * 
get_recordset_select("view_layout", "layoutmenuorder > 0 AND iscustom = 0", 
array(size 0), "layoutmenuorder", "id, id", "", "") at 
/var/www/mahara/htdocs/lib/dml.php:621, referer: 
http://localhost/mahara/htdocs/view/blocks.php?id=6
[Tue Sep 24 21:10:05 2013] [error] [client 127.0.0.1]   * 
get_records_select_assoc("view_layout", "layoutmenuorder > 0 AND iscustom = 0", 
array(size 0), "layoutmenuorder", "id, id") at 
/var/www/mahara/htdocs/view/layout.php:60, referer: 
http://localhost/mahara/htdocs/view/blocks.php?id=6
[Tue Sep 24 21:10:05 2013] [error] [client 127.0.0.1] , referer: 
http://localhost/mahara/htdocs/view/blocks.php?id=6
[Tue Sep 24 21:10:05 2013] [error] [client 127.0.0.1] [WAR] e9 
(lib/dml.php:492) Failed to get a recordset: mysqli error: [1054: Unknown 
column 'layoutmenuorder' in 'where clause'] in EXECUTE("SELECT id, id FROM 
"view_layout" WHERE layoutmenuorder > 0 AND iscustom = 0 ORDER BY 
layoutmenuorder "), referer: http://localhost/mahara/htdocs/view/blocks.php?id=6
[Tue Sep 24 21:10:05 2013] [error] [client 127.0.0.1] [WAR] e9 
(lib/dml.php:492) Command was: SELECT id, id FROM "view_layout" WHERE 
layoutmenuorder > 0 AND iscustom = 0 ORDER BY layoutmenuorder , referer: 
http://localhost/mahara/htdocs/view/blocks.php?id=6
[Tue Sep 24 21:10:05 2013] [error] [client 127.0.0.1] Call stack (most recent 
first):, referer: http://localhost/mahara/htdocs/view/blocks.php?id=6
[Tue Sep 24 21:10:05 2013] [error] [client 127.0.0.1]   * 
get_recordset_sql("SELECT id, id FROM "view_layout" WHERE layoutmenuo...", 
array(size 0)) at /var/www/mahara/htdocs/lib/dml.php:448, referer: 
http://localhost/mahara/htdocs/view/blocks.php?id=6
[Tue Sep 24 21:10:05 2013] [error] [client 127.0.0.1]   * 
get_recordset_select("view_layout", "layoutmenuorder > 0 AND iscustom = 0", 
array(size 0), "layoutmenuorder", "id, id", "", "") at 
/var/www/mahara/htdocs/lib/dml.php:621, referer: 
http://localhost/mahara/htdocs/view/blocks.php?id=6
[Tue Sep 24 21:10:05 2013] [error] [client 127.0.0.1]   * 
get_records_select_assoc("view_layout", "layoutmenuorder > 0 AND iscustom = 0", 
array(size 0), "layoutmenuorder", "id, id") at 
/var/www/mahara/htdocs/view/layout.php:60, referer: 
http://localhost/mahara/htdocs/view/blocks.php?id=6
[Tue Sep 24 21:10:05 2013] [error] [client 127.0.0.1] , referer: 
http://localhost/mahara/htdocs/view/blocks.php?id=6

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

Title:
  Changing page layout not working

Status in Mahara ePortfolio:
  New

Bug description:
  Master
  mysql
  php5
  Ubuntu

  When

[Mahara-contributors] [Bug 1046750] Re: Show more of the file name

2013-07-23 Thread Dirk Meyer
I added a separate bug report for the collectionnav.tpl issue here
https://bugs.launchpad.net/mahara/+bug/1203965

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

Title:
  Show more of the file name

Status in Mahara ePortfolio:
  Triaged

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

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

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

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


[Mahara-contributors] [Bug 1203965] [NEW] Increase umber of characters in collection tabs

2013-07-22 Thread Dirk Meyer
Public bug reported:

The length of characters displayed in a collection's navigation tabs
presently cuts of at 20 characters. This is often not sufficient to
display longer, more discriptive titles of pages.

Master, Ubuntu, Postgres, FF

** Affects: mahara
 Importance: Undecided
 Status: New

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

Title:
  Increase umber of characters in collection tabs

Status in Mahara ePortfolio:
  New

Bug description:
  The length of characters displayed in a collection's navigation tabs
  presently cuts of at 20 characters. This is often not sufficient to
  display longer, more discriptive titles of pages.

  Master, Ubuntu, Postgres, FF

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

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


[Mahara-contributors] [Bug 1046750] Re: Show more of the file name

2013-07-20 Thread Dirk Meyer
after

** Attachment added: "collectnav_after.PNG"
   
https://bugs.launchpad.net/mahara/+bug/1046750/+attachment/3743746/+files/collectnav_after.PNG

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

Title:
  Show more of the file name

Status in Mahara ePortfolio:
  Triaged

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

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

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

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


[Mahara-contributors] [Bug 1046750] Re: Show more of the file name

2013-07-20 Thread Dirk Meyer
Hi Aaron,
please also add 

-theme/raw/templates/collectionnav.tpl

When I change '30' to '60' I get the preferred results as per two
screenshots.

Your solution sound much better but this could be a temporary
workaround. If you are short on time, I could submit a bug fix.

** Attachment added: "collectnav_before.PNG"
   
https://bugs.launchpad.net/mahara/+bug/1046750/+attachment/3743745/+files/collectnav_before.PNG

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

Title:
  Show more of the file name

Status in Mahara ePortfolio:
  Triaged

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

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

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

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


[Mahara-contributors] [Bug 1022696] Re: Title does not update in reused text boxes

2012-11-28 Thread Dirk Meyer
When copying a collection with containing text boxes, a user would like
to tweak the content of the copied text boxes. Changing the content on
the 2nd copied page, the same changes are applied to the 1st original
page. Is this intended?

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

Title:
  Title does not update in reused text boxes

Status in Mahara ePortfolio:
  Triaged

Bug description:
  When changing the title of a text box here /artefact/internal/notes.php it 
changes do not take place in the 'clones' contained in other pages.
  1.5
  Debian
  Mysql

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1022696/+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 1072770] Re: Not sending email notifications when an admin adds a new users

2012-10-29 Thread Dirk Meyer
Please close. Working as expected after an upgrade to 1.6.1
Thanks

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

Title:
  Not sending email notifications when an admin adds a new users

Status in Mahara ePortfolio:
  New

Bug description:
  The following errors are created when trying to add a new users either
  manually or by LEAP import. The user gets created but does not receive
  a confirmation email.

  
  Mysite free ePortfolios : Site unavailable
  A nonrecoverable error occurred. This probably means you have encountered a 
bug in the system

  [Tue Oct 23 13:57:24 2012] [error] [client xx.xx.xxx.xx] [WAR] 08 
(lib/dml.php:1568) Array to string conversion, referer: 
http://www.mysite.com/admin/users/ad d.php
  [Tue Oct 23 13:57:24 2012] [error] [client xx.xx.xxx.xx] Call stack (most 
recent first):, referer: http://www.mysite.com/admin/users/add.php
  [Tue Oct 23 13:57:24 2012] [error] [client xx.xx.xxx.xx]   * 
log_message("Array to string conversion", 8, true, true, 
"/var/www/mysite/lib/dml.php", 1568) at  /var/www/mysite/lib/errors.php:446, 
referer: http://www.mysite.com/admin/users/add.php
  [Tue Oct 23 13:57:24 2012] [error] [client xx.xx.xxx.xx]   * error(8, "Array 
to string conversion", "/var/www/mysite/lib/dml.php", 1568, array(size 4)) at 
Unk nown:0, referer: http://www.mysite.com/admin/users/add.php
  [Tue Oct 23 13:57:24 2012] [error] [client xx.xx.xxx.xx]   * implode(",", 
array(size 3)) at /var/www/mysite/lib/dml.php:1568, referer: 
http://www.mysite/admin/users/add.php
  [Tue Oct 23 13:57:24 2012] [error] [client xx.xx.xxx.xx]   * 
create_sql_exception_message(object(ADODB_Exception), "INSERT INTO 
"usr_account_preference" ("usr", "fiel...",  array(size 3)) at 
/var/www/mysite/lib/dml.php:1060, referer: 
http://www.mysite.com/admin/users/add.php
  [Tue Oct 23 13:57:24 2012] [error] [client xx.xx.xxx.xx]   * 
insert_record("usr_account_preference", object(stdClass)) at 
/var/www/mysite/lib/user.php:112, re ferer: 
http://www.mysite.com/admin/users/add.php
  [Tue Oct 23 13:57:24 2012] [error] [client xx.xx.xxx.xx]   * 
set_account_preference(665, "mobileuploadtoken", array(size 1)) at 
/var/www/mysite/lib/user.php:2 163, referer: 
http://www.mysite.com/admin/users/add.php
  [Tue Oct 23 13:57:24 2012] [error] [client xx.xx.xxx.xx]   * 
create_user(object(stdClass), array(size 0), "mahara", object(stdClass), null, 
array(size 27)) at /var/www/mysite/admin/users/add.php:308, referer: 
http://www.mysite.com/admin/users/add.php
  [Tue Oct 23 13:57:24 2012] [error] [client xx.xx.xxx.xx]   * 
adduser_submit(object(Pieform), array(size 26)) at Unknown:0, referer: 
http://www.mysite.com/admi n/users/add.php
  [Tue Oct 23 13:57:24 2012] [error] [client xx.xx.xxx.xx]   * 
call_user_func_array("adduser_submit", array(size 2)) at 
/var/www/mysite/lib/pieforms/pieform.php :514, referer: 
http://www.mysite.com/admin/users/add.php
  [Tue Oct 23 13:57:24 2012] [error] [client xx.xx.xxx.xx]   * 
Pieform->__construct(array(size 7)) at 
/var/www/mysite/lib/pieforms/pieform.php:161, referer: htt 
p://www.mysite.com/admin/users/add.php
  [Tue Oct 23 13:57:24 2012] [error] [client xx.xx.xxx.xx]   * 
Pieform::process(array(size 7)) at /var/www/mysite/lib/pieforms/pieform.php:71, 
referer: http://w ww.mysite.com/admin/users/add.php
  [Tue Oct 23 13:57:24 2012] [error] [client xx.xx.xxx.xx]   * 
pieform(array(size 7)) at /var/www/mysite/admin/users/add.php:164, referer: 
http://www.mysite.com/admin/users/add.php
  [Tue Oct 23 13:57:24 2012] [error] [client xx.xx.xxx.xx] , referer: 
http://www.mysite.com/admin/users/add.php
  [Tue Oct 23 13:57:24 2012] [error] [client xx.xx.xxx.xx] [WAR] 08 
(lib/errors.php:749) Failed to get a recordset: mysql error: [1054: Unknown 
column 'Array' in 'field list' ] in adodb_throw(INSERT INTO 
"usr_account_preference" ("usr", "field", "value") VALUES (665, 
'mobileuploadtoken', Array), ), referer: http://www.mysite.com/ad 
min/users/add.php
  [Tue Oct 23 13:57:24 2012] [error] [client xx.xx.xxx.xx] [WAR] 08 
(lib/errors.php:749) Command was: INSERT INTO "usr_account_preference" ("usr", 
"field", "value") VALUES (? , ?, ?) and values was 
(665,mobileuploadtoken,Array), referer: 
http://www.mysite.com/admin/users/add.php
  [Tue Oct 23 13:57:24 2012] [error] [client xx.xx.xxx.xx] Call stack (most 
recent first):, referer: http://www.mysite.com/admin/users/add.php
  [Tue Oct 23 13:57:24 2012] [error] [client xx.xx.xxx.xx]   * 
log_message("Failed to get a recordset: mysql error: [1054: Unk...", 8, true, 
true) at /var/www/portfoliocommun ities/lib/errors.php:109, referer: 
http://www.mysite.com/admin/users/add.php
  [Tue Oct 23 13:57:24 2012] [error] [client xx.xx.xxx.xx]   * log_warn("Failed 
to get a recordset: mysql error: [1054: Unk...") at 
/var/www/mysite/lib/errors.p hp:749, referer: 
http://www.mysite.com/admin/users/add.php
  [Tue Oct 23 13:57:24 2012] [error

[Mahara-contributors] [Bug 1072770] [NEW] Not sending email notifications when an admin adds a new users

2012-10-29 Thread Dirk Meyer
Public bug reported:

The following errors are created when trying to add a new users either
manually or by LEAP import. The user gets created but does not receive a
confirmation email.


Mysite free ePortfolios : Site unavailable
A nonrecoverable error occurred. This probably means you have encountered a bug 
in the system

[Tue Oct 23 13:57:24 2012] [error] [client xx.xx.xxx.xx] [WAR] 08 
(lib/dml.php:1568) Array to string conversion, referer: 
http://www.mysite.com/admin/users/ad d.php
[Tue Oct 23 13:57:24 2012] [error] [client xx.xx.xxx.xx] Call stack (most 
recent first):, referer: http://www.mysite.com/admin/users/add.php
[Tue Oct 23 13:57:24 2012] [error] [client xx.xx.xxx.xx]   * log_message("Array 
to string conversion", 8, true, true, "/var/www/mysite/lib/dml.php", 1568) at  
/var/www/mysite/lib/errors.php:446, referer: 
http://www.mysite.com/admin/users/add.php
[Tue Oct 23 13:57:24 2012] [error] [client xx.xx.xxx.xx]   * error(8, "Array to 
string conversion", "/var/www/mysite/lib/dml.php", 1568, array(size 4)) at Unk 
nown:0, referer: http://www.mysite.com/admin/users/add.php
[Tue Oct 23 13:57:24 2012] [error] [client xx.xx.xxx.xx]   * implode(",", 
array(size 3)) at /var/www/mysite/lib/dml.php:1568, referer: 
http://www.mysite/admin/users/add.php
[Tue Oct 23 13:57:24 2012] [error] [client xx.xx.xxx.xx]   * 
create_sql_exception_message(object(ADODB_Exception), "INSERT INTO 
"usr_account_preference" ("usr", "fiel...",  array(size 3)) at 
/var/www/mysite/lib/dml.php:1060, referer: 
http://www.mysite.com/admin/users/add.php
[Tue Oct 23 13:57:24 2012] [error] [client xx.xx.xxx.xx]   * 
insert_record("usr_account_preference", object(stdClass)) at 
/var/www/mysite/lib/user.php:112, re ferer: 
http://www.mysite.com/admin/users/add.php
[Tue Oct 23 13:57:24 2012] [error] [client xx.xx.xxx.xx]   * 
set_account_preference(665, "mobileuploadtoken", array(size 1)) at 
/var/www/mysite/lib/user.php:2 163, referer: 
http://www.mysite.com/admin/users/add.php
[Tue Oct 23 13:57:24 2012] [error] [client xx.xx.xxx.xx]   * 
create_user(object(stdClass), array(size 0), "mahara", object(stdClass), null, 
array(size 27)) at /var/www/mysite/admin/users/add.php:308, referer: 
http://www.mysite.com/admin/users/add.php
[Tue Oct 23 13:57:24 2012] [error] [client xx.xx.xxx.xx]   * 
adduser_submit(object(Pieform), array(size 26)) at Unknown:0, referer: 
http://www.mysite.com/admi n/users/add.php
[Tue Oct 23 13:57:24 2012] [error] [client xx.xx.xxx.xx]   * 
call_user_func_array("adduser_submit", array(size 2)) at 
/var/www/mysite/lib/pieforms/pieform.php :514, referer: 
http://www.mysite.com/admin/users/add.php
[Tue Oct 23 13:57:24 2012] [error] [client xx.xx.xxx.xx]   * 
Pieform->__construct(array(size 7)) at 
/var/www/mysite/lib/pieforms/pieform.php:161, referer: htt 
p://www.mysite.com/admin/users/add.php
[Tue Oct 23 13:57:24 2012] [error] [client xx.xx.xxx.xx]   * 
Pieform::process(array(size 7)) at /var/www/mysite/lib/pieforms/pieform.php:71, 
referer: http://w ww.mysite.com/admin/users/add.php
[Tue Oct 23 13:57:24 2012] [error] [client xx.xx.xxx.xx]   * pieform(array(size 
7)) at /var/www/mysite/admin/users/add.php:164, referer: 
http://www.mysite.com/admin/users/add.php
[Tue Oct 23 13:57:24 2012] [error] [client xx.xx.xxx.xx] , referer: 
http://www.mysite.com/admin/users/add.php
[Tue Oct 23 13:57:24 2012] [error] [client xx.xx.xxx.xx] [WAR] 08 
(lib/errors.php:749) Failed to get a recordset: mysql error: [1054: Unknown 
column 'Array' in 'field list' ] in adodb_throw(INSERT INTO 
"usr_account_preference" ("usr", "field", "value") VALUES (665, 
'mobileuploadtoken', Array), ), referer: http://www.mysite.com/ad 
min/users/add.php
[Tue Oct 23 13:57:24 2012] [error] [client xx.xx.xxx.xx] [WAR] 08 
(lib/errors.php:749) Command was: INSERT INTO "usr_account_preference" ("usr", 
"field", "value") VALUES (? , ?, ?) and values was 
(665,mobileuploadtoken,Array), referer: 
http://www.mysite.com/admin/users/add.php
[Tue Oct 23 13:57:24 2012] [error] [client xx.xx.xxx.xx] Call stack (most 
recent first):, referer: http://www.mysite.com/admin/users/add.php
[Tue Oct 23 13:57:24 2012] [error] [client xx.xx.xxx.xx]   * 
log_message("Failed to get a recordset: mysql error: [1054: Unk...", 8, true, 
true) at /var/www/portfoliocommun ities/lib/errors.php:109, referer: 
http://www.mysite.com/admin/users/add.php
[Tue Oct 23 13:57:24 2012] [error] [client xx.xx.xxx.xx]   * log_warn("Failed 
to get a recordset: mysql error: [1054: Unk...") at 
/var/www/mysite/lib/errors.p hp:749, referer: 
http://www.mysite.com/admin/users/add.php
[Tue Oct 23 13:57:24 2012] [error] [client xx.xx.xxx.xx]   * 
SQLException->__construct("Failed to get a recordset: mysql error: [1054: 
Unk...") at /var/www/mysite/lib/dml.php:1060, referer: 
http://www.mysite.com/admin/users/add.php
[Tue Oct 23 13:57:24 2012] [error] [client xx.xx.xxx.xx]   * 
insert_record("usr_account_preference", object(stdClass)) at 
/var/www/mysite/lib/user.php:112, re ferer: 
http://www.mysi

[Mahara-contributors] [Bug 1046750] Re: Show more of the file name

2012-10-24 Thread Dirk Meyer
I am adding to change in another file also. In 
/artefact/file/blocktype/filedownload/theme/raw/filedonload.tpl we have a 
similar issue. 
Changing 
{$file.title|str_shorten_text:20}
to 
{$file.title|str_shorten_text:64}

does a nice job showing the full file name,
Thnaks

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

Title:
  Show more of the file name

Status in Mahara ePortfolio:
  Triaged

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

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

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

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


[Mahara-contributors] [Bug 1052071] Re: menu closes only after a page refresh on mobile

2012-09-19 Thread Dirk Meyer
After applying this patch https://reviews.mahara.org/1682  you wrote for
this bug discussion https://bugs.launchpad.net/mahara/+bug/1052060 (
unable to access administration menu on mobile) I don't experience the
behavior reported above. Mind you I used Opera for a while which was
working better for me with respect to this bug and now I switched back
and its all good.

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

Title:
  menu closes only after a page refresh on mobile

Status in Mahara ePortfolio:
  Triaged

Bug description:
  When holding the device vertically (width < height) the menu stays
  open all the time unless the page is refreshed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1052071/+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 1052060] Re: unable to access administration menu on mobile

2012-09-19 Thread Dirk Meyer
Thanks so much Hugh. This is awesome.

I noticed the following:
 two small typos (extra space) 

in

1) htdocs/lang/en.utf8/account.php

$string['disabledevicedetectiondescription'] = 'Disable mobile device detection 
when browsing this s
ite.';

2) htdocs/admin/site/options.php

'description'  => get_string('userscandisabledevicedetectiondescription', 'admin
'),

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

Title:
  unable to access administration menu on mobile

Status in Mahara ePortfolio:
  In Progress

Bug description:
  16rc1
  debian
  mysql
  When using a mobile device, I am unable to access any of the administration 
menu items .

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


Re: [Mahara-contributors] [Bug 1052071] Re: menu closes only after a page refresh on mobile

2012-09-17 Thread Dirk Meyer
HTC Desire running Gingerbread.
I can confirm what you describe. Refreshing the page will always close the
menu and it works properly then. Clicking other menu items, it will always
be open at first.
Also noticed that it switches back to the regular, non-mobile menu when
tilted horizontally. On larger screens such as iPad it does not use the
mobile menu at all irregardless of orientation. Same is true for 10 inch
Android  Iconia Tablet. This is what threw me off in my earlier bug reports
as it appears to not use adaptive theme in larger screens, at least for the
menu, which I find confusing.

On Mon, Sep 17, 2012 at 3:33 PM, Kristina Hoeppner <
1052...@bugs.launchpad.net> wrote:

> What kind of device did you have, Dirk? I don't notice it on my phone or
> 7" tablet  all the time when I switch the  orientation. What I did
> notice though today is that I can't close the menu anymore when it shows
> up unfolded directly. It works find when it was folded initially. Do you
> see that behavior as well?
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1052071
>
> Title:
>   menu closes only after a page refresh on mobile
>
> Status in Mahara ePortfolio:
>   New
>
> Bug description:
>   When holding the device vertically (width < height) the menu stays
>   open all the time unless the page is refreshed.
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/mahara/+bug/1052071/+subscriptions
>

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

Title:
  menu closes only after a page refresh on mobile

Status in Mahara ePortfolio:
  New

Bug description:
  When holding the device vertically (width < height) the menu stays
  open all the time unless the page is refreshed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1052071/+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 1052060] Re: unable to access administration menu on mobile

2012-09-17 Thread Dirk Meyer
This is a step back words in my mind. Not sure how I can motivate people
using the software on a tablet when they have limited functions that
were there before. Could at least there be a link to 'View as standard
layout'?

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

Title:
  unable to access administration menu on mobile

Status in Mahara ePortfolio:
  Invalid

Bug description:
  16rc1
  debian
  mysql
  When using a mobile device, I am unable to access any of the administration 
menu items .

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1052060/+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 1052071] Re: menu closes only after a page refresh on mobile

2012-09-17 Thread Dirk Meyer
this is on 16rc1

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

Title:
  menu closes only after a page refresh on mobile

Status in Mahara ePortfolio:
  New

Bug description:
  When holding the device vertically (width < height) the menu stays
  open all the time unless the page is refreshed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1052071/+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 1052071] [NEW] menu closes only after a page refresh on mobile

2012-09-17 Thread Dirk Meyer
Public bug reported:

When holding the device vertically (width < height) the menu stays open
all the time unless the page is refreshed.

** Affects: mahara
 Importance: Undecided
 Status: New

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

Title:
  menu closes only after a page refresh on mobile

Status in Mahara ePortfolio:
  New

Bug description:
  When holding the device vertically (width < height) the menu stays
  open all the time unless the page is refreshed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1052071/+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 1052060] [NEW] unable to access administration menu on mobile

2012-09-17 Thread Dirk Meyer
Public bug reported:

16rc1
debian
mysql
When using a mobile device, I am unable to access any of the administration 
menu items .

** Affects: mahara
 Importance: Undecided
 Status: New

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

Title:
  unable to access administration menu on mobile

Status in Mahara ePortfolio:
  New

Bug description:
  16rc1
  debian
  mysql
  When using a mobile device, I am unable to access any of the administration 
menu items .

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1052060/+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 1052032] [NEW] unable to fully edit pages in 16r1cusing mobile

2012-09-17 Thread Dirk Meyer
Public bug reported:

16rc1
debian
mysql
I am presently unable to edit pages other then title and description when using 
ios or android defice

** Affects: mahara
 Importance: Undecided
 Status: New

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

Title:
  unable to fully edit pages in 16r1cusing mobile

Status in Mahara ePortfolio:
  New

Bug description:
  16rc1
  debian
  mysql
  I am presently unable to edit pages other then title and description when 
using ios or android defice

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1052032/+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 1033277] [NEW] Add ability to add forum discussions into pages

2012-08-05 Thread Dirk Meyer
Public bug reported:

Occasionally, users have extensive discussions in the forums. Perhaps
there could be a mechanism to easily allow for adding parts or whole
discussions into a page by means of a block type?

** Affects: mahara
 Importance: Undecided
 Status: New

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

Title:
  Add ability to add forum discussions into pages

Status in Mahara ePortfolio:
  New

Bug description:
  Occasionally, users have extensive discussions in the forums. Perhaps
  there could be a mechanism to easily allow for adding parts or whole
  discussions into a page by means of a block type?

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1033277/+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 1022699] Re: Allow for 'not sharable' for certain text boxes

2012-07-27 Thread Dirk Meyer
No, the number of available boxes one can choose from. See attachment.

** Attachment added: "txtbox_list.PNG"
   
https://bugs.launchpad.net/mahara/+bug/1022699/+attachment/3239279/+files/txtbox_list.PNG

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

Title:
  Allow for 'not sharable' for certain text boxes

Status in Mahara ePortfolio:
  Triaged

Bug description:
  When working in larger portfolios, finding an approriate text box
  under 'Use content from another text box' can become difficult. It
  would be great if during text box creation, one could select 'make
  sharable' or something similar to reduce the amount of looking for the
  right text box. My sense is that not every text box needs to be
  recycled.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1022699/+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 1022696] Re: Title does not update in reused text boxes

2012-07-26 Thread Dirk Meyer
Hi Kristina,

I see the logic and some use cases but I also see the other way around
(change title only but not the content) Perhaps making both, title and
content editable in copied boxes might work. Low priority for me...just
a suggestion.

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

Title:
  Title does not update in reused text boxes

Status in Mahara ePortfolio:
  Triaged

Bug description:
  When changing the title of a text box here /artefact/internal/notes.php it 
changes do not take place in the 'clones' contained in other pages.
  1.5
  Debian
  Mysql

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1022696/+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 1027163] Re: Overlay issue when adding textboxes

2012-07-26 Thread Dirk Meyer
Hi Hugh,

looks fine on master :) Thanks

Dirk

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

Title:
  Overlay issue when adding textboxes

Status in Mahara ePortfolio:
  Triaged

Bug description:
  When choosing 'Use content from another text box' it is difficult to
  see the choices due to display issues.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1027163/+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 1027171] [NEW] Discrepancy of number of notes reported

2012-07-20 Thread Dirk Meyer
Public bug reported:

The number of text boxes available to a user in 'Use content from
another text box' seems always different from the number of notes found
under 'Content->Notes' This is probably due to the fact that  'Use
content from another text box' includes shared notes from other users.
Some form of differentiation could be useful, especially since there is
no preview feature in 'Use content from another text box'.

** Affects: mahara
 Importance: Undecided
 Status: New

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

Title:
  Discrepancy of number of notes reported

Status in Mahara ePortfolio:
  New

Bug description:
  The number of text boxes available to a user in 'Use content from
  another text box' seems always different from the number of notes
  found under 'Content->Notes' This is probably due to the fact that
  'Use content from another text box' includes shared notes from other
  users. Some form of differentiation could be useful, especially since
  there is no preview feature in 'Use content from another text box'.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1027171/+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 1027163] Re: Overlay issue when adding textboxes

2012-07-20 Thread Dirk Meyer
** Attachment added: "textbox_overlay.PNG"
   
https://bugs.launchpad.net/bugs/1027163/+attachment/3230066/+files/textbox_overlay.PNG

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

Title:
  Overlay issue when adding textboxes

Status in Mahara ePortfolio:
  New

Bug description:
  When choosing 'Use content from another text box' it is difficult to
  see the choices due to display issues.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1027163/+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 1027163] [NEW] Overlay issue when adding textboxes

2012-07-20 Thread Dirk Meyer
Public bug reported:

When choosing 'Use content from another text box' it is difficult to see
the choices due to display issues.

** Affects: mahara
 Importance: Undecided
 Status: New

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

Title:
  Overlay issue when adding textboxes

Status in Mahara ePortfolio:
  New

Bug description:
  When choosing 'Use content from another text box' it is difficult to
  see the choices due to display issues.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1027163/+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 1022699] Re: Allow for 'not sharable' for certain text boxes

2012-07-20 Thread Dirk Meyer
Maybe defaulting the number of text boxes one can choose from 5 to 25
would be a better fix.

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

Title:
  Allow for 'not sharable' for certain text boxes

Status in Mahara ePortfolio:
  Triaged

Bug description:
  When working in larger portfolios, finding an approriate text box
  under 'Use content from another text box' can become difficult. It
  would be great if during text box creation, one could select 'make
  sharable' or something similar to reduce the amount of looking for the
  right text box. My sense is that not every text box needs to be
  recycled.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1022699/+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 1022699] [NEW] Allow for 'not sharable' for certain text boxes

2012-07-09 Thread Dirk Meyer
Public bug reported:

When working in larger portfolios, finding an approriate text box under
'Use content from another text box' can become difficult. It would be
great if during text box creation, one could select 'make sharable' or
something similar to reduce the amount of looking for the right text
box. My sense is that not every text box needs to be recycled.

** Affects: mahara
 Importance: Undecided
 Status: New

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

Title:
  Allow for 'not sharable' for certain text boxes

Status in Mahara ePortfolio:
  New

Bug description:
  When working in larger portfolios, finding an approriate text box
  under 'Use content from another text box' can become difficult. It
  would be great if during text box creation, one could select 'make
  sharable' or something similar to reduce the amount of looking for the
  right text box. My sense is that not every text box needs to be
  recycled.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1022699/+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 1022696] [NEW] Title does not update in reused text boxes

2012-07-09 Thread Dirk Meyer
Public bug reported:

When changing the title of a text box here /artefact/internal/notes.php it 
changes do not take place in the 'clones' contained in other pages.
1.5
Debian
Mysql

** Affects: mahara
 Importance: Undecided
 Status: New

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

Title:
  Title does not update in reused text boxes

Status in Mahara ePortfolio:
  New

Bug description:
  When changing the title of a text box here /artefact/internal/notes.php it 
changes do not take place in the 'clones' contained in other pages.
  1.5
  Debian
  Mysql

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1022696/+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 924345] Re: Force password change for newly created accounts by an admin

2012-05-08 Thread Dirk Meyer
Agreed. I did not check what you discribe. Thanks for the detailed eyes.
Cheers,

Dirk

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

Title:
  Force password change for newly created accounts by an admin

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  It would be great if there was a check box allowing for 'Force
  password change on next logon' for accounts that were newly created by
  admins. Similar to what is already there under
  /admin/users/edit.php?id=xxx

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/924345/+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 971132] Re: Adding user to institution slow

2012-05-08 Thread Dirk Meyer
Hello Hugh,

works fine now on 1.5.0 stable.

Thanks, Dirk

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

Title:
  Adding user to institution slow

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  RC1.5
  Adding a user to an institution here admin/users/edit.php?id=X is very slow 
and produces no success message. Checking with a second browser confirms that 
the user is added to the institution very quickly, even while the first browser 
is still spinning (usually 2 minutes or so). Not sure if a bug but don't think 
its a poorly configured server either.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/971132/+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 971132] [NEW] Adding user to institution slow

2012-04-01 Thread Dirk Meyer
Public bug reported:

RC1.5
Adding a user to an institution here admin/users/edit.php?id=X is very slow and 
produces no success message. Checking with a second browser confirms that the 
user is added to the institution very quickly, even while the first browser is 
still spinning (usually 2 minutes or so). Not sure if a bug but don't think its 
a poorly configured server either.

** Affects: mahara
 Importance: Undecided
 Status: New

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

Title:
  Adding user to institution slow

Status in Mahara ePortfolio:
  New

Bug description:
  RC1.5
  Adding a user to an institution here admin/users/edit.php?id=X is very slow 
and produces no success message. Checking with a second browser confirms that 
the user is added to the institution very quickly, even while the first browser 
is still spinning (usually 2 minutes or so). Not sure if a bug but don't think 
its a poorly configured server either.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/971132/+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 964283] Re: Change lang string to "Copy a page or collection"

2012-04-01 Thread Dirk Meyer
I am on RC1.5 and don't see the changes. It reads 'Copy a page'. Having
it read 'Copy a page or collection' would be great.

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

Title:
  Change lang string to "Copy a page or collection"

Status in Mahara ePortfolio:
  In Progress

Bug description:
  On /view/choosetemplate.php the title of the page reads "Copy a page"
  though you can also copy a collection. Thus, the updated lang string
  should read "Copy a page or collection".

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


Re: [Mahara-contributors] [Bug 924345] Re: Force password change for newly created accounts by an admin

2012-01-31 Thread Dirk Meyer
Yes, I do.

On Tue, Jan 31, 2012 at 11:23 AM, Kristina Hoeppner <
924...@bugs.launchpad.net> wrote:

> Hi Dirk,
>
> I assume you mean on /admin/users/add.php because if you create accounts
> manually via CSV you can already do that.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/924345
>
> Title:
>  Force password change for newly created accounts by an admin
>
> Status in Mahara ePortfolio:
>  New
>
> Bug description:
>  It would be great if there was a check box allowing for 'Force
>  password change on next logon' for accounts that were newly created by
>  admins. Similar to what is already there under
>  /admin/users/edit.php?id=xxx
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/mahara/+bug/924345/+subscriptions
>

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

Title:
  Force password change for newly created accounts by an admin

Status in Mahara ePortfolio:
  New

Bug description:
  It would be great if there was a check box allowing for 'Force
  password change on next logon' for accounts that were newly created by
  admins. Similar to what is already there under
  /admin/users/edit.php?id=xxx

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/924345/+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 924345] [NEW] Force password change for newly created accounts by an admin

2012-01-31 Thread Dirk Meyer
Public bug reported:

It would be great if there was a check box allowing for 'Force password
change on next logon' for accounts that were newly created by admins.
Similar to what is already there under /admin/users/edit.php?id=xxx

** Affects: mahara
 Importance: Undecided
 Status: New

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

Title:
  Force password change for newly created accounts by an admin

Status in Mahara ePortfolio:
  New

Bug description:
  It would be great if there was a check box allowing for 'Force
  password change on next logon' for accounts that were newly created by
  admins. Similar to what is already there under
  /admin/users/edit.php?id=xxx

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/924345/+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 900983] [NEW] Notification after user has been masqueraded

2011-12-06 Thread Dirk Meyer
Public bug reported:

In keeping with a strong privacy policy, it would be great if a user would get 
a message on their dashboard or into their messages area after an admin has 
masqueraded as them. The ability to masquerade is good to have however users 
should get informed of the time and perhaps the reason why this  took place. 
Something like this perhaps: ' Your account was accessed by a system admin at 
this time ... for the following reason.'   This does of course do nothing 
when admins go into the database directly but given the fact that organizations 
may have several admins  in mahara but fewer with database access it would 
provide a way to at least document masquerating to the the user.

** Affects: mahara
 Importance: Undecided
 Status: New

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

Title:
  Notification after user has been masqueraded

Status in Mahara ePortfolio:
  New

Bug description:
  In keeping with a strong privacy policy, it would be great if a user would 
get a message on their dashboard or into their messages area after an admin has 
masqueraded as them. The ability to masquerade is good to have however users 
should get informed of the time and perhaps the reason why this  took place. 
  Something like this perhaps: ' Your account was accessed by a system admin at 
this time ... for the following reason.'   This does of course do nothing 
when admins go into the database directly but given the fact that organizations 
may have several admins  in mahara but fewer with database access it would 
provide a way to at least document masquerating to the the user.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/900983/+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 811394] Re: A url in this field contains the blacklisted domain ...'

2011-08-20 Thread Dirk Meyer
second screen in which a forum post url points to a mahara.org forum
post

** Attachment added: "posting_errror2.png"
   
https://bugs.launchpad.net/mahara/+bug/811394/+attachment/2295392/+files/posting_errror2.png

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

Title:
  A url in this field contains the blacklisted domain ...'

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  1.4
  Mysql
  Linux

  When posting in a forum in a 1.4 I get this message when including
  links to external sites and strangely enough to internal files too. 'A
  url in this field contains the blacklisted domain ...' From doing some
  searches, at least two domains were not blacklisted from what I could
  tell.The problem is that it wont allow me to save the post.

  In the site security section and both blacklist options not enabled,
  when I change the spam setting from 'advanced' to 'none' the message
  gets posted with the URLs in question.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/811394/+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 811394] Re: A url in this field contains the blacklisted domain ...'

2011-08-20 Thread Dirk Meyer
Sorry for delay.

Seems to happen for any URL. Attached are two screen shots. Apache error
log produces these two lines. I edited my ip and domain. Happy to lock
for more log files but can't find them

my ip - - [20/Aug/2011:12:56:01 -0600] "POST 
/interaction/forum/edittopic.php?id=34 HTTP/1.1" 200 18832 
"http://www.mydomain.com/interaction/forum/edittopic.php?id=34$
my ip - - [20/Aug/2011:12:58:12 -0600] "GET / HTTP/1.1" 200 24203 
"http://www.mydomain.com/interaction/forum/edittopic.php?id=34"; "Mozilla/5.0 
(Macintosh; Intel Mac O$
$100101 Firefox/5.0.1"


** Attachment added: "psoting_error1.png"
   
https://bugs.launchpad.net/mahara/+bug/811394/+attachment/2295390/+files/psoting_error1.png

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

Title:
  A url in this field contains the blacklisted domain ...'

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  1.4
  Mysql
  Linux

  When posting in a forum in a 1.4 I get this message when including
  links to external sites and strangely enough to internal files too. 'A
  url in this field contains the blacklisted domain ...' From doing some
  searches, at least two domains were not blacklisted from what I could
  tell.The problem is that it wont allow me to save the post.

  In the site security section and both blacklist options not enabled,
  when I change the spam setting from 'advanced' to 'none' the message
  gets posted with the URLs in question.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/811394/+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 811394] [NEW] A url in this field contains the blacklisted domain ...'

2011-07-15 Thread Dirk Meyer
Public bug reported:

1.4
Mysql
Linux

When posting in a forum in a 1.4 I get this message when including links
to external sites and strangely enough to internal files too. 'A url in
this field contains the blacklisted domain ...' From doing some
searches, at least two domains were not blacklisted from what I could
tell.The problem is that it wont allow me to save the post.

In the site security section and both blacklist options not enabled,
when I change the spam setting from 'advanced' to 'none' the message
gets posted with the URLs in question.

** Affects: mahara
 Importance: Undecided
 Status: New

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

Title:
  A url in this field contains the blacklisted domain ...'

Status in Mahara ePortfolio:
  New

Bug description:
  1.4
  Mysql
  Linux

  When posting in a forum in a 1.4 I get this message when including
  links to external sites and strangely enough to internal files too. 'A
  url in this field contains the blacklisted domain ...' From doing some
  searches, at least two domains were not blacklisted from what I could
  tell.The problem is that it wont allow me to save the post.

  In the site security section and both blacklist options not enabled,
  when I change the spam setting from 'advanced' to 'none' the message
  gets posted with the URLs in question.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/811394/+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 794364] Re: Non unique titles for moodle forum exports

2011-07-01 Thread Dirk Meyer
Hi,

I came across this on the moodle tracker. The Mahara_Journal.png seems similar 
to what happens to me. http://tracker.moodle.org/browse/MDL-28022
Which export file should I be looking for?

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

Title:
  Non unique titles for moodle forum exports

Status in Mahara ePortfolio:
  Triaged

Bug description:
  The titles of journals that were exported from moodle are the same for all. 
They read 'data Imported from Leap2A export from Moodle for Admin User.' 
  It would be great if the original tile for the moodle post would come across. 
Sceen shot is attached. 

  Moodle 2.o
  Mahara 1.4RV2

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/794364/+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 798996] [NEW] sidebar appears below in centre column in FF 4.0

2011-06-17 Thread Dirk Meyer
Public bug reported:

When viewed in Fire Fox 4.0 the sidebar appears below everything else on
the left side. Changing the sidebar column styles in the style.css file
located in the theme/raw/static/style folder at around lines 1200-1208
from 'min-width:255px' to 'width:255px' fixes this.

** Affects: mahara
 Importance: Undecided
 Status: New

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

Title:
  sidebar appears below in centre column in FF 4.0

Status in Mahara ePortfolio:
  New

Bug description:
  When viewed in Fire Fox 4.0 the sidebar appears below everything else
  on the left side. Changing the sidebar column styles in the style.css
  file located in the theme/raw/static/style folder at around lines
  1200-1208 from 'min-width:255px' to 'width:255px' fixes this.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/798996/+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 794364] Re: Non unique titles for moodle forum exports

2011-06-07 Thread Dirk Meyer
** Attachment added: "moodle_export.png"
   
https://bugs.launchpad.net/bugs/794364/+attachment/2160152/+files/moodle_export.png

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

Title:
  Non unique titles for moodle forum exports

Status in Mahara ePortfolio:
  New

Bug description:
  The titles of journals that were exported from moodle are the same for all. 
They read 'data Imported from Leap2A export from Moodle for Admin User.' 
  It would be great if the original tile for the moodle post would come across. 
Sceen shot is attached. 

  Moodle 2.o
  Mahara 1.4RV2

___
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 794364] [NEW] Non unique titles for moodle forum exports

2011-06-07 Thread Dirk Meyer
Public bug reported:

The titles of journals that were exported from moodle are the same for all. 
They read 'data Imported from Leap2A export from Moodle for Admin User.' 
It would be great if the original tile for the moodle post would come across. 
Sceen shot is attached. 

Moodle 2.o
Mahara 1.4RV2

** Affects: mahara
 Importance: Undecided
 Status: New

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

Title:
  Non unique titles for moodle forum exports

Status in Mahara ePortfolio:
  New

Bug description:
  The titles of journals that were exported from moodle are the same for all. 
They read 'data Imported from Leap2A export from Moodle for Admin User.' 
  It would be great if the original tile for the moodle post would come across. 
Sceen shot is attached. 

  Moodle 2.o
  Mahara 1.4RV2

___
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 788465] Re: Export Failing in 1.4rc1 - "Zip not installed"

2011-05-31 Thread Dirk Meyer
The server side install of zip fixed this for us on 1.4RC2 and Debian

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

Title:
  Export Failing in 1.4rc1 - "Zip not installed"

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  When attempting an export in 1.4rc1 I received the following message:
  Your system does not have the zip command. Please install zip to enable this 
feature

  
  Zip is definitely installed since I've exported successfully from this Mahara 
installation previous to 1.4rc1. Checking phpinfo shows bz2 and zip are both 
enabled.

  Could this be a 1.4 bug?

  System:

  Mahara 1.4rc1
  Red Hat Enterprise Linux Server release 5.5
  PHP 5.3.5

___
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


Re: [Mahara-contributors] [Bug 725325] Re: Copying of files inside group view fails

2011-05-24 Thread Dirk Meyer
Heidi,
I think if they copy from a user as opposed to from a group, you'll be fine.
My hunch is that it has to to with the type of group these views come from.
Its definitely still present in our 1.3.3 but I can't pin it down to one
item that's causing it. I tried with about 5 different scenarios in the 1.4
and it has not happened yet.
Dirk

On Tue, May 24, 2011 at 4:56 PM, Heidi Humphrey
<725...@bugs.launchpad.net>wrote:

> Thanks Francois and Dirk. I do not have 1.4 downloaded and with the
> amount of bugs on the new version I am hesitate on upgrading to it until
> it is a stable release. Is there a possible patch that can be applied on
> 1.3.6? I am about to conduct training on 1.3.6 and would love to be able
> to know this export issue is resolved. We have alot of our staff setting
> up templates for students to copy so would be greatly affected by the
> issue if we upgrade.
>
> Thanks, Heidi
>
> --
> You received this bug notification because you are a direct subscriber
> of the bug.
> https://bugs.launchpad.net/bugs/725325
>
> Title:
>  Copying of files inside group view fails
>
> Status in Mahara ePortfolio:
>  Fix Committed
>
> Bug description:
>  1.3.3
>  Linux
>  MySQL
>
>  LEAP2A and HTML portfolio exports fail every time if they contain one
>  or more views that have previously been copied out of a group. Once
>  those views are removed from the export list, the export proceeds and
>  imports flawlessly into a different mahara instance.
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/mahara/+bug/725325/+subscribe
>

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

Title:
  Copying of files inside group view fails

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  1.3.3
  Linux
  MySQL

  LEAP2A and HTML portfolio exports fail every time if they contain one
  or more views that have previously been copied out of a group. Once
  those views are removed from the export list, the export proceeds and
  imports flawlessly into a different mahara instance.

___
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


Re: [Mahara-contributors] [Bug 787301] Re: Mobile uploads not counted in file quota

2011-05-24 Thread Dirk Meyer
Hello Hugh,

the files are attached.

Somehow I don't think this is a mahara issue. When trying from one of our
schools today it worked perfectly, now from another location outside of
school, mobile uploads are not counted again. We are using an internal
network between schools and different school board. I noticed that we have a
timezone php error and cron is not running either. I am not sure these could
be related but my guess is our fedora box needs some more work and it would
not be the first time and so now a discussion on why this keeps occuring
will take place.
Thanks again,
Dirk

On Tue, May 24, 2011 at 4:02 PM, Hugh Davenport
<787...@bugs.launchpad.net>wrote:

> Hi Dirk,
>
> I have tried again and still can't reproduce.
>
> What version of mahara are you using? master? or 1.3?
>
> Would you be able to attach the files /artefact/file/mobileupload.php
> and /artefact/file/lib.php and /auth/user.php
>
> >From these files I can trace it and see why you don't seem to have your
> uploads counting.
>
> Cheers,
>
> Hugh
>
> --
> You received this bug notification because you are a direct subscriber
> of the bug.
> https://bugs.launchpad.net/bugs/787301
>
> Title:
>  Mobile uploads not counted in file quota
>
> Status in Mahara ePortfolio:
>   Incomplete
>
> Bug description:
>  Files uploaded via MaharaDroid are not counted towards the file quota.
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/mahara/+bug/787301/+subscribe
>


** Attachment added: "user.php"
   https://bugs.launchpad.net/bugs/787301/+attachment/2141769/+files/user.php

** Attachment added: "lib.php"
   https://bugs.launchpad.net/bugs/787301/+attachment/2141770/+files/lib.php

** Attachment added: "mobileupload.php"
   
https://bugs.launchpad.net/bugs/787301/+attachment/2141771/+files/mobileupload.php

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

Title:
  Mobile uploads not counted in file quota

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  Files uploaded via MaharaDroid are not counted towards the file quota.

___
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


Re: [Mahara-contributors] [Bug 787301] Re: Mobile uploads not counted in file quota

2011-05-23 Thread Dirk Meyer
Hello Hugh,

2 screen shot are attached. I am using android 2.2.1 and maharadroid 1.6
from the app market. I reinstalled with a new copy today.

To describe screen shots:
Folder 1 also contains an image of 165k so together it should show 310k file
allocation (145k + 165k), not counting mobile uploads at all.
Before I took the screen shots, the file allocation was showing 1.5meg used
and after I deleted an image of size 900k or so, it now shows zero.

After I took the screen shots:
Adding a file manually increases the total to only what was uploaded
manually. Adding a second file manually, shows the correct usage for both
files but not what is already there. Adding via mobile now DOES count the
file properly and adds it up.

Then, I deleted every file and uploaded via mobile two files. The first file
it did not count but as soon as I uploaded the second file they added
together.


On Mon, May 23, 2011 at 9:18 PM, Hugh Davenport
<787...@bugs.launchpad.net>wrote:

> Hi Dirk,
>
> I have just tested this against master, I can upload a file, and my quota
> goes up by that amount.
> When I add a file manually, it increases it to be the total of the upload
> and the mobile upload.
> When i upload a file via mobile again it increases yet again.
> When I delete a file, it goes down.
>
> Can you give more details or maybe a screen shot of your files directory
> with a file in but quota of 0?
>
> I was using maharadroid 1.6 (was in the app store), on android 2.2
>
> Cheers,
>
> Hugh
>
>
> ** Changed in: mahara
>   Status: Triaged => Incomplete
>
> --
> You received this bug notification because you are a direct subscriber
> of the bug.
> https://bugs.launchpad.net/bugs/787301
>
> Title:
>  Mobile uploads not counted in file quota
>
> Status in Mahara ePortfolio:
>   Incomplete
>
> Bug description:
>  Files uploaded via MaharaDroid are not counted towards the file quota.
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/mahara/+bug/787301/+subscribe
>


** Attachment added: "mobile_uploads.png"
   
https://bugs.launchpad.net/bugs/787301/+attachment/2140478/+files/mobile_uploads.png

** Attachment added: "mobile_uploads2.png"
   
https://bugs.launchpad.net/bugs/787301/+attachment/2140479/+files/mobile_uploads2.png

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

Title:
  Mobile uploads not counted in file quota

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  Files uploaded via MaharaDroid are not counted towards the file quota.

___
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


  1   2   >