1 2014-06-12T00:35:15  *** derdon has quit IRC
   2 2014-06-12T02:24:56  *** penguinRaider has joined #moin-dev
   3 2014-06-12T02:29:00  *** sl33k_ has joined #moin-dev
   4 2014-06-12T02:34:29  *** penguinRaider has quit IRC
   5 2014-06-12T02:49:08  *** sl33k_ has quit IRC
   6 2014-06-12T02:59:24  *** sl33k_ has joined #moin-dev
   7 2014-06-12T04:47:54  *** sl33k_ has quit IRC
   8 2014-06-12T04:55:15  *** sl33k_ has joined #moin-dev
   9 2014-06-12T05:53:32  *** sl33k_ has quit IRC
  10 2014-06-12T07:09:09  *** ultralord has joined #moin-dev
  11 2014-06-12T08:28:37  *** sl33k_ has joined #moin-dev
  12 2014-06-12T08:28:57  *** Bernard1 has joined #moin-dev
  13 2014-06-12T09:15:38  *** ultralord has quit IRC
  14 2014-06-12T09:15:55  *** ultralord has joined #moin-dev
  15 2014-06-12T09:32:58  *** greg_f has joined #moin-dev
  16 2014-06-12T10:02:53  <ThomasWaldmann> moin
  17 2014-06-12T10:18:53  *** sl33k_ has quit IRC
  18 2014-06-12T10:21:41  *** sl33k_ has joined #moin-dev
  19 2014-06-12T10:24:49  *** Bernard1 has quit IRC
  20 2014-06-12T10:55:44  *** sl33k_ has quit IRC
  21 2014-06-12T10:59:14  *** randomax has joined #moin-dev
  22 2014-06-12T11:00:43  *** sl33k_ has joined #moin-dev
  23 2014-06-12T11:10:03  *** skathpalia has joined #moin-dev
  24 2014-06-12T11:10:33  <skathpalia> ThomasWaldmann, I have updated the cr for adding +tickets view https://codereview.appspot.com/102140045
  25 2014-06-12T11:11:10  <skathpalia> I have also added the css for table
  26 2014-06-12T11:14:57  <dimazest> skathpalia: looks good
  27 2014-06-12T11:19:53  <skathpalia> I am now working on adding filter option
  28 2014-06-12T11:20:25  <dimazest> ok
  29 2014-06-12T11:20:49  <skathpalia> I mean filter by priority, severity, Difficulty, Effort, Status similar to that of bitbucket
  30 2014-06-12T11:21:17  *** sl33k_ has quit IRC
  31 2014-06-12T11:24:33  *** sl33k_ has joined #moin-dev
  32 2014-06-12T11:42:23  <ThomasWaldmann> skathpalia: the default filter selection should be "show only open" with the option to switch that off (== show all)
  33 2014-06-12T11:42:49  <skathpalia> Ok will add that also
  34 2014-06-12T11:43:14  <skathpalia> I will add a button for that
  35 2014-06-12T11:51:35  <ThomasWaldmann> CR done. you also still need to reuse "text representation code for tickets"
  36 2014-06-12T11:52:06  <ThomasWaldmann> and also that "create ticket" link, maybe next changeset...
  37 2014-06-12T11:52:52  <skathpalia> ThomasWaldmann, I am trying but still not able to get how this could be done
  38 2014-06-12T11:53:09  <skathpalia> I mean at many places it requires some initial fqnmae
  39 2014-06-12T11:53:14  <skathpalia> *fqname
  40 2014-06-12T11:54:02  <skathpalia> Can you give any idea to do that?
  41 2014-06-12T11:54:39  *** sl33k_ has quit IRC
  42 2014-06-12T11:54:55  <ThomasWaldmann> well, guess the code needs to be used (or fixed, if necessary) in a way that it works :D
  43 2014-06-12T11:55:53  <ThomasWaldmann> maybe concentrate on finishing what you currently have on CR
  44 2014-06-12T11:56:22  <ThomasWaldmann> i can maybe look at that code in the next days and see what I find
  45 2014-06-12T11:56:32  * ThomasWaldmann gtg/bbl
  46 2014-06-12T11:56:52  <skathpalia> Ok :)
  47 2014-06-12T11:59:35  *** sl33k_ has joined #moin-dev
  48 2014-06-12T12:00:20  *** skathpalia has quit IRC
  49 2014-06-12T12:36:27  *** dave_largo has joined #moin-dev
  50 2014-06-12T12:59:07  *** Bernard1 has joined #moin-dev
  51 2014-06-12T13:14:12  *** ultralord has quit IRC
  52 2014-06-12T14:25:22  *** RogerHaase has joined #moin-dev
  53 2014-06-12T14:45:17  <Bernard1> RogerHaase: Thanks for your help yesterday. Sorry I did not respond.
  54 2014-06-12T14:46:15  <RogerHaase> Bernard1: your welcome, hope it works for you
  55 2014-06-12T14:47:59  <Bernard1> RogerHaase : Not complete. I tried moin item-get --name Home --data myfile.txt --meta mymeta.txt which resuled in No storage configuration specified! error. I tried using  moin item-get --name Home --data myfile.txt --meta mymeta.txt -s but without success
  56 2014-06-12T14:48:26  <Bernard1> So adding the -s argument.
  57 2014-06-12T15:31:27  <RogerHaase> Bernard1: The storage configuration is specified in wikiconfig.py.  The only way I was able to reproduce your error message was to comment out lines 34-45 in wikiconfig.py.  Any chance you modified that from the default?
  58 2014-06-12T15:38:44  <Bernard1> RogerHaase: No, checked. I did not change _test/wikiconfig.py. I try to limit to change Moin as little as possible to prevent these possible errors.
  59 2014-06-12T15:39:57  <RogerHaase> Bernard1: no, it is the wikiconfig.py in your repo root
  60 2014-06-12T15:45:14  <Bernard1> RogerHaase: Checked, also not. But you helped me. I execute the script now in the Moin2.0 path instead of then Venv path. Now executing without errors. I have to find the data path.
  61 2014-06-12T15:47:35  <Bernard1> RogerHaase: Found, in the main dir. Thanks very much. Now I can continue.
  62 2014-06-12T15:47:40  <RogerHaase> Bernard1: the current directory in your terminal window should be the repo root. Then do ". activate", then "moin item-get...."
  63 2014-06-12T15:48:39  <RogerHaase> If you are going to run that as a subprocess in your app, looking at make.py may be helpful
  64 2014-06-12T15:50:12  <Bernard1> RogerHaase: Yes indeed I want to use subprocess. Will check make.py.
  65 2014-06-12T15:50:51  <RogerHaase> randomax: what are you working on?
  66 2014-06-12T15:51:22  *** skathpalia has joined #moin-dev
  67 2014-06-12T15:54:24  *** Bernard1 has quit IRC
  68 2014-06-12T15:56:05  <randomax> implemented your changes.. looked at the index gui work and was shifting the changes in the search gui to a new repo
  69 2014-06-12T15:57:41  <skathpalia> RogerHaase, I want to make +tickets view receive post variables only so I wrote @frontend.route('/+tickets', methods=['POST']) but when I check the value of request.method then it comes out to be 'GET'
  70 2014-06-12T15:58:21  <skathpalia> Can you give me any idea so that I can make the default method to be POST
  71 2014-06-12T15:59:44  <RogerHaase> http://www.w3schools.com/tags/att_form_method.asp
  72 2014-06-12T16:00:57  <skathpalia> I have given all the forms post method
  73 2014-06-12T16:01:32  <skathpalia> But when I simply access +tickets then it always shows 'GET' method
  74 2014-06-12T16:02:26  <skathpalia> I mean when i create breakpoint in my python function then it shows that method received it 'GET'
  75 2014-06-12T16:05:00  <RogerHaase> dk, CR?
  76 2014-06-12T16:05:01  <skathpalia> I have done something like this http://paste.ubuntu.com/7634367/
  77 2014-06-12T16:07:17  <skathpalia> method is  just 'POST' for debugging purpose I added get also in this paste^
  78 2014-06-12T16:09:15  <RogerHaase> post for debugging?  If incoming is get and you want it to be post, then problem is outside that code
  79 2014-06-12T16:10:39  <skathpalia> Oh sorry  'GET' for debugging
  80 2014-06-12T16:11:47  <skathpalia> You can also look at the cr https://codereview.appspot.com/102140045
  81 2014-06-12T16:14:10  <skathpalia> I have defined the method in apps/frontend/views.py and the template is ticket.html
  82 2014-06-12T16:14:18  <skathpalia> *tickets.html
  83 2014-06-12T16:18:45  <RogerHaase> are you trying to do a query or update something?
  84 2014-06-12T16:19:40  <skathpalia> Yeah I am doing query for getting all ticket items
  85 2014-06-12T16:21:24  <RogerHaase> been a while..., but I think get is what you want and you need a query string
  86 2014-06-12T16:30:09  <skathpalia> Yeah I think I can check for post and then  set query  and else no query is set
  87 2014-06-12T16:31:18  <skathpalia> That works :)
  88 2014-06-12T16:33:05  <RogerHaase> post is generally used only if you want to update server side data. maybe first answer will help? http://stackoverflow.com/questions/1116019/submitting-a-get-form-with-query-string-params-and-hidden-params-disappear
  89 2014-06-12T16:36:48  <RogerHaase> on second thought, post may be OK if you are sending a lot of data or sensitive data or just want to use post
  90 2014-06-12T17:00:04  *** skathpalia has quit IRC
  91 2014-06-12T17:47:06  *** greg_f has quit IRC
  92 2014-06-12T18:00:14  *** Cthulhux` has quit IRC
  93 2014-06-12T18:00:14  *** Cthulhux` has joined #moin-dev
  94 2014-06-12T18:51:52  *** randomax has quit IRC
  95 2014-06-12T18:56:18  *** sl33k_ has quit IRC
  96 2014-06-12T21:01:30  *** dave_largo has quit IRC
  97 2014-06-12T21:47:47  *** RogerHaase has left #moin-dev
  98 

MoinMoin: MoinMoinChat/Logs/moin-dev/2014-06-12 (last edited 2014-06-12 00:45:02 by IrcLogImporter)