[Mahara-contributors] [Bug 1007223] Re: Allowing page themes disables iPad editing

2013-12-03 Thread Son Nguyen
Hi Richard; I have also tested this on IPad (Sarafi and Chrome) with Mahara 1.8. It worked well. Do you still have the issue with Mahara 1.8? Thanks ** Changed in: mahara Status: Triaged => Incomplete -- You received this bug notification because you are a member of Mahara Contributors

[Mahara-contributors] [Bug 1007223] Re: Allowing page themes disables iPad editing

2013-12-03 Thread Son Nguyen
Tested on my 4.2 android phone with Mahara 1.8 and master. It worked 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-contributors] [Bug 944405] Re: No way to notify translators that help files have changed

2013-12-03 Thread Son Nguyen
My solution is adding an comment about the version to help files: This will help to update the msgctxt and enable translators to see the modified help files -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscripti

[Mahara-contributors] [Bug 1223069] Re: Site files accessible in "Links and resources" sidebar

2013-12-02 Thread Son Nguyen
** Changed in: mahara Assignee: (unassigned) => Adrian Schlegel (adrian-liip) ** Changed in: mahara Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscri

[Mahara-contributors] [Bug 1246580] Re: Upgrade PHPMailer to 5.2.7

2013-12-02 Thread Son Nguyen
** Changed in: mahara Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org foru

[Mahara-contributors] [Bug 921994] Re: LEAP2 import does not check if the new user email is already used in Mahara

2013-12-02 Thread Son Nguyen
I think an interactive UI importing for a bulk of users needs to be implemented. This will help admins to remove duplicate email addresses. -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription fo

[Mahara-contributors] [Bug 904065] Re: Auth plugins have lots of duplicated code

