[Mahara-contributors] [Bug 1855609] [NEW] Export/import of users

2019-12-08 Thread Gregor Anželj
Public bug reported:

When I export users (select them in Users section of Administration and
then get report and from report page download CSV file) and try to
import them to another Mahara instance I get CSV file error.

This is probably due additional fields being exported even though they
are not selected/checked by default at report page.

The import of users work only when additional fields are deleted from
the CSV file and additional field "password" is added.

I believe the export shoud be changed so only selected fields would be
exported.

Tested this on Mahara 19.10, but encountered the same behaviour in 19.04
and earlier ...

Attached is the first version of export CSV file. When I tried to import users 
from that file I got the following errors:
- The field name "quotapercent_format" is invalid, or you have more fields than 
your header row specifies
- The field name "lastlogin" is invalid, or you have more fields than your 
header row specifies
- The field name "probation" is invalid, or you have more fields than your 
header row specifies

After that I also got:
- A required field "password" has not been specified in the format line
which is reasonable since the CSV file should contain passwords for new users.

** Affects: mahara
 Importance: Undecided
 Status: New

** Attachment added: "userdetailsstatistics.csv"
   
https://bugs.launchpad.net/bugs/1855609/+attachment/5310782/+files/userdetailsstatistics.csv

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

Title:
  Export/import of users

Status in Mahara:
  New

Bug description:
  When I export users (select them in Users section of Administration
  and then get report and from report page download CSV file) and try to
  import them to another Mahara instance I get CSV file error.

  This is probably due additional fields being exported even though they
  are not selected/checked by default at report page.

  The import of users work only when additional fields are deleted from
  the CSV file and additional field "password" is added.

  I believe the export shoud be changed so only selected fields would be
  exported.

  Tested this on Mahara 19.10, but encountered the same behaviour in
  19.04 and earlier ...

  Attached is the first version of export CSV file. When I tried to import 
users from that file I got the following errors:
  - The field name "quotapercent_format" is invalid, or you have more fields 
than your header row specifies
  - The field name "lastlogin" is invalid, or you have more fields than your 
header row specifies
  - The field name "probation" is invalid, or you have more fields than your 
header row specifies

  After that I also got:
  - A required field "password" has not been specified in the format line
  which is reasonable since the CSV file should contain passwords for new users.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1855609/+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 1753520] [NEW] Include external js files for blocktype config forms

2018-03-05 Thread Gregor Anželj
Public bug reported:

In Cloud plugin blocktypes I need the ability to include external
javascript files that are needed in blocktype config forms.

The ability to include external javascript files in blocktype config
form might be usable also for other artefacts/blocktypes.

** Affects: mahara
 Importance: Undecided
 Assignee: Gregor Anželj (gregor-anzelj)
 Status: New

** Changed in: mahara
 Assignee: (unassigned) => Gregor Anželj (gregor-anzelj)

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

Title:
  Include external js files for blocktype config forms

Status in Mahara:
  New

Bug description:
  In Cloud plugin blocktypes I need the ability to include external
  javascript files that are needed in blocktype config forms.

  The ability to include external javascript files in blocktype config
  form might be usable also for other artefacts/blocktypes.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1753520/+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 717196] Re: Isolated institutions

2018-02-12 Thread Gregor Anželj
Isolated institutions is a feature that allows locking down access for
members of institutions so that they are separated entirely and disallow
contact between members of one institution with members of another
institution.

Assumptions:
* Users can only be in one institution at one point in time. Being a member of 
multiple institutions is not allowed.
* Members of an institution are regular users, institution staff and 
institution admins. They are simply referred to as “Members” or “Members of an 
institution” henceforth.
* Only institution staff, institution admins, site staff and site admins can 
create groups.
* Publicly available content and portfolios shared via secret URLs cannot be 
controlled as it’s been made public.
* No friends allowed setting, which would also include removing that option 
from the account settings.

Summary of changes to Admin -> Configure site -> Site options:
* The “Multiple institutions” option is disabled.
* The “Confirm registration” option on the site level is turned on per default 
so that institutions cannot change that setting and every account needs to be 
approved. It is then disabled so that the site admin can’t change it. 
* Profiles are not shared with “Registered users” automatically. The site 
option “Profile access for all registered users” under Site options -> User 
settings is turned off and disabled so that the site admin can’t change it.
* An additional setting becomes available that would restrict the searching of 
users within an institution to only those users who are in the same groups as 
the user performing the search.
* An additional setting is implemented in Site options -> Group settings: 
Possibility to hide groups site-wide so they can’t be found in a group search. 
Users would only be allowed to see groups that they own or that they are 
members of.
* Portfolio moderation is turned on by default for regular users (excl. any 
staff or admins) and cannot be disabled. If isolated institutions is not used, 
moderation can still be required for all institutions and on a per institution 
basis. This will be implemented for 
https://bugs.launchpad.net/mahara/+bug/1748833

** Changed in: mahara
 Assignee: (unassigned) => Gregor Anželj (gregor-anzelj)

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

Title:
  Isolated institutions

Status in Mahara:
  Triaged

Bug description:
  I think a very useful feature to have 'closed' or 'controlled' institutions, 
whereby the members of one instutution can't see or communicate with members 
not in their insitution. This feature would be useful for safeguarding, for 
example a college may not want adult college members to be able to communicate 
(and potentially 'groom') 14-18 year olds. The 14-18 could be put into a 
separate institution to the adult college members, but teachers could be in 
both, so could see both sets of learners, but the two sets of learners couldn't 
'see' each other.
  May also be useful to prevent confusion in large installs with many 
institutions...

  
https://wiki.mahara.org/index.php/Developer_Area/Specifications_in_Development/Isolated_Institutions

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/717196/+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 1748833] [NEW] Portfolio sharing moderation

2018-02-12 Thread Gregor Anželj
Public bug reported:

If a user shares a portfolio to the public, all registered users, all
users in their institution, secret URL or to another group that they are
not a member of, this will only be shared once it has been approved by a
staff member or an institution admin.

The primary use case for this requested feature is to allow institution
staff and admins to check for copyright of material that is to be shared
by regular users.

** Affects: mahara
 Importance: Undecided
 Assignee: Gregor Anželj (gregor-anzelj)
 Status: New

** Changed in: mahara
 Assignee: (unassigned) => Gregor Anželj (gregor-anzelj)

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

Title:
  Portfolio sharing moderation

Status in Mahara:
  New

Bug description:
  If a user shares a portfolio to the public, all registered users, all
  users in their institution, secret URL or to another group that they
  are not a member of, this will only be shared once it has been
  approved by a staff member or an institution admin.

  The primary use case for this requested feature is to allow
  institution staff and admins to check for copyright of material that
  is to be shared by regular users.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1748833/+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 1658395] Re: Show institution in group settings

2018-02-05 Thread Gregor Anželj
https://reviews.mahara.org/#/c/8507/

** Changed in: mahara
 Assignee: (unassigned) => Gregor Anželj (gregor-anzelj)

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

Title:
  Show institution in group settings

Status in Mahara:
  Confirmed

Bug description:
  When a group is associated with an institution via CSV file, this is
  not obvious to group admins unless they are institution admins and can
  see these groups in Admin -> Groups.

  It would also be good for individuals who create groups manually to
  associate them with a group so that the institution admin can
  administer them. Otherwise, only site admins can perform bulk actions
  via CSV.

  The selecting of the institution in the group settings should be done
  via a Select2 drop-down menu on the group settings page to allow the
  group admin to start typing the institution to which they want to
  associate it.

  If the user is a member of only one institution, the group is
  automatically associated with that institution and the user doesn't
  see a drop-down menu but just the institution listed. If the user is a
  member of 2 or more institution, the user can choose with which
  institution to associate the group. If the user is a site admin, he
  can choose between all institutions on the site.

  Notes:

  1. This addition does not prevent non-institution members from joining
  / being added. There is no change to that part as the admin can still
  control (if they so wish) whether they allow non-institution members
  to join.

  2. If the user changes institutions or a member from another
  institution becomes a group admin, the association with the
  institution does not change. If the institution shall be changed, a
  site admin would need to do that.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1658395/+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 1667522] Re: Separate account registration and institution joining requests

2018-01-28 Thread Gregor Anželj
** Changed in: mahara
 Assignee: (unassigned) => Gregor Anželj (gregor-anzelj)

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

Title:
  Separate account registration and institution joining requests

Status in Mahara:
  Confirmed

Bug description:
  When you allow registration in an institution, two actions are
  allowed:

  1. New users can register on the site for that institution.
  2. Existing users can request membership in the institution.

  These two actions should be separated as they are two very different
  actions. While an institution may allow the registration of new
  accounts, they may not allow the switching of institutions by simply
  contacting another institution.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1667522/+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 1743870] [NEW] Moderate portfolios of regular users

2018-01-17 Thread Gregor Anželj
Public bug reported:

Allow institution admins and site admins to immediately remove all
sharing options from a page (or collection if the page is within a
collection) that is deemed objectionable.

** Affects: mahara
 Importance: Undecided
 Assignee: Gregor Anželj (gregor-anzelj)
 Status: New

** Changed in: mahara
 Assignee: (unassigned) => Gregor Anželj (gregor-anzelj)

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

Title:
  Moderate portfolios of regular users

Status in Mahara:
  New

Bug description:
  Allow institution admins and site admins to immediately remove all
  sharing options from a page (or collection if the page is within a
  collection) that is deemed objectionable.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1743870/+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 845263] Re: Optional password policy

2018-01-16 Thread Gregor Anželj
Improve the password policy enforcement and configuration in Mahara.
Have a pre-defined password policy of a minimum of 8 characters with
type "alphanumeric mixed case + symbols". Also allow admins to set the
password policy in Site Options > Security Settings. In all locations
where password is set the password input should also include a password
strength indicator.


** Changed in: mahara
 Assignee: (unassigned) => Gregor Anželj (gregor-anzelj)

** Changed in: mahara
 Assignee: Gregor Anželj (gregor-anzelj) => (unassigned)

** Changed in: mahara
 Assignee: (unassigned) => Gregor Anželj (gregor-anzelj)

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

Title:
  Optional password policy

Status in Mahara:
  Triaged

Bug description:
  For internal policy reasons, some people might need Mahara to enforce
  a password policy.

  If we implement this feature, we should make sure that:

  - it's optional
  - it's disabled by default
  - we include a warning saying that it could result in less secure passwords 
(ideally linking to research paper demonstrating this)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/845263/+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 1667521] Re: Make "Registration reason" mandatory when "Confirm registration" is turned on

2018-01-08 Thread Gregor Anželj
** Changed in: mahara
 Assignee: (unassigned) => Gregor Anželj (gregor-anzelj)

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

Title:
  Make "Registration reason" mandatory when "Confirm registration" is
  turned on

Status in Mahara:
  Confirmed

Bug description:
  When a minimum of one institution on a site requires "Confirm
  registration" of new accounts, the registration reason should be
  manadatory so that the admins have a bit more information why people
  want to register instead of people being able to leave the field
  empty.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1667521/+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 1670885] Re: format_date function returns false (Windows)

2017-03-07 Thread Gregor Anželj
Patch submitted: https://reviews.mahara.org/#/c/7509/

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

Title:
  format_date function returns false (Windows)

Status in Mahara:
  New

Bug description:
  format_date() function uses undelying strftime function.

  It is known that %e modifier is not supported. However when I use
  format_date() function with the following formatkey 'strftimedatetime'
  which translates to '%%d %%B %%Y, %%l:%%M %%p' (for English language)
  the functon returns false.

  According to http://stackoverflow.com/questions/12362179/why-does-
  strftime-on-windows-returns-false-im-not-using-e the modifier %l is
  the problematic one. If it is changed to %#I (under Windows) then it
  works as expected...

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1670885/+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 1670885] [NEW] format_date function returns false (Windows)

2017-03-07 Thread Gregor Anželj
Public bug reported:

format_date() function uses undelying strftime function.

It is known that %e modifier is not supported. However when I use
format_date() function with the following formatkey 'strftimedatetime'
which translates to '%%d %%B %%Y, %%l:%%M %%p' (for English language)
the functon returns false.

According to http://stackoverflow.com/questions/12362179/why-does-
strftime-on-windows-returns-false-im-not-using-e the modifier %l is the
problematic one. If it is changed to %#I (under Windows) then it works
as expected...

** Affects: mahara
 Importance: Undecided
 Assignee: Gregor Anželj (gregor-anzelj)
 Status: New

** Changed in: mahara
 Assignee: (unassigned) => Gregor Anželj (gregor-anzelj)

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

Title:
  format_date function returns false (Windows)

Status in Mahara:
  New

Bug description:
  format_date() function uses undelying strftime function.

  It is known that %e modifier is not supported. However when I use
  format_date() function with the following formatkey 'strftimedatetime'
  which translates to '%%d %%B %%Y, %%l:%%M %%p' (for English language)
  the functon returns false.

  According to http://stackoverflow.com/questions/12362179/why-does-
  strftime-on-windows-returns-false-im-not-using-e the modifier %l is
  the problematic one. If it is changed to %#I (under Windows) then it
  works as expected...

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1670885/+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 605753] Re: Allow for more than one cover letter

2017-01-19 Thread Gregor Anželj
Europass XML schema in the newset version 3.3.0 supports multiple cover
letters. Maybe it would be a good idea to see how did they handle this
and/or what fields did they use.

There is also an online editor for creating cover letter, available at
https://europass.cedefop.europa.eu/editors/en/cl/compose

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

Title:
  Allow for more than one cover letter

Status in Mahara:
  Triaged

Bug description:
  As Mahara can be used flexibly, I would not make / keep the cover
  letter as part of the resume because that would mean that you can only
  have one cover letter, whereas you may want to stick to one resume but
  change cover letters according to whom you want to address them. Of
  course, you can always use a text box, but maybe an option would be to
  allow for more than one cover letter and then let people choose which
  one to use in the end. This would be particularly interesting if you
  want to publish your entire resume and not just individual fields.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/605753/+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 1633213] Re: Uploading new/existing SmartEvidence framework doesn't work

2016-10-17 Thread Gregor Anželj
Robert hi.

I've tested it and it works like a charm... ;)

Thanks

Gregor

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

Title:
   Uploading new/existing SmartEvidence framework doesn't work

Status in Mahara:
  In Progress

