1 2013-02-07T00:05:33  <RogerHaase> ThomasWaldmann:  tiny css fix for IE:  https://codereview.appspot.com/7312050/
   2 2013-02-07T00:08:53  *** dwcramer has quit IRC
   3 2013-02-07T00:14:42  *** RogerHaase has left #moin-dev
   4 2013-02-07T00:20:24  <ronny2> re
   5 2013-02-07T00:20:26  <ronny2> xiaq, sup?
   6 2013-02-07T00:58:17  *** ronny2 has quit IRC
   7 2013-02-07T01:15:09  *** dwcramer has joined #moin-dev
   8 2013-02-07T02:04:09  *** moinBot has joined #moin-dev
   9 2013-02-07T02:16:23  *** ThomasWaldmann has quit IRC
  10 2013-02-07T02:16:39  *** ThomasWaldmann has joined #moin-dev
  11 2013-02-07T02:16:39  *** ThomasWaldmann has joined #moin-dev
  12 2013-02-07T04:17:17  *** MattMaker has quit IRC
  13 2013-02-07T07:41:43  *** ronny2 has joined #moin-dev
  14 2013-02-07T08:40:29  *** dreimark has quit IRC
  15 2013-02-07T08:42:15  *** dreimark has joined #moin-dev
  16 2013-02-07T08:42:26  *** dreimark has joined #moin-dev
  17 2013-02-07T09:24:39  *** greg_f has joined #moin-dev
  18 2013-02-07T13:08:30  *** ronny2 has quit IRC
  19 2013-02-07T13:13:35  *** spy has joined #moin-dev
  20 2013-02-07T13:38:10  *** dave_largo has joined #moin-dev
  21 2013-02-07T14:34:45  *** dwcramer has quit IRC
  22 2013-02-07T14:49:52  *** greg_f has quit IRC
  23 2013-02-07T15:43:55  *** Stiivi has joined #moin-dev
  24 2013-02-07T15:44:53  <ThomasWaldmann> hi Stiivi
  25 2013-02-07T15:45:09  <Stiivi> hi
  26 2013-02-07T15:45:11  <ThomasWaldmann> did you activate the virtualenv?
  27 2013-02-07T15:46:20  <Stiivi> yes. i've solved it already.
  28 2013-02-07T15:46:53  <Stiivi> it works. now I have to create some users/admin i guess
  29 2013-02-07T15:47:45  <ThomasWaldmann> depends on what you want to try
  30 2013-02-07T15:48:11  <ThomasWaldmann> there are a few sample page which can be loaded from a serialization file, see the docs
  31 2013-02-07T15:48:31  <ThomasWaldmann> did you find/read the sphinx-made docs?
  32 2013-02-07T15:48:43  *** dwcramer has joined #moin-dev
  33 2013-02-07T15:48:52  <Stiivi> tried to create account from the web, got "internal server error" and no error log entry
  34 2013-02-07T15:49:02  <Stiivi> yes, just browsing them in the sources
  35 2013-02-07T15:49:52  <ThomasWaldmann> internal server error should put some traceback or so on stderr (if you did not change the logging configuration)
  36 2013-02-07T15:50:16  <ThomasWaldmann> if you just start it by "moin<enter>", stderr is on-screen
  37 2013-02-07T15:53:36  <Stiivi> i am running it on a remote server through apache+mod_wsgi
  38 2013-02-07T15:54:15  <Stiivi> the log was in different file than the previous error message  (general apache log, not log of the virtual host)
  39 2013-02-07T15:59:53  <ThomasWaldmann> guess that depends on your apache configuration
  40 2013-02-07T16:00:27  <ThomasWaldmann> except if you tell moin via its own logging configuration to directly write into some specific file (which is not the default way)
  41 2013-02-07T16:00:40  <ThomasWaldmann> Stiivi: ^
  42 2013-02-07T16:01:44  <Stiivi> i see
  43 2013-02-07T16:02:27  <ThomasWaldmann> btw, are you a developer or do you just want to use moin2?
  44 2013-02-07T16:02:38  <Stiivi> just want to install it and use it
  45 2013-02-07T16:02:52  <Stiivi> but I want to play with 2.0
  46 2013-02-07T16:03:10  <Stiivi> i just want it for wiki.databrewery.org
  47 2013-02-07T16:03:12  <ThomasWaldmann> ok, keep in mind it's alpha and breaks.
  48 2013-02-07T16:03:18  <Stiivi> i understand that
  49 2013-02-07T16:03:26  * ThomasWaldmann looks
  50 2013-02-07T16:03:56  <ThomasWaldmann> looks quite normal already :)
  51 2013-02-07T16:04:02  <Stiivi> yes, finally :-)
  52 2013-02-07T16:04:14  <Stiivi> now I want admin rights at least for one user
  53 2013-02-07T16:04:48  <ThomasWaldmann> see the acl configuration
  54 2013-02-07T16:04:49  <Stiivi> it is not very clear to me where/how I should put that information, the config looks a bit complicated at first sight
  55 2013-02-07T16:05:06  <ThomasWaldmann> it's python :)
  56 2013-02-07T16:05:19  <Stiivi> that would not be a problem
  57 2013-02-07T16:06:03  <ThomasWaldmann> some parts are non-trivial, right. problem is: if you make them trivial, you lose flexibility.
  58 2013-02-07T16:06:14  <Stiivi> I just put the following in there? acl_functions = u'+YourName:superuser TrustedEditorGroup:notextcha'
  59 2013-02-07T16:06:58  <ThomasWaldmann> not sure about whether you need the +, but rest looks ok
  60 2013-02-07T16:07:12  <ThomasWaldmann> (if YourName is your user name)
  61 2013-02-07T16:07:15  <Stiivi> idk, just copied that from the docs
  62 2013-02-07T16:07:42  <ThomasWaldmann> did you indent it like the other settings?
  63 2013-02-07T16:08:46  <Stiivi> i have it in the config class
  64 2013-02-07T16:09:32  <Stiivi> access denied
  65 2013-02-07T16:09:39  <Stiivi> (with my user name)
  66 2013-02-07T16:09:44  <ThomasWaldmann> your user seems gone
  67 2013-02-07T16:09:51  <Stiivi> my user is Stiivi
  68 2013-02-07T16:10:03  <Stiivi> ah
  69 2013-02-07T16:10:04  <Stiivi> invalid
  70 2013-02-07T16:10:06  <Stiivi> why?
  71 2013-02-07T16:10:06  <ThomasWaldmann> i don't see it any more on global index
  72 2013-02-07T16:10:21  <Stiivi> it was there
  73 2013-02-07T16:10:26  <ThomasWaldmann> did you reinitialize the storage or kill the index?
  74 2013-02-07T16:10:36  <Stiivi> no
  75 2013-02-07T16:10:38  <ThomasWaldmann> yeah, i saw it a minute ago, too
  76 2013-02-07T16:11:24  <ThomasWaldmann> maybe put your config onto a pastebin, see topic, remove any secrets
  77 2013-02-07T16:14:06  *** ronny has joined #moin-dev
  78 2013-02-07T16:14:07  *** ronny has joined #moin-dev
  79 2013-02-07T16:14:37  <Stiivi> http://pastebin.com/nb9DKUGJ
  80 2013-02-07T16:15:37  <Stiivi> data/userprofiles/data and .../meta is empty
  81 2013-02-07T16:16:38  <Stiivi> created the user again, now it works
  82 2013-02-07T16:18:38  <ThomasWaldmann> http://pastebin.com/C2eQe0ja < few comments there
  83 2013-02-07T16:25:38  <Stiivi> thanks
  84 2013-02-07T16:25:48  <Stiivi> failed creation of main page: "PicklingError: Can't pickle <type 'function'>: attribute lookup __builtin__.function failed"
  85 2013-02-07T16:25:52  <Stiivi> type: markdown
  86 2013-02-07T16:29:41  <Stiivi> reloading was ok
  87 2013-02-07T16:29:42  *** ronny has quit IRC
  88 2013-02-07T16:36:16  <sunu> ThomasWaldmann: dreimark: replied on https://codereview.appspot.com/7289046/
  89 2013-02-07T16:38:27  <Stiivi> thanks for help, see you later
  90 2013-02-07T16:38:29  *** Stiivi has left #moin-dev
  91 2013-02-07T16:57:28  *** ronny has joined #moin-dev
  92 2013-02-07T16:57:28  *** ronny has joined #moin-dev
  93 2013-02-07T16:59:31  *** ronny has quit IRC
  94 2013-02-07T17:38:30  *** ronny has joined #moin-dev
  95 2013-02-07T17:38:30  *** ronny has joined #moin-dev
  96 2013-02-07T18:14:52  <sunu> ThomasWaldmann: dreimark: updated https://codereview.appspot.com/7289046/
  97 2013-02-07T18:27:08  * dreimark has had start of carnival and so i better look tom on it
  98 2013-02-07T18:53:02  <ronny> sup
  99 2013-02-07T18:53:19  * ronny pokes xiaq 
 100 2013-02-07T18:58:14  <sunu> dreimark: carnival. sounds awesome :)
 101 2013-02-07T18:59:13  <ThomasWaldmann> matter of taste :P
 102 2013-02-07T19:05:43  <sunu> ThomasWaldmann: :D
 103 2013-02-07T19:15:23  <ThomasWaldmann> sunu: review done, quite some comments
 104 2013-02-07T19:15:35  <ThomasWaldmann> but it is going into the right direction.
 105 2013-02-07T19:22:15  <ThomasWaldmann> sunu: it might well be that there is function/method accepting an unsplit string (as sys.argv is also already split and it likely uses that internally), but have a look nevertheless
 106 2013-02-07T19:22:39  <ThomasWaldmann> that there is NO ...*
 107 2013-02-07T20:55:58  *** dwcramer has quit IRC
 108 2013-02-07T20:59:02  *** ronny2 has joined #moin-dev
 109 2013-02-07T21:02:42  *** ronny has quit IRC
 110 2013-02-07T21:32:42  *** dwcramer has joined #moin-dev
 111 2013-02-07T21:38:42  *** dwcramer has quit IRC
 112 2013-02-07T22:08:47  *** spy has quit IRC
 113 2013-02-07T22:09:27  *** RogerHaase has joined #moin-dev
 114 2013-02-07T22:22:45  *** dave_largo has quit IRC
 115 2013-02-07T22:38:04  *** dwcramer has joined #moin-dev
 116 2013-02-07T23:07:26  *** vpv has quit IRC
 117 2013-02-07T23:07:41  *** vpv has joined #moin-dev
 118 2013-02-07T23:29:04  *** dwcramer has quit IRC
 119 2013-02-07T23:56:54  *** ronny2 has quit IRC
 120 2013-02-07T23:59:29  *** ronny has joined #moin-dev
 121 2013-02-07T23:59:30  *** ronny has joined #moin-dev
 122 

MoinMoin: MoinMoinChat/Logs/moin-dev/2013-02-07 (last edited 2013-02-06 23:15:05 by IrcLogImporter)