2013-12-02 Thread Son Nguyen
The tool PMD/CPD (http://pmd.sourceforge.net/cpd.html) to detect code duplicates is quite helpful -- 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 o

[Mahara-contributors] [Bug 898914] Re: Modification dates on shared pages not updating

2013-12-02 Thread Son Nguyen
Hi Robert; Yes, this is what Melissa implemented in her last patch https://reviews.mahara.org/#/c/950/3. However, instead of adding new column (blocksmtime) to the 'view' table, Richard recommended of using the existing column 'mtime'. I agreed with his idea. -- You received this bug notifica

[Mahara-contributors] [Bug 897141] Re: Cant hit reply in forum open on Android

2013-12-02 Thread Son Nguyen
Currently, it works for 4.2 android phone and Mahara 1.8 + master -- 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 foru

[Mahara-contributors] [Bug 836361] Re: TabletPC - android - can't drag media types to portfolio page

2013-12-02 Thread Son Nguyen
Now it works well for my 4.2 Android phone and Mahara 1.8 and master. -- 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

[Mahara-contributors] [Bug 802096] Re: Mahoodle login problem

2013-12-02 Thread Son Nguyen
According to the reporter, this issue may be only for 1.3.6. It works fine for 1.4 -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev o

[Mahara-contributors] [Bug 802096] Re: Mahoodle login problem

2013-12-02 Thread Son Nguyen
The Mahoodle instruction on wiki page: https://wiki.mahara.org/index.php/File:Mahoodle-updated-en.pdf can not be accessed. -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Cont

[Mahara-contributors] [Bug 547773] Re: Time out error when text box has heavy HTML

2013-12-01 Thread Son Nguyen
After analysing the profiling of Mahara, I found the most CPU-consuming task is to purify the HTML text. I pushed https://reviews.mahara.org/2759 for speedup the execution of viewing big HTML in Mahara view by over 100% -- You received this bug notification because you are a member of Mahara Con

[Mahara-contributors] [Bug 785472] Re: Eliminate all raise_memory_limit() calls

2013-11-27 Thread Son Nguyen
I would use KCachegrind for analysing the memory usage of this scripts then optimize them. -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #maha

[Mahara-contributors] [Bug 785472] Re: Eliminate all raise_memory_limit() calls

2013-11-27 Thread Son Nguyen
I would classify this bug as a new feature. -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or un

[Mahara-contributors] [Bug 547773] Re: Time out error when text box has heavy HTML

2013-11-27 Thread Son Nguyen
Another big html file to test ** Attachment added: "Curiosity was built with 2.5 million lines of C.html" https://bugs.launchpad.net/mahara/+bug/547773/+attachment/3918681/+files/Curiosity%20was%20built%20with%202.5%20million%20lines%20of%20C.html -- You received this bug notification becaus

[Mahara-contributors] [Bug 785469] Re: Support for storing sessions in memcache/redis

2013-11-27 Thread Son Nguyen
Hi Aaron; Yes, It would be good to have session plugins. +1 for this -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org f

[Mahara-contributors] [Bug 738263] Re: faulty contact us form with noreplyaddress configdirective

2013-11-27 Thread Son Nguyen
I think we can fix the issue by 1. Replace the 'From' field by noreply address, and store the user's email address in 'Reply-to' field 2. Reconfigure the request tracking system of mahara.org. -- You received this bug notification because you are a member of Mahara Contributors, which is subscr

[Mahara-contributors] [Bug 692769] Re: Clean up the Print stylesheet

2013-11-27 Thread Son Nguyen
I found some things: 1. Control buttons (edit, delete) for feedbacks should not be printed. 2. Links inside a block may be cropped (see attached file) 3. Links to embedded media artefacts don't show up 4. If there is no feedback, a message should be printed ** Attachment added: "printedpage.pdf"

[Mahara-contributors] [Bug 691366] Re: registration link broken in Outlook Express and Hotmail

2013-11-27 Thread Son Nguyen
Upgrading PHPMailer to 5.2.7 may solve this problem https://reviews.mahara.org/#/c/2675/ -- 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

[Mahara-contributors] [Bug 634193] Re: post-max-size exceeding error is not tracked

2013-11-27 Thread Son Nguyen
Many places in Mahara use uploading files without tracking this errors Here is the result of $ grep -r "'type'.*'file'" htdocs/ htdocs/skin/import.php htdocs/import/index.php htdocs/admin/site/font/add.php htdocs/admin/site/font/installgwf.php htdocs/admin/site/font/install.php htdocs/admin

[Mahara-contributors] [Bug 634193] Re: post-max-size exceeding error is not tracked

2013-11-27 Thread Son Nguyen
Let me clear the problem 1. Catching the exception when uploaded file size is bigger than post_max_size 2. Displaying the error message -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for a

[Mahara-contributors] [Bug 547773] Re: Time out error when text box has heavy HTML

2013-11-27 Thread Son Nguyen
Test case: 1. Edit a page 2. Add a 'Some HTML' block 3. Upload a big html file. See my attached file 4. Click save and check the error log to see the error message ** Attachment added: "Samsung will buy your smartphone if you buy the SII, SIII, or Note. Available in Canada? : Android.html"

[Mahara-contributors] [Bug 547773] Re: Time out error when text box has heavy HTML

2013-11-27 Thread Son Nguyen
I think the best way is to purify html text before store it into the database. For some bug html blocks, we will use chunking method as Hugh mentioned -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subs

[Mahara-contributors] [Bug 1254841] Re: Embedded media files overlap block configuration pop-up

2013-11-26 Thread Son Nguyen
https://reviews.mahara.org/2751 is the solution for Firefox and IE For Google Chromium, it is still the browser issue: https://code.google.com/p/chromium/issues/detail?id=13030 ** Bug watch added: code.google.com/p/chromium/issues #13030 http://code.google.com/p/chromium/issues/detail?id=13030

[Mahara-contributors] [Bug 1254841] Re: Embedded media files overlap block configuration pop-up

2013-11-26 Thread Son Nguyen
I have added the parameter windowlessVideo="true". It worked for FF but not Chromium. -- 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-de

[Mahara-contributors] [Bug 1254841] Re: Embedded media files overlap block configuration pop-up

2013-11-26 Thread Son Nguyen
** Changed in: mahara/1.9 Status: Confirmed => In Progress -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org foru

[Mahara-contributors] [Bug 1254841] Re: Embedded media files overlap block configuration pop-up

2013-11-26 Thread Son Nguyen
Adding the parameter wmode="opaque" did not work for embed wmp player -- 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

[Mahara-contributors] [Bug 661602] Re: Dates on external blog posts are not shown

2013-11-25 Thread Son Nguyen
https://reviews.mahara.org/2749 -- 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

[Mahara-contributors] [Bug 661602] Re: Dates on external blog posts are not shown

2013-11-25 Thread Son Nguyen
** Changed in: mahara Assignee: (unassigned) => Son Nguyen (ngson2000) ** Changed in: mahara Status: Triaged => In Progress -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscripti

[Mahara-contributors] [Bug 1053708] Re: A full list of Pages don't show up

2013-11-25 Thread Son Nguyen
https://reviews.mahara.org/2743 -- 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

[Mahara-contributors] [Bug 1053708] Re: A full list of Pages don't show up

2013-11-25 Thread Son Nguyen
** Also affects: mahara/1.9 Importance: Medium Status: Confirmed ** Also affects: mahara/1.8 Importance: Undecided Status: New ** Changed in: mahara/1.9 Milestone: 1.8.1 => 1.9.0 ** Changed in: mahara/1.9 Assignee: (unassigned) => Son Nguyen (ngson2000) ** C

[Mahara-contributors] [Bug 1159148] Re: Flowplayer cannot see mp4 files

2013-11-25 Thread Son Nguyen
** Changed in: mahara Assignee: Son Nguyen (ngson2000) => (unassigned) -- 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

[Mahara-contributors] [Bug 972111] Re: Images in users file area remain linked to original after page copy if wrapped in a link

2013-11-25 Thread Son Nguyen
I don't think this is neither a bug nor a feature. When you copy a textbox in a page, you will have the same content of the original one. ** Changed in: mahara Status: In Progress => Incomplete ** Changed in: mahara Assignee: Son Nguyen (ngson2000) => (unassigned) **

[Mahara-contributors] [Bug 972111] Re: Images in users file area remain linked to original after page copy if wrapped in a link

2013-11-25 Thread Son Nguyen
** Changed in: mahara Assignee: Melissa Draper (melissa) => Son Nguyen (ngson2000) ** Changed in: mahara Milestone: 1.8.1 => 1.9.0 ** Changed in: mahara Status: Confirmed => In Progress -- You received this bug notification because you are a member of Mahara Contributo

[Mahara-contributors] [Bug 956831] Re: Help files for blocks inside artefacts do not load

2013-11-25 Thread Son Nguyen
This issue does not happen in current master ** Changed in: mahara Status: Triaged => Incomplete -- 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

[Mahara-contributors] [Bug 1254394] Re: Can't change auth method on /admin/users/edit.php

2013-11-24 Thread Son Nguyen
https://reviews.mahara.org/2742 -- 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

[Mahara-contributors] [Bug 1254394] Re: Can't change auth method on /admin/users/edit.php

2013-11-24 Thread Son Nguyen
This may be a regression of the patch https://reviews.mahara.org/#/c/2452/ -- 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

[Mahara-contributors] [Bug 1254394] Re: Can't change auth method on /admin/users/edit.php

2013-11-24 Thread Son Nguyen
** Changed in: mahara Assignee: (unassigned) => Son Nguyen (ngson2000) ** Changed in: mahara Status: New => In Progress -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription f

[Mahara-contributors] [Bug 778254] Re: Split multiple user activity notifications into chunks

2013-11-20 Thread Son Nguyen
Note for testing: 1. Add an group and turn on "Auto-add users" 2. Add hundreds users via CSV (attached file) 3. Change the minute of activity_process_queue in the table 'cron' to '*' 4. Change the minute of interaction_forum_new_post in the table 'interaction_cron' to '*' The chunk size is set t

[Mahara-contributors] [Bug 778254] Re: Split multiple user activity notifications into chunks

2013-11-20 Thread Son Nguyen
https://reviews.mahara.org/2729 -- 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

[Mahara-contributors] [Bug 778254] Re: Split multiple user activity notifications into chunks

2013-11-19 Thread Son Nguyen
** Changed in: mahara Assignee: (unassigned) => Son Nguyen (ngson2000) ** Changed in: mahara Status: Confirmed => In Progress -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscr

[Mahara-contributors] [Bug 1235877] Re: Add file in a resume - interface consistency

2013-11-19 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

[Mahara-contributors] [Bug 1235877] Re: Add file in a resume - interface consistency

2013-11-19 Thread Son Nguyen
Hi I think making the 'Add' option like the 'Edit' option but loading in a popup window would be the best trade-off. Cheers, Son -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mah

[Mahara-contributors] [Bug 1250302] Re: A site admin who belongs to an institution with skins disabled, gets an error trying to edit site skins

2013-11-19 Thread Son Nguyen
https://reviews.mahara.org/2722 -- 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

[Mahara-contributors] [Bug 547987] Re: Allow users to upload LEAP2A files when registering

2013-11-19 Thread Son Nguyen
Actually this patch allows users to import their leap2a portfolio right after registering. If users want to import later they can use interactive import (Portfolio/Import) -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Match

[Mahara-contributors] [Bug 1250302] Re: A site admin who belongs to an institution with skins disabled, gets an error trying to edit site skins

2013-11-19 Thread Son Nguyen
** Changed in: mahara Status: New => In Progress -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before e

[Mahara-contributors] [Bug 1250302] Re: A site admin who belongs to an institution with skins disabled, gets an error trying to edit site skins

2013-11-18 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

[Mahara-contributors] [Bug 1237198] Re: Make Elasticsearch plugin work with MySQL

2013-11-17 Thread Son Nguyen
Hi Ghada; Are you aiming for MySQL 5.0.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 u

[Mahara-contributors] [Bug 1251455] [NEW] Better navigation for plugin administration

2013-11-14 Thread Son Nguyen
Public bug reported: Version: master Platform: all It would be convenient for admins to navigate back to 'Plugin administration' page after configuring a plugin. After clicking 'Save' button in Plugin configuration page I expected to return back to the 'Plugin administration' page. ** Affects

[Mahara-contributors] [Bug 1042053] Re: Error message when removing users from other institutions

2013-11-12 Thread Son Nguyen
** Changed in: mahara Status: Triaged => Invalid -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before e

[Mahara-contributors] [Bug 1058416] Re: Copying page in a collection only gives "untitled" title for clean URLs

2013-11-12 Thread Son Nguyen
https://reviews.mahara.org/2704 -- 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

[Mahara-contributors] [Bug 1058416] Re: Copying page in a collection only gives "untitled" title for clean URLs

2013-11-12 Thread Son Nguyen
This issue also happens when copying a collection without clicking 'Next: Edit collection pages' -- 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-contributors] [Bug 1058416] Re: Copying page in a collection only gives "untitled" title for clean URLs

