1 2011-07-19T00:01:17  <dreimark> gn
   2 2011-07-19T01:06:54  *** m4k3r_ has quit IRC
   3 2011-07-19T01:39:32  *** franklin_ has quit IRC
   4 2011-07-19T01:39:32  *** aa_ has quit IRC
   5 2011-07-19T01:44:51  *** franklin_ has joined #moin-dev
   6 2011-07-19T01:44:51  *** aa_ has joined #moin-dev
   7 2011-07-19T04:20:51  *** MattMaker has quit IRC
   8 2011-07-19T04:21:11  *** MattMaker has joined #moin-dev
   9 2011-07-19T04:30:44  *** xjjk has quit IRC
  10 2011-07-19T04:39:37  *** xjjk has joined #moin-dev
  11 2011-07-19T05:37:49  *** m4k3r has joined #moin-dev
  12 2011-07-19T06:16:30  *** franklin_ has quit IRC
  13 2011-07-19T06:17:25  *** franklin has joined #moin-dev
  14 2011-07-19T08:19:34  *** m4k3r_ has joined #moin-dev
  15 2011-07-19T08:20:49  *** m4k3r has quit IRC
  16 2011-07-19T08:24:42  *** m4k3r_ has quit IRC
  17 2011-07-19T08:24:59  *** m4k3r has joined #moin-dev
  18 2011-07-19T08:36:54  *** m4k3r has quit IRC
  19 2011-07-19T08:55:14  <ThomasWaldmann> moin
  20 2011-07-19T09:32:18  *** m4k3r has joined #moin-dev
  21 2011-07-19T09:42:00  *** m4k3r has quit IRC
  22 2011-07-19T09:47:56  *** mkerrin has joined #moin-dev
  23 2011-07-19T09:49:32  <dreimark> moin#
  24 2011-07-19T09:55:06  <ThomasWaldmann> hmm, marchael seems to be offline
  25 2011-07-19T10:13:05  *** Marchael has joined #moin-dev
  26 2011-07-19T10:16:02  <Marchael> moin
  27 2011-07-19T10:23:53  <dreimark> ThomasWaldmann: ^
  28 2011-07-19T10:57:32  <ThomasWaldmann> ah, wb Marchael
  29 2011-07-19T10:57:47  <ThomasWaldmann> Marchael: at home now?
  30 2011-07-19T11:06:19  <Marchael> ThomasWaldmann: hm, I'm in hostel
  31 2011-07-19T11:06:45  <Marchael> I read your issue on ep, may be use str instead None?
  32 2011-07-19T11:07:49  <ThomasWaldmann> that thing is quite widely used. maybe rather is something like ... = cfg.interwikiname or u''
  33 2011-07-19T11:08:05  *** greg_f has joined #moin-dev
  34 2011-07-19T11:08:14  <Marchael> ok
  35 2011-07-19T11:16:39  <Marchael> bbl
  36 2011-07-19T12:15:09  <Marchael> re
  37 2011-07-19T12:15:14  <Marchael> ThomasWaldmann: please review http://codereview.appspot.com/4784042
  38 2011-07-19T12:43:47  <ThomasWaldmann> Marchael: just had a quick look, but it looks ok
  39 2011-07-19T12:44:15  <Marchael> ok
  40 2011-07-19T12:44:18  <ThomasWaldmann> are you aware that you use name of an outer scope from an inner scope?
  41 2011-07-19T12:44:34  <Marchael> yes, is it bad?
  42 2011-07-19T12:45:04  <Marchael> but this scope located in the same class
  43 2011-07-19T12:46:22  <Marchael> hm, I can use "wikiname=app.cfg.interwikiname or u'' " instead of "wikiname=interwikiname"
  44 2011-07-19T12:46:46  <Marchael> each time, but I think that looks ugly
  45 2011-07-19T12:55:11  <ThomasWaldmann> well, not bad, just a bit unusual maybe. keep it for now, test it.
  46 2011-07-19T12:56:08  <Marchael> tested, seems ok.
  47 2011-07-19T12:59:19  <ThomasWaldmann> ok, continue reading EP, line by line and check your code does everything needed
  48 2011-07-19T13:00:35  *** mkerrin has quit IRC
  49 2011-07-19T13:00:51  *** mkerrin has joined #moin-dev
  50 2011-07-19T13:02:03  <Marchael> ThomasWaldmann: hm, I guess now I should work on race condition or blocked content types?
  51 2011-07-19T13:02:22  <Marchael> (iso, jpeg, avi etc.)
  52 2011-07-19T13:04:07  <ThomasWaldmann> don't touch data indexing yet, I am still working on this
  53 2011-07-19T13:04:30  <ThomasWaldmann> (just had little time the last days due to all sorts of incidences at customers and other stuff)
  54 2011-07-19T13:04:57  <ThomasWaldmann> but there is still some todo relating to indexing that is not done yet
  55 2011-07-19T13:05:02  <Marchael> ok, then I'll work on race condition
  56 2011-07-19T13:05:48  <ThomasWaldmann> alternatively, you can start at working on a simple wiki search implementation (just giving debug output, without template usage), so one can try search in the wiki
  57 2011-07-19T13:06:16  <ThomasWaldmann> what race condition do you mean?
  58 2011-07-19T13:06:56  <Marchael> I meant race condition when multiple threads want to write in one index file
  59 2011-07-19T13:07:23  <Marchael> also, you pointed me to atexit()
  60 2011-07-19T13:09:00  <ThomasWaldmann> yeah. but that needs quite deep knowledge of what is happening on process/thread level at process termination and might be a bit hard to test.
  61 2011-07-19T13:09:42  <Marchael> ok, then first I try simple search
  62 2011-07-19T13:09:45  <ThomasWaldmann> so if it is not clear to you what needs to be done there and you don't get ahead quickly, maybe leave that todo for later.
  63 2011-07-19T13:09:52  <ThomasWaldmann> must go, bbl
  64 2011-07-19T13:18:09  <CIA-114> Thomas Waldmann <tw AT waldmann-edv DOT de> * ebdfe9448e01 r345 moin-2.0/MoinMoin/ (22 files in 3 dirs): (log message trimmed)
  65 2011-07-19T13:18:09  <CIA-114> make converter api more homogeneous, adapt tests
  66 2011-07-19T13:18:09  <CIA-114> you can give a file-like object (like a revision), a str or unicode now to a
  67 2011-07-19T13:18:09  <CIA-114> input converter (no matter for what mimetype it is).
  68 2011-07-19T13:18:09  <CIA-114> you also need to give the contenttype (at least for the text input converters,
  69 2011-07-19T13:18:09  <CIA-114> they will extract the charset from there and decode appropriately).
  70 2011-07-19T13:18:10  <CIA-114> removed the feed_input_conv methods, we always give the revision and the
  71 2011-07-19T13:18:10  <CIA-114> Thomas Waldmann <tw AT waldmann-edv DOT de> * e02f3f45ab5d r346 moin-2.0/MoinMoin/converter/ (16 files): converters: cosmetic changes
  72 2011-07-19T13:18:11  <CIA-114> Michael Mayorov <marchael@kb.csu.ru> * 748523da8db6 r347 moin-2.0/MoinMoin/ (26 files in 3 dirs): Merged
  73 2011-07-19T13:20:34  *** m4k3r has joined #moin-dev
  74 2011-07-19T13:32:34  *** mkerrin has quit IRC
  75 2011-07-19T13:37:41  <ThomasWaldmann> Marchael: ^^ what you just merged is one step in the direction of maybe easier usable converters, but not all we need (yet)
  76 2011-07-19T13:39:27  <Marchael> hm, and I should use it now?
  77 2011-07-19T13:43:58  <Marchael> iircI have troubles with parsing IRIs
  78 2011-07-19T13:45:07  <Marchael> ah, I'll use it later when we find a way how to index content
  79 2011-07-19T13:46:20  *** gwork has joined #moin-dev
  80 2011-07-19T13:59:05  <CIA-114> Michael Mayorov <marchael@kb.csu.ru> * c9653e23e167 r348 moin-2.0/ (3 files in 3 dirs): Fixed runtime and offline indexation, if interwiki was None, moin crashed
  81 2011-07-19T14:08:26  *** mkerrin has joined #moin-dev
  82 2011-07-19T14:28:15  *** Marchael has quit IRC
  83 2011-07-19T15:02:05  *** Marchael has joined #moin-dev
  84 2011-07-19T15:08:42  *** sinha has joined #moin-dev
  85 2011-07-19T15:09:56  <sinha> dreimark: i may get delayed by 20-30 mins for today's weekly meeting (has to leave for some place).
  86 2011-07-19T15:13:56  *** mkerrin has quit IRC
  87 2011-07-19T15:15:15  *** sinha has quit IRC
  88 2011-07-19T15:32:43  <Marchael> I'm looking for a search template in 1.9, where is it located?
  89 2011-07-19T15:43:56  *** mkerrin has joined #moin-dev
  90 2011-07-19T15:47:51  <ThomasWaldmann> waldi: http://paste.pocoo.org/show/442192/ comments?
  91 2011-07-19T15:48:04  <ThomasWaldmann> brb
  92 2011-07-19T15:55:54  <dreimark> Marchael: we don't have templates in 1.9
  93 2011-07-19T15:56:43  <Marchael> dreimark: I just want to see example for creating template
  94 2011-07-19T15:57:06  <dreimark> http://hg.moinmo.in/moin/1.9/file/62202e5435e2/MoinMoin/search
  95 2011-07-19T15:58:19  <dreimark> http://hg.moinmo.in/moin/1.9/file/62202e5435e2/MoinMoin/theme/__init__.py#l780
  96 2011-07-19T15:58:57  <Marchael> ah, there is
  97 2011-07-19T16:57:35  <Marchael> I made simple search funtion and form http://codereview.appspot.com/4772042 but I have got "ValueError: unsupported format character ''' (0x27) at index 29" here, full traceback http://paste.pocoo.org/show/442242/
  98 2011-07-19T16:58:27  <Marchael> query it's string coming from searchbox
  99 2011-07-19T17:05:04  <Marchael> ThomasWaldmann: ^
 100 2011-07-19T17:10:35  <dreimark> Marchael: h1>{{ _("Documents not found '%(query)'", query=query) }}</h1>
 101 2011-07-19T17:10:45  <dreimark> read that line 41
 102 2011-07-19T17:10:58  <waldi> ThomasWaldmann: purpose?
 103 2011-07-19T17:13:04  <Marchael> dreimark: you mean, that sentence written wrong?
 104 2011-07-19T17:13:49  <dreimark> Marchael: yes you have a typo in it
 105 2011-07-19T17:14:18  <dreimark> ValueError: unsupported format character ''' (0x27) at index 29
 106 2011-07-19T17:14:42  <dreimark> you have missed to add the format code to the substitution
 107 2011-07-19T17:14:55  <dreimark> it tells you that
 108 2011-07-19T17:15:02  <dreimark> ' is not supported
 109 2011-07-19T17:15:06  <Marchael> ah, thx
 110 2011-07-19T17:23:45  *** gwork has quit IRC
 111 2011-07-19T17:51:40  <Marchael> there is my simple search result form http://i.imgur.com/ToZCq.png
 112 2011-07-19T17:52:28  <Marchael> for now, search working only for document name.
 113 2011-07-19T17:54:24  *** mkerrin has quit IRC
 114 2011-07-19T17:55:43  <Marchael> ThomasWaldmann: http://codereview.appspot.com/4772042/ Patchset 2
 115 2011-07-19T18:04:51  <xorAxAx> hmm, meeting!
 116 2011-07-19T18:05:07  <xorAxAx> dreimark, Marchael, waldi
 117 2011-07-19T18:05:13  <xorAxAx> pretty few peeps
 118 2011-07-19T18:05:19  * Marchael here
 119 2011-07-19T18:05:44  <xorAxAx> ThomasWaldmann: are you with us?
 120 2011-07-19T18:06:14  <waldi> here
 121 2011-07-19T18:07:12  <xorAxAx> Marchael: please begin
 122 2011-07-19T18:07:27  <Marchael> ok
 123 2011-07-19T18:07:46  <dreimark> hi
 124 2011-07-19T18:07:52  <Marchael> Last part of week I was unavailable due driving to my home.
 125 2011-07-19T18:07:53  <Marchael> I made bugfix in runtime indexing and offline script which caused moin crash
 126 2011-07-19T18:08:00  *** m4k3r_ has joined #moin-dev
 127 2011-07-19T18:08:17  <Marchael> also I made simple search result form as you can see above
 128 2011-07-19T18:08:28  *** m4k3r has quit IRC
 129 2011-07-19T18:08:56  <Marchael> this week I'll be working on improving usability of search form and search query parsing
 130 2011-07-19T18:09:03  <Marchael> blocker: none
 131 2011-07-19T18:09:21  <xorAxAx> thanks
 132 2011-07-19T18:09:34  <xorAxAx> looks like we need to wait for the others
 133 2011-07-19T18:10:00  * dreimark sinha announced a delay of 20 min
 134 2011-07-19T18:18:45  <ThomasWaldmann> sorry, I am late, had a customer at the phone
 135 2011-07-19T18:19:53  <ThomasWaldmann> Marchael: you don't need to implement search query parsing, just use the code from whoosh that does that
 136 2011-07-19T18:20:33  <Marchael> I meant that what I need implement search rules for user
 137 2011-07-19T18:21:00  <Marchael> like "name:Home hostname:127.0.0.1"
 138 2011-07-19T18:21:17  <Marchael> I don't think what whoosh can parse that string
 139 2011-07-19T18:21:29  <Marchael> at least I'm need split
 140 2011-07-19T18:22:25  <Marchael> or e.g "name:'Some name with blanks' userid:JoeDoe"
 141 2011-07-19T18:22:50  <Marchael> parse that line with split and then pass it to whoosh
 142 2011-07-19T18:23:30  <Marchael> roughtly
 143 2011-07-19T18:44:50  <Marchael> bbl
 144 2011-07-19T18:44:54  *** Marchael has quit IRC
 145 2011-07-19T18:50:13  <ThomasWaldmann> well, i suggest you notify your students that soc is not yet over and that they create an alarm of some kind for the meeting
 146 2011-07-19T18:56:39  *** dreimark_ has joined #moin-dev
 147 2011-07-19T19:01:06  *** jek has quit IRC
 148 2011-07-19T19:01:06  *** dreimark has quit IRC
 149 2011-07-19T19:02:30  *** jek has joined #moin-dev
 150 2011-07-19T19:07:37  *** jek has quit IRC
 151 2011-07-19T19:08:14  *** jek has joined #moin-dev
 152 2011-07-19T19:30:58  <dreimark_> re
 153 2011-07-19T19:39:49  *** jek- has joined #moin-dev
 154 2011-07-19T19:39:54  *** jek has quit IRC
 155 2011-07-19T19:40:41  *** jek- is now known as jek
 156 2011-07-19T19:47:55  *** sinha has joined #moin-dev
 157 2011-07-19T19:50:09  <sinha> dreimark_: sry for the delay, meeting ?
 158 2011-07-19T19:52:49  *** greg_f has quit IRC
 159 2011-07-19T19:53:18  *** jek has quit IRC
 160 2011-07-19T19:53:18  *** jek has joined #moin-dev
 161 2011-07-19T19:53:26  <ThomasWaldmann> sinha: you are 2h late
 162 2011-07-19T19:54:46  <sinha> ThomasWaldmann: yes, i was expecting about 30-40 mins, sorry again
 163 2011-07-19T19:57:43  <dreimark_> sinha: yes please
 164 2011-07-19T19:58:20  *** dreimark_ is now known as dreimark
 165 2011-07-19T19:58:54  *** dreimark has quit IRC
 166 2011-07-19T19:58:54  *** dreimark has joined #moin-dev
 167 2011-07-19T19:59:29  <ThomasWaldmann> ok, we can have a late ui meeting
 168 2011-07-19T19:59:55  <dreimark> I have to go in 20min, hopefully that works out
 169 2011-07-19T20:04:04  <sinha> here i go
 170 2011-07-19T20:04:04  <sinha> LAST: Done with contenttype filtering of index at global_index page
 171 2011-07-19T20:04:04  <sinha> Changeset: https://bitbucket.org/sinha/moin2/changeset/a7207331864a
 172 2011-07-19T20:04:04  <sinha> CURRENT: Merging index and index2
 173 2011-07-19T20:04:04  <sinha> Blocker: i) should i use the same code for multiple file upload as done on index2 ( i mean this isn't drag and drop).
 174 2011-07-19T20:04:04  <sinha> ii) And when the file upload is done it(at index2) dynamically displays the uploaded file, how should i do it here ? ( I mean we have a sort thing here and as well as filter feature).
 175 2011-07-19T20:04:05  <sinha> iii ) And what about multiple downloads, i guess best thing to do will be, archive all the files to be downloaded in a single package (like .tar, .zip) then make that package to download.
 176 2011-07-19T20:05:03  <dreimark> sinha: it is drag and drop. at least it works with nautilus
 177 2011-07-19T20:05:54  <dreimark> http://test.moinmo.in/+index2/multipleupload
 178 2011-07-19T20:06:28  <dreimark> if I drag files from nautilus to the grean area they become uploaded, after i click start
 179 2011-07-19T20:07:09  <dreimark> ii) this functionality was a mockup. if you can in yours select files you trigger download too
 180 2011-07-19T20:07:25  <dreimark> by the additional action
 181 2011-07-19T20:07:40  <dreimark> you don't need to make a 1:1 merge
 182 2011-07-19T20:07:53  <dreimark> just keep the functionality but nicer
 183 2011-07-19T20:08:08  <sinha> dreimark: ok yes, it uses both
 184 2011-07-19T20:08:09  <sinha> dreimark: i am clear for this, next point
 185 2011-07-19T20:08:31  <dreimark> if you will do the fileupload your index afterwards need a refresh
 186 2011-07-19T20:09:09  <dreimark> ii) avoid zip or package if it is possible
 187 2011-07-19T20:09:19  <sinha> okay
 188 2011-07-19T20:09:32  <dreimark> the example code I did was able to make a download
 189 2011-07-19T20:09:43  <dreimark> and yours with iframe works too
 190 2011-07-19T20:10:01  <dreimark> there were just some findings by jslint
 191 2011-07-19T20:10:16  <dreimark> one important finding was about evil eval
 192 2011-07-19T20:10:26  <dreimark> the others more like pep8 issues
 193 2011-07-19T20:10:58  <dreimark> I had added a note on the diary page about that jslint
 194 2011-07-19T20:13:50  *** sinha has quit IRC
 195 2011-07-19T20:14:45  <dreimark> sinha: may be you can move some of the controls to moin-itemvies because for global index this place is completly empty
 196 2011-07-19T20:15:16  <dreimark> also for index of item it maybe makes sense to have something different there than the current entries besides Show
 197 2011-07-19T20:15:40  <dreimark> because the index pages are somehow virtuell connected to items but no items
 198 2011-07-19T20:16:11  <dreimark> so you don't expect by modify to modify the item and not what you see there
 199 2011-07-19T20:22:47  *** sinha has joined #moin-dev
 200 2011-07-19T20:23:34  <dreimark> sinha: 20:07 < dreimark> the example code I did was able to make a download
 201 2011-07-19T20:23:34  <dreimark> 20:08 < dreimark> and yours with iframe works too
 202 2011-07-19T20:23:34  <dreimark> 20:08 < dreimark> there were just some findings by jslint
 203 2011-07-19T20:23:34  <dreimark> 20:08 < dreimark> one important finding was about evil eval
 204 2011-07-19T20:23:34  <dreimark> 20:08 < dreimark> the others more like pep8 issues
 205 2011-07-19T20:23:36  <dreimark> 20:09 < dreimark> I had added a note on the diary page about that jslint
 206 2011-07-19T20:23:39  <dreimark> 20:12 -!- sinha [~akash@115.118.71.26] has quit [Ping timeout: 252 seconds]
 207 2011-07-19T20:23:41  <dreimark> 20:13 < dreimark> sinha: may be you can move some of the controls to moin-itemvies because for  global index this place is completly empty
 208 2011-07-19T20:23:45  <dreimark> 20:13 < dreimark> also for index of item it maybe makes sense to have something different  there than the current entries besides Show
 209 2011-07-19T20:23:48  <dreimark> 20:14 < dreimark> because the index pages are somehow virtuell connected to items but no items
 210 2011-07-19T20:23:52  <dreimark> 20:14 < dreimark> so you don't expect by modify to modify the item and not what you see there
 211 2011-07-19T20:24:44  * dreimark has to go - ThomasWaldmann can you continue
 212 2011-07-19T20:25:15  <dreimark> I'll read later backlog - likly 2h
 213 2011-07-19T20:25:28  <sinha> dreimark: okay
 214 2011-07-19T20:43:19  <ThomasWaldmann> brb
 215 2011-07-19T21:03:46  <ThomasWaldmann> re
 216 2011-07-19T21:04:28  <ThomasWaldmann> sinha: is there a condensed plan now how index will look like in future?
 217 2011-07-19T21:05:29  <sinha> ThomasWaldmann: prevouosly you might have seen the new view with a path on top and items coming with icons
 218 2011-07-19T21:05:49  <sinha> now i am working on putting the file upload thing there ( which is at index2)
 219 2011-07-19T21:06:35  <sinha> after that as dreimark has said we can customize the item-views at top nav bar, and put index related actions there
 220 2011-07-19T21:06:45  <sinha> as Download, etc
 221 2011-07-19T21:06:58  <sinha> with an option to select the items
 222 2011-07-19T21:07:09  <ThomasWaldmann> not sure if that really answers my question
 223 2011-07-19T21:07:42  <ThomasWaldmann> a plan could be some description or some picture how it should look like
 224 2011-07-19T21:08:04  <ThomasWaldmann> (and how it should work, etc.)
 225 2011-07-19T21:08:51  <sinha> ThomasWaldmann: see this http://www.moinmo.in/AkashSinha/Gsoc2011Diary/2011-07-17?action=AttachFile&do=get&target=multi-download.png
 226 2011-07-19T21:09:08  <sinha> this is how it will look
 227 2011-07-19T21:09:57  <ThomasWaldmann> ok, how will delete of 2 items work?
 228 2011-07-19T21:10:39  <sinha> i was just giving the idea, i am not sure whether that is right or wrong
 229 2011-07-19T21:10:57  <sinha> but we can just pop  up a single comment box
 230 2011-07-19T21:11:07  <sinha> and that comment will be same for both the items
 231 2011-07-19T21:11:16  <sinha> and delete them
 232 2011-07-19T21:13:13  <ThomasWaldmann> how do you delete them?
 233 2011-07-19T21:14:21  *** raignarok has joined #moin-dev
 234 2011-07-19T21:14:52  <sinha> i will use ajax to call the delete function, there must be some function in backend now which is called from this url "http://localhost:8080/+delete/<itme_name>"
 235 2011-07-19T21:15:52  <sinha> s/itme/item
 236 2011-07-19T21:15:58  <ThomasWaldmann> ok. what do you do if deletion of first item fails?
 237 2011-07-19T21:17:17  <sinha> (how will i know in frontend if that stops ), and if i knows somehow then i will stop the delete action for next files
 238 2011-07-19T21:20:20  <ThomasWaldmann> well, i think you'll get a 403 access denied for example if it is due to missing permissions
 239 2011-07-19T21:21:33  <sinha> ThomasWaldmann: actually i havent been any closer to implement this step, i was just giving idea of collective action
 240 2011-07-19T21:21:38  <ThomasWaldmann> but it'll be less easy to get some sort of error msg, because moin usually renders the errors within the theme, so you can't extract them easily
 241 2011-07-19T21:22:13  <sinha> yes
 242 2011-07-19T21:22:55  <sinha> the place where it does 403 error, there i will return some sort of error code and based on that i will display the error message
 243 2011-07-19T21:24:33  <ThomasWaldmann> maybe we need some special "views" that accept stuff via json and return status the same way
 244 2011-07-19T21:26:38  <ThomasWaldmann> also, if one does ajax anyway, it maybe doesn't make sense to first let the user check all those items and then try to delete all selected
 245 2011-07-19T21:27:01  <ThomasWaldmann> but one could first ask for a comment and then delete-on-klick maybe?
 246 2011-07-19T21:27:17  <ThomasWaldmann> with immediate response whether it worked for that single item?
 247 2011-07-19T21:28:23  <ThomasWaldmann> (just an idea, not sure if it can be generalized)
 248 2011-07-19T21:28:37  <sinha> ThomasWaldmann: yes we need to write new views
 249 2011-07-19T21:29:19  <ThomasWaldmann> what happens if one clicks on [+] that's right of "portrait"?
 250 2011-07-19T21:29:33  <sinha> it will take to index page of that item
 251 2011-07-19T21:29:39  <sinha> +index/portrait
 252 2011-07-19T21:30:04  <ThomasWaldmann> ah, ok
 253 2011-07-19T21:30:34  <ThomasWaldmann> hmm, maybe some users would expect that to expand in the current view
 254 2011-07-19T21:30:54  <ThomasWaldmann> (would look ugly, though)
 255 2011-07-19T21:31:24  <ThomasWaldmann> (at least in that "icon-like" raster view)
 256 2011-07-19T21:31:29  <sinha> yes, it means expand the index
 257 2011-07-19T21:32:35  <ThomasWaldmann> expanding it within the current view and showing index of that item in a new view are different things
 258 2011-07-19T21:33:23  <sinha> okay
 259 2011-07-19T21:35:12  <sinha> so where should i start, ( i thought of first doing this file upload/download) and then move forward
 260 2011-07-19T21:35:37  <ThomasWaldmann> well, start by having a plan?
 261 2011-07-19T21:36:14  <ThomasWaldmann> (that's faster than try&error and having changing requirements)
 262 2011-07-19T21:36:30  <ThomasWaldmann> if you already have one, please point me to it
 263 2011-07-19T21:38:23  <sinha> :)
 264 2011-07-19T21:38:23  <sinha> so here is the plan
 265 2011-07-19T21:38:23  <sinha> i) Merging the functionality of index2 and index
 266 2011-07-19T21:38:44  <ThomasWaldmann> make a wiki page
 267 2011-07-19T21:38:56  <ThomasWaldmann> or expand some wiki page
 268 2011-07-19T21:40:23  <sinha> ii) Identify the actions which is needed for the items (which could be done from that index itself) and especially the actions which could be applied on a set of items like Download, delete, Destroy..
 269 2011-07-19T21:40:23  <sinha> So for Mergin the index2 and index, i will try to reuse the code of index2 to bring the functionality
 270 2011-07-19T21:40:50  <sinha> let me create one
 271 2011-07-19T21:41:05  <ThomasWaldmann> alternatively, an etherpad
 272 2011-07-19T21:41:13  <sinha> yes
 273 2011-07-19T21:56:59  <ThomasWaldmann> waldi: (15:46) < ThomasWal> waldi: http://paste.pocoo.org/show/442192/ comments?
 274 2011-07-19T21:57:26  <ThomasWaldmann> the purpose is to e.g. index documents that are cleaned from markup
 275 2011-07-19T21:57:59  <ThomasWaldmann> or convert non-text items to some related text (e.g. extract metadata)
 276 2011-07-19T21:58:54  <ThomasWaldmann> (currently it uses the rst output converter, but that should be rather something just emitting text)
 277 2011-07-19T22:00:02  <waldi> ThomasWaldmann: well, it is a converter
 278 2011-07-19T22:00:21  <sinha> ThomasWaldmann: dreimark: http://etherpad.osuosl.org/moin-2-ui
 279 2011-07-19T22:19:45  <ThomasWaldmann> sinha: maybe it would be more productive if you hadn't left the pad
 280 2011-07-19T22:20:14  <sinha> ThomasWaldmann: i am on the pad
 281 2011-07-19T22:42:45  <dreimark> re
 282 2011-07-19T23:06:42  *** raignarok has quit IRC
 283 

MoinMoin: MoinMoinChat/Logs/moin-dev/2011-07-19 (last edited 2011-07-18 22:45:02 by IrcLogImporter)