1 2010-07-14T00:06:54  <CIA-98> Reimar Bauer <rb.proj AT googlemail DOT com> default * 542:5557cb62baab extensions/data/plugin/macro/UserList.py: UserList: sort group names
   2 2010-07-14T00:19:43  *** RogerHaase has left #moin-dev
   3 2010-07-14T03:30:47  <CIA-98> Diogenes Augusto Fernandes Herminio <diofeher@gmail.com> default * 8670:162520365ba1 2.0-dev-jinja2-plugins-dfeher/MoinMoin/theme/__init__.py: [templating] renamed pagename to item_name in path_breadcrumbs
   4 2010-07-14T03:30:48  <CIA-98> Diogenes Augusto Fernandes Herminio <diofeher@gmail.com> default * 8671:3b987fd75d78 2.0-dev-jinja2-plugins-dfeher/MoinMoin/templates/show.html: [templating] computed editbar only one time
   5 2010-07-14T04:03:25  <CIA-98> Diogenes Augusto Fernandes Herminio <diofeher@gmail.com> default * 8672:39089f6c2457 2.0-dev-jinja2-plugins-dfeher/MoinMoin/theme/__init__.py: [templating] fixed html attribute in userlinks
   6 2010-07-14T04:28:24  <CIA-98> Diogenes Augusto Fernandes Herminio <diofeher@gmail.com> default * 8673:40eedbc934d6 2.0-dev-jinja2-plugins-dfeher/MoinMoin/action/_tests/test_actions.py: [templating] removed unused import in actions test
   7 2010-07-14T05:03:48  *** kursor has joined #moin-dev
   8 2010-07-14T05:35:25  <CIA-98> Diogenes Augusto Fernandes Herminio <diofeher@gmail.com> default * 8674:e9d478833a97 2.0-dev-jinja2-plugins-dfeher/MoinMoin/ (templates/actions_menu.html theme/__init__.py): [templating] refactored actions_menu, moved rev_field to actions_menu.html and changed the way to pass data in render_template in actions_menu
   9 2010-07-14T07:10:36  *** kursor has quit IRC
  10 2010-07-14T10:49:15  *** valeuf has quit IRC
  11 2010-07-14T10:49:37  *** valeuf has joined #moin-dev
  12 2010-07-14T10:52:13  <dreimark> moin
  13 2010-07-14T10:52:44  <valeuf> moin ^ ^
  14 2010-07-14T11:16:56  <CIA-98> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8640:3d631c086967 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/_tests/test_docbook_in.py: Add unit test for recursive section in DocBook_IN converter
  15 2010-07-14T11:16:57  <CIA-98> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8641:a545648ff546 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/docbook_in.py: Add comments to explain numbered section for DocBook_IN converter
  16 2010-07-14T11:16:59  <CIA-98> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8642:5f62c22acd9b 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/docbook_in.py: Retrieve the depth of each element during the conversion for DocBook_IN converter
  17 2010-07-14T11:17:01  <CIA-98> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8643:0eccd8ba89c2 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/docbook_in.py: Add conversion for recursive section for the DocBook_IN converter
  18 2010-07-14T11:31:49  <dreimark> waldi: do you enjoy europython too?
  19 2010-07-14T11:33:02  <waldi> no
  20 2010-07-14T11:59:13  *** valeuf has quit IRC
  21 2010-07-14T12:47:27  * ThomasWaldmann did a quick pass through the jquery novice to ninja book - nice stuff :)
  22 2010-07-14T12:57:57  *** valeuf has joined #moin-dev
  23 2010-07-14T13:15:40  <CIA-98> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8644:964a51b551af 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/docbook_in.py: Add ToC for DocBook document for the DocBook_IN converter
  24 2010-07-14T13:15:42  <CIA-98> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8645:4927fb441b06 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/_tests/test_docbook_in.py: Add comments to describe title unit tests for DocBook_IN converter
  25 2010-07-14T13:15:44  <CIA-98> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8646:7ad714e05aea 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/_tests/test_docbook_in.py: Add tests for complex recursive section conversion for DocBook_IN converter
  26 2010-07-14T13:15:45  <CIA-98> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8647:54f40d7515e5 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/docbook_in.py: Fix recursive conversion for complex situation for DocBook_IN converter
  27 2010-07-14T13:18:16  <valeuf> waldi: what is exactly an "endnote" in the DOM Tree? I am not sure of the meaning.
  28 2010-07-14T13:19:07  <ThomasWaldmann> i don't know, but I would guess a footnote placed at end of document
  29 2010-07-14T13:20:23  <valeuf> ThomasWaldmann: the note tag represent either a footnote or an endnote
  30 2010-07-14T13:20:39  <valeuf> I should say that the difference between a footnote and an endnote it is not so clear
  31 2010-07-14T13:21:54  <ThomasWaldmann> brb
  32 2010-07-14T13:22:54  <valeuf> and in visit_moinpage_note there is a TODO : Check note-class ^ ^
  33 2010-07-14T13:23:28  <valeuf> well, anyway I will use <note note-class="footnote">The note</note> to convert DocBook footnote
  34 2010-07-14T13:36:12  *** valeuf has quit IRC
  35 2010-07-14T13:54:39  *** valeuf has joined #moin-dev
  36 2010-07-14T13:57:49  <ronny_> ThomasWaldmann: do you guys picke item metadata?  you might want to use another way then, pickle between python 2 and 3 is very messyly incompatible
  37 2010-07-14T14:03:06  *** valeuf has joined #moin-dev
  38 2010-07-14T14:05:28  <CIA-98> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8648:131596b453b2 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/_tests/test_docbook_in.py: Add test for footnote conversion for DocBook_IN converter
  39 2010-07-14T14:05:29  <CIA-98> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8649:0d5940c62841 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/_tests/test_docbook_out.py: Add test for footnote conversion for DocBook_OUT converter
  40 2010-07-14T14:06:33  <ThomasWaldmann> ronny_: i guess worst thing that could happen is that you have to clean the cache and rebuild the index
  41 2010-07-14T14:07:34  <ronny_> ThomasWaldmann: maybe i missread a bit, i just sumbled over a suspicious pickle use in at least one backend
  42 2010-07-14T14:08:22  <ronny_> ThomasWaldmann: the way python3 unpickles/pickles to protocols < 3 makes it fairly sad for interaction
  43 2010-07-14T14:45:26  <CIA-98> Dmitry Andreev <klieg.polar@gmail.com> default * 8452:d24aa305b84f 2.0-dev-wiki-rest-dandreev/MoinMoin/converter2/ (moinwiki_out.py rst_in.py rst_out.py): Change byte strings to unicode
  44 2010-07-14T14:45:29  <CIA-98> Dmitry Andreev <klieg.polar@gmail.com> default * 8453:754ba4ffd667 2.0-dev-wiki-rest-dandreev/MoinMoin/converter2/moinwiki_out_recursive.py: DOM->Moinwiki: quick and dirty recursive implementation of converter
  45 2010-07-14T14:45:30  <CIA-98> Dmitry Andreev <klieg.polar@gmail.com> default * 8454:87fa2e79f809 2.0-dev-wiki-rest-dandreev/MoinMoin/converter2/_tests/test_moinwiki_out_recursive.py: DOM->Moinwiki: tests for recursive implementation of converter
  46 2010-07-14T14:46:05  *** DmitryAndreev has joined #moin-dev
  47 2010-07-14T14:47:55  <valeuf> DmitryAndreev: http://hg.moinmo.in/moin/2.0-dev-wiki-rest-dandreev/rev/87fa2e79f809#l1.32
  48 2010-07-14T14:48:31  <valeuf> be careful, I wrote a patch yesterday to fix encoding in ET, it is not merge in the main branch, but you will have to get rid off this once it will be done ^ ^
  49 2010-07-14T14:50:59  <DmitryAndreev> valeuf, ok, thx, i have this only in tests, so it wouldn't be a problem to fix.
  50 2010-07-14T15:10:28  <diofeher> moin
  51 2010-07-14T15:26:27  <ThomasWaldmann> hi diofeher
  52 2010-07-14T15:27:06  <ThomasWaldmann> diofeher: you think you can finish the stuff until tomorrow's night shift?
  53 2010-07-14T15:28:59  <diofeher> ThomasWaldmann: nice link about jquery, finished reading now
  54 2010-07-14T15:29:04  <diofeher> i think yes
  55 2010-07-14T15:29:21  <diofeher> today i have my last class, just deliver a done project
  56 2010-07-14T15:29:28  <diofeher> and vacation :D
  57 2010-07-14T15:30:03  <diofeher> well, you put in my TODO a strange behavior that i related yesterday about rev... i was looking for but didn't discovered yet
  58 2010-07-14T15:37:55  <cbaunni1> hi guys, I have a small problem. I was trying to create group pages automatically based on nis groups
  59 2010-07-14T15:38:11  <TheSheep> cbaunni1: --> #moin
  60 2010-07-14T15:38:19  <cbaunni1> yes
  61 2010-07-14T15:38:46  <cbaunni1> I create them using the saveText funtion in pageeditor
  62 2010-07-14T15:39:30  <cbaunni1> when i create them in bulk the cache is not getting updated, is there any way to solve this
  63 2010-07-14T15:42:55  <diofeher> cbaunnil: #moin-dev is about moin development... #moin is the way to go if you have user doubts :)
  64 2010-07-14T15:44:16  <cbaunni1> ok thanks I will post my doubts there
  65 2010-07-14T15:44:28  <diofeher> ^^
  66 2010-07-14T15:54:28  <ThomasWaldmann> diofeher: no vacation, $$$$ job now :D
  67 2010-07-14T15:57:46  <diofeher> yes, i mean vacation of college :P
  68 2010-07-14T15:58:48  <ThomasWaldmann> brb in 30 mins
  69 2010-07-14T16:02:13  <CIA-98> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8650:d9e56fd843f6 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/docbook_in.py: Add conversion for footnote for DocBook_IN converter
  70 2010-07-14T16:02:19  <CIA-98> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8651:f1e0c6fe9d0d 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/_tests/test_docbook_out.py: Fix namespace in footnote test for DocBook_OUT converter
  71 2010-07-14T16:02:21  <CIA-98> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8652:a88ea88f24d5 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/docbook_out.py: Add conversion for footnote for DocBook_out converter
  72 2010-07-14T16:04:55  <CIA-98> Diogenes Augusto Fernandes Herminio <diofeher@gmail.com> default * 8675:24310fc3a218 2.0-dev-jinja2-plugins-dfeher/MoinMoin/theme/__init__.py: [templating] removing strange exception handler in trail items
  73 2010-07-14T16:04:57  <CIA-98> Diogenes Augusto Fernandes Herminio <diofeher@gmail.com> default * 8676:e306e6effd35 2.0-dev-jinja2-plugins-dfeher/MoinMoin/templates/base.html: [templating] refactored the way of javascript src is loaded in html
  74 2010-07-14T16:04:59  <CIA-98> Diogenes Augusto Fernandes Herminio <diofeher@gmail.com> default * 8677:f0d70fd4642b 2.0-dev-jinja2-plugins-dfeher/MoinMoin/ (templates/actions_menu.html theme/__init__.py): [templating] changed the way data is got in actions_menu
  75 2010-07-14T16:09:52  *** kursor has joined #moin-dev
  76 2010-07-14T16:12:39  <CIA-98> Diogenes Augusto Fernandes Herminio <diofeher@gmail.com> default * 8697:9ce28df8f8ce 2.0-dev-jinja2-plugins-dfeher/ (1366 files in 85 dirs): [templating] merge with 2.0-dev repo
  77 2010-07-14T16:15:23  <CIA-98> Diogenes Augusto Fernandes Herminio <diofeher@gmail.com> default * 8698:cf7834a61404 2.0-dev-jinja2-plugins-dfeher/MoinMoin/theme/__init__.py: [templating] refactored path_breadcrumbs (changed name of variables)
  78 2010-07-14T16:16:16  <ThomasWaldmann> re
  79 2010-07-14T16:17:46  <ThomasWaldmann> diofeher: please use this order: jquery, svg, common
  80 2010-07-14T16:18:14  <ThomasWaldmann> (because jquery is the foundation for lots of other stuff, so it should be among the first)
  81 2010-07-14T16:19:03  <ThomasWaldmann> esp. we can then rewrite some stuff we have special code for in common.js and use jquery there
  82 2010-07-14T16:19:58  <ThomasWaldmann> http://hg.moinmo.in/moin/2.0-dev-jinja2-plugins-dfeher/rev/f0d70fd4642b see also the todo about "do not specialcase action_menu"
  83 2010-07-14T16:24:17  <ThomasWaldmann> diofeher: http://hg.moinmo.in/moin/2.0-dev-jinja2-plugins-dfeher/rev/cf7834a61404 that stuff is still inconsistent
  84 2010-07-14T16:24:32  <ThomasWaldmann> you know what I mean or do you have any questions about that?
  85 2010-07-14T16:26:25  <diofeher> ThomasWaldmann: ok, changin order now
  86 2010-07-14T16:26:48  <diofeher> ThomasWaldmann: you mean this because interwiki is returning a url formed and othercase return item_name?
  87 2010-07-14T16:27:16  <ThomasWaldmann> change order and wait a sec with the other
  88 2010-07-14T16:28:26  <CIA-98> Diogenes Augusto Fernandes Herminio <diofeher@gmail.com> default * 8699:a0f53e791be9 2.0-dev-jinja2-plugins-dfeher/MoinMoin/templates/base.html: [templating] changed order of javascript files
  89 2010-07-14T16:30:52  <diofeher> done Thomas
  90 2010-07-14T16:34:39  <diofeher> to turn into consistent i think self.request.href(item_name) would be sufficient
  91 2010-07-14T16:39:05  <ThomasWaldmann> http://paste.pocoo.org/show/237457/ < look at that and tell me what's wrong with that
  92 2010-07-14T16:39:16  <ThomasWaldmann> (i didn't test it)
  93 2010-07-14T16:41:29  <ThomasWaldmann> strictly taken one could also pass the err flag to the theme code, so it can use some css class to signal that this is a bad interwiki link
  94 2010-07-14T16:42:55  <diofeher> hmm
  95 2010-07-14T16:44:10  <diofeher> just this missing?
  96 2010-07-14T16:44:29  <diofeher> in your code above, i mean
  97 2010-07-14T16:45:22  <ThomasWaldmann> hm?
  98 2010-07-14T16:45:44  <diofeher> "tell me what's wrong with that"
  99 2010-07-14T16:48:17  <ThomasWaldmann> i rather meant why you so complicated code there still
 100 2010-07-14T16:48:23  <ThomasWaldmann> +have
 101 2010-07-14T16:48:49  <ThomasWaldmann> and you can just add err to the result tuple after exists
 102 2010-07-14T16:49:11  <ThomasWaldmann> maybe just test it :)
 103 2010-07-14T16:49:21  <ThomasWaldmann> note that i changed order in the result tuple
 104 2010-07-14T16:49:21  <diofeher> ah, testing now ^^
 105 2010-07-14T16:49:45  <diofeher> sorry, i confused myself a lot with this stuff related with interwiki :S
 106 2010-07-14T16:52:14  <ThomasWaldmann> you notice how important good names are
 107 2010-07-14T16:52:33  <ThomasWaldmann> some names in that wikiutil code aren't great, so one is rather confused when reading that stuff
 108 2010-07-14T16:53:06  <ThomasWaldmann> btw, it is a big difference whether you have a cow or a name of a cow
 109 2010-07-14T16:53:35  <ThomasWaldmann> we have no cows in moin, but it's similar for item and item_name :)
 110 2010-07-14T16:53:44  <diofeher> hahaha
 111 2010-07-14T16:53:46  <diofeher> it's true
 112 2010-07-14T16:54:18  <diofeher> well, i will try to improve some names to when someone reading my code understand well
 113 2010-07-14T17:01:29  <diofeher> ThomasWaldmann: a behavior strange that i noticed yesterday
 114 2010-07-14T17:01:59  <diofeher> in tests, href in splitNavilink return http://moinmo.in/ItemName for e.g
 115 2010-07-14T17:02:07  <diofeher> but when running, return me /Interwiki
 116 2010-07-14T17:02:09  <diofeher> Oo
 117 2010-07-14T17:04:44  <ThomasWaldmann> it does that when it fails looking up the interwiki entry in the interwiki map
 118 2010-07-14T17:04:56  <ThomasWaldmann> and err will be True for such cases
 119 2010-07-14T17:05:52  <ThomasWaldmann> I can have a look later to fix any broken interwiki stuff, it might be related to Page vs. Items.
 120 2010-07-14T17:06:26  <ThomasWaldmann> until then, you can just have resolve_interwiki return some constant value as it would do if everything worked correctly
 121 2010-07-14T17:07:21  <diofeher> ok so
 122 2010-07-14T17:22:11  <CIA-98> Diogenes Augusto Fernandes Herminio <diofeher@gmail.com> default * 8700:53c65a61b2ae 2.0-dev-jinja2-plugins-dfeher/MoinMoin/ (templates/layout.html theme/__init__.py): [templating] refactored path_breadcrumbs and iteration over it in templates
 123 2010-07-14T17:23:06  <valeuf> Do you think it is bad to have support from some old DacBook v.4 elements in the converter (for the input at least)
 124 2010-07-14T17:23:17  <valeuf> even if I want to support only DocBook 5 ?
 125 2010-07-14T17:30:09  <CIA-98> Diogenes Augusto Fernandes Herminio <diofeher@gmail.com> default * 8701:e224900fcac7 2.0-dev-jinja2-plugins-dfeher/MoinMoin/theme/__init__.py: [templating] refactored splitNavilink to not use interwiki_item_url anymore. navibar tests fixed
 126 2010-07-14T17:36:18  <CIA-98> Diogenes Augusto Fernandes Herminio <diofeher@gmail.com> default * 8702:613609ba1590 2.0-dev-jinja2-plugins-dfeher/MoinMoin/theme/ (__init__.py _tests/test_navi_bar.py): [templating] refactored splitNavilink (renamed pagename to item_name) and removed self.request.href of item_name at the end, and made tests behave accordingly
 127 2010-07-14T17:40:32  <CIA-98> Diogenes Augusto Fernandes Herminio <diofeher@gmail.com> default * 8703:84f37c164125 2.0-dev-jinja2-plugins-dfeher/MoinMoin/theme/ (__init__.py _tests/test_navi_bar.py): [templating] renamed splitNavilink to split_navilink
 128 2010-07-14T17:46:19  <valeuf> diofeher: you flood my message under your commit messages :p
 129 2010-07-14T17:46:24  <CIA-98> Diogenes Augusto Fernandes Herminio <diofeher@gmail.com> default * 8704:df38123dc316 2.0-dev-jinja2-plugins-dfeher/MoinMoin/theme/__init__.py: [templating] get rid of interwiki_item_url in ThemeBase.username
 130 2010-07-14T17:46:37  <diofeher> valeuf haha sry
 131 2010-07-14T17:49:53  *** kursor has quit IRC
 132 2010-07-14T18:01:30  <ThomasWaldmann> diofeher: did my stuff work?
 133 2010-07-14T18:02:09  <diofeher> ThomasWaldmann: yea, very well
 134 2010-07-14T18:02:19  <diofeher> ^^
 135 2010-07-14T18:02:34  <ThomasWaldmann> you know why it works?
 136 2010-07-14T18:02:36  <CIA-98> Diogenes Augusto Fernandes Herminio <diofeher@gmail.com> default * 8705:885365fcf97e 2.0-dev-jinja2-plugins-dfeher/MoinMoin/ (templates/layout.html theme/__init__.py): [templating] renamed username to user_breadcrumbs. fixed documentation
 137 2010-07-14T18:02:36  <CIA-98> Diogenes Augusto Fernandes Herminio <diofeher@gmail.com> default * 8706:55f75dc44eb2 2.0-dev-jinja2-plugins-dfeher/MoinMoin/wikiutil.py: [templating] get rid of interwiki_item_url
 138 2010-07-14T18:05:42  <diofeher> yea, understood, what your function have different was an argument... that's why interwiki_item_url getting wrong
 139 2010-07-14T18:06:27  <ThomasWaldmann> the main point is that interwiki map has automatically generated entries for Self and cfg.interwiki
 140 2010-07-14T18:06:32  <diofeher> i've not wrapped resolve_interwiki, split_interwiki and join_wiki in a new function (or refactored interwiki_item_url) because in their three uses in __init__
 141 2010-07-14T18:06:45  <ThomasWaldmann> so creating a local url with it should work in the same way as a remote
 142 2010-07-14T18:07:04  <diofeher> and i use different variables of the return in these 3 points
 143 2010-07-14T18:07:18  <diofeher> ThomasWaldmann: hmm
 144 2010-07-14T18:07:57  <ThomasWaldmann> that splitnavilink still reads strange
 145 2010-07-14T18:08:20  <ThomasWaldmann> at one place your return item_name, url
 146 2010-07-14T18:08:29  <ThomasWaldmann> at another item_name, item_name
 147 2010-07-14T18:08:38  <ThomasWaldmann> that can't be right
 148 2010-07-14T18:08:44  <diofeher> hehe
 149 2010-07-14T18:09:20  <ThomasWaldmann> maybe you should try to be a bit more careful about consistence, at least if you were pointed to it even
 150 2010-07-14T18:09:29  <diofeher> i have to fix these names
 151 2010-07-14T18:09:38  <diofeher> ok
 152 2010-07-14T18:09:57  <ThomasWaldmann> it it doesn't look like just a naming issue
 153 2010-07-14T18:10:30  <diofeher> lunch time, brb
 154 2010-07-14T18:27:10  *** stymo has joined #moin-dev
 155 2010-07-14T18:59:19  *** RogerHaase has joined #moin-dev
 156 2010-07-14T19:12:17  *** ritinardo has joined #moin-dev
 157 2010-07-14T19:33:35  *** ritinardo has quit IRC
 158 2010-07-14T19:56:39  <dreimark> ronny_: do you know http://bitbucket.org/mchaput/whoosh/wiki/Home
 159 2010-07-14T19:57:51  <ronny_> no
 160 2010-07-14T19:57:57  <ronny_> i'll take a look into it tommotow
 161 2010-07-14T19:58:37  <dreimark>  a typical single-term search takes 0.003 seconds in Xappy, while Whoosh takes 0.01 seconds. The Whoosh index was less than 4 MB, while the Xappy/Xapian index was 30 MB on disk.
 162 2010-07-14T19:59:06  <ronny_> hum, test this thing on a jit-ed python
 163 2010-07-14T19:59:08  <dreimark> http://news.ycombinator.com/item?id=478326
 164 2010-07-14T19:59:15  <ronny_> im pretty sure you'll g et a lot faster there
 165 2010-07-14T20:03:53  <diofeher> re, but going to college now.. bbl
 166 2010-07-14T20:48:57  * dreimark dinner
 167 2010-07-14T21:31:27  *** grzywacz has joined #moin-dev
 168 2010-07-14T21:53:53  <stymo> If I want to have images on the right hand side of a page and text on the left, do I need to edit the structure of the default page?
 169 2010-07-14T21:57:43  <CIA-98> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8653:ea0f0719e557 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/_tests/test_docbook_out.py: Add test for link conversion for DocBook_OUT converter
 170 2010-07-14T21:57:45  <CIA-98> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8654:ea6e54313c5b 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/_tests/test_docbook_out.py: Add comments to describe unit tests for paragraph elements for DocBook_OUT converter
 171 2010-07-14T21:57:47  <CIA-98> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8655:79a520e4cff3 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/_tests/test_docbook_in.py: Add tests for links for DocBook_IN converter
 172 2010-07-14T21:57:50  <CIA-98> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8656:1019afa06763 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/_tests/test_docbook_out.py: Fix namespace for xlink in DocBook_OUT tests
 173 2010-07-14T21:57:50  <CIA-98> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8657:baf21cc03288 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/docbook_out.py: Add link conversion for DocBook_OUT converter
 174 2010-07-14T21:57:51  <CIA-98> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8658:5d177bb73d3a 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/_tests/test_docbook_out.py: Remove weird redundant method in DocBook_OUT tests
 175 2010-07-14T21:57:53  <CIA-98> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8659:34c29358cff5 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/ (_tests/test_docbook_in.py docbook_out.py): Fix minor PEP8 issues
 176 2010-07-14T23:06:23  <ThomasWaldmann> re
 177 2010-07-14T23:25:29  *** grzywacz has quit IRC
 178 2010-07-14T23:30:53  *** valeuf has quit IRC
 179 2010-07-14T23:33:35  *** valeuf has joined #moin-dev
 180 2010-07-14T23:52:14  <dreimark> re

MoinMoin: MoinMoinChat/Logs/moin-dev/2010-07-14 (last edited 2010-07-13 22:45:02 by IrcLogImporter)