2013-11-12 Thread Son Nguyen
It does not matter that the page is in a collection or not. -- 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 befo

[Mahara-contributors] [Bug 1058416] Re: Copying page in a collection only gives "untitled" title for clean URLs

2013-11-12 Thread Son Nguyen
This issue only happens if you don't click 'Save' after copying. -- 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 1058416] Re: Copying page in a collection only gives "untitled" title for clean URLs

2013-11-12 Thread Son Nguyen
** Changed in: mahara Assignee: Aaron Wells (u-aaronw) => 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 #mah

[Mahara-contributors] [Bug 1247715] Re: Upgrade to 1.8.0 fails - can't connect to mysql

2013-11-11 Thread Son Nguyen
** Changed in: mahara Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum

[Mahara-contributors] [Bug 1212095] Re: The content of text boxes should be reset when clicking 'cancel' button

2013-11-11 Thread Son Nguyen
Here is the steps 1. Access Content/Resume/Interests page 2. Click Edit, enter 'abc', then click Save 3. Click Edit again, enter 'xyz', then click Cancel 4. Click Edit again - Expected result: 'abc' - Actual result: 'xyz' When click Cancel, the context of the editor should be reset to 'abc' **

[Mahara-contributors] [Bug 1249123] Re: Users who are in "No Institution" can't use skins

