1 2013-09-17T00:17:23  *** bilal has quit IRC
   2 2013-09-17T06:15:09  <sharky93> moin
   3 2013-09-17T06:15:23  *** sunu_ has joined #moin-dev
   4 2013-09-17T06:15:58  *** TheSheep_ has joined #moin-dev
   5 2013-09-17T06:18:12  *** sunu has quit IRC
   6 2013-09-17T06:18:15  *** TheSheep has quit IRC
   7 2013-09-17T06:20:57  *** not-xjjk has joined #moin-dev
   8 2013-09-17T06:23:54  *** xjjk has quit IRC
   9 2013-09-17T09:43:19  *** eSyr has quit IRC
  10 2013-09-17T09:56:21  *** eSyr has joined #moin-dev
  11 2013-09-17T10:15:42  *** TheSheep_ is now known as TheSheep
  12 2013-09-17T11:11:31  *** ananasova has quit IRC
  13 2013-09-17T12:47:57  *** dave_largo has joined #moin-dev
  14 2013-09-17T12:51:15  *** ashutosh1461 has joined #moin-dev
  15 2013-09-17T13:03:51  <ThomasWaldmann> re
  16 2013-09-17T13:04:09  * ThomasWaldmann had to deal with some server issues
  17 2013-09-17T15:03:03  *** TheSheep has quit IRC
  18 2013-09-17T15:03:03  *** TheSheep has joined #moin-dev
  19 2013-09-17T15:11:06  *** ana_ananasova has joined #moin-dev
  20 2013-09-17T15:24:18  *** not-xjjk has quit IRC
  21 2013-09-17T15:27:58  *** xjjk has joined #moin-dev
  22 2013-09-17T15:58:46  *** ana_ananasova has quit IRC
  23 2013-09-17T16:25:16  <sharky93> TheSheep: i added the basic acl ui, have a look.
  24 2013-09-17T16:26:03  * TheSheep looks
  25 2013-09-17T16:27:20  <TheSheep> it shows even though I'm not allowed
  26 2013-09-17T16:27:54  <TheSheep> no, wait, I should be allowed
  27 2013-09-17T16:28:00  <TheSheep> it just says Acess Denied
  28 2013-09-17T16:29:10  <sharky93> what string did you set?
  29 2013-09-17T16:29:10  <sharky93> "None" means the default setting, "Empty" means it sets the acl as '' so wont match anything
  30 2013-09-17T16:29:21  <sharky93> everything else is directly put in the acl.
  31 2013-09-17T16:29:24  <TheSheep> ah, that's because I've taken myself away the rights to it
  32 2013-09-17T16:29:32  <sharky93> :)
  33 2013-09-17T16:29:38  <TheSheep> how is that possible?
  34 2013-09-17T16:29:54  <sharky93> that is how it works i think, no?
  35 2013-09-17T16:30:05  <TheSheep> sharky93: you should at least have some validation
  36 2013-09-17T16:30:06  <sharky93> you can yourself take the rights away from urself.
  37 2013-09-17T16:30:20  <TheSheep> I just put a random string in there
  38 2013-09-17T16:30:23  <TheSheep> and it locked me out
  39 2013-09-17T16:30:40  <sharky93> TheSheep: im just putting stuff into the metadata, there is the validation backend already present which picks up this string from the meta ..
  40 2013-09-17T16:31:25  <sharky93> TheSheep: do you mean some frontend validation?
  41 2013-09-17T16:31:28  <TheSheep> sharky93: I just typed "invalid string goes here" in that box
  42 2013-09-17T16:31:32  <TheSheep> and it locked me out
  43 2013-09-17T16:32:51  <sharky93> TheSheep: yeah, but that is supposed to work that way, right? ..
  44 2013-09-17T16:32:57  <sharky93> i studied this doc @ https://moin-20.readthedocs.org/en/latest/admin/configure.html#acls-for-contents
  45 2013-09-17T16:33:03  <sharky93> the image explains it
  46 2013-09-17T16:33:30  <TheSheep> I would expect it to be recjected if it doesn't parse as a valid acl string
  47 2013-09-17T16:33:48  <TheSheep> rejected by the editor itself, even before saving
  48 2013-09-17T16:34:19  <TheSheep> (well, ok, after pressing the 'save' button, but before putting it into the database)
  49 2013-09-17T16:35:07  <sharky93> hmm, for that we'll have to look up how do we generate errors for invalid stuff.
  50 2013-09-17T16:36:11  <TheSheep> yup
  51 2013-09-17T16:39:23  <sharky93> TheSheep: any heads up how should i look that up?
  52 2013-09-17T16:39:49  <TheSheep> sharky93: the form library has it all
  53 2013-09-17T16:40:20  <TheSheep> flatland
  54 2013-09-17T17:14:07  <sharky93> TheSheep: should it be something like the error-popup we see, like while registering, if we enter not matching passwords ..?
  55 2013-09-17T17:15:00  <TheSheep> sharky93: the field itself should get the error class from the bootstrap and turn red, and there should be the validation error displayed under it
  56 2013-09-17T17:15:15  <TheSheep> sharky93: see the form examples in bootstrap docs
  57 2013-09-17T17:16:07  <sharky93> TheSheep: hmm, ok. btw, among the other left things, i plan to complete the major issues from the tracker, then keep the complete leftover time for documentation.
  58 2013-09-17T17:16:26  <sharky93> around 3-4 days. (including the weekends)
  59 2013-09-17T17:16:35  <TheSheep> 4 days for the docs?
  60 2013-09-17T17:16:43  <TheSheep> I was thinking more like 4 hours
  61 2013-09-17T17:17:07  <TheSheep> just write the script for building the theme and describe how to run it
  62 2013-09-17T17:17:31  <sharky93> oh, hmm
  63 2013-09-17T17:29:09  <sharky93> TheSheep: i'll hopefully be able to complete the basic acl with the validation errors, then move on to bugs and then docs.. if the docs dont take much time, we go for more bugs?
  64 2013-09-17T17:33:39  <TheSheep> sharky93: possibly, or a better acl editor
  65 2013-09-17T17:33:52  <TheSheep> depends on the bugs, really
  66 2013-09-17T17:34:01  <TheSheep> I'm sure there always will be some
  67 2013-09-17T17:37:32  <sharky93> TheSheep: hmm, seeing the currently listed bugs .. i think Validation and fixing other broken views are the most important ones, no?
  68 2013-09-17T17:37:43  <sharky93> TheSheep: how badly do we want soratble tables?
  69 2013-09-17T17:37:47  <sharky93> *sortable
  70 2013-09-17T17:43:20  <TheSheep> sharky93: fixing broken views is actually a milestone
  71 2013-09-17T17:43:49  <TheSheep> sharky93: I know nothing about sortable tables, I don't recall having them on the roadmap
  72 2013-09-17T18:36:04  *** ashutosh1461 has quit IRC
  73 2013-09-17T18:49:43  *** ashutosh1461 has joined #moin-dev
  74 2013-09-17T19:37:54  *** ashutosh1461 has quit IRC
  75 2013-09-17T19:48:52  *** ashutosh1461 has joined #moin-dev
  76 2013-09-17T20:19:54  *** ashutosh1461 has quit IRC
  77 2013-09-17T20:31:29  *** ashutosh1461 has joined #moin-dev
  78 2013-09-17T21:17:39  *** dave_largo has quit IRC
  79 2013-09-17T22:00:57  *** ashutosh1461 has quit IRC
  80 2013-09-17T22:12:51  *** ashutosh1461 has joined #moin-dev
  81 

MoinMoin: MoinMoinChat/Logs/moin-dev/2013-09-17 (last edited 2013-09-17 00:30:03 by IrcLogImporter)