Custom Query (196 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (55 - 57 of 196)

Ticket Resolution Summary Owner Reporter
#159 fixed sensitive tickets plugin causes a bug with milestones geofft
Description

I clicked on "Fedora 11" on the milestones page and got:

Trac detected an internal error:

ProgrammingError?: (1064, "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'sensitive\nFROM ticket AS t\n LEFT OUTER JOIN ticket_custom AS sensitive ON (id=s' at line 1")

File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 450, in _dispatch_request
  dispatcher.dispatch(req)
File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 206, in dispatch
  resp = chosen_handler.process_request(req)
File "/usr/lib/python2.6/site-packages/trac/ticket/query.py", line 836, in process_request
  return self.display_html(req, query)
File "/usr/lib/python2.6/site-packages/trac/ticket/query.py", line 889, in display_html
  tickets = query.execute(req, db)
File "/usr/lib/python2.6/site-packages/trac/ticket/query.py", line 264, in execute
  self.num_items = self._count(sql, args, db)
File "/usr/lib/python2.6/site-packages/trac/ticket/query.py", line 249, in _count
  cursor.execute(count_sql, args);
File "/usr/lib/python2.6/site-packages/trac/db/util.py", line 64, in execute
  return self.cursor.execute(sql_escape_percent(sql), args)
File "/usr/lib64/python2.6/site-packages/MySQLdb/cursors.py", line 173, in execute
  self.errorhandler(self, exc, value)
File "/usr/lib64/python2.6/site-packages/MySQLdb/connections.py", line 36, in defaulterrorhandler
  raise errorclass, errorvalue
#160 fixed hosts don't support ext4 geofft
Description

If we want to run ext4 on the guests, I, uh, probably want the ability to mount their disks on the hosts. Should we upgrade the hosts?

#166 fixed git daemon doesn't deal with unknown vhosts well geofft
Description
dr-wily:~ geofft$ git ls-remote git://blah.geofft.scripts.mit.edu/blah.git
fatal: protocol error: bad line length character: Can'

Presumably it can't something. I wonder what it can't.

Note: See TracQuery for help on using queries.