1 2010-12-30T00:37:48  *** grzywacz has quit IRC
   2 2010-12-30T01:49:37  *** izibi has joined #moin-dev
   3 2010-12-30T01:51:24  <izibi> hey guys. is there one of the mentors for the google code-in hg on linux screencast?
   4 2010-12-30T03:10:36  *** kenzy has joined #moin-dev
   5 2010-12-30T03:11:06  <kenzy> hello!
   6 2010-12-30T03:21:37  *** kennym has quit IRC
   7 2010-12-30T04:32:47  *** gh_ju1 has joined #moin-dev
   8 2010-12-30T04:33:47  *** gh_ju has quit IRC
   9 2010-12-30T05:45:39  *** kenzy has quit IRC
  10 2010-12-30T06:21:11  *** kenzy has joined #moin-dev
  11 2010-12-30T06:37:33  *** gh_ju1 has quit IRC
  12 2010-12-30T07:49:26  *** skylamer` has joined #moin-dev
  13 2010-12-30T09:31:00  <dreimark> hi kenzy
  14 2010-12-30T10:21:49  *** ronny-web has joined #moin-dev
  15 2010-12-30T10:23:17  <ronny-web> ThomasWaldmann: sup
  16 2010-12-30T10:26:42  <ronny-web> ThomasWaldmann: i might not come to the bbc today
  17 2010-12-30T10:31:07  *** rfw has quit IRC
  18 2010-12-30T10:33:35  <ThomasWaldmann> moin
  19 2010-12-30T10:35:08  <ThomasWaldmann> moin lightning talk at 27c3 today. LTs start at 11:30 in Saal 3. moin talk is one of the first.
  20 2010-12-30T10:36:20  <ThomasWaldmann> ronny-web: we are at the bcc, come to us, not to bbc. :)
  21 2010-12-30T10:39:43  <ronny-web> lol
  22 2010-12-30T10:50:10  <CIA-56> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 10204:5d4f8864a1a6 2.0-dev/MoinMoin/util/_tests/test_interwiki.py: fix interwiki map loader test (thanks to Sam T., GCI 2010)
  23 2010-12-30T11:07:09  *** greg_f has joined #moin-dev
  24 2010-12-30T11:16:56  *** gh_ju has joined #moin-dev
  25 2010-12-30T11:32:17  *** gh_ju has quit IRC
  26 2010-12-30T11:33:12  *** grzywacz has joined #moin-dev
  27 2010-12-30T12:36:20  *** NikitaUtiu has joined #moin-dev
  28 2010-12-30T12:41:31  <NikitaUtiu> moin
  29 2010-12-30T12:45:53  <ThomasWaldmann> moin
  30 2010-12-30T12:48:10  <NikitaUtiu> i have a practical question about openid login, if the user logs in with an oid and there is no such oid bound to any user should i tell him to bind an openid to his accout ?
  31 2010-12-30T12:48:13  <NikitaUtiu> account
  32 2010-12-30T12:50:06  <NikitaUtiu> eg. this openid is not registered to any user
  33 2010-12-30T12:50:06  <ThomasWaldmann> sounds like making sense
  34 2010-12-30T12:55:09  *** gh_ju has joined #moin-dev
  35 2010-12-30T12:59:18  *** ronny-web has quit IRC
  36 2010-12-30T13:06:22  <NikitaUtiu> any flask thing to get the url root of the wiki ?
  37 2010-12-30T13:08:01  <ThomasWaldmann> usually you want to use url_for() for creating urls
  38 2010-12-30T13:17:01  *** kenzy has quit IRC
  39 2010-12-30T13:17:10  *** kenzy has joined #moin-dev
  40 2010-12-30T13:29:52  *** kenzy has quit IRC
  41 2010-12-30T13:30:18  *** Samm has joined #moin-dev
  42 2010-12-30T13:32:06  *** m4k3r has joined #moin-dev
  43 2010-12-30T13:36:00  <NikitaUtiu> nvm, i think i was talking about request.url_root
  44 2010-12-30T13:42:33  <ThomasWaldmann> before using that, think about it. maybe you are doing it wrong.
  45 2010-12-30T13:44:23  *** ThomasWaldmann has quit IRC
  46 2010-12-30T13:44:53  <NikitaUtiu> why that ?
  47 2010-12-30T13:45:51  *** ThomasWaldmann has joined #moin-dev
  48 2010-12-30T13:45:51  *** ThomasWaldmann has joined #moin-dev
  49 2010-12-30T13:51:45  <NikitaUtiu> i don't think it's wrong, it's the same as 1.9
  50 2010-12-30T13:52:11  <ThomasWaldmann> it still might be wrong
  51 2010-12-30T13:53:02  <ThomasWaldmann> don't think that all or most code in 1.9 is good code, some stuff has grown over the years there, and there is better infrastructure in moin2
  52 2010-12-30T14:02:12  <NikitaUtiu> well, i didn't think so. but i'm just using it for getting a redirection url from the openid service
  53 2010-12-30T14:04:51  <ThomasWaldmann> show the complete line that assembles the url you need
  54 2010-12-30T14:06:33  <NikitaUtiu> site_root = request.url_root
  55 2010-12-30T14:06:34  <NikitaUtiu>             return_to = get_multistage_continuation_url(self.name, {'oidstage': '1'})
  56 2010-12-30T14:06:34  <NikitaUtiu>             redirect_url = oid_response.redirectURL(trust_root, return_to)
  57 2010-12-30T14:06:57  <NikitaUtiu> site_Root in the last line
  58 2010-12-30T14:09:41  <NikitaUtiu> bbl
  59 2010-12-30T14:10:02  <ThomasWaldmann> why do you return to site root and not current item?
  60 2010-12-30T14:27:53  <NikitaUtiu> moin\
  61 2010-12-30T14:29:01  *** maker__ has joined #moin-dev
  62 2010-12-30T14:29:02  <NikitaUtiu> i think that redirectURL will redirect you to a login page that will redirect you back to the page
  63 2010-12-30T14:30:11  *** m4k3r has quit IRC
  64 2010-12-30T14:32:35  <ThomasWaldmann> so, for what do you need url_root?
  65 2010-12-30T14:33:49  <NikitaUtiu> well, it seems that demands the path and the host separately
  66 2010-12-30T14:33:58  <NikitaUtiu> redirectURL
  67 2010-12-30T15:07:23  <ThomasWaldmann> dreimark: http://moinmo.in/EasyToDo/implement%20trashbin%20view
  68 2010-12-30T15:07:41  <ThomasWaldmann> dreimark: http://moinmo.in/EasyToDo/MonthCalendar%20for%20moin2
  69 2010-12-30T15:08:00  <ThomasWaldmann> dreimark: http://moinmo.in/EasyToDo/fix%20html%20output%20so%20it%20is%20valid%20html5
  70 2010-12-30T15:08:04  <ThomasWaldmann> please review
  71 2010-12-30T15:11:31  *** ju2gle has joined #moin-dev
  72 2010-12-30T15:38:59  <dreimark> doing
  73 2010-12-30T15:47:34  <NikitaUtiu> it's annoying that openid only redirects to a GET, it would've been cleaner if not
  74 2010-12-30T15:55:56  *** ju2gle has quit IRC
  75 2010-12-30T15:56:30  *** cosmos_thought has joined #moin-dev
  76 2010-12-30T15:56:39  *** ju2gle has joined #moin-dev
  77 2010-12-30T15:56:42  <cosmos_thought> moin
  78 2010-12-30T16:09:08  *** Samm_ has joined #moin-dev
  79 2010-12-30T16:10:34  *** Samm has quit IRC
  80 2010-12-30T16:13:20  *** Samm_ is now known as Samm
  81 2010-12-30T16:33:13  *** kenzy has joined #moin-dev
  82 2010-12-30T16:35:11  *** maker__ has quit IRC
  83 2010-12-30T16:37:39  *** Samm has quit IRC
  84 2010-12-30T16:39:36  *** gh_ju has quit IRC
  85 2010-12-30T16:40:00  *** ju2gle has quit IRC
  86 2010-12-30T16:41:18  <NikitaUtiu> moin
  87 2010-12-30T16:42:01  <NikitaUtiu> ThomasWaldmann: ha! i finally got what you were trying to tell me. i can do the same thing with url_for :D
  88 2010-12-30T16:50:51  *** m4k3r has joined #moin-dev
  89 2010-12-30T17:11:29  <ronny> ThomasWaldmann: sup?
  90 2010-12-30T17:21:16  *** Samm has joined #moin-dev
  91 2010-12-30T17:37:34  *** m4k3r has quit IRC
  92 2010-12-30T17:40:22  *** kennym has joined #moin-dev
  93 2010-12-30T18:03:33  <ronny> xorAxAx: sind die noch da?
  94 2010-12-30T18:03:41  <ronny> (ich will dann nachher mit zum inder)
  95 2010-12-30T18:04:32  <xorAxAx> ronny: thomas isnt next to me
  96 2010-12-30T18:04:38  <xorAxAx> ronny: but the others
  97 2010-12-30T18:04:46  <ronny> ok
  98 2010-12-30T18:09:36  *** cosmos_thought has quit IRC
  99 2010-12-30T18:33:30  *** izibi has quit IRC
 100 2010-12-30T18:34:47  *** izibi has joined #moin-dev
 101 2010-12-30T18:41:21  <ronny> xorAxAx: can you ask them if they have any time planned
 102 2010-12-30T18:41:49  <xorAxAx> ronny: "in kürze"
 103 2010-12-30T18:42:46  <ronny> xorAxAx: should i start to walk
 104 2010-12-30T18:42:53  <ronny> im at janowitzbruecke
 105 2010-12-30T18:43:46  <xorAxAx> ronny: yeah, i think that makes sense. you can wait in the restaurant for them
 106 2010-12-30T18:46:14  *** greg_f has quit IRC
 107 2010-12-30T19:06:01  *** skylamer` has quit IRC
 108 2010-12-30T19:10:08  *** grzywacz has quit IRC
 109 2010-12-30T19:12:58  <ronny> xorAxAx: im at the restaurant now
 110 2010-12-30T19:13:18  <xorAxAx> ronny: ok, they left many minutes ago
 111 2010-12-30T19:17:44  <ronny> xorAxAx: they are still upstairs
 112 2010-12-30T19:28:50  <NikitaUtiu> moin
 113 2010-12-30T19:40:58  *** NikitaUtiu has quit IRC
 114 2010-12-30T19:43:46  <xorAxAx> ronny: oh :/
 115 2010-12-30T20:16:30  *** Guest72323 has joined #moin-dev
 116 2010-12-30T20:19:07  *** Guest72323 has quit IRC
 117 2010-12-30T20:19:07  *** Guest72323 has joined #moin-dev
 118 2010-12-30T20:19:12  *** Guest72323 is now known as rfw
 119 2010-12-30T21:10:42  *** gh_ju has joined #moin-dev
 120 2010-12-30T21:25:05  *** gh_ju has quit IRC
 121 2010-12-30T21:28:32  *** cosmos_thought has joined #moin-dev
 122 2010-12-30T21:39:50  *** gh_ju has joined #moin-dev
 123 2010-12-30T21:42:40  *** xjjk has quit IRC
 124 2010-12-30T21:42:51  *** xjjk has joined #moin-dev
 125 2010-12-30T21:57:18  *** cosmos_thought has quit IRC
 126 2010-12-30T22:32:04  *** grzywacz has joined #moin-dev
 127 2010-12-30T22:32:04  *** grzywacz has joined #moin-dev
 128 2010-12-30T22:38:57  *** Samm_ has joined #moin-dev
 129 2010-12-30T22:41:56  *** Samm has quit IRC
 130 2010-12-30T22:46:52  *** Samm_ is now known as Samm
 131 2010-12-30T23:10:33  <gh_ju> ThomasWaldmann: ping
 132 2010-12-30T23:10:38  <dreimark> re
 133 2010-12-30T23:18:24  *** kenzy is now known as neb1
 134 2010-12-30T23:18:33  <neb1> hello!
 135 2010-12-30T23:19:15  <neb1> i would like to do some translations
 136 2010-12-30T23:34:24  <gh_ju> ronny: ping
 137 2010-12-30T23:37:06  <gh_ju> xorAxAx: ping
 138 2010-12-30T23:51:50  *** Samm has quit IRC
 139 2010-12-30T23:54:19  *** grzywacz has quit IRC
 140 2010-12-30T23:55:40  <dreimark> neb1: which lang?

MoinMoin: MoinMoinChat/Logs/moin-dev/2010-12-30 (last edited 2010-12-29 23:45:02 by IrcLogImporter)