Custom Query (116 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (76 - 78 of 116)

Ticket Resolution Summary Owner Reporter
#60 fixed input window doesn’t accept tabs nelhage@mit.edu andersk@MIT.EDU
Description
   sipb / sucks / kcr  17:18  ([citation needed])
       class matcher(object):
             def __init__(self, pat):
                  self.pat = re.compile(pat)
             def try(self, s):
                  m = self.pat.match(s)
          if m:
             self.match = m.group(1)
          return m
   sipb / sucks / xsdg  17:17  (xsdg)
       thanks.  your indentation is confusing (whitespace_as_syntax--)
   sipb / sucks.d / geofft  17:19  (Geoffrey Thomas)
       i,i pastebin
   sipb / sucks / kcr  17:19  ([citation needed])
       oh, oops.

   barnowl / tab / andersk  17:20  (Anders Kaseorg)
       Which reminds me.  The BarnOwl input window doesn’t accept tabs.

   nelhage / git / broder  00:23  (Evan Broder)
       priscus:~/Documents/code/barnowl-modules evan$ git ls-tree HEAD
       100644 blob b25c15b81fae06e1c55946ac6270bfdb293870e8.gitignore
       100644 blob 1fdf3f0b901f432bf1ff02ffd66c0e3afb973e77.gitmodules
   nelhage / git / broder  00:23  (Evan Broder)
       And...barnowl ate my tabs
#58 fixed Multibyte characters in the last column of the window are misrendered nelhage@mit.edu andersk@MIT.EDU
Description
   dirty-owl-hackers / unicode / andersk  00:03  (Anders Kaseorg)
       The end of this Zephyr fails to display correctly on 80-column BarnOwl: ☺   
   dirty-owl-hackers / unicode / andersk  00:03  (Anders Kaseorg)
       Furthermore, it messes up the message after it.
#56 fixed Trac Search error nelhage@mit.edu jdaniel@MIT.EDU
Description

ProgrammingError: (1146, "Table 'barnowl+trac.revision' doesn't exist")

How to Reproduce

While doing a GET operation on /search, Trac issued an internal error.

Type a pattern such as "alert" into the search box on any trac page and click Search

Request parameters:

{'q': u'alert'}

User Agent was: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5

System Information

Trac 0.11.1
Python 2.5.1 (r251:54863, Jun 15 2008, 18:24:56)
[GCC 4.3.0 20080428 (Red Hat 4.3.0-8)]
setuptools 0.6c8
MySQL server: "5.0.67-log", client: "5.0.51a", thread-safe: 1
MySQLdb 1.2.2
Genshi 0.5
Pygments 0.11.1
GIT 1.5.6.5
jQuery: 1.2.6

Python Traceback

Traceback (most recent call last):
  File "/afs/sipb.mit.edu/project/barnowl/web_scripts/trac/install/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/web/main.py", line 423, in _dispatch_request
    dispatcher.dispatch(req)
  File "/afs/sipb.mit.edu/project/barnowl/web_scripts/trac/install/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/web/main.py", line 197, in dispatch
    resp = chosen_handler.process_request(req)
  File "/afs/sipb.mit.edu/project/barnowl/web_scripts/trac/install/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/search/web_ui.py", line 106, in process_request
    results += list(source.get_search_results(req, terms, filters))
  File "/afs/sipb.mit.edu/project/barnowl/web_scripts/trac/install/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/versioncontrol/web_ui/changeset.py", line 966, in get_search_results
    "FROM revision WHERE " + sql, args)
  File "/afs/sipb.mit.edu/project/barnowl/web_scripts/trac/install/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/db/util.py", line 50, in execute
    return self.cursor.execute(sql_escape_percent(sql), args)
  File "/usr/lib64/python2.5/site-packages/MySQLdb/cursors.py", line 166, in execute
    self.errorhandler(self, exc, value)
  File "/usr/lib64/python2.5/site-packages/MySQLdb/connections.py", line 35, in defaulterrorhandler
    raise errorclass, errorvalue
ProgrammingError: (1146, "Table 'barnowl+trac.revision' doesn't exist")

Note: See TracQuery for help on using queries.