1 2010-05-31T00:41:27  <CIA-47> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 8246:7957b6d5cda2 2.0-dev/ (9 files in 4 dirs): (log message trimmed)
   2 2010-05-31T00:41:27  <CIA-47> add metadata indexing on router backend (==top) level
   3 2010-05-31T00:41:27  <CIA-47> Router classes inherit from indexing mixins and storage base classes now,
   4 2010-05-31T00:41:27  <CIA-47> therefore __getattr__ doesn't get used any more for methods/attributes that
   5 2010-05-31T00:41:27  <CIA-47> are also in one of the bases classes, we explicitely overwrite those methods
   6 2010-05-31T00:41:28  <CIA-47> and attributes now.
   7 2010-05-31T00:41:29  <CIA-47> The RouterBackend init expects the index URI in cfg.router_index_uri,
   8 2010-05-31T00:44:47  <ThomasWaldmann> ^^ beware: if you have custom backend configuration (e.g. in wikiconfig_local.py), you might need to adjust it like you see in wikiconfig.py
   9 2010-05-31T08:13:55  *** Faxe has joined #moin-dev
  10 2010-05-31T08:14:43  <Faxe> ThomasWaldmann, I found something that converts *roff to DocBook: http://www.catb.org/~esr/doclifter/
  11 2010-05-31T08:15:33  *** gwork has joined #moin-dev
  12 2010-05-31T08:15:59  <Faxe> but DocBook is horrible slow. Maybe the doclifter can be rewritten
  13 2010-05-31T09:27:02  <TheSheep> I think that "global" actions, like recent changes feed or search should have a "global" url, without the page name in it
  14 2010-05-31T09:28:06  <ThomasWaldmann> rc is currently an own page, so kind of global, but it shall be an action in moin2
  15 2010-05-31T09:28:58  <ThomasWaldmann> for some stuff, using an action of the current page has the plus of user being easily able to return to the page he was
  16 2010-05-31T09:29:54  <TheSheep> isn't that kept in session now?
  17 2010-05-31T09:30:36  <ThomasWaldmann> we have the trail of course (if there is a session), but I mean the url
  18 2010-05-31T09:31:17  <TheSheep> this is the conflict between restful and gui-like apps
  19 2010-05-31T09:33:27  <ThomasWaldmann> well, i guess it can be solved for most stuff by having a restful url WITH or WITHOUT the item name, depending on usual usage patterns
  20 2010-05-31T09:34:18  <ThomasWaldmann> for search and rc, it is rather unlikely that user wants to continue on previous page (also action is rather unrelated to a page)
  21 2010-05-31T09:34:57  <ThomasWaldmann> but it is different for item history for example
  22 2010-05-31T09:35:17  <ThomasWaldmann> or diff
  23 2010-05-31T09:35:58  <ThomasWaldmann> but it comes there rather naturally...
  24 2010-05-31T09:40:56  *** DmitryAndreev_ has quit IRC
  25 2010-05-31T10:20:30  *** Faxe has quit IRC
  26 2010-05-31T11:48:10  <CIA-47> Andrew Grigorev <andrew@ei-grad.ru> default * 5677:f06e44a1f54e 1.9-ldap-kerberos-agrigorev/MoinMoin/ (auth/_tests/test_ldap_login.py xmlrpc/__init__.py): merged with 1.9
  27 2010-05-31T12:03:54  *** DmitryAndreev has joined #moin-dev
  28 2010-05-31T12:21:49  <eSyr> ThomasWaldmann, what do you think about includeing Help On Open Editor On Double Click?
  29 2010-05-31T12:26:28  <xorAxAx> valeuf: in english, there is no space in front of ?
  30 2010-05-31T12:28:37  <TheSheep> actually there is always a hair space, but the English decided it's too small to replace with full space, while the French decided that a space is a space
  31 2010-05-31T12:30:27  <xorAxAx> a non-breaking space even :)
  32 2010-05-31T12:30:52  <TheSheep> it would be silly to break line just before a ?
  33 2010-05-31T12:35:09  <dreimark> eSyr: HelpOnOpenEditorOnDoubleClick can be a subsection or subpage of HelpOnEditing
  34 2010-05-31T12:35:59  <dreimark> later we will have items and only for text like items this feature makes with current code sense
  35 2010-05-31T12:41:17  <eSyr> dreimark: so, someoneā„¢ should merge it into HelpOnEditing then.
  36 2010-05-31T12:45:29  <ei-grad> moin
  37 2010-05-31T12:46:21  <dreimark> eSyr: yes thomas has mentioned this already at #4  http://master19.moinmo.in/4ct10n/info/HelpOnOpenEditorOnDoubleClick?action=info
  38 2010-05-31T12:48:52  <ei-grad> dreimark: ThomasWaldmann: what do you think about modifing LDAPAuth to use LDAPConnection, like in patch of Benoit Peccatte? both LDAPAuth and LDAPGroups can use it, that will avoid code and config duplication...
  39 2010-05-31T12:52:11  <ei-grad> of course, for the begining i'll finish with LDAPGroups...
  40 2010-05-31T12:52:32  <ei-grad> but i'd rather to know, will them both use LDAPConnection (in future) or, i better do not use it, and write LDAPGroups like LDAPAuth now
  41 2010-05-31T12:53:18  <ei-grad> sorry for my english...)
  42 2010-05-31T12:53:45  <dreimark> eSyr: i add a note to this page
  43 2010-05-31T12:57:32  *** DmitryAndreev has quit IRC
  44 2010-05-31T13:01:33  <dreimark> http://moinmo.in/Groups2009?action=AttachFile&do=view&target=ldap_group2.patch#CA-2d211e690791e09755c127624eb0d7f423e4e99d_109
  45 2010-05-31T13:04:15  <dreimark> ei-grad: simplification is ok, but this approach neads some tuning too. e.g. it needs a name parameter
  46 2010-05-31T13:04:55  <dreimark> i would prefer to have first some tests for the group code
  47 2010-05-31T13:05:25  <dreimark> and afterwards a refactoring so we can see by the tests that nothing becomes broken
  48 2010-05-31T13:11:05  <dreimark> ei-grad: english is good
  49 2010-05-31T13:12:42  <dreimark> if you want to go yet with LDAPConnection for the group code please check dependencies and differences for auth
  50 2010-05-31T13:21:29  <ThomasWaldmann> ei-grad: for "ldapconnection" an approach that doesn't try to (potentially) wrap whole python-ldap would be nice
  51 2010-05-31T13:28:40  <eSyr> btw, should we add #format wiki to underlay/system pages? in theory, wiki admin can change default input format for wiki pages.
  52 2010-05-31T13:31:47  <ThomasWaldmann> if there is not the default header yet, it'll be added next time i run that script
  53 2010-05-31T13:34:29  <eSyr> yes, there are no #format PI.
  54 2010-05-31T13:34:48  <eSyr> but some pages (about creole and rest) have custom format.
  55 2010-05-31T13:36:43  <diofeher> moin
  56 2010-05-31T13:37:41  <diofeher> i`m sorry for yesterday... exceptly yesterday wan't possible to enter..
  57 2010-05-31T13:48:55  <ThomasWaldmann> what does that mean?
  58 2010-05-31T13:58:25  <TheSheep> diofeher: I didn't see any commits since Thursday, if you don't commit your work we can't review it.
  59 2010-05-31T14:02:10  <ThomasWaldmann> diofeher: if TheSheep and you have some minutes now, you can make your own IRC meeting now. Other will read it in the backlog.
  60 2010-05-31T14:08:22  <ThomasWaldmann> diofeher: can you set your irc client so it highlights / beeps / jumps if you get addressed personally?
  61 2010-05-31T14:18:23  <diofeher> ThomasWaldmann: i will look here if i can set this... i changed my client last week, i used Chatzillla and now X-chat
  62 2010-05-31T14:18:46  <diofeher> TheSheep: ok... i'm continuing to convert to jinja2
  63 2010-05-31T14:20:54  <TheSheep> diofeher: anything blocking you?
  64 2010-05-31T14:22:13  <diofeher> TheSheep: not now... but i was reading about werkzeug documentation and pep333
  65 2010-05-31T14:23:11  <diofeher> to see a way to "reduce a sweeling" the request object
  66 2010-05-31T14:24:53  <diofeher> ThomasWaldmann: set an alert in my xchat =)
  67 2010-05-31T14:28:01  <TheSheep> diofeher: maybe lets concentrate on one task at a time
  68 2010-05-31T14:28:09  <TheSheep> diofeher: what are you planning to do today and tomorrow?
  69 2010-05-31T14:28:31  <diofeher> TheSheep: finish conversion in jinja2
  70 2010-05-31T14:28:38  <diofeher> and do some tests
  71 2010-05-31T14:30:04  <diofeher> and next, kill the backlink magic, as thomas said, and move this to actions
  72 2010-05-31T14:30:32  <TheSheep> diofeher: how do you want to implement the tests?
  73 2010-05-31T14:32:35  <diofeher> i was thinking in use selenium... but we have to use py.test... so pyt.test + urllib, maybe?
  74 2010-05-31T14:36:34  <TheSheep> diofeher: why would you need urllib?
  75 2010-05-31T14:37:06  <diofeher> yea, i would not need :P
  76 2010-05-31T14:37:17  <TheSheep> diofeher: you can use a mock request object and get moin's response directly by calling its functions
  77 2010-05-31T14:37:28  <TheSheep> diofeher: maybe look at how the other tests are written
  78 2010-05-31T14:37:30  <eSyr> bbl
  79 2010-05-31T14:37:50  <diofeher> yes, i did this after i writted about urllib :x
  80 2010-05-31T14:38:03  <TheSheep> :)
  81 2010-05-31T14:38:44  <diofeher> TheSheep: and how about dicts to template? it's a good idea to continue in this way?
  82 2010-05-31T14:38:52  <TheSheep> diofeher: whenever you have a problem, do a quick grep through moin's code and test, there is a good chance someone already had that problem and solved it
  83 2010-05-31T14:39:03  <diofeher> okay :)
  84 2010-05-31T14:42:41  <TheSheep> diofeher: generally, you don't want to pass parts of html into the template, except for content
  85 2010-05-31T14:43:33  <diofeher> ok, so continue with dicts :)
  86 2010-05-31T15:24:34  *** DmitryAndreev has joined #moin-dev
  87 2010-05-31T16:00:58  <diofeher> guys, i want to delete emit_custom_html from ThemeBase... is it ok?
  88 2010-05-31T16:04:38  <diofeher>  self.emit_custom_html(self.cfg.page_footer2) it looks so strange
  89 2010-05-31T16:08:23  <diofeher> i think it's best we put a hierarchy when a usuary can extends a template and put his modifications
  90 2010-05-31T16:08:37  <diofeher> s/when/which
  91 2010-05-31T16:08:44  <diofeher> TheSheep: what do you think
  92 2010-05-31T16:10:56  <diofeher> for example, we can use the notation: "extended_footer", which user { % extends "footer.html"} and we can put placeholders like {% block after_header %}{% endblock %}
  93 2010-05-31T16:11:30  <diofeher> if user want to modify just create "extends_<template>"
  94 2010-05-31T16:14:28  <TheSheep> diofeher: remember that you might want the users to use different themes, but have the same custm html added to all of them
  95 2010-05-31T16:14:37  <TheSheep> diofeher: you want to put that in a single place
  96 2010-05-31T16:15:33  <TheSheep> diofeher: so, it would need to extend the core template which in turn gets extended by the specific themes
  97 2010-05-31T16:17:20  <diofeher> yes...
  98 2010-05-31T16:17:58  <diofeher> but it's the same of now... you put page_footer2 which will be used for all themes, right?
  99 2010-05-31T16:18:08  <diofeher> it's not theme-specific
 100 2010-05-31T16:26:07  <TheSheep> yes
 101 2010-05-31T16:30:17  <diofeher> TheSheep: and another doubt... http://jinja.pocoo.org/2/documentation/api#bytecode-cache
 102 2010-05-31T16:30:59  <diofeher> i.e. remove ThemeBase._cache['editbar'] to jinja cache
 103 2010-05-31T16:59:41  * valeuf just booked hotel, flight and ticket for the Europython ^  ^ 
 104 2010-05-31T17:02:22  * ei-grad fuc^W studing MS Active Directory about two hours, trying to find where LDAP settings located... but found that just missed @DOMAINNAME after the username while running ldapsearch...
 105 2010-05-31T17:06:46  <ei-grad> somehow not manage to authorize by DN, too... but now, somehow, it became work
 106 2010-05-31T17:07:10  <CIA-47> Diogenes Augusto <diofeher@gmail.com> default * 8229:a37a56af0c22 2.0-dev-jinja2-plugins-dfeher/MoinMoin/ (templates/footer.html templates/header.html theme/jinja.py): adding footer
 107 2010-05-31T17:07:13  <CIA-47> Diogenes Augusto <diofeher@gmail.com> default * 8230:26d9e8daf2f9 2.0-dev-jinja2-plugins-dfeher/MoinMoin/templates/editbar.html: adding editbar
 108 2010-05-31T17:07:21  <CIA-47> Diogenes Augusto <diofeher@gmail.com> default * 8231:194102d0926b 2.0-dev-jinja2-plugins-dfeher/MoinMoin/ (templates/footer.html templates/header.html theme/jinja.py): changed variable in footer.html
 109 2010-05-31T17:07:26  <CIA-47> Diogenes Augusto <diofeher@gmail.com> default * 8232:7f01af0796ff 2.0-dev-jinja2-plugins-dfeher/MoinMoin/ (4 files in 2 dirs): navibar and editbar added.. editbar stills incomplete
 110 2010-05-31T17:12:38  <CIA-47> Andrew Grigorev <andrew@ei-grad.ru> default * 5678:5a627df79ee4 1.9-ldap-kerberos-agrigorev/MoinMoin/datastruct/backends/ldap_groups.py: ldap_groups.py: a filter variable renamed to flt, some docstrings improvements
 111 2010-05-31T17:12:58  *** diofeher has quit IRC
 112 2010-05-31T17:12:58  * ei-grad mixed different stuff in one commit again, sorry)..
 113 2010-05-31T17:29:55  <CIA-47> Dmitry Andreev <klieg.polar@gmail.com> default * 8231:60e2c2f57ed5 2.0-dev-wiki-rest-dandreev/MoinMoin/converter2/ (_tests/test_moinwiki_in_out.py moinwiki_out.py): DOM->Moinwiki: definition lists
 114 2010-05-31T17:32:23  <ei-grad> dreimark: what did you want me to add in ldap_testdata? i see only may be i should add a 'memberOf' field to a users definitions... like it is in ActiveDirectory...
 115 2010-05-31T17:39:20  *** diofeher has joined #moin-dev
 116 2010-05-31T17:45:16  <ThomasWaldmann> ei-grad: haha
 117 2010-05-31T17:47:50  <ThomasWaldmann> ei-grad: about mixing. if one is aware of that before committing, on can create a complete diff of all changes (to save them), hg revert --all to have clean repo and then manually split and reapply the diff and make several commits from it
 118 2010-05-31T17:48:13  <ThomasWaldmann> of course it is less work to try to work clean from the beginning
 119 2010-05-31T17:48:46  <ThomasWaldmann> sometimes one has to resist to improve something unrelated to the stuff one is currently working on - to make the changeset not unclean
 120 2010-05-31T17:49:01  <ThomasWaldmann> i usually take some note then and do it later
 121 2010-05-31T17:50:12  <ThomasWaldmann> ei-grad: your @foo: parts of the docstring -> have a look at other docstrings, I think that syntax doesn't work
 122 2010-05-31T17:50:41  <ThomasWaldmann> http://hg.moinmo.in/moin/1.9-ldap-kerberos-agrigorev/rev/5a627df79ee4#l1.50 you forgot to fix class name there
 123 2010-05-31T17:51:56  <ThomasWaldmann> to avoid shadowing builtin stuff (like "filter"), on often can avoid doing strange stuff like filter_ or flt or ... by making it more precise
 124 2010-05-31T17:52:07  <ThomasWaldmann> like "search_filter", for example
 125 2010-05-31T17:54:07  <ThomasWaldmann> btw, as a general note for all students: expect your changesets merged into main repo
 126 2010-05-31T17:54:16  <ThomasWaldmann> +getting
 127 2010-05-31T17:54:36  <ThomasWaldmann> a consequence of that is that the context of your project will be lost
 128 2010-05-31T17:55:21  <ThomasWaldmann> i.e. a changeset that has "adding footer" in the jinja2 refactoring repo is ok, but that comment will lose the jinja2 context when it goes into main repo
 129 2010-05-31T17:56:02  <ThomasWaldmann> so maybe give the context in the commit comment also, like "refactor footer to use jinja2 template" or so
 130 2010-05-31T17:56:13  <ThomasWaldmann> diofeher: ^^
 131 2010-05-31T17:56:46  <ThomasWaldmann> DmitryAndreev: ei-grad: valeuf: ^^ that is a general thing, please try to follow that
 132 2010-05-31T17:57:23  <ThomasWaldmann> diofeher: your stuff is still missing newlines at the end of file, please fix that
 133 2010-05-31T17:58:42  <ThomasWaldmann> also, all students please look at the "hg diff" output before committing and if the changeset is not clean somehow, fix it, do hg diff again - repeat that until it is as good as it gets
 134 2010-05-31T18:00:14  <diofeher> ThomasWaldmann: ok Thommas, gonna fix this now
 135 2010-05-31T18:00:25  <ThomasWaldmann> diofeher: are you using tabs in your templates? please don't, but use same convention as for python (4 blanks)
 136 2010-05-31T18:01:52  <dreimark> ei-grad: you need a test where one is member in more than one group
 137 2010-05-31T18:02:23  <CIA-47> Diogenes Augusto <diofeher@gmail.com> default * 8233:b20966670b7f 2.0-dev-jinja2-plugins-dfeher/MoinMoin/ (5 files in 2 dirs): adding newlines at the end of file of jinja project files
 138 2010-05-31T18:02:31  <dreimark> ei-grad: also you need to generate testdata with many users
 139 2010-05-31T18:02:49  <dreimark> ei-grad: and you have to think on inheritance - if it makes sense
 140 2010-05-31T18:03:05  <dreimark> ei-grad: the current wiki page groups allow * AnotherGroup
 141 2010-05-31T18:03:34  <dreimark> the users of AnotherGroup inherited to the actual group page then
 142 2010-05-31T18:03:57  <diofeher> ThomasWaldmann: oh, my textmate is only converting tabs to spaces in python files... not in html... gonna fix this now too
 143 2010-05-31T18:04:52  <ThomasWaldmann> and use some tool to find any tabs in files you have introduced and replace them accordingly :)
 144 2010-05-31T18:06:26  <dreimark> ei-grad: you could join openldap and ask for common member_attribute='member' names people use
 145 2010-05-31T18:08:47  <dreimark> ei-grad: W: 32:LdapGroups.__init__: Redefining built-in 'filter'
 146 2010-05-31T18:08:57  <dreimark> W: 52:LdapGroups.__contains__: Redefining built-in 'filter'
 147 2010-05-31T18:09:16  <dreimark> ei-grad: ignore, missed update
 148 2010-05-31T18:10:10  <dreimark> here comes the update
 149 2010-05-31T18:10:12  <dreimark> E: 19: No name 'ldap_connection' in module 'MoinMoin.util'
 150 2010-05-31T18:10:16  <ei-grad> )
 151 2010-05-31T18:10:29  <dreimark> you need to add the module
 152 2010-05-31T18:10:31  <diofeher> just a tip for who is looking for tabs like me.. i've tried: grep "\t" *, but didn't work
 153 2010-05-31T18:10:57  <diofeher> to make this work, do: grep -P "\t" *
 154 2010-05-31T18:11:00  <dreimark> ei-grad: E: 50:LDAPGroups.__init__: Undefined variable 'LdapGroups'
 155 2010-05-31T18:11:08  <diofeher> to activate perl-like syntax
 156 2010-05-31T18:11:35  <dreimark> ei-grad: E: 73:LDAPGroups.__getitem__: Undefined variable 'LdapGroup'
 157 2010-05-31T18:12:09  <dreimark> ei-grad: you may want to run pylint too e.g. pylint MoinMoin/datastruct/backends/ldap_groups.py
 158 2010-05-31T18:12:16  <diofeher> going to college... bye you all
 159 2010-05-31T18:12:17  *** diofeher has quit IRC
 160 2010-05-31T18:13:11  <dreimark> ei-grad: you don't have to rename every var from its output - but it should not show E
 161 2010-05-31T18:13:14  <ei-grad> dreimark: >you need to add the module ... yes.. i think about it now, may be replace it with a simple object like LDAPConfig, that will contain common ldap parameters, and use python-ldap directly for all the stuff?
 162 2010-05-31T18:14:04  <ThomasWaldmann> just containing is maybe not enough (one could use a dict for that)
 163 2010-05-31T18:14:32  <ThomasWaldmann> but if it also does some common functionality, like making a connection...
 164 2010-05-31T18:14:51  <ei-grad> yes, may be wrap implement connect() method there
 165 2010-05-31T18:15:00  <ei-grad> s/wrap//
 166 2010-05-31T18:15:34  <ei-grad> hm... so we get LDAPConnection...
 167 2010-05-31T18:20:24  <ThomasWaldmann> btw, did you already add that file?
 168 2010-05-31T18:20:50  <ThomasWaldmann> (hg add ...)
 169 2010-05-31T18:22:46  <dreimark> and commit
 170 2010-05-31T18:23:53  <ThomasWaldmann> TheSheep: http://moinmo.in/EuroPython2010
 171 2010-05-31T18:36:36  *** diofeher has joined #moin-dev
 172 2010-05-31T18:37:22  *** gwork has quit IRC
 173 2010-05-31T18:50:26  <dreimark> bbl
 174 2010-05-31T18:57:18  <CIA-47> Andrew Grigorev <andrew@ei-grad.ru> default * 5679:0dacd3f1d49c 1.9-ldap-kerberos-agrigorev/MoinMoin/datastruct/backends/ldap_groups.py: ldap_groups.py replaced with ldap_groups.py from ldap_patch4
 175 2010-05-31T18:57:18  <CIA-47> Andrew Grigorev <andrew@ei-grad.ru> default * 5680:f76140622237 1.9-ldap-kerberos-agrigorev/MoinMoin/util/ldap_connection.py: added ldap_connection.py from ldap_patch4
 176 2010-05-31T18:57:24  <CIA-47> Andrew Grigorev <andrew@ei-grad.ru> default * 5681:a52d58cd6332 1.9-ldap-kerberos-agrigorev/MoinMoin/datastruct/backends/ldap_groups.py: some variables renamed
 177 2010-05-31T19:09:02  <ThomasWaldmann> ei-grad: when doing your next "cosmetic" changeset, could you normalize docstrings to
 178 2010-05-31T19:09:06  <ThomasWaldmann> foo
 179 2010-05-31T19:09:07  <ThomasWaldmann> bar
 180 2010-05-31T19:09:09  <ThomasWaldmann> """
 181 2010-05-31T19:09:11  <ThomasWaldmann> """
 182 2010-05-31T19:29:25  <CIA-47> Dmitry Andreev <klieg.polar@gmail.com> default * 8232:186a93e554bb 2.0-dev-wiki-rest-dandreev/MoinMoin/converter2/ (_tests/test_moinwiki_in_out.py moinwiki_out.py): DOM->Moinwiki: moinpage_object. It was too easy, have i missed something?
 183 2010-05-31T19:37:46  <valeuf> DmitryAndreev: you have weird commit message :p
 184 2010-05-31T19:38:31  <ThomasWaldmann> use irc, not commit messages :)
 185 2010-05-31T19:38:38  <DmitryAndreev> .)
 186 2010-05-31T19:40:10  <ThomasWaldmann> DmitryAndreev: btw x == '' can usually be written as: not x
 187 2010-05-31T19:40:42  <ThomasWaldmann> except if you want to differentiate between misc. falsy values, like None, '', [], {}, ...
 188 2010-05-31T19:41:09  <DmitryAndreev> i know, and i don't know why in this place i prefer  == '' .)
 189 2010-05-31T19:41:44  *** RogerHaase has joined #moin-dev
 190 2010-05-31T19:42:06  <ThomasWaldmann> object transclusion can do a bit more than what you implemented
 191 2010-05-31T19:42:45  <ThomasWaldmann> (not sure though what elem.itertext() can yield
 192 2010-05-31T19:42:47  <ThomasWaldmann> )
 193 2010-05-31T19:43:20  <ThomasWaldmann> RogerHaase: hi :) thanks for your master19 work. i hope my deed was not too dirty. ;)
 194 2010-05-31T19:43:27  <DmitryAndreev> where can i read about it? looks like that's all what can give me moinwiki_in
 195 2010-05-31T19:44:03  <ThomasWaldmann> http://master19.moinmo.in/HelpOnLinking
 196 2010-05-31T19:44:26  <ThomasWaldmann> maybe it is not fully implemented yet and it is better to first do links, they are quite similar
 197 2010-05-31T19:45:29  <DmitryAndreev> ok, now i see what i've missed.)
 198 2010-05-31T19:46:45  <RogerHaase> ThomasWaldmann: If in reference to HelpOnEditing, I intended to read it over one more time and copy+delete it this morning.
 199 2010-05-31T19:47:10  <RogerHaase> Your morning comes way before my morning :)
 200 2010-05-31T19:49:24  <RogerHaase> dreimark: I am thinking your problems with auto scroll is related to http://moinmo.in/MoinMoinBugs/DuplicateIdsOnSpanTags or ?
 201 2010-05-31T19:50:32  <RogerHaase> dreimark: Any chance you could post or email me a copy of the wiki page that is causing trouble?
 202 2010-05-31T19:54:25  <ThomasWaldmann> RogerHaase: btw, one reason i wanted it on one page is that pages need translation
 203 2010-05-31T19:58:28  <RogerHaase> ThomasWaldmann: Not a problem, I was slow to notice your comment in MoinMaster and busy on other things.
 204 2010-05-31T19:59:14  <ThomasWaldmann> s/pages/pagenames/
 205 2010-05-31T21:36:44  <CIA-47> Dmitry Andreev <klieg.polar@gmail.com> default * 8233:c6d9101542cc 2.0-dev-wiki-rest-dandreev/MoinMoin/converter2/ (_tests/test_moinwiki_in_out.py moinwiki_out.py): DOM->Moinwiki: moinpage_object with some tests
 206 2010-05-31T21:48:06  *** DmitryAndreev has left #moin-dev
 207 2010-05-31T21:48:48  *** DmitryAndreev has joined #moin-dev
 208 2010-05-31T22:08:11  <valeuf> waldi: sometimes div is translated as part in the DOM tree, and some other times as div
 209 2010-05-31T22:08:17  <valeuf> waldi: what's the correct way ?
 210 2010-05-31T22:09:31  <waldi> you can't translate this part back, there is not enough information left
 211 2010-05-31T22:10:22  <valeuf> waldi: so, using div in the DOM Tree is fine ?
 212 2010-05-31T22:10:25  <waldi> yes
 213 2010-05-31T22:10:31  <valeuf> waldi: thanks
 214 2010-05-31T22:22:15  <CIA-47> Dmitry Andreev <klieg.polar@gmail.com> default * 8234:6d41fed7fc95 2.0-dev-wiki-rest-dandreev/MoinMoin/converter2/ (_tests/test_moinwiki_in_out.py moinwiki_out.py): DOM->Moinwiki: conversion of links with tests.
 215 2010-05-31T22:22:56  <CIA-47> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8238:e61ef91bef5c 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/ (_tests/test_html_in.py html_in.py): Add support for <strong> in HTML_IN
 216 2010-05-31T22:23:02  <CIA-47> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8239:f1dd84b76e13 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/html_in.py: Add support for <em> in HTML_in
 217 2010-05-31T22:23:04  <CIA-47> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8240:7ccd8e7bf9cf 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/html_in.py: Add support for <pre> in HTML_in
 218 2010-05-31T22:23:05  <CIA-47> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8241:96635d239733 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/html_in.py: Add support for <tt> in HTML_in
 219 2010-05-31T22:23:08  <CIA-47> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8242:51b00e47e154 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/_tests/test_html_in.py: Add tests for same basic span elements in HTML_IN
 220 2010-05-31T22:23:10  <CIA-47> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8243:46492220c9ef 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/html_in.py: Add support for <sub> in HTML_in
 221 2010-05-31T22:23:11  <CIA-47> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8244:3e8f357f81ed 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/html_in.py: Add support for <sup> in HTML_in
 222 2010-05-31T22:23:13  <CIA-47> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8245:158003eb6a0f 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/html_in.py: Add support for <u> in HTML_in
 223 2010-05-31T22:23:32  <valeuf> Sorry for the spam, maybe I did too small changeset :s
 224 2010-05-31T22:24:32  <CIA-47> Andrew Grigorev <andrew@ei-grad.ru> default * 5682:897754dabe47 1.9-ldap-kerberos-agrigorev/MoinMoin/datastruct/backends/ldap_groups.py: LdapGroup -> LDAPGroup
 225 2010-05-31T22:24:34  <CIA-47> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8246:468685e27333 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/html_in.py: Fix English typo
 226 2010-05-31T22:24:34  <CIA-47> Andrew Grigorev <andrew@ei-grad.ru> default * 5683:59e64512dfd8 1.9-ldap-kerberos-agrigorev/MoinMoin/ (datastruct/backends/ldap_groups.py util/ldap_connection.py): normalized docstrings
 227 2010-05-31T22:31:27  <ei-grad> http://moinmo.in/Groups2009?action=AttachFile&do=view&target=ldap_group2.patch#CA-2d211e690791e09755c127624eb0d7f423e4e99d_8 is that the right way to get the user identifier in LDAPGroups?
 228 2010-05-31T22:32:02  <ei-grad> *to pass it to LDAPGroups
 229 2010-05-31T22:38:29  <ThomasWaldmann> well, if you do a ldap_login, you are able to store the user dn
 230 2010-05-31T22:39:48  <ThomasWaldmann> but what if you don't?
 231 2010-05-31T22:51:30  * ei-grad went to sleep.
 232 2010-05-31T22:54:09  <ThomasWaldmann> gn ei-grad
 233 2010-05-31T23:30:32  <dreimark> re e
 234 2010-05-31T23:30:41  <dreimark> gn ei-grad
 235 2010-05-31T23:32:31  <xorAxAx> valeuf: did you read my last message?
 236 2010-05-31T23:46:38  <dreimark> RogerHaase: i look if i can extract the pieice which makes the trouble
 237 2010-05-31T23:47:02  * dreimark slow net currently
 238 

MoinMoin: MoinMoinChat/Logs/moin-dev/2010-05-31 (last edited 2010-05-30 22:45:02 by IrcLogImporter)