On Mon, Feb 16, 2009 at 9:45 PM, mabshoff <[email protected]> wrote: > > > > On Feb 16, 9:25 pm, William Stein <[email protected]> wrote: >> Hi, >> >> I had to migrate all the cython, Sage and mpir websites and related >> servers to another machine, due to some hardware failures on the >> server that was hosting them. Please let me know if any of the >> cython, Sage, or MPIR websites are suddenly broken. > > Attaching sub-1kb patches is broken in Sage's trac with > > > [9:39pm] mabs: wstein2: I cannot attach patches to trac all the > sudden. It worked 10 minutes ago: > [9:39pm] mabs: Traceback (most recent call last): > [9:39pm] mabs: File "/home/sage/sage_install/stable/local/lib/ > python2.5/site-packages/trac/web/main.py", line 387, in > dispatch_request > [9:39pm] mabs: dispatcher.dispatch(req) > [9:39pm] mabs: File "/home/sage/sage_install/stable/local/lib/ > python2.5/site-packages/trac/web/main.py", line 237, in dispatch > [9:39pm] mabs: resp = chosen_handler.process_request(req) > [9:39pm] mabs: File "/home/sage/sage_install/stable/local/lib/ > python2.5/site-packages/trac/attachment.py", line 361, in > process_request > [9:39pm] mabs: self._do_save(req, attachment) > [9:39pm] mabs: File "/home/sage/sage_install/stable/local/lib/ > python2.5/site-packages/trac/attachment.py", line 450, in _do_save > [9:39pm] mabs: size = upload.file.len > > I tested and as soon as a patch is larger than 1023 bytes it works > again. >
Thanks for pointing this out. I've upgraded the trac servers for sage, cython, and mpir all to trac-0.11.3. Again, let me know if you have any problems as a result. Note that trac-0.11* has much better support for "workflows", but I haven't done anything with that -- I just migrated the old installs. Mike Hansen will likely incorporate better workflow support, at least for the sage project. William _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
