*** replaceafill has quit IRC | 01:23 | |
*** khildin has quit IRC | 03:22 | |
*** yvl has joined #schooltool | 08:04 | |
*** Ricza has joined #schooltool | 09:23 | |
*** khildin has joined #schooltool | 09:30 | |
*** menesis has joined #schooltool | 10:03 | |
*** menesis has quit IRC | 12:01 | |
*** menesis has joined #schooltool | 12:30 | |
*** Jingpao has joined #schooltool | 12:36 | |
Jingpao | elo everyone | 12:38 |
---|---|---|
*** Jingpao has quit IRC | 12:51 | |
*** ignas has joined #schooltool | 13:03 | |
*** Ricza has quit IRC | 13:20 | |
*** yvl has quit IRC | 14:11 | |
*** yvl has joined #schooltool | 14:23 | |
*** Ricza has joined #schooltool | 15:21 | |
*** th1a_ has joined #schooltool | 16:14 | |
th1a_ | hi menesis, yvl... | 16:30 |
yvl | good morning | 16:30 |
th1a_ | We'll see if replaceafill is a little slow out of bed or offline... | 16:31 |
menesis | hi | 16:32 |
th1a_ | OK menesis, perhaps you could start us off. | 16:32 |
menesis | yes | 16:33 |
menesis | I was merging my celery and cleanup branches | 16:33 |
menesis | and merging with yvl's celery branch | 16:34 |
menesis | yeah. | 16:35 |
menesis | looked at schooltool bugs on launchpad | 16:36 |
* menesis done | 16:36 | |
yvl | menesis, any idea about https://bugs.launchpad.net/schooltool/+bug/1172315 ? | 16:37 |
*** replaceafill has joined #schooltool | 16:37 | |
yvl | hey replaceafill :) | 16:37 |
replaceafill | good morning/afternoon, sorry i'm late | 16:37 |
th1a_ | hi replaceafill. | 16:37 |
th1a_ | np | 16:37 |
replaceafill | (didn't hear the alarm!) | 16:37 |
yvl | also, I can't reproduce this one: https://bugs.launchpad.net/schooltool/+bug/1173035 | 16:37 |
yvl | new ST, windows 7, Chrome | 16:38 |
menesis | oh, there is a question for me in #1172315 . don't know, haven't looked if there is any fix | 16:38 |
menesis | related to timezones | 16:38 |
menesis | but I know that there is a timezone in server settings that defaults to UTC. | 16:39 |
menesis | if there was a timezone problem, it should have popped up for Philippines | 16:40 |
th1a_ | Did they set the timezone? | 16:40 |
menesis | not sure | 16:41 |
menesis | they asked for a timezone option in schooltool.conf | 16:42 |
th1a_ | Also, timezone bugs sometimes are sensitive to which timezone is used, if it is ahead or behind UTC, etc. | 16:42 |
yvl | there's a slight chance there is an exception (non-schoolday) there | 16:42 |
th1a_ | Bugs that result in things being shifted to the wrong day, in particular. | 16:42 |
yvl | or maybe there is actually a timezone conflict, that makes timetabling think that it is not a schoolday | 16:42 |
yvl | rotating schedules do tend to jump non-schoolday days | 16:43 |
menesis | but I haven't done preferences in schooltool.conf. Sso they leave schooltool calendar preference to UTC | 16:43 |
th1a_ | Could we make some kind of debug view for these kind of issues? | 16:43 |
th1a_ | Since scheduling isn't confidential, in particular. | 16:44 |
yvl | thinking... | 16:44 |
yvl | hmm | 16:45 |
yvl | we could display timezones in debug mode | 16:45 |
yvl | not sure it would help anything | 16:45 |
th1a_ | I mean more like just a web view that they could save that would be a big list of raw schedule data. | 16:46 |
th1a_ | A dump of the schedule.. | 16:46 |
th1a_ | Not for human consumption. ;-) | 16:46 |
yvl | well, we do export everything to xls... except timezones | 16:47 |
th1a_ | Hm... | 16:48 |
th1a_ | The xls export is not literally the events. | 16:48 |
th1a_ | Right? | 16:48 |
yvl | right | 16:49 |
th1a_ | The problem is there's a difference between the model and the actual events. | 16:49 |
yvl | well the model can recreate the events | 16:49 |
yvl | if | 16:49 |
yvl | and I think there's a bug in our xls | 16:49 |
yvl | export/import | 16:49 |
yvl | if | 16:49 |
yvl | you create timetables with same timezones | 16:49 |
yvl | by default, it creates in UTC | 16:50 |
yvl | bu from the wizard it creates in application timezone | 16:50 |
yvl | ok | 16:50 |
yvl | this I'd need to look into further | 16:51 |
yvl | I think we'll just need to update XLS to add timezone info | 16:52 |
yvl | that will be good enough for debugging | 16:52 |
th1a_ | Does it seem possible that "checked sessions not saved first time when adding schedule to section" could be caused by high latency? | 16:52 |
yvl | it shouldn't | 16:53 |
yvl | it's a very very simple html form | 16:53 |
th1a_ | Yes... this one is rather baffling. | 16:53 |
yvl | whoa | 16:54 |
yvl | strictly speaking, the form is not valid HTML :D | 16:54 |
yvl | <input class="activity" type="checkbox" | 16:54 |
yvl | id="period.4-.Period-6-" name="period.4-.Period-6-" | 16:54 |
yvl | value="period.4-.Period-6-"></input> | 16:54 |
yvl | the </input> part | 16:54 |
th1a_ | Ah. That might be it? | 16:55 |
th1a_ | Worth a try. | 16:55 |
th1a_ | Oh, he is on IE. | 16:55 |
yvl | IE? | 16:57 |
yvl | I thought it was Chrome | 16:57 |
th1a_ | Ah, oh. | 16:57 |
th1a_ | Yes. On Windows. | 16:57 |
th1a_ | Anyhow. | 16:58 |
th1a_ | I could try to reproduce on Windows. | 16:58 |
yvl | I did | 16:58 |
yvl | failed | 16:58 |
yvl | Windows 7 and Chrome 20.0 | 16:59 |
th1a_ | Hm... | 16:59 |
yvl | weird | 16:59 |
th1a_ | Maybe have him send the source of that form? Maybe we aren't filtering something from his period id's or something? | 16:59 |
yvl | good idea! | 17:00 |
th1a_ | If we can't think of how to fix it we at least have to come up with a good follow up question! | 17:00 |
th1a_ | It is almost as good as a fix. ;-) | 17:00 |
yvl | :D | 17:01 |
th1a_ | OK, I'll let you ask that. | 17:01 |
th1a_ | OK, so after a pass through of these new bugs, yvl needs to work on the aggregated CanDo section reports, right? | 17:02 |
yvl | yes | 17:03 |
th1a_ | OK. Any questions about that? | 17:03 |
yvl | took a look at it, makes sense from first glance | 17:03 |
replaceafill | we're adding the ability to zip several reports, correct? | 17:04 |
th1a_ | Yes. | 17:04 |
replaceafill | i mean, we could do it with any report | 17:04 |
replaceafill | for example the section roster, as yvl suggested (i think) | 17:04 |
th1a_ | There will be other cases, yes. | 17:04 |
yvl | yes, but we will have to write request views | 17:04 |
th1a_ | Yes. | 17:05 |
replaceafill | i was just thinking i should try zipping some :) | 17:05 |
replaceafill | after yvl is done with the first | 17:05 |
replaceafill | of course | 17:05 |
th1a_ | It isn't like a checkbox on the existing reports. They're different reports. | 17:05 |
th1a_ | Also, sometimes you want one giant pdf because what you really want to do is one big print job. | 17:06 |
th1a_ | (or at least that's how I did it) | 17:06 |
yvl | I'm sure that would be usefull | 17:06 |
yvl | also | 17:06 |
yvl | it would be good to add aggregates of different reports at some point | 17:06 |
th1a_ | Search works surprisingly fast on a 1500 page pdf, too. | 17:06 |
yvl | for example - all possible reports of the section in one pdf | 17:07 |
th1a_ | We already have some. Report cards. | 17:07 |
th1a_ | Oh, all kinds of reports for the section? That'd probably be redundant. | 17:07 |
yvl | oh right! | 17:07 |
yvl | well | 17:07 |
yvl | for example | 17:08 |
yvl | one report of section absences and gradebook | 17:09 |
yvl | and cando summary | 17:09 |
yvl | or something like that | 17:09 |
yvl | or maybe not | 17:09 |
th1a_ | Well, it really would probably be its own report. | 17:11 |
th1a_ | Like Person Detail Report. | 17:11 |
yvl | anyway - option to get a long giant pdf OR zip file would be nice | 17:11 |
yvl | th1a, true | 17:11 |
th1a_ | Yeah, but we don't need to get that complicated. | 17:11 |
th1a_ | OK. | 17:12 |
th1a_ | I think yvl understands the current issue. | 17:12 |
th1a_ | Shall we move on? | 17:12 |
yvl | sure | 17:12 |
th1a_ | OK, remember to ask the followup on the schedule form. | 17:12 |
th1a_ | Thanks yvl. | 17:12 |
th1a_ | replaceafill? | 17:12 |
replaceafill | ok | 17:12 |
replaceafill | i started changing the report card layout view | 17:13 |
replaceafill | to remove the different grid/outline options | 17:13 |
replaceafill | also, i started setting up the rml with the new style | 17:14 |
replaceafill | i don't see any problems yet | 17:14 |
replaceafill | but seeing the report card options i couldn't help thinking | 17:15 |
replaceafill | why don't we have a report card option for sections? | 17:15 |
replaceafill | we have one for the student and one for groups | 17:15 |
replaceafill | is it because the section option would be confusing? | 17:15 |
replaceafill | (since the report card includes other section data) | 17:16 |
th1a_ | There is no reason in particular. | 17:16 |
replaceafill | this is also related question: who can see the report card of a student | 17:16 |
th1a_ | Feel free to add the option. | 17:16 |
replaceafill | i think there's already a bug about the report card security | 17:16 |
replaceafill | kk, will do | 17:17 |
replaceafill | ah | 17:17 |
th1a_ | Should be the standard for student info: admins, teachers of the student. | 17:17 |
th1a_ | Advisor. | 17:17 |
th1a_ | I might be forgetting something. | 17:18 |
replaceafill | also, yesterday Matt reported a sorting issue with the virginia completion report | 17:18 |
replaceafill | it's supposed to sort by teacher, but it's not | 17:18 |
replaceafill | so i'll look into that | 17:18 |
th1a_ | kk | 17:18 |
replaceafill | i think that's it from me | 17:19 |
replaceafill | th1a, could we talk like 10 mins after the meeting? | 17:19 |
th1a_ | Yes. | 17:20 |
replaceafill | thanks | 17:20 |
th1a_ | I think we're done. | 17:20 |
th1a_ | Send me your invoices. | 17:20 |
th1a_ | replaceafill: Hangout or private IRC? | 17:21 |
replaceafill | private irc is ok | 17:21 |
th1a_ | OK. | 17:21 |
th1a_ | Thanks gentlemen. | 17:21 |
th1a_ | Have a good week/end. | 17:21 |
* th1a_ drops the bag of gravel. | 17:22 | |
replaceafill | thanks everybody | 17:22 |
yvl | thanks guys | 17:22 |
yvl | whoa, apport crash report for ST | 17:22 |
yvl | note: --pid-file=/var/run/schooltool/schooltool-zambia.pid | 17:22 |
th1a_ | apport? | 17:23 |
th1a_ | Is that the Ubuntu crash thing? | 17:23 |
yvl | yep | 17:24 |
yvl | https://bugs.launchpad.net/schooltool/+bug/940287 | 17:24 |
yvl | didn't know apport reports ST crashes :) | 17:25 |
th1a_ | Is Sudhir in Zambia? | 17:27 |
yvl | I think so | 17:30 |
th1a_ | btw, the schooltool.org transfer is actually still crawling forward slowly. | 17:31 |
yvl | good to hear | 17:31 |
* replaceafill wants a name for the dev vps :) | 17:31 | |
*** Ricza has quit IRC | 17:34 | |
*** ignas has quit IRC | 17:49 | |
*** replaceafill has quit IRC | 18:26 | |
*** replaceafill has joined #schooltool | 18:36 | |
*** replaceafill has quit IRC | 18:59 | |
*** replaceafill has joined #schooltool | 19:11 | |
*** replaceafill has joined #schooltool | 19:11 | |
*** menesis has quit IRC | 19:29 | |
*** yvl has quit IRC | 21:33 | |
*** th1a_ has quit IRC | 22:00 | |
*** replaceafill has quit IRC | 22:41 | |
*** replaceafill has joined #schooltool | 22:53 | |
*** replaceafill has joined #schooltool | 22:53 | |
*** khildin has quit IRC | 23:47 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!