1 2013-09-12T07:51:38  *** blackthunder has quit IRC
   2 2013-09-12T08:30:10  <sharky93> moin
   3 2013-09-12T10:01:38  <sharky93> ThomasWaldmann: regarding https://bitbucket.org/sharky93/moin-2.0-bootstrap/issue/32/trail-has-entries-that-are-not-items .. do you mean the +wanteds view, since +wanted is not a view? ..
   4 2013-09-12T11:01:48  <sharky93> breadcrumbs combined \o/
   5 2013-09-12T13:17:54  <TheSheep> mega-breadcrumbzor appears!
   6 2013-09-12T13:52:34  <sharky93> re
   7 2013-09-12T13:52:50  <sharky93> TheSheep: about #46, the user settings view, anything left with that?
   8 2013-09-12T14:40:51  *** brunomartin has joined #moin-dev
   9 2013-09-12T20:27:37  <ananasova> moin from rainy Prague!
  10 2013-09-12T20:29:11  <ThomasWaldmann> moin
  11 2013-09-12T20:29:19  <ThomasWaldmann> from a rainy stuttgart
  12 2013-09-12T20:31:06  <ThomasWaldmann> sharky93: everything is a view, but breadcrumbs should only have items imho
  13 2013-09-12T21:07:43  <sharky93> ThomasWaldmann: if the url reads /+randomstuff/abcd .. this "+randomstuff/abcd" is interpreted as an item, that is the reason it appears in the breadcrumbs
  14 2013-09-12T21:08:18  <ThomasWaldmann> we won't have items starting with +
  15 2013-09-12T21:08:50  <sharky93> ThomasWaldmann: is that already implemented with the main repo?
  16 2013-09-12T21:09:56  <sharky93> ThomasWaldmann: so, i'll just add a check, if the name startswith '+' .. do not add into the breadcrumb ..
  17 2013-09-12T21:11:38  <ThomasWaldmann> where does it get added to breadcrumbs, in what view?
  18 2013-09-12T21:12:54  <sharky93> ThomasWaldmann: here @ https://bitbucket.org/sharky93/moin-2.0-bootstrap/src/63d9b1fd242855e656b07ff5d2fddba32867dafd/MoinMoin/apps/frontend/views.py?at=default#cl-363
  19 2013-09-12T21:13:08  <sharky93> show for 404.
  20 2013-09-12T21:16:03  <ThomasWaldmann> sharky93: can you reproduce the bug in exactly the way as described there?
  21 2013-09-12T21:18:15  <sharky93> ThomasWaldmann: im not sure what is the "+wanted items view"?
  22 2013-09-12T21:18:58  <ThomasWaldmann> can you just do what is described there?
  23 2013-09-12T21:20:09  <ThomasWaldmann> the first step in solving a bug is reading it, understanding it and reproducing it
  24 2013-09-12T21:26:21  <sharky93> ThomasWaldmann: hmm, i can reproduce the bug.
  25 2013-09-12T21:27:29  <sharky93> ThomasWaldmann: my point is only that, existing views such as "+wanteds", "+rename" etc do not get added to the trail, the only reason "+wanted" gets added is because its not a view and it is treated like an item ..
  26 2013-09-12T21:37:05  <ThomasWaldmann> everything you can click on in moin is a view, so, does +wanteds show you wanted items? (if you have no link to a non-existing item, the list will be empty)
  27 2013-09-12T21:37:56  <ThomasWaldmann> and i mean the link you can click from the "User" view
  28 2013-09-12T21:39:51  <sharky93> ThomasWaldmann: i clicked on the link from the "User" view, doesnt show me anything as i dont have any links to non-existing items, .. and as expected, +wanteds did not get added to the trail
  29 2013-09-12T21:44:12  <ThomasWaldmann> so you clicked at another item after visiting the +wanteds view and +wanteds is not in the trail after that?
  30 2013-09-12T21:46:12  <sharky93> ThomasWaldmann: yes, i combined the breadcrumbs too, so if free you can have a quick look :)
  31 2013-09-12T21:46:29  <ThomasWaldmann> ok, so you can't reproduce the bug
  32 2013-09-12T21:47:23  <sharky93> in the report you've mentioned about +wanted .. that should act different than +wanteds right?
  33 2013-09-12T21:50:31  <sharky93> ThomasWaldmann: ^
  34 2013-09-12T21:50:48  <ThomasWaldmann> that's maybe just a typo (or it was named +wanted at that time and was renamed to +wanteds later)
  35 2013-09-12T21:51:27  <sharky93> :)
  36 2013-09-12T21:51:50  <sharky93> so we close #32?
  37 2013-09-12T21:51:52  <ThomasWaldmann> so at least for your theme, i can't reproduce the issue any more. try it for the other 2 and close the issue if you can not reproduce there either.
  38 2013-09-12T21:52:32  <ThomasWaldmann> btw, on account creation, the inputs are not wide enough to even hold the english text
  39 2013-09-12T21:53:31  <sharky93> ThomasWaldmann: yeah, the ugly text box shows that it hasn't been bootstrapped yet :)
  40 2013-09-12T21:53:40  <sharky93> i'll fix it.
  41 2013-09-12T21:55:25  <ThomasWaldmann> btw, some change broke modernized theme, it looks rather stripey ugly now
  42 2013-09-12T21:57:05  <sharky93> ThomasWaldmann: hmm, similar case with FooBar, i think if we separate the css for each theme, they'll fix upon themselves
  43 2013-09-12T21:57:32  <sharky93> ThomasWaldmann: but we may also want boostrap utilities with them, this we'll have to discuss with sheep
  44 2013-09-12T21:57:39  * ThomasWaldmann installs ubuntu to rescue a otherwise soon-obsolete notebook (Win XP EOL)
  45 2013-09-12T21:58:40  * sharky93 closes #32
  46 2013-09-12T21:58:49  <sharky93> ah, already closed! :)
  47 2013-09-12T22:00:32  <sharky93> ThomasWaldmann: the new layout seems better?
  48 2013-09-12T22:05:51  <ThomasWaldmann> yes, guess we need a bigger logo though (you might try the svg)
  49 2013-09-12T22:06:57  <ThomasWaldmann> it has a lot of border for me, do you have fixed width?
  50 2013-09-12T22:08:10  <ThomasWaldmann> and i still think the comment line on the help tab in the editor is rather irritating.
  51 2013-09-12T22:08:58  <ThomasWaldmann> fix the footer at the lower screen border? see bootstrap examples.
  52 2013-09-12T22:09:32  <ThomasWaldmann> index still broken
  53 2013-09-12T22:10:25  <ThomasWaldmann> and the stuff on the left is too high even for a 1920x1080 display
  54 2013-09-12T22:10:53  <sharky93> ThomasWaldmann: umm, stuff?
  55 2013-09-12T22:11:08  <ThomasWaldmann> icons present for the lower items, no icons for the upper items
  56 2013-09-12T22:11:22  <ThomasWaldmann> the vertikal menu
  57 2013-09-12T22:11:36  <ThomasWaldmann> site nav, suppl, actions, ...
  58 2013-09-12T22:12:43  <sharky93> hmm, those will be minor changes.. if the overall things works well, tweaking is easy.
  59 2013-09-12T22:13:15  <ThomasWaldmann> doesn't shrink correctly below some specific width
  60 2013-09-12T22:13:37  <ThomasWaldmann> there seems to be a unshrinkable blue block at the left in the search bar
  61 2013-09-12T22:14:11  <ThomasWaldmann> if you go below that width, it gets rather ugly
  62 2013-09-12T22:14:41  <sharky93> you mean the "Go" button?
  63 2013-09-12T22:14:54  <ThomasWaldmann> logo needs padding
  64 2013-09-12T22:15:40  <ThomasWaldmann> no, the area left of the search field doesn't shrink to zero
  65 2013-09-12T22:16:27  <ThomasWaldmann> and it swaps search and the other stuff, which makes it look more ugly
  66 2013-09-12T22:17:47  <sharky93> ah, i see the area left of the search field which doesnt shrink to zero, but i dont understand what you mean by swap here?
  67 2013-09-12T22:18:08  <ThomasWaldmann> before: stuff left, search right. after: search left, stuff right.
  68 2013-09-12T22:18:15  <ThomasWaldmann> FF
  69 2013-09-12T22:18:30  <ThomasWaldmann> just critically look at different widths
  70 2013-09-12T22:19:13  <ThomasWaldmann> the footer might look better if it is right besides the left panel, not below. not sure.
  71 2013-09-12T22:19:55  <ThomasWaldmann> the small moin logo in there doesn't really look good
  72 2013-09-12T22:20:37  <sharky93> another FF specific issue #swapping .. :/
  73 2013-09-12T22:20:37  <ThomasWaldmann> but the breadcrumbs are better :)
  74 2013-09-12T22:21:21  <sharky93> :)
  75 2013-09-12T22:21:51  * sharky93 starting to not like FF
  76 2013-09-12T22:23:14  <ThomasWaldmann> targetting the x to remove a quicklink is a bit challenging
  77 2013-09-12T22:24:07  <sharky93> we could probably increase the block size #tweaks :)
  78 2013-09-12T22:24:31  <sharky93> that will expand the range in which the click works
  79 2013-09-12T22:25:44  <sharky93> pretty late here .. /me sleepy
  80 2013-09-12T22:26:32  <ThomasWaldmann> global history looks crappy
  81 2013-09-12T22:27:06  <ThomasWaldmann> global index crashes
  82 2013-09-12T22:28:16  <sharky93> hmm, global history not bootstrapped yet.
  83 2013-09-12T22:28:25  <ThomasWaldmann> and Go! for the search could be a translation problem, try to find that usual symbol in that font
  84 2013-09-12T22:28:52  <sharky93> hmm, better.
  85 2013-09-12T22:29:53  * sharky93 will run the debugger for the crash later.
  86 2013-09-12T22:30:17  <ThomasWaldmann> search results also need style
  87 2013-09-12T22:30:44  <sharky93> yeah
  88 2013-09-12T22:30:51  <ThomasWaldmann> "Basic" is there to stay or do we get a better name?
  89 2013-09-12T22:31:12  <sharky93> that is an open-end.
  90 2013-09-12T22:31:20  <ThomasWaldmann> you could make it green and call it Python :D
  91 2013-09-12T22:31:33  <sharky93> x"D
  92 2013-09-12T22:31:46  <sharky93> or blue and shark :D
  93 2013-09-12T22:34:05  <sharky93> ThomasWaldmann: i'll have a look at the screen later, if you find more issues :)
  94 2013-09-12T22:34:12  * sharky93 says gn
  95 2013-09-12T22:34:17  <ThomasWaldmann> gn sharky93

MoinMoin: MoinMoinChat/Logs/moin-dev/2013-09-12 (last edited 2013-09-12 08:00:02 by IrcLogImporter)