Bug description:
  When I try to upload new SmartEvidence framework (in administration
  section) it does't work. The matrix file is a valid JSON file. I have
  also deleted existing SmartEvidence framework and tried to re-install
  it. The result is the same.

  This is probably due to OS, since I am working / testing that on
  Windows.

  The debug message was:

  [WAR] 58 (module\framework\lib.php:72)
  
file_get_contents(D:\xampp\htdocs\mahara1610\module/framework/matrices/D:\xampp\tmp\php91F8.tmp):
  failed to open stream: Invalid argument

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1633213/+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 1633213] Re: Uploading new/existing SmartEvidence framework doesn't work

2016-10-13 Thread Gregor Anželj
Oh and I forgot all the standard details:

Windows OS, MySQL, Mahara 16.10 RC2

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

Title:
   Uploading new/existing SmartEvidence framework doesn't work

Status in Mahara:
  New

Bug description:
  When I try to upload new SmartEvidence framework (in administration
  section) it does't work. The matrix file is a valid JSON file. I have
  also deleted existing SmartEvidence framework and tried to re-install
  it. The result is the same.

  This is probably due to OS, since I am working / testing that on
  Windows.

  The debug message was:

  [WAR] 58 (module\framework\lib.php:72)
  
file_get_contents(D:\xampp\htdocs\mahara1610\module/framework/matrices/D:\xampp\tmp\php91F8.tmp):
  failed to open stream: Invalid argument

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1633213/+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 1633213] Re: Uploading new/existing SmartEvidence framework doesn't work

2016-10-13 Thread Gregor Anželj
Additiona testing shows that lines 111-113 in
htdocs/module/framework/lib.php are problematic. When I comment out
those lines, the upload works correctly.

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

Title:
   Uploading new/existing SmartEvidence framework doesn't work

Status in Mahara:
  New

Bug description:
  When I try to upload new SmartEvidence framework (in administration
  section) it does't work. The matrix file is a valid JSON file. I have
  also deleted existing SmartEvidence framework and tried to re-install
  it. The result is the same.

  This is probably due to OS, since I am working / testing that on
  Windows.

  The debug message was:

  [WAR] 58 (module\framework\lib.php:72)
  
file_get_contents(D:\xampp\htdocs\mahara1610\module/framework/matrices/D:\xampp\tmp\php91F8.tmp):
  failed to open stream: Invalid argument

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1633213/+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 1633213] [NEW] Uploading new/existing SmartEvidence framework doesn't work

2016-10-13 Thread Gregor Anželj
Public bug reported:

When I try to upload new SmartEvidence framework (in administration
section) it does't work. The matrix file is a valid JSON file. I have
also deleted existing SmartEvidence framework and tried to re-install
it. The result is the same.

This is probably due to OS, since I am working / testing that on
Windows.

The debug message was:

[WAR] 58 (module\framework\lib.php:72)
file_get_contents(D:\xampp\htdocs\mahara1610\module/framework/matrices/D:\xampp\tmp\php91F8.tmp):
failed to open stream: Invalid argument

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

Title:
   Uploading new/existing SmartEvidence framework doesn't work

Status in Mahara:
  New

Bug description:
  When I try to upload new SmartEvidence framework (in administration
  section) it does't work. The matrix file is a valid JSON file. I have
  also deleted existing SmartEvidence framework and tried to re-install
  it. The result is the same.

  This is probably due to OS, since I am working / testing that on
  Windows.

  The debug message was:

  [WAR] 58 (module\framework\lib.php:72)
  
file_get_contents(D:\xampp\htdocs\mahara1610\module/framework/matrices/D:\xampp\tmp\php91F8.tmp):
  failed to open stream: Invalid argument

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1633213/+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 1560110] Re: artefact linkedin config form raises error

2016-04-04 Thread Gregor Anželj
Kristina hi.

Actually this is a third-party plugin from Johann Luthi of University of
Geneva.

I suspect the cause is that the plugin was not updated to laest Mahara versions,
as commented also on 
https://github.com/johannluthi/mahara-plugin-linkedin/issues/1

Gunther hopefully this resolves your issue.

Regards,
Gregor

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

Title:
  artefact linkedin config form raises error

Status in Mahara:
  Won't Fix

Bug description:
  Hi,

  When I validate the LinkedIn artefact config form, Mahara raises the
  following PHP Fatal error :

  Cannot use object of type Pieform as array in
  /mahara/htdocs/artefact/linkedin/lib.php on line 294, referer:
  
https:///admin/extensions/pluginconfig.php?plugintype=artefact=linkedin=linkedin

  The code mentionned is :

  290 public static function save_config_options($values)
  291 {
  292 foreach (array(self::APPLICATION_SECRET, self::APPLICATION_ID) as 
$settingname)
  293 {
  294set_config_plugin('artefact', 'linkedin', $settingname, 
$values[$settingname]);
  295 }
  296 }

  I'm running Mahara 15.10.2testing on RHEL6 64bits, with PHP 5.6.19 and
  MySQL 5.6.29. I use Mozilla Firefox 44.0.2.

  Thanks.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1560110/+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 1521536] Re: Font Roboto Slab doesn't support extended Latin chars

2015-12-09 Thread Gregor Anželj
The license for "Bree Serif" is the SIL OFL license. This license does
not allow the redistribution of the derivative versions of the font
without wholesale name changes inside and out of the font.

That is why I changed the fontname to "Breeze Serif", added cyrillic
alphabet and greek uppercase alphabet from combining/modifying of
existing font glyphs and greek lowercase alphabet from modifying greek
lowercase glyphs from "Roboto Slab Bold" which is a good approximation.

I still need to update "Oswald" font though...

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

Title:
  Font Roboto Slab doesn't support extended Latin chars

Status in Mahara:
  Triaged
Status in Mahara 15.10 series:
  Triaged
Status in Mahara 16.04 series:
  Triaged

Bug description:
  The font Roboto Slab, used in Raw does not display Latin extended
  chars such as 'ž'

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1521536/+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 1521536] Re: Font Roboto Slab doesn't support extended Latin chars

2015-12-04 Thread Gregor Anželj
Hmmm... Font forge, mentioned in question/thread above about extending
fonts, is very powerful, yet very user unfriendly. At lest this is my
oppinion :)

I find Type light (http://www.cr8software.net/typex.html) free version
to be much more friendly.

Nevertheless the process of creating/updating a font is not a simple
one.

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

Title:
  Font Roboto Slab doesn't support extended Latin chars

Status in Mahara:
  Triaged

Bug description:
  The font Roboto Slab, used in Raw does not display Latin extended
  chars such as 'ž'

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1521536/+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 1521536] Re: Font Roboto Slab doesn't support extended Latin chars

2015-12-01 Thread Gregor Anželj
Although I must say that 'GoodDog' is far better looking than 'LJ
Studios MB'...

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

Title:
  Font Roboto Slab doesn't support extended Latin chars

Status in Mahara:
  Triaged

Bug description:
  The font Roboto Slab, used in Raw does not display Latin extended
  chars such as 'ž'

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1521536/+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 1521536] Re: Font Roboto Slab doesn't support extended Latin chars

2015-12-01 Thread Gregor Anželj
After testing all themes shipped with Mahara these are the conclusions.

RAW (Open Sans and Roboto Slab): both fonts work without problems
- Open Sans: showing latin, latin-extended, cyrillic and greek chars
- Roboto Slab: showing latin, latin-extended, cyrillic and greek chars

DEFAULT (Bree Serif and Open Sans):  problems with Bree Serif
- Open Sans: showing latin, latin-extended, cyrillic and greek chars
- Bree Serif: showing only latin, although latin-extended and cyrillic are 
supported; greek is not supported

MODERN (Raleway): works without problems
- Raleway: showing latin, latin-extended, cyrillic and greek chars

OCEAN (Oswald): works without problems, but greek is not supported!
- Oswald: showing latin, latin-extended and cyrillic chars

PRIMARY SCHOOL (GoodDog, Open Sans): potential problems with GoodDog, since it 
only supports basic latin!
- Open Sans: showing latin, latin-extended, cyrillic and greek chars
- GoodDog: only supports basic latin; this might cause some problems, but 
the font is rarely used


Possible alternative for 'GoodDog' font might be 'LJ Studios MB' 
(http://www.fontspace.com/lj-design-studios/lj-studios-mb).
This font supports latin, latin-extended, cyrillic and even thai (no greek!). 
It is GPL licensed font and the commercial use is allowed.

** Attachment added: "Bree-Serif_supported_chars_not_shown.png"
   
https://bugs.launchpad.net/mahara/+bug/1521536/+attachment/4527889/+files/Bree-Serif_supported_chars_not_shown.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/1521536

Title:
  Font Roboto Slab doesn't support extended Latin chars

Status in Mahara:
  Triaged

Bug description:
  The font Roboto Slab, used in Raw does not display Latin extended
  chars such as 'ž'

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1521536/+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 1394812] Re: "Institution name" field is confusing

2015-11-20 Thread Gregor Anželj
** Changed in: mahara
 Assignee: (unassigned) => Gregor Anželj (gregor-anzelj)

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

Title:
  "Institution name" field is confusing

Status in Mahara:
  Confirmed

Bug description:
  Hi,

  When I log in as an Admin and follow: Administation -> Institutions ->
  Add institution. Then I fill in Institution name with "Fantastic name"
  and I fill in Institution display name with the same then I  try
  saving the institution. I get an ambiguous error not stating why the
  names haven't been accecpted.

  I can see that there is an information icon next to it, and I could
  click that for more information to  problem solve. However if the
  error message stated that the Institution name had to be a single word
  and the curser directed them back to the box to re type it in it would
  be better practice .

  15.04dev (commit 685dfca0e652f250d5c2f8f973f405d2931a5f1a)
  Linux
  PSQL 9.3.5
  Firefox 33.0

  Thanks,
  Jinelle

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1394812/+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 1516981] [NEW] Enhance the Watchlist block

2015-11-17 Thread Gregor Anželj
Public bug reported:

Enhance the "Watched pages" block to configure it so as to display
changes relating to users' friends since their last login, as discussed
on 48th Mahara dev meeting.

The upgrade of functionality will be funded by Donau-Universität Krems
as a part of ATS2020 project.

** Affects: mahara
 Importance: Undecided
 Assignee: Gregor Anželj (gregor-anzelj)
 Status: New

** Changed in: mahara
 Assignee: (unassigned) => Gregor Anželj (gregor-anzelj)

** Description changed:

  Enhance the "Watched pages" block to configure it so as to display
  changes relating to users' friends since their last login, as discussed
  on 48th Mahara dev meeting.
+ 
+ The upgrade of functionality will be funded by Donau-Universität Krems
+ as a part of ATS2020 project.

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

Title:
  Enhance the Watchlist block

Status in Mahara:
  New

Bug description:
  Enhance the "Watched pages" block to configure it so as to display
  changes relating to users' friends since their last login, as
  discussed on 48th Mahara dev meeting.

  The upgrade of functionality will be funded by Donau-Universität Krems
  as a part of ATS2020 project.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1516981/+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 1513400] Re: Checkboxes pieform element doesn't work properly

2015-11-09 Thread Gregor Anželj
I will send the code. I just need to isolate the parts that are really
necessary for you to see what is going on, since I am rewriting UI
appearance of the plugin as well as the functionality to support latest
Europass scheme (v3.3.0).

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

Title:
  Checkboxes pieform element doesn't work properly

Status in Mahara:
  Incomplete

Bug description:
  In Administration -> Configure site -> Cookie Consent -> General
  options there is a "Types of cookies" checkboxes pieform element. If I
  want to select different types I am unable to do so. Only "Social
  media" option gets selected/checked even if I click on other options,
  which are not disabled.

  Mahara 15.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1513400/+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 1513400] [NEW] Checkboxes pieform element doesn't work properly

2015-11-05 Thread Gregor Anželj
Public bug reported:

In Administration -> Configure site -> Cookie Consent -> General options
there is a "Types of cookies" checkboxes pieform element. If I want to
select different types I am unable to do so. Only "Social media" option
gets selected/checked even if I click on other options, which are not
disabled.

Mahara 15.10

** Affects: mahara
 Importance: Undecided
 Status: New

** Description changed:

  In Administration -> Configure site -> Cookie Consent -> General options
  there is a "Types of cookies" checkboxes pieform element. If I want to
- select different types I am unablr to do so. Only "Social media" option
+ select different types I am unable to do so. Only "Social media" option
  gets selected/checked even if I click on other options, which are not
  disabled.
  
  Mahara 15.10

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

Title:
  Checkboxes pieform element doesn't work properly

Status in Mahara:
  New

Bug description:
  In Administration -> Configure site -> Cookie Consent -> General
  options there is a "Types of cookies" checkboxes pieform element. If I
  want to select different types I am unable to do so. Only "Social
  media" option gets selected/checked even if I click on other options,
  which are not disabled.

  Mahara 15.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1513400/+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 1513400] Re: Checkboxes pieform element doesn't work properly

2015-11-05 Thread Gregor Anželj
Hi Aaron.

I've checked that again and it works normally. Platform is Windows,
browser is Chromium.

I really don't know (or understand) what has happened...

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

Title:
  Checkboxes pieform element doesn't work properly

Status in Mahara:
  Incomplete

Bug description:
  In Administration -> Configure site -> Cookie Consent -> General
  options there is a "Types of cookies" checkboxes pieform element. If I
  want to select different types I am unable to do so. Only "Social
  media" option gets selected/checked even if I click on other options,
  which are not disabled.

  Mahara 15.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1513400/+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 1513400] Re: Checkboxes pieform element doesn't work properly

2015-11-05 Thread Gregor Anželj
I am in the process of updating Europass plugin. I wanted to use
checkboxes pieform element to select several languages. I found out that
probably this is the cause of checkboxes element's strange behaviour.

I implemented functionallity by just using regular checkbox elements. By
not using checkboxes element it seems that now these elements work
everywhere else as expected.

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

Title:
  Checkboxes pieform element doesn't work properly

Status in Mahara:
  Incomplete

Bug description:
  In Administration -> Configure site -> Cookie Consent -> General
  options there is a "Types of cookies" checkboxes pieform element. If I
  want to select different types I am unable to do so. Only "Social
  media" option gets selected/checked even if I click on other options,
  which are not disabled.

  Mahara 15.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1513400/+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 1510421] Re: Better support for 3rd party blocktype icons in Mahara 15.10+

