1 2011-07-02T02:18:07  *** brunomartin has quit IRC
   2 2011-07-02T08:36:33  <dreimark> moin
   3 2011-07-02T08:36:57  <dreimark> http://etherpad.osuosl.org/moin-2-ui +182
   4 2011-07-02T08:38:05  <dreimark> ThomasWaldmann: http://moinmo.in/4ct10n/info/AkashSinha/Gsoc2011Diary/2011-07-01?action=diff&rev2=3&rev1=2
   5 2011-07-02T08:39:15  <dreimark> The Editor: attribute is wrong, I was logged in but has the editor window long time opened
   6 2011-07-02T08:39:34  <dreimark> not sure if this is dependent for that or something else
   7 2011-07-02T08:55:38  *** sinha has joined #moin-dev
   8 2011-07-02T09:13:20  *** sinha has quit IRC
   9 2011-07-02T09:28:28  *** sinha has joined #moin-dev
  10 2011-07-02T09:32:48  *** sinha has quit IRC
  11 2011-07-02T09:47:32  *** sinha has joined #moin-dev
  12 2011-07-02T12:01:31  <dreimark> sinha: do you know nautilus?
  13 2011-07-02T12:01:39  <sinha> yes the file browser
  14 2011-07-02T12:01:48  <sinha> default in linux
  15 2011-07-02T12:02:13  <dreimark> if you show item/subitem in the same view
  16 2011-07-02T12:02:33  <dreimark> how do you want to handle index on an item?
  17 2011-07-02T12:02:57  <dreimark> s/on/of/
  18 2011-07-02T12:06:40  <sinha> yes same thing would be present on both the places,
  19 2011-07-02T12:07:10  <sinha> what i think is gloabl index will have top level items, and by click on any of them we will take to the index page of that item
  20 2011-07-02T12:07:45  <sinha> analogous to file browser
  21 2011-07-02T12:08:10  <dreimark> we need also a way to access then the item itselfs.
  22 2011-07-02T12:08:43  <dreimark> global index for only top level ./
  23 2011-07-02T12:08:52  <sinha> yes so, have a small link after item link, like Moin2.0 [...]
  24 2011-07-02T12:09:08  <dreimark> sounds good
  25 2011-07-02T12:09:17  <sinha> when Moin2.0 click we will show item, when [..] clicked go to index
  26 2011-07-02T12:09:24  <dreimark> yes
  27 2011-07-02T12:10:38  <dreimark> in the index of the item you need it similiar because it also have subitems
  28 2011-07-02T12:10:45  <dreimark> on subitems
  29 2011-07-02T12:11:10  <sinha> yes we got to use the same look and feel
  30 2011-07-02T12:11:16  <dreimark> a/1/2/3/4
  31 2011-07-02T12:11:44  <sinha> something similar to Apache index view
  32 2011-07-02T12:14:00  <sinha> and also i have sorted the index results, just wanted to sure that will it work for all languages, i have used this http://paste.pocoo.org/show/426736/
  33 2011-07-02T12:14:06  <dreimark> in nautilus you get shown where in the hierarchy of the directory you are
  34 2011-07-02T12:15:08  <sinha> path to the current item
  35 2011-07-02T12:16:04  <dreimark> the code must run with py 2.6.0
  36 2011-07-02T12:17:32  <sinha> it works for python 2.5, may be it will work for 2.6
  37 2011-07-02T12:17:57  <dreimark> ok, yes just looked in the docs when this was introduced
  38 2011-07-02T12:19:04  <dreimark> I am not sure if this locale set is needed, why do you think so?
  39 2011-07-02T12:19:43  <sinha> as the item names are in unicode, to sort them it was needed, otherwise simple sort was returning the same thing
  40 2011-07-02T12:19:44  <dreimark> the server should run in an unicode environment
  41 2011-07-02T12:20:16  <sinha> yes but i tried to do simply, index.sort() wasn't getting anything different
  42 2011-07-02T12:20:41  <dreimark> ThomasWaldmann: any ideas ^^
  43 2011-07-02T12:24:00  <dreimark> a = [u"Ä", u"ö", u"Ü", u"→", u"ø", u"a", u"A"]
  44 2011-07-02T12:24:16  <dreimark> a.sort() definitly chnages order
  45 2011-07-02T12:26:29  <dreimark> why can we have item names which have a different encoding
  46 2011-07-02T12:27:59  <dreimark> sinha: which encoding do your items have?
  47 2011-07-02T12:29:07  <sinha> strange thigs happening, it wasn't working earlier, now its working
  48 2011-07-02T12:29:19  <sinha> no wait
  49 2011-07-02T12:29:31  <sinha> i still got some discreancies
  50 2011-07-02T12:31:07  <sinha> it is showing upppercaps first, then the lowercaps
  51 2011-07-02T12:35:33  <sinha> okay, i will check this sorting issue later
  52 2011-07-02T12:35:42  <sinha> but as of now what is the plan to proceed
  53 2011-07-02T12:36:27  <sinha> 1) show indexes on global index page, if a item has subitems we will have a link beside it, which will take to item index page
  54 2011-07-02T12:37:10  <sinha> 2) same thing will be done at the item index page, and on the top we will have a complete path which points to the current item
  55 2011-07-02T12:38:04  <sinha> and do we need to keep that alphabet list on top for item index also ?
  56 2011-07-02T12:38:11  <sinha> dreimark: ^
  57 2011-07-02T12:45:02  <dreimark> sinha: for now no alphabetic list on top of item index
  58 2011-07-02T12:45:53  <dreimark> or we can keep it and it is always user who did not select anything
  59 2011-07-02T12:46:19  <sinha> okay, so need to edit the item index function to place link on its subitems, and keep the look same ? i mean with mime-icons ?
  60 2011-07-02T12:46:48  <dreimark> look and feel should be similiar
  61 2011-07-02T12:46:56  <dreimark> definitly mime-icons
  62 2011-07-02T12:48:22  <sinha> and path on top ?
  63 2011-07-02T12:48:56  <sinha> like for Index of item C, we will show "Index of A/B/C" or just "Index of C " ?
  64 2011-07-02T12:50:13  <dreimark> we have the path in principle on the item itselfs, but then one needs to navigate again to index view
  65 2011-07-02T12:50:23  <dreimark> i think it should have A/B/C
  66 2011-07-02T12:50:34  <dreimark> and B links to index view for b
  67 2011-07-02T12:50:36  <dreimark> B
  68 2011-07-02T12:51:58  <dreimark> so that one can navigate easily in between these index pages
  69 2011-07-02T12:52:54  * dreimark htg for lunch
  70 2011-07-02T12:52:56  <dreimark> bbl
  71 2011-07-02T12:53:51  <dreimark> the item links can be used also to get to the item itselfs, it should not be changed
  72 2011-07-02T12:54:01  <dreimark> this what is right if mm icon
  73 2011-07-02T12:54:04  <dreimark> now away
  74 2011-07-02T14:05:58  *** sinha has quit IRC
  75 2011-07-02T14:19:46  *** sinha has joined #moin-dev
  76 2011-07-02T15:29:07  *** m4k3r has joined #moin-dev
  77 2011-07-02T15:44:25  *** sinha has quit IRC
  78 2011-07-02T15:44:41  *** sinha has joined #moin-dev
  79 2011-07-02T16:05:19  *** Gnarlodious has joined #moin-dev
  80 2011-07-02T16:52:36  *** Gnarlodious has quit IRC
  81 2011-07-02T17:05:22  *** raignarok has joined #moin-dev
  82 2011-07-02T17:09:03  *** m4k3r has quit IRC
  83 2011-07-02T17:59:52  *** RogerHaase has joined #moin-dev
  84 2011-07-02T18:14:34  *** RogerHaase has left #moin-dev
  85 2011-07-02T18:39:55  *** RogerHaase has joined #moin-dev
  86 2011-07-02T19:04:52  *** m4k3r has joined #moin-dev
  87 2011-07-02T19:46:39  *** raignarok has quit IRC
  88 2011-07-02T19:53:41  *** sinha1 has joined #moin-dev
  89 2011-07-02T19:53:41  *** sinha has quit IRC
  90 2011-07-02T19:55:35  *** m4k3r has quit IRC
  91 2011-07-02T19:55:54  *** caliston has quit IRC
  92 2011-07-02T20:14:49  <ThomasWaldmann> re
  93 2011-07-02T20:15:14  * ThomasWaldmann in progress of moving some server setup to a new machine
  94 2011-07-02T20:20:26  <CIA-45> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 266:7a6b116afa20 2.0/ (34 files in 12 dirs): (log message trimmed)
  95 2011-07-02T20:20:26  <CIA-45> upgrade to flask 0.7.1 (not compatible to older flasks)
  96 2011-07-02T20:20:26  <CIA-45> to upgrade to flask 0.7.1 you need to activate your virtual env and run:
  97 2011-07-02T20:20:26  <CIA-45> pip install --upgrade flask
  98 2011-07-02T20:20:26  <CIA-45> what I had to do for upgrading moin src to flask 0.7.1:
  99 2011-07-02T20:20:26  <CIA-45> ran the flask upgrade script, review what it did
 100 2011-07-02T20:20:27  <CIA-45> added template_folder='templates' to BluePrint initializers where needed
 101 2011-07-02T20:21:00  <ThomasWaldmann> ^^ be careful and read the commit comment
 102 2011-07-02T20:36:48  *** dhrasmus has joined #moin-dev
 103 2011-07-02T21:09:47  *** RogerHaase has left #moin-dev
 104 2011-07-02T21:16:39  *** dhrasmus has left #moin-dev
 105 2011-07-02T22:08:01  * ThomasWaldmann done with server stuff for today
 106 2011-07-02T22:45:12  <CIA-45> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 267:e969c9318772 2.0/MoinMoin/app.py: remove HTTPException handler for setup_user that is not needed any more for flask >= 0.7
 107 2011-07-02T22:47:55  *** sinha1 has quit IRC
 108 2011-07-02T22:57:51  * dreimark had killed envx and redone
 109 2011-07-02T23:54:50  <CIA-45> Reimar Bauer <rb.proj AT googlemail DOT com> default * 268:58b9f645746f 2.0/wikiconfig.py: wikiconfig: renamed env_dir env to envxs

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