2013-11-11 Thread Son Nguyen
https://reviews.mahara.org/2695 ** Changed in: mahara Assignee: (unassigned) => Son Nguyen (ngson2000) ** Changed in: mahara Status: Confirmed => In Progress -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to

[Mahara-contributors] [Bug 1248307] Re: Content chooser panel doesn't work on tablet

2013-11-07 Thread Son Nguyen
https://reviews.mahara.org/2692 -- 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

[Mahara-contributors] [Bug 1248307] Re: Content chooser panel doesn't work on tablet

2013-11-05 Thread Son Nguyen
No. The new version of MobileDetect did not help to solve this issue -- 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 f

[Mahara-contributors] [Bug 1248307] Re: Content chooser panel doesn't work on tablet

2013-11-05 Thread Son Nguyen
A new version of MobileDetect has been updated to Mahara core. This may solve the issue Do you still have it? -- 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 --

[Mahara-contributors] [Bug 1245638] Re: elasticsearch 'textbox' results should be under text rather than media

2013-11-05 Thread Son Nguyen
** Changed in: mahara Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org foru

[Mahara-contributors] [Bug 1248318] Re: session messages to display in alternative places

2013-11-05 Thread Son Nguyen
** Changed in: mahara Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org foru

[Mahara-contributors] [Bug 1248307] Re: Content chooser panel doesn't work on tablet