2015-10-31 Thread Gregor Anželj
The workaround only works if page already conains a block of that type.
If the block is not present (e.g. when creating empty/blank page) the
icon will still not be visible.

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

Title:
  Better support for 3rd party blocktype icons in Mahara 15.10+

Status in Mahara:
  In Progress
Status in Mahara 15.10 series:
  Confirmed
Status in Mahara 16.04 series:
  In Progress

Bug description:
  As discussed in the Mahara dev meeting. With the new bootstrap themes,
  Mahara core blocktypes now use fontawesome for their icons.
  Consequently the template that displays each block in the block
  picker, is no longer using the old thumb.png or get_icon() mtehods to
  get the block's icon and display it. Instead, it just has a 
  with a class "icon-{blocktype.name}":

  
https://git.mahara.org/mahara/mahara/blob/master/htdocs/theme/raw/templates/view/blocktypelist.tpl

  These are then mapped to fontawesome classes here:

  
https://git.mahara.org/mahara/mahara/blob/master/htdocs/theme/raw/sass/typography/_icons.scss#L21

  It would make sense for us to support the old methods, and we could
  make the system do this automatically, with some logic in
  blocktypelist.tpl and/or in htdocs/blocktype/lib.php

  For now, the workaround is to create a style.css file for the block
  (under the block's own theme directory) and define the class in there,
  like this example from the clippy block: https://github.com/agwells
  /maharacontrib-blocktype-
  clippy/blob/master/theme/raw/static/style/style.css

   .icon-clippy::before {
   content: url(\../images/thumb.png);
   }

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1510421/+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 1485791] [NEW] Successfully installed Mahara message displayed during Mahara installation process

2015-08-17 Thread Gregor Anželj
Public bug reported:

To replicate the issue please follow these steps:

1. Start new Mahara 15.10 installation process by clicking Install Mahara 
button
2. Mahara 15.10 installation starts
3. Scroll to the end of that page while install is performing. At the bottom of 
the page you can see Successfully installed Mahara. Continue message. In 
previous versions that message was NOT displayed until install proccess ended.
4. If you click the Continue link you are transfered to the beginning of the 
install process e.g. the first page
5. Now if you click the Install Mahara button again then the error occurs

Aaron thinks this bug is connected to Bootstrap. The message was
probably mared with hidden CSS class which should be removed after
installation is done. Probably because of the Bootstrap theme changes,
the code that hides/displays it is no longer working properly.

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

Title:
  Successfully installed Mahara message displayed during Mahara
  installation process

Status in Mahara:
  New

Bug description:
  To replicate the issue please follow these steps:

  1. Start new Mahara 15.10 installation process by clicking Install Mahara 
button
  2. Mahara 15.10 installation starts
  3. Scroll to the end of that page while install is performing. At the bottom 
of the page you can see Successfully installed Mahara. Continue message. In 
previous versions that message was NOT displayed until install proccess ended.
  4. If you click the Continue link you are transfered to the beginning of 
the install process e.g. the first page
  5. Now if you click the Install Mahara button again then the error occurs

  Aaron thinks this bug is connected to Bootstrap. The message was
  probably mared with hidden CSS class which should be removed after
  installation is done. Probably because of the Bootstrap theme changes,
  the code that hides/displays it is no longer working properly.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1485791/+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 1462945] Re: Europass Plugin not working in Mahara 15.04.1

2015-07-30 Thread Gregor Anželj
Just in case...

The new version of Europass plugin for Mahara:
https://github.com/anzeljg/mahara-artefact-europass/releases/tag/v15.04

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

Title:
  Europass Plugin not working in Mahara 15.04.1

Status in Mahara:
  Won't Fix

Bug description:
  Hi!
  Europass Plugin isn't working anymore in 15.04.1.
  You can't see Europass in content and if you have used Europass in a Mahara 
view, it is empty.
  Firefox 38.0.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1462945/+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 1462945] Re: Europass Plugin not working in Mahara 15.04.1

2015-07-28 Thread Gregor Anželj
Thank you for the info. I will try to have a look and resolve the issue
ASAP.

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

Title:
  Europass Plugin not working in Mahara 15.04.1

Status in Mahara:
  Won't Fix

Bug description:
  Hi!
  Europass Plugin isn't working anymore in 15.04.1.
  You can't see Europass in content and if you have used Europass in a Mahara 
view, it is empty.
  Firefox 38.0.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1462945/+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 853662] Re: Use newer and flashier graphing framework to generate graphs in Mahara

2015-05-13 Thread Gregor Anželj
Another option in the case of expanding data visualization in the future
might also be vis.js (http://visjs.org/).

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

Title:
  Use newer and flashier graphing framework to generate graphs in Mahara

Status in Mahara ePortfolio:
  Triaged

Bug description:
  As discussed at 4th Developer Meeting - pChart may be a suitable
  framework for rendering graphs in Mahara, e.g. in the admin section,
  but we found out, that it+s not for commercial use, so it's not Open
  Source and cannot be used in Mahara.

  There is a suitable replacement: eZ Components - Graph component,
  because it generates images so the graphs do not require Javascript to
  be enabled.

  eZ Components are released under New BSD License:
  http://ezcomponents.org/introduction/license

  More info about eZ Components - Graph component:
  - Documentation at http://ezcomponents.org/docs/tutorials/Graph
  - Examples at http://ezcomponents.org/docs/api/trunk/Graph_gallery.html
  - Download at http://ezcomponents.org/download

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/853662/+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 1453632] Re: Skins break on major version upgrade

2015-05-11 Thread Gregor Anželj
If my memory serves correctly then skins (if we dont take the Advanced
tab into consideration) are only dependant on some small subset of CSS
classes. How often do these CSS class names change?

Introductiong version compatibility number is definitely one way to go,
but what to do next during the upgrade process is a bit blurred at the
moment - might be a good thing to talk about in the DEV meeting...

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

Title:
  Skins break on major version upgrade

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  One problem with the Mahara skins feature, is that it is highly
  dependent on modifying the underlying theme, and templates. And these
  both change, sometimes radically, from one major version of Mahara to
  the next.

  This means that skins will break when you do a major version upgrade
  (unless the skin author edits the skin to be compatible with the new
  version). And that could provide quite a disincentive for people to
  upgrade their Mahara site.

  I'm not sure what the best solution for this problem is, so I'm
  opening this bug partly to discuss the issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1453632/+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 1358934] Re: Leap2A issues

2014-08-19 Thread Gregor Anželj
Sure...

** Attachment added: test-mhr19-leap2a.xml
   
https://bugs.launchpad.net/mahara/+bug/1358934/+attachment/4182128/+files/test-mhr19-leap2a.xml

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

Title:
  Leap2A issues

Status in Mahara ePortfolio:
  In Progress

Bug description:
  from Gregor:

  1. Export portfolio data (regular export, leap2a format, entire portfolio)
  2. Import data back from xml file generated in step 1

  Didn't work. Mahara complained with the following error message:

  WAR] 73 (D:\xampp183\htdocs\mahara19\import\leap\lib.php:126) 
simplexml_load_file(): I/O warning : failed to load external entity 
  Call stack (most recent first):

  log_message(simplexml_load_file(): I/O warning : failed to loa..., 8, 
true, true, D:\xampp183\htdocs\mahara19\import\leap\lib.php, 126) at 
D:\xampp183\htdocs\mahara19\lib\errors.php:433
  error(2, simplexml_load_file(): I/O warning : failed to loa..., 
D:\xampp183\htdocs\mahara19\import\leap\lib.php, 126, array(size 2)) at 
Unknown:0
  simplexml_load_file(, SimpleXMLElement, 67584) at 
D:\xampp183\htdocs\mahara19\import\leap\lib.php:126
  PluginImportLeap-read_leap2a_xml_file() at 
D:\xampp183\htdocs\mahara19\import\leap\lib.php:306
  PluginImportLeap-do_import_from_requests() at 
D:\xampp183\htdocs\mahara19\import\index.php:294
  do_import() at D:\xampp183\htdocs\mahara19\import\index.php:76

  [INF] 73 (D:\xampp183\htdocs\mahara19\import\index.php:297) Leap2A
  import failed: FATAL: XML file is not well formed! Please consult
  Mahara's error log for more information

  Waiting for genius solutions from Mahara gurus... :)

  BTW: Mahara 1.9 (or latest 1.10dev), XAMPP on Windows.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1358934/+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 1314465] Re: Local hook for adding custom sideblocks

2014-04-30 Thread Gregor Anželj
Maybe we could share ideas/suggestion on the next Mahara dev meeting...

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

Title:
  Local hook for adding custom sideblocks

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Local hook would be needed (in lib/web.php) to allow for custom
  plugins to add custom sideblocks to certain parts/pages within Mahara
  without the need for changing core code.

  Below is an example (in local/lib.php) of using such a hook to add
  custom sideblock to all pages relatd to groups (i.e. Gropus menu and
  all it's submenu items):

  function local_sideblocks_update($SIDEBLOCKS) {
    if (defined('MENUITEM')  MENUITEM != '') {
  list($mainmenu, $submenu) = explode('/', MENUITEM);
  if($mainmenu == 'groups') {
    safe_require('artefact', 'myplugin');
    $SIDEBLOCKS[] = array(
      'name'   = 'mysideblock',
  'id' = 'sb-mysideblock',
  'weight' = -10,
  'data'   = PluginArtefactMyplugin::mysideblock_sideblock()
    );
      }
    }
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1314465/+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 1314465] [NEW] Local hook for adding custom sideblocks

2014-04-29 Thread Gregor Anželj
Public bug reported:

Local hook would be needed (in lib/web.php) to allow for custom plugins
to add custom sideblocks to certain parts/pages within Mahara without
the need for changing core code.

Below is an example (in local/lib.php) of using such a hook to add
custom sideblock to all pages relatd to groups (i.e. Gropus menu and all
it's submenu items):

function local_sideblocks_update($SIDEBLOCKS) {
  if (defined('MENUITEM')  MENUITEM != '') {
list($mainmenu, $submenu) = explode('/', MENUITEM);
if($mainmenu == 'groups') {
  safe_require('artefact', 'myplugin');
  $SIDEBLOCKS[] = array(
    'name'   = 'mysideblock',
'id' = 'sb-mysideblock',
'weight' = -10,
'data'   = PluginArtefactMyplugin::mysideblock_sideblock()
  );
    }
  }
}

** Affects: mahara
 Importance: Undecided
 Assignee: Gregor Anželj (gregor-anzelj)
 Status: New

** Description changed:

  Local hook would be needed (in lib/web.php) to allow for custom plugins
  to add custom sideblocks to certain parts/pages within Mahara without
  the need for changing core code.
  
  Below is an example (in local/lib.php) of using such a hook to add
  custom sideblock to all pages relatd to groups (i.e. Gropus menu and all
  it's submenu items):
  
  function local_sideblocks_update($SIDEBLOCKS) {
-   if (defined('MENUITEM')  MENUITEM != '') {
-   list($mainmenu, $submenu) = explode('/', MENUITEM);
- if($mainmenu == 'groups') {
-   safe_require('artefact', 'myplugin');
- $SIDEBLOCKS[] = array(
- 'name'   = 'mysideblock',
- 'id' = 'sb-mysideblock',
- 'weight' = -10,
- 'data'   = PluginArtefactMyplugin::mysideblock_sideblock()
- );
-   }
- }
+   if (defined('MENUITEM')  MENUITEM != '') {
+ list($mainmenu, $submenu) = explode('/', MENUITEM);
+ if($mainmenu == 'groups') {
+   safe_require('artefact', 'myplugin');
+   $SIDEBLOCKS[] = array(
+     'name'   = 'mysideblock',
+ 'id' = 'sb-mysideblock',
+ 'weight' = -10,
+ 'data'   = PluginArtefactMyplugin::mysideblock_sideblock()
+   );
+     }
+   }
  }

** Changed in: mahara
 Assignee: (unassigned) = Gregor Anželj (gregor-anzelj)

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

Title:
  Local hook for adding custom sideblocks

Status in Mahara ePortfolio:
  New

Bug description:
  Local hook would be needed (in lib/web.php) to allow for custom
  plugins to add custom sideblocks to certain parts/pages within Mahara
  without the need for changing core code.

  Below is an example (in local/lib.php) of using such a hook to add
  custom sideblock to all pages relatd to groups (i.e. Gropus menu and
  all it's submenu items):

  function local_sideblocks_update($SIDEBLOCKS) {
    if (defined('MENUITEM')  MENUITEM != '') {
  list($mainmenu, $submenu) = explode('/', MENUITEM);
  if($mainmenu == 'groups') {
    safe_require('artefact', 'myplugin');
    $SIDEBLOCKS[] = array(
      'name'   = 'mysideblock',
  'id' = 'sb-mysideblock',
  'weight' = -10,
  'data'   = PluginArtefactMyplugin::mysideblock_sideblock()
    );
      }
    }
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1314465/+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 1296555] [NEW] Administration role management

2014-03-24 Thread Gregor Anželj
Public bug reported:

Project EUFolio is a project where several schools (institutions) from
several countries take part. Insitution for every participating school
was created and also administrator for every institution (institution
admin). The problem is, that there are also persons (let's call them
country admins) who manage all schools from certain country.

They could easily be assigned the role of institution admin for each
institution from their country. The problem is (or maybe their fear is)
that since all institution admins have same privileges, they might get
their role taken away from one of the other institution admins (from
either one of the institutions they have privileges for). But they
should not become site admins.

So is it possible to create a role (e.g. institution manager admin,
country admin, etc.) which is something between site admin and
institution admin? Basically this should be an institution admin that
can not be removed from certain institution by other institution admins.

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

Title:
  Administration role management

Status in Mahara ePortfolio:
  New

Bug description:
  Project EUFolio is a project where several schools (institutions) from
  several countries take part. Insitution for every participating school
  was created and also administrator for every institution (institution
  admin). The problem is, that there are also persons (let's call them
  country admins) who manage all schools from certain country.

  They could easily be assigned the role of institution admin for each
  institution from their country. The problem is (or maybe their fear
  is) that since all institution admins have same privileges, they might
  get their role taken away from one of the other institution admins
  (from either one of the institutions they have privileges for). But
  they should not become site admins.

  So is it possible to create a role (e.g. institution manager admin,
  country admin, etc.) which is something between site admin and
  institution admin? Basically this should be an institution admin that
  can not be removed from certain institution by other institution
  admins.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1296555/+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 1296390] [NEW] Copying of Textboxes should create real copies

2014-03-23 Thread Gregor Anželj
Public bug reported:

Copying of Textboxes should create real copies not only linked texboxes.
Currently if user creates a copy of a texbox then he/se must manually
uncheck the connection to the original textbox. Otherwise when the
original content of textbox is changed/updated the content of copy
gets changed/updated too.

This is confusing. Either make a real copy  (unlined to the original
textbox by default) or change the the description to Linked texbox or
something similar.

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

Title:
  Copying of Textboxes should create real copies

Status in Mahara ePortfolio:
  New

Bug description:
  Copying of Textboxes should create real copies not only linked
  texboxes. Currently if user creates a copy of a texbox then he/se must
  manually uncheck the connection to the original textbox. Otherwise
  when the original content of textbox is changed/updated the content of
  copy gets changed/updated too.

  This is confusing. Either make a real copy  (unlined to the original
  textbox by default) or change the the description to Linked texbox
  or something similar.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1296390/+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 1296392] [NEW] Adding images to a page based on tags

2014-03-23 Thread Gregor Anželj
Public bug reported:

For example, when adding images it would be nice if user could select
tag and all images that contain that tag would be displayed (added to
page) or the user would have the possibility to choose among taged ones,
which of them to add to page.

This should work similar to displaying tagged lournal posts.

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

Title:
  Adding images to a page based on tags

Status in Mahara ePortfolio:
  New

Bug description:
  For example, when adding images it would be nice if user could select
  tag and all images that contain that tag would be displayed (added to
  page) or the user would have the possibility to choose among taged
  ones, which of them to add to page.

  This should work similar to displaying tagged lournal posts.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1296392/+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 1296396] [NEW] Adding artefacts (blocktypes) to a page based on tags

2014-03-23 Thread Gregor Anželj
Public bug reported:

When creating a new page, user could have the option of selecting an
existing tag. Then all the artefacts (matching blocktypes) that contain
that tag would be automaticaly added to the page in some predefined
order (or randomly). The user could then rearrange them on the page or
delete them off the page.

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

Title:
  Adding artefacts (blocktypes) to a page based on tags

Status in Mahara ePortfolio:
  New

Bug description:
  When creating a new page, user could have the option of selecting an
  existing tag. Then all the artefacts (matching blocktypes) that
  contain that tag would be automaticaly added to the page in some
  predefined order (or randomly). The user could then rearrange them on
  the page or delete them off the page.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1296396/+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 1296401] [NEW] Guided group creation

