Custom Query (196 matches)
Results (109 - 111 of 196)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#128 | fixed | Several tickets fail to display now (due to SensitiveTickets plugin bug) | andersk | |
Description |
Tickets #1 and #2 (at least) in this Trac are broken. We should fix them. scripts / trac-#127 / adehnert 22:36 (Alex Dehnert) adehnert filed a new ticket: ttants: 1, 687224 http://scripts.mit.edu/trac/ should be aware that ticket number 1 is not the same as number 687224. scripts / trac-not-#127 / andersk 01:20 (Anders Kaseorg) Huh. http://www.google.com/search?q=ticket+687224 http://www.google.com/search?q=ticket+433633 scripts / trac-not-#127 / andersk 01:21 (Anders Kaseorg) Oh, I bet it complains that ticket 687224 doesn’t exist because it’s trying to linkify the text “[help.mit.edu #687224]” in the comment. scripts / trac-not-#127 / quentin 01:22 (Quentin Smith) Oh. It's probably trying to check the permissions on that link... scripts / trac-not-#127 / quentin 01:22 (Quentin Smith) (I didn't disable that part of the sensitivetickets plugin...) scripts / trac-not-#127 / andersk 01:22 (Anders Kaseorg) Why… does it care about the permissions on that link? scripts / trac-not-#127 / quentin 01:23 (Quentin Smith) Presumably because it's trying to find out the title and state of the tickets so it can put a TITLE on the link? |
|||
#130 | wontfix | "MIT Academic Calendar" is out of date | geofft | |
Description |
Looks like MIT Academic Calendar.ics in the phpical autoinstaller runs 2003-2007. Possibly we should make it fetch the latest ICS from the registrar's locker. |
|||
#131 | fixed | Better package management for eggs, gems, and other vaguely spherical-shaped objects | andersk | |
Description |
We currently install a bunch of Perl CPAN modules, Python eggs, and Ruby gems behind RPM’s back. But we have no plan in place for upgrading them, making sure they don’t conflict with RPMs, or making sure they get superseded by new Fedora packages when they become available. This is a disaster waiting to discovered. Everything should be an RPM. There are tools for automatically converting these creatures into RPMs, such as cpanspec, setup.py bdist_rpm, and gem2rpm. We should start using them and get rid of all the unpackaged modules lying around. |