2013-11-05 Thread Son Nguyen
** Changed in: mahara Status: Confirmed => In Progress -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum be

[Mahara-contributors] [Bug 1246573] Re: Upgrade htmlpurifier to 4.5.0

2013-11-05 Thread Son Nguyen
I have tested clean_html with html blocks 1. normal and short html page 2. long html page. Error raised if it is too big > 600KB 3. html page with malicious code ** Changed in: mahara Status: Confirmed => Fix Committed ** Changed in: mahara Assignee: (unassigned) => Aaron Wells (u-a

[Mahara-contributors] [Bug 1246576] Re: Upgrade MobileDetect library to 2.7.1

2013-11-04 Thread Son Nguyen
** Changed in: mahara Status: Confirmed => Fix Committed ** Changed in: mahara Assignee: (unassigned) => Aaron Wells (u-aaronw) -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription f

[Mahara-contributors] [Bug 1246573] Re: Upgrade htmlpurifier to 4.5.0

2013-11-04 Thread Son Nguyen
Hi Aaron; Any idea of testing this patch? -- 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 uns

[Mahara-contributors] [Bug 1246580] Re: Upgrade PHPMailer to 5.2.7

2013-11-04 Thread Son Nguyen
** Changed in: mahara Status: Confirmed => In Progress -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum be

[Mahara-contributors] [Bug 1246933] Re: image slider display error

2013-11-03 Thread Son Nguyen
https://reviews.mahara.org/2674 -- 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

[Mahara-contributors] [Bug 1246933] Re: image slider display error

2013-11-03 Thread Son Nguyen
** Changed in: mahara Assignee: (unassigned) => Son Nguyen (ngson2000) ** Changed in: mahara Status: New => In Progress ** Changed in: mahara Milestone: None => 1.9.0 -- You received this bug notification because you are a member of Mahara Contributors, which is subs

[Mahara-contributors] [Bug 1246933] Re: image slider display error

2013-11-03 Thread Son Nguyen
Hi Steven; For the #2 issue, I think the scroll bar will disappear and does affect the image slide. For the #1 issue, we can fix it by 1. The left double arrow (<<) will take back to the first image, this arrow only displays when users navigate away from the first image 2. The right double arrow

[Mahara-contributors] [Bug 1237013] Re: Allow theme to turn off skins

2013-11-03 Thread Son Nguyen
** Changed in: mahara Status: New => In Progress -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before e

[Mahara-contributors] [Bug 1246944] Re: import Leap2A file not working

2013-11-03 Thread Son Nguyen
I have successfully upload and import your leap2a file to my local Mahara instance However, it seems some blocks in pages were missing -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for al

[Mahara-contributors] [Bug 1236767] Re: Custom layouts aren't displayed properly and can't be created with more than 4 rows

2013-11-01 Thread Son Nguyen
** Changed in: mahara Status: In Progress => Incomplete -- 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 b

[Mahara-contributors] [Bug 1237120] Re: field info text missing

2013-11-01 Thread Son Nguyen
Hi Steven; I couldn't see this issue. I have checked the code and saw the help file htdocs/artefact/resume/lang/en.utf8/help/forms/addbook.url.html is available. Do you still have this problem? ** Changed in: mahara Status: Triaged => Incomplete -- You received this bug notification b

[Mahara-contributors] [Bug 1246944] Re: import Leap2A file not working

2013-10-31 Thread Son Nguyen
Hi Steven; Can you attach your leap2a file? -- 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 u

[Mahara-contributors] [Bug 1236767] Re: Custom layouts aren't displayed properly and can't be created with more than 4 rows

2013-10-30 Thread Son Nguyen
Hi Angela; What did you see in the PHP and Apache error log? -- 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 be

[Mahara-contributors] [Bug 1236767] Re: Custom layouts aren't displayed properly and can't be created with more than 4 rows

2013-10-30 Thread Son Nguyen
Hi Angela; Can you put these code: log_debug('action:' . $action, false); log_debug('values:' . var_export($values, true), false); at the line 1632 of the file lib/view.php Replicate the error and show me the appache error log file -- You received this bug notification because you are a m

[Mahara-contributors] [Bug 1236636] Re: Can attach other users' Folders to your Image Gallery block

2013-10-28 Thread Son Nguyen
** Changed in: mahara/1.5 Status: Fix Committed => Fix Released -- 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

[Mahara-contributors] [Bug 1140836] Re: 'Max. items per page' doesn't work for group pages

2013-10-28 Thread Son Nguyen
** Changed in: mahara/1.7 Status: Triaged => Fix Released -- 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 1229563] Re: Blocks lost when importing a leap2a from mahara.org