2014-03-23 Thread Gregor Anželj
Public bug reported:

When creating a new group there are a lot of settings even for
experienced users. Would it be possible to give users some simple group
definition on buttons (e.g. Create closed group, Create open group,
Create semi-open group, etc.). Upon clicking the button the relevant
check boxes would be already ticked or un-ticked etc.

This would work as a guided group creation (a sort of step-by-step
process)...

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

Title:
  Guided group creation

Status in Mahara ePortfolio:
  New

Bug description:
  When creating a new group there are a lot of settings even for
  experienced users. Would it be possible to give users some simple
  group definition on buttons (e.g. Create closed group, Create open
  group, Create semi-open group, etc.). Upon clicking the button the
  relevant check boxes would be already ticked or un-ticked etc.

  This would work as a guided group creation (a sort of step-by-step
  process)...

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1296401/+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 1296404] [NEW] Creating simplified groups

2014-03-23 Thread Gregor Anželj
Public bug reported:

Sometimes (especially with younger students) group pages, group files,
etc. are not needed. There should exist an option for creating a
simplified version of a group which would not contain group pages, group
files, etc.

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

Title:
  Creating simplified groups

Status in Mahara ePortfolio:
  New

Bug description:
  Sometimes (especially with younger students) group pages, group files,
  etc. are not needed. There should exist an option for creating a
  simplified version of a group which would not contain group pages,
  group files, etc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1296404/+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 1296407] [NEW] Multilinguality of Mahara artefacts

2014-03-23 Thread Gregor Anželj
Public bug reported:

Mahara supports different language packs for the web interface of the
individual user account, but it isn’t possible to have portfolio pages
in two languages at the same time (for example a presentation portfolio
with a CV in German and one in English). To achieve this it would be
necessary for artefacts to contain values in different languages.

The main problem are not labels (which can be in different languages),
but artefact values, which can not be in more than one language at a
time.

In the terms of multilinguality it would be also good if the user would
have the option of selecting in which language the page should be
displayed.

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

Title:
  Multilinguality of Mahara artefacts

Status in Mahara ePortfolio:
  New

Bug description:
  Mahara supports different language packs for the web interface of the
  individual user account, but it isn’t possible to have portfolio pages
  in two languages at the same time (for example a presentation
  portfolio with a CV in German and one in English). To achieve this it
  would be necessary for artefacts to contain values in different
  languages.

  The main problem are not labels (which can be in different languages),
  but artefact values, which can not be in more than one language at a
  time.

  In the terms of multilinguality it would be also good if the user
  would have the option of selecting in which language the page should
  be displayed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1296407/+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 1275481] Re: Dwoo doesn't support Smarty's nl2br syntax

2014-02-06 Thread Gregor Anželj
Tis is not quite easy and it has to be explained. I've created (well
updated) linkedinprofile bolcktype to display LinkedIn basic or full
profile or only contact information on Mahara webpage.

I've said that it is updated, since when I first created it, the
LinkedIn didn't offer their API, so the plugin was basically a hack
which connected to user's public profile, fetched the webpage and
extracted the relevant part.

Now that LinkedIn offers developers to use their API, the plugin is
properly coded so the user first has to authenticate againt LinkedIn
API to allow access to their information, etc.

After that long introduction, let's get to the problem. In my LinkedIn
profile I've entered fake address in three lines (see nl2br-1.png).
When I want to display the address and other contact information on my
Mahara page then the following happens. If I use the old markup in the
template, e.g.: {$variable|nl2br} then everything is displayed in one
line (see nl2br-2,png). If I use the new markup, e.g.:
{nl2br($variable)} then the address is displayed in three lines as it
should be (see nl2br-3.png).

Below I'm attacing all three screenshots and the source code of the
plugin (which wasn't released yet, but it is ready).

Installation instructions (to replicate the problem):
1. install the plugin in admin area
2. Set up the plugin (you'll have to create LinkedIn application in order to 
get API key and Secret key - then paste those keys into appropriate fields in 
the form)
3. Update your LinkedIn profile and enter address with more than one line
4. In Mahara create new page
5. Add LinkedIn profile block to that page
6. In LinkedIn profile block authenticate against LinkedIn API and allow access 
(you'll be redirected to mahara pages index)
7. Edit previously created page and edit LinkedIn block once more
8. Select contact information to display LinkedIn contact information

To test nl2br syntax, change it form new to old in the template file:
htdocs/blocktype/linkedinprofile/theme/raw/contactinfo.tpl

PS:
* all three screenshots and plugin sourcecode are attached inside one zip file
* My environment: windows, xampp, php, mysql
* I've entered address in windows so maybe there are issues connected to 
different display of \r an \n characters in different OS-es (windows, linux, 
mac)?

HTH, Gregor


** Attachment added: nl2br-test.zip
   
https://bugs.launchpad.net/mahara/+bug/1275481/+attachment/3970927/+files/nl2br-test.zip

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

Title:
  Dwoo doesn't support Smarty's nl2br syntax

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Found out that Dwoo doesn't support Smarty's nl2br syntax.

  Dwoo's nl2br syntax can be found here:
  https://github.com/emulienfou/dwoo/wiki/Functions:nl2br

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1275481/+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 1259538] Re: Progress bar based on Institution selected preferences

2014-02-06 Thread Gregor Anželj
Steven hi.

That's exactly what it is. The purpose is to preview and see which
artefacts have been selected to count towards institution's profile
completeness. That is the reason, that  that progress bar always remains
at 0%.

I'll change the title.

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

Title:
  Progress bar based on Institution selected preferences

Status in Mahara ePortfolio:
  In Progress

Bug description:
  The idea is to take anzeljg's Progress bar plugin, which has static
  set of artefacts that it observes and based on those artefacts it
  calculates the Profile completeness. The plugin could be extended in a
  way to implement page/dashboard for institution admins which would
  list all available artefacts and the admins would select which
  artefacts should count towards Profile completeness for their
  institution.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1259538/+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 1275481] [NEW] Dwoo doesn't support Smarty's nl2br syntax

2014-02-02 Thread Gregor Anželj
Public bug reported:

Found out that Dwoo doesn't support Smarty's nl2br syntax.

Dwoo's nl2br syntax can be found here:
https://github.com/emulienfou/dwoo/wiki/Functions:nl2br

** Affects: mahara
 Importance: Undecided
 Assignee: Gregor Anželj (gregor-anzelj)
 Status: New

** Changed in: mahara
 Assignee: (unassigned) = Gregor Anželj (gregor-anzelj)

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

Title:
  Dwoo doesn't support Smarty's nl2br syntax

Status in Mahara ePortfolio:
  New

Bug description:
  Found out that Dwoo doesn't support Smarty's nl2br syntax.

  Dwoo's nl2br syntax can be found here:
  https://github.com/emulienfou/dwoo/wiki/Functions:nl2br

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1275481/+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 605749] Re: Improvements for Edit Profile: other messaging services

2013-12-20 Thread Gregor Anželj
** Changed in: mahara
 Assignee: (unassigned) = Gregor Anželj (gregor-anzelj)

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

Title:
  Improvements for Edit Profile: other messaging services

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Messaging tab:
  One or more fields Other that users can fill in would be helpful because 
students often use Facebook and chat there and adults may rather put in their 
Twitter / LinkedIn / identi.ca etc. ID instead of the ones provided.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/605749/+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 1259538] [NEW] Progress bar based on Institution selected preferences

2013-12-10 Thread Gregor Anželj
Public bug reported:

The idea is to take anzeljg's Progress bar plugin, which has static
set of artefacts that it observes and based on those artefacts it
calculates the Profile completeness. The plugin could be extended in a
way to implement page/dashboard for institution admins which would list
all available artefacts and the admins would select which artefacts
should count towards Profile completeness for their institution.

** Affects: mahara
 Importance: Undecided
 Assignee: Gregor Anželj (gregor-anzelj)
 Status: New

** Changed in: mahara
 Assignee: (unassigned) = Gregor Anželj (gregor-anzelj)

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

Title:
  Progress bar based on Institution selected preferences

Status in Mahara ePortfolio:
  New

Bug description:
  The idea is to take anzeljg's Progress bar plugin, which has static
  set of artefacts that it observes and based on those artefacts it
  calculates the Profile completeness. The plugin could be extended in a
  way to implement page/dashboard for institution admins which would
  list all available artefacts and the admins would select which
  artefacts should count towards Profile completeness for their
  institution.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1259538/+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 1258130] Re: Directive on Privacy and Electronic Communications

2013-12-09 Thread Gregor Anželj
https://reviews.mahara.org/#/c/2778/

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

Title:
  Directive on Privacy and Electronic Communications

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  European Mahara sites must comply with EU Directive on Privacy and
  Electronic Communications a.k.a. The EU Cookie Law.

  We should implement this for Mahara by using/integrating open source
  solution Cookie Consent (http://sitebeam.net/cookieconsent/)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1258130/+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 1258130] [NEW] Directive on Privacy and Electronic Communications

2013-12-05 Thread Gregor Anželj
Public bug reported:

European Mahara sites must comply with EU Directive on Privacy and
Electronic Communications a.k.a. The EU Cookie Law.

We should implement this for Mahara by using/integrating open source
solution Cookie Consent (http://sitebeam.net/cookieconsent/)

** Affects: mahara
 Importance: Undecided
 Assignee: Gregor Anželj (gregor-anzelj)
 Status: New

** Changed in: mahara
 Assignee: (unassigned) = Gregor Anželj (gregor-anzelj)

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

Title:
  Directive on Privacy and Electronic Communications

Status in Mahara ePortfolio:
  New

Bug description:
  European Mahara sites must comply with EU Directive on Privacy and
  Electronic Communications a.k.a. The EU Cookie Law.

  We should implement this for Mahara by using/integrating open source
  solution Cookie Consent (http://sitebeam.net/cookieconsent/)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1258130/+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 1243637] Re: Site fonts freeze font selection drop-down box

2013-10-29 Thread Gregor Anželj
Robert hi.

Tested that again and it works as supposed.

There were no special characters used before. Actually the only
difference is that previously I've used Mahara 1.8 RC2 and now I've used
Mahara 1.8.0.

So I guess it works now... (at least for me).

Cheers, Gregor

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

Title:
  Site fonts freeze font selection drop-down box

Status in Mahara ePortfolio:
  New

Bug description:
  I've noticed that when you add site fonts and try to use them with
  your skin design then font selection drop-down box freezes (it's not
  shown and it freezes browser completelly).

  It happens on Firefox only - I use Firefox 24.0. Tested the behaviour
  on Chrome 30.0.1599.101 m and Internet Explorer 9.0.8112.16421CO and
  it works OK.

  DETAILS:

  I've added site font called Amerika in administration section of Mahara. 
Marked it as a Header only font.
  Then I've tried to select it as a header font for my skin in Create skin or 
Edit skin page, Page font and colours tab and the drop-down box control was 
unresponsive (it didn't show drop-down selection box). As a consequence Firefox 
froze.

  In attachment I've added the zip which contains all the font files
  I've used to install Amerika site font.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1243637/+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 1244037] [NEW] a href ... missing in help files

2013-10-23 Thread Gregor Anželj
Public bug reported:

Located in lang/en.utf8/import.php importfailed

Somwhere in the middle of the string: pPlease go back and try
again/a.

There should be a href ... or /a at the end is redundant.

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

Title:
  a href ... missing in help files

Status in Mahara ePortfolio:
  New

Bug description:
  Located in lang/en.utf8/import.php importfailed

  Somwhere in the middle of the string: pPlease go back and try
  again/a.

  There should be a href ... or /a at the end is redundant.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1244037/+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 1103942] Re: Allow uploading attachments to Resume composites

2013-08-28 Thread Gregor Anželj
Robert hi.

I answered that question once in the comments.

I would lso prefer the way that is used when editing resume composites, but
I simply can not figure out how to do that, because those forms for adding
resume composites (books, certifications, employment, etc.) are - as far as
I can tell - javascript forms and heavily dependant on javascript and ajax.
I've tried, but failed... Could any of you guys try to do that?

I hope my explanation is clear enough?!

Cheers, Gregor


2013/8/29 Robert Lyon robe...@catalyst.net.nz

 A question about resume attachments:

 When I go to add an attachment to Employment history I get the
   'Attach file  Browse option with the [+] ' system

 When I edit I get the
   'Attachments   Add a file' system

 why the two different ways of attaching files?

 it would be preferable to have both the adding and editing of resume to
 use the system that editing is using.

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1103942

 Title:
   Allow uploading attachments to Resume composites

 Status in Mahara ePortfolio:
   In Progress

 Bug description:
   Add the option for users to upload attachments to each item of  any of
   the Resume composites (Eduaction history, Employment history,
   Certifications, Books and Memberships).

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



-- 
--
Gregor Anželj, prof.
Gimnazija Bežigrad, Ljubljana

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

Title:
  Allow uploading attachments to Resume composites

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Add the option for users to upload attachments to each item of  any of
  the Resume composites (Eduaction history, Employment history,
  Certifications, Books and Memberships).

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1103942/+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 1103942] Re: Allow uploading attachments to Resume composites

2013-08-03 Thread Gregor Anželj
https://reviews.mahara.org/#/c/2386/

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

Title:
  Allow uploading attachments to Resume composites

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Add the option for users to upload attachments to each item of  any of
  the Resume composites (Eduaction history, Employment history,
  Certifications, Books and Memberships).

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1103942/+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 1117237] Re: Allow uploading attachments to Textboxes/Notes

2013-08-03 Thread Gregor Anželj
https://reviews.mahara.org/#/c/2386/

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

Title:
  Allow uploading attachments to Textboxes/Notes

Status in Mahara ePortfolio:
  In Progress

Bug description:
  After implementing the otion to add attachments to Resume composites,
  the discussion about adding the option for users to upload attachments
  to individual Textboxes/Notes, has started. Apparently a lot of users
  want to attach files (especially images) to their textboxes/notes.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1117237/+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 1168213] Re: Wishlist/Feature Request: Customise page themes

