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

2015-11-12 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/5709 -- 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 befor

[Mahara-contributors] [Bug 1515774] Re: Add font page looks broken when fonts added

2015-11-12 Thread Pat
** Changed in: mahara Assignee: Pat (pat-kira) => (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 or mahara.org fo

[Mahara-contributors] [Bug 1515774] Re: Add font page looks broken when fonts added

2015-11-12 Thread Liam
** Changed in: mahara Assignee: (unassigned) => Liam (liam-sharpe) -- 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.or

[Mahara-contributors] [Bug 1515826] Re: Export portfolio as html gives an "error" due to missing views.css file

2015-11-12 Thread Ghada El-Zoghbi
Also, the generated export files refer to (i.e. page's index.php file): which is coming from /htdocs/theme/raw/plugintype/export/html/templates/header.tpl -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to Mahara. Matching subscriptio

[Mahara-contributors] [Bug 1515826] [NEW] Export portfolio as html gives an "error" due to missing views.css file

2015-11-12 Thread Ghada El-Zoghbi
Public bug reported: $config->version = 2015092910; $config->series = '15.10'; $config->release = '15.10.0'; DB: Postgres OS: Linux When exporting a portfolio as HTML, we get the following "error" on the screen: Could not copy static file '/var/www/demo-mahara-org-prod- mahara/releases/2015

[Mahara-contributors] [Bug 1515794] Re: phpunit database teardown is incomplete

2015-11-12 Thread Aaron Wells
Hm, actually it's failing trying to create a table. The blocktype_taggedposts_tags, from artefact.blog/blocktype:taggedposts This particular blocktype is the *only* blocktype that lives inside an artefact *and* has its own install.xml file. So probably the deal is that phpunit's tearer-downer isn'

[Mahara-contributors] [Bug 1515473] Re: 15.04 Unit tests fail using MySql

2015-11-12 Thread Aaron Wells
Created Bug 1515794 to track the separate issue of incomplete phpunit teardown. ** Also affects: mahara/15.04 Importance: Undecided Status: New ** Also affects: mahara/15.10 Importance: Undecided Status: New ** Also affects: mahara/16.04 Importance: Undecided Status

[Mahara-contributors] [Bug 1515473] Re: 15.04 Unit tests fail using MySql

2015-11-12 Thread Aaron Wells
These two patches can be backported to 15.10 and 15.04, because they only affect dev-related code, not end-user code. (All the phpunit code gets removed by the release packaging script.) -- You received this bug notification because you are a member of Mahara Contributors, which is subscribed to

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

2015-11-12 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/5707 -- 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 befor

[Mahara-contributors] [Bug 1515794] [NEW] phpunit database teardown is incomplete

2015-11-12 Thread Aaron Wells
Public bug reported: As noticed in Bug 1515473. If you run the Mahara phpunit tests twice against the same database (by doing "make phpunit") you get errors on the second run. Phpunit attempts to tear down the test database and re-create it, but it misses some items and errors out when it tries t

[Mahara-contributors] [Bug 1515794] Re: phpunit database teardown is incomplete

2015-11-12 Thread Aaron Wells
MySQL: [INF] ce (lib/phpunit.php:159) Installing blocktype.blog/taggedposts [DBG] ce (lib/dml.php:150) mysqli error: [1050: Table 'tst_blocktype_taggedposts_tags' already exists] in adodb_throw(CREATE TABLE tst_blocktype_taggedposts_tags ( [DBG] ce (lib/dml.php:150) id BIGINT(10) NOT NULL au

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

2015-11-12 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/5708 -- 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 befor

[Mahara-contributors] [Bug 1515473] Re: 15.04 Unit tests fail using MySql

2015-11-12 Thread Aaron Wells
Okay, I found a few things going on here: 1. I put the "markTestSkipped" command in the "testRun()" method. So, the "setup()" method still runs, unnecessarily, for the webservices tests. 2. The WebServiceTestBase class fails to call parent::setup() during its setup() method. That's what is causin

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

2015-11-12 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/5706 -- 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 befor

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

2015-11-12 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/5705 -- 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 befor

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

2015-11-12 Thread Mahara Bot
Patch for "master" branch: https://reviews.mahara.org/5705 -- 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 befor

[Mahara-contributors] [Bug 1515473] Re: 15.04 Unit tests fail using MySql

2015-11-12 Thread Ghada El-Zoghbi
Hi Aaron, Yes, it's strange. Our Continuous Integration is running them and failing for a project that uses MySql. That's why I tested it with a Vanilla Mahara and got the same results (to make sure I wasn't going crazy). Ghada -- You received this bug notification because you are a member of

[Mahara-contributors] [Bug 1515473] Re: 15.04 Unit tests fail using MySql

2015-11-12 Thread Aaron Wells
Well, we have a (very few) written, including these three from the webservices. And we have the infrastructure for writing and running more of them. But it has not been our policy to routinely write unit tests, because Mahara wasn't originally written with unit testing in mind, and hence it would r

[Mahara-contributors] [Bug 1515774] [NEW] Add font page looks broken when fonts added

2015-11-12 Thread Robert Lyon
Public bug reported: The layout for 15.10 looks to be worse than it was in 15.04 see attached screenshot You can test by importing the attached zip file as google fonts ** Affects: mahara Importance: Medium Assignee: Pat (pat-kira) Status: Confirmed ** Tags: regression **

[Mahara-contributors] [Bug 1515774] Re: Add font page looks broken when fonts added

2015-11-12 Thread Robert Lyon
** Attachment added: "new look on left - old look on right" https://bugs.launchpad.net/mahara/+bug/1515774/+attachment/4517771/+files/add-font-page.jpg ** Changed in: mahara Assignee: (unassigned) => Pat (pat-kira) -- You received this bug notification because you are a member of Mahara

[Mahara-contributors] [Bug 1515484] Re: Add json pagination to more places

2015-11-12 Thread Robert Lyon
The others I found that do not have json pagination htdocs/user/online.php htdocs/admin/site/fonts.php -- 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 1515484] Re: Add json pagination to more places

2015-11-12 Thread Robert Lyon
Ok, I'll make all the paginators use the same code -- 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 editin

[Mahara-contributors] [Bug 1514415] Re: [MySQL] Index column size too large. The maximum column size is 767 bytes.

2015-11-12 Thread Kristina Hoeppner
** 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 for all Mahara Contributors -- please ask on #mahara-dev or mahar

[Mahara-contributors] [Bug 1514608] Re: MySQL deadlock issues with simultaneous users

2015-11-12 Thread Russell Boyatt
Great, pleased that was helpful. The JMeter plan is fairly unsophisticated, a better plan would parse the response and adjust accordingly. In the mean time your response code approach is a good suggestion. Out of interest, is it easier to trigger the deadlock problems if you drop the transaction

[Mahara-contributors] [Bug 1465107] Re: Use the Bootstrap CSS framework

2015-11-12 Thread Kristina Hoeppner
** Changed in: mahara Status: Fix Committed => Fix Released ** No longer affects: 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 a

[Mahara-contributors] [Bug 1515473] Re: 15.04 Unit tests fail using MySql

2015-11-12 Thread Kristina Hoeppner
Do we still use unit tests? -- 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!

[Mahara-contributors] [Bug 1515484] Re: Add json pagination to more places

2015-11-12 Thread Kristina Hoeppner
Hello Robert, For consistency, should all paginators use the same code? Otherwise, we might get into the situation again that we have had until 15.04 where there were at least 3 different implementations. Thank you Kristina ** Changed in: mahara Status: New => In Progress -- You receiv

[Mahara-contributors] [Bug 1515150] Re: User search fails and throws a "A nonrecoverable error occurred" message

2015-11-12 Thread Ed Cooper
*** This bug is a duplicate of bug 1514272 *** https://bugs.launchpad.net/bugs/1514272 Many thanks Aaron, that's fixed it. Cheers! Ed -- 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 1514661] A change has been merged

2015-11-12 Thread Mahara Bot
Reviewed: https://reviews.mahara.org/5703 Committed: https://git.mahara.org/mahara/mahara/commit/3286011f3b4fa1f623940eb0ada817d1e210771a Submitter: Robert Lyon (robe...@catalyst.net.nz) Branch:15.10_STABLE commit 3286011f3b4fa1f623940eb0ada817d1e210771a Author: Ghada El-Zoghbi Date: Wed

[Mahara-contributors] [Bug 1514661] Re: Textbox blocktype raising error when configdata['artefactids'] is not set

2015-11-12 Thread Robert Lyon
** Changed in: mahara/15.10 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.or