*** tpb has joined #melange | 00:00 | |
*** mithro has joined #melange | 00:31 | |
*** ChanServ sets mode: +v mithro | 00:31 | |
*** SRabbelier has joined #melange | 00:43 | |
*** ChanServ sets mode: +v SRabbelier | 00:43 | |
*** webchick has quit IRC | 01:53 | |
*** mithro has quit IRC | 03:21 | |
*** mithro has joined #melange | 03:46 | |
*** ChanServ sets mode: +v mithro | 03:46 | |
*** SRabbelier1 has joined #melange | 04:58 | |
*** matthewwilkes_ has joined #melange | 05:37 | |
*** matthewwilkes_ is now known as MatthewWilkes | 06:44 | |
*** scorche has quit IRC | 06:48 | |
*** scorche has joined #melange | 06:50 | |
*** SRabbelier1 has quit IRC | 07:15 | |
*** Sidnei has joined #melange | 08:04 | |
*** webchick has joined #melange | 09:05 | |
*** N4L|Lennie has joined #melange | 10:22 | |
*** N4L|Lennie is now known as Lennie | 10:23 | |
*** madrazr has joined #melange | 10:26 | |
*** Sidnei_ has joined #melange | 10:38 | |
*** Sidnei_ has quit IRC | 10:44 | |
*** Lennie is now known as Lennie|Gone | 10:45 | |
*** Sidnei has quit IRC | 10:46 | |
*** Sidnei has joined #melange | 10:49 | |
*** Sidnei_ has joined #melange | 10:56 | |
*** Lennie|Gone is now known as Lennie | 11:09 | |
Lennie | SRabbelier: Ping? | 11:09 |
---|---|---|
SRabbelier | Lennie: -yawning-, pong | 11:10 |
Lennie | :) | 11:10 |
*** Sidnei has quit IRC | 11:13 | |
*** solydzajs has joined #melange | 11:14 | |
*** ChanServ sets mode: +v solydzajs | 11:14 | |
*** madrazr is now known as madrazr|oota | 11:57 | |
*** Sidnei_ is now known as sidnei | 12:27 | |
*** madrazr|oota is now known as madrazr | 12:31 | |
*** Lennie is now known as Lennie|Food | 12:37 | |
*** madrazr has quit IRC | 13:28 | |
*** Lennie|Food is now known as Lennie | 13:29 | |
SRabbelier | solydzajs: you need to make it possible to have read_only fields in forms! :P | 13:33 |
solydzajs | SRabbelier: you can have that | 13:33 |
solydzajs | SRabbelier: let me show you one sec | 13:33 |
SRabbelier | solydzajs: cool | 13:34 |
SRabbelier | solydzajs: (using as_table ofcourse) | 13:34 |
solydzajs | class EditForm(CreateForm): | 13:35 |
solydzajs | """Django form displayed a Document is edited. | 13:35 |
solydzajs | """ | 13:35 |
solydzajs | doc_key_name = forms.fields.CharField(widget=forms.HiddenInput) | 13:35 |
solydzajs | created_by = forms.fields.CharField(widget=helper.widgets.ReadOnlyInput(), | 13:35 |
solydzajs | required=False) | 13:35 |
*** madrazr has joined #melange | 13:35 | |
solydzajs | look at created_by property | 13:35 |
solydzajs | I use ReadOnlyInput widget here | 13:35 |
SRabbelier | solydzajs: aah, awesome! | 13:35 |
SRabbelier | solydzajs: perfect | 13:35 |
solydzajs | and that works ok with as_table too | 13:35 |
solydzajs | I committed my as_table stuff | 13:35 |
SRabbelier | solydzajs: awesome! | 13:36 |
SRabbelier | solydzajs: yup, I saw, haven't really tested though | 13:36 |
SRabbelier | solydzajs: why don't the field turn grey? | 13:37 |
*** MatthewWilkes has quit IRC | 13:39 | |
Lennie | solydzajs: I fixed the bug with the email adres not showing up when editing a user | 13:42 |
Lennie | solydzajs: But changing it doesnt work yet, because the kename isn't updated | 13:43 |
SRabbelier | Lennie: isn't that the case without your patch too? | 13:43 |
Lennie | yeah | 13:43 |
SRabbelier | Lennie: then submit this one :) | 13:44 |
solydzajs | Lennie: well it was just little change in template right ? | 13:50 |
Lennie | yeah a fule rules | 13:50 |
Lennie | *few | 13:50 |
solydzajs | ok | 13:50 |
solydzajs | Lennie: key name of User should not be updated | 13:51 |
SRabbelier | solydzajs: it's broken in the current code :( | 13:53 |
SRabbelier | solydzajs: I'm not sure why | 13:53 |
solydzajs | SRabbelier: you have broken former ids twice already :P | 13:54 |
SRabbelier | solydzajs: and you fix it in the wrong place! :P | 13:54 |
SRabbelier | solydzajs: admittedly, you couldn't fix it in my uncommitted code :p | 13:54 |
SRabbelier | solydzajs: but eh, still! :P | 13:54 |
solydzajs | SRabbelier: I will have a look at it, but like I said Users key_name cannot be changed ever, you can only change id property | 13:54 |
SRabbelier | solydzajs: yup | 13:55 |
SRabbelier | solydzajs: it shouldn't need to be changes | 13:55 |
SRabbelier | solydzajs: probably it's not looking up the user as it should | 13:55 |
SRabbelier | but eh, if you have time, please look att that :) | 13:55 |
SRabbelier | solydzajs: look at my latest version of invites please | 13:57 |
SRabbelier | solydzajs: http://srabbelier-melange.appspot.com/sponsor/edit/google | 13:59 |
tpb | <http://ln-s.net/2SdJ> (at srabbelier-melange.appspot.com) | 13:59 |
Lennie | SRabbelier solydzajs : Patch sent in | 14:03 |
Lennie | should work ^^ | 14:03 |
SRabbelier | Lennie: cool | 14:03 |
Lennie | grbml | 14:06 |
Lennie | I missed a call from Dynabyte :P | 14:06 |
Lennie | probably WolTK :P | 14:06 |
SRabbelier | Lennie: phail | 14:06 |
Lennie | *WotLK :P | 14:06 |
solydzajs | SRabbelier: I will have a look at both invites and former ids | 14:06 |
SRabbelier | solydzajs: cool | 14:06 |
Lennie | solydzajs : +1 | 14:06 |
solydzajs | Lennie: ok will review | 14:06 |
Lennie | +1 again :) | 14:06 |
Lennie | <- Gonna do the dishes and start on email stuff | 14:07 |
Lennie | I've read that Django also has a built in mail system :P | 14:07 |
SRabbelier | Lennie: go fiex :) | 14:07 |
Lennie | yeah yeah :P | 14:07 |
Lennie | you go fix invites :) | 14:07 |
SRabbelier | check them out :) | 14:07 |
solydzajs | Lennie: but you should use Email API from App Engine | 14:07 |
Lennie | sure | 14:08 |
Lennie | bbs | 14:08 |
solydzajs | SRabbelier: looks good, keep up the good work :D | 14:11 |
SRabbelier | solydzajs: thanks :) | 14:12 |
SRabbelier | solydzajs: you like the interface? | 14:12 |
SRabbelier | solydzajs: (that is, selecting with the list view etc) | 14:12 |
solydzajs | SRabbelier: yep it ok :-) | 14:13 |
SRabbelier | solydzajs: thanks | 14:13 |
solydzajs | SRabbelier: change the text in Invite a Host view | 14:14 |
solydzajs | SRabbelier: currently it's "Please use this form to edit the Host. " | 14:14 |
SRabbelier | solydzajs: heh, minor details :P | 14:15 |
SRabbelier | solydzajs: but will do | 14:15 |
solydzajs | SRabbelier: also change "Save Changes" to "Send Invitation" | 14:15 |
SRabbelier | solydzajs: will do/try | 14:15 |
solydzajs | SRabbelier: ok | 14:15 |
solydzajs | SRabbelier: linkname validation doesn't work too | 14:22 |
solydzajs | SRabbelier: I can have two users with same link_name | 14:22 |
solydzajs | SRabbelier: :( | 14:22 |
SRabbelier | solydzajs: weird | 14:22 |
solydzajs | I'm lately spending too much time on fixing bugs :/ | 14:24 |
SRabbelier | solydzajs: write tests for them | 14:24 |
solydzajs | SRabbelier: you refactor and break things you should write tests :P | 14:25 |
SRabbelier | solydzajs: hehe | 14:25 |
*** mithro has quit IRC | 14:28 | |
SRabbelier | solydzajs: invites work! :D | 14:30 |
SRabbelier | solydzajs: that is, you can create one now :) | 14:30 |
solydzajs | SRabbelier: I will wait for final version | 14:30 |
SRabbelier | solydzajs: sure | 14:30 |
SRabbelier | solydzajs: just wanted to let you know progress | 14:31 |
Lennie | b | 14:31 |
solydzajs | SRabbelier: thx :-) | 14:33 |
SRabbelier | solydzajs: would "Hit 'Send Invitation' to send the invite." be good? | 14:37 |
SRabbelier | Lennie: you forgot to inline the patch | 14:38 |
Lennie | epic fail? | 14:38 |
Lennie | somehow its also lost the 'doc string :P | 14:39 |
Lennie | grbml failure ^^ | 14:39 |
Lennie | Can I blame Git SRabbelier :P? | 14:39 |
solydzajs | SRabbelier: Send Invitation is self described :-) | 14:40 |
Lennie | I attached the patch though | 14:40 |
SRabbelier | solydzajs: should I just remove the Instruction then? | 14:40 |
Lennie | didnt want to make it too long :P | 14:40 |
SRabbelier | Lennie: heh, don't blame git, it'll give Pawel another reason to whine at me using it :P | 14:41 |
Lennie | ^^ | 14:41 |
SRabbelier | solydzajs: ok, have a look if/when you can, I'm done for the night | 14:41 |
SRabbelier | solydzajs: code is on repo | 14:41 |
solydzajs | "Please make sure that invitation is correct .... " ? something like that ? | 14:42 |
SRabbelier | solydzajs: yeah, sure | 14:42 |
solydzajs | SRabbelier: ok I fixed User link_names bug | 14:44 |
solydzajs | SRabbelier: I guess it was around for a while | 14:44 |
solydzajs | SRabbelier: :-) | 14:44 |
SRabbelier | solydzajs: what was the bug? | 14:45 |
solydzajs | was: | 14:45 |
solydzajs | if user and user.link_name != link_name: | 14:45 |
solydzajs | raise forms.ValidationError("This link name is already in use.") | 14:45 |
solydzajs | should be: | 14:45 |
solydzajs | if user and user.link_name == link_name: | 14:45 |
solydzajs | raise forms.ValidationError("This link name is already in use.") | 14:45 |
solydzajs | and | 14:45 |
solydzajs | was: | 14:45 |
solydzajs | if user and not id_user.doesLinkNameBelongToId(link_name, user.id): | 14:45 |
solydzajs | raise forms.ValidationError("This link name is already in use.") | 14:45 |
solydzajs | should be: | 14:45 |
solydzajs | user = id_user.getUserFromLinkName(link_name) | 14:45 |
solydzajs | if user: | 14:45 |
solydzajs | raise forms.ValidationError("This link name is already in use.") | 14:45 |
SRabbelier | solydzajs: Brown paper bag fix on my side :) | 14:46 |
SRabbelier | apologies | 14:46 |
Lennie | happy now sverre :P? | 14:47 |
SRabbelier | Lennie: sure, might even be 'git am' applyable | 14:48 |
Lennie | :P | 14:49 |
Lennie | that makes you happy | 14:49 |
Lennie | git diff --no-prefix > somepatch.diff | 14:49 |
Lennie | :P | 14:49 |
SRabbelier | Lennie: yup | 14:49 |
*** MatthewWilkes has joined #melange | 14:49 | |
*** Sidnei_ has joined #melange | 14:50 | |
SRabbelier | MatthewWilkes: thanks for the suggestion yesterday | 15:08 |
*** sidnei has quit IRC | 15:09 | |
MatthewWilkes | SRabbelier: No probs, that's why we're here :) | 15:12 |
MatthewWilkes | that and coding | 15:12 |
SRabbelier | MatthewWilkes: hehe, yup :) | 15:15 |
MatthewWilkes | just wish I had more time for the latter | 15:16 |
MatthewWilkes | I've filled my schedule pretty much to the limits :) | 15:16 |
SRabbelier | MatthewWilkes: no worries :) | 15:16 |
MatthewWilkes | SRabbelier: Has there been much django community involvement? It'd be nice to get more plone people involved but we're wary of learning curves having gone up our own ;) | 15:22 |
*** madrazr has quit IRC | 15:22 | |
SRabbelier | MatthewWilkes: none as far as I know | 15:22 |
MatthewWilkes | that's a shame :( | 15:23 |
SRabbelier | MatthewWilkes: yes, it is; we could really use a Django guru ;) | 15:24 |
solydzajs | SRabbelier: the problem is that we cannot use all of them Django features anyway | 15:24 |
SRabbelier | solydzajs: this is true, sadly | 15:25 |
MatthewWilkes | Yeah, if we had a WSGI app running on unrestricted CPython we'd be right in there | 15:25 |
*** lisppaste9 has quit IRC | 15:25 | |
*** lisppaste9 has joined #melange | 15:26 | |
SRabbelier | lol @ the lisppaste9 thing | 15:26 |
SRabbelier | MatthewWilkes: we need appengine though :) | 15:26 |
SRabbelier | MatthewWilkes: Django doesn't scale as well as Google requires | 15:26 |
solydzajs | SRabbelier: we need Python, Django and App Engine guru, you know who he is ?;-) | 15:26 |
MatthewWilkes | lol | 15:27 |
SRabbelier | solydzajs: lol, yes we do | 15:27 |
solydzajs | SRabbelier: but do you know who he is ?;-) | 15:27 |
MatthewWilkes | I know people trying to hire them... | 15:27 |
SRabbelier | solydzajs: nope, do you? | 15:27 |
solydzajs | SRabbelier: Guido ;-) but we won't get him :D | 15:27 |
MatthewWilkes | eg: http://www.lovelysystems.com/wp-content/uploads/2008/10/job-gae.png | 15:27 |
tpb | <http://ln-s.net/2Sek> (at www.lovelysystems.com) | 15:28 |
SRabbelier | solydzajs: LOL, nice :P | 15:28 |
solydzajs | SRabbelier: he's busy with other stuff at G | 15:28 |
SRabbelier | MatthewWilkes: LOL WTF :P | 15:28 |
SRabbelier | solydzajs: heh, ofcourse :) | 15:28 |
SRabbelier | MatthewWilkes: that is... weird :P | 15:28 |
MatthewWilkes | The guys at lovely are great :) | 15:28 |
SRabbelier | MatthewWilkes: heh, fancy | 15:29 |
solydzajs | MatthewWilkes: GAE is not really that complicated :-) | 15:32 |
solydzajs | SRabbelier: we could apply for this job already I guess :-) | 15:32 |
MatthewWilkes | solydzajs: If you want it let me recommend you, 2000€ reward :) | 15:34 |
solydzajs | MatthewWilkes: I'm busy enough with Melange, some iPhone project and NUI :-) | 15:35 |
MatthewWilkes | Too busy you say? I'd never have guessed! ;) | 15:35 |
SRabbelier | solydzajs: yes, you are, way too busy | 15:37 |
SRabbelier | MatthewWilkes: are you serious? | 15:37 |
solydzajs | MatthewWilkes: :-) | 15:37 |
SRabbelier | MatthewWilkes: heh, it's in german though :( | 15:37 |
MatthewWilkes | SRabbelier: of course not! | 15:37 |
SRabbelier | my german is not that good :P | 15:37 |
solydzajs | SRabbelier: http://www.lovelysystems.com/batlogg/2008/10/02/e-1000000-for-super-heros/ | 15:37 |
tpb | <http://ln-s.net/2Ser> (at www.lovelysystems.com) | 15:37 |
MatthewWilkes | SRabbelier: You're dutch, right? | 15:37 |
MatthewWilkes | Just say you have bad spelling | 15:37 |
MatthewWilkes | and a lisp ;) | 15:38 |
SRabbelier | solydzajs: lol at that | 15:38 |
SRabbelier | MatthewWilkes: heheh, lol, yes I am Dutch | 15:38 |
SRabbelier | heh, ashame, I could totally work there, but eh, study and stuff :P | 15:39 |
Sidnei_ | who needs study? :) | 15:39 |
MatthewWilkes | Sidnei_: Me? :P | 15:39 |
* Sidnei_ graduated in 10 years | 15:39 | |
SRabbelier | Sidnei_: me too | 15:39 |
Sidnei_ | took a long time, but eventually i got there | 15:40 |
SRabbelier | hehe | 15:40 |
MatthewWilkes | SRabbelier: I spent most of my day listening to http://www.youtube.com/watch?v=6U9nhv4D56o | 15:40 |
tpb | Title: YouTube - Ducktales Opening Theme (Dutch) (at www.youtube.com) | 15:40 |
MatthewWilkes | SRabbelier: To the extent that I can understand it now | 15:40 |
Sidnei_ | bbl | 15:40 |
SRabbelier | MatthewWilkes: yes, it is awesome | 15:41 |
*** Sidnei_ has quit IRC | 15:41 | |
SRabbelier | MatthewWilkes: hehe, lol, nice | 15:41 |
SRabbelier | MatthewWilkes: I like the Japanese one | 15:41 |
SRabbelier | MatthewWilkes: http://www.youtube.com/watch?v=6VXpMqEp3kc | 15:41 |
tpb | Title: YouTube - DuckTales Opening Theme (Japanese) (at www.youtube.com) | 15:41 |
Lennie | MatthewWilkes, old school :D | 15:42 |
Lennie | http://www.abandon5000.com/download/adventure-games/duck-tales.html ^^ | 15:42 |
tpb | <http://ln-s.net/2Sew> (at www.abandon5000.com) | 15:42 |
SRabbelier | Lennie: omg, awesome | 15:42 |
MatthewWilkes | This, however, is the coolest thing in the world | 15:43 |
MatthewWilkes | http://www.youtube.com/watch?v=2EJTpWWxk6Q&feature=related | 15:43 |
tpb | <http://ln-s.net/2Sf0> (at www.youtube.com) | 15:43 |
SRabbelier | MatthewWilkes: hehe, Gummi bears are made of awesome | 15:43 |
SRabbelier | heh... | 15:43 |
Lennie | nice :P | 15:43 |
SRabbelier | spelling fail "beyound" | 15:44 |
*** MatthewWilkes has quit IRC | 15:54 | |
SRabbelier | rofl @ http://translate.google.com/translate?sl=auto&tl=en&u=http%3A%2F%2Fwww.pbs.org%2Fcringely%2Fpulpit%2F2008%2Fpulpit_20081107_005504.html | 15:55 |
tpb | <http://ln-s.net/2Sf8> (at translate.google.com) | 15:55 |
SRabbelier | errr, meh, bad link | 15:55 |
SRabbelier | should be: http://www.pbs.org/cringely/pulpit/2008/pulpit_20081107_005504.html | 15:55 |
tpb | <http://ln-s.net/2Sf$> (at www.pbs.org) | 15:55 |
Lennie | too sleepy, I'll continue working on the mail module tomorrow | 15:59 |
Lennie | SRabbelier: I'll make some basic stuff so you can hook up your invites too it before I refine it :) | 15:59 |
SRabbelier | Lennie: +1 on that | 15:59 |
*** Lennie has quit IRC | 16:04 | |
solydzajs | SRabbelier: I just got rid of Person model | 16:07 |
solydzajs | SRabbelier: see the latest commit | 16:07 |
SRabbelier | solydzajs: woooh | 16:07 |
solydzajs | SRabbelier: "Love-Hate: Why iPod chief Tony Fadell is really leaving Apple" is this from my shared ?;-) hehe | 16:08 |
SRabbelier | solydzajs: yes it is, it's brilliant | 16:08 |
solydzajs | SRabbelier: yep :-) | 16:08 |
solydzajs | holly crap | 16:10 |
solydzajs | http://gmailblog.blogspot.com/2008/11/say-hello-to-gmail-voice-and-video-chat.html | 16:10 |
tpb | <http://ln-s.net/2SfZ> (at gmailblog.blogspot.com) | 16:10 |
SRabbelier | solydzajs: yes, just reading it | 16:10 |
SRabbelier | solydzajs: actually, just now installed the pluging! | 16:10 |
solydzajs | SRabbelier: wanna test ?;-) | 16:10 |
SRabbelier | solydzajs: sure! | 16:11 |
solydzajs | SRabbelier: one sec :-) | 16:11 |
solydzajs | SRabbelier: Windows or Linux ? | 16:14 |
SRabbelier | solydzajs: windows | 16:14 |
solydzajs | SRabbelier: nice thing about it is that it will work in many browsers | 16:15 |
SRabbelier | solydzajs: yup, anything that supports plug-ins | 16:16 |
*** ibot has quit IRC | 16:16 | |
*** Sidnei has joined #melange | 16:45 | |
*** Sidnei has quit IRC | 16:59 | |
*** MatthewWilkes has joined #melange | 17:02 | |
*** Sidnei has joined #melange | 17:42 | |
*** solydzajs has quit IRC | 17:53 | |
*** Sidnei has quit IRC | 18:58 | |
*** Sidnei has joined #melange | 19:22 | |
*** MatthewWilkes has quit IRC | 19:28 | |
* Sidnei is away: I'm busy | 19:30 | |
*** Sidnei_ has joined #melange | 20:02 | |
*** dmitrig01|afk has joined #melange | 20:15 | |
*** ChanServ sets mode: +v dmitrig01|afk | 20:15 | |
dmitrig01|afk | Hi all | 20:16 |
*** dmitrig01|afk is now known as dmitrig01 | 20:16 | |
*** Sidnei__ has joined #melange | 20:21 | |
*** Sidnei_ has quit IRC | 20:28 | |
*** Sidnei has quit IRC | 20:29 | |
*** Sidnei__ is now known as sidnei | 20:29 | |
*** madrazr has joined #melange | 21:47 | |
* sidnei is away: I'm busy | 22:08 | |
*** sidnei has quit IRC | 22:15 | |
*** Sidnei has joined #melange | 22:17 | |
*** madrazr has quit IRC | 22:35 | |
*** madrazr has joined #melange | 22:42 | |
*** madrazr has left #melange | 22:47 | |
* Sidnei is away: I'm busy | 22:50 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!