*** th1a has quit IRC | 00:27 | |
*** th1a has joined #schooltool | 00:58 | |
*** menesis has quit IRC | 02:40 | |
*** replaceafill has quit IRC | 02:50 | |
*** th1a has quit IRC | 02:59 | |
*** khildin has joined #schooltool | 08:48 | |
*** th1a has joined #schooltool | 11:40 | |
*** menesis has joined #schooltool | 11:43 | |
*** khildin has quit IRC | 12:04 | |
*** menesis has quit IRC | 15:02 | |
*** menesis has joined #schooltool | 15:36 | |
*** replaceafill has joined #schooltool | 19:23 | |
*** menesis has quit IRC | 20:33 | |
*** nedosa has joined #schooltool | 20:52 | |
th1a | hi replaceafill. | 22:04 |
---|---|---|
replaceafill | hey th1a | 22:04 |
th1a | How's it coming? | 22:04 |
replaceafill | i'm almost done with the report | 22:05 |
replaceafill | i noticed a couple of issues | 22:05 |
replaceafill | 1. page numbers are not being rendered in pdfs | 22:05 |
replaceafill | it seems like you cannot place a <pageNumber /> tag in <place> elements anymore | 22:06 |
replaceafill | so i used a <drawString> instead | 22:06 |
th1a | Since? | 22:06 |
replaceafill | and it works | 22:06 |
replaceafill | that's what i've been trying to find out :( | 22:06 |
replaceafill | the only source of info i could get was this openerp bug: | 22:06 |
th1a | OK, well, don't get hung up on it. | 22:06 |
replaceafill | https://bugs.launchpad.net/openobject-server/+bug/1138102 | 22:07 |
replaceafill | sure | 22:07 |
replaceafill | i fixed it anyway | 22:07 |
replaceafill | and 2. | 22:07 |
replaceafill | i needed to add a different requirement for AM/PM attendance | 22:07 |
replaceafill | i've been subclassing the standard school attendance view | 22:08 |
replaceafill | to reuse its functionality | 22:08 |
replaceafill | and for teachers it's ok | 22:08 |
replaceafill | since they don't get grades/attendance in sections | 22:08 |
replaceafill | but for students, the functionality is affected by the homeroom period | 22:09 |
replaceafill | so if you mark someone as absent in the homeroom, it appears as absent for the AM/PM | 22:09 |
replaceafill | the solution was to add a new requirement | 22:09 |
replaceafill | but i needed to override the gradebook view just for that | 22:10 |
replaceafill | yvl's designs still blow my head :D | 22:10 |
th1a | OK... just keep in mind that we don't need to fix things like that right now if they aren't using homerooms. | 22:10 |
replaceafill | ok | 22:10 |
replaceafill | that's about it | 22:11 |
replaceafill | ah | 22:11 |
replaceafill | and the request view for the report (with the date) works now too | 22:11 |
* replaceafill done | 22:12 | |
replaceafill | th1a, i know what you mean (time-wise), but i feel more confortable not letting these little things slide | 22:13 |
th1a | That's fine. | 22:13 |
th1a | I updated the latest news section of schooltool.org and pushed it but I don't think I know how to push it to the live site. | 22:14 |
replaceafill | ah | 22:15 |
replaceafill | we need a make upload for the homepage | 22:15 |
th1a | Yeah. | 22:15 |
replaceafill | i'll update it after the meeting | 22:15 |
th1a | OK. I just changed a couple sentences, really. | 22:15 |
replaceafill | yeah, i noticed | 22:15 |
th1a | OK, a couple other issues you don't need to do anything about atm. | 22:16 |
th1a | I did get an import error when I tried to run the large import today. | 22:16 |
th1a | Just a conflict error. | 22:17 |
replaceafill | zodb conflict? | 22:17 |
th1a | Yeah. | 22:17 |
th1a | database conflict error (oid 0x02eb, class BTrees.IOBTree.IOBucket, serial this txn started with 0x03a6d6be81d7ccdd 2014-05-14 13:18:30.431946, serial currently committed 0x03a6d6c099a52800 2014-05-14 13:20:36.010580) | 22:17 |
replaceafill | i've been importing the small sample data a lot (for testing) and haven't seen it | 22:19 |
th1a | I can see how often it comes up for me. | 22:19 |
th1a | It may be something that just comes up occasionally. | 22:20 |
th1a | Someone says this: "If your code is committing transactions explicitly using transaction.commit(), then you can catch this exception and try again." | 22:20 |
th1a | http://alexmarandon.com/articles/zodb_bfg_pyramid_notes/ | 22:20 |
replaceafill | remote task do that | 22:21 |
th1a | Or at least maybe we can catch the exception and ask the user to try again. | 22:21 |
replaceafill | (use commit) | 22:21 |
th1a | OK, so anyhow, there's that. | 22:22 |
th1a | This exists now: https://bitbucket.org/shimizukawa/sphinx-intl | 22:22 |
replaceafill | i tested it | 22:23 |
replaceafill | on december | 22:23 |
replaceafill | (vacations) :D | 22:23 |
th1a | Ah. | 22:24 |
replaceafill | imho we need something like what mahara does | 22:24 |
replaceafill | https://gitorious.org/mahara/manual/source/7f3e9bbe7d816fe9a3b95013755c06d601130379:Makefile | 22:24 |
replaceafill | the thread yesterday made me remind the point where i hit the wall | 22:24 |
replaceafill | i'd like to use rosetta for the translations | 22:25 |
th1a | Yeah. | 22:25 |
replaceafill | but sphinx, when you use the i18n options it has, produces several files | 22:25 |
replaceafill | several PO files | 22:25 |
replaceafill | what i didn't get to, was a way to convert a single template that you can upload to rosetta | 22:26 |
replaceafill | that sphinx can use | 22:26 |
replaceafill | some multiple POs -> single rosetta template (and viceversa) | 22:26 |
replaceafill | mahara also uses the Makefile to get the screenshots | 22:26 |
replaceafill | from diferent locations | 22:27 |
replaceafill | when you're building the html/pdf | 22:27 |
th1a | OK... | 22:29 |
th1a | so in the meantime we'll muddle through a bit. | 22:29 |
replaceafill | sure | 22:29 |
replaceafill | that's what the spanish version does :) | 22:29 |
th1a | btw, menesis is going to set aside pretty much a week a month, give or take, for SchoolTool for the medium term future. | 22:30 |
replaceafill | great | 22:30 |
th1a | So maybe he can work on that in a few weeks. | 22:31 |
replaceafill | definitely | 22:31 |
th1a | The other thing I was considering today is trying to get my friend Matt booked for some writing in the fall. | 22:31 |
replaceafill | writing? | 22:32 |
replaceafill | for the book? | 22:32 |
th1a | Going over the whole book with me, filling it out some more, and probably doing the app/book links. | 22:32 |
th1a | Yes. | 22:32 |
replaceafill | got it | 22:32 |
th1a | That's probably more productive than trying to hire a programmer. | 22:32 |
replaceafill | :D | 22:32 |
th1a | A book sprint, essentially. | 22:32 |
th1a | Also, I should probably try to have another crack at redesigning the School page. | 22:33 |
th1a | Maybe I can do a rough version and just get a designer to do icons and polish it. | 22:33 |
replaceafill | good | 22:34 |
replaceafill | the sidebar is confusing imho | 22:34 |
replaceafill | the non-year stuff | 22:35 |
replaceafill | global stuff | 22:35 |
th1a | Yeah, we need another crack at it. | 22:35 |
th1a | OK, that's all I've got. | 22:36 |
th1a | I'll let you get to work. | 22:36 |
th1a | Thanks replaceafill. | 22:37 |
* th1a drops the bag of gravel. | 22:37 | |
replaceafill | thanks th1a | 22:37 |
* replaceafill updates the homepage | 22:37 | |
replaceafill | th1a, site updated | 22:52 |
th1a | Thanks replaceafill. | 22:57 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!