2013-07-31 Thread Gregor Anželj
Aaron that's OK.

And I'll play a bit and try to create some skins.

It would also be a good idea to tell users that when they create skins
and they enter custom CSS on 'Advanced' tab this CSS is not reflected on
skin preview image. Hope that it makes sense to you what I wanted to say
and at the same time it is reminder for me to add  e.g. description under
textarea on that Advanced tab...

Cheers, Gregor


2013/8/1 Aaron Wells 1168...@bugs.launchpad.net

 I think for usability purposes, it's essential that we provide some
 default skins. Currently there aren't any, and so if a user creates a
 new page there's this whole skins tab there, but it doesn't do
 anything and doesn't really provide an indication of what it could do.

 It would also be excellent if you could create and edit skins directly
 on that skins tab... but I think we can save that for a later iteration.
 Although it might be a good idea to at least add a link from the skins
 tab to the page that lets users review their skins.

 I would also like to see a config-defaults.php option to enable/disable
 this feature. It adds a whole lot of new controls to Mahara, which
 already has a pretty complicated interface, so it would be good to let
 admins disable it. I'll go ahead and implement that, since I'm already
 doing some work on a dwoo tag that does if/else based on a Mahara
 config setting.

 Cheers,
 Aaron

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1168213

 Title:
   Wishlist/Feature Request: Customise page themes

 Status in Mahara ePortfolio:
   Confirmed

 Bug description:
   - exact version of Mahara: 1.5.7
   - operating system: Redhat Linux 5.6
   - database: MySQL 5.0.xx
   - Chrome 26, IE9, FireFox 20, Safari 5

   I am not registering a bug, but a wishlist/feature request.

   I have had a lot of users (approx 95% I talk to) mention that they
   would love the ability to have the choice to customise their page
   themes.

   I realise this is no small undertaking, and it looks as though some
   site themes can be customised via the admin/institution pages - is
   this possible for configuring page themes?

   I have attached an image with a rough idea for implementation.

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



-- 
--
Gregor Anželj, prof.
Gimnazija Bežigrad, Ljubljana

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

Title:
  Wishlist/Feature Request: Customise page themes

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  - exact version of Mahara: 1.5.7
  - operating system: Redhat Linux 5.6
  - database: MySQL 5.0.xx
  - Chrome 26, IE9, FireFox 20, Safari 5

  I am not registering a bug, but a wishlist/feature request.

  I have had a lot of users (approx 95% I talk to) mention that they
  would love the ability to have the choice to customise their page
  themes.

  I realise this is no small undertaking, and it looks as though some
  site themes can be customised via the admin/institution pages - is
  this possible for configuring page themes?

  I have attached an image with a rough idea for implementation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1168213/+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 1168213] Re: Wishlist/Feature Request: Customise page themes

2013-07-06 Thread Gregor Anželj
** Changed in: mahara
 Assignee: (unassigned) = Gregor Anželj (gregor-anzelj)

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

Title:
  Wishlist/Feature Request: Customise page themes

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  - exact version of Mahara: 1.5.7
  - operating system: Redhat Linux 5.6
  - database: MySQL 5.0.xx
  - Chrome 26, IE9, FireFox 20, Safari 5

  I am not registering a bug, but a wishlist/feature request.

  I have had a lot of users (approx 95% I talk to) mention that they
  would love the ability to have the choice to customise their page
  themes.

  I realise this is no small undertaking, and it looks as though some
  site themes can be customised via the admin/institution pages - is
  this possible for configuring page themes?

  I have attached an image with a rough idea for implementation.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1168213/+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 1103942] Re: Allow uploading attachments to Resume composites

2013-05-27 Thread Gregor Anželj
Great. Looks nice... :)

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

Title:
  Allow uploading attachments to Resume composites

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Add the option for users to upload attachments to each item of  any of
  the Resume composites (Eduaction history, Employment history,
  Certifications, Books and Memberships).

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1103942/+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 1103942] Re: Allow uploading attachments to Resume composites

2013-05-22 Thread Gregor Anželj
Aaron hi.

I agree with you that #1 and #2 should be easily fixed.

About #3 and #4:

I've also implemented Mahara filepicker widget for Textbox/Notes
attachments (see: https://reviews.mahara.org/#/c/2029/).
It uses/implements standard Mahara filepicker, but...

...but:
- it worked on previous version of Mahara (1.6.x) and it doesn't work for
1.7.x. I guess there are Javascript issues that I cannot overcome.
- tried to implement this also for EE etc but they also got a lot of their
internal Javascript (Resume composite stuff) and I don't even know where to
begin to merge/accomodate? Javascript code for Resume composite stuff and
Mahara file picker so there would not be any conflicts and that eveything
would work.

I'm currently just not that good at Javascript. Maybe you could help?

Please see the upper commit link to get the idea. Maybe worth
exploring...

HTH, Gregor


2013/5/23 Aaron Wells 1103...@bugs.launchpad.net

 Thanks very much for providing this code, Gregor! :) And I'm sorry it
 took us so long to get around to reviewing it.

 The basic functionality works: I am able to attach files to items in my
 Achievements, Education, and Employment sections of my resume. These
 attachments are then listed with download links if I list those resume
 sections on one of my pages. They also show up under the Content/Files
 page, in a new directory called resumefiles.

 I do notice a few issues, though:

 1. When I'm on the screen that lists my Achievements (or EE) (i.e.
 /artefact/resume/employment.php ), and I mouse over the paperclip icon
 at the top of the column that say how many attachments each item has,
 the mouse pointer changes to one that indicates it's a clickable link,
 even though it isn't. (This is probably a CSS styling issue)

 2. On that same list screen ( /artefact/resume/employment.php ), when I
 click on one of my achievements' names to view its description, the list
 of attachments is also shown, but the attachments are only named, not
 shown with a clickable link, so I can't tell what's in them easily.

 3. The resume item editing screen (
 /artefact/resume/editcomposite.php?id=2artefact=5 ) only lets you add
 items; it doesn't let you remove them or re-order them, or tell you
 which ones you've already attached.

 4. The mechanism to add files is a simple file upload button, so you
 can't pick files you've already uploaded into Mahara.

 5. Again on the item editing screen, if I've attached a series of files
 but left out one of the required fields so that the form fails
 validation, the reloaded form will be lacking all the files I've just
 attached.

 I'm not sure that these problems are all necessarily blockers... as I
 said before, the code works. It might be worthwhile to take an
 incremental approach. Which is to say, upstream this code with these
 non-blocker issues so at least it gets out there, and then come back and
 fix them as we have the resources to do so.

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1103942

 Title:
   Allow uploading attachments to Resume composites

 Status in Mahara ePortfolio:
   In Progress

 Bug description:
   Add the option for users to upload attachments to each item of  any of
   the Resume composites (Eduaction history, Employment history,
   Certifications, Books and Memberships).

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



-- 
--
Gregor Anželj, prof.
Gimnazija Bežigrad, Ljubljana

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

Title:
  Allow uploading attachments to Resume composites

Status in Mahara ePortfolio:
  In Progress

Bug description:
  Add the option for users to upload attachments to each item of  any of
  the Resume composites (Eduaction history, Employment history,
  Certifications, Books and Memberships).

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

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


[Mahara-contributors] [Bug 1180263] [NEW] Help not shown in edit note/text box form

2013-05-15 Thread Gregor Anželj
Public bug reported:

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

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

** Affects: mahara
 Importance: Undecided
 Assignee: Gregor Anželj (gregor-anzelj)
 Status: New

** Attachment added: mahara-notes-help-bug.png
   
https://bugs.launchpad.net/bugs/1180263/+attachment/3677098/+files/mahara-notes-help-bug.png

** Changed in: mahara
 Assignee: (unassigned) = Gregor Anželj (gregor-anzelj)

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

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

Status in Mahara ePortfolio:
  New

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

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

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

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


[Mahara-contributors] [Bug 861121] Re: Attaching scanned certificate to my Certifications, Accreditations, and Awards

2013-02-06 Thread Gregor Anželj
This has been implemented. See
https://bugs.launchpad.net/mahara/+bug/1103942

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

Title:
  Attaching scanned certificate to my Certifications, Accreditations,
  and Awards

Status in Mahara ePortfolio:
  Triaged

Bug description:
  I would like to attach images of my certificates in the Certifications, 
Accreditations, and Awards  section. Such that when I display an award on a 
page i have the option of including the scanned certificate. This would make my 
page more multimodal and more exciting/interesting.
  Cheers,
  Shane.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/861121/+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 1117237] [NEW] Allow uploading attachments to Textboxes/Notes

2013-02-06 Thread Gregor Anželj
Public bug reported:

After implementing the otion to add attachments to Resume composites,
the discussion about adding the option for users to upload attachments
to individual Textboxes/Notes, has started. Apparently a lot of users
want to attach files (especially images) to their textboxes/notes.

** Affects: mahara
 Importance: Undecided
 Assignee: Gregor Anželj (gregor-anzelj)
 Status: New


** Tags: whishlist

** Changed in: mahara
 Assignee: (unassigned) = Gregor Anželj (gregor-anzelj)

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

Title:
  Allow uploading attachments to Textboxes/Notes

Status in Mahara ePortfolio:
  New

Bug description:
  After implementing the otion to add attachments to Resume composites,
  the discussion about adding the option for users to upload attachments
  to individual Textboxes/Notes, has started. Apparently a lot of users
  want to attach files (especially images) to their textboxes/notes.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1117237/+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 1103942] [NEW] Allow uploading attachments to Resume composites

2013-01-24 Thread Gregor Anželj
Public bug reported:

Add the option for users to upload attachments to each item of  any of
the Resume composites (Eduaction history, Employment history,
Certifications, Books and Memberships).

** Affects: mahara
 Importance: Undecided
 Assignee: Gregor Anželj (gregor-anzelj)
 Status: New


** Tags: whishlist

** Changed in: mahara
 Assignee: (unassigned) = Gregor Anželj (gregor-anzelj)

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

Title:
  Allow uploading attachments to Resume composites

Status in Mahara ePortfolio:
  New

Bug description:
  Add the option for users to upload attachments to each item of  any of
  the Resume composites (Eduaction history, Employment history,
  Certifications, Books and Memberships).

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1103942/+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 1080352] Re: mahara_http_request function doesn't returns request data (should split header and body)

2012-11-19 Thread Gregor Anželj
Hugh, you're absolutely right...

To clarify my situation a bit. A recently discovered mahara_http_request
function (maybe had known about it eralier, but forgot...). So I'm trying
to get rid of all the dependant libraries for cloud plugin, because
mahara_http_request does it all, though slightly different.

Most of the time I only need to know if the request response code equals
200 (is OK). But when dealing with OAuth 1.0 authentication and getting the
access token, this is returned in the body of response. The function
mahara_http_request returna everything (header and body) as data. Upon
further inspection I just discovered that header_size is already returned
as part of info. So there's really nothing to do, but to delete this bug
and I'll change my code accordingly (parse that response on my end ;).

Thanks, Gregor

2012/11/18 Hugh Davenport 1080...@bugs.launchpad.net

 Hi Gregor,

 From a performance point of view, I would avoid this and instead just
 add the header_size to the result class. Then you can parse the body
 into the 2 parts in the place you need it.

 Even better, add all the usefule info stuff from
 http://php.net/manual/en/function.curl-getinfo.php, though what is
 useful in there is up for opinion...

 The way you have it, it is essentially doubling the memory requirements
 for every request.

 Cheers,

 Hugh

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/1080352

 Title:
   mahara_http_request function doesn't returns request data (should
   split header and body)

 Status in Mahara ePortfolio:
   New

 Bug description:
   When using mahara_http_request function (lib/web.php) it returns the
 response of request in the following format:
   $result = new StdClass();
   $result-data = curl_exec($ch);
   $result-info = curl_getinfo($ch);
   $result-error = curl_error($ch);
   $result-errno = curl_errno($ch);

   It would be very useful to separate or split data part into header and
   body parts, like:

   $result = new StdClass();
   $result-data = curl_exec($ch);
   // Parse out header and body
   $header_size = curl_getinfo($ch, CURLINFO_HEADER_SIZE);
   $result-header = substr($result-data, 0, $header_size);
   $result-body = substr($result-data, $header_size);
   $result-info = curl_getinfo($ch);
   $result-error = curl_error($ch);
   $result-errno = curl_errno($ch);

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



