1 2013-03-15T00:29:07  <ThomasWaldmann> https://moinmo.in/MoinMoinWiki starts working. some small issues (sometimes goes to http:), I am looking at it...
   2 2013-03-15T00:31:07  *** ronny_ has quit IRC
   3 2013-03-15T00:39:26  <ThomasWaldmann> (same for master19.moinmo.in, same certificate though)
   4 2013-03-15T01:21:16  <ThomasWaldmann> hmm, looks like wsgi.url_scheme is http for our setup due to the proxy handling all https and talking http to the real web server
   5 2013-03-15T03:02:31  *** yufra_ has joined #moin-dev
   6 2013-03-15T03:19:10  *** yufra_ has quit IRC
   7 2013-03-15T03:38:10  *** moinBot has joined #moin-dev
   8 2013-03-15T06:20:58  *** sharkyraj has joined #moin-dev
   9 2013-03-15T06:27:22  *** sharkyraj has quit IRC
  10 2013-03-15T06:33:29  *** ronny_ has joined #moin-dev
  11 2013-03-15T07:12:08  <dreimark> moin
  12 2013-03-15T08:59:15  *** greg_f has joined #moin-dev
  13 2013-03-15T09:42:34  *** greg_f has quit IRC
  14 2013-03-15T09:46:36  *** greg_f has joined #moin-dev
  15 2013-03-15T12:09:15  <ThomasWaldmann> moin
  16 2013-03-15T12:18:38  *** ashutosh1461 has joined #moin-dev
  17 2013-03-15T12:40:14  <ashutosh1461> Thomas , Hello . For the past few days I have been busy around understanding Moin code and its almost done . What should be the next step ?
  18 2013-03-15T12:41:07  <ThomasWaldmann> doing some practical work?
  19 2013-03-15T12:44:59  <ashutosh1461> like ?
  20 2013-03-15T12:46:20  <ThomasWaldmann> fixing bugs, improving the code, improving the style, finding bugs (that are not already in the tracker), ...
  21 2013-03-15T12:52:27  <ThomasWaldmann> most important are things contributing to making it releasable
  22 2013-03-15T12:53:24  <ashutosh1461> ok . For now i will try fixing some bugs given in the tracker .
  23 2013-03-15T12:53:48  <ashutosh1461> Are all macros functions working properly in moin2 ? I had problems in running few of them ?
  24 2013-03-15T13:00:57  <dreimark> ashutosh1461: which one?
  25 2013-03-15T13:03:06  <ashutosh1461> like the Pagenamelist and gettext maybe I am getting the syntax wrong .
  26 2013-03-15T13:03:17  <dreimark> some are now views
  27 2013-03-15T13:03:43  <dreimark> Pagenamelist is index now
  28 2013-03-15T13:03:55  <dreimark> http://test.moinmo.in/%2Bindex/
  29 2013-03-15T13:04:12  <dreimark> because we don't have anymore pages and attachments
  30 2013-03-15T13:06:23  <dreimark> we have not much i18n translations yet, because that is to early
  31 2013-03-15T13:08:20  <dreimark> the testwiki has only english as locale until we are closer to a release
  32 2013-03-15T13:08:29  <ashutosh1461> oh I see .
  33 2013-03-15T13:09:25  <ashutosh1461> I wanted to know more about the design and flow structure of moin2 , there were some problems in understanding the flow of the code .
  34 2013-03-15T13:09:42  <dreimark> try to ask - we try to answer
  35 2013-03-15T13:12:00  <ThomasWaldmann> there is a little bit of docs about that in the moin2 sphinx docs, btw
  36 2013-03-15T13:17:19  <ashutosh1461> like one in the main app.py file setup_user() function why does it always go in the else loop . I mean why doesn't it detect the login_submit or logout_submit key in the form structure ?
  37 2013-03-15T13:18:23  <ashutosh1461> Thomas , yeah i have gone through the sphinx docs !
  38 2013-03-15T13:18:55  <dreimark> ashutosh1461: if you press the tab key the name becomes expanded (that is on most irc clients)
  39 2013-03-15T13:19:08  <ThomasWaldmann> (and if you give links to the file(s) in question, e.g. on bitbucket or hg.moinmo.in, one might easier answer your question(s))
  40 2013-03-15T13:19:10  <dreimark> and if a name is expanded the person get it highlighted
  41 2013-03-15T13:34:45  <ashutosh1461> dreimark, ok I will post about my query on your tracker
  42 2013-03-15T13:37:32  <ThomasWaldmann> ?
  43 2013-03-15T13:38:49  <ashutosh1461> ThomasWaldmann, About the flow problem I am facing in some of the files .
  44 2013-03-15T13:39:27  <ThomasWaldmann> the issues tracker is not for asking questions. and i just asked you to give links to files you have questions about. here.
  45 2013-03-15T13:42:50  <ashutosh1461> oh ! fine . I am sorry i misunderstood what you were trying to say :) .
  46 2013-03-15T13:58:10  *** dwcramer has joined #moin-dev
  47 2013-03-15T13:59:44  *** dwcramer has quit IRC
  48 2013-03-15T14:08:18  <ashutosh1461> ThomasWaldmann, In this code  https://bitbucket.org/ashu1461/code/src/27aac79d01ac1d292a7a00457a51c3a447539e0e/app.py?at=default , line no 229 in the function setup_user () , when the user logins , why does not the control go into the first if statement , rather it goes to the last else statement and the login request is processed from there ?
  49 2013-03-15T14:12:59  <dreimark> ashutosh1461: it was meant like https://bitbucket.org/thomaswaldmann/moin-2.0/src/4307c3e76076/MoinMoin/app.py?at=default#cl-222
  50 2013-03-15T14:13:08  <dreimark> and then asking a question
  51 2013-03-15T14:13:35  <dreimark> any number on the left can be used to refer to
  52 2013-03-15T14:15:59  * dreimark is at work repairing a d*ll system currently
  53 2013-03-15T14:21:37  <ThomasWaldmann> ashutosh1461: you can use the logging module instead of writing stuff to files
  54 2013-03-15T14:22:03  <ThomasWaldmann> even without changing the logging configuration logging,warning will get through
  55 2013-03-15T14:23:27  <ashutosh1461> dreimark,  Please ignore all my silly mistakes , I am a newbie to irc but next time I would be fine to all these shortcuts !
  56 2013-03-15T14:23:43  <ThomasWaldmann> the login_submit part is only triggered once for the form post
  57 2013-03-15T14:23:59  <ThomasWaldmann> after that, it uses the session
  58 2013-03-15T14:25:34  <ashutosh1461> ThomasWaldmann, I see maybe the values are getting over written there after the first triggering . Thanks .
  59 2013-03-15T14:26:06  <ThomasWaldmann> ashutosh1461: please have a look at english punctuaton and spacing rules (doesn't matter much right now, but if you write code later, it should have correct comments/docstrings).
  60 2013-03-15T14:28:32  <ashutosh1461> ThomasWaldmann, yes , actually I have quite an unusual chatting style . Sorry for that . I will make sure the code will have a proper documentation .
  61 2013-03-15T14:29:19  <ThomasWaldmann> i didn't primarily mean the chat, rather the code you linked to.
  62 2013-03-15T14:29:46  <ThomasWaldmann> also, watch your indentation, line 250 looks wrong
  63 2013-03-15T14:32:30  <ashutosh1461> Fine sir , Surely ! I was just practising at that moment . Next time I will definitely follow the rules .
  64 2013-03-15T14:33:12  <ThomasWaldmann> (e.g. there is usually no blank before punctuation)
  65 2013-03-15T14:36:03  <ashutosh1461> Alright. :D Thanks for pointing the mistakes sir.
  66 2013-03-15T14:37:18  <ashutosh1461> ThomasWaldmann, I am going to finish the whoosh and the remaining snippets of the code soon. Thanks for your time. I should probably go and revise my grammar.
  67 2013-03-15T14:39:47  <ThomasWaldmann> one more thing:
  68 2013-03-15T14:40:11  <ashutosh1461> Yes ?
  69 2013-03-15T14:40:16  <ThomasWaldmann> you usually should commit such code to your repo, rather use codereview.appspot.com for such stuff, it's easier and better.
  70 2013-03-15T14:40:26  <ThomasWaldmann> ehrm, should NOT
  71 2013-03-15T14:45:48  <ThomasWaldmann> (you can use their upload.py script, which will just autodetect the changes in your local repo workdir and post them for online codereview)
  72 2013-03-15T14:46:05  <ashutosh1461> ok. :D . Thanks sir. Catch you later.
  73 2013-03-15T14:47:35  <ashutosh1461> Yes, I will read about the appspot thing.
  74 2013-03-15T14:48:55  *** ashutosh1461 has quit IRC
  75 2013-03-15T14:50:27  *** bruno_ has joined #moin-dev
  76 2013-03-15T14:52:53  *** vaishaks has quit IRC
  77 2013-03-15T15:01:52  *** RogerHaase has joined #moin-dev
  78 2013-03-15T15:05:47  *** vaishaks has joined #moin-dev
  79 2013-03-15T15:36:31  <ThomasWaldmann> http://www.timvideos.us/mission
  80 2013-03-15T16:21:55  *** vaishaks has quit IRC
  81 2013-03-15T16:34:23  *** vaishaks has joined #moin-dev
  82 2013-03-15T16:38:28  *** vaishaks has quit IRC
  83 2013-03-15T16:39:11  *** sharky93 has joined #moin-dev
  84 2013-03-15T16:55:25  *** haseeb has joined #moin-dev
  85 2013-03-15T17:22:16  *** vaishaks has joined #moin-dev
  86 2013-03-15T17:41:17  *** vaishaks has quit IRC
  87 2013-03-15T17:50:39  *** greg_f has quit IRC
  88 2013-03-15T17:53:41  *** rihnapstor has joined #moin-dev
  89 2013-03-15T17:54:40  *** rihnapstor has joined #moin-dev
  90 2013-03-15T17:55:59  <rihnapstor> moin ThomasWaldmann :)
  91 2013-03-15T17:59:24  *** ashutosh1461 has joined #moin-dev
  92 2013-03-15T18:01:07  *** haseeb has quit IRC
  93 2013-03-15T18:01:26  <ThomasWaldmann> hi rihnapstor
  94 2013-03-15T18:03:44  <rihnapstor> ThomasWaldmann: should i start with the ajax-enabled web regsitration that i discussed last session ?
  95 2013-03-15T18:07:00  <rihnapstor> ThomasWaldmann: may i know what are the prerequisites for gsoc as a student ?
  96 2013-03-15T18:09:51  <ThomasWaldmann> rihnapstor: yeah, it sounded nice. use codereview.appspot.com if it starts working.
  97 2013-03-15T18:10:07  <ThomasWaldmann> google has some rules and faqs, read them.
  98 2013-03-15T18:10:51  <ThomasWaldmann> if you mean our prerequisites: it depends pretty much on the project you are applying for and should be adequate for that.
  99 2013-03-15T18:15:13  <rihnapstor> ok thanks ThomasWaldmann :)
 100 2013-03-15T18:23:57  <rihnapstor> ThomasWaldmann:  can you tell me what codereview tool is ?
 101 2013-03-15T18:24:06  *** haseeb has joined #moin-dev
 102 2013-03-15T18:24:06  *** haseeb has joined #moin-dev
 103 2013-03-15T18:24:26  <ThomasWaldmann> rihnapstor: it's like a pastebin on steroids :D
 104 2013-03-15T18:24:47  <ThomasWaldmann> you upload your current changes there and get feedback from other developers about it
 105 2013-03-15T18:25:29  <ThomasWaldmann> https://codereview.appspot.com/7685043/ look there
 106 2013-03-15T18:26:25  * ThomasWaldmann brb
 107 2013-03-15T18:27:56  <rihnapstor> ThomasWaldmann:  can i use dpaste or any other pastebin straight away?
 108 2013-03-15T18:41:00  *** vaishaks has joined #moin-dev
 109 2013-03-15T18:46:48  *** MattMaker has joined #moin-dev
 110 2013-03-15T19:12:15  *** ronny_2 has joined #moin-dev
 111 2013-03-15T19:15:27  *** vaishaks has quit IRC
 112 2013-03-15T19:15:38  *** ronny_ has quit IRC
 113 2013-03-15T19:26:32  *** vaishaks has joined #moin-dev
 114 2013-03-15T19:39:49  <ThomasWaldmann> rihnapstor: no, use codereview, it's much more efficient for everybody
 115 2013-03-15T19:40:14  <ThomasWaldmann> (except if you want to show log output or something, but not for code changes)
 116 2013-03-15T19:47:04  *** sharky93 has quit IRC
 117 2013-03-15T19:50:34  <dreimark> rihnapstor: see here http://code.google.com/p/rietveld/wiki/UploadPyUsage
 118 2013-03-15T19:51:00  <dreimark> you need that anyway
 119 2013-03-15T19:52:45  <ThomasWaldmann> RogerHaase: do you know, is that fixed already? https://moinmo.in/MoinMoinBugs/FullSearchIE8ScriptError
 120 2013-03-15T19:54:51  <ThomasWaldmann> dreimark: the only problem left with that secretary-creates-accounts patch is the mail sending and that it needs i18n changes
 121 2013-03-15T19:55:17  <ThomasWaldmann> i am thinking about delaying it to after 1.9.7, so it doesn't get delayed any longer
 122 2013-03-15T19:56:21  <ThomasWaldmann> the mail send functionality could be restricted to logged in users or somehow else
 123 2013-03-15T19:56:29  *** rihnapstor has quit IRC
 124 2013-03-15T19:57:02  <ThomasWaldmann> is there anything else that should go into 1.9.7?
 125 2013-03-15T19:58:16  *** rihnapstor has joined #moin-dev
 126 2013-03-15T20:02:08  <RogerHaase> ThomasWaldmann: sounds familiar, there was a bug in autoscroll/walkdom that was fixed, but I am not sure if it was this one.  Will test with IE8 in a few hours.
 127 2013-03-15T20:06:10  <ThomasWaldmann> great, thanks
 128 2013-03-15T20:06:36  * ThomasWaldmann is looking whether there is some final stuff to do about 1.9.7, so it maybe can get released this weekend
 129 2013-03-15T20:08:42  <ThomasWaldmann> dreimark: do you have some old wiki where the cache wasn't manually cleaned recently?
 130 2013-03-15T20:12:52  <dreimark> ThomasWaldmann: yes
 131 2013-03-15T20:13:29  <ThomasWaldmann> can you search for a file called dicts_groups or groups_dicts or so in the cache?
 132 2013-03-15T20:13:39  <ThomasWaldmann> i need the full path
 133 2013-03-15T20:14:19  <dreimark> ThomasWaldmann: i had another idea for that feature, we could make it easier for people logged in already creating accounts for others
 134 2013-03-15T20:17:35  *** haseeb has quit IRC
 135 2013-03-15T20:18:09  <dreimark> ThomasWaldmann: data/cache/wikidicts/dicts_groups
 136 2013-03-15T20:19:01  <dreimark> there is also a data/cache/wikidicts/__lock__
 137 2013-03-15T20:21:03  <ThomasWaldmann> ok, from moin 1.8, that's why i didn't find it in the code
 138 2013-03-15T20:25:58  *** rihnapstor has quit IRC
 139 2013-03-15T20:30:18  *** vaishaks has quit IRC
 140 2013-03-15T20:31:24  <dreimark> i was thinking about to add that create_many script from the extensions repo, but because it is there it is not a must
 141 2013-03-15T20:31:45  <dreimark> have to update it there too
 142 2013-03-15T20:37:59  *** haseeb has joined #moin-dev
 143 2013-03-15T20:37:59  *** haseeb has joined #moin-dev
 144 2013-03-15T20:43:46  *** vaishaks has joined #moin-dev
 145 2013-03-15T21:36:10  <RogerHaase> ThomasWaldmann:  The bug appears to be same as http://moinmo.in/MoinMoinBugs/FormInsideTableCausesIE8ScriptLoop.  Fixed 15 months ago as fe33650291f3.  Fuzzy, but I think that is in CHANGELOG as #7 in 1.9.4 fixes.
 146 2013-03-15T21:36:42  <RogerHaase> I could not reproduce bug with IE8, IE8 in IE7 compatibility, nor IE7.
 147 2013-03-15T21:44:06  <RogerHaase> Clarification, I could not reproduce bug on 1.9.6+
 148 2013-03-15T21:46:37  *** spy has joined #moin-dev
 149 2013-03-15T21:47:01  *** spy is now known as Guest69785
 150 2013-03-15T21:47:36  *** Guest69785 is now known as spy___
 151 2013-03-15T21:47:40  *** spy___ is now known as spy_
 152 2013-03-15T21:56:36  *** haseeb has quit IRC
 153 2013-03-15T22:14:05  *** ronny_2 has quit IRC
 154 2013-03-15T22:58:32  <ThomasWaldmann> RogerHaase: thanks for trying it
 155 2013-03-15T23:01:43  *** yufra_ has joined #moin-dev
 156 2013-03-15T23:05:13  *** spy_ has quit IRC
 157 2013-03-15T23:44:00  *** RogerHaase has left #moin-dev
 158 2013-03-15T23:59:59  *** bruno_ has quit IRC
 159 

MoinMoin: MoinMoinChat/Logs/moin-dev/2013-03-15 (last edited 2013-03-15 00:30:02 by IrcLogImporter)