1 2011-02-02T01:32:28  *** grzywacz has quit IRC
   2 2011-02-02T01:42:51  *** Trip_ has quit IRC
   3 2011-02-02T01:43:12  *** Trip_ has joined #moin-dev
   4 2011-02-02T02:40:25  <CIA-65> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 10352:4a4727cdfe71 2.0-dev/MoinMoin/ (10 files in 5 dirs): replace EDIT_LOG_XY constants by XY
   5 2011-02-02T02:40:27  <CIA-65> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 10353:b7d5c7eaa3b0 2.0-dev/ (10 files in 8 dirs):
   6 2011-02-02T02:40:27  <CIA-65> change metadata key names, please delete and reinitialize your backend storage
   7 2011-02-02T02:40:27  <CIA-65> "edit_log_xy" -> "xy"
   8 2011-02-02T03:20:55  <CIA-65> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 10355:b03850efa573 2.0-dev/MoinMoin/ (items/__init__.py storage/backends/fs19.py): action metadata values: just use REVERT,COPY,TRASH,SAVE, not SAVE/x
   9 2011-02-02T04:03:42  *** kasun_ has joined #moin-dev
  10 2011-02-02T04:13:27  <CIA-65> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 10356:f8c945036858 2.0-dev/setup.py: fix werkzeug dependency. we need 0.7dev, but installing this via pypi is broken, so we give tarball url explicitly.
  11 2011-02-02T04:22:56  <CIA-65> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 10357:69dcffcdb5cd 2.0-dev/setup.py: setup.py: use Werkzeug, with uppercase W
  12 2011-02-02T04:30:20  *** Trip__ has joined #moin-dev
  13 2011-02-02T04:33:46  *** Trip_ has quit IRC
  14 2011-02-02T04:34:03  *** Trip_ has joined #moin-dev
  15 2011-02-02T05:17:56  *** kasun_ has quit IRC
  16 2011-02-02T05:22:31  *** kursor has joined #moin-dev
  17 2011-02-02T05:32:23  *** Marchael has joined #moin-dev
  18 2011-02-02T05:35:56  *** kasun_ has joined #moin-dev
  19 2011-02-02T05:53:15  *** Trip_ has quit IRC
  20 2011-02-02T05:53:34  *** kasun_ has quit IRC
  21 2011-02-02T05:54:56  *** Trip_ has joined #moin-dev
  22 2011-02-02T06:12:12  *** kasun_ has joined #moin-dev
  23 2011-02-02T06:48:16  *** Trip_ is now known as TripleEntendre
  24 2011-02-02T07:19:38  *** kasun_ has quit IRC
  25 2011-02-02T07:20:41  *** Marchael has quit IRC
  26 2011-02-02T07:33:38  *** kasun_ has joined #moin-dev
  27 2011-02-02T07:54:36  *** Marchael has joined #moin-dev
  28 2011-02-02T08:15:00  *** kursor has quit IRC
  29 2011-02-02T08:34:44  *** gwork has joined #moin-dev
  30 2011-02-02T08:47:46  <Marchael> Could anybody describe by steps what happens when user try to authenticate?
  31 2011-02-02T08:49:53  <Marchael> There is several of views in moin2/apps/ but don`t understasnd which of them used for auth
  32 2011-02-02T08:56:13  <Marchael> Does somebody using MoinMoin/auth/smb_mount.py ?
  33 2011-02-02T08:59:08  *** kasun_ has quit IRC
  34 2011-02-02T09:10:46  *** kasun_ has joined #moin-dev
  35 2011-02-02T09:16:46  <dreimark> moin
  36 2011-02-02T09:27:11  <Marchael> moin
  37 2011-02-02T09:54:36  <ThomasWaldmann> moin
  38 2011-02-02T10:02:15  <Marchael> ThomasWaldmann: can you answer to my questions?
  39 2011-02-02T10:12:54  <ThomasWaldmann> on the phone, later
  40 2011-02-02T10:13:41  <Marchael> ok, i`ll be waiting
  41 2011-02-02T10:39:22  <ThomasWaldmann> Marchael: moin has its own auth stuff in MoinMoin.auth. it is called from MoinMoin.app early in request processing, so that a session can be built up if a user is logged in.
  42 2011-02-02T10:39:43  <ThomasWaldmann> smb_mount is something very special and rarely used
  43 2011-02-02T10:40:28  <ThomasWaldmann> there should be some docs about how auth system works in MoinMoin/auth/__init__.py
  44 2011-02-02T10:41:32  <ThomasWaldmann> for MoinAuth (the builtin auth that auths against password stored in user profile), the auth system catches form data POSTed by the login form (see frontend.login or so)
  45 2011-02-02T10:42:09  <ThomasWaldmann> and then creates a session, if password check was ok
  46 2011-02-02T10:42:47  <ThomasWaldmann> the view then only checks the result and tells ok or failed, but the authentication already happened
  47 2011-02-02T10:43:18  <ThomasWaldmann> gtg/bbl
  48 2011-02-02T10:47:44  <Marchael> thank you for answer, I`ll keep watch src
  49 2011-02-02T10:52:03  *** greg_f has joined #moin-dev
  50 2011-02-02T11:06:22  *** gwork has quit IRC
  51 2011-02-02T11:10:21  <Marchael> I can`t understand where MoinMoin/filter/* used, I guess that filters get text data from binary applications formats, but where you using this?
  52 2011-02-02T11:23:27  <ThomasWaldmann> Marchael: from xapian based indexed search
  53 2011-02-02T11:23:48  <ThomasWaldmann> note that all the search code might be rather disfunctional in moin2 right now
  54 2011-02-02T11:24:58  <ThomasWaldmann> Marchael: btw, if you'ld like to do something more targeted, you could have a look at http://moinmo.in/EasyToDo
  55 2011-02-02T11:25:57  <ThomasWaldmann> if you pick something from there, make sure the task is not already done
  56 2011-02-02T11:26:37  <Marchael> oh, dns fails again, I hate it
  57 2011-02-02T11:26:41  <ThomasWaldmann> we prepared that stuff for people rather fresh to moin, like in google code-in (which is mostly over by now)
  58 2011-02-02T11:26:57  <ThomasWaldmann> who administers that dns?
  59 2011-02-02T11:28:05  <Marchael> Computing center of my university
  60 2011-02-02T11:29:22  <ThomasWaldmann> maybe talk to them, this is a bit unusual
  61 2011-02-02T11:29:36  *** greg_f has quit IRC
  62 2011-02-02T11:29:38  <ThomasWaldmann> i just checked our primary and secondary dns and both seem to be ok
  63 2011-02-02T11:30:13  <ThomasWaldmann> Marchael: can you ssh to some server outside?
  64 2011-02-02T11:31:22  <Marchael> i sit behind http, proxy, but I can try use proxychains
  65 2011-02-02T11:31:52  <ThomasWaldmann> was that a yes or no? :)
  66 2011-02-02T11:33:01  <Marchael> In my hostel shh via proxychains working greatfully, but I never try to ssh on the external hosts
  67 2011-02-02T11:33:09  <Marchael> s/shh/ssh/
  68 2011-02-02T11:33:35  <Marchael> but I thinh it might ve working
  69 2011-02-02T11:33:44  <Marchael> *think
  70 2011-02-02T11:39:57  <Marchael> Yes, it` work
  71 2011-02-02T11:40:52  <ThomasWaldmann> ok, that's useful in case the problems persist
  72 2011-02-02T11:41:46  <ThomasWaldmann> moinmoin.wikiwikiweb.de has address 188.40.39.244
  73 2011-02-02T11:42:04  <ThomasWaldmann> i made that additional entry in case they don't like .in somehow
  74 2011-02-02T11:42:45  <ThomasWaldmann> of course that may not be enough due to name-based virtualhosting
  75 2011-02-02T11:44:08  *** greg_f has joined #moin-dev
  76 2011-02-02T11:44:12  <ThomasWaldmann> bbl
  77 2011-02-02T12:30:38  *** gwork has joined #moin-dev
  78 2011-02-02T12:54:50  *** TripleEntendre has quit IRC
  79 2011-02-02T13:07:02  *** Trip_ has joined #moin-dev
  80 2011-02-02T13:29:20  *** Trip_ has quit IRC
  81 2011-02-02T14:21:04  *** Trip_ has joined #moin-dev
  82 2011-02-02T14:25:14  *** Trip_ has quit IRC
  83 2011-02-02T14:31:51  *** kursor has joined #moin-dev
  84 2011-02-02T14:42:33  *** kursor has quit IRC
  85 2011-02-02T14:59:53  *** Marchael has quit IRC
  86 2011-02-02T16:00:41  *** kasun_ has quit IRC
  87 2011-02-02T16:02:14  *** kursor has joined #moin-dev
  88 2011-02-02T16:39:36  *** Marchael has joined #moin-dev
  89 2011-02-02T16:43:36  *** gwork has quit IRC
  90 2011-02-02T16:53:29  *** grzywacz has joined #moin-dev
  91 2011-02-02T16:53:38  *** grzywacz has joined #moin-dev
  92 2011-02-02T18:18:25  <Marchael> ThomasWaldmann: I can try "EasyToDo/post button", what should I know about moin before start?
  93 2011-02-02T18:46:36  *** kasun_ has joined #moin-dev
  94 2011-02-02T19:11:25  *** kursor has quit IRC
  95 2011-02-02T19:19:16  *** Trip_ has joined #moin-dev
  96 2011-02-02T19:33:13  *** Trip_ has quit IRC
  97 2011-02-02T19:46:39  *** Trip_ has joined #moin-dev
  98 2011-02-02T19:55:56  *** Trip__ has joined #moin-dev
  99 2011-02-02T19:57:10  *** Trip_ has quit IRC
 100 2011-02-02T20:16:11  <ThomasWaldmann> Marchael: that's not as easy as it sounds, I'ld suggest you choose something else
 101 2011-02-02T20:17:12  <Marchael> I have not find easy ways :)
 102 2011-02-02T20:19:49  <ThomasWaldmann> you need validation, twice (js and python), so it is not as easy as dreimark thought it is
 103 2011-02-02T20:26:11  <dreimark> re
 104 2011-02-02T20:26:19  <dreimark> Marchael: which one ?
 105 2011-02-02T20:26:54  * dreimark reads backlog
 106 2011-02-02T20:30:07  <Marchael> http://test.moinmo.in:8080/+register
 107 2011-02-02T20:33:23  *** greg_f has quit IRC
 108 2011-02-02T20:45:50  <dreimark> oh yes sorry, i should look at those all and add some more flags
 109 2011-02-02T20:49:07  <dreimark> better look first for one which is much easier
 110 2011-02-02T20:49:22  <dreimark> Marchael: e.g. add textchas to other places we need them:
 111 2011-02-02T20:49:56  <dreimark> this is somehow a hello world, because it is quite similiar to register where it is already implemented
 112 2011-02-02T20:50:09  <dreimark> but afterwards you know better the infra structure
 113 2011-02-02T20:50:18  <dreimark> htg now, bbl
 114 2011-02-02T20:53:03  <Marchael> dreimark: can you provide more detail explaination?
 115 2011-02-02T20:53:43  *** kasun_ has quit IRC
 116 2011-02-02T21:11:57  <Marchael> > register user is already done, look there for an example
 117 2011-02-02T21:11:58  <Marchael> Is that must be a link on something?
 118 2011-02-02T21:30:37  <dreimark> Marchael: in register it is already done
 119 2011-02-02T21:30:41  * dreimark looks
 120 2011-02-02T21:32:02  *** Trip__ has quit IRC
 121 2011-02-02T21:33:41  <Marchael> ok
 122 2011-02-02T21:35:34  *** dreimark_ has joined #moin-dev
 123 2011-02-02T21:35:40  *** dreimark has quit IRC
 124 2011-02-02T21:35:50  *** franklin has quit IRC
 125 2011-02-02T21:35:54  *** franklin has joined #moin-dev
 126 2011-02-02T21:37:42  *** dreimark_ is now known as dreimark
 127 2011-02-02T21:38:20  *** dreimark has joined #moin-dev
 128 2011-02-02T21:46:00  *** m4k3r has joined #moin-dev
 129 2011-02-02T21:56:35  *** zynox has quit IRC
 130 2011-02-02T21:57:01  *** zynox has joined #moin-dev
 131 2011-02-02T22:06:58  *** zynox has quit IRC
 132 2011-02-02T22:10:01  *** zynox has joined #moin-dev
 133 2011-02-02T22:28:53  *** zynox has quit IRC
 134 2011-02-02T22:29:32  *** zynox has joined #moin-dev
 135 2011-02-02T23:18:34  *** Marchael has quit IRC
 136 2011-02-02T23:24:41  *** m4k3r has quit IRC
 137 2011-02-02T23:29:18  <dreimark> gn
 138 2011-02-02T23:38:42  <ThomasWaldmann> re
 139 2011-02-02T23:39:22  *** m4k3r has joined #moin-dev
 140 

MoinMoin: MoinMoinChat/Logs/moin-dev/2011-02-02 (last edited 2011-02-02 00:45:03 by IrcLogImporter)