1 2010-06-26T00:46:54  <CIA-98> Andrew Grigorev <andrew@ei-grad.ru> default * 5718:d6a8196a40c9 1.9-ldap-kerberos-agrigorev/MoinMoin/datastruct/backends/_tests/test_ldap_groups.py: [LDAP2010] added test_ldap_groups
   2 2010-06-26T00:48:28  <ei-grad> tests rules. found some bugs in LDAPGroups... )
   3 2010-06-26T00:49:30  <ei-grad> gn
   4 2010-06-26T01:28:29  *** DmitryAndreev has joined #moin-dev
   5 2010-06-26T04:43:40  <diofeher> ThomasWaldmann: ok, i'm waiting for item.exists() :D
   6 2010-06-26T04:43:46  <diofeher> gonna fix other problemsnow
   7 2010-06-26T04:45:48  <CIA-98> Diogenes Augusto <diofeher@gmail.com> default * 8465:18f1b9c765a4 2.0-dev-jinja2-plugins-dfeher/MoinMoin/theme/jinja.py: [templating] fixing sisterpages
   8 2010-06-26T04:45:50  <CIA-98> Diogenes Augusto <diofeher@gmail.com> default * 8466:807fea1ee8d0 2.0-dev-jinja2-plugins-dfeher/MoinMoin/theme/jinja.py: [templating] killing sidebar and leaving TODO in the code
   9 2010-06-26T05:17:34  <diofeher> thanks ThomasWaldmann for support in my todo list
  10 2010-06-26T05:36:39  <CIA-98> Diogenes Augusto <diofeher@gmail.com> default * 8467:4f4490287598 2.0-dev-jinja2-plugins-dfeher/MoinMoin/ (templates/head.html templates/header.html theme/jinja.py): [templating] changing the way of parent page (header link rel) is rendered
  11 2010-06-26T05:43:53  <CIA-98> Diogenes Augusto <diofeher@gmail.com> default * 8468:8191531b9abb 2.0-dev-jinja2-plugins-dfeher/MoinMoin/ (templates/header.html theme/jinja.py): [templating] changing the way of search_value is showed
  12 2010-06-26T05:49:51  <CIA-98> Diogenes Augusto <diofeher@gmail.com> default * 8469:6e2f5cc37bca 2.0-dev-jinja2-plugins-dfeher/MoinMoin/ (templates/base.html templates/head.html theme/jinja.py): [templating] gettin stylesheet list directly in template
  13 2010-06-26T07:13:33  <diofeher> dropped page.link_to. made a JinjaTheme.link_to wrapper, maybe it's too crap in its code
  14 2010-06-26T07:14:51  <ThomasWaldmann> moin
  15 2010-06-26T07:15:20  <CIA-98> Diogenes Augusto <diofeher@gmail.com> default * 8470:f4420aebb773 2.0-dev-jinja2-plugins-dfeher/MoinMoin/ (templates/head.html templates/header.html theme/jinja.py): [templating] made a small wrapper JinjaTheme.link_to to replace Page.link_to
  16 2010-06-26T07:15:33  <diofeher> oh, it's already morning there! hehe
  17 2010-06-26T07:15:49  <diofeher> moin :)
  18 2010-06-26T07:16:26  <ThomasWaldmann> diofeher: you need to be more precise, e.g. in parent_page, you talk of returning Page type, but you return a name
  19 2010-06-26T07:17:51  <ThomasWaldmann> yes, it is early morning here and the sun shines through my window
  20 2010-06-26T07:20:52  <ThomasWaldmann> btw, link_text wasn't a bad name, it is really used as text content of the link
  21 2010-06-26T07:21:14  <ThomasWaldmann> (but "link" was a bad name, because it was just a url, not a link)
  22 2010-06-26T07:24:22  <CIA-98> Diogenes Augusto <diofeher@gmail.com> default * 8471:eb547785cd47 2.0-dev-jinja2-plugins-dfeher/MoinMoin/theme/jinja.py: [templating] fixing JinjaTheme.parent_page() documentation
  23 2010-06-26T07:24:29  <CIA-98> Diogenes Augusto <diofeher@gmail.com> default * 8472:68aee8c2e9b6 2.0-dev-jinja2-plugins-dfeher/MoinMoin/theme/jinja.py: [templating] fixing JinjaTheme.parent_page() documentation and link_to documentation
  24 2010-06-26T07:24:37  <diofeher> ah, sunshine it's always nice :)
  25 2010-06-26T07:24:54  <diofeher> hmm
  26 2010-06-26T07:26:40  <diofeher> getting rid of page.link_to : done!
  27 2010-06-26T07:27:20  <ThomasWaldmann> link_to is crap
  28 2010-06-26T07:27:28  <ThomasWaldmann> yours too :)
  29 2010-06-26T07:28:25  <diofeher> :(
  30 2010-06-26T07:28:58  <ThomasWaldmann> try creating the links in the template
  31 2010-06-26T07:29:14  <ThomasWaldmann> just feed names etc. to the template
  32 2010-06-26T07:30:30  <diofeher> if i create links with jinja code grows up fast :/
  33 2010-06-26T07:31:13  <diofeher> well, maybe a good idea if i put a macro that renders link
  34 2010-06-26T07:31:18  <ThomasWaldmann> (or pass urls, when needed)
  35 2010-06-26T07:31:26  <diofeher> macro to render stylesheet wasn't a good idea
  36 2010-06-26T07:31:44  <ThomasWaldmann> but don't make a jinja2 link_to now
  37 2010-06-26T07:32:26  <diofeher> i'm almost finishing get rid of dict feed to templates
  38 2010-06-26T07:32:48  <ThomasWaldmann> your link_to is creating double class attrs in some cases
  39 2010-06-26T07:33:25  <diofeher> oh, my mistake
  40 2010-06-26T07:33:41  <ThomasWaldmann> so maybe start from "i want to use href and jinja"
  41 2010-06-26T07:34:01  <ThomasWaldmann> and try to build links that way
  42 2010-06-26T07:34:12  <ThomasWaldmann> you'll see what params you need
  43 2010-06-26T07:34:28  <ThomasWaldmann> you can put them into tuples or dicts
  44 2010-06-26T07:35:06  <ThomasWaldmann> put don't try to assemble html or urls in py code
  45 2010-06-26T07:35:16  <ThomasWaldmann> for urls, href is much better
  46 2010-06-26T07:35:26  <ThomasWaldmann> and html should be in jinja
  47 2010-06-26T07:35:41  <CIA-98> Diogenes Augusto <diofeher@gmail.com> default * 8473:d2c724e25c6e 2.0-dev-jinja2-plugins-dfeher/MoinMoin/theme/jinja.py: [templating] fixing link_to (gonna get rid of this too, not now) and fixing variable name
  48 2010-06-26T07:36:01  <diofeher> ok ThomasWaldmann
  49 2010-06-26T07:36:04  <diofeher> ^^
  50 2010-06-26T07:37:22  <diofeher> well, i'm gonna sleep now
  51 2010-06-26T07:37:26  <diofeher> really tired
  52 2010-06-26T07:37:27  <diofeher> gn
  53 2010-06-26T07:37:54  <ThomasWaldmann> parent_page returns a href?
  54 2010-06-26T07:38:40  <ThomasWaldmann> i think it is just the name, not a url, not a href
  55 2010-06-26T07:38:47  <ThomasWaldmann> so better sleep now :)
  56 2010-06-26T08:19:39  *** AshishG has joined #moin-dev
  57 2010-06-26T09:56:58  *** kursor has joined #moin-dev
  58 2010-06-26T10:53:56  <ei-grad> moin
  59 2010-06-26T11:00:22  *** AshishG has quit IRC
  60 2010-06-26T11:07:53  *** AshishG has joined #moin-dev
  61 2010-06-26T11:20:24  *** AshishG has quit IRC
  62 2010-06-26T11:24:30  <ThomasWaldmann> hi ei-grad
  63 2010-06-26T11:30:19  *** AshishG has joined #moin-dev
  64 2010-06-26T11:39:08  *** AshishG has quit IRC
  65 2010-06-26T11:49:22  *** AshishG has joined #moin-dev
  66 2010-06-26T11:50:08  *** grzywacz has joined #moin-dev
  67 2010-06-26T11:59:41  <CIA-98> Andrew Grigorev <andrew@ei-grad.ru> default * 5719:3f4bfc95a2f8 1.9-ldap-kerberos-agrigorev/MoinMoin/util/ldap_connection.py: [LDAP2010] changed docstring for search_single to better explain its behaviour
  68 2010-06-26T11:59:42  <CIA-98> Andrew Grigorev <andrew@ei-grad.ru> default * 5720:d6541036e0f7 1.9-ldap-kerberos-agrigorev/MoinMoin/datastruct/backends/ldap_groups.py: [LDAP2010] _iter_group_members didn't work, fixed
  69 2010-06-26T12:10:43  <CIA-98> Andrew Grigorev <andrew@ei-grad.ru> default * 5721:a89ed31dc6cb 1.9-ldap-kerberos-agrigorev/MoinMoin/datastruct/backends/ldap_groups.py: [LDAP2010] fixed error with nonexisting user
  70 2010-06-26T12:17:48  <ei-grad> MoinMoin/util/_tests/test_lock.py fails... can it be a problem caused by my code?
  71 2010-06-26T12:21:43  <CIA-98> Andrew Grigorev <andrew@ei-grad.ru> default * 5722:5fa1400bfd76 1.9-ldap-kerberos-agrigorev/MoinMoin/datastruct/backends/_tests/test_ldap_groups.py: [LDAP2010] added 'EmptyGroup' group in ConfigGroups in test with composite backend, now all LDAPGroups tests passing successfully
  72 2010-06-26T12:26:10  <ThomasWaldmann> PawelPac1na: reading?
  73 2010-06-26T12:27:12  <ThomasWaldmann> ei-grad: can you reproduce?
  74 2010-06-26T13:10:25  <ei-grad> ThomasWaldmann: yes, it raising always... http://paste.pocoo.org/show/230167/
  75 2010-06-26T13:11:25  <ei-grad> py.test MoinMoin/util/_tests/test_lock.py >> http://paste.pocoo.org/show/230169/
  76 2010-06-26T13:14:47  <ei-grad> i did not do merge with 1.9 for a long time...
  77 2010-06-26T13:19:58  *** valeuf has joined #moin-dev
  78 2010-06-26T13:21:16  <ThomasWaldmann> ei-grad: you should merge often. 1.9 should be rather stable anyway, so not much merging trouble expected.
  79 2010-06-26T13:21:36  <ronny> uhm
  80 2010-06-26T13:21:45  <ronny> guys, that fail is not related to the tests
  81 2010-06-26T13:21:52  <ronny> but to assertion reevaluation
  82 2010-06-26T13:22:04  <ronny> ir am i confusing things there
  83 2010-06-26T13:22:33  <ronny> *or
  84 2010-06-26T13:23:05  <ThomasWaldmann> that test looks broken anyway
  85 2010-06-26T13:24:18  <ThomasWaldmann> and yes, i think ronny is right, that acquire shouldn't be done within the assert
  86 2010-06-26T13:25:16  <ThomasWaldmann> also the py.test.skip looks suspicious
  87 2010-06-26T13:26:14  <ei-grad> iirc somebody (eSyr or dreimark, or may be someone else, don't remember) recommended me to don't merge with 1.9 until 1.9.3 would be released...
  88 2010-06-26T13:26:41  <ThomasWaldmann> but testing with current 1.9, i don't have that failure
  89 2010-06-26T13:27:03  <ThomasWaldmann> ei-grad: well, there isn't much activity right now in 1.9
  90 2010-06-26T13:27:27  <ThomasWaldmann> so if you have strange effect, you can merge now AND after 1.9.3
  91 2010-06-26T13:34:19  <ronny> hmm, py.test will grow reinterpretation-free assertion-introspection soon, i think that will help
  92 2010-06-26T13:37:31  <CIA-98> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8392:c6fb7ecca17d 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/_tests/test_html_in.py: Add test for list-style-type in HTML_IN converter
  93 2010-06-26T13:37:33  <CIA-98> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8393:1c3f472c5613 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/html_in.py: Add support for a and i list-style-type in HTML_IN converter
  94 2010-06-26T13:37:49  <CIA-98> Andrew Grigorev <andrew@ei-grad.ru> default * 5757:7250b54e6718 1.9-ldap-kerberos-agrigorev/ (83 files in 18 dirs): [LDAP2010] merged with 1.9
  95 2010-06-26T13:40:36  <ei-grad> nothing changed with test_lock, still raises in the same place...
  96 2010-06-26T13:41:32  <CIA-98> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8462:de22c27aacbc 2.0-dev-docbook-html-vjaniaut/ (74 files in 32 dirs): Merge with 2.0 branch
  97 2010-06-26T13:47:07  <ThomasWaldmann> ei-grad: then find out why it crashes for you and not for me :) create a patch to commit to 1.9 main repo
  98 2010-06-26T14:15:17  *** xorAxAx has quit IRC
  99 2010-06-26T14:20:36  *** eSyr has quit IRC
 100 2010-06-26T14:20:41  *** eSyr has joined #moin-dev
 101 2010-06-26T14:21:23  *** xorAxAx has joined #moin-dev
 102 2010-06-26T14:26:42  <valeuf> xorAxAx, I am done with my exams ^ ^
 103 2010-06-26T14:26:56  <valeuf> I am going to work full time on MoinMoin now
 104 2010-06-26T14:27:26  <valeuf> xorAxAx, I improved some part of the convert, especially for the method which was quite similar, I unified the approach with a dictionary
 105 2010-06-26T14:38:59  *** AshishG has quit IRC
 106 2010-06-26T14:39:16  *** waldi has quit IRC
 107 2010-06-26T14:39:20  *** waldi has joined #moin-dev
 108 2010-06-26T14:45:31  *** AshishG has joined #moin-dev
 109 2010-06-26T14:51:31  <CIA-98> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8463:97c55d15f5a4 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/html_in.py: Simplify the HTML_IN converter for basic tags
 110 2010-06-26T14:51:33  <CIA-98> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8464:43e513aaa6df 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/html_in.py: Remove ElementException class
 111 2010-06-26T14:51:35  <CIA-98> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8465:fdca56c1dda5 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/html_in.py: Add comments to describe the conversion of each tags
 112 2010-06-26T14:51:36  <CIA-98> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8466:6c26be37e7aa 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/html_in.py: Fix PEP8 errors
 113 2010-06-26T14:59:31  <CIA-98> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8467:99ffee3dd647 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/html_in.py: Remove all the default argument used in any method
 114 2010-06-26T14:59:33  <CIA-98> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8468:ab1195fea1b2 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/html_in.py: Remove trailing space
 115 2010-06-26T15:00:43  *** AshishG has quit IRC
 116 2010-06-26T15:07:07  *** grzywacz has quit IRC
 117 2010-06-26T15:08:46  *** AshishG has joined #moin-dev
 118 2010-06-26T15:17:03  <ThomasWaldmann> eSyr: http://moinmo.in/MoinMoinBugs/AlignTopAlignLeft are you still working on that?
 119 2010-06-26T15:19:33  *** grzywacz has joined #moin-dev
 120 2010-06-26T15:27:26  *** AshishG has quit IRC
 121 2010-06-26T15:31:37  <diofeher> finally google package arrived here :D
 122 2010-06-26T15:31:47  <diofeher> moin
 123 2010-06-26T15:33:12  *** AshishG has joined #moin-dev
 124 2010-06-26T15:38:02  <CIA-98> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5708:cd113b42bc5d 1.9/MoinMoin/action/__init__.py: ActionBase: better compatibility to moin 1.8, use request.values by default, optionally use request.form data only
 125 2010-06-26T15:39:47  <ThomasWaldmann> diofeher: what was in it?
 126 2010-06-26T15:43:20  <diofeher> ThomasWaldmann: i took a picture http://twitpic.com/204a4o
 127 2010-06-26T15:44:14  <ThomasWaldmann> it's mirrored
 128 2010-06-26T15:44:44  <diofeher> ops
 129 2010-06-26T15:45:37  <diofeher> but it's have a notepad, a pen, two stickers, citibank card and a lot of paper
 130 2010-06-26T15:47:58  <ThomasWaldmann> nice :)
 131 2010-06-26T15:48:33  <ThomasWaldmann> maybe find out what the shipping costs via fedex normally :D
 132 2010-06-26T16:17:43  <dreimark> ei-grad: that was because of a small problem eSyr has introduce - but it is already fixed
 133 2010-06-26T16:17:46  <dreimark> please merge
 134 2010-06-26T16:18:16  <dreimark> ei-grad: i have that locking problem too but only a nfs file system
 135 2010-06-26T16:26:52  <dreimark> ei-grad: did you get that package too?
 136 2010-06-26T16:31:13  <ei-grad> dreimark: yes, it will arrive on monday or so
 137 2010-06-26T16:31:48  *** AshishG has quit IRC
 138 2010-06-26T16:42:42  * ThomasWaldmann will be away soon
 139 2010-06-26T16:43:02  <ThomasWaldmann> if someone has time: do some 1.9 tests, so we can maybe release 1.9.3 tomorrow
 140 2010-06-26T16:47:31  <CIA-98> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8469:aeae83bfa9ce 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/_tests/test_html_in.py: Add test for inline tags with no equivalence in the DOM Tree for the HTML_in converter
 141 2010-06-26T16:47:33  <CIA-98> Valentin Janiaut <valentin.janiaut@utbm.fr> default * 8470:bddaa0a0193e 2.0-dev-docbook-html-vjaniaut/MoinMoin/converter2/html_in.py: Add support for inline tags with no equivalence in the DOM Tree for the HTML_IN converter
 142 2010-06-26T16:50:20  <ThomasWaldmann> bbl
 143 2010-06-26T17:39:19  <CIA-98> Andrew Grigorev <andrew@ei-grad.ru> default * 5758:6519377614b7 1.9-ldap-kerberos-agrigorev/MoinMoin/datastruct/backends/ldap_groups.py: [LDAP2010] removed logging.warning used for debug
 144 2010-06-26T18:16:54  <CIA-98> Andrew Grigorev <andrew@ei-grad.ru> default * 5759:3faa01bb7f8b 1.9-ldap-kerberos-agrigorev/MoinMoin/datastruct/backends/ldap_groups.py: [LDAP2010] some pythonic, cosmetic and docstring improvements in ldap_groups
 145 2010-06-26T18:18:19  *** valeuf has quit IRC
 146 2010-06-26T18:35:35  <diofeher> [off-topic] http://www.geeksaresexy.net/2010/06/25/glorious-java-4-ever-movie-trailer/
 147 2010-06-26T18:35:41  <diofeher> java the movie hahaaha
 148 2010-06-26T19:02:40  *** grzywacz has quit IRC
 149 2010-06-26T19:43:23  <CIA-98> Andrew Grigorev <andrew@ei-grad.ru> default * 5760:e177fa55fe2c 1.9-ldap-kerberos-agrigorev/MoinMoin/util/ldap_connection.py: [LDAP2010] fix of an error in the search_single function docstring
 150 2010-06-26T20:03:32  <ei-grad> am i understand correctly, that GroupBackend._retrieve_members should return list of users and groups, without a users who are members of nested groups?
 151 2010-06-26T20:03:35  * ei-grad just confused with waldi questions that i didn't understood a two weeks ago...
 152 2010-06-26T20:26:56  <dreimark> hmm, not sure what the questions was. but it sounds wrong to skip a user from the set
 153 2010-06-26T20:27:33  <dreimark> if such a user is a memeber of a nested list - why do you want to skip that user?
 154 2010-06-26T20:46:31  <ei-grad> sorry, stupid question, i can just look in config_groups and wiki_groups. yes, that users are not included in the list, returned by _retrieve_members
 155 2010-06-26T20:54:07  <CIA-98> Dmitry Andreev <klieg.polar@gmail.com> default * 8318:babfd94b7756 2.0-dev-wiki-rest-dandreev/MoinMoin/converter2/rst_in.py: ReStructuredText->DOM: docutils part of converter
 156 2010-06-26T23:04:08  <ThomasWaldmann> diofeher: me would also spill the soup, but due to other reasons :)
 157 2010-06-26T23:07:18  <ThomasWaldmann> did someone test 1.9.current?
 158 2010-06-26T23:38:52  <dreimark> i use it all the time
 159 2010-06-26T23:39:07  <dreimark> for testing of my lib
 160 2010-06-26T23:40:12  <ei-grad> what actions the testing of such kind should include?
 161 2010-06-26T23:40:30  * ei-grad runned py.test and did some clicks in browser, checking LDAPGroups work...
 162 2010-06-26T23:43:32  <dreimark> ei-grad: working with the wiki not only py.test
 163 2010-06-26T23:43:45  <dreimark> some parts can't be covered by tests
 164 2010-06-26T23:44:26  <CIA-98> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 5709:b853ed5b9965 1.9/docs/CHANGES: updated CHANGES
 165 2010-06-26T23:57:12  <ThomasWaldmann> b22c15446e9fabda180fc88b21635184  moin-1.9.3.tar.gz
 166 2010-06-26T23:58:02  *** kursor has quit IRC
 167 2010-06-26T23:58:48  <ThomasWaldmann> http://static.moinmo.in/files/moin-1.9.3.tar.gz

MoinMoin: MoinMoinChat/Logs/moin-dev/2010-06-26 (last edited 2010-06-25 23:00:02 by IrcLogImporter)