2013-10-28 Thread Son Nguyen
** Changed in: mahara/1.7 Status: Confirmed => Fix Released -- 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 for

[Mahara-contributors] [Bug 1236636] Re: Can attach other users' Folders to your Image Gallery block

2013-10-28 Thread Son Nguyen
** Changed in: mahara/1.6 Status: Fix Committed => Fix Released ** Changed in: mahara/1.7 Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription

[Mahara-contributors] [Bug 1236128] Re: "Image gallery" & "Folder" blocks don't show which folder is selected

2013-10-28 Thread Son Nguyen
** Changed in: mahara/1.6 Status: Fix Committed => Fix Released ** Changed in: mahara/1.7 Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription

[Mahara-contributors] [Bug 1239539] Re: Registration: Force Terms and Conditions - error text

2013-10-28 Thread Son Nguyen
** Changed in: mahara/1.6 Status: In Progress => Fix Released ** Changed in: mahara/1.7 Status: In Progress => Fix Released -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for

[Mahara-contributors] [Bug 525632] Re: "this field is required" message when importing a LEAP2A zip file

2013-10-28 Thread Son Nguyen
** Changed in: mahara/1.7 Status: Triaged => Fix Released ** Changed in: mahara/1.6 Status: Triaged => Fix Released -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mah

