1 2010-09-01T00:24:17  *** RogerHaase has left #moin-dev
   2 2010-09-01T05:13:44  *** kursor has joined #moin-dev
   3 2010-09-01T08:16:50  *** DmitryAndreev has quit IRC
   4 2010-09-01T08:54:19  *** gwork has joined #moin-dev
   5 2010-09-01T10:37:33  <dreimark> moin
   6 2010-09-01T10:41:18  *** kursor has quit IRC
   7 2010-09-01T10:52:44  *** kursor has joined #moin-dev
   8 2010-09-01T10:57:14  <dreimark> I have a problem with the default value for request.values.get
   9 2010-09-01T10:57:21  <dreimark> it seems not to set it
  10 2010-09-01T10:57:32  <dreimark> e.g. request.values.get('title', u"no presentation")
  11 2010-09-01T11:00:34  *** kursor has quit IRC
  12 2010-09-01T11:07:23  <dreimark> request.values.get('title')) or u"no presentation" works
  13 2010-09-01T11:07:37  <dreimark> searching through 1.9 we have both on various places
  14 2010-09-01T11:11:07  *** DmitryAndreev has joined #moin-dev
  15 2010-09-01T11:26:06  <ThomasWaldmann> it is a difference whether the key doesn't exist or exists and has falsy/empty value
  16 2010-09-01T11:58:21  *** DmitryAndreev has quit IRC
  17 2010-09-01T12:12:30  *** DmitryAndreev has joined #moin-dev
  18 2010-09-01T12:46:50  <CIA-36> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 9835:923064e65167 2.0-dev/MoinMoin/ (3 files in 2 dirs): the beginnings of user settings form(s)
  19 2010-09-01T13:41:04  *** DmitryAndreev has quit IRC
  20 2010-09-01T13:55:26  *** DmitryAndreev has joined #moin-dev
  21 2010-09-01T14:09:12  <CIA-36> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 9836:a69e58d29e1e 2.0-dev/MoinMoin/ (5 files in 5 dirs): (log message trimmed)
  22 2010-09-01T14:09:12  <CIA-36> tickets: refactor code, remove request param, make more flexible
  23 2010-09-01T14:09:12  <CIA-36> createTicket now has just one fixed param (tm), which is internally used
  24 2010-09-01T14:09:12  <CIA-36> by checkTicket. All other kw args are used as input data for ticket creation.
  25 2010-09-01T14:09:12  <CIA-36> checkTicket gets the ticket string as first param and has kw args for same
  26 2010-09-01T14:09:12  <CIA-36> usage as createTicket. You need to give same kw args to checkTicket as you
  27 2010-09-01T14:09:13  <CIA-36> used for createTicket (this prevents attackers from using one ticket for misc.
  28 2010-09-01T14:14:32  <ThomasWaldmann> DmitryAndreev: did you see the stuff here i posted yesterday?
  29 2010-09-01T14:19:12  <CIA-36> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 9837:1507cf621b4b 2.0-dev/MoinMoin/security/textcha.py: textcha: remove unneeded request param
  30 2010-09-01T14:22:21  <DmitryAndreev> ThomasWaldmann, about that comment, it may be usefull if there would be changes in "include(page)" in converters(for now "include(page)" just create node with macro <<Include(...)>>). are u sure u want to delete comment with old "include(page)" code?
  31 2010-09-01T14:23:28  <CIA-36> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 9838:75dd9e88fa2f 2.0-dev/contrib/ (wsgi/raw_wsgi_bench.py raw_wsgi_bench.py): move wsgi bench to wsgi/
  32 2010-09-01T14:29:48  <ThomasWaldmann> DmitryAndreev: all that [Pp]age stuff is obsolete
  33 2010-09-01T14:30:10  <DmitryAndreev> ThomasWaldmann, ok
  34 2010-09-01T14:31:13  <ThomasWaldmann> and I am not sure whether it should call a macro
  35 2010-09-01T14:31:23  <ThomasWaldmann> maybe it should rather handle it by itself?
  36 2010-09-01T14:32:02  <ThomasWaldmann> also check those factories
  37 2010-09-01T14:33:37  <CIA-36> Dmitry Andreev <klieg.polar@gmail.com> default * 9811:da9a6499a848 2.0-dev-wiki-rest-dandreev/MoinMoin/converter2/ (moinwiki_out.py rst_out.py): converter must return "cls()" not "cls"
  38 2010-09-01T14:33:38  <CIA-36> Dmitry Andreev <klieg.polar@gmail.com> default * 9812:8f3813837ffb 2.0-dev-wiki-rest-dandreev/MoinMoin/converter2/rst_in.py: Remove of old commented code
  39 2010-09-01T14:35:05  <ThomasWaldmann> converter2/_tests/test_html_in_out.py ....................FFFFF.....................
  40 2010-09-01T14:35:08  <ThomasWaldmann> converter2/_tests/test_html_out.py ......F............................................F
  41 2010-09-01T14:35:11  <ThomasWaldmann> converter2/_tests/test_mediawiki_in.py ................F..F........
  42 2010-09-01T14:35:14  <ThomasWaldmann> converter2/_tests/test_moinwiki_in_out.py ..F..........F..F......FFFFF.F..FF.FFFF.F...F..FFFFF
  43 2010-09-01T14:35:46  <ThomasWaldmann> (that was from before your commits)
  44 2010-09-01T14:36:39  <DmitryAndreev> ThomasWaldmann, i've forget update some stuff in test_moinwiki_in_out.py after merge
  45 2010-09-01T14:39:00  <DmitryAndreev> ThomasWaldmann, there two strategies to handle include(page). 1. in input converter 2. in output converter. need to go, i can talk about it later today
  46 2010-09-01T14:42:31  <CIA-36> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 9842:89cfba60afc1 2.0-dev/MoinMoin/converter2/ (moinwiki_out.py rst_in.py rst_out.py): merged moin/2.0-dev-wiki-rest-dandreev
  47 2010-09-01T14:53:00  <CIA-36> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 9843:68e8924135b9 2.0-dev/MoinMoin/ (2 files in 2 dirs): fix some tests
  48 2010-09-01T14:53:59  *** DmitryAndreev has quit IRC
  49 2010-09-01T15:09:10  <CIA-36> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 9844:cc9c37237951 2.0-dev/MoinMoin/auth/_tests/test_auth.py:
  50 2010-09-01T15:09:10  <CIA-36> remove auth tests, see below
  51 2010-09-01T15:09:10  <CIA-36> * partly pointless
  52 2010-09-01T15:09:10  <CIA-36> * some skipped because we have no code for the test
  53 2010-09-01T15:09:10  <CIA-36> * some testing code that is in werkzeug now
  54 2010-09-01T15:09:11  <CIA-36> * others needing a rewrite
  55 2010-09-01T15:21:41  <CIA-36> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 9845:cb70af5cb86e 2.0-dev/MoinMoin/ (3 files in 3 dirs):
  56 2010-09-01T15:21:41  <CIA-36> remove DataBrowserWidget and related code
  57 2010-09-01T15:21:41  <CIA-36> * not used any more by moin code
  58 2010-09-01T15:21:41  <CIA-36> * used old api (formatter, request, ...)
  59 2010-09-01T16:36:08  *** gwork has quit IRC
  60 2010-09-01T17:04:40  *** DmitryAndreev has joined #moin-dev
  61 2010-09-01T18:26:38  *** kursor has joined #moin-dev
  62 2010-09-01T19:29:48  *** kursor has quit IRC
  63 2010-09-01T22:06:53  *** xorAxAx has quit IRC
  64 2010-09-01T22:07:35  *** xorAxAx has joined #moin-dev
  65 2010-09-01T23:05:24  *** grzywacz has joined #moin-dev
  66 

MoinMoin: MoinMoinChat/Logs/moin-dev/2010-09-01 (last edited 2010-08-31 22:45:03 by IrcLogImporter)