-- 
--
Gregor Anželj, prof.
Gimnazija Bežigrad, Ljubljana

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

Title:
  mahara_http_request function doesn't returns request data (should
  split header and body)

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  When using mahara_http_request function (lib/web.php) it returns the response 
of request in the following format:
  $result = new StdClass();
  $result-data = curl_exec($ch);
  $result-info = curl_getinfo($ch);
  $result-error = curl_error($ch);
  $result-errno = curl_errno($ch);

  It would be very useful to separate or split data part into header and
  body parts, like:

  $result = new StdClass();
  $result-data = curl_exec($ch);
  // Parse out header and body
  $header_size = curl_getinfo($ch, CURLINFO_HEADER_SIZE);
  $result-header = substr($result-data, 0, $header_size);
  $result-body = substr($result-data, $header_size);
  $result-info = curl_getinfo($ch);
  $result-error = curl_error($ch);
  $result-errno = curl_errno($ch);

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1080352/+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 1080352] [NEW] mahara_http_request function doesn't returns request data (should split header and body)

2012-11-18 Thread Gregor Anželj
Public bug reported:

When using mahara_http_request function (lib/web.php) it returns the response 
of request in the following format:
$result = new StdClass();
$result-data = curl_exec($ch);
$result-info = curl_getinfo($ch);
$result-error = curl_error($ch);
$result-errno = curl_errno($ch);

It would be very useful to separate or split data part into header and
body parts, like:

$result = new StdClass();
$result-data = curl_exec($ch);
// Parse out header and body
$header_size = curl_getinfo($ch, CURLINFO_HEADER_SIZE);
$result-header = substr($result-data, 0, $header_size);
$result-body = substr($result-data, $header_size);
$result-info = curl_getinfo($ch);
$result-error = curl_error($ch);
$result-errno = curl_errno($ch);

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

Title:
  mahara_http_request function doesn't returns request data (should
  split header and body)

Status in Mahara ePortfolio:
  New

Bug description:
  When using mahara_http_request function (lib/web.php) it returns the response 
of request in the following format:
  $result = new StdClass();
  $result-data = curl_exec($ch);
  $result-info = curl_getinfo($ch);
  $result-error = curl_error($ch);
  $result-errno = curl_errno($ch);

  It would be very useful to separate or split data part into header and
  body parts, like:

  $result = new StdClass();
  $result-data = curl_exec($ch);
  // Parse out header and body
  $header_size = curl_getinfo($ch, CURLINFO_HEADER_SIZE);
  $result-header = substr($result-data, 0, $header_size);
  $result-body = substr($result-data, $header_size);
  $result-info = curl_getinfo($ch);
  $result-error = curl_error($ch);
  $result-errno = curl_errno($ch);

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1080352/+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 1080352] Re: mahara_http_request function doesn't returns request data (should split header and body)

2012-11-18 Thread Gregor Anželj
Adding the patch...

** Description changed:

  When using mahara_http_request function (lib/web.php) it returns the response 
of request in the following format:
- $result = new StdClass();
- $result-data = curl_exec($ch);
- $result-info = curl_getinfo($ch);
- $result-error = curl_error($ch);
- $result-errno = curl_errno($ch);
+ $result = new StdClass();
+ $result-data = curl_exec($ch);
+ $result-info = curl_getinfo($ch);
+ $result-error = curl_error($ch);
+ $result-errno = curl_errno($ch);
  
  It would be very useful to separate or split data part into header and
  body parts, like:
  
- $result = new StdClass();
- $result-data = curl_exec($ch);
- // Parse out header and body
- $header_size = curl_getinfo($ch, CURLINFO_HEADER_SIZE);
- $result-header = substr($result-data, 0, $header_size);
- $result-body = substr($result-data, $header_size);
- $result-info = curl_getinfo($ch);
- $result-error = curl_error($ch);
- $result-errno = curl_errno($ch);
+ $result = new StdClass();
+ $result-data = curl_exec($ch);
+ // Parse out header and body
+ $header_size = curl_getinfo($ch, CURLINFO_HEADER_SIZE);
+ $result-header = substr($result-data, 0, $header_size);
+ $result-body = substr($result-data, $header_size);
+ $result-info = curl_getinfo($ch);
+ $result-error = curl_error($ch);
+ $result-errno = curl_errno($ch);

** Patch added: bug1080352.patch
   
https://bugs.launchpad.net/mahara/+bug/1080352/+attachment/3437583/+files/bug1080352.patch

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

Title:
  mahara_http_request function doesn't returns request data (should
  split header and body)

Status in Mahara ePortfolio:
  New

Bug description:
  When using mahara_http_request function (lib/web.php) it returns the response 
of request in the following format:
  $result = new StdClass();
  $result-data = curl_exec($ch);
  $result-info = curl_getinfo($ch);
  $result-error = curl_error($ch);
  $result-errno = curl_errno($ch);

  It would be very useful to separate or split data part into header and
  body parts, like:

  $result = new StdClass();
  $result-data = curl_exec($ch);
  // Parse out header and body
  $header_size = curl_getinfo($ch, CURLINFO_HEADER_SIZE);
  $result-header = substr($result-data, 0, $header_size);
  $result-body = substr($result-data, $header_size);
  $result-info = curl_getinfo($ch);
  $result-error = curl_error($ch);
  $result-errno = curl_errno($ch);

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1080352/+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 1077013] Re: Accessing profile pictures report a nonrecoverable eror

2012-11-15 Thread Gregor Anželj
** Description changed:

  When accessing Mahara 1.6.1 Content  Profile pictures it states 'A
  nonrecoverable error occured. This probably means you have encoutered a
  bug in the system'.
  
  It also states'No images found' and when I try yo upload an image, page
  refreshed with no image uploaded and stating the nonrecoverable error
  and 'No images found'.
  
  Found this within Apache error logs:
  
  Call stack (most recent first):, referer:
  http://mahara.barony.ac.uk/artefact/file/profileicons.php
  
  * get_recordset_sql(SELECT a.id, a.title, a.note, (u.profileicon =
  a.i..., array(size 1), , ) at
  /data/httpdata/v-hosts/mahara.barony.ac.uk/htdocs/lib/dml.php:667,
  referer: http://mahara.barony.ac.uk/artefact/file/profileicons.php
  
  * get_records_sql_array(SELECT a.id, a.title, a.note, (u.profileicon =
  a.i..., array(size 1)) at
  
/data/httpdata/v-hosts/mahara.barony.ac.uk/htdocs/artefact/file/profileicons.json.php:41,
  referer: http://mahara.barony.ac.uk/artefact/file/profileicons.php
  
-  , referer: http://mahara.barony.ac.uk/artefact/file/profileicons.php
+  , referer: http://mahara.barony.ac.uk/artefact/file/profileicons.php

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

Title:
  Accessing profile pictures report a nonrecoverable eror

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  When accessing Mahara 1.6.1 Content  Profile pictures it states 'A
  nonrecoverable error occured. This probably means you have encoutered
  a bug in the system'.

  It also states'No images found' and when I try yo upload an image,
  page refreshed with no image uploaded and stating the nonrecoverable
  error and 'No images found'.

  Found this within Apache error logs:

  Call stack (most recent first):, referer:
  http://mahara.barony.ac.uk/artefact/file/profileicons.php

  * get_recordset_sql(SELECT a.id, a.title, a.note, (u.profileicon =
  a.i..., array(size 1), , ) at
  /data/httpdata/v-hosts/mahara.barony.ac.uk/htdocs/lib/dml.php:667,
  referer: http://mahara.barony.ac.uk/artefact/file/profileicons.php

  * get_records_sql_array(SELECT a.id, a.title, a.note, (u.profileicon
  = a.i..., array(size 1)) at
  
/data/httpdata/v-hosts/mahara.barony.ac.uk/htdocs/artefact/file/profileicons.json.php:41,
  referer: http://mahara.barony.ac.uk/artefact/file/profileicons.php

   , referer: http://mahara.barony.ac.uk/artefact/file/profileicons.php

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1077013/+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 1077013] Re: Accessing profile pictures report a nonrecoverable eror

2012-11-13 Thread Gregor Anželj
** Changed in: mahara
 Assignee: (unassigned) = Gregor Anželj (gregor-anzelj)

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

Title:
  Accessing profile pictures report a nonrecoverable eror

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  When accessing Mahara 1.6.1 Content  Profile pictures it states 'A
  nonrecoverable error occured. This probably means you have encoutered
  a bug in the system'.

  It also states'No images found' and when I try yo upload an image,
  page refreshed with no image uploaded and stating the nonrecoverable
  error and 'No images found'.

  Found this within Apache error logs:

  Call stack (most recent first):, referer:
  http://mahara.barony.ac.uk/artefact/file/profileicons.php

  * get_recordset_sql(SELECT a.id, a.title, a.note, (u.profileicon =
  a.i..., array(size 1), , ) at
  /data/httpdata/v-hosts/mahara.barony.ac.uk/htdocs/lib/dml.php:667,
  referer: http://mahara.barony.ac.uk/artefact/file/profileicons.php

  * get_records_sql_array(SELECT a.id, a.title, a.note, (u.profileicon
  = a.i..., array(size 1)) at
  
/data/httpdata/v-hosts/mahara.barony.ac.uk/htdocs/artefact/file/profileicons.json.php:41,
  referer: http://mahara.barony.ac.uk/artefact/file/profileicons.php

   , referer: http://mahara.barony.ac.uk/artefact/file/profileicons.php

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1077013/+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 1077013] Re: Accessing profile pictures report a nonrecoverable eror

2012-11-12 Thread Gregor Anželj
The problem is when Mahara database uses prefix for the tables. If there
is no prefix, there is no problem...

The SQL that causes the problems can be found in 
{mahararoot}/artefact/file/profileicons.json.php.
The problems are in lines 35 and 36 which are:

LEFT OUTER JOIN view_artefact va ON va.artefact = a.id
LEFT OUTER JOIN artefact_attachment aa ON aa.attachment = a.id

but should be (notice the curly brackets around table names!):

LEFT OUTER JOIN {view_artefact} va ON va.artefact = a.id
LEFT OUTER JOIN {artefact_attachment} aa ON aa.attachment = a.id

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

Title:
  Accessing profile pictures report a nonrecoverable eror

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  When accessing Mahara 1.6.1 Content  Profile pictures it states 'A
  nonrecoverable error occured. This probably means you have encoutered
  a bug in the system'.

  It also states'No images found' and when I try yo upload an image,
  page refreshed with no image uploaded and stating the nonrecoverable
  error and 'No images found'.

  Found this within Apache error logs:

  Call stack (most recent first):, referer:
  http://mahara.barony.ac.uk/artefact/file/profileicons.php

  * get_recordset_sql(SELECT a.id, a.title, a.note, (u.profileicon =
  a.i..., array(size 1), , ) at
  /data/httpdata/v-hosts/mahara.barony.ac.uk/htdocs/lib/dml.php:667,
  referer: http://mahara.barony.ac.uk/artefact/file/profileicons.php

  * get_records_sql_array(SELECT a.id, a.title, a.note, (u.profileicon
  = a.i..., array(size 1)) at
  
/data/httpdata/v-hosts/mahara.barony.ac.uk/htdocs/artefact/file/profileicons.json.php:41,
  referer: http://mahara.barony.ac.uk/artefact/file/profileicons.php

   , referer: http://mahara.barony.ac.uk/artefact/file/profileicons.php

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1077013/+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 1036593] Re: add form field for templates

2012-08-16 Thread Gregor Anželj
https://wiki.mahara.org/index.php/Plugins/Artefact/Survey

The above page contain links to Survey plugin (beta/test version - so
use it in dev. environment!) and also contain some sample surveys.
Probably you should check E-portfolio feedback survey...

After installation, surveys are accessed via Content  Survey tab. User
click Add Survey button to display and response to particualr survey.
When adding it, the user can also choose who will get feedback (e.g.
user's tutor, etc.)

When user responds to all the question in the survey, than he/she saves
it. Depending on survey setting the user sees the results and/or
responses (these are all accessible also on later time...)

HTH.

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

Title:
  add form field for templates

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Enhancement / New Functionality:
  I was recently asked to look at online submission of tutor reports for our 
institution. I started by testing with Feedback form in Moodle - this works 
very well except that at some point the report needs to be shown to the 
individual student - not just sent from the tutor writing the report to Head of 
Department. I thought the more controllable views in Mahara would be ideal to 
enable this - in theory the student could even display the report as part of 
their resume if allowed. I therefore created a template of the form using text 
boxes - but that means the tutor needs to click to edit every single field in 
the report, making if far less user friendly. If there was an option to add 
Form Fields to a page (not just editabe text boxes) so that the person writing 
the report just types into the boxes (without having to edit each one) it would 
make Mahara the ideal solution to deliver this functionality. This could 
potentially be setup with other form functionality such as pre-populated 
dropdown lists of values.
  Regards, Gordon.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1036593/+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 1036593] Re: add form field for templates

2012-08-16 Thread Gregor Anželj
There are different question types: textbox, textarea, radio buttons,
check buttons, drop-down selects, etc. I was playing also with the idea
of creating combo-box element (which a sort of a union of textbox and
drop-down select), but it proove to be to much right now...

Oh and I forgot to mention, that the users can add survey results to
their pages...

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

Title:
  add form field for templates

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Enhancement / New Functionality:
  I was recently asked to look at online submission of tutor reports for our 
institution. I started by testing with Feedback form in Moodle - this works 
very well except that at some point the report needs to be shown to the 
individual student - not just sent from the tutor writing the report to Head of 
Department. I thought the more controllable views in Mahara would be ideal to 
enable this - in theory the student could even display the report as part of 
their resume if allowed. I therefore created a template of the form using text 
boxes - but that means the tutor needs to click to edit every single field in 
the report, making if far less user friendly. If there was an option to add 
Form Fields to a page (not just editabe text boxes) so that the person writing 
the report just types into the boxes (without having to edit each one) it would 
make Mahara the ideal solution to deliver this functionality. This could 
potentially be setup with other form functionality such as pre-populated 
dropdown lists of values.
  Regards, Gordon.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1036593/+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 1036593] Re: add form field for templates

2012-08-16 Thread Gregor Anželj
Survey plugin is installed as artefact (in htdocs/artefact/ folder).
Thanks Kristina. Forgot that...

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

Title:
  add form field for templates

Status in Mahara ePortfolio:
  Triaged

Bug description:
  Enhancement / New Functionality:
  I was recently asked to look at online submission of tutor reports for our 
institution. I started by testing with Feedback form in Moodle - this works 
very well except that at some point the report needs to be shown to the 
individual student - not just sent from the tutor writing the report to Head of 
Department. I thought the more controllable views in Mahara would be ideal to 
enable this - in theory the student could even display the report as part of 
their resume if allowed. I therefore created a template of the form using text 
boxes - but that means the tutor needs to click to edit every single field in 
the report, making if far less user friendly. If there was an option to add 
Form Fields to a page (not just editabe text boxes) so that the person writing 
the report just types into the boxes (without having to edit each one) it would 
make Mahara the ideal solution to deliver this functionality. This could 
potentially be setup with other form functionality such as pre-populated 
dropdown lists of values.
  Regards, Gordon.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1036593/+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 1013676] Re: Adding individual user not working

2012-06-17 Thread Gregor Anželj
Nothing in error log.

This is vanilla install (both cases - I mean with both databases...)

HTH, Gregor

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

Title:
  Adding individual user not working

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  When I wish to add individual user (htdocs/admin/user/add.php) script
  timeouts and it can't be done.

  Tested with Mahara 1.5.0 (2012041002), PHP 5.3.8, tested with MySQL
  5.5 and PostgreSQL 8.3...

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

2012-06-15 Thread Gregor Anželj
Public bug reported:

When I wish to add individual user (htdocs/admin/user/add.php) script
timeouts and it can't be done.

Tested with Mahara 1.5.0 (2012041002), PHP 5.3.8, tested with MySQL 5.5
and PostgreSQL 8.3...

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

Title:
  Adding individual user not working

Status in Mahara ePortfolio:
  New

Bug description:
  When I wish to add individual user (htdocs/admin/user/add.php) script
  timeouts and it can't be done.

  Tested with Mahara 1.5.0 (2012041002), PHP 5.3.8, tested with MySQL
  5.5 and PostgreSQL 8.3...

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1013676/+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 996987] [NEW] sprintf function problems with pluralrule

2012-05-09 Thread Gregor Anželj
Public bug reported:

sprintf function, used by smarty has problems with pluralrule which
contains percent (%) sign.

I've used quite some time to find out that I need to use double percent
sign to make this work.

If pluralrule string is translated via launchpad Mahara Translations,
than there should be note, warning people of that, but if it is created
programmatically than single percent signs in pluralrule string should
be replaced with dobule percent signs.

This musn't be confused with the string that appears in plural function
though!!!

'Original' string (for Slovenian) as it appears in Launchpad Slovenian Language 
Details page 
(https://translations.launchpad.net/mahara-lang/trunk/+pots/mahara/sl/+details)
$string['pluralrule'] = '(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n%100==4 ? 
3 : 0)';

'Corrected' string (single % replaced with double %% - which sprintf can 
digest)
$string['pluralrule'] = '(n%%100==1 ? 1 : n%%100==2 ? 2 : n%%100==3 || 
n%%100==4 ? 3 : 0)';

AFAIK the affected languages could be:
- Arabic
- Croatian
- Romanian
- Russian
- Slovenian

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

Title:
  sprintf function problems with pluralrule

Status in Mahara ePortfolio:
  New

Bug description:
  sprintf function, used by smarty has problems with pluralrule which
  contains percent (%) sign.

  I've used quite some time to find out that I need to use double
  percent sign to make this work.

  If pluralrule string is translated via launchpad Mahara Translations,
  than there should be note, warning people of that, but if it is
  created programmatically than single percent signs in pluralrule
  string should be replaced with dobule percent signs.

  This musn't be confused with the string that appears in plural
  function though!!!

  'Original' string (for Slovenian) as it appears in Launchpad Slovenian 
Language Details page 
(https://translations.launchpad.net/mahara-lang/trunk/+pots/mahara/sl/+details)
  $string['pluralrule'] = '(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n%100==4 
? 3 : 0)';

  'Corrected' string (single % replaced with double %% - which sprintf can 
digest)
  $string['pluralrule'] = '(n%%100==1 ? 1 : n%%100==2 ? 2 : n%%100==3 || 
n%%100==4 ? 3 : 0)';

  AFAIK the affected languages could be:
  - Arabic
  - Croatian
  - Romanian
  - Russian
  - Slovenian

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/996987/+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 996987] Re: sprintf function problems with pluralrule

