| *** zotya has joined #zope3-dev | 00:03 | |
| *** stub has joined #zope3-dev | 00:03 | |
| *** natea has quit IRC | 00:08 | |
| *** mkerrin has quit IRC | 00:22 | |
| *** philiKON_ is now known as philiKON | 00:27 | |
| *** d2m__ has quit IRC | 00:28 | |
| *** deo has quit IRC | 00:31 | |
| *** natea has joined #zope3-dev | 00:34 | |
| *** deo has joined #zope3-dev | 00:36 | |
| *** d2m has joined #zope3-dev | 00:40 | |
| *** ktwilight_ has joined #zope3-dev | 00:49 | |
| *** rocky is now known as rocky|away | 00:51 | |
| *** dobee has quit IRC | 00:54 | |
| *** ktwilight has quit IRC | 01:03 | |
| *** natea has quit IRC | 01:03 | |
| *** benji has quit IRC | 01:05 | |
| *** d2m has quit IRC | 01:18 | |
| *** nathany has joined #zope3-dev | 01:18 | |
| *** J1m has quit IRC | 01:19 | |
| *** reco has quit IRC | 01:23 | |
| *** zotya has quit IRC | 01:24 | |
| *** jodok has quit IRC | 01:34 | |
| *** alga has quit IRC | 01:50 | |
| *** nathany has quit IRC | 01:56 | |
| *** philiKON has quit IRC | 02:07 | |
| *** jinty has quit IRC | 02:08 | |
| *** philiKON_ has joined #zope3-dev | 02:08 | |
| *** harobed has quit IRC | 02:11 | |
| *** b_52Free has joined #zope3-dev | 02:14 | |
| *** b_52Centos has quit IRC | 02:31 | |
| *** philiKON_ has quit IRC | 02:36 | |
| *** schwendinger has quit IRC | 03:06 | |
| *** yota has joined #zope3-dev | 03:06 | |
| *** alga has joined #zope3-dev | 03:46 | |
| *** timte has quit IRC | 03:59 | |
| *** jodok has joined #zope3-dev | 04:05 | |
| *** jodok has quit IRC | 04:11 | |
| *** MiUlEr has joined #zope3-dev | 04:15 | |
| *** yota has quit IRC | 04:48 | |
| *** arroda has joined #zope3-dev | 04:58 | |
| *** arroda has left #zope3-dev | 05:00 | |
| *** opetznick has quit IRC | 05:06 | |
| *** opetznick has joined #zope3-dev | 05:06 | |
| *** opetznick has quit IRC | 05:08 | |
| *** ofer has joined #zope3-dev | 05:26 | |
| *** deo has quit IRC | 06:01 | |
| *** alga has quit IRC | 06:17 | |
| *** baijum has joined #zope3-dev | 06:26 | |
| *** Bhaskar has joined #zope3-dev | 06:43 | |
| *** ofer has quit IRC | 06:48 | |
| *** b_52Free has quit IRC | 06:49 | |
| *** b_52Free has joined #zope3-dev | 06:50 | |
| *** stub has quit IRC | 08:15 | |
| *** stub has joined #zope3-dev | 08:15 | |
| *** philiKON_ has joined #zope3-dev | 08:20 | |
| *** eins has joined #zope3-dev | 08:33 | |
| *** xenru has left #zope3-dev | 08:36 | |
| *** MiUlEr has quit IRC | 08:38 | |
| *** yvl has joined #zope3-dev | 08:46 | |
| *** d2m has joined #zope3-dev | 08:54 | |
| *** philiKON_ has quit IRC | 09:04 | |
| *** d2m has left #zope3-dev | 09:32 | |
| *** dlk has joined #zope3-dev | 09:45 | |
| *** dunny has quit IRC | 10:09 | |
| *** naro has joined #zope3-dev | 10:36 | |
| *** pelle_ has joined #zope3-dev | 10:40 | |
| *** pelle_ has joined #zope3-dev | 10:43 | |
| *** dobee has joined #zope3-dev | 10:47 | |
| *** jinty has joined #zope3-dev | 10:51 | |
| *** dlk has left #zope3-dev | 10:59 | |
| *** projekt01 has joined #zope3-dev | 11:12 | |
| *** lzdych has joined #zope3-dev | 11:15 | |
| *** ktwilight has joined #zope3-dev | 11:19 | |
| *** dlk has joined #zope3-dev | 11:21 | |
| *** timte has joined #zope3-dev | 11:24 | |
| Bhaskar | jinty: i have problem: UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-3: ordinal not in ... | 11:27 |
|---|---|---|
| Bhaskar | jinyy:in file: | 11:28 |
| Bhaskar | http://localhost:7080/persons/manager/@@attendance.html | 11:28 |
| jinty | Bhaskar, that's a bug, would you mind filing it as such with the compete traceback in launchpad? | 11:29 |
| Bhaskar | jinty:ok | 11:29 |
| Bhaskar | jinty:http://localhost:7080/attendancepanel.html and http://localhost:7080/@@attendancepanel.html are same why? | 11:30 |
| *** xenru has joined #zope3-dev | 11:31 | |
| *** natea has joined #zope3-dev | 11:31 | |
| *** ktwilight_ has quit IRC | 11:34 | |
| *** ktwilight_ has joined #zope3-dev | 11:34 | |
| jinty | Bhaskar, becuse attendancepanel.html is a view, and so can be traversed via @@ to prevent it from conflicting with the contents of a container | 11:36 |
| Bhaskar | jinty:attendance control pannel should be controlling attendance and attendancepannel is to set attendance but content of both page is same | 11:38 |
| *** schwendinger has joined #zope3-dev | 11:39 | |
| *** ktwilight has quit IRC | 11:40 | |
| jinty | Bhaskar, they are the same because they reference the same view and have the same context and request | 11:42 |
| Bhaskar | jinty: ok, but how can we set the attendance data | 11:43 |
| *** natea has quit IRC | 11:43 | |
| *** opetznick has joined #zope3-dev | 11:45 | |
| jinty | Bhaskar, er, that I don't know as I didn't design the user interface, and have infact never used it. Ask a question about the build system, or how to administer a schooltool instance and I'll be able to help you. | 11:46 |
| Bhaskar | jinty:ok | 11:47 |
| *** pelle_ has quit IRC | 11:47 | |
| Bhaskar | jinty: schooltool is distributed syatem, how can it access via internet in school or outside the world.. | 11:49 |
| jinty | Bhaskar, the typical situation is that you install schooltool on a server which is accessable via the internet. Or you can install it locally in the school and access it over the school network. | 11:51 |
| *** mingliang has joined #zope3-dev | 11:51 | |
| Bhaskar | jinty: ok | 11:52 |
| *** pelle_ has joined #zope3-dev | 11:54 | |
| Bhaskar | jinty: the username:manager,password:schooltool is not working in demo site:V | 11:54 |
| Bhaskar | http://demo.schooltool.org/@@login.html | 11:55 |
| jinty | teacher001:teacher001 | 11:57 |
| jinty | student001:student001 | 11:57 |
| Bhaskar | jinty, thanks, it works | 11:59 |
| *** natea has joined #zope3-dev | 12:02 | |
| Bhaskar | jinty:bug in this page:http://localhost:7080/persons/manager/@@attendance.html | 12:02 |
| Bhaskar | File "/usr/local/schooltool/schooltool/schooltool/Zope3/src/zope/publisher/publish.py", line 133, in publish | 12:03 |
| Bhaskar | result = publication.callObject(request, obj) | 12:03 |
| Bhaskar | File "/usr/local/schooltool/schooltool/schooltool/Zope3/src/zope/app/publication/zopepublication.py", line 161, in callObject | 12:03 |
| Bhaskar | return mapply(ob, request.getPositionalArguments(), request) | 12:03 |
| Bhaskar | File "/usr/local/schooltool/schooltool/schooltool/Zope3/src/zope/publisher/publish.py", line 108, in mapply | 12:03 |
| Bhaskar | return debug_call(obj, args) | 12:03 |
| Bhaskar | Extra information: <bound method StudentAttendanceView.__call__ of <zope.app.publisher.browser.viewmeta.StudentAttendanceView object at 0x446b060c>> | 12:03 |
| Bhaskar | File "/usr/local/schooltool/schooltool/schooltool/Zope3/src/zope/publisher/publish.py", line 114, in debug_call | 12:03 |
| Bhaskar | return obj(*args) | 12:03 |
| Bhaskar | File "/usr/local/schooltool/schooltool/schooltool/src/schooltool/attendance/browser/attendance.py", line 618, in __call__ | 12:03 |
| Bhaskar | self.update() | 12:03 |
| Bhaskar | File "/usr/local/schooltool/schooltool/schooltool/src/schooltool/attendance/browser/attendance.py", line 635, in update | 12:03 |
| Bhaskar | code_vocabulary = SimpleVocabulary.fromItems(code_items) | 12:03 |
| Bhaskar | File "/usr/local/schooltool/schooltool/schooltool/Zope3/src/zope/schema/vocabulary.py", line 82, in fromItems | 12:03 |
| Bhaskar | terms = [cls.createTerm(value, token) for (token, value) in items] | 12:03 |
| Bhaskar | File "/usr/local/schooltool/schooltool/schooltool/Zope3/src/zope/schema/vocabulary.py", line 108, in createTerm | 12:04 |
| Bhaskar | return SimpleTerm(*args) | 12:04 |
| Bhaskar | File "/usr/local/schooltool/schooltool/schooltool/Zope3/src/zope/schema/vocabulary.py", line 41, in __init__ | 12:04 |
| Bhaskar | self.token = str(token) | 12:04 |
| jinty | Bhaskar, please never do that, it's bad manners | 12:04 |
| Bhaskar | jinty:sorry for that | 12:05 |
| Bhaskar | jinty: i 'll post on mailing list | 12:05 |
| *** xenru has quit IRC | 12:07 | |
| *** xenru has joined #zope3-dev | 12:08 | |
| *** jinty has quit IRC | 12:10 | |
| Bhaskar | jinty: the demo site http://demo.schooltool.org is older version | 12:12 |
| *** jodok has joined #zope3-dev | 12:29 | |
| *** philiKON_ has joined #zope3-dev | 12:32 | |
| *** tarek has joined #zope3-dev | 12:49 | |
| *** philiKON_ has quit IRC | 12:51 | |
| *** ktwilight has joined #zope3-dev | 13:00 | |
| *** mkerrin has joined #zope3-dev | 13:00 | |
| *** ignas has joined #zope3-dev | 13:12 | |
| *** ktwilight_ has quit IRC | 13:14 | |
| *** ivan has joined #zope3-dev | 13:14 | |
| *** ktwilight_ has joined #zope3-dev | 13:15 | |
| *** Bhaskar has quit IRC | 13:17 | |
| *** ktwilight has quit IRC | 13:27 | |
| *** ktwilight has joined #zope3-dev | 13:29 | |
| *** MacYET has joined #zope3-dev | 13:37 | |
| *** ktwilight_ has quit IRC | 13:43 | |
| *** philiKON_ has joined #zope3-dev | 13:44 | |
| *** xenru has quit IRC | 14:00 | |
| *** philiKON_ has quit IRC | 14:07 | |
| *** d2m has joined #zope3-dev | 14:12 | |
| *** d2m has left #zope3-dev | 14:12 | |
| *** philiKON_ has joined #zope3-dev | 14:16 | |
| *** mgedmin has joined #zope3-dev | 14:16 | |
| *** J1m has joined #zope3-dev | 14:20 | |
| *** philiKON_ has quit IRC | 14:21 | |
| *** MacYET has left #zope3-dev | 14:29 | |
| *** niemeyer has quit IRC | 14:36 | |
| *** philiKON_ has joined #zope3-dev | 14:41 | |
| *** grahal has joined #zope3-dev | 14:44 | |
| *** stub has quit IRC | 14:49 | |
| *** philiKON_ has quit IRC | 14:53 | |
| *** niemeyer has joined #zope3-dev | 14:58 | |
| *** tonico|away is now known as tonico | 15:09 | |
| *** Aiste has quit IRC | 15:15 | |
| *** mgedmin has quit IRC | 15:19 | |
| *** mgedmin has joined #zope3-dev | 15:24 | |
| *** ktwilight has quit IRC | 15:24 | |
| *** ktwilight has joined #zope3-dev | 15:25 | |
| *** philiKON_ has joined #zope3-dev | 15:27 | |
| *** philiKON_ is now known as philiKON | 15:31 | |
| *** baijum has quit IRC | 15:35 | |
| *** MiUlEr has joined #zope3-dev | 15:39 | |
| *** MiUlEr has quit IRC | 15:39 | |
| *** philiKON_ has joined #zope3-dev | 15:52 | |
| *** philiKON has quit IRC | 15:52 | |
| *** philiKON_ is now known as philiKON | 15:52 | |
| *** timte has quit IRC | 15:55 | |
| *** timte has joined #zope3-dev | 15:55 | |
| *** alga has joined #zope3-dev | 16:03 | |
| *** tonico has quit IRC | 16:17 | |
| *** philiKON has quit IRC | 16:20 | |
| *** ivan has left #zope3-dev | 16:29 | |
| *** _projekt01 has joined #zope3-dev | 16:35 | |
| *** zagy has quit IRC | 16:46 | |
| *** eins has quit IRC | 16:47 | |
| *** projekt01 has quit IRC | 16:53 | |
| *** b_52Free has quit IRC | 16:56 | |
| *** projekt01 has joined #zope3-dev | 16:57 | |
| *** philiKON_ has joined #zope3-dev | 17:00 | |
| *** tonico has joined #zope3-dev | 17:01 | |
| *** _projekt01 has quit IRC | 17:01 | |
| *** tomus has joined #zope3-dev | 17:09 | |
| *** b_52Free has joined #zope3-dev | 17:13 | |
| *** dlk has left #zope3-dev | 17:17 | |
| *** benji has joined #zope3-dev | 17:18 | |
| *** philiKON_ is now known as philiKON | 17:22 | |
| *** philiKON has quit IRC | 17:35 | |
| *** philiKON_ has joined #zope3-dev | 17:36 | |
| *** projekt01 has quit IRC | 17:38 | |
| *** yvl has quit IRC | 17:40 | |
| *** pelle_ has quit IRC | 17:48 | |
| *** norro has joined #zope3-dev | 17:54 | |
| *** rocky|away is now known as rocky | 18:05 | |
| *** philiKON_ is now known as philiKON | 18:06 | |
| *** norro has quit IRC | 18:12 | |
| *** dlk has joined #zope3-dev | 18:15 | |
| *** dlk has left #zope3-dev | 18:21 | |
| *** opetznick has quit IRC | 18:50 | |
| *** romanofski has quit IRC | 19:19 | |
| *** harobed has joined #zope3-dev | 19:31 | |
| *** harobed has quit IRC | 19:42 | |
| *** WebMaven has quit IRC | 19:46 | |
| *** WebMaven has joined #zope3-dev | 19:54 | |
| *** tomus has quit IRC | 19:56 | |
| *** WebMaven has quit IRC | 20:02 | |
| *** WebMaven has joined #zope3-dev | 20:10 | |
| *** WebMaven has quit IRC | 20:11 | |
| *** WebMaven has joined #zope3-dev | 20:11 | |
| *** lzdych has quit IRC | 20:16 | |
| *** ofer has joined #zope3-dev | 20:16 | |
| *** deo has joined #zope3-dev | 20:17 | |
| *** schwendinger has quit IRC | 20:24 | |
| *** schwendinger has joined #zope3-dev | 20:32 | |
| *** mkerrin has quit IRC | 20:33 | |
| *** schwendinger has quit IRC | 20:37 | |
| *** zagy has joined #zope3-dev | 20:39 | |
| *** lzdych has joined #zope3-dev | 20:48 | |
| *** pelle_ has joined #zope3-dev | 21:29 | |
| *** pelle_ has quit IRC | 21:38 | |
| *** grahal has quit IRC | 21:39 | |
| *** ofer has quit IRC | 21:41 | |
| *** natea has quit IRC | 21:41 | |
| *** pelle_ has joined #zope3-dev | 21:42 | |
| *** schwendinger has joined #zope3-dev | 21:42 | |
| *** naro has quit IRC | 21:45 | |
| *** ignas has quit IRC | 21:46 | |
| *** lzdych has quit IRC | 21:49 | |
| *** pelle_ has quit IRC | 21:54 | |
| *** tarek has quit IRC | 21:57 | |
| *** yota has joined #zope3-dev | 22:02 | |
| *** romanofski has joined #zope3-dev | 22:25 | |
| *** ignas has joined #zope3-dev | 22:32 | |
| *** rocky is now known as rocky|away | 22:35 | |
| *** mgedmin has quit IRC | 22:42 | |
| *** schwendinger has quit IRC | 23:19 | |
| *** reco has joined #zope3-dev | 23:21 | |
| *** ignas has quit IRC | 23:37 | |
| *** pelle_ has joined #zope3-dev | 23:38 | |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!