*** johndoigiii has quit IRC | 00:05 | |
*** johndoigiii has joined #cc | 00:05 | |
*** johndoigiii has quit IRC | 00:11 | |
*** neonfloss has quit IRC | 00:34 | |
*** lotia has quit IRC | 01:10 | |
*** stevel has joined #cc | 01:11 | |
*** neonfloss has joined #cc | 01:17 | |
*** greg_g has quit IRC | 01:26 | |
*** greg-g has quit IRC | 01:27 | |
*** greg-g has joined #cc | 01:27 | |
*** Bovinity has quit IRC | 01:31 | |
*** neonfloss has quit IRC | 01:49 | |
*** jgay has quit IRC | 02:06 | |
*** stevel has quit IRC | 02:52 | |
*** stinger has joined #cc | 03:01 | |
*** johndoigiii has joined #cc | 03:03 | |
*** stevel has joined #cc | 03:08 | |
*** kreynen has joined #cc | 03:10 | |
*** parker-fcnyu has quit IRC | 03:25 | |
*** kreynen has quit IRC | 04:21 | |
isforinsects | paulproteus: how can I help? | 05:09 |
---|---|---|
*** stevel has quit IRC | 05:20 | |
*** stinger has quit IRC | 05:55 | |
paulproteus | isforinsects, Yo | 06:29 |
paulproteus | How can you help ... what? | 06:29 |
paulproteus | If you're awake, anyway, let's chat. | 06:29 |
paulproteus | If not, man, I frickin' hate this time zone. | 06:29 |
*** ankitg has quit IRC | 06:50 | |
*** parker-fcnyu has joined #cc | 06:54 | |
*** jgay has joined #cc | 07:07 | |
*** sama has joined #cc | 07:21 | |
*** parker-fcnyu has quit IRC | 07:57 | |
*** stevel has joined #cc | 08:57 | |
*** haoyu has quit IRC | 09:59 | |
*** haoyu has joined #cc | 10:05 | |
*** lotia has joined #cc | 10:12 | |
*** lotia has quit IRC | 10:18 | |
*** jgay has quit IRC | 10:34 | |
*** stevel has quit IRC | 10:46 | |
*** lotia has joined #cc | 11:10 | |
*** lotia has quit IRC | 11:14 | |
*** oshani has joined #cc | 11:51 | |
*** kreynen has joined #cc | 13:00 | |
*** kreynen has quit IRC | 13:20 | |
*** kreynen has joined #cc | 13:55 | |
*** DerApfel has joined #cc | 14:20 | |
*** lotia has joined #cc | 14:29 | |
*** nathany has joined #cc | 14:39 | |
*** mecredis has joined #cc | 14:45 | |
*** nathany_ has joined #cc | 14:52 | |
*** nathany_ has quit IRC | 15:00 | |
*** nkinkade has joined #cc | 15:03 | |
*** nkinkade has quit IRC | 15:32 | |
*** oshani_ has joined #cc | 15:34 | |
*** oshani has quit IRC | 15:34 | |
*** oshani_ is now known as oshani | 15:35 | |
*** lotia has quit IRC | 15:48 | |
*** neonfloss has joined #cc | 15:49 | |
*** whitemike33 has joined #cc | 15:50 | |
whitemike33 | heyy | 15:50 |
whitemike33 | is any one talking | 15:50 |
*** whitemike33 has quit IRC | 15:51 | |
*** neonfloss has quit IRC | 15:55 | |
*** parker-fcnyu has joined #cc | 15:56 | |
*** oshani has quit IRC | 15:57 | |
*** nkinkade has joined #cc | 16:06 | |
greg-g | nkinkade: do you happen to A) if we have a wikibot (or whatever it is named, a robot for automagically editing wiki pages) repo in git and B) what it is called (since webview is disabled) | 16:11 |
greg-g | s/to A)/to know A)/ | 16:11 |
nkinkade | greg-g: I'm not aware that such a bot exists. | 16:11 |
nkinkade | greg-g: a7 was slammed the other day, and apparently with something related to gitweb, so we took it down for now. | 16:12 |
nkinkade | We may try to get it back up with cgit, which is faster and should cause less problems. | 16:12 |
greg-g | nkinkade: ok, I thought there was some code lying around for some reason | 16:12 |
greg-g | gotcha, I think I saw some discussion on that | 16:12 |
nkinkade | But what do you mean by a wikibot? | 16:13 |
nkinkade | We don't have any content in git, but just the code. | 16:13 |
greg-g | right, I'm looking for code | 16:13 |
greg-g | something that goes through the wiki and does some cleanup/changes/something | 16:14 |
greg-g | this is for the CaseStudies to Case_Studies change | 16:14 |
greg-g | pretty easy logic, if (page_type_from_sem_wiki=CaseStudy) move_to(Case_Studies) | 16:15 |
*** sama has quit IRC | 16:50 | |
nathany | greg-g: ask paulproteus | 17:03 |
nathany | he has some code for that sort of thing; it just uses the pymediawiki bot stuff, iirc | 17:03 |
paulproteus | greg-g, Ya, I do | 17:04 |
paulproteus | Let me get back to you in 1h | 17:04 |
greg-g | nathany: thanks | 17:08 |
greg-g | paulproteus: sure thing | 17:08 |
*** oshani has joined #cc | 17:18 | |
haoyu | greg-g, I have some experience with mwclient, which is a bit better than pymediawiki when you want to do some simple bot | 17:20 |
haoyu | nkinkade, thanks for the user rights setting. it works well. | 17:21 |
*** lotia has joined #cc | 17:21 | |
greg-g | haoyu: doy ou have some example code I could look at? | 17:22 |
haoyu | the code I'm working on is in the CC SVN repo, but it can not be a simple example | 17:24 |
*** kreynen_ has joined #cc | 17:25 | |
haoyu | but there's some example shipped with mwclient's README file. it is just some very easy to use API. | 17:25 |
greg-g | haoyu: cool, I'll take a look at it. Thanks. | 17:25 |
*** oshani has joined #cc | 17:26 | |
haoyu | greg-g, if you want to take a look, my code is at here: http://code.creativecommons.org/svnroot/stats/wikibot/ccbot.py | 17:27 |
greg-g | haoyu: yeah, that is a bit more complicated than I will need :) | 17:28 |
greg-g | but good to see a complex example, too, I suppose | 17:28 |
haoyu | greg-g, indeed. so just see the mwclient's README.txt. there's some simple example. | 17:28 |
paulproteus | Yeah, mwclient is better. | 17:31 |
paulproteus | The pymediawiki bot is too much of a pain. | 17:31 |
nkinkade | haoyu: No problem. Glad it works. | 17:34 |
nkinkade | One by one the issues are getting worked out. | 17:34 |
nkinkade | nathany: Emails from the license chooser don't seem to be working. | 17:36 |
nkinkade | Could it possibly be related to the recent updates? | 17:36 |
nkinkade | It doesn't seem to be interacting with Postfix correctly. | 17:37 |
nathany | nkinkade: which ones? the debian upgrade or the cc.engine updates? possibly yes to both... | 17:37 |
nathany | can you just open a ticket and assign it to me? | 17:37 |
nkinkade | I think cc.engine. | 17:37 |
nkinkade | Getting messages like this in mail.log: NOQUEUE: reject: RCPT from localhost[127.0.0.1]: 550 5.1.1 <gwern0>: Recipient address rejected: User unknown in local recipient table; from=<info@creativecommons.org> to=<gwern0> proto=ESMTP helo=<a5.creativecommons.org> | 17:37 |
paulproteus | Looks to me like people are just entering "email addresses" without domain names in the form. | 17:38 |
paulproteus | Kind of an amazing concept to me, but you never know what users will do. | 17:38 |
nathany | nkinkade: right, that's not our problem | 17:38 |
nathany | although i think we may have *a* problem since i tried to send the html to myself this morning and didn't get it | 17:38 |
nathany | just didn't have time to dig into it | 17:38 |
nathany | nkinkade: do you see anything in the log wrt a message to nathan@yergler.net? | 17:39 |
nkinkade | paulproteus: that <gwern0> address shows up all over the place ... even when I try a test mail. | 17:39 |
nkinkade | nathany: No. | 17:39 |
*** ankitg has joined #cc | 17:39 | |
nathany | nkinkade: it's probably stuck in the outbound queue for zope -- i don't think i ever bothered to implement queue clearing on errors | 17:40 |
nkinkade | I though the same thing about the user not entering a domain, but it doesn't seem to be the case. | 17:40 |
*** lotia has quit IRC | 17:40 | |
nkinkade | Unless those <gwern0> messages are just someone trying to spam a5. | 17:41 |
nkinkade | Which is possible. | 17:41 |
*** kreynen has quit IRC | 17:41 | |
nathany | nkinkade: i doubt it; i think i saw that address in the queue | 17:41 |
nkinkade | mailq reveals that the queue is empty ... or maybe mailq no longer works with postfix. | 17:42 |
nkinkade | postqueue -p says it's empty too. | 17:43 |
paulproteus | The Zope queue, said nathany. | 17:43 |
paulproteus | if I understand correctly | 17:43 |
nathany | yes | 17:43 |
*** johndoigiii has quit IRC | 17:45 | |
isforinsects | paulproteus: re:SYN | 17:45 |
paulproteus | ACK | 17:46 |
paulproteus | isforinsects, I'm going to bike to the office since you're unresponsive. Talk to you in ca. 15m. | 17:47 |
*** pandadave has joined #cc | 17:54 | |
isforinsects | Gah | 17:58 |
isforinsects | my bad | 17:58 |
*** pandadave has left #cc | 17:59 | |
paulproteus | isforinsects, rehi | 18:08 |
greg-g | tag, you're it. | 18:15 |
* paulproteus loses the game | 18:16 | |
paulproteus | greg-g, BTW did you see the fantastic 4chan pwnage of the Time.com "most influential 100 persons of the year"? | 18:16 |
nathany | nkinkade: bug fixed. | 18:20 |
nkinkade | nathany: Thanks. | 18:23 |
nathany | nkinkade: can you look @ my account on wiki-staging and see why i can't edit a case study? | 18:41 |
nathany | i'd like to try the fckeditor with a working account before giving more feedback | 18:41 |
nkinkade | nathany: Yeah. | 18:41 |
nkinkade | I had that same problem ... Alex had to add me as an Admin. | 18:41 |
nkinkade | For some reason I could even do it directly through the db. | 18:41 |
nkinkade | nathany: Try it now, for user "Nathan" | 18:44 |
nathany | nkinkade: I'm not sure what the password for that account is; isn't my account Nathan Yergler? | 18:51 |
greg-g | paulproteus: that was awesome. I read someone's writeup about how it was done, amazing! | 18:51 |
paulproteus | Yeah! (-: | 18:52 |
nkinkade | nathany: You were already an Admin and Bureaucrat, but not emailconfirmed | 18:57 |
nkinkade | We ditched that on the main wiki, but apparently not yet on wiki-staging. | 18:57 |
nkinkade | You should be good to go now. | 18:57 |
nathany | thanks | 18:57 |
greg-g | emailconfirmed is no longer a requirement for editing? good deal, that was a pain with OpenID | 18:58 |
greg-g | paulproteus: is there a bot username/pass I should use for this? pm me. | 19:05 |
greg-g | (don't worry, not ready to run it yet, and yes, even if it accidently goes off the server is staging) | 19:06 |
paulproteus | greg-g, Just register your own fresh "Gregbot" account, or just use your own. | 19:09 |
paulproteus | isforinsects, re-syn... | 19:09 |
greg-g | paulproteus: k. | 19:09 |
*** kreynen_ has quit IRC | 19:18 | |
paulproteus | nathany, doin' it for the lulz | 19:19 |
*** kreynen has joined #cc | 19:42 | |
paulproteus | Well that took me *way* too long. Turns out utc_timestamp is a reserved word in SQL, so you can't use it for column names. | 19:44 |
*** Orango has joined #cc | 20:36 | |
nathany | nkinkade: are you able to dial in for the tech call? or should we try voip? | 20:37 |
*** johndoigiii has joined #cc | 20:37 | |
*** K`Tetch_ has joined #cc | 20:38 | |
nkinkade | nathany: Ekiga would be better. | 20:38 |
nathany | got it | 20:38 |
nathany | let me try to connect directly since we're all in the same room here | 20:38 |
nkinkade | I bought a dial-out account for Ekiga, but couldn't get it going this morning for the conference call. | 20:39 |
nkinkade | Once I get that figured out I should be able to dial normal landlines. | 20:39 |
nkinkade | nathany: What's your ekiga.net user? | 20:41 |
nathany | nkinkade: well i can't get it to register ekiga on ekiga.net | 20:41 |
nkinkade | Or we could always just do Skype. | 20:41 |
nathany | could be jaunty update | 20:41 |
nathany | ? | 20:41 |
nathany | nkinkade: i'm firing up skype | 20:41 |
nkinkade | Jaunty brought Ekiga 3, which seems to have some issues. | 20:41 |
nathany | nkinkade: the mic battery seems to be dead (and needed) again | 20:43 |
*** K`Tetch has quit IRC | 20:49 | |
*** lotia has joined #cc | 20:52 | |
*** whitemike33 has joined #cc | 20:53 | |
whitemike33 | hi | 20:53 |
whitemike33 | is anyone here | 20:54 |
whitemike33 | #carding | 20:54 |
*** whitemike33 has quit IRC | 20:55 | |
*** kreynen has quit IRC | 20:56 | |
*** lotia has quit IRC | 21:03 | |
*** parker-fcnyu has quit IRC | 21:07 | |
*** kreynen has joined #cc | 21:08 | |
*** Orango has quit IRC | 21:13 | |
*** cips has joined #cc | 21:35 | |
cips | s | 21:35 |
*** Orango has joined #cc | 21:42 | |
*** cips has quit IRC | 22:02 | |
*** parker-fcnyu has joined #cc | 22:51 | |
*** lotia has joined #cc | 23:19 | |
*** kreynen has quit IRC | 23:23 | |
*** pandadave has joined #cc | 23:26 | |
*** kreynen has joined #cc | 23:49 | |
*** lotia has quit IRC | 23:50 | |
*** K`Tetch has joined #cc | 23:56 | |
*** nathany has quit IRC | 23:58 |
Generated by irclog2html.py 2.6 by Marius Gedminas - find it at mg.pov.lt!