#format irc 2010-03-19T00:00:10 *** moinBot` has joined #moin-dev 2010-03-19T00:02:46 *** moinBot has quit IRC 2010-03-19T06:17:43 *** lgp171188 has joined #moin-dev 2010-03-19T06:23:29 Greetings everyone, I am Guruprasad. I am a student developer with some programming experience in python web programming with mod_python. I would like to start contributing to moin moin. 2010-03-19T06:55:27 hi, you don't need anyone's permission to do that 2010-03-19T06:57:02 Hmm. But where and how do I start. I will try to look into the documentation and the source code in the mean time. 2010-03-19T06:57:46 well, what would you like to contribute? 2010-03-19T06:57:57 did you ever even *use* MoinMoin? 2010-03-19T06:58:17 I suppose downloading and installing it would be a good start 2010-03-19T06:59:25 *** TheSheep_ is now known as TheSheep 2010-03-19T06:59:53 *** TheSheep has joined #moin-dev 2010-03-19T07:24:51 *** jarsen has joined #moin-dev 2010-03-19T07:27:20 I guess getting a start with installing Moin Moin wiki and playing around with the configuration will help me get a start. 2010-03-19T07:44:05 *** jarsen has quit IRC 2010-03-19T08:20:20 moin 2010-03-19T08:21:04 lgp171188: do you be interested in a google summer of code job ? 2010-03-19T08:21:05 moin :) 2010-03-19T08:21:39 hi lgp171188 2010-03-19T08:27:30 lgp171188: how are your experiences with mod_python? 2010-03-19T09:28:43 ThomasWaldmann: I have worked on TCENet (https://dev.tce.edu/projects/show/tcenet) for the past 2 years. So have some hold over mod_python. I am new to wsgi though. 2010-03-19T09:29:18 *** lgp171188 has quit IRC 2010-03-19T09:30:06 *** lgp171188 has joined #moin-dev 2010-03-19T09:32:22 ThomasWaldmann: That experience with TCENet has helped, but still I have a lot to learn with python :) 2010-03-19T11:48:49 *** lgp171188 has left #moin-dev 2010-03-19T11:49:18 *** lgp171188 has joined #moin-dev 2010-03-19T12:10:43 *** lgp171188 has left #moin-dev 2010-03-19T14:41:50 *** y84 has joined #moin-dev 2010-03-19T14:45:56 xorAxAx: i think that gsoc ui wants some further input from you 2010-03-19T14:48:28 done 2010-03-19T14:48:31 weird workflow 2010-03-19T14:48:44 it talked about an "invite" 2010-03-19T14:49:15 "The server encountered an error and could not complete your request." 2010-03-19T14:49:19 bah 2010-03-19T14:49:52 dreimark: did it work? 2010-03-19T14:52:04 xorAxAx: yes now you are listed 2010-03-19T14:52:44 and the invites list is empty :) 2010-03-19T14:53:34 at least moving state works 2010-03-19T15:01:44 *** y84 has quit IRC 2010-03-19T15:18:15 *** lgp171188 has joined #moin-dev 2010-03-19T15:31:40 *** y84 has joined #moin-dev 2010-03-19T16:20:42 *** lgp171188 has left #moin-dev 2010-03-19T17:10:22 for 2.0, is there going to be some layer of abstraction between parser and renderer? Currently they are pretty tightly coupled. 2010-03-19T17:12:52 I'm thinking maybe it needs an "interpreter" layer 2010-03-19T17:14:18 and an ast ;) 2010-03-19T17:34:16 *** y84 has quit IRC 2010-03-19T19:03:17 Reimar Bauer default * 508:19604cb73d76 extensions/data/plugin/macro/ListPages.py: macro.ListPages: refactored for argument parser 2010-03-19T19:03:19 Reimar Bauer default * 509:2bf20bdbbde9 extensions/data/plugin/macro/ListPages.py: macro.ListPages: removed re.escaping of search_term 2010-03-19T19:18:57 *** kursor has joined #moin-dev 2010-03-19T19:33:37 bbl 2010-03-19T20:01:14 Thomas Waldmann default * 5630:d00cc36e37b9 1.9/MoinMoin/auth/openidrp.py: openidrp: fix undefined _ (gettext) 2010-03-19T20:12:33 Thomas Waldmann default * 5631:b82b3fef4c77 1.9/wiki/config/more_samples/ldap_2servers_wikiconfig_snippet: add snippet for ldap authentication against 2 servers, thanks to Jens Kuehnel 2010-03-19T20:24:21 Reimar Bauer default * 5632:7e18782d09b2 1.9/wiki/config/more_samples/mail_wikiconfig_snippet: snippet for mail: remove only xmlrpc from actions_excluded if needed 2010-03-19T20:46:57 *** kursor has quit IRC 2010-03-19T21:11:49 *** vpv has quit IRC 2010-03-19T21:14:58 *** vpv has joined #moin-dev 2010-03-19T23:01:17 Reimar Bauer default * 510:6318c91263c6 extensions/data/plugin/macro/_tests/test_DictColumns.py: test_DictColumns: column_names_by_name checks now order too 2010-03-19T23:01:19 Reimar Bauer default * 511:ef1f74bf4776 extensions/data/plugin/macro/ (DictColumns.py _tests/test_DictColumns.py): macro DictColumns: new keyword markup defined (default is "definition list"). By setting it to "title" the column headings are defined by the titles of the pageThe text below a title becomes assigned to the column.