2009-03-16T01:32:07  *** dimazest_ has quit IRC
2009-03-16T03:39:57  *** nwp has joined #moin-dev
2009-03-16T05:15:01  *** dimazest has joined #moin-dev
2009-03-16T05:17:38  *** dimazest has quit IRC
2009-03-16T05:18:38  *** dimazest has joined #moin-dev
2009-03-16T05:58:44  *** dimazest_ has joined #moin-dev
2009-03-16T06:05:17  *** dimazest has quit IRC
2009-03-16T08:42:49  *** dimazest has joined #moin-dev
2009-03-16T08:59:22  *** dimazest_ has quit IRC
2009-03-16T09:04:11  <ThomasWaldmann> moin
2009-03-16T10:13:21  <dreimark> moin
2009-03-16T10:14:32  *** dimazest has quit IRC
2009-03-16T11:41:14  *** dimazest has joined #moin-dev
2009-03-16T11:44:29  *** dimazest has quit IRC
2009-03-16T13:03:40  *** grzywacz has joined #moin-dev
2009-03-16T13:24:06  *** dimazest has joined #moin-dev
2009-03-16T13:45:57  *** dimazest_ has joined #moin-dev
2009-03-16T13:47:23  *** dimazest has quit IRC
2009-03-16T13:58:34  *** dimazest_ has quit IRC
2009-03-16T14:03:58  *** dimazest has joined #moin-dev
2009-03-16T14:57:17  *** dimazest has quit IRC
2009-03-16T15:02:51  * dreimark wants to add http://moinmo.in/FeatureRequests/CreateHomepageByScript?action=AttachFile&do=view&target=homepage.py to 1.9. because that is a feature often used together with hierarchical acls or predefined accounts.
2009-03-16T15:03:51  <dreimark> of course comment would be fixed
2009-03-16T15:40:18  <ThomasWaldmann>   20 For a wiki with hierarchical acls enabled it can become difficult to create
2009-03-16T15:40:22  <ThomasWaldmann>   21 a users homepage the common way.
2009-03-16T15:40:22  <ThomasWaldmann> why?
2009-03-16T15:43:48  <ThomasWaldmann> yeah, the comment is misleading, the script seems to create ALL homepages that do not exist yet
2009-03-16T15:44:29  *** dimazest has joined #moin-dev
2009-03-16T15:44:45  <ThomasWaldmann> (that can be a very undesirable thing, esp. if you have very many users who won't use their homepage - then you have lots of useless pages)
2009-03-16T16:25:20  *** grzywacz has quit IRC
2009-03-16T16:31:22  *** grzywacz has joined #moin-dev
2009-03-16T16:42:19  <dennda> out of interest, what happens with the 500USD/accepted student?
2009-03-16T17:40:55  <dreimark> ThomasWaldmann: then the admin does not have to call it. I have some wikis where the user is not able to create his homepae but always tries it because of -- 127.0.0.1 <<DateTime(2009-03-16T23:00:02Z)>> and RecentChanges
2009-03-16T17:44:00  <dreimark> usually this happens in all hacl wikis if one decided to get people working on topics and does not give write rights to everything
2009-03-16T17:47:09  <ThomasWaldmann> dennda: I am still waiting for them. Google is a big company with many people and softwares....
2009-03-16T17:48:12  <ThomasWaldmann> if I finally have received them, I'll notify the mentors. The mentors then can decide to fetch them (== send me an invoice over that amount) or to decide that we spend them otherwise.
2009-03-16T17:56:35  *** dimazest_ has joined #moin-dev
2009-03-16T18:02:58  <dreimark> bbl
2009-03-16T18:13:17  *** dimazest has quit IRC
2009-03-16T18:38:57  <dreimark> re
2009-03-16T18:39:56  <dreimark> ThomasWaldmann: I will add two options, one to give a template page and the other to select users by a group page.
2009-03-16T18:40:50  <ThomasWaldmann> maybe creating a single user's homepage should also be possible
2009-03-16T18:41:36  <dreimark> ok
2009-03-16T19:52:58  <dreimark> hmm, may be a bug
2009-03-16T19:53:18  <dreimark> why is it different for account = user.User(request, name=name)
2009-03-16T19:53:23  <dreimark> print account.name, account.email
2009-03-16T19:53:52  <dreimark> gives an empty string for email
2009-03-16T19:53:57  <dreimark> while account = user.User(request, uid)
2009-03-16T19:54:08  <dreimark> gives me the email data
2009-03-16T20:08:41  *** dimazest has joined #moin-dev
2009-03-16T20:10:13  *** dimazest_ has quit IRC
2009-03-16T21:18:18  <dreimark> new version http://moinmo.in/FeatureRequests/CreateHomepageByScript?action=AttachFile&do=view&target=homepage.py
2009-03-16T21:21:20  <ThomasWaldmann> should use --all for all users
2009-03-16T21:21:33  <ThomasWaldmann> or --all-users
2009-03-16T21:23:45  <ThomasWaldmann> for the @foo@ replacement, don't we have ready-to-use code for that
2009-03-16T21:24:39  <dreimark> we have but it uses then the --user name for the replacement
2009-03-16T21:25:17  *** dimazest has quit IRC
2009-03-16T21:25:22  <ThomasWaldmann> CategoryHomepage is hardcoded
2009-03-16T21:25:47  <dreimark> that can be funny with dimazest if he doesn't have a stable connection
2009-03-16T21:26:08  <dreimark> ThomasWaldmann: only in the example one can give his own template
2009-03-16T21:27:05  <ThomasWaldmann> code duplication
2009-03-16T21:27:29  <ThomasWaldmann> he should configure his irc client differently
2009-03-16T21:29:03  <ThomasWaldmann> 126..130 should be a function
2009-03-16T21:30:15  <dreimark> ok
2009-03-16T22:06:08  <dreimark> ThomasWaldmann: much shorter
2009-03-16T22:06:48  * dreimark writes a new user test
2009-03-16T22:35:41  <CIA-38> Reimar Bauer <rb.proj AT googlemail DOT com> default * 4301:052b6926c82d 1.8/MoinMoin/_tests/test_user.py: test_user: added two tests for the difference of retrieving an user object by uid or name
2009-03-16T22:40:11  <CIA-38> Reimar Bauer <rb.proj AT googlemail DOT com> default * 4302:1da5c7d21660 1.8/MoinMoin/_tests/test_user.py: test_user: fixed the wrong encoding of the password
2009-03-16T22:42:11  <CIA-38> Reimar Bauer <rb.proj AT googlemail DOT com> default * 4655:4f76ce232716 1.9/MoinMoin/action/Load.py: action.Load: added textcha feature
2009-03-16T22:42:13  <CIA-38> Reimar Bauer <rb.proj AT googlemail DOT com> default * 4656:052b6926c82d 1.9/MoinMoin/_tests/test_user.py: test_user: added two tests for the difference of retrieving an user object by uid or name
2009-03-16T22:42:15  <CIA-38> Reimar Bauer <rb.proj AT googlemail DOT com> default * 4657:1da5c7d21660 1.9/MoinMoin/_tests/test_user.py: test_user: fixed the wrong encoding of the password
2009-03-16T22:42:16  <CIA-38> Reimar Bauer <rb.proj AT googlemail DOT com> default * 4658:f37524774ba4 1.9/MoinMoin/ (_tests/test_user.py action/Load.py): merged moin/1.8
2009-03-16T22:56:20  <ThomasWaldmann> omg, "added patch for 1.3.1" X)
2009-03-16T23:03:51  <dreimark> it looks like 1.3 has a keep alive basis rule
2009-03-16T23:04:38  <dreimark> btw. that user obj. requesting by name or uid is a bit strange.
2009-03-16T23:10:19  <dreimark> ThomasWaldmann: more comments for the homepage code?
2009-03-16T23:14:31  <ThomasWaldmann>   20 This tool allows you to create user homepages via a command line interface.
2009-03-16T23:14:49  <ThomasWaldmann> maybe you don't need to tell that in the help of a script
2009-03-16T23:15:44  <ThomasWaldmann> 21..23 need rephrasing
2009-03-16T23:17:23  <ThomasWaldmann> 32..41 try without "could"
2009-03-16T23:18:22  <ThomasWaldmann> s/creater/creator/
2009-03-16T23:22:10  <ThomasWaldmann> 131 sounds strange
2009-03-16T23:23:05  <dreimark> yeah should be just a hint no output means nothing done
2009-03-16T23:23:32  <ThomasWaldmann> 134 typo
2009-03-16T23:24:31  <dreimark> corrected
2009-03-16T23:24:56  <ThomasWaldmann> what happens if a you give an invalid username (not existing user)
2009-03-16T23:26:02  <dreimark> it checks later account.exists()
2009-03-16T23:26:18  <dreimark> if  account.exists() and not account.disabled and not Page(self.request, account.name).exists()
2009-03-16T23:28:43  <ThomasWaldmann> you call write_homepage only from one place, so...
2009-03-16T23:29:21  <dreimark> I don't need a method

MoinMoin: MoinMoinChat/Logs/moin-dev/2009-03-16 (last edited 2009-03-16 00:45:02 by IrcLogImporter)