1 2010-08-16T04:03:50  *** DmitryAndreev has quit IRC
   2 2010-08-16T07:06:04  *** ebo^ has joined #moin-dev
   3 2010-08-16T07:41:28  *** ebo^ has quit IRC
   4 2010-08-16T07:59:11  *** DmitryAndreev has joined #moin-dev
   5 2010-08-16T08:37:00  *** ei-grad has joined #moin-dev
   6 2010-08-16T08:49:45  *** ebo^ has joined #moin-dev
   7 2010-08-16T09:07:46  *** grzywacz has joined #moin-dev
   8 2010-08-16T09:23:19  *** grzywacz has quit IRC
   9 2010-08-16T11:38:48  * dreimark thats mean stupid problem http://paste.pocoo.org/show/250780/
  10 2010-08-16T11:50:32  <valeuf> moin
  11 2010-08-16T11:56:12  <valeuf> cool the graphics on the wiki for the SoC :)
  12 2010-08-16T12:17:17  <ThomasWaldmann> some more coming soon
  13 2010-08-16T12:18:17  <valeuf> ThomasWaldmann: I am curious about your script (you did not attach it correctly)
  14 2010-08-16T12:18:36  <valeuf> does it take into account that I used two username to commit stuffs?
  15 2010-08-16T12:18:48  <valeuf> (it is just based on the commit in the different branch?)
  16 2010-08-16T12:20:30  <ThomasWaldmann> ok, done for now (incl. script)
  17 2010-08-16T12:20:46  <ThomasWaldmann> i ran it in the main repo
  18 2010-08-16T12:21:05  <ThomasWaldmann> except for 1.9 ldap stuff, which isn't merged
  19 2010-08-16T12:22:49  <valeuf> really nice :)
  20 2010-08-16T12:25:11  <valeuf> bbl
  21 2010-08-16T12:27:18  <ThomasWaldmann> i just don't think line graphs are appropriate, maybe rather bars or points would be better
  22 2010-08-16T12:45:01  <dreimark> a counter of the amount or some values on thy y axis would help too
  23 2010-08-16T12:47:33  <ThomasWaldmann> yes :|
  24 2010-08-16T12:49:18  <dreimark> http://hg.moinmo.in/moin/2.0-dev/file/2789740c5264/MoinMoin/apps/frontend/views.py#l217
  25 2010-08-16T12:49:39  <dreimark> is there another similiar place where i have to add svgdraw?
  26 2010-08-16T12:59:45  <dreimark> seems not
  27 2010-08-16T13:06:06  <dreimark> hmm, i can now modfiy an existing svg graphics, but a new one raise ValueError("No JSON object could be decoded")
  28 2010-08-16T13:50:27  <dreimark> ThomasWaldmann: diofeher refactored svg-edit for flask http://paste.pocoo.org/show/250827/
  29 2010-08-16T13:50:31  <dreimark> It wotks for existing svgdraws. But on new draws I get a traceback
  30 2010-08-16T13:50:35  <dreimark> http://paste.pocoo.org/show/250829/ Any idea what is wrong?
  31 2010-08-16T13:50:36  <dreimark> More refactoring after I understand this.
  32 2010-08-16T14:16:27  <dreimark> bbl
  33 2010-08-16T14:33:20  *** DmitryAndreev has quit IRC
  34 2010-08-16T14:34:40  <ThomasWaldmann> why it the form field that contains the base64 encoded svg data called "filepath" and not like "svgdata" or so?
  35 2010-08-16T14:35:07  <ThomasWaldmann> 533 -> note that we have no "pages" any more
  36 2010-08-16T14:35:46  <ThomasWaldmann> (I also wonder whether there is not already a function that splits/decodes url args)
  37 2010-08-16T14:37:36  <ThomasWaldmann> the json decoding is for the metadata. moin json-encodes the metadata, put the stuff into the textarea.
  38 2010-08-16T14:37:55  <ThomasWaldmann> on post, it reads the stuff from the form field and json-decodes it.
  39 2010-08-16T14:38:20  <ThomasWaldmann> if that doesn't work, it maybe means there is no json data where it was expected.
  40 2010-08-16T15:13:14  *** DmitryAndreev has joined #moin-dev
  41 2010-08-16T18:08:36  *** ei-grad has quit IRC
  42 2010-08-16T18:09:37  *** ebo^ has quit IRC
  43 2010-08-16T18:54:38  <CIA-105> Reimar Bauer <rb.proj AT googlemail DOT com> default * 9649:13460c809d5a 2.0-dev/MoinMoin/ (4 files in 4 dirs): fix svg-edit to be used with flask
  44 2010-08-16T18:55:10  <dreimark> how can we redirect after creation of the tar item?
  45 2010-08-16T19:03:38  <CIA-105> Reimar Bauer <rb.proj AT googlemail DOT com> default * 9650:d248634565a4 2.0-dev/MoinMoin/ (__init__.py conftest.py): fix for py.test for dependencies of support libraries
  46 2010-08-16T19:08:02  <ThomasWaldmann> btw, those problems are not really related to flask
  47 2010-08-16T19:13:08  <dreimark> the qs change was
  48 2010-08-16T19:15:38  <dreimark> the reason for the above problem was, that it got no mimetype because of this sh.. paramurl parameter
  49 2010-08-16T19:36:17  <valeuf> re
  50 2010-08-16T19:59:48  <valeuf> dreimark: great for the fix in conftest ^^
  51 2010-08-16T20:04:52  *** ebo^ has joined #moin-dev
  52 2010-08-16T20:07:11  <CIA-105> Diogenes Augusto Fernandes Herminio <diofeher@gmail.com> default * 9665:4455566d4388 2.0-dev-jinja2-plugins-dfeher/ (38 files in 19 dirs): merge with main repo
  53 2010-08-16T20:07:15  <CIA-105> Diogenes Augusto Fernandes Herminio <diofeher@gmail.com> default * 9668:0a8ba67a0181 2.0-dev-jinja2-plugins-dfeher/MoinMoin/ (12 files in 6 dirs): merge with main repo
  54 2010-08-16T20:07:17  <CIA-105> Diogenes Augusto Fernandes Herminio <diofeher@gmail.com> default * 9669:c6299272cdef 2.0-dev-jinja2-plugins-dfeher/docs/CHANGES.jinja2-theming: [templating] changed docs
  55 2010-08-16T20:09:27  <CIA-105> Diogenes Augusto Fernandes Herminio <diofeher@gmail.com> default * 9670:a1cff1cd43c2 2.0-dev-jinja2-plugins-dfeher/docs/CHANGES.jinja2-theming: changed jinja2 docs
  56 2010-08-16T20:20:57  <CIA-105> Diogenes Augusto Fernandes Herminio <diofeher@gmail.com> default * 9671:e2f85a5d30fa 2.0-dev-jinja2-plugins-dfeher/docs/CHANGES.jinja2-theming: [templating] added link to documentation of external scripts
  57 2010-08-16T20:24:42  *** diofeher has left #moin-dev
  58 2010-08-16T20:24:47  *** diofeher has joined #moin-dev
  59 2010-08-16T20:28:28  <ThomasWaldmann> diofeher:
  60 2010-08-16T20:28:28  <ThomasWaldmann> diofeher: Simply go to MoinMoin/config/default.py and search for stylesheets.
  61 2010-08-16T20:28:29  <ThomasWaldmann> You will put your style (in a tuple) at list after 'stylesheets'.
  62 2010-08-16T20:28:37  <ThomasWaldmann> nope, that's wrong
  63 2010-08-16T20:29:15  <ThomasWaldmann> (and the other "howto" also)
  64 2010-08-16T20:29:50  <ThomasWaldmann> config/default.py just has the defaults, it is nothing a user/admin would ever edit
  65 2010-08-16T20:30:50  <ThomasWaldmann> instead, in wikiconfig.py, you subclass the DefaultConfig from there and change what you'ld like to have differently (and inherit all other settings as specified within the moin code)
  66 2010-08-16T20:31:12  <CIA-105> Dmitry Andreev <klieg.polar@gmail.com> default * 9654:a18e862f8f6a 2.0-dev-wiki-rest-dandreev/MoinMoin/converter2/rst_in.py: change error message about docutils exception
  67 2010-08-16T20:31:14  <CIA-105> Dmitry Andreev <klieg.polar@gmail.com> default * 9655:4b1764db2dd5 2.0-dev-wiki-rest-dandreev/docs/ (2 files): update CHANGES and TODO about wiki-like-formats-support SoC project
  68 2010-08-16T20:31:16  <CIA-105> Dmitry Andreev <klieg.polar@gmail.com> default * 9656:956c305ace3a 2.0-dev-wiki-rest-dandreev/MoinMoin/converter2/_tests/test_moinwiki_out.py: remove page test from DOM->Moinwiki tests: it was only for developer and without expected output
  69 2010-08-16T20:31:19  <CIA-105> Dmitry Andreev <klieg.polar@gmail.com> default * 9657:e71da28749de 2.0-dev-wiki-rest-dandreev/MoinMoin/converter2/_tests/test_rst_in.py: ReStructuredText->DOM: update expected output in tests
  70 2010-08-16T20:31:22  <CIA-105> Dmitry Andreev <klieg.polar@gmail.com> default * 9667:b3b4e05deb52 2.0-dev-wiki-rest-dandreev/ (46 files in 22 dirs): merge 2.0-dev
  71 2010-08-16T20:31:43  <ThomasWaldmann> DmitryAndreev: is it a good time to merge back your stuff?
  72 2010-08-16T20:32:52  <ThomasWaldmann> diofeher: why did you do 2x "merge with main repo"?
  73 2010-08-16T20:36:54  <DmitryAndreev> ThomasWaldmann, yes, it's good time. But, can i proceed to work in my repo after gsoc?
  74 2010-08-16T20:37:13  <diofeher> ThomasWaldmann, ah understood.. i thought that default is multiconfig with different name
  75 2010-08-16T20:47:29  <ThomasWaldmann> DmitryAndreev: sure
  76 2010-08-16T20:47:56  <ThomasWaldmann> diofeher: it would've been wrong for multiconfig for the same reason
  77 2010-08-16T20:48:10  <ThomasWaldmann> (and yes, it is renamed)
  78 2010-08-16T20:48:23  <diofeher> ah ok ThomasWaldmann... gonna fix it
  79 2010-08-16T21:02:27  <aa_> ThomasWaldmann: did our students pass their gsocs?
  80 2010-08-16T21:02:33  <aa_> "our"
  81 2010-08-16T21:02:36  <aa_> :)
  82 2010-08-16T21:09:41  <TheSheep> not yet
  83 2010-08-16T21:10:12  <ThomasWaldmann> it's not deadline time yet
  84 2010-08-16T21:10:56  <ThomasWaldmann> (at least not final evals deadline, just pencils down)
  85 2010-08-16T21:11:37  <ThomasWaldmann> apropos pencils down, feel free to continue working on your code as you like
  86 2010-08-16T21:12:02  <ThomasWaldmann> it won't count for SOC 2010 any more, but we love maintained code :)
  87 2010-08-16T21:15:20  * ThomasWaldmann tries transplanting .cfg from request to flaskg right now
  88 2010-08-16T21:51:59  <aa_> well, good luck everyone!
  89 2010-08-16T22:17:33  <diofeher> thx aa_  :)
  90 2010-08-16T22:29:40  *** ebo^ has quit IRC
  91 2010-08-16T22:33:13  <ThomasWaldmann> hmm, maybe request.cfg shouldn't be in flaskg.cfg
  92 2010-08-16T22:34:23  <ThomasWaldmann> it could be just in app.cfg
  93 2010-08-16T22:34:49  <dreimark> did someone else got this "Improving Recruitment Efficiencies" email?
  94 2010-08-16T22:37:13  <ThomasWaldmann> no, from whom?
  95 2010-08-16T22:37:49  <dreimark> iCIMS
  96 2010-08-16T22:37:52  <ThomasWaldmann> (cfg -> if it doesn't depend on the individual request, it can be just sitting statically in app)
  97 2010-08-16T22:38:02  <ThomasWaldmann> spam?
  98 2010-08-16T22:38:41  <ThomasWaldmann> and stuff that depends on request/user/... could be put into flaskg
  99 2010-08-16T22:38:44  <dreimark> sounds like a talk at EP
 100 2010-08-16T22:39:24  <dreimark> we don't change cfg by the request so i could be in app
 101 2010-08-16T22:39:39  <dreimark> s/i/it/
 102 2010-08-16T22:45:01  <ThomasWaldmann> it's not only about changing, some stuff might need the request
 103 2010-08-16T22:45:24  <ThomasWaldmann> but iirc we have lambdas/factories then

MoinMoin: MoinMoinChat/Logs/moin-dev/2010-08-16 (last edited 2010-08-16 02:45:02 by IrcLogImporter)