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

2016-08-15 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/6844 -- 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

[Mahara-contributors] [Bug 1613503] Re: Can not add groups via CSV when shortname is not relied on displayname

2016-08-15 Thread Son Nguyen
It works fine now. Thank for your explanation. -- 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

[Mahara-contributors] [Bug 1613503] Re: Can not add groups via CSV when shortname is not relied on displayname

2016-08-15 Thread Robert Lyon
in lib/group.php line 357 if (!empty($data['shortname'])) { // make sure it is unique and is correct length $shortname = group_generate_shortname($data['name']); // If we want to retain the supplied shortname we need to make sure it can be done if

[Mahara-contributors] [Bug 1613503] [NEW] Can not add groups via CSV when shortname is not relied on displayname

2016-08-15 Thread Son Nguyen
Public bug reported: version: master(16.10) I got the following message when adding groups via CSV Mahara: Site unavailable Something in the way you're interacting with Mahara is causing an error. Details if any, follow: group_create: The supplied shortname 'gc' is already taken. This

[Mahara-contributors] [Bug 1613392] Re: PostgreSQL insert error into site_content with multibyte language packs.

2016-08-15 Thread Aaron Wells
Are you using custom lang files? And if so, would you mind attaching the lang/ja.utf8/install.php file here for testing? >From that error stack, it looks like it was trying to insert this block of text: Maharaにようこそ [あなたの組織名]はオンラインコミュニティを構築するための十分な機能を有するインターネット上のポートフォリオシステムです。

[Mahara-contributors] [Bug 1613392] Re: PostgreSQL insert error into site_content with multibyte language packs.

2016-08-15 Thread Aaron Wells
Hi all, I wasn't able to replicate this one. Here's what I tried: 1. Clean install of Mahara 16.10dev 2. Download and install Japanese language pack from langpacks.mahara.org 3. Select Japanese as my language in Mahara 4. Log in 5. Create a new institution Expected (error) result: Errors out

[Mahara-contributors] [Bug 1613478] Re: Update Elastica library to 2.3.1

2016-08-15 Thread Son Nguyen
** Changed in: mahara Assignee: (unassigned) => Son Nguyen (ngson2000) -- 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-contributors] [Bug 1613392] Re: PostgreSQL insert error into site_content with multibyte language packs.

2016-08-15 Thread Robert Lyon
Hi Mitsuhiro Yoshida, I've added your fix to the Mahara gerrit -> https://reviews.mahara.org/#/c/6843/ Are you able to give some more information on how to test/verify this issue. What was the text and the encoding format of that text? Are you able to put together a few basic steps I can try

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

2016-08-15 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/6843 -- 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

[Mahara-contributors] [Bug 1613481] [NEW] Update Zend framework to 1.12.19

2016-08-15 Thread Son Nguyen
Public bug reported: We need to update to 1.12.19 as some security patches since 1.12.17. ** Affects: mahara Importance: High Status: Confirmed ** Changed in: mahara Milestone: None => 16.10.0 ** Changed in: mahara Status: New => Confirmed ** Changed in: mahara

[Mahara-contributors] [Bug 1613483] [NEW] Update PDFjs to 1.4.20

2016-08-15 Thread Son Nguyen
Public bug reported: Since 1.1.1040, there have been several bug fixes and few features. We would highly update this. ** Affects: mahara Importance: High Status: Confirmed ** Changed in: mahara Status: New => Confirmed ** Changed in: mahara Importance: Undecided => High

[Mahara-contributors] [Bug 1613478] [NEW] Update Elastica library to 2.3.1

2016-08-15 Thread Son Nguyen
Public bug reported: The current version of Elastica is 2.0.0, we should update it to 2.3.1 as it has lots of bug fixes and support for newer Elasticsearch 1.7.3+. ** Affects: mahara Importance: High Status: Confirmed ** Changed in: mahara Milestone: None => 16.10.0 **

[Mahara-contributors] [Bug 1613480] [NEW] Update HTML Purifier to 4.8.0

2016-08-15 Thread Son Nguyen
Public bug reported: We need to update this library to 4.8.0 to compatible to PHP7 ** Affects: mahara Importance: High Status: Confirmed ** Changed in: mahara Milestone: None => 16.10.0 ** Changed in: mahara Status: New => Confirmed ** Changed in: mahara

[Mahara-contributors] [Bug 1613392] [NEW] PostgreSQL insert error into site_content with multibyte language packs.

2016-08-15 Thread Mitsuhiro Yoshida
Public bug reported: When we try to add a new institution using Japanese language menu, we have an error message "Mahara: Site unavailable A nonrecoverable error occurred. This probably means you have encountered a bug in the system" and can't add the institution. And Apache error log says as