1 2015-02-24T01:18:04  *** vipul20 has quit IRC
   2 2015-02-24T02:57:50  *** vipul20 has joined #moin-dev
   3 2015-02-24T03:02:26  <vipul20> Hello, I have a question: How do I create an item ? when I go to /+modify it says "Item '+modify' does not exist (yet), but you can try creating it now." and when I select any type of item to create, it again shows the same message. Is there anything I am missing which I should have done before doing this ?
   4 2015-02-24T06:48:04  *** vipul20 has quit IRC
   5 2015-02-24T09:14:39  *** hawkins has joined #moin-dev
   6 2015-02-24T09:14:57  <hawkins> RogerHaase: Thanks for replying. I will try to work on them, could you please have a look at issue #495, is it meaningful?
   7 2015-02-24T09:17:29  *** sagar_ has joined #moin-dev
   8 2015-02-24T10:03:19  *** greg_f has joined #moin-dev
   9 2015-02-24T12:05:36  *** vipul20 has joined #moin-dev
  10 2015-02-24T12:50:12  *** RogerHaase has joined #moin-dev
  11 2015-02-24T12:53:29  <RogerHaase> vipul20: you hit https://bitbucket.org/thomaswaldmann/moin-2.0/issue/491/werkzeug-0101-breaks-item-links-for-modify - rerun ./m quickinstall
  12 2015-02-24T13:10:15  *** aabs08 has joined #moin-dev
  13 2015-02-24T13:12:24  <ThomasWaldmann> sagar_: did you read our gsoc wiki pages and the pages linked from there? should give you a good start.
  14 2015-02-24T13:15:38  <sagar_> ThomasWaldmann cool I will go though documentation part I hope it includes the development environment setup :)
  15 2015-02-24T13:18:04  <ThomasWaldmann> yes, it's in the docs
  16 2015-02-24T13:30:00  <aabs08> RogerHaase,  can you see my half working code (codereview)  for page trail  so that I may know whether I am going in right direction?
  17 2015-02-24T13:31:33  <aabs08> It only does not work for links like +history , +index i.e which does not take any item name .
  18 2015-02-24T13:31:57  *** hawkins has quit IRC
  19 2015-02-24T13:32:41  <aabs08> link : https://codereview.appspot.com/205190043
  20 2015-02-24T13:58:57  *** aabs08 has quit IRC
  21 2015-02-24T14:24:17  *** RogerHaase has left #moin-dev
  22 2015-02-24T14:28:17  *** aabs08 has joined #moin-dev
  23 2015-02-24T14:29:15  *** aabs08 has quit IRC
  24 2015-02-24T14:29:33  *** aabs08 has joined #moin-dev
  25 2015-02-24T14:32:32  *** aabs08 has quit IRC
  26 2015-02-24T14:38:14  *** rmanish has joined #moin-dev
  27 2015-02-24T14:58:28  *** rmanish has quit IRC
  28 2015-02-24T14:58:43  *** rmanish has joined #moin-dev
  29 2015-02-24T15:01:43  <vipul20> thanks RogerHaase that helped
  30 2015-02-24T15:05:57  *** rmanish has quit IRC
  31 2015-02-24T15:10:14  *** rmanish has joined #moin-dev
  32 2015-02-24T15:48:57  *** dave_largo has joined #moin-dev
  33 2015-02-24T16:42:58  *** rmanish has quit IRC
  34 2015-02-24T16:44:10  *** rmanish has joined #moin-dev
  35 2015-02-24T16:50:49  *** rmanish has quit IRC
  36 2015-02-24T16:50:55  *** rmanish has joined #moin-dev
  37 2015-02-24T17:00:59  *** RogerHaase has joined #moin-dev
  38 2015-02-24T17:03:22  *** rmanish has quit IRC
  39 2015-02-24T17:11:17  *** rmanish has joined #moin-dev
  40 2015-02-24T17:12:58  *** rmanish has quit IRC
  41 2015-02-24T17:17:38  *** rmanish has joined #moin-dev
  42 2015-02-24T17:36:25  *** rmanish has quit IRC
  43 2015-02-24T18:05:55  *** hawkins has joined #moin-dev
  44 2015-02-24T18:49:52  *** greg_f has quit IRC
  45 2015-02-24T20:11:55  *** hawkins has quit IRC
  46 2015-02-24T21:05:57  <vipul20> Hello ThomasWaldmann. Regarding issue #469: https://bitbucket.org/thomaswaldmann/moin-2.0/issue/469/nameless-itemlinks-on-orphans-are-rendered, I thought that keeping it consistent meant that removing that mouseover magic
  47 2015-02-24T21:06:15  <vipul20> and also, I am not able to understand how I can use itemid for consistent linking here https://codereview.appspot.com/205080043/#ps20001, if you can please guide me it would be great
  48 2015-02-24T21:16:08  <ThomasWaldmann> vipul20: find out which places use itemids (not names) for linking
  49 2015-02-24T21:24:25  *** dave_largo has quit IRC
  50 2015-02-24T21:34:01  <vipul20> thanks ThomasWaldmann. I should look for places using itemid and then try linking orphaned items and other places which are currently using item name.
  51 2015-02-24T21:34:17  <vipul20> I tried it earlier but I couldn't find anything to take a reference. I should better read and search properly
  52 2015-02-24T21:50:15  <RogerHaase> ThomasWaldmann: vipul20 I think the target for 469 has become fuzzy.  If the goal is to remove the mouseover magic, then the effected template files have the phrase "data-fqname" because that is what the JS is acting upon
  53 2015-02-24T21:51:15  <ThomasWaldmann> sure.
  54 2015-02-24T21:51:48  <ThomasWaldmann> but also the code needs to be deduplicated and that includes looking for other yet untouched places.
  55 2015-02-24T21:54:34  <RogerHaase> afaik, there is currently no way to create a link using an itemid, e.g.  [[<itemid>]] or {{<itemid>}} - if not, then the change to sitemap.html can be reverted.
  56 2015-02-24T21:56:03  <ThomasWaldmann> i don't mean markup, rather views and theme
  57 2015-02-24T21:56:39  <RogerHaase> ...unless we want to create a way to make a link to nameless tickets.  If not, that leaves duplicated code in 2 places,
  58 2015-02-24T21:59:03  <RogerHaase> So I think you are asking only for a macro to create either the duplicated LI tag or the A tag
  59 2015-02-24T22:00:20  <RogerHaase> ...which will only be used in 2 places
  60 2015-02-24T22:04:38  <RogerHaase> It is unclear what code is to be deduplicated as that is not mentioned as a goal in 469.  I would call your request "scope creep"  :)
  61 2015-02-24T22:09:32  <ThomasWaldmann> one should avoid putting the same code into 3 places
  62 2015-02-24T22:09:57  <ThomasWaldmann> and the more places there are, the harder it should be avoided
  63 2015-02-24T22:10:13  <ThomasWaldmann> RogerHaase: so you think these 3 are all?
  64 2015-02-24T22:13:01  <RogerHaase> yes, and the change to sitemap.html can be reverted (unless there is a way or a plan) to create a link to a nameless item. So there are only 2 places with that mouseover magic
  65 2015-02-24T22:13:43  <ThomasWaldmann> i didn't understand your comment to the sitemap change
  66 2015-02-24T22:15:01  <ThomasWaldmann> hmm, maybe now
  67 2015-02-24T22:15:20  <ThomasWaldmann> you say it can't be on sitemap, because we can't create such links via markup.
  68 2015-02-24T22:15:28  <RogerHaase> right
  69 2015-02-24T22:15:37  <ThomasWaldmann> ok.
  70 2015-02-24T22:16:21  <ThomasWaldmann> vipul20: ok, you are ok with duplicating it at 2 places and remove the support code on sitemap view.
  71 2015-02-24T22:19:08  <RogerHaase> gtg
  72 2015-02-24T22:19:13  *** RogerHaase has left #moin-dev
  73 

MoinMoin: MoinMoinChat/Logs/moin-dev/2015-02-24 (last edited 2015-02-24 01:30:02 by IrcLogImporter)