1 2010-06-23T00:00:07  <diofeher> going to dinner, bbl
   2 2010-06-23T00:13:23  * ThomasWaldmann .sleep(8*3600)
   3 2010-06-23T00:17:31  *** RogerHaase has left #moin-dev
   4 2010-06-23T03:10:44  *** PawelPacana has joined #moin-dev
   5 2010-06-23T03:12:29  *** PawelPacana has quit IRC
   6 2010-06-23T03:13:52  *** PawelPacana has joined #moin-dev
   7 2010-06-23T04:16:53  <CIA-47> Diogenes Augusto <diofeher@gmail.com> default * 8441:a94562a35b7d 2.0-dev-jinja2-plugins-dfeher/MoinMoin/ (templates/editbar.html theme/jinja.py): [templating] dropped quicklinkLink from jinja.py and rendering direrectly in template
   8 2010-06-23T05:13:46  <CIA-47> Diogenes Augusto <diofeher@gmail.com> default * 8442:e04c7b7f1c63 2.0-dev-jinja2-plugins-dfeher/MoinMoin/ (templates/editbar.html theme/jinja.py): [templating] dropped subscribeLink and comment and rendering them directly in template
   9 2010-06-23T07:22:12  *** AshishG has joined #moin-dev
  10 2010-06-23T08:20:32  <ThomasWaldmann> moin
  11 2010-06-23T08:27:19  <ThomasWaldmann> diofeher: you are using page.page_name AND page_name in your template
  12 2010-06-23T09:03:39  *** gwork has joined #moin-dev
  13 2010-06-23T09:47:34  <dreimark> moin
  14 2010-06-23T12:22:44  <PawelPacana> moin
  15 2010-06-23T12:24:14  <TheSheep> hi PawelPacana!
  16 2010-06-23T12:30:28  *** AshishG has quit IRC
  17 2010-06-23T12:34:34  *** gwork has quit IRC
  18 2010-06-23T12:36:15  <dreimark> moin PawelPacana
  19 2010-06-23T13:16:53  *** gwork has joined #moin-dev
  20 2010-06-23T15:40:18  <dreimark> ei-grad: missing diary pages
  21 2010-06-23T16:29:19  *** gwork has quit IRC
  22 2010-06-23T18:08:52  *** CIA-47 has quit IRC
  23 2010-06-23T18:11:17  *** CIA-98 has joined #moin-dev
  24 2010-06-23T18:33:40  <ei-grad> dreimark: i can't work from monday to today, will begin tomorrow...
  25 2010-06-23T18:46:12  <diofeher> moin
  26 2010-06-23T18:46:14  <CIA-98> Diogenes Augusto <diofeher@gmail.com> default * 8443:a92838233128 2.0-dev-jinja2-plugins-dfeher/MoinMoin/ (templates/editbar.html theme/jinja.py): [templating] fixed bad identation and moved shouldShowEditbar to templates
  27 2010-06-23T19:02:20  *** grzywacz has joined #moin-dev
  28 2010-06-23T19:08:31  <CIA-98> Diogenes Augusto <diofeher@gmail.com> default * 8444:e889203ca4b2 2.0-dev-jinja2-plugins-dfeher/MoinMoin/ (templates/footer.html theme/jinja.py): [templating] killed footer and get rid of pageinfo in dict that feed footer
  29 2010-06-23T19:29:08  <CIA-98> Diogenes Augusto <diofeher@gmail.com> default * 8445:8a404a6e43ac 2.0-dev-jinja2-plugins-dfeher/MoinMoin/theme/jinja.py: [templating] killed send_footer
  30 2010-06-23T20:02:32  <CIA-98> Diogenes Augusto <diofeher@gmail.com> default * 8446:ce718823fe30 2.0-dev-jinja2-plugins-dfeher/MoinMoin/ (templates/head.html theme/jinja.py): [templating] transfered a lot of head code to head.html
  31 2010-06-23T20:16:48  <ThomasWaldmann> yay, changesets :)
  32 2010-06-23T20:17:24  <ThomasWaldmann> btw, maybe don't move too much code 1:1 into the template
  33 2010-06-23T20:18:08  <ThomasWaldmann> if it is rather complex, make the complicated stuff in python and give easy to use datastructures with textual infos to jinja2
  34 2010-06-23T20:18:24  <ThomasWaldmann> and let j2 do the html assembling
  35 2010-06-23T20:18:46  <ThomasWaldmann> btw, send_title now sends all including footer :)
  36 2010-06-23T20:18:49  <ThomasWaldmann> diofeher:
  37 2010-06-23T20:20:22  <diofeher> ThomasWaldmann: hmm, i just put send_title together with footer to see working... but i'm gettind rid of d dict and then i'm gonna put then back into render_content
  38 2010-06-23T20:20:41  <diofeher> ThomasWaldmann: ok.. some functions are getting complex in Jinja templates :P
  39 2010-06-23T21:18:54  <diofeher> hm, if page is immutable, universal_edit_button is not showed...
  40 2010-06-23T21:19:00  <diofeher> so, i can remove this: text = _(u'Modify') if may_write else _(u'Immutable Page')
  41 2010-06-23T21:19:12  <diofeher> TheSheep there?
  42 2010-06-23T21:26:35  * ThomasWaldmann hopes that we see some higher level changes soon, rather than such details
  43 2010-06-23T21:26:36  <diofeher> function in this way makes more sense to me: http://paste.pocoo.org/show/229063/
  44 2010-06-23T21:28:29  <ThomasWaldmann> 8 and 9 can be simplified
  45 2010-06-23T21:29:02  <ThomasWaldmann> and the rest also
  46 2010-06-23T21:31:31  <diofeher> hm, gonna try here
  47 2010-06-23T21:36:14  <CIA-98> Diogenes Augusto <diofeher@gmail.com> default * 8447:f9a076bfca95 2.0-dev-jinja2-plugins-dfeher/MoinMoin/ (templates/head.html theme/jinja.py): [templating] changed the way of universal_edit_button is rendered
  48 2010-06-23T21:55:57  <CIA-98> Dmitry Andreev <klieg.polar@gmail.com> default * 8317:e16354286b01 2.0-dev-wiki-rest-dandreev/MoinMoin/converter2/rst_in.py: ReStructuredText->DOM: implementation for basic nodes of docutils tree
  49 2010-06-23T22:06:05  <TheSheep> diofeher: I'm here now
  50 2010-06-23T22:22:52  *** grzywacz has quit IRC
  51 2010-06-23T23:21:23  <ThomasWaldmann> re

MoinMoin: MoinMoinChat/Logs/moin-dev/2010-06-23 (last edited 2010-06-22 22:45:03 by IrcLogImporter)