*** replaceafill has quit IRC | 00:00 | |
*** menesis has quit IRC | 00:10 | |
*** dlobo has quit IRC | 00:34 | |
*** alga has quit IRC | 02:44 | |
*** dlobo has joined #schooltool | 02:46 | |
*** dlobo has quit IRC | 03:03 | |
*** krushik has quit IRC | 03:37 | |
*** krushik has joined #schooltool | 03:47 | |
*** dlobo has joined #schooltool | 04:08 | |
*** jelkner has quit IRC | 04:11 | |
*** dlobo has quit IRC | 04:18 | |
*** dlobo has joined #schooltool | 04:33 | |
*** pcardune_ has joined #schooltool | 05:15 | |
*** pcardune_ has quit IRC | 05:16 | |
*** pcardune has quit IRC | 05:33 | |
*** th1a has quit IRC | 05:37 | |
*** pcardune has joined #schooltool | 07:29 | |
*** pcardune has quit IRC | 08:59 | |
*** dlobo has quit IRC | 09:17 | |
*** alga has joined #SchoolTool | 11:45 | |
*** menesis has joined #schooltool | 12:42 | |
*** ignas has joined #schooltool | 12:57 | |
*** ignas has quit IRC | 13:52 | |
*** menesis has quit IRC | 14:02 | |
*** ignas has joined #schooltool | 14:28 | |
*** menesis has joined #schooltool | 14:39 | |
*** th1a has joined #schooltool | 16:10 | |
*** dlobo has joined #schooltool | 16:47 | |
*** dlobo has quit IRC | 16:59 | |
*** Aiste has joined #schooltool | 17:31 | |
*** dlobo has joined #schooltool | 17:34 | |
*** replaceafill has joined #schooltool | 17:49 | |
ignas | Hmm, is there any reason why you are not distributing the CAS slug with the code? | 17:51 |
---|---|---|
ignas | $ sudo gedit /etc/schooltool/schooltool-2009/plugins/schooltool.cas-configure.zcml | 17:51 |
ignas | could get replaced with | 17:52 |
ignas | ln -s or cp | 17:52 |
ignas | would make it a lot easier to install the plugin | 17:53 |
*** pcardune has joined #schooltool | 18:51 | |
*** mgedmin has joined #schooltool | 18:56 | |
*** pcardune has quit IRC | 19:17 | |
*** Aiste has quit IRC | 19:31 | |
*** pcardune has joined #schooltool | 20:13 | |
*** menesis has quit IRC | 20:43 | |
*** th1a has quit IRC | 20:47 | |
*** ignas has quit IRC | 21:21 | |
*** menesis has joined #schooltool | 21:45 | |
replaceafill | menesis, ping | 21:46 |
menesis | replaceafill: yes? | 21:48 |
replaceafill | menesis, the *.pot files shouldn't contain html markup right? | 21:48 |
replaceafill | like: | 21:48 |
replaceafill | msgid "The first row of the file must contain the id of the <strong>timetable schema</strong> which will ... | 21:48 |
menesis | it's ok to contain some markup | 21:49 |
replaceafill | ah | 21:49 |
menesis | like in this case | 21:50 |
replaceafill | what about this one? | 21:50 |
replaceafill | sent it to you in PM | 21:50 |
menesis | I saw some unneccessary markup in schooltool.pot | 21:51 |
replaceafill | there's a lot of mark up there | 21:51 |
menesis | msgid "<a href=\"https://launchpad.net/schooltool\">Launchpad project page</a>" | 21:52 |
replaceafill | yes, i changed that one | 21:52 |
replaceafill | just a matter of moving the i18n:translate="" | 21:53 |
replaceafill | to the rigth element | 21:53 |
menesis | it will be displayed ok but is unneeded work for translator | 21:53 |
replaceafill | <li i18n:translate=""><a ...></a></li> | 21:53 |
replaceafill | to | 21:53 |
menesis | sometimes you want to allow translating links | 21:53 |
replaceafill | <li><a i18n:translate=""></a></li> | 21:53 |
menesis | when they might point to translated website | 21:53 |
menesis | but not here | 21:54 |
menesis | about the text you posted me.. | 21:54 |
menesis | it's a very long section | 21:54 |
menesis | if something in it changes, the whole translation will be lost in Launchpad | 21:55 |
menesis | maybe it can be split | 21:55 |
menesis | but there's nothing wrong that it contains html markup | 21:56 |
replaceafill | ah ok | 21:56 |
menesis | I would delete some of the info from about page, it is outdated and available by clicking any of the other links | 21:58 |
*** mgedmin has quit IRC | 22:05 | |
*** ignas has joined #schooltool | 22:06 | |
replaceafill | ignas, this complexity mode is cool :) | 22:31 |
replaceafill | yellow and red bars in cando report classes :( | 22:31 |
ignas | :) | 22:33 |
menesis | ignas, the slug is distributed. /usr/share/pyshared/schooltool/cas/cas-configure.zcml | 22:34 |
ignas | hmm, if it is distributed, why instructions are asking people to "write" it in gedit? | 22:35 |
ignas | or is it just an oversight in the docs | 22:35 |
menesis | slugs will not be needed after next release, yvl made plugins use z3c.autoinclude | 22:35 |
ignas | i see, but still - I think cp is way less error prone, and the instructions will start "failing" when you release the autoinclude functionality | 22:36 |
ignas | which I think is a good thing | 22:36 |
ignas | as in - you would see users are doing it wrong, because they would fail to "copy" the include ('cause it's not there), instead of successfully creating the slug, and then complaining about things just not working | 22:40 |
replaceafill | menesis, i wonder why my sandbox didn't catch the sample_data.txt error :/ | 22:46 |
menesis | replaceafill: buildbot runs test --at-level 2 | 22:48 |
menesis | for some reason that test is level 2 | 22:48 |
replaceafill | oh yes, removing the level=2 from test_all.py did the trick | 22:48 |
menesis | don't know what those levels mean | 22:48 |
ignas | don't! | 22:48 |
replaceafill | return collect_ftests(layer=export_functional_layer) | 22:48 |
ignas | sample data test is or at least was | 22:49 |
ignas | the slowest test of them all | 22:49 |
replaceafill | yes, it's really slow :) | 22:49 |
ignas | as in - it was taking minutes to complete | 22:49 |
menesis | ok so that's why it's level 2 | 22:49 |
ignas | crashing machines with less than a gig of ram | 22:49 |
ignas | if you want to run it | 22:49 |
menesis | but buildbot catched the error so no prob | 22:49 |
ignas | bin/test --all | 22:49 |
replaceafill | yes | 22:50 |
ignas | and not edit test_all.py | 22:50 |
replaceafill | ah | 22:50 |
replaceafill | def test_suite(): | 22:51 |
replaceafill | return collect_ftests(layer=sampledata_functional_layer, | 22:51 |
replaceafill | level=2) # 'cause it is slow and a memory hog | 22:51 |
replaceafill | :) | 22:52 |
ignas | :) | 22:53 |
menesis | replaceafill: btw I have released cando 2009.11 both .tar.gz and .deb already | 22:54 |
replaceafill | oh yes, i just saw the ppa | 22:54 |
replaceafill | are you telling dwelsh? | 22:55 |
menesis | good | 22:55 |
menesis | I have not emailed anyone | 22:55 |
*** phufford has joined #schooltool | 22:55 | |
menesis | guess I should | 22:55 |
replaceafill | do u want me to? | 22:55 |
menesis | replaceafill: yes please | 22:59 |
menesis | I have commited some more changes, mostly removeing old stuff | 23:00 |
replaceafill | yes and you added make translations support :) | 23:00 |
menesis | the package does not include translations. | 23:00 |
menesis | but they are old anyway | 23:00 |
menesis | don't know if cando needs them? | 23:00 |
replaceafill | hhmm i guess dwelsh doesn't, since they are only using it in virginia | 23:01 |
replaceafill | but maybe i should sweep cando the same way i'm doing with schooltool | 23:02 |
replaceafill | menesis, if they have cando_2009.08 installed, it's just a matter of "apt-get update" and then "apt-get upgrade" to get cando_2009.11, right? | 23:04 |
menesis | yes | 23:05 |
replaceafill | menesis, weird, my jaunty sees the schooltool-2009 and schooltool-common updates but it doesn't see the new schooltool-cando | 23:15 |
replaceafill | ah, because it's only in hardy :P | 23:16 |
menesis | replaceafill: yes, because I only uploaded hardy package. | 23:16 |
replaceafill | :D | 23:16 |
menesis | copied to intrepid, and already uploaded a rebuild for jaunty | 23:16 |
replaceafill | ah ok | 23:16 |
menesis | should be done in some 15 minutes | 23:16 |
*** menesis has quit IRC | 23:52 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!