1 2011-07-31T00:11:03  <ThomasWaldmann> would make some sense, if you can remove a special casing by doing this
   2 2011-07-31T00:11:10  <ThomasWaldmann> sinha: ^^
   3 2011-07-31T00:19:48  <sinha> yes i have done that
   4 2011-07-31T00:22:14  <sinha> ThomasWaldmann: and the url "/+index" redirects to "/+index/" is this normal to happen ?
   5 2011-07-31T00:22:26  *** grzywacz has quit IRC
   6 2011-07-31T00:22:36  <sinha> as i have replaced "/+index" by "/+index/" at frontend route
   7 2011-07-31T00:23:17  <ThomasWaldmann> maybe a framework default behaviour, not sure
   8 2011-07-31T00:27:19  *** raignarok has quit IRC
   9 2011-07-31T00:45:06  *** sinha has quit IRC
  10 2011-07-31T01:01:22  *** m4k3r has joined #moin-dev
  11 2011-07-31T01:09:58  *** m4k3r has quit IRC
  12 2011-07-31T01:20:28  <dreimark> gn
  13 2011-07-31T08:34:17  *** m4k3r has joined #moin-dev
  14 2011-07-31T08:45:38  *** MattMaker has quit IRC
  15 2011-07-31T08:49:00  *** MattMaker has joined #moin-dev
  16 2011-07-31T09:13:18  *** sinha has joined #moin-dev
  17 2011-07-31T09:42:42  *** raignarok has joined #moin-dev
  18 2011-07-31T10:39:06  *** raignarok has quit IRC
  19 2011-07-31T10:50:27  *** m4k3r has quit IRC
  20 2011-07-31T10:51:09  *** m4k3r has joined #moin-dev
  21 2011-07-31T11:05:15  *** grzywacz has joined #moin-dev
  22 2011-07-31T11:05:16  *** grzywacz has joined #moin-dev
  23 2011-07-31T11:07:12  <CIA-114> Reimar Bauer <rb.proj AT googlemail DOT com> default * 565:03bb9b27aca8 extensions/data/plugin/macro/LinkTo.py: macro LinkTo introduced for a list of pages who links to the current page
  24 2011-07-31T11:08:05  *** MattMaker has quit IRC
  25 2011-07-31T11:20:57  *** raignarok has joined #moin-dev
  26 2011-07-31T11:32:52  <CIA-114> Akash Sinha <akash2607@gmail.com> * d20568493a93 r339 default/MoinMoin/ (5 files in 4 dirs): unified global_index and item index, thus we are now left with only 1 type of index
  27 2011-07-31T11:32:52  <CIA-114> Akash Sinha <akash2607@gmail.com> * db9b498b5010 r340 default/MoinMoin/apps/frontend/views.py: a line containing index2 has been removed
  28 2011-07-31T11:32:52  <CIA-114> Thomas Waldmann <tw AT waldmann-edv DOT de> * 1e9ec607913d r341 default/MoinMoin/util/send_file.py: fix downloading of items with non-ascii names (for most modern browsers), implement RFC2231/5987
  29 2011-07-31T11:32:52  <CIA-114> Akash Sinha <akash2607@gmail.com> * ff90b2aad2dc r342 default/: index2 removed again, (some problem causing due to pull and merge)
  30 2011-07-31T11:44:40  *** greg_f has joined #moin-dev
  31 2011-07-31T12:26:09  *** m4k3r has quit IRC
  32 2011-07-31T12:51:45  *** grzywacz has quit IRC
  33 2011-07-31T14:00:17  <dreimark> sinha: hg heads
  34 2011-07-31T14:01:00  <dreimark> and merge
  35 2011-07-31T14:07:19  <dreimark> bbl
  36 2011-07-31T14:16:51  <CIA-114> Akash Sinha <akash2607@gmail.com> * 201150d3fb89 r343 default/MoinMoin/util/send_file.py: branch merged with main repo
  37 2011-07-31T14:31:47  <dreimark> sinha: i see still 2 heads
  38 2011-07-31T14:32:30  <sinha> dreimark: but i have only 1 head presently
  39 2011-07-31T14:32:42  <dreimark> ok, then i fetch a new clone
  40 2011-07-31T14:32:43  <sinha> it could be because i had pushed earlier with 2 heads
  41 2011-07-31T14:34:15  <dreimark> that fixed it for me
  42 2011-07-31T14:48:58  <dreimark> sinha: the upload needs set, it should not upload 3 times the same file if multiple time given
  43 2011-07-31T14:49:42  <dreimark> "Recently uploaded items" shows then also 3 time the same item
  44 2011-07-31T14:53:17  <sinha> so when a file is getting uploaded, i have to check if that file name exist, then i abort the upload and return some failed kind of thing error
  45 2011-07-31T15:00:18  <dreimark> sinha: if in the list more than once a file is given only one should upload
  46 2011-07-31T15:01:25  <sinha> dreimark: yes, so where should i apply check, at javascript itself ? or at backend ? or at both
  47 2011-07-31T15:02:37  <dreimark> if it is possible at insert time. so further start buttons become disabled or other entries removed
  48 2011-07-31T15:02:47  <dreimark> and also start all should only send the first
  49 2011-07-31T15:02:59  <dreimark> of the uniques
  50 2011-07-31T15:03:12  <ThomasWaldmann> moin
  51 2011-07-31T15:03:29  <dreimark> the backend is allowed to get revisions
  52 2011-07-31T15:04:01  *** raignarok has quit IRC
  53 2011-07-31T15:04:06  <dreimark> so check it on the js part
  54 2011-07-31T15:04:30  <dreimark> there it makes currently no sense to upload 3 times the identically file
  55 2011-07-31T15:08:10  *** raignarok has joined #moin-dev
  56 2011-07-31T15:12:16  <sinha> okay
  57 2011-07-31T15:12:57  <ThomasWaldmann> https://bitbucket.org/sinha/moin-2.0/changeset/9edfa372787c why are there such huge changes?
  58 2011-07-31T15:14:22  <sinha> ThomasWaldmann: it was the result of branch merging, but this is not the repo i am currently using i am using /sinha/moin2 now
  59 2011-07-31T15:15:12  <ThomasWaldmann> why do you need 2 repos?
  60 2011-07-31T15:16:02  <sinha> it was the one which i was using before summer of code started and had some unwanted changes, thus after 23rd may i created a new one for the new works
  61 2011-07-31T15:16:34  <dreimark> sinha: do you have somethin important in the old one?
  62 2011-07-31T15:16:41  <dreimark> because you can remove it too
  63 2011-07-31T15:16:57  <sinha> no
  64 2011-07-31T15:17:01  * sinha removing it
  65 2011-07-31T15:18:05  <dreimark> ThomasWaldmann: ssh://hg@bitbucket.org/sinha/moin2
  66 2011-07-31T15:18:08  <dreimark> is the current
  67 2011-07-31T15:27:35  * ThomasWaldmann wrote marchael an email about "what's up?"
  68 2011-07-31T15:55:53  <dreimark> bbl
  69 2011-07-31T16:25:48  *** sinha has quit IRC
  70 2011-07-31T16:42:02  *** pkumar has joined #moin-dev
  71 2011-07-31T16:59:39  <pkumar> xorAxAx : hi, I have completed adding tests to the files already having tests, though I couldn't for a few like items.ZipMixin which needs real zip files it seems. I'm gettin this : http://paste.pocoo.org/show/449928/.
  72 2011-07-31T17:02:35  <pkumar> next task is to writing tests for the files not having any test at all
  73 2011-07-31T17:09:39  <xorAxAx> pkumar: how should that test work?
  74 2011-07-31T17:09:46  <xorAxAx> pkumar: did you read thomas' comment in the logs?
  75 2011-07-31T17:10:11  <pkumar> xorAxAx : yeah, I read those,
  76 2011-07-31T17:11:16  <pkumar> xorAxAx : seems like there str/unicode should be passed
  77 2011-07-31T17:11:18  <pkumar> not the list
  78 2011-07-31T17:11:29  <xorAxAx> yes. who wrote the test?
  79 2011-07-31T17:11:42  * ThomasWaldmann plays with ipv6
  80 2011-07-31T17:12:01  <pkumar> xorAxAx : I did
  81 2011-07-31T17:12:14  <xorAxAx> you could have said that earlier :-P
  82 2011-07-31T17:13:32  <xorAxAx> regarding your zip test - you need to present real zip data
  83 2011-07-31T17:13:42  <xorAxAx> and not an empty revision
  84 2011-07-31T17:13:43  <pkumar> xorAxAx : I though you would be knowing as that was my task for the week. anyway, why do we need to pass that as a list there
  85 2011-07-31T17:14:03  <xorAxAx> i dont understand your last question
  86 2011-07-31T17:15:02  <pkumar> xorAxAx : in there: http://paste.pocoo.org/show/448847/ in line 27 why do we need to pass it as list?
  87 2011-07-31T17:15:41  <xorAxAx> pkumar: ask thomas
  88 2011-07-31T17:16:01  <xorAxAx> maybe its an unsuccessful merge or thomas didnt fix this api usage
  89 2011-07-31T17:16:33  <pkumar> xorAxAx : ok, :) on second question, how to I present real zip data to that revision?
  90 2011-07-31T17:16:47  <ThomasWaldmann> as i already said: i don't have that test and yes, the api was changed
  91 2011-07-31T17:17:10  <xorAxAx> ThomasWaldmann: the failure is not in the test
  92 2011-07-31T17:17:15  <xorAxAx> ThomasWaldmann: read the traceback carefully
  93 2011-07-31T17:17:27  <xorAxAx> pkumar: no idea :)
  94 2011-07-31T17:17:37  <pkumar> ThomasWaldmann : actually, any str will be having that problem
  95 2011-07-31T17:17:59  <ThomasWaldmann> ah, right, sec
  96 2011-07-31T17:18:05  <pkumar> xorAxAx : ok, will look at it, and at the same task will work on the second task
  97 2011-07-31T17:18:46  <pkumar> time*
  98 2011-07-31T17:19:38  <CIA-114> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 297:0adc626b1036 2.0/setup.py: setup.py: change requirement to werkzeug >= 0.6.2 after successful test with 0.7.1
  99 2011-07-31T17:26:30  <CIA-114> Thomas Waldmann <tw AT waldmann-edv DOT de> default * 298:07143bd03aed 2.0/MoinMoin/items/__init__.py: fix pygments converter call for new converter api
 100 2011-07-31T17:33:02  <pkumar> yeah, that fixes it :)
 101 2011-07-31T17:33:58  <pkumar> thanx
 102 2011-07-31T17:37:59  <ThomasWaldmann> thanks for finding it
 103 2011-07-31T17:44:51  <pkumar> :)
 104 2011-07-31T18:50:22  *** raignarok has quit IRC
 105 2011-07-31T19:36:38  *** raignarok has joined #moin-dev
 106 2011-07-31T19:43:42  *** m4k3r has joined #moin-dev
 107 2011-07-31T19:59:27  *** greg_f has quit IRC
 108 2011-07-31T20:22:30  *** m4k3r has quit IRC
 109 2011-07-31T20:24:15  *** pkumar has quit IRC
 110 2011-07-31T20:33:28  *** m4k3r has joined #moin-dev
 111 2011-07-31T21:47:35  *** raignarok has quit IRC
 112 2011-07-31T21:59:33  *** sinha has joined #moin-dev
 113 2011-07-31T22:16:46  *** m4k3r has quit IRC
 114 2011-07-31T22:17:16  *** m4k3r has joined #moin-dev
 115 2011-07-31T22:31:05  *** sinha has quit IRC
 116 2011-07-31T22:36:16  *** m4k3r has quit IRC
 117 2011-07-31T22:42:56  *** m4k3r has joined #moin-dev
 118 2011-07-31T23:22:18  *** raignarok has joined #moin-dev
 119 2011-07-31T23:35:55  *** m4k3r has quit IRC
 120 

MoinMoin: MoinMoinChat/Logs/moin-dev/2011-07-31 (last edited 2011-07-30 22:45:03 by IrcLogImporter)