1 2014-01-02T02:02:37  *** xorAxAx has quit IRC
   2 2014-01-02T02:02:44  *** derdon_ has joined #moin-dev
   3 2014-01-02T02:03:30  *** derdon_ has joined #moin-dev
   4 2014-01-02T02:04:15  *** sudo_dirk has quit IRC
   5 2014-01-02T02:05:09  *** sudo_dirk has joined #moin-dev
   6 2014-01-02T02:05:41  *** derdon has quit IRC
   7 2014-01-02T02:54:38  *** derdon_ is now known as derdon
   8 2014-01-02T02:55:07  <derdon> "return not not self.textchas  # we don't want to return the dict" @_@
   9 2014-01-02T02:55:18  <derdon> why not "return bool(self.textchas)"?
  10 2014-01-02T02:55:31  <derdon> https://bitbucket.org/thomaswaldmann/moin-2.0/src/90a17c8544ade8887e844a12beabd4c180e5bcf5/MoinMoin/security/textcha.py?at=default#cl-142
  11 2014-01-02T03:00:39  *** derdon has quit IRC
  12 2014-01-02T03:18:04  *** xorAxAx has joined #moin-dev
  13 2014-01-02T11:59:32  *** greg_f has joined #moin-dev
  14 2014-01-02T14:10:26  *** dave_largo has joined #moin-dev
  15 2014-01-02T14:31:00  *** derdon has joined #moin-dev
  16 2014-01-02T14:54:29  *** RogerHaase has joined #moin-dev
  17 2014-01-02T15:46:59  *** greg_f has quit IRC
  18 2014-01-02T15:53:35  *** greg_f has joined #moin-dev
  19 2014-01-02T18:04:06  *** greg_f has quit IRC
  20 2014-01-02T20:12:38  <derdon> so how do I add a new admin user in moin2? :)
  21 2014-01-02T20:12:57  <ThomasWaldmann> derdon: likely old code, bool sounds saner
  22 2014-01-02T20:13:08  <ThomasWaldmann> 03:55  derdon$ why not "return bool(self.textchas)"?
  23 2014-01-02T20:13:18  <ThomasWaldmann> and there is no admin user
  24 2014-01-02T20:13:46  <derdon> ah, but there is a group called "admin", right?
  25 2014-01-02T20:13:46  <ThomasWaldmann> you can use "before" acl to give a user all rights ever
  26 2014-01-02T20:13:57  <derdon> hm
  27 2014-01-02T20:14:26  <ThomasWaldmann> admin is a permission (to modify acls)
  28 2014-01-02T20:15:56  <derdon> where can I find out more about how administrating the users, permissions and ACLs work?
  29 2014-01-02T20:16:45  <derdon> or: what do I have to do to be able to visit /+admin/superuser?
  30 2014-01-02T20:17:34  <ThomasWaldmann> either moin2 docs (linked from MoinMoin2.0 page, also below docs/ in the repo), or, if not there yet: HelpOnAccessControlLists page (moin2 is quite similar to moin 1.9 there)
  31 2014-01-02T20:18:16  <derdon> ThomasWaldmann: I'm reading the moin2 docs, the question was where in the docs ;)
  32 2014-01-02T20:19:48  <ThomasWaldmann> search for acl?
  33 2014-01-02T20:20:13  <derdon> ok, found it on the wiki for 1.9
  34 2014-01-02T20:22:21  <ThomasWaldmann> acls in moin2 are a bit more complex to configure as one can give them per backend, as items may have multiple names (influences hierarchical acl evaluation), ...
  35 2014-01-02T20:25:13  <derdon> ThomasWaldmann: so the concept actually do differs between moin 1.9 and moin2?
  36 2014-01-02T20:25:43  <ThomasWaldmann> a bit yes, but almost compatible
  37 2014-01-02T20:26:54  <ThomasWaldmann> (there are also new permissions create and destroy, while delete/rename is gone)
  38 2014-01-02T20:27:52  <derdon> what is the difference between delete and destroy? is one of them recoverable?
  39 2014-01-02T20:29:03  <ThomasWaldmann> 1.9 delete was just saving a new empty revision
  40 2014-01-02T20:29:20  <derdon> ah, I see
  41 2014-01-02T20:29:31  <ThomasWaldmann> 2.0 destroy is ... destructive
  42 2014-01-02T21:20:11  *** dave_largo has quit IRC
  43 2014-01-02T22:11:51  *** RogerHaase has left #moin-dev
  44 2014-01-02T22:19:08  *** jek has quit IRC
  45 2014-01-02T22:21:27  *** samgtr has quit IRC
  46 2014-01-02T22:24:59  *** jek_ has joined #moin-dev
  47 2014-01-02T22:25:08  *** samgtr has joined #moin-dev
  48 2014-01-02T22:31:50  *** samgtr has quit IRC
  49 2014-01-02T22:34:16  *** samgtr has joined #moin-dev
  50 2014-01-02T22:50:41  *** samgtr has quit IRC
  51 2014-01-02T22:53:22  *** samgtr has joined #moin-dev
  52 2014-01-02T22:56:02  *** jek_ has quit IRC
  53 2014-01-02T22:57:21  *** jek_ has joined #moin-dev
  54 

MoinMoin: MoinMoinChat/Logs/moin-dev/2014-01-02 (last edited 2014-01-02 02:15:03 by IrcLogImporter)