2012-05-09 Thread Gregor Anželj
** Attachment added: sprintf-pluralrule-problem.png
   
https://bugs.launchpad.net/bugs/996987/+attachment/3138092/+files/sprintf-pluralrule-problem.png

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

Title:
  sprintf function problems with pluralrule

Status in Mahara ePortfolio:
  New

Bug description:
  sprintf function, used by smarty has problems with pluralrule which
  contains percent (%) sign.

  I've used quite some time to find out that I need to use double
  percent sign to make this work.

  If pluralrule string is translated via launchpad Mahara Translations,
  than there should be note, warning people of that, but if it is
  created programmatically than single percent signs in pluralrule
  string should be replaced with dobule percent signs.

  This musn't be confused with the string that appears in plural
  function though!!!

  'Original' string (for Slovenian) as it appears in Launchpad Slovenian 
Language Details page 
(https://translations.launchpad.net/mahara-lang/trunk/+pots/mahara/sl/+details)
  $string['pluralrule'] = '(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n%100==4 
? 3 : 0)';

  'Corrected' string (single % replaced with double %% - which sprintf can 
digest)
  $string['pluralrule'] = '(n%%100==1 ? 1 : n%%100==2 ? 2 : n%%100==3 || 
n%%100==4 ? 3 : 0)';

  AFAIK the affected languages could be:
  - Arabic
  - Croatian
  - Romanian
  - Russian
  - Slovenian

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/996987/+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 931332] Re: feature request for Scratch embed filter

2012-02-16 Thread Gregor Anželj
Please try this one. Before installing it, please REMOVE
htdocs/artefact/file/blocktype/scratch folder completely.

This is still development version for testing only, and it still has
problems in MSIE.

Please check, if it displays Scratch project files.

Regards,
Gregor

** Attachment added: scratch-a.zip
   
https://bugs.launchpad.net/mahara/+bug/931332/+attachment/2744994/+files/scratch-a.zip

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

Title:
  feature request for Scratch embed filter

Status in Mahara ePortfolio:
  Triaged

Bug description:
  It would be useful to have a Scratch embed filter similar to the one
  in Moodle http://moodle.org/plugins/view.php?plugin=filter_scratch so
  that students can showcase their Scratch games via a Mahara page

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/931332/+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 931332] Re: feature request for Scratch embed filter

2012-02-15 Thread Gregor Anželj
Just tested this on localhost... maybe this got something to do with it.

Will look into it...

Thanks for feedback, G

2012/2/15 Mary 931...@bugs.launchpad.net

 Wow thanks so much for the (belated) Valentine Scratch! I installed it
 fine and it appears to be going to work - but I am getting stuck on the
 loading screen, in Chrome and Firefox. Here is an example
 http://www.maharafairy.co.uk/view/view.php?id=55
 For me it doesn't go beyond the Loading - but I don't know if my laptop is
 missing a setting or a feature??

 ** Bug watch added: www.maharafairy.co.uk/view/ #55
   http://www.maharafairy.co.uk/view/view.php?id=55

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/931332

 Title:
  feature request for Scratch embed filter

 Status in Mahara ePortfolio:
  Triaged

 Bug description:
  It would be useful to have a Scratch embed filter similar to the one
  in Moodle http://moodle.org/plugins/view.php?plugin=filter_scratch so
  that students can showcase their Scratch games via a Mahara page

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



-- 
--
Gregor Anželj, prof.
Gimnazija Bežigrad, Ljubljana

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

Title:
  feature request for Scratch embed filter

Status in Mahara ePortfolio:
  Triaged

Bug description:
  It would be useful to have a Scratch embed filter similar to the one
  in Moodle http://moodle.org/plugins/view.php?plugin=filter_scratch so
  that students can showcase their Scratch games via a Mahara page

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/931332/+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 892877] [NEW] Sharing view with members of an institution

2011-11-20 Thread Gregor Anželj
Public bug reported:

This is a whishlist. While introducing Mahara to a group of teachrs a
qustion poped-out, if it is possible to share a viw with all the members
of an institution (that the user is a art of)?

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

Title:
  Sharing view with members of an institution

Status in Mahara ePortfolio:
  New

Bug description:
  This is a whishlist. While introducing Mahara to a group of teachrs a
  qustion poped-out, if it is possible to share a viw with all the
  members of an institution (that the user is a art of)?

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/892877/+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 892879] [NEW] More options at Profile Messaging

2011-11-20 Thread Gregor Anželj
Public bug reported:

This is a whishlist. Could you add more fields to Profile  Messaging.
At least Facebook and Twitter textboxes would be nice, since virtually
all of the students use them.

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

Title:
  More options at Profile  Messaging

Status in Mahara ePortfolio:
  New

Bug description:
  This is a whishlist. Could you add more fields to Profile  Messaging.
  At least Facebook and Twitter textboxes would be nice, since virtually
  all of the students use them.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/892879/+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 853662] [NEW] Using eZ Components - Graph component as framework for rendering graphs in Mahara

2011-09-19 Thread Gregor Anželj
Public bug reported:

As discussed at 4th Developer Meeting - pChart may be a suitable
framework for rendering graphs in Mahara, e.g. in the admin section, but
we found out, that it+s not for commercial use, so it's not Open Source
and cannot be used in Mahara.

There is a suitable replacement: eZ Components - Graph component,
because it generates images so the graphs do not require Javascript to
be enabled.

eZ Components are released under New BSD License:
http://ezcomponents.org/introduction/license

More info about eZ Components - Graph component:
- Documentation at http://ezcomponents.org/docs/tutorials/Graph
- Examples at http://ezcomponents.org/docs/api/trunk/Graph_gallery.html
- Download at http://ezcomponents.org/download

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

Title:
  Using eZ Components - Graph component as framework for rendering
  graphs in Mahara

Status in Mahara ePortfolio:
  New

Bug description:
  As discussed at 4th Developer Meeting - pChart may be a suitable
  framework for rendering graphs in Mahara, e.g. in the admin section,
  but we found out, that it+s not for commercial use, so it's not Open
  Source and cannot be used in Mahara.

  There is a suitable replacement: eZ Components - Graph component,
  because it generates images so the graphs do not require Javascript to
  be enabled.

  eZ Components are released under New BSD License:
  http://ezcomponents.org/introduction/license

  More info about eZ Components - Graph component:
  - Documentation at http://ezcomponents.org/docs/tutorials/Graph
  - Examples at http://ezcomponents.org/docs/api/trunk/Graph_gallery.html
  - Download at http://ezcomponents.org/download

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/853662/+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 853695] [NEW] Typo in en.utf8 language file

2011-09-19 Thread Gregor Anželj
Public bug reported:

'approveregistrationmessage' string contains '%s. It should be either
'%s' or %s.

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

Title:
  Typo in en.utf8 language file

Status in Mahara ePortfolio:
  New

Bug description:
  'approveregistrationmessage' string contains '%s. It should be either
  '%s' or %s.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/853695/+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 721496] Re: Using pChart as framework for rendering graphs in Mahara

2011-09-16 Thread Gregor Anželj
Can we use Flot instead of pChart (if we can't resolve the contradiction
in their licensing).

Flot is released under MIT License and available at
http://code.google.com/p/flot/

From their website:

Flot is a pure Javascript plotting library for jQuery. It produces graphical 
plots of arbitrary datasets on-the-fly client-side. The focus is on simple 
usage (all settings are optional), attractive looks and interactive features 
like zooming and mouse tracking.
The plugin works with Internet Explorer 6+, Firefox 2.x+, Safari 3.0+, Opera 
9.5+ and Konqueror 4.x+ with the HTML canvas tag (the excanvas Javascript 
emulation helper is used for IE  9).

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

Title:
  Using pChart as framework for rendering graphs in Mahara

Status in Mahara ePortfolio:
  Won't Fix

Bug description:
  As discussed at 4th Developer Meeting - pChart may be a suitable
  framework for rendering graphs in Mahara, e.g. in the admin section.

  Available at http://www.pchart.net/
  Documentation (with examples) at http://wiki.pchart.net/

  pChart is a PHP framework that will help you to create anti-aliased
  charts or pictures directly from your web server. You can then display
  the result in the client browser, sent it by mail or insert it into
  PDFs.

  pChart is released under two licensing models. If your application is
  freely distributed and meet the GPL requirements, you can use pChart
  for free under the the GNU GPLv3 license.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/721496/+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 721496] Re: Using pChart as framework for rendering graphs in Mahara

2011-09-16 Thread Gregor Anželj
... or maybe eZ Components - Graph component instead of pChart

eZ Components are released under New BSD License:
http://ezcomponents.org/introduction/license

More info about eZ Components - Graph component:
- Documentation at http://ezcomponents.org/docs/tutorials/Graph
- Examples at http://ezcomponents.org/docs/api/trunk/Graph_gallery.html
- Download at http://ezcomponents.org/download

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

Title:
  Using pChart as framework for rendering graphs in Mahara

Status in Mahara ePortfolio:
  Won't Fix

Bug description:
  As discussed at 4th Developer Meeting - pChart may be a suitable
  framework for rendering graphs in Mahara, e.g. in the admin section.

  Available at http://www.pchart.net/
  Documentation (with examples) at http://wiki.pchart.net/

  pChart is a PHP framework that will help you to create anti-aliased
  charts or pictures directly from your web server. You can then display
  the result in the client browser, sent it by mail or insert it into
  PDFs.

  pChart is released under two licensing models. If your application is
  freely distributed and meet the GPL requirements, you can use pChart
  for free under the the GNU GPLv3 license.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/721496/+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 849796] [NEW] Translated Mahara not working correctly

2011-09-14 Thread Gregor Anželj
Public bug reported:

At http://listovnik.sio.si/ we got Mahara 1.4 installed and default
language set to sl.utf8.

When visiting that page for the first time (before logging-in) the
contents of the site is in Slovenian (sl.utf8), after logging-in, the
menus, etc. become English (en.utf8) and after refreshing or visiting a
subpage etc. everything become Slovenian (sl.utf8) again.

