*** didymo has joined #schooltool | 00:23 | |
*** jhancock has quit IRC | 00:52 | |
*** didymo has quit IRC | 01:42 | |
*** didymo has joined #schooltool | 06:37 | |
*** jinty has joined #schooltool | 12:50 | |
*** ignas has joined #schooltool | 13:10 | |
ignas | jinty: you are working on some website integration iirc | 13:12 |
---|---|---|
jinty | ignaswebsite integration? | 13:13 |
jinty | not sure what that means | 13:13 |
ignas | zope3 + zope2 at the same time | 13:13 |
ignas | jinty: maybe you have any ideas how to make 1 login form work on 2 different web apps? wordpress and schooltool in this case ... | 13:13 |
jinty | yeah, easy if it's cookie login | 13:13 |
jinty | each user logging in gets a token | 13:14 |
jinty | (i.e. cookie values) | 13:14 |
jinty | that token is stored in a common database | 13:14 |
jinty | for a time | 13:14 |
jinty | one application sets the cookie | 13:14 |
jinty | but each one knows how to validate it | 13:14 |
ignas | hmm, but isn't it a bit unsecure? | 13:14 |
jinty | (token = server side info/ cookie = client side info) | 13:15 |
ignas | though - it's not too different from session key | 13:15 |
ignas | so yeah | 13:15 |
jinty | and it's only valid for a certain time period | 13:15 |
ignas | though, i'd need a common database | 13:15 |
jinty | yep | 13:15 |
jinty | or a way to access the wordpress db from schooltool (or vice versa) | 13:16 |
*** jfroche has joined #schooltool | 13:16 | |
jinty | I think there's no way to do it if you have no common data source | 13:16 |
jinty | Also, if you feel like doing a little code review, I've started | 13:16 |
jinty | prototyping a egg->packages synchronization tool. (Hopefully in the | 13:16 |
jinty | future you can just upload a egg tar.gz) | 13:16 |
ignas | indeed, i guess i'll have to install wordpress and look at what it can do for me ... | 13:17 |
jinty | http://svn.vanguardistas.net/public/vanguardistas.buildtools/trunk/ | 13:17 |
ignas | looking at it | 13:19 |
jinty | (I'm more worried about interfaces/design than the backend component quality at this point) | 13:21 |
jinty | guess the central place to see the overall design is here: http://svn.vanguardistas.net/public/vanguardistas.buildtools/trunk/src/vanguardistas/buildtools/reposync.py | 13:21 |
ignas | hmm | 13:25 |
ignas | when it comes to UI, it would be kind of nice to have the output svn style | 13:26 |
ignas | 1 line per package | 13:26 |
ignas | and a BIG letter to indicate what was performed | 13:26 |
ignas | because at the moment core message "doesn't have %s" "has old %s" is in the middle | 13:26 |
ignas | so it would do a lot of output, but it might be difficult to see what was performed | 13:27 |
jinty | ok | 13:28 |
jinty | that would probably require an logging level above INFO, but below WARNING | 13:29 |
jinty | IMPORTANT_INFO | 13:29 |
jinty | then the default logging config restricts to IMPORTANT_INFO | 13:29 |
jinty | but you see the grand idea here? | 13:30 |
jinty | a cronjob that scans a directory, converting everything it sees into debian packages | 13:30 |
ignas | yes | 13:33 |
ignas | DirectoryEggList -> def __iter__(self): return iter(self._eggs) | 13:33 |
ignas | you won't neet next() then i think | 13:34 |
ignas | oh hmm | 13:34 |
ignas | ok | 13:34 |
ignas | i am wrong | 13:34 |
jinty | yeah, lazy eggs | 13:34 |
jinty | but, I know the backends are bad quality | 13:34 |
ignas | look at itertools.imap | 13:35 |
ignas | itertools.imap(Eggs, self._eggs) or something like that | 13:35 |
jinty | I mean the apt repository requires you to have root and does interesting things your system | 13:35 |
ignas | :) | 13:36 |
jinty | there's no reason why that can't be more self-contained except that my apt-fu is not up to it | 13:36 |
jinty | but the thing almost can bootstrap itself into a debian package | 13:37 |
ignas | looks good | 13:37 |
ignas | by the way - is it possible to test schooltool release branch with some kind of zope tarball | 13:37 |
ignas | ? | 13:37 |
jinty | of course it's possible, the question is if someone has the time to do it | 13:41 |
jinty | just use the latest Zope 3.4 tarball | 13:41 |
ignas | i'll try | 13:41 |
ignas | hmm 2007-07-13 09:21:05 | 13:43 |
ignas | that's old | 13:43 |
ignas | the latest tarball - Zope-3.4.0b1.tgz (6.82 M) | 13:43 |
jinty | yeah, that's the one ;) | 13:43 |
*** jfroche has quit IRC | 13:43 | |
ignas | by the way - i have nearly finished moving REST api | 13:45 |
ignas | from a different port | 13:45 |
ignas | to localhost:7080/api/ | 13:45 |
jinty | hmm, wait | 13:45 |
ignas | that's not going into the release | 13:45 |
jinty | I think there's a beta 2 release | 13:46 |
ignas | i thought so | 13:46 |
ignas | but when i clicked on it | 13:46 |
ignas | and then clicked to go to the downloads | 13:46 |
ignas | nope | 13:46 |
ignas | i clicked on b1 | 13:46 |
jinty | ah, no, I was seeing 3.3-b2 | 13:47 |
ignas | :) | 13:47 |
jinty | you could even test the schooltool released tarball;) | 13:47 |
ignas | i have tried running it | 13:48 |
ignas | and it works | 13:48 |
ignas | it uses eggy zope | 13:48 |
jinty | cool | 13:48 |
ignas | and works | 13:48 |
ignas | i have even updated installation instructions | 13:48 |
* jinty gotta go for an hour or so | 13:49 | |
*** jinty has quit IRC | 13:49 | |
*** didymo has quit IRC | 13:51 | |
*** mgedmin has joined #schooltool | 13:51 | |
*** jinty has joined #schooltool | 14:46 | |
ignas | jinty: ran schooltool tests with the tarball | 14:46 |
ignas | and yes - zope.session is not there | 14:46 |
ignas | zope.testbrowser is broken (incompatible with ubuntu urllib2) | 14:47 |
jinty | yep, but this is just a matter of merging reverted packages? | 14:47 |
jinty | reverted patches | 14:47 |
ignas | and - you missed 1 revision when switching, but i will backport it | 14:47 |
ignas | lisppaste5: url | 14:48 |
lisppaste5 | To use the lisppaste bot, visit http://paste.lisp.org/new/schooltool and enter your paste. | 14:48 |
lisppaste5 | ignas pasted "most of the external dependencies" at http://paste.lisp.org/display/49016 | 14:49 |
jinty | ignas: I can easily make new releases (there is a tool) | 14:49 |
jinty | so when you're done, let me know | 14:49 |
*** jinty has quit IRC | 14:52 | |
*** wjohnsto has joined #schooltool | 15:17 | |
*** dwelsh has joined #schooltool | 15:53 | |
*** jinty has joined #schooltool | 16:09 | |
ignas | jinty: i have backported the fix, so now release branch has translatable help files | 16:29 |
jinty | ok, so I should re-release the branch? | 16:30 |
ignas | yes | 16:30 |
jinty | ignas: ok, I'm running the release tool, the tarball will be up in a few minutes | 16:33 |
ignas | cool | 16:34 |
*** jfroche has joined #schooltool | 16:45 | |
*** wjohnsto has quit IRC | 16:49 | |
Lumiere | jinty: is there a set of times that I should tell mattva01 to contact you? | 16:58 |
jinty | Lumiere: hmm, not really | 17:00 |
jinty | most likely during european daytime | 17:00 |
jinty | but I'll only be around from monday | 17:00 |
jinty | best if he sends me an -email | 17:00 |
Lumiere | ok | 17:12 |
*** jfroche has quit IRC | 17:35 | |
*** jinty has quit IRC | 17:57 | |
*** CrippsFX has joined #schooltool | 18:44 | |
*** ignas has quit IRC | 19:15 | |
*** jinty has joined #schooltool | 19:27 | |
*** jhancock has joined #schooltool | 19:37 | |
jhancock | Hey, what is the program that goes through html docs and makes them pretty | 19:38 |
jhancock | is it twisted-something | 19:38 |
jhancock | but i can remember | 19:39 |
jhancock | not* | 19:39 |
jhancock | I think is starts with an L | 19:43 |
jhancock | oh I just remembered is is lore | 19:44 |
jhancock | thanks anyway | 19:44 |
*** jinty has quit IRC | 19:46 | |
*** Fujitsu has quit IRC | 19:57 | |
*** alga has joined #SchoolTool | 20:20 | |
*** Aim2 has quit IRC | 21:04 | |
*** Ninno has joined #schooltool | 21:05 | |
*** mgedmin has quit IRC | 21:34 | |
*** CrippsFX has left #schooltool | 21:37 | |
*** jelkner has joined #schooltool | 21:53 | |
jelkner | jhancock: are you here? | 21:54 |
jelkner | i just got your email | 21:55 |
jelkner | and i had sent one to you at about the same time | 21:55 |
jhancock | all right i'll go check it | 21:59 |
*** Ninno has quit IRC | 22:03 | |
jhancock | http://www.yourfilelink.com/get.php?fid=401407 | 22:07 |
jhancock | well i posted it on this site already | 22:07 |
jhancock | jelkner | 22:07 |
jhancock | I'll email it to matt | 22:12 |
jhancock | and once he has that I can just send him the gasp source | 22:15 |
jelkner | cool | 22:16 |
jelkner | i gotta run | 22:16 |
jhancock | k see ya | 22:16 |
jelkner | did you see wubi? | 22:16 |
jhancock | nope, I'll go look | 22:16 |
jelkner | wubi lets you install ubuntu into windows as a regular app | 22:16 |
jelkner | it doesn't require repartitioning, and it does no harm to your windows environment | 22:17 |
jhancock | YESSS!!! | 22:17 |
jhancock | that is good | 22:17 |
jelkner | mackenzie just told me about it | 22:17 |
jelkner | that may be just what you need | 22:17 |
jhancock | is mackenzie a student? | 22:17 |
jelkner | yes, at george washington university | 22:17 |
jhancock | nice | 22:18 |
jelkner | she is a very active ubuntista | 22:18 |
jelkner | with our loco team | 22:18 |
jelkner | a cs major | 22:18 |
jhancock | even better | 22:18 |
jelkner | ok, gotta run... | 22:18 |
jelkner | talk to you tomorrow. | 22:18 |
jhancock | k see ya | 22:18 |
*** jelkner has quit IRC | 22:18 | |
*** jhancock_ has joined #schooltool | 23:08 | |
*** jhancock has quit IRC | 23:24 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!