*** Aiste has quit IRC | 00:43 | |
*** jfroche has quit IRC | 00:50 | |
*** wrobel has quit IRC | 03:20 | |
*** DeathOmen has joined #schooltool | 03:35 | |
*** Bhaskar has joined #schooltool | 04:50 | |
*** Bhaskar has quit IRC | 05:21 | |
*** Bhaskar has joined #schooltool | 05:21 | |
*** Bhaskar has quit IRC | 05:38 | |
*** Bhaskar has joined #schooltool | 05:39 | |
*** jfroche has joined #schooltool | 07:57 | |
*** jfroche has quit IRC | 08:02 | |
*** tleuser has joined #schooltool | 08:15 | |
*** tleuser has quit IRC | 08:16 | |
*** didymo has joined #schooltool | 09:13 | |
*** shubacka has joined #schooltool | 09:14 | |
*** Aiste has joined #schooltool | 09:22 | |
*** wrobel has joined #schooltool | 10:09 | |
*** jfroche has joined #schooltool | 10:26 | |
*** jfroche has quit IRC | 10:52 | |
*** shubacka has quit IRC | 11:39 | |
*** th1a_ has joined #schooltool | 12:01 | |
*** jfroche has joined #schooltool | 12:23 | |
*** th1a has quit IRC | 12:26 | |
*** ignas has joined #schooltool | 12:54 | |
jfroche | hello ignas | 12:54 |
---|---|---|
ignas | hi | 12:55 |
jfroche | what's your id name on skype ? | 12:55 |
ignas | ignas.mikalajunas | 12:58 |
Bhaskar | ignas:hello | 13:00 |
ignas | Bhaskar: hi | 13:00 |
Bhaskar | ignas: i think you find my mail of missing strings ? you have added some string on translation template, i m right | 13:02 |
ignas | yes | 13:02 |
ignas | i got your email | 13:02 |
ignas | problem is that (no values) string is not from schooltool | 13:02 |
ignas | it is from Zope3 | 13:02 |
ignas | and you should ask in #zope3-dev how and where you should translate it so that it would be in nepali | 13:03 |
jfroche | ignas: where is the main point of entry in schooltool for authentication ? | 13:03 |
ignas | the "Browse..." is from firefox | 13:03 |
ignas | jfroche: for "log in" ? | 13:03 |
jfroche | right | 13:03 |
Bhaskar | ignas: well | 13:04 |
ignas | Bhaskar: you should get firefox language pack for nepali | 13:04 |
Bhaskar | ignas: we have this one | 13:05 |
jfroche | ignas: Greetings from Ian and Grusse from Jens ! | 13:05 |
ignas | jfroche: SchoolToolAuthenticationUtility | 13:05 |
ignas | jfroche: greet them for me ;) | 13:05 |
Bhaskar | ignas: we have localize firefox | 13:06 |
ignas | well - the Browse button is from firefox not schooltool | 13:06 |
jfroche | ignas: what's "Greetings" in Lithuanian ? | 13:06 |
jfroche | ;) | 13:06 |
Bhaskar | ignas:how to translate calendar in schooltool | 13:07 |
ignas | jfroche: not sure really | 13:07 |
ignas | Bhaskar: calendar ? which one ? | 13:07 |
ignas | jfroche: we have a few words but i don't know which one is used in this context | 13:08 |
Bhaskar | ignas: numeric value in calendar | 13:08 |
ignas | Bhaskar: ? | 13:08 |
*** jfroche_ has joined #schooltool | 13:16 | |
*** thisfred has joined #schooltool | 13:17 | |
jfroche_ | ignas: where do i define to use this or another person ? registering another adapter or changing a zcml file ? | 13:22 |
*** jinty has joined #schooltool | 13:22 | |
ignas | another person | 13:22 |
jfroche_ | i need to inherit from Person | 13:23 |
ignas | hmm, at the moment you would have to disable demographics zcml | 13:23 |
ignas | a sec | 13:23 |
ignas | let me look at what's in trunk | 13:23 |
jfroche_ | i need to change checkPassword | 13:23 |
jfroche_ | to authenticate against ldap | 13:24 |
jfroche_ | (just as a proof of concept) | 13:24 |
ignas | i understand | 13:24 |
*** jfroche has quit IRC | 13:24 | |
jfroche_ | so i better inherit from Person | 13:24 |
ignas | it should work like this - you disable demographics zcml | 13:25 |
ignas | then you add your own module | 13:25 |
ignas | and register the factory utility in the overrides | 13:25 |
ignas | and add a person container, person add, person edit views | 13:25 |
jfroche_ | there is still an example in your branch ? | 13:25 |
ignas | well, no, i haven't added back the old person container yet | 13:26 |
ignas | person container view that is | 13:26 |
ignas | thus the only person container view is the demographics one | 13:26 |
ignas | and it depends on demographics person | 13:26 |
ignas | so you either add some small and hacky contianer view and person add, edit views you won't be able to use non demographics person | 13:27 |
ignas | i am working on adding person container that can display any person you have at the moment | 13:28 |
jfroche_ | i see | 13:28 |
ignas | log in part should be more or less independent from the person class | 13:28 |
ignas | so you might want to start there | 13:29 |
ignas | and i'll try to come up with something for the person container stuff | 13:29 |
ignas | just making tests pass, as i forgot one import when fixing translations in demographics | 13:31 |
jfroche_ | great | 13:31 |
*** Bhaskar has quit IRC | 13:34 | |
ignas | jfroche_: you will still have to write custom person listing/person adding/person editing for LDAP, but first i must make them overridable properly | 13:35 |
*** jinty has quit IRC | 13:40 | |
*** jinty has joined #schooltool | 13:48 | |
*** jfroche_ has quit IRC | 13:50 | |
*** jinty has quit IRC | 13:51 | |
*** jinty has joined #schooltool | 14:09 | |
*** jinty has quit IRC | 14:13 | |
*** jfroche has joined #schooltool | 14:18 | |
*** jinty has joined #schooltool | 14:28 | |
*** jinty has quit IRC | 14:32 | |
*** alga has joined #SchoolTool | 14:37 | |
jfroche | ignas: should i create a new package for creating my new person ? | 14:41 |
ignas | jfroche: yes, the way i did with lyceum would make most sense i think | 14:42 |
jfroche | looking | 14:42 |
ignas | add a new directory in src, hook it up in site.zcml, put new person class in some file, and register person factory utility in overrides | 14:43 |
ignas | hmm | 14:43 |
jfroche | i better branch now i suppose | 14:44 |
ignas | yes | 14:44 |
jfroche | branching from lyceum or trunk ? | 14:44 |
ignas | trunk | 14:44 |
ignas | now that i think about it | 14:44 |
ignas | as this is an experiment | 14:44 |
jfroche | but removing demographic + adding utility for registrering the person | 14:44 |
ignas | you should just try editing demographics person | 14:44 |
ignas | and editing authentication utility in place | 14:45 |
ignas | as they are not overridable at te moment | 14:45 |
ignas | and later as soon as overrides will be dealt with | 14:45 |
ignas | it should be easy to bakcport everything and make it plugable | 14:45 |
ignas | you won't be able to remove demographics for at least a couple of hours i'm afraid | 14:46 |
*** mgedmin has joined #schooltool | 15:06 | |
*** alga has quit IRC | 15:09 | |
jfroche | ignas: zope.html isn't on python.org anymore ? | 15:22 |
ignas | was it ever in there? | 15:23 |
jfroche | Ian have just done a fresh checkout | 15:23 |
jfroche | make build is just saying it can't find zope.html anymore | 15:23 |
ignas | hmm | 15:23 |
jfroche | and it looks at it on python | 15:23 |
ignas | interesting | 15:23 |
ignas | trunk ? | 15:23 |
jfroche | http trunk | 15:24 |
ignas | strange | 15:24 |
ignas | it's on http://ftp.schooltool.org/schooltool/eggs/ | 15:24 |
ignas | and in setup.eggs - the right url is set | 15:24 |
ignas | so it's kind of strange | 15:25 |
ignas | look at setup.eggs.py | 15:25 |
ignas | it should be the one failing | 15:25 |
ignas | running make build after removing eggs works for me ... | 15:26 |
jfroche | trying it again | 15:26 |
ignas | jfroche: can you see eggs in http://ftp.schooltool.org/schooltool/eggs/ ? maybe it's a network issue | 15:27 |
jfroche | ignas: can you do a fresh checkout | 15:33 |
jfroche | i can reach the url | 15:33 |
jfroche | lisppaste5: url | 15:33 |
lisppaste5 | To use the lisppaste bot, visit http://paste.lisp.org/new/schooltool and enter your paste. | 15:33 |
ignas | can you post me the http url ? :) | 15:33 |
lisppaste5 | jfroche pasted "Traceback" at http://paste.lisp.org/display/35951 | 15:33 |
ignas | emm what's the linux distribution? | 15:34 |
jfroche | http://svn.schooltool.org/schooltool/trunk/schooltool | 15:34 |
jfroche | ignas: there is an light on a apple on the computer | 15:35 |
jfroche | :) | 15:35 |
ignas | ouch | 15:35 |
ignas | the version of python-setuptools ? | 15:36 |
jfroche | right, got it... python 2.3.5 | 15:38 |
jfroche | trying with 2.4 :) | 15:38 |
*** eldafar has joined #schooltool | 15:40 | |
jfroche | ignas: at last we wont create a branch now | 15:49 |
*** jinty has joined #schooltool | 15:49 | |
ignas | jfroche: ? | 15:49 |
jfroche | we don't change the code yet | 15:49 |
jfroche | as we have 2h left | 15:50 |
jfroche | we (means, u & me) have to give them a way to define a new Person class | 15:50 |
*** test123 has joined #schooltool | 15:53 | |
jfroche | and then they will be able to work | 15:54 |
test123 | thanks jeff for removing z3! | 15:54 |
jfroche | test123: pleasure was for me :) | 15:55 |
*** dataflake has joined #schooltool | 15:56 | |
*** jinty has quit IRC | 15:59 | |
jfroche | ignas: update readme about libicu-dev | 15:59 |
ignas | could oyu update it again | 16:00 |
ignas | we work with pretty much any libicu-dev | 16:00 |
ignas | not just libicu36-dev | 16:00 |
jfroche | ok | 16:01 |
*** jinty has joined #schooltool | 16:32 | |
*** alga has joined #SchoolTool | 16:33 | |
*** dataflake has quit IRC | 16:38 | |
*** jinty has quit IRC | 16:41 | |
jfroche | test123: ftp://ftp.software.ibm.com/software/globalization/icu/3.6/icu4c-3_6-src.tgz | 16:54 |
jfroche | ignas: there was a MacOS package for schooltool ? | 16:57 |
ignas | some time ago i think | 16:57 |
ignas | then we ditched the support for anything except linux | 16:57 |
*** jinty has joined #schooltool | 17:20 | |
jfroche | test123: ftp://ftp.gnome.org/pub/GNOME/sources/libxml2/2.6/libxml2-2.6.27.tar.bz2 | 17:47 |
test123 | ignas: can you ack my skype call? thanks Ian | 17:57 |
ignas | accepted | 17:57 |
ignas | wait a sec for me to go to a separate room so i | 17:57 |
ignas | would not disturb my coworkers | 17:57 |
jfroche | cu there | 18:15 |
*** jfroche has quit IRC | 18:15 | |
*** test123 has quit IRC | 18:16 | |
*** whaddon has joined #schooltool | 18:53 | |
whaddon | eldafar: Hello | 19:01 |
*** whaddon has quit IRC | 19:23 | |
*** Ninno has joined #schooltool | 19:33 | |
*** thisfred has quit IRC | 19:44 | |
*** jinty has quit IRC | 20:44 | |
*** jinty has joined #schooltool | 21:00 | |
*** lisppaste5 has quit IRC | 21:02 | |
*** ignas has quit IRC | 21:05 | |
*** lisppaste5 has joined #schooltool | 21:06 | |
*** alga has quit IRC | 21:25 | |
*** mgedmin has quit IRC | 22:04 | |
eldafar | whaddon: hey, sorry | 23:40 |
eldafar | crap | 23:40 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!