[Mahara-contributors] [Bug 1234487] Re: Put the system requirements for each Mahara release into README

2013-10-24 Thread Son Nguyen
** Changed in: mahara/1.7 Status: Confirmed => Fix Released ** Changed in: mahara/1.6 Status: Confirmed => Fix Released -- 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] [Bug 1046114] Re: Errors when adding new institution members

2013-10-24 Thread Son Nguyen
** Changed in: mahara/1.6 Status: Confirmed => Fix Released ** Changed in: mahara/1.7 Status: Confirmed => Fix Released -- 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] [Bug 1236128] Re: "Image gallery" & "Folder" blocks don't show which folder is selected

2013-10-24 Thread Son Nguyen
** Changed in: mahara/1.5 Status: Fix Committed => Fix Released -- 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

[Mahara-contributors] [Bug 1208287] Re: Clarify error message in Mahara syntax checker about table names with {}

2013-10-24 Thread Son Nguyen
** Changed in: mahara/1.6 Status: Confirmed => Fix Released ** Changed in: mahara/1.7 Status: Confirmed => Fix Released -- 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] [Bug 1223063] Re: Deleting display name does not remove it

2013-10-24 Thread Son Nguyen
** Changed in: mahara/1.6 Status: Confirmed => Fix Released ** Changed in: mahara/1.7 Status: Confirmed => Fix Released -- 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] [Bug 1236128] Re: "Image gallery" & "Folder" blocks don't show which folder is selected

2013-10-24 Thread Son Nguyen
** Also affects: mahara/1.5 Importance: Undecided Status: New ** Changed in: mahara/1.5 Milestone: None => 1.5.13 ** Changed in: mahara/1.5 Assignee: (unassigned) => Son Nguyen (ngson2000) ** Changed in: mahara/1.5 Status: New => In Progress ** Changed in: m

[Mahara-contributors] [Bug 1236128] Re: "Image gallery" & "Folder" blocks don't show which folder is selected

2013-10-24 Thread Son Nguyen
** Changed in: mahara/1.6 Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org

[Mahara-contributors] [Bug 1236128] Re: "Image gallery" & "Folder" blocks don't show which folder is selected

2013-10-24 Thread Son Nguyen
** No longer affects: mahara/1.5 -- 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

[Mahara-contributors] [Bug 1236636] Re: Can attach other users' Folders to your Image Gallery block

2013-10-24 Thread Son Nguyen
** Changed in: mahara/1.5 Status: Confirmed => Fix Committed ** Changed in: mahara/1.6 Status: Confirmed => Fix Committed ** Changed in: mahara/1.7 Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Mahara Contributors, whic

[Mahara-contributors] [Bug 1237095] Re: Users can unset 'Multiple journals' option even having more than one

2013-10-22 Thread Son Nguyen
** Changed in: mahara Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org foru

[Mahara-contributors] [Bug 1046114] Re: Errors when adding new institution members

2013-10-22 Thread Son Nguyen
** Changed in: mahara Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org foru

[Mahara-contributors] [Bug 1240746] Re: Plans page displaying 1 block of text when I used 3 paragraphs

2013-10-21 Thread Son Nguyen
** Changed in: mahara Status: Triaged => Fix Committed -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum be

[Mahara-contributors] [Bug 1240776] Re: PDF media looks incomplete

2013-10-21 Thread Son Nguyen
** Changed in: mahara Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org foru

[Mahara-contributors] [Bug 1240411] Re: Folder name disappears after clicking on it in a page

2013-10-21 Thread Son Nguyen
** Changed in: mahara Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org foru

<    5   6   7   8   9   10   11   12   13   14   >