JED3 | nkinkade: you still around? | 00:01 |
---|---|---|
nkinkade | JED3: Yeah, I'm here. | 00:01 |
*** oshani has joined #cc | 00:02 | |
JED3 | nkinkade: just a quick question regarding civicrm | 00:03 |
nkinkade | JED3: Shoot. | 00:03 |
JED3 | so for this ccnet.php project, i need to import a bunch of users into drupal from our current db on cc.net | 00:04 |
JED3 | lots of objects in the current cc.net use the user id for managing relations... | 00:04 |
JED3 | so I'd like to retain the same user id's when we move the data into drupal | 00:05 |
JED3 | so that i dont have to manipulate the data very much to fit our new setup | 00:05 |
JED3 | the problem is that there are going to be some user id collisions with the users we currently have in drupal+civicrm (like mine, allisons, etc) | 00:06 |
JED3 | my thought was to delete those users... import the cc.net users.... and then re-add the initial users so that they have new id's that are unique | 00:07 |
JED3 | nkinkade: so my question is, would deleting say Mellissa's user in civicrm have any bad side effects | 00:08 |
JED3 | ? | 00:08 |
mralex | JED3: you shouldn't be deleting anyone who has admin access already, it'll probably screw things up | 00:09 |
JED3 | mralex: are you sure of that? | 00:10 |
mralex | fairly sure | 00:10 |
mralex | may hazardly break associations with things like mailings, groups, roles, and maybe any content created by the original user | 00:11 |
nkinkade | JED3: I somewhat agree with mralex. I don't know, but there must surely be relationships setup in Drupal that are user ID dependent. | 00:11 |
nkinkade | Well, not "somewhat," but fully | 00:12 |
nkinkade | JED3: My advice would be to figure out the collisions in advance and not import the colliding records, and handle those 5 or 6 records manually. | 00:12 |
nkinkade | That should be fairly easy, I would think. | 00:12 |
JED3 | nkinkade: its just added work | 00:14 |
nkinkade | Yeah, but only on the level of manually adjusting 5 or 10 records, I would think. | 00:14 |
JED3 | nkinkade: * n number of works * n profiles ... etc | 00:15 |
nkinkade | Just finding the intersection of CC.net IDs with Drupal IDs and excluding those records. | 00:15 |
nkinkade | Oh. | 00:15 |
nkinkade | Well, I suppose you could try it out zupport, right. | 00:16 |
JED3 | yeah. most of the data in cc.net uses the user id to manage the relations between tables | 00:16 |
nkinkade | JED3: ^^ | 00:16 |
nkinkade | Give it a shot on zupport and see if things break. | 00:16 |
JED3 | nkinkade: trying now | 00:16 |
*** mralex has quit IRC | 00:17 | |
nkinkade | JED3: I'm heading out. But let me know how it goes ... | 00:17 |
*** nkinkade has left #cc | 00:17 | |
*** akozak has quit IRC | 00:18 | |
*** JED3 has quit IRC | 00:28 | |
*** JoiIto has joined #cc | 00:40 | |
*** little-boy has joined #cc | 00:42 | |
little-boy | hi | 00:42 |
little-boy | i have question | 00:45 |
little-boy | http://codepad.org/Extux9Nm | 00:45 |
little-boy | any one? | 00:48 |
little-boy | here | 00:48 |
little-boy | ? | 00:48 |
*** little-boy has quit IRC | 00:48 | |
*** erlehmann has joined #cc | 02:12 | |
*** JoiIto has quit IRC | 02:13 | |
*** JoiIto has joined #cc | 02:16 | |
*** JoiIto1 has joined #cc | 02:21 | |
*** jgay has quit IRC | 02:21 | |
*** JoiIto has quit IRC | 02:25 | |
*** MarkDude has joined #cc | 03:04 | |
*** trombonechamp_ has joined #cc | 03:08 | |
*** JoiIto1 has quit IRC | 03:10 | |
*** oshani has quit IRC | 03:13 | |
*** JED3 has joined #cc | 04:22 | |
*** JED3 has quit IRC | 05:11 | |
*** MarkDude has quit IRC | 05:58 | |
*** MarkDude has joined #cc | 05:59 | |
*** MarkDude has quit IRC | 06:00 | |
*** MarkDude has joined #cc | 06:00 | |
*** MarkDude has joined #cc | 06:01 | |
*** izdubar has joined #cc | 06:10 | |
*** MarkDude has quit IRC | 06:10 | |
*** izdubar has quit IRC | 06:23 | |
*** izdubar has joined #cc | 06:24 | |
*** izdubar has quit IRC | 06:46 | |
*** MarkDude has joined #cc | 06:51 | |
*** bassel has joined #cc | 07:59 | |
*** bassel has quit IRC | 08:07 | |
*** bassel has joined #cc | 09:12 | |
*** bassel has quit IRC | 11:26 | |
*** JoiIto has joined #cc | 11:28 | |
*** wormsxulla has joined #cc | 11:30 | |
*** JoiIto has quit IRC | 12:06 | |
*** JoiIto has joined #cc | 12:12 | |
*** MarkDude has quit IRC | 12:29 | |
*** bassel has joined #cc | 12:48 | |
*** oshani has joined #cc | 13:12 | |
*** thisisparker has joined #cc | 13:15 | |
*** CIA-66 has quit IRC | 14:37 | |
*** JoiIto has quit IRC | 14:46 | |
*** JoiIto has joined #cc | 15:00 | |
*** nyergler has joined #cc | 15:05 | |
*** CIA-63 has joined #cc | 15:09 | |
*** jgay has joined #cc | 15:23 | |
*** thisisparker has quit IRC | 15:29 | |
*** CIA-63 has quit IRC | 15:38 | |
*** CIA-66 has joined #cc | 16:27 | |
*** mralex has joined #cc | 16:31 | |
*** JED3 has joined #cc | 16:38 | |
*** nkinkade has joined #cc | 16:41 | |
JED3 | nkinkade: ping | 17:06 |
nkinkade | JED3: Hi. | 17:06 |
JED3 | hey, so after talking yesterday i went ahead and deleted an admin user from civicrm and I can't see that it messed up anything, where and what should i be looking for if you had to guess? | 17:07 |
JED3 | nkinkade: ^^ | 17:07 |
nyergler | nkinkade, are we still running asterisk on that dell in the office? | 17:07 |
JED3 | i deleted allison's username fwiw, that user may not have much history on zupport now that i think about it | 17:07 |
nkinkade | nyergler: It may be running there, but I don't think it was ever configured. | 17:07 |
nyergler | where were we running it for the conf call? | 17:08 |
nkinkade | nyergler: The Linode. | 17:08 |
nyergler | oh right | 17:08 |
nkinkade | JED3: Hmm. It may just be that there isn't much to be lost. | 17:08 |
nkinkade | I can't honestly think of any particular thing that might break. | 17:08 |
nkinkade | nyergler: Asterisk is still installed on the Linode, but not running, and I also reverted to using a stock Debian kernel. | 17:09 |
nkinkade | So, even if you fired up Asterisk, the sound quality would probably be horrific with the patched kernel. | 17:09 |
nyergler | thanks | 17:10 |
*** JoiIto has quit IRC | 17:10 | |
*** JoiIto has joined #cc | 17:51 | |
paroneayea | JED3: how much do you know about git hooks? | 18:11 |
*** akozak has joined #cc | 18:13 | |
JED3 | paroneayea: not an immense amount, why whats up? | 18:13 |
paroneayea | JED3: it seems that changing directories in a git hook to somewhere else and then running git pull doesn't work | 18:15 |
JED3 | nkinkade: any idea how to disable civicrm's automatic Drupal user to civi contact synchronization? | 18:15 |
paroneayea | I wonder if they're using environment variables or something? | 18:15 |
paroneayea | is there a list of special environment variables that git pays attention to? | 18:15 |
paroneayea | oh. | 18:15 |
paroneayea | http://www.kernel.org/pub/software/scm/git/docs/ | 18:15 |
JED3 | so your script is chdir'ing somewhere which breaks execution ? | 18:15 |
nyergler | paroneayea, paulproteus might have a suggestion as well | 18:16 |
paroneayea | JED3: it's not breaking execution of the git repository that's being pushed to and initing the hook | 18:16 |
paroneayea | cd /var/www/staging.creativecommons.org/i18n_hook_checkout/ | 18:17 |
paroneayea | /usr/bin/git pull | 18:17 |
paroneayea | 18:17 | |
paroneayea | is part of the hook | 18:17 |
paroneayea | it looks like there are some environment variables | 18:17 |
paroneayea | gonna look to see if those are being affected. | 18:17 |
nkinkade | JED3: No, I'm not sure how to disable that. Someone on #civicrm might have an idea. | 18:19 |
jgay | quick question, CC BY works can be mixed with CC BY NC SA works and redistributed under CC BY NC SA license, right? | 18:23 |
jgay | robmyers, paulproteus, anyone? | 18:24 |
paroneayea | aha, unset GIT_DIR works | 18:24 |
paroneayea | jgay: yes | 18:25 |
jgay | paroneayea, thanks ... I put it in a policy document I'm revising and I realized I should double check that statement even though I was fairly confident. | 18:27 |
paulproteus | (-: re: git hooks | 18:39 |
paulproteus | re: "cd'ing somewhere else and running git pull..." | 18:39 |
paulproteus | Seems like you figured it out, okay good (-: | 18:40 |
paroneayea | paulproteus: :) | 18:48 |
robmyers | Yes BY is BY-NC-SA compatible. (IANAL, etc.) | 18:52 |
robmyers | I'm sure there used to be a diagram of license compatibility on the old wiki | 18:52 |
paroneayea | they are compatible but robmyers will give you a sour look for the NC component | 18:53 |
mralex | jgay: http://wiki.creativecommons.org/FAQ#If_I_use_a_Creative_Commons-licensed_work_to_create_a_new_work__.28ie_a_derivative_work_or_adaptation.29.2C_which_Creative_Commons_license_can_I_use_for_my_new_work.3F | 18:53 |
robmyers | LOL | 18:54 |
robmyers | I should have stickers made... | 18:54 |
*** mralex has left #cc | 18:54 | |
*** mralex has joined #cc | 18:54 | |
mralex | i forget Focus-follows-eyes doesn't exist. | 18:55 |
paroneayea | xeyes-follows-eyes | 18:55 |
paroneayea | xeyes-follows-cursor-follows-eyes | 18:55 |
mralex | --spooky | 18:56 |
paroneayea | :D | 18:56 |
paroneayea | nkinkade: nyergler: JED3: | 18:56 |
paroneayea | oops | 18:56 |
paroneayea | what on staging.cc.org needs babel installed on the system level, do you know? | 18:57 |
nkinkade | paroneayea: Is it installed on a7? | 18:58 |
*** oshani has quit IRC | 18:59 | |
nkinkade | "dpkg -al | grep babel" doesn't return anything. | 18:59 |
*** oshani has joined #cc | 19:01 | |
paroneayea | nkinkade: it is | 19:05 |
nkinkade | paroneayea: Why doesn't the above command return anything? | 19:05 |
paroneayea | let me double check that I'm not lying. | 19:05 |
paroneayea | nkinkade: /usr/lib/python2.5/site-packages/Babel-0.9.4-py2.5.egg/ | 19:05 |
paroneayea | it was probably installed w/ easy_install(?) | 19:06 |
nkinkade | paroneayea: Perhaps it was installed for translate.creativecommons.org? For the old Pootle install? | 19:06 |
paroneayea | oh maybe. | 19:08 |
jgay | mralex, great diagram. Definitely adding that to my documentation | 19:08 |
paroneayea | pootle was python? I thought it was php for some reason. | 19:09 |
paroneayea | could have been installed for the tooling though | 19:09 |
paroneayea | well anyway it is making my life difficult! :< | 19:12 |
paroneayea | I guess it can't be removed if we don't know what it's for | 19:13 |
*** papyromancer has quit IRC | 19:33 | |
*** papyromancer has joined #cc | 19:35 | |
robmyers | jgay: make sure you check the licence on the diagram first ;-) | 19:57 |
jgay | robmyers, i was thinking of maybe mixing things-up a bit on it, I hope it's not non-derivs | 19:58 |
* paroneayea pops due to dependency issues | 20:01 | |
*** papyroma1cer has joined #cc | 20:03 | |
paroneayea | nyergler: would you be upset if I `sudo easy_install-2.5 http://code.creativecommons.org/basket/Babel-1.0b_cc_2009_03_17-py2.5.egg` on a7 | 20:05 |
paroneayea | I don't know what the system library of babel is for but it's flat out preventing us from installing the patched babel w/ buildout. I've even tried doing an svn checkout into the current directory and doing develop=babel and it refuses to accept that either | 20:07 |
*** papyromancer has quit IRC | 20:07 | |
paroneayea | well | 20:15 |
paroneayea | I think I am just gonna do it. | 20:15 |
*** papyroma1cer is now known as papyromancer | 20:24 | |
nyergler | paroneayea, sorry, was at lunch | 20:43 |
nyergler | presumably fine | 20:43 |
*** oshani has quit IRC | 20:43 | |
paroneayea | nyergler: cool | 20:51 |
*** oshani has joined #cc | 20:53 | |
*** jgay has quit IRC | 20:54 | |
*** oshani has quit IRC | 21:01 | |
*** oshani has joined #cc | 21:03 | |
JED3 | nyergler: sigh ping | 21:20 |
JED3 | in Django a user's email uniqueness wasn't enforced, so we have multiple users for the same email address | 21:21 |
JED3 | but it appears that the civicrm feature that links drupal users to contacts requires that the email be unique | 21:22 |
JED3 | so i'm only able to add 1 user in drupal per email address | 21:22 |
JED3 | whoops wrong ping, meant for nkinkade | 21:23 |
nkinkade | JED3: Need a few minutes ... on a call. | 21:23 |
JED3 | nkinkade: take your time | 21:24 |
paroneayea | JED3: can I steal your time while you're waiting for others' time? :D | 21:24 |
paroneayea | have you ever made a buildout recipe? | 21:24 |
JED3 | paroneayea: sure, no i haven't | 21:26 |
JED3 | fun? | 21:26 |
paroneayea | heh, it's actually not so hard but | 21:27 |
paroneayea | I can't figure out why the stupid thing keeps uninstalling and installing the recipes on every update instead of calling update() | 21:27 |
paroneayea | it makes this take a lot longer. | 21:28 |
JED3 | paroneayea: where is the recipe right now? | 21:32 |
paroneayea | JED3: check out i18n.git | 21:32 |
paroneayea | and then look at cc/i18n/tools/po2cc.py or compile_mo.py | 21:33 |
*** DNS777 has quit IRC | 21:42 | |
*** DNS777 has joined #cc | 21:42 | |
*** bassel has quit IRC | 21:45 | |
nkinkade | JED3: What's up? | 22:05 |
JED3 | nkinkade: nm i think i figured it out | 22:08 |
*** oshani has joined #cc | 22:27 | |
*** akozak has quit IRC | 22:34 | |
*** oshani has quit IRC | 22:56 | |
nyergler | paroneayea, the call to uninstall/install may be due to either the recipe version increasing, or the files it writes changing between runs (can't remember if the latter triggers uninstall first) | 23:11 |
*** nyergler has quit IRC | 23:21 | |
*** wormsxulla has quit IRC | 23:27 | |
*** wormsxulla has joined #cc | 23:45 | |
*** JoiIto has quit IRC | 23:49 | |
*** JoiIto has joined #cc | 23:49 | |
*** mralex has quit IRC | 23:58 |
Generated by irclog2html.py 2.6 by Marius Gedminas - find it at mg.pov.lt!