07:03:18 #startmeeting 07:03:18 Meeting started Wed Sep 30 07:03:18 2015 UTC. The chair is anitsirk. Information about MeetBot at http://wiki.debian.org/MeetBot. 07:03:18 Useful Commands: #action #agreed #help #info #idea #link #topic. 07:03:26 Welcome to the 47th Mahara developer meeting. 07:03:27 Please introduce yourself using "#info" at the start so that this can be recorded for the minutes. 07:03:27 #info anitsirk is Kristina Hoeppner, Catalyst in Wellington, New Zealand 07:03:39 #info yuliya is Yuliya Bozhko from Totara Learning Solutions in Brighton, UK 07:03:56 #info ghada is Ghada El-Zoghbi, Catalyst IT, Sydney, Australia 07:04:05 #info robertl_ is Robert Lyon, Catalyst in Wellington, New Zealand 07:04:33 aarowlaptop? 07:05:14 well, let's continue. he'll probably come back later. 07:05:16 #topic Items from last meeting 07:05:16 #info Everyone attempt to add bugs to the HTML export blueprint 07:05:41 #info aarowlaptop is Aaron Wells in Wellington, New Zealand, Catalyst IT 07:05:49 I haven't done anything. Been a bit too busy testing patches for 15.10 RC and working on partner programme and a few other things. 07:06:19 i haven't done anything either 07:06:49 I took a look to how easy it would be to get the HTML export of pages to use the correct css and it doesn't look too difficult, but then again it's not a few hours type of fix either 07:07:31 robertl_ does it help with bootstrap now or did it get more complicated? 07:08:12 it was always a bit complicated - it currently uses the css that lives in a special dir under the export/html path 07:08:27 rather than the actual css under the theme 07:09:08 working out what theme is needed and where the css lives is simple-ish enough 07:09:59 it zipping it up and getting the html header of the exported page to add/display the css lines that is a bit tricky 07:10:44 #info Exporting the proper CSS in the HTML export is doable. working out what theme is needed and where the css lives is simple-ish enough. it zipping it up and getting the html header of the exported page to add/display the css lines that is a bit tricky 07:11:04 but not too bad - it just needs some time/love to get it sorted out :) 07:11:53 thanks for the info. it doesn't look like anything else is needed to discuss, is there? 07:12:33 #info aarowlaptop to collate the Mahara registration stats again 07:13:11 I gathered the latest stats this evening 07:13:18 and I've uploaded them into another Google spreadsheet 07:13:35 https://docs.google.com/spreadsheets/d/1rc8vhsRmm3uz68plJ2qbey77UCk5KIEwWDXeTfIjBbI/edit?usp=sharing 07:15:04 Out of about 110 sites who have given us updated data, there are about 20 who are still on PHP 5.3 07:15:06 =-O PHP 5.3.10 07:15:27 another 30 on PHP 5.4 07:15:27 wow. already a bunch of 15.10 testing ones 07:16:04 Since all the 15.10dev ones are Ubuntu & Postgres, I'm betting most of those are test sites from the Mahara core team ;) 07:16:31 I stripped out the domain names from the spreadsheet for anonymity purposes. I guess next time I should try to strip out the ones that are obviously dev sites 07:17:04 It's also interesting to note that there are quite a few sites running on CentOS and RedHat 07:17:44 and one lonely Windows NT :D 07:18:15 and 68% of them are mysql sites 07:18:29 aarowlaptop: 3 were not from us. :-) 07:18:47 oh, that's good 07:19:03 is MariaDB officially supported? 07:19:43 MariaDB is supported to the extent that it lives up to its promise to be 100% compatible with MySQL 07:19:56 supported by proxy :) 07:20:18 I think we might mention it in the README now? 07:20:39 nope 07:20:48 I think early versions are compatible, but later ones are less so 07:21:01 interesting 07:21:31 like 5.5 should be fine, but I would not vouch for 10.0 07:21:42 I guess it needs to be tested 07:21:58 there are only a few MariaDB's in there so far 07:22:03 I see about 10 at a glance 07:22:47 is there anything that we would need to action having those numbers now? 07:22:54 https://mariadb.com/kb/en/mariadb/mariadb-vs-mysql-compatibility/ if anyone interested 07:23:57 and I see you can have both on a machine which will be good for testing purposes -> https://mariadb.com/kb/en/mariadb/installing-mariadb-alongside-mysql/ 07:24:04 I guess the one takeaway from this is that 2/3 of our users are apparently on MySQL 07:24:38 so we should probably start doing more MySQL testing 07:25:28 indeed ... if only it wasn't sooo slow comapred to postgres 07:25:47 yeah, was going to say the same robertl_ 07:25:51 robertl_: i've never noticed 07:25:54 #info 2/3 of registered sites are on MySQL. Probably a good indicator of what the rest is on as well. 07:26:11 yeah, that's what is blocking us from doing automated mysql testing the same as postgres right now 07:26:20 we need to find a quicker way to "reset" the database between tests 07:26:27 i see. 07:27:01 I think with postgres we do a "createdb -T" between tests, which quickly copies one database to another 07:27:17 dropping/installing mahara on mysql is far slower than postgres 07:27:33 but in MySQL we have to do a mysqldump, which exports it to SQL, and then re-import that, and that's a lot slower 07:27:40 yeah that create database with template is soo sweet in postgres 07:27:43 likewise, the installer runs a lot slower in mysql 07:28:19 so I guess if we solved either of those, we'd be good. Either get the installer to run as fast in mysql as it does in postgres, or find a much faster way to duplicate a database 07:28:39 maybe system admins for mahara should get a crash course in "why you should be using postgres instead of mysql" ;-) 07:28:46 ok. but that's to do with testing / developing 07:28:53 haha, second that! 07:28:55 how about actually running Mahara once it's installed? 07:29:18 ghada: What do you mean? 07:29:40 the issues we're facing with speed have to do with running tests. 07:29:45 yes 07:30:08 I'm wondering if mysql is slower when it comes to running Mahara in production - i.e. no tests 07:30:12 ah, that 07:30:39 I have no idea. But that's also a good point. When we're doing performance testing in Mahara, we should also consider MySQL performance testing. 07:30:48 and load testing 07:30:55 I just find that it is slower to spin up, but once DB "wakes up" it is kind of ok 07:31:08 that recent issue with the deadlocks in MySQL, for instance 07:31:50 another possibility is to try to get more community engagement from our MySQL users. That's how the deadlock issue got solved. 07:32:38 right. 07:33:43 so... I guess that's all I've got on this topic. :) 07:33:58 It's also good to see we've only got the one registered site running it on Windows. ;) 07:34:07 thanks, aarowlaptop. 07:34:15 #topic Do we need to continue support for upgrades from Mahara 1.1? (Kristina) 07:34:15 Recently, a question came up and aarowlaptop mentioned that we still support direct upgrades from Mahara 1.1 on to the current supported versions of Mahara. I'm wondering if that is still necessary seeing that people aren't on those old versions anymore. 07:34:45 Oh, these stats don't actually show anyone registered prior to 1.9. 07:34:52 well, we're not collecting that data 07:35:09 but let me check what the earliest version that phones in to mahara.org is... 07:35:59 I feel it is not necessary as one can always download/checkout an older version and do upgrades in steps 07:36:04 it's 1.4 07:36:28 we've still got a client running 1.4 07:36:40 and that was released over 4 years ago. 07:36:45 the oldest site still phoning in to mahara.org is 1.5 07:36:45 i'm trying to get them to upgrade over the summer 07:36:57 aarowlaptop: i saw a 1.4 one ;-) 07:37:13 oh yeah, there are a cople 07:37:15 couple 07:37:36 so back to the question... 07:37:38 that's probably the version that we added the stats collection code to 07:37:38 so we could advertise anything below say 1.8 upgrade to that point first then to 1.10 then to 15.10 say 07:37:59 aarowlaptop: i think that already existed before then. 07:38:03 or we could just raise the cutoff to 1.4 07:38:24 the user manual does not list it as a new feature for 1.4 07:38:25 so, what's the issue we're trying to solve by eliminating 1.1? 07:39:01 that is, upgrades from 1.1? 07:39:03 testing that full upgrade path before each release is one i can think of. 07:39:21 yes, that's a good one 07:39:24 just reducing the maintenance burden, basically 07:39:28 not have to keep all the code in lib/db/upgrade.php 07:39:50 potentially there might be some old legacy code we could get rid of, like functions that only get called in lib/db/upgrade.php 07:40:11 so, are we going to try and make the jump version 1.4? 07:40:18 or later? 07:40:43 what version would be a logical step? 07:40:52 i'm thinking 1.6 07:40:54 one that had a lot of things added like 1.6 or 1.8? 07:41:19 1.8 is also a logical one 07:41:51 #info not having to support direct upgrades from Mahara 1.1 would reduce the maintenance burden and potentially allow us to remove some old legacy code in the upgrade script. 07:41:51 anyone? 07:41:58 hm 07:42:07 I'm not really sure what criteria to go by 07:42:22 i'd say 1.6 and then we could make it drop a version each new release maybe 07:42:34 I guess one thing we could do, is say X versions before the current one 07:42:43 yeah, 1.6 was the first six-monthly release, right? 07:42:59 well, to jump to 1.8, users had to redo a lot of their themes. 07:43:10 i'd go with aarowlaptop's suggestion because dropping one version per release may be a bit too quick looking at our support cycle 07:43:16 a lot of people would naturally jump to 1.8 before proceeding onto the others 07:43:43 ghada: good point. 1.6 was a huge release featurewise, but not necessarily themewise. 07:43:51 1.8 brought in the new icons 07:44:55 this is for release 16.04, right? 07:44:57 and 1.8 is still fairly recent which is a good jump point 07:45:27 well it could be for the 15.10.0 release if people are happy 07:45:36 why not already 15.10? i don't think we say anywhere officially that we support upgrades directly from 1.1, do we, aarowlaptop? you know that stuff better 07:46:07 it says it in the README file 07:46:24 but I don't think it would be too big a deal to change that prior to the .0 release 07:46:32 and it just concerns the direct upgrades. from what i've seen in the forums, people have problems upgrading directly also from later versions and thus go version to version. 07:47:13 yeah, there was a bug reported in the forums recently, that occurred if you did a direct upgrade but could be avoided if you did a step-by-step upgrade 07:47:28 yeah that will always be an option 07:47:39 and can be added to the README 07:48:18 yeah, the README already tells you to do a multi-step upgrade if you're on a version prior to 1.1.0 ;) 07:48:38 by the way: the readme file for master should probably get a "draft" status as it's not finalized esp. in regards to browsers. IE 9 is still mentioned. i thought we even took that out for 15.10? 07:49:27 oh did we? 07:49:28 and firefox is also on a very old version mentioned in there... 07:49:30 that should be updated then 07:49:47 okay, so let's have a look at & clean up the README file tomorrow 07:49:50 yeah. we need to give that readme a once over for 15.10 and also 16.04 07:49:58 sounds good, aarowlaptop 07:50:32 #action aarowlaptop and anitsirk to update readme file for Mahara 15.10 and 16.04 to say current things. 07:51:10 do we need a vote on whether to drop direct upgrade support for 1.1 or is everyone agreed? 07:51:16 as for the jump starting point, it's a toss up for me between 1.6 and 1.8 07:52:08 I'm for 1.6, I think 07:52:10 shall we table the jump start until the next meeting so someone can take a look and see which one would be preferable? 07:52:23 i agree that we should remove support for upgrades from 1.1. 07:52:30 yes anitsirk. That's a good idea 07:52:32 I'd be okay with just calling it at 1.6 now 07:52:55 robertl_ and yuliyabozhko? 07:53:25 I'm happy with 1.6 as it'll scare the wider community less I feel 07:53:25 1.6 for now sounds good 07:53:40 but would be good to have a look at it a bit more for the next meeting 07:54:33 or maybe rather since the next dev meeting would be after the 15.10.0 release that a decision is made within a week from today? 07:55:20 we could always cut it at 1.6 now, and if we want to bump it to 1.8 we could do that later 07:55:24 Because maybe who knows a version before the big changes came in would be a better choice upgradewise? 07:55:28 true. then 1.6 might be better as Robert said not to scare users too much :) 07:55:53 I'm ok with 1.6. 07:56:21 If this somehow turned out to be a mistake, it would be easy to add/remove stuff from lib/db/upgrade.php to move the min upgrade back or forth 07:56:34 ok. so 4 out of 4 are for bumping it to 1.6. let's go with that unless something else transpires before the .0 release 07:56:43 sounds like a plan! 07:56:49 who's going to look into removing items from the upgrade script? 07:57:20 I'd like to, but I'm pretty busy... 07:57:39 shouldn't be hard to do, though 07:57:43 I guess I can do it 07:57:52 thanks, aarowlaptop. 07:58:04 will it include removing stuff from plugin upgrades? 07:58:14 #action aarowlaptop to remove items from the upgrade script 07:58:18 if they are pre 1.6 updates 07:59:09 #agreed the minimum version from which Mahara can be upgraded directly is being raised to 1.6 (from formerly 1.1) unless a major issue arises. 07:59:28 robertl_: Yeah 07:59:51 I'll want to remove the pre-1.6 upgrade code for lib/db/upgrade.php, and from the upgrade.php for all plugins 08:00:46 #info removing pre-1.6 upgrade code does not only mean for core mahara but also includes plugins that are shipped with Mahara. 08:01:10 is that all on this topic? 08:01:48 I've got nothing else :) 08:02:00 me too 08:02:09 alright. then let's move on to the more exciting things. 08:02:11 #topic Mahara release candidate for 15.10 (Kristina) 08:02:11 #info The Mahara 15.10 release candidate 1 was published yesterday. More info can be found at https://mahara.org/interaction/forum/topic.php?id=7392 08:02:12 https://mahara.org/interaction/forum/topic.php?id=7392 is the link to the news post about Mahara 15.10 RC1. 08:02:12 #info We invite everyone to test Mahara and give it a thorough check so we can erradicate any major issues before the 15.10.0 release. 08:02:12 http://master.dev.mahara.org can be used if you don't have your own test site, but you'll be limited in what you can try out as you won't have site admin access. 08:03:58 hopefully, we'll get plenty of people testing over the next week or tw 08:03:59 o 08:04:22 it's exciting to see how 15.10 has shaped up over the last half year 08:04:38 and actually even longer since the front-end devs started already during last summer! 08:05:07 it's been a major piece of work. on launchpad, there is pretty much only 1 bug number for a massive amount of work. 08:06:00 since i seem to be the only one talking, i guess we can move on to the next topic that i wanted to mention. 08:06:09 #topic New Mahara Partner Programme 08:06:10 #info The new Mahara Partner Programme is live. 08:06:10 https://mahara.org/partners has information about it. Now both companies offering Mahara services as well as other organisations can apply to be partners if they actively contribute to the Mahara project. 08:07:02 Except for yuliyabozhko, everybody else in the meeting is with catalyst and thus already in the partner programme. 08:07:13 :) 08:07:15 :) 08:07:16 so maybe not much discussion needed here either. 08:07:27 yeah :) 08:07:32 have you had any queries about it? 08:07:39 ghada: oh yes. :-) 08:07:50 that's fantastic! 08:08:04 how many people / companies have showed interest? 08:08:12 yep. now only need to find out how the companies are planning on contributing. 08:08:22 so quite a bit of emailing and phone calls. 08:08:43 that's great 08:08:50 as well as with existing partners and inviting people to be new partners and supporters of whom we already know that they are active and would be great to have in the programme 08:09:14 cool 08:09:19 i look forward to the contributions and having partners more involved 08:09:53 also need to work out a way of tracking all the information. spreasheets here i come... 08:09:55 ;-) 08:09:59 FYI: the 'Mahara Business Partners' link under Partner programme tracks is pointing to wrong place 08:10:08 oops. 08:10:21 it's pointing to edit page 08:10:32 you mean the pdf download? 08:10:38 yeah. that's not looking good. :-( 08:10:42 will change it right now 08:11:10 nobody said anything so far. :-( 08:11:32 done. 08:12:01 thanks, robertl_ 08:12:07 alright. onto the next topic: 08:12:07 #topic Next meeting and chair 08:12:14 Who wants to chair? 08:12:19 and when? 08:12:34 We could to 28 October 2015 at the same time 08:12:48 that would be http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151028T07 08:13:20 would that work for you, aarowlaptop, ghada, robertl_ and yuliyabozhko? 08:13:34 I should be just back to NZ by then 08:13:40 I'm taking another Improv class that meets up on Wednesday nights 08:13:40 works for me 08:13:47 yes, even one hour earlier works too 08:14:04 so my Wednesday evenings 7-9pm are booked 08:14:13 ghada: you preferred wednesday. is that still the case or would thursday work as well or rathe tuesday or does that not work for you aarowlaptop? 08:14:20 I can do any day 08:14:37 I've got a meetup on Thursdays 08:14:48 ok. so what about tuesdays? 08:14:48 Tuesday would work 08:14:56 Tuesday works for me 08:15:00 robertl_? 08:15:45 any day other than monday should be fine 08:15:54 ok. le'ts make it tuesday then. 08:16:06 having established that everyone would be able to attend, who wants to chair? :-D 08:18:11 anybody? 08:18:35 ok, I can chair the next one 08:18:45 thank you, robertl_. 08:18:55 thanks robertl_ 08:19:01 cheers robertl_ 08:19:22 #info The 48th Mahara developer meeting will take place on 27 October 2015 at 7:00 UTC. Robert Lyon is going to chair the meeting. http://www.timeanddate.com/worldclock/fixedtime.html?iso=20151027T07 08:19:32 #topic Any other business 08:19:32 Gregor had a number of items that he wanted to discuss, but unfortunately, he is not able to attend. Since there were still a lot of open questions, I asked him to write forum posts for the suggestions so they can be discussed. 08:19:39 Does anybody else have any other business? 08:20:04 no, i don't have anything. 08:20:39 nope 08:20:49 and the silence of everybody else probably means the same. 08:21:13 so let's wrap this meeting up. thanks everyone for attending and have a great time testing Mahara 15.10. 08:21:16 #endmeeting