So the strange change of the language occurs only right after the user
logs in.

Using:
- Linux
- Mahara version 1.4.0 (2011061002)
- MySQL version 5.1.54
- PHP version 5.3.5
- tested under MSIE and Firefox (same result)

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

Title:
  Translated Mahara not working correctly

Status in Mahara ePortfolio:
  New

Bug description:
  At http://listovnik.sio.si/ we got Mahara 1.4 installed and default
  language set to sl.utf8.

  When visiting that page for the first time (before logging-in) the
  contents of the site is in Slovenian (sl.utf8), after logging-in, the
  menus, etc. become English (en.utf8) and after refreshing or visiting
  a subpage etc. everything become Slovenian (sl.utf8) again.

  So the strange change of the language occurs only right after the user
  logs in.

  Using:
  - Linux
  - Mahara version 1.4.0 (2011061002)
  - MySQL version 5.1.54
  - PHP version 5.3.5
  - tested under MSIE and Firefox (same result)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/849796/+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 849796] Re: Translated Mahara not working correctly

2011-09-14 Thread Gregor Anželj
Just occured to me: Maybe it would be worth to ask other translators
(which are also admins of their Mahara installs) if they experience the
same thing.

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

Title:
  Translated Mahara not working correctly

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  At http://listovnik.sio.si/ we got Mahara 1.4 installed and default
  language set to sl.utf8.

  When visiting that page for the first time (before logging-in) the
  contents of the site is in Slovenian (sl.utf8), after logging-in, the
  menus, etc. become English (en.utf8) and after refreshing or visiting
  a subpage etc. everything become Slovenian (sl.utf8) again.

  So the strange change of the language occurs only right after the user
  logs in.

  Using:
  - Linux
  - Mahara version 1.4.0 (2011061002)
  - MySQL version 5.1.54
  - PHP version 5.3.5
  - tested under MSIE and Firefox (same result)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/849796/+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 849796] Re: Translated Mahara not working correctly

2011-09-14 Thread Gregor Anželj
Cleared the cache... nothing.

In the personal user language preference is set 'Site default' or in my
case 'Privzeto za spletišče (Slovensko)'

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

Title:
  Translated Mahara not working correctly

Status in Mahara ePortfolio:
  Incomplete

Bug description:
  At http://listovnik.sio.si/ we got Mahara 1.4 installed and default
  language set to sl.utf8.

  When visiting that page for the first time (before logging-in) the
  contents of the site is in Slovenian (sl.utf8), after logging-in, the
  menus, etc. become English (en.utf8) and after refreshing or visiting
  a subpage etc. everything become Slovenian (sl.utf8) again.

  So the strange change of the language occurs only right after the user
  logs in.

  Using:
  - Linux
  - Mahara version 1.4.0 (2011061002)
  - MySQL version 5.1.54
  - PHP version 5.3.5
  - tested under MSIE and Firefox (same result)

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/849796/+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 759251] Re: Dashboard problem in IE9

2011-09-14 Thread Gregor Anželj
Dashboard streches to the right to infinity on my Mahara 1.4.0 install
also, but suprisingly it loks good on master.dev.mahara.org - in IE9!

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

Title:
  Dashboard problem in IE9

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  The dashboard on demo.mahara.org looks aweful in IE9 :-( All items are
  out of place. I just saw it on demo.mahara.org (1.3) when I logged in.
  It looks fine on master.dev.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/759251/+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 721496] Re: Using pChart as framework for rendering graphs in Mahara

2011-09-08 Thread Gregor Anželj
I don't quite get it

Are you saying, that Mahara isn't GPL or that it can be comercially used
(the sentence pasted from licence statement: If your application can't meet
the GPL license or is a commercial one)?

Regards,
Gregor

P.S. How about contacting the author(s)? Do you think it would be a good
idea?

2011/9/7 François Marier franc...@debian.org

 While reviewing the license for this library, I found this page:

  http://www.pchart.net/license

 which claims that it is under the GPLv3 but then adds a contradictory
 statement that say that it's not for commercial use unless you get a
 separate license.

 Therefore it is not Open Source and we cannot use it in Mahara.

 ** Changed in: mahara
   Status: Triaged = Won't Fix

 --
 You received this bug notification because you are subscribed to the bug
 report.
 https://bugs.launchpad.net/bugs/721496

 Title:
  Using pChart as framework for rendering graphs in Mahara

 Status in Mahara ePortfolio:
   Won't Fix

 Bug description:
  As discussed at 4th Developer Meeting - pChart may be a suitable
  framework for rendering graphs in Mahara, e.g. in the admin section.

  Available at http://www.pchart.net/
  Documentation (with examples) at http://wiki.pchart.net/

  pChart is a PHP framework that will help you to create anti-aliased
  charts or pictures directly from your web server. You can then display
  the result in the client browser, sent it by mail or insert it into
  PDFs.

  pChart is released under two licensing models. If your application is
  freely distributed and meet the GPL requirements, you can use pChart
  for free under the the GNU GPLv3 license.

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



-- 
--
Gregor Anželj, prof.
Gimnazija Ledina, Ljubljana

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

Title:
  Using pChart as framework for rendering graphs in Mahara

Status in Mahara ePortfolio:
  Won't Fix

Bug description:
  As discussed at 4th Developer Meeting - pChart may be a suitable
  framework for rendering graphs in Mahara, e.g. in the admin section.

  Available at http://www.pchart.net/
  Documentation (with examples) at http://wiki.pchart.net/

  pChart is a PHP framework that will help you to create anti-aliased
  charts or pictures directly from your web server. You can then display
  the result in the client browser, sent it by mail or insert it into
  PDFs.

  pChart is released under two licensing models. If your application is
  freely distributed and meet the GPL requirements, you can use pChart
  for free under the the GNU GPLv3 license.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/721496/+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 726197] [NEW] Artefact blocktype help problem

2011-02-27 Thread Gregor Anželj
Public bug reported:

I want to extend htdocs/artefact/file/blocktype/gallery blocktype to
include showing the external gallery (Picasa, Flickr, etc.) in Mahara
view.

In the instance_config_form I defined a textarea, called external,
like:

'external' = array(
...
'type' = 'textarea',
'rows' = 5,
'cols' = 80,
...
    'help' = true,
),

I also want to show the help icon next to textarea. Everything seems to
work OK, except the help is not showing.

After investigating this, I discovered, that the help is shown, if the
file is in the following location:

htdocs/blocktype/gallery/lang/en.utf8/help/forms/instconf.external.html

I believe, it should be in:

htdocs/artefact/file/blocktype/gallery/lang/en.utf8/help/forms/instconf.external.html

Can you please fix that?

** Affects: mahara
 Importance: Undecided
 Status: New

** Description changed:

  I want to extend htdocs/artefact/file/blocktype/gallery blocktype to
  include showing the external gallery (Picasa, Flickr, etc.) in Mahara
  view.
  
- 
  In the instance_config_form I defined a textarea, called external,
  like:
  
- 
  'external' = array(
- 
- ...
- 
- 'type' = 'textarea',
- 
- 'rows' = 5,
- 
- 'cols' = 80,
- 
- ...
- 
- 'help' = true,
- 
+ ...
+ 'type' = 'textarea',
+ 'rows' = 5,
+ 'cols' = 80,
+ ...
+ 'help' = true,
  ),
- 
  
  I also want to show the help icon next to textarea. Everything seems to
  work OK, except the help is not showing.
- 
  
  After investigating this, I discovered, that the help is shown, if the
  file is in the following location:
  
  htdocs/blocktype/gallery/lang/en.utf8/help/forms/instconf.external.html
  
- 
  I believe, it should be in:
  
  
htdocs/artefact/file/blocktype/gallery/lang/en.utf8/help/forms/instconf.external.html
  
- 
  Can you please fix that?

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

Title:
  Artefact blocktype help problem

Status in Mahara ePortfolio:
  New

Bug description:
  I want to extend htdocs/artefact/file/blocktype/gallery blocktype to
  include showing the external gallery (Picasa, Flickr, etc.) in Mahara
  view.

  In the instance_config_form I defined a textarea, called external,
  like:

  'external' = array(
  ...
  'type' = 'textarea',
  'rows' = 5,
  'cols' = 80,
  ...
  'help' = true,
  ),

  I also want to show the help icon next to textarea. Everything seems
  to work OK, except the help is not showing.

  After investigating this, I discovered, that the help is shown, if the
  file is in the following location:

  htdocs/blocktype/gallery/lang/en.utf8/help/forms/instconf.external.html

  I believe, it should be in:

  
htdocs/artefact/file/blocktype/gallery/lang/en.utf8/help/forms/instconf.external.html

  Can you please fix that?

___
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 721496] [NEW] Using pChart as framework for rendering graphs in Mahara

2011-02-18 Thread Gregor Anželj
Public bug reported:

As discussed at 4th Developer Meeting - pChart may be a suitable
framework for rendering graphs in Mahara, e.g. in the admin section.

Available at http://www.pchart.net/
Documentation (with examples) at http://wiki.pchart.net/

pChart is a PHP framework that will help you to create anti-aliased
charts or pictures directly from your web server. You can then display
the result in the client browser, sent it by mail or insert it into
PDFs.

pChart is released under two licensing models. If your application is
freely distributed and meet the GPL requirements, you can use pChart for
free under the the GNU GPLv3 license.

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

Title:
  Using pChart as framework for rendering graphs in Mahara

Status in Mahara ePortfolio:
  New

Bug description:
  As discussed at 4th Developer Meeting - pChart may be a suitable
  framework for rendering graphs in Mahara, e.g. in the admin section.

  Available at http://www.pchart.net/
  Documentation (with examples) at http://wiki.pchart.net/

  pChart is a PHP framework that will help you to create anti-aliased
  charts or pictures directly from your web server. You can then display
  the result in the client browser, sent it by mail or insert it into
  PDFs.

  pChart is released under two licensing models. If your application is
  freely distributed and meet the GPL requirements, you can use pChart
  for free under the the GNU GPLv3 license.

___
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 703846] [NEW] ProxyAuthModel options not translatable

2011-01-17 Thread Gregor Anželj
Public bug reported:

Administration - Site Options - Proxy Settings, ProxyAuthModel options
in drop-down menu are not translatable.

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

Title:
  ProxyAuthModel options not translatable

Status in Mahara ePortfolio:
  New

Bug description:
  Administration - Site Options - Proxy Settings, ProxyAuthModel
  options in drop-down menu are not translatable.



___
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 703847] [NEW] No help for Draft option at Blog Post

2011-01-17 Thread Gregor Anželj
Public bug reported:

If you click the help icon next to Draf (Blog Post Edit @
htdocs/artefact/blog/post.php) the help file isn't found. This is
because of the naming of that help file.

Instead of draftpost.thisisdraft.html it should be renamed to
editpost.draft.html.

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

Title:
  No help for Draft option at Blog Post

Status in Mahara ePortfolio:
  New

Bug description:
  If you click the help icon next to Draf (Blog Post Edit @
  htdocs/artefact/blog/post.php) the help file isn't found. This is
  because of the naming of that help file.

  Instead of draftpost.thisisdraft.html it should be renamed to
  editpost.draft.html.



___
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 702264] [NEW] Item order in Site Settings - Security Settings - Anti-spam

2011-01-13 Thread Gregor Anželj
Public bug reported:

Items are now ordered in alphabetical order, e.g. Advanced, None,
Simple. Maybe it would be better to display them in ascending-measures
order, e.g. None, Simple, Advanced

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

Title:
  Item order in Site Settings - Security Settings - Anti-spam

Status in Mahara ePortfolio:
  New

Bug description:
  Items are now ordered in alphabetical order, e.g. Advanced, None,
  Simple. Maybe it would be better to display them in ascending-measures
  order, e.g. None, Simple, Advanced



___
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 615323] [NEW] HTML Export progress bar strings not translatable

2010-08-09 Thread Gregor Anželj
Public bug reported:

The string, which are displaying while generating HTML export couldn't
be translated - the strings, while generating LEAP export are
translated...

See line 139, 170, 181, 188, 199, 217 and 232 in
http://gitorious.org/mahara/mahara/blobs/master/htdocs/export/html/lib.php
(please double check, maybe I missed a line)

Regards, Gregor

** Affects: mahara
 Importance: Undecided
 Status: New

-- 
HTML Export progress bar strings not translatable
https://bugs.launchpad.net/bugs/615323
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.

Status in Mahara ePortfolio: New

Bug description:
The string, which are displaying while generating HTML export couldn't be 
translated - the strings, while generating LEAP export are translated...

See line 139, 170, 181, 188, 199, 217 and 232 in 
http://gitorious.org/mahara/mahara/blobs/master/htdocs/export/html/lib.php 
(please double check, maybe I missed a line)

Regards, Gregor



___
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 607209] [NEW] Education history, employment history, awards, books, ... not working

2010-07-19 Thread Gregor Anželj
Public bug reported:

I installed Mahara 1.3.0 beta 1 (clean install). When I tried to add my
education in Education history section of My Resume (by clicking Add
button), nothing happened - even the form didn't showed up.

Same thing for Employment history, Books, Awards, Certification and
Professional memberships.

** Affects: mahara
 Importance: Undecided
 Status: New

-- 
Education history, employment history, awards, books, ... not working
https://bugs.launchpad.net/bugs/607209
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.

Status in Mahara ePortfolio: New

Bug description:
I installed Mahara 1.3.0 beta 1 (clean install). When I tried to add my 
education in Education history section of My Resume (by clicking Add button), 
nothing happened - even the form didn't showed up.

Same thing for Employment history, Books, Awards, Certification and 
Professional memberships.



___
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 607209] Re: Education history, employment history, awards, books, ... not working

2010-07-19 Thread Gregor Anželj
Environment:
- Mahara 1.3.0 beta 1
- XAMPPLite (apache, php, mysql) on windows
- mysql database
- tested using firefox webbrowser

-- 
Education history, employment history, awards, books, ... not working
https://bugs.launchpad.net/bugs/607209
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.

Status in Mahara ePortfolio: New

Bug description:
I installed Mahara 1.3.0 beta 1 (clean install). When I tried to add my 
education in Education history section of My Resume (by clicking Add button), 
nothing happened - even the form didn't showed up.

Same thing for Employment history, Books, Awards, Certification and 
Professional memberships.



___
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