Team Chat Logs

November 2, 2010

2010 10
Mo Tu We Th Fr Sa Su
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30          

[02:06:18.993255]<evil_twin>t.e.o: TracDev edited - <http://trac.edgewall.org/wiki/TracDev?version=35> - cboos
[02:11:19.739921]<evil_twin>t.e.o: TracDev edited - <http://trac.edgewall.org/wiki/TracDev?version=36> - cboos
[02:46:25.727861]<evil_twin>t.e.o: TracDev/ApiDocs created - <http://trac.edgewall.org/wiki/TracDev/ApiDocs?version=1> - cboos
[02:46:30.727940]<evil_twin>t.e.o: TracDev/ApiDocs edited - <http://trac.edgewall.org/wiki/TracDev/ApiDocs?version=2> - cboos
[02:46:35.728665]<evil_twin>t.e.o: TracTermsFi edited - <http://trac.edgewall.org/wiki/TracTermsFi?version=8> - Mikko Rantalainen
[02:46:40.727454]<evil_twin>t.e.o: trac.012-stable.messages.po attached to Ticket #7178 - <http://trac.edgewall.org/attachment/ticket/7178/trac.012-stable.messages.po> - Mikko Rantalainen
[02:56:29.605528]<evil_twin>t.e.o: Ticket #9247 (Notification checks should check full name and e-mail too) reopened - <http://trac.edgewall.org/ticket/9247#comment:7> - Marcus Lindblom <macke@…>
[03:16:34.040314]<PeteMall>I've been getting a 500 on my trac install
[03:16:36.782794]<PeteMall>centos
[03:17:04.859144]<PeteMall>disabled selinux and still no go
[03:17:06.931132]<PeteMall>any ideas?
[03:17:48.039963]<manski>what server are you using? tracd or apache?
[03:18:57.354468]<PeteMall>apache
[03:19:49.417699]<PeteMall>manski: ^
[03:20:06.085331]<manski>petemall: if you're getting a 500 then there should be a stracktrace in apache's log
[03:20:16.528326]<manski>this should tell you what's wrong
[03:22:31.515541]<PeteMall>[Tue Nov 02 03:12:33 2010] [error] [client 99.99.38.103] PythonHandler trac.web.modpython_frontend: Traceback (most recent call last):
[03:22:31.726995]<PeteMall>[Tue Nov 02 03:12:33 2010] [error] [client 99.99.38.103] PythonHandler trac.web.modpython_frontend: File "/usr/lib64/python2.4/site-packages/mod_python/apache.py", line 287, in HandlerDispatch\n log=debug)
[03:22:32.050124]<PeteMall>[Tue Nov 02 03:12:33 2010] [error] [client 99.99.38.103] PythonHandler trac.web.modpython_frontend: File "/usr/lib64/python2.4/site-packages/mod_python/apache.py", line 461, in import_module\n f, p, d = imp.find_module(parts[i], path)
[03:22:32.233938]<PeteMall>[Tue Nov 02 03:12:33 2010] [error] [client 99.99.38.103] PythonHandler trac.web.modpython_frontend: ImportError: No module named trac
[03:22:43.303763]<PeteMall>manski:^
[03:23:16.884866]<manski>well, looks like mod_python can't find your trac installation
[03:23:35.693754]<manski>try this:
[03:24:06.953366]<manski>execute "python", then execute "import trac" (within the python shell) and then execute "trac"
[03:24:15.219350]<manski>(all commands without quotes)
[03:24:44.151792]<PeteMall><module 'trac' from '/usr/lib/python2.4/site-packages/Trac-0.12.1-py2.4.egg/trac/__init__.pyc'>
[03:25:10.870623]<manski>how did you install trac?
[03:26:43.459297]<PeteMall>downlaod and python ./setup.py install
[03:28:57.576370]<manski>hmm… seems that mod_python looks for the python eggs in /usr/lib64/... while Trac is installed in "/usr/lib/...".
[03:29:21.986226]<manski>I'm no Python expert though, so I'm not sure on how to fix this
[03:30:09.528313]<manski>I guess you need some way to tell mod_python to use the directory in which trac resides in its python search path as well
[03:31:32.661974]<evil_twin>t.e.o: Ticket #9745 (easiest bot software, ubot, ubotware) created - <http://trac.edgewall.org/ticket/9745> - anonymous
[04:07:00.880792]<osimons>PeteMall: sounds like you should read the docs: http://trac.edgewall.org/wiki/TracModPython
[04:12:09.566733]<maxb>Is there any good way to profile Trac? I have this weird problem where when viewing *files*, my Trac takes far far too long to respond
[05:00:19.162858]<infinicode>is anyone here responsible of http://www.transifex.net/projects/p/Trac_Plugin-L10N/ ??
[05:00:31.588371]<pipern>We've had a user complain there is a bug in the "log" link in the rev column the source browser. It's because they were clicking on a log link that is deep inside a tag directory. You can see it at trac.edgewall.org - visit http://trac.edgewall.org/browser/tags/trac-0.12rc1/sample-plugins then click "8700" in the Rev col of permissions.
[05:01:25.813347]<pipern>the link works OK from "higher up", such as inside the tag just one level deeper - visit http://trac.edgewall.org/browser/tags/trac-0.12rc1 and click 7890 in the cgi-bin row. I'm not sure why that works, but the the deeper one does not.
[05:05:29.314323]<pipern>hmm, I see it's because the 'log' link (in Rev) column has rev= revision of the containing directory. Which is the rev the tag was made. But if you go deeper, that rev is when "cgi-bin" was last changed, which is OLDER than the tag itself, so the new rev= isn't valid...
[05:26:51.628891]<evil_twin>t.e.o: trac-trunk.messages.po attached to Ticket #7178 - <http://trac.edgewall.org/attachment/ticket/7178/trac-trunk.messages.po> - Mikko Rantalainen
[05:53:51.155380]<Joddie|wrk>so... I cant talk here?
[05:55:55.991701]<Joddie|wrk>yay, can talk! Anyone here got helpful tips for what could be wrong when I get the message: "DLL load failed: The operating system cannot run %1" and the "browse source" page on my trac doesn't even appear? SVN works fine in python scripts and when syncing repository through trac-admin
[06:21:12.618191]<osimons>Joddie|wrk: you may want to try the docs - quite sure any subversion on windows issue has been encountered by others... http://trac.edgewall.org/wiki/TracSubversion#checklist-windows
[06:21:59.602522]<evil_twin>t.e.o: Ticket #7178 (Translation of Trac to Finnish/suomi [fi_FI]) updated - <http://trac.edgewall.org/ticket/7178#comment:11> - cboos
[06:24:06.128024]<Joddie|wrk>osimons: yes I've already gone through the checklist, and my version through the python interface is coming out ok.
[06:24:29.441739]<Joddie|wrk>even the trac-admin command to resync repository finds all my revisions and runs through them ok
[06:24:56.671050]<osimons>Joddie|wrk: right, but your web server does not. are they using the same python? same access to libraries etc?
[06:25:04.184196]<osimons>apache / mod_python, or?
[06:26:48.442709]<Joddie|wrk>mod_wsgi is the module I'm running trac through
[06:27:00.822090]<evil_twin>t.e.o: Ticket #9746 (After upgrade number of digits increased from ten to sixteen) created - <http://trac.edgewall.org/ticket/9746> - didley@…
[06:27:53.578337]<Joddie|wrk>and as far as I can tell they are all having the same library accesses, but I'm kind of at a loss about where to find out exactly this
[06:28:38.659440]<Joddie|wrk>cause obviously the interpreter in apache is unable to load one of the dll-files in question, but "cannot run %1" isn't exactly a very specific output :s
[06:35:29.526174]<osimons>Joddie|wrk: something in here perhaps? http://trac.edgewall.org/ticket/6739
[06:43:49.689499]<Joddie|wrk>osimons: looks promissing, I shall check it out ! =)
[06:53:57.246722]<Joddie|wrk>perhaps related, my SVN server is running on a different Apache server instance than trac, is this any problem? (SVN server listens to 3393, the other on 80)
[07:12:09.490541]<evil_twin>t.e.o: MissingTranslations edited - <http://trac.edgewall.org/wiki/MissingTranslations?version=32> - Mikko Rantalainen
[07:12:14.491048]<evil_twin>t.e.o: TracDev/ReleaseNotes/0.12 edited - <http://trac.edgewall.org/wiki/TracDev/ReleaseNotes/0.12?version=22> - cboos
[07:12:19.490341]<evil_twin>t.e.o: SandBox edited - <http://trac.edgewall.org/wiki/SandBox?version=981> - minombre
[07:12:24.490262]<evil_twin>t.e.o: Ticket #9746 (After upgrade number of digits increased from ten to sixteen) updated - <http://trac.edgewall.org/ticket/9746#comment:1> - cboos
[08:34:19.443898]<Joddie|wrk>osimons: thank you for your answers, it's still not working though, and apache refuses to start from the command line so I'm unable to profile it with dependency walker... I'll look more into it tomorrow :s
[08:53:14.151565]<ThoMe>hello
[08:53:32.648032]<ThoMe>have a ticket, I would like remove a Comment
[08:53:34.249292]<ThoMe>is it posible?
[08:54:28.521696]<kisielk>in 0.12 it is
[08:55:08.836398]<manski>but only if your the admin of course ;)
[08:55:15.222446]<ThoMe>Powered by Trac 0.11.1
[08:55:16.276078]<ThoMe>mh
[08:55:27.096354]<kisielk>manski: I think you can delete your own comments as well
[08:55:31.018943]<kisielk>possibly
[08:56:00.013087]<kisielk>maybe not
[08:56:05.723521]<kisielk>I'm always admin, so I wouldn't know :)
[08:56:18.864945]<manski>just trying it
[08:57:30.485816]<ThoMe>lala
[08:57:36.924718]<ThoMe>sqlite3 db/trac.db "delete from ticket_change where ticket=565 and field='comment' and oldvalue=4"
[08:57:39.960579]<ThoMe>;)
[08:57:51.423516]<kisielk>heh, well, clearly if you have access to the DB, you can do anything
[08:58:07.034188]<manski>you can even upgrade to Trac 0.12 ;)
[08:58:26.029698]<manski>and btw: in Trac 0.12 you can edit your own comments but you can't delete them
[08:58:36.816889]<manski>you can, however, erase all content
[08:58:52.738448]<manski>(even if you're not admin)
[08:58:59.563323]<kisielk>yeah
[08:59:02.802680]<kisielk>but there's a revision history
[08:59:07.829151]<manski>right
[09:01:23.536996]<manski>ThoMe: maybe this is a temporary solution for you: http://trac-hacks.org/wiki/TracSqlPlugin
[09:01:31.059984]<manski>I haven't used it, though
[09:02:26.393561]<evil_twin>t.e.o: Ticket #9747 (I really love what you are doing here., I really love what you are doing ...) created - <http://trac.edgewall.org/ticket/9747> - anonymous
[09:02:41.681760]<ThoMe>ok, thankx :-)
[09:02:44.962686]<ThoMe>thanx
[09:02:55.299725]<manski>np
[09:17:29.361813]<evil_twin>t.e.o: BadContent edited - <http://trac.edgewall.org/wiki/BadContent?version=134> - cboos
[09:27:34.502786]<evil_twin>t.e.o: Ticket #9748 (I really love what you are doing here., Nice job) created - <http://trac.edgewall.org/ticket/9748> - anonymous
[09:32:31.491655]<evil_twin>t.e.o: Ticket #9749 (I really love what you are doing here., Nice job) created - <http://trac.edgewall.org/ticket/9749> - anonymous
[09:42:33.483400]<evil_twin>t.e.o: TracOnUbuntu edited - <http://trac.edgewall.org/wiki/TracOnUbuntu?version=76> - anonymous
[10:17:38.452247]<evil_twin>t.e.o: Ticket #7178 (Translation of Trac to Finnish/suomi [fi_FI]) updated - <http://trac.edgewall.org/ticket/7178#comment:12> - Mikko Rantalainen <mikko.rantalainen@…>
[10:22:39.436257]<evil_twin>t.e.o: Ticket #7178 (Translation of Trac to Finnish/suomi [fi_FI]) updated - <http://trac.edgewall.org/ticket/7178#comment:13> - cboos
[10:57:43.538845]<evil_twin>t.e.o: Ticket #9750 (#farmvillecheats, #farmvillecheats, #farmville) created - <http://trac.edgewall.org/ticket/9750> - anonymous
[12:50:53.476427]<mrrg>'lo
[12:51:22.483988]<mrrg>i need to migrate trac/svn to a new machine
[12:51:33.080683]<mrrg>i'm currently using trac 0.11
[12:52:18.969691]<mrrg>is it advisable to migrate from .11 to new .12 installation, or migrate to same version then perform upgrade?
[13:45:50.692476]<treaves> mrrg: it really doesn't matter. I'd just copy over the directories, then run the trac-admin scripts of the 0.12 against each one.
[14:07:09.615692]<Xeross>Hey, I am attempting to setup tracd with a reverse_proxy, however as I want to use multiple projects with 1 tracd I have run into a problem
[14:07:16.290664]<Xeross>the urls are like /projectname/stuff
[14:07:28.448474]<Xeross>however I'm using vhosts in my webserver so I need it to be /stuff
[14:07:40.802587]<Xeross>Is there any config variable to force this
[14:07:46.764463]<Xeross>or other solution
[14:13:07.208538]<evil_twin>t.e.o: Ticket #2662 (assign tickets to multiple users) updated - <http://trac.edgewall.org/ticket/2662#comment:41> - anonymous
[14:20:28.007016]<Xeross>Basically the pages now generated are in the for of /project/something and that /project shouldn't be there for this to work
[14:54:52.150830]<Xeross>So is this possible or ? because else I'd have to figure out a different way
[15:00:23.995666]<mrrg>i see that mod_python is officially dead?
[15:00:36.316144]<mrrg>what's the preferred apache module now?
[15:01:03.679578]<mrrg>mod_wsgi or fastcgi?
[15:05:11.196463]<Xeross>why does tracd keep generating /bugtracker/something instead of /something :(
[15:05:12.251927]<Xeross>.
[15:06:26.685042]<Xeross>Is it only possible to strip it out with a single-project tracd ?
[15:20:39.499322]<Xeross>Hello ?
[15:36:38.467322]<pahalial>Hello!
[15:36:51.556097]<pahalial>Have you edited the conf/trac.ini file?
[15:37:10.447379]<pahalial>mrrg: mod_wsgi
[15:37:20.582027]<pahalial>Xeross: did you fix your issue?
[15:37:29.590955]<Xeross>pahalial: no couldn't figure it out
[15:37:53.519902]<Xeross>pahalial: http://serverfault.com/questions/197482/tracd-multiple-projectsnginx-reverse-proxy
[15:37:54.748907]<mrrg>pahalial: thx for response
[15:37:55.473854]<pahalial>Hm. So you're trying to proxy tracd through .. apache?
[15:38:00.645925]<Xeross>pahalial: nginx
[15:38:21.073219]<Xeross>pahalial: I want it to spew out links with a base of / but it spews em out with a base of /bugtracker/
[15:38:26.469246]<pahalial>Have you tried using nginx's mod_wsgi instead of tracd?
[15:38:42.343790]<Xeross>pahalial: Using tracd is an easier and cleaner setup in my opinion
[15:38:48.726173]<pahalial>tracd is not really recommended for production use, particularly if you're just going to proxy it through a solid webserver anyway
[15:40:02.877718]<Xeross>pahalial: Hmm guess I'll figure out the cgi stuff then
[15:48:23.881443]<evil_twin>t.e.o: Changeset [10291]: 0.12.2dev/l10n/fi: translations updates contributed by Mikko Rantalainen ... - <http://trac.edgewall.org/changeset/10291> - cboos
[15:53:24.415994]<evil_twin>t.e.o: Ticket #7178 (Translation of Trac to Finnish/suomi [fi_FI]) updated - <http://trac.edgewall.org/ticket/7178#comment:14> - cboos
[16:08:28.416296]<evil_twin>t.e.o: Changeset [10292]: 0.12.2dev: revert r10242 per fschwarz' request, as it breaks some Agilo ... - <http://trac.edgewall.org/changeset/10292> - cboos
[16:08:33.415726]<evil_twin>t.e.o: Ticket #8658 (AttributeError: 'ResourceSystem' object has no attribute ...) closed - <http://trac.edgewall.org/ticket/8658#comment:9> - cboos
[16:08:38.416312]<evil_twin>t.e.o: Ticket #8658 (AttributeError: 'ResourceSystem' object has no attribute ...) updated - <http://trac.edgewall.org/ticket/8658#comment:10> - cboos
[16:08:43.414658]<evil_twin>t.e.o: Changeset [10293]: 0.13dev: merged r10291 and r10292 from 0.12-stable - <http://trac.edgewall.org/changeset/10293> - cboos
[16:13:28.347856]<evil_twin>t.e.o: Changeset [10294]: 0.13dev: fix stupid mergeinfo properties by explicit re-merging of r10242 ... - <http://trac.edgewall.org/changeset/10294> - cboos
[16:38:32.304199]<evil_twin>t.e.o: Changeset [10295]: core: simplify `Component` creation. This replaces the ... - <http://trac.edgewall.org/changeset/10295> - cboos
[16:43:32.324889]<evil_twin>t.e.o: Ticket #9418 (Creating instances of Component class is unsafe in multi-thread) closed - <http://trac.edgewall.org/ticket/9418#comment:14> - cboos
[16:43:37.325811]<evil_twin>t.e.o: Ticket #9418 (Creating instances of Component class is unsafe in multi-thread) updated - <http://trac.edgewall.org/ticket/9418#comment:15> - cboos
[16:43:42.326092]<evil_twin>t.e.o: Changeset [10296]: Two Python 2.5 compatibility fixes - <http://trac.edgewall.org/changeset/10296> - cboos
[19:54:00.280661]<evil_twin>t.e.o: Ticket #9752 (are there household bombs that can get rid of lice, without lice get out, ...) created - <http://trac.edgewall.org/ticket/9752> - anonymous
[22:14:02.355182]<mechcozmo>hello, i'm having trouble getting the autocompleteusers plugin to work
[22:14:31.927134]<mechcozmo>it loads, it creates the /users URL, I can it in the plugins page of the Trac admin panel
[22:14:37.715991]<mechcozmo>but... no autocompletion
[22:14:56.218195]<cmc>do you have firebug installed?
[22:15:14.539111]<cmc>or anything else that can look at ajax calls?
[22:15:34.988709]<mechcozmo>safari's web inspector can; i can also switch to firefox
[22:16:04.287612]<cmc>refresh the page and make sure that the autocomplete's js is getting loaded
[22:16:11.262782]<cmc>then verify that it is making the ajax calls
[22:16:46.542035]<cmc>I haven't worked on autocomplete personally, but I've used it for all of my 0.11 sites without a problem
[22:17:24.222802]<mechcozmo>this is a .12.1 site
[22:17:43.738017]<mechcozmo>i see autocomplete.js loading
[22:18:15.923035]<cmc>great, when you start typing, is it making an ajax call?
[22:18:38.382862]<cmc>typing in a user field, that is
[22:19:21.302571]<mechcozmo>i don't see anything
[22:19:45.696418]<cmc>alright, take a look at autocomplete.js; if I remember correctly, it's a pretty straight forward jquery call
[22:20:09.341131]<cmc>try to verify that it is affecting the field that you think it should be. I don't remember, but I thought it added some sort of icon
[22:20:57.492560]<mechcozmo>768 lines of JS isn't so simple
[22:21:11.662282]<mechcozmo>there is autocomplete_newticket.js though
[22:21:20.494922]<cmc>ah that's probably what I'm thinking
[22:21:38.081457]<mechcozmo>yeah; 5 lines
[22:21:42.351459]<cmc>one is a trac-specific bit, and the other is the more generic jQuery plugin
[22:21:55.907115]<mechcozmo>yupyup
[22:22:24.256423]<mechcozmo> $("#field-owner").autocomplete("users", {
[22:22:24.610864]<mechcozmo> formatItem: formatItem
[22:22:24.789843]<mechcozmo> });
[22:22:43.877032]<cmc>is that the field you are editing?
[22:23:02.874399]<mechcozmo>i am editing the owner field
[22:23:16.086999]<mechcozmo>also tried adding it to the CC field
[22:23:19.561534]<cmc>hm. it has id field-owner?
[22:24:24.754624]<mechcozmo>so, there is also a autocomplete_newticket_cc.js
[22:24:47.046471]<mechcozmo>which is identical, but has the selector #field-cc instead of #field-owner
[22:25:07.781655]<cmc>right, are there fields with id=field-owner or field-cc on the page?
[22:25:44.117509]<mechcozmo>looking....
[22:25:50.508000]<mechcozmo>yup
[22:26:27.037396]<mechcozmo>it is there
[22:26:53.709348]<cmc>that's really strange; and you're sure it's not making an ajax call?
[22:27:02.763887]<mechcozmo>yeah; not seeing anything
[22:27:34.570790]<cmc>sorry mechcozmo, out of ideas
[22:28:20.627635]<cmc>probably worth filing a ticket with the plugin maintainer
[22:28:46.139736]<cmc>I know it's a pretty thin layer ontop of the standard jQuery plugin, so I'm really surprised it's not working for you
[22:29:40.645094]<mechcozmo>yeah...
[22:29:50.127767]<mechcozmo>me too
[22:30:36.941434]<mechcozmo>it's really frustrating
[22:30:49.309728]<cmc>if you have the time, I'd suggest playing around with the javascript a bit; see if you cat attach the autocomplete after the page has already loaded
[22:31:09.444884]<cmc>I hear you, sorry to be unhelpful
[22:33:58.872524]<mechcozmo>yeah, not seeing it in Firefox either
[22:34:13.454295]<mechcozmo>just tested to make sure I wasn't screwing it up with Web Inspector
[22:34:21.701565]<evil_twin>t.e.o: Ticket #2929 (HTTPS with Microsoft Internet Explorer 6.0 gives error on wiki edit) updated - <http://trac.edgewall.org/ticket/2929#comment:9> - anonymous
[22:34:28.679866]<cmc>testing with firebug?
[22:35:00.176057]<mechcozmo>cmc: yeah
[22:35:15.345181]<cmc>does $("#field-owner") return exactly one input?
[22:35:57.590081]<mechcozmo>one sec, Firebug isn't showing me making AJAX requests with Google's suggestions
[22:36:02.150373]<mechcozmo>which is complete crap
[22:36:14.535576]<cmc>good test
[22:37:04.263764]<mechcozmo>yeah
[22:37:22.505624]<mechcozmo>it does return just one input
[22:37:32.379046]<mechcozmo>but also, something's up
[22:37:37.771457]<mechcozmo>if i'm not seeing AJAX anywhere
[22:37:46.241251]<mechcozmo>yet it is clearly happening with Google
[22:39:17.448014]<cmc>Should be in the console; make sure "Show XMLHttpRequests" is checked
[22:39:22.694209]<evil_twin>t.e.o: Ticket #2929 (HTTPS with Microsoft Internet Explorer 6.0 gives error on wiki edit) updated - <http://trac.edgewall.org/ticket/2929#comment:10> - anonymous
[22:39:46.568412]<mechcozmo>cmc: yup, it is
[22:40:21.753300]<cmc>they definitely show for me with each char stroke on google
[22:40:38.534134]<mechcozmo>i don't see anything
[22:40:40.252603]<mechcozmo>in the console
[22:41:13.147092]<cmc>dumb question, but you're sure console is enabled?
[22:41:36.878277]<mechcozmo>no such thing as a dumb question at this point
[22:41:43.878446]<mechcozmo>yup, it is enabled
[22:42:09.624916]<cmc>tried refreshing google after the console is already open?
[22:42:11.603344]<mechcozmo>i'm seeing the AJAX in Webinsector
[22:42:23.557807]<mechcozmo>no, but i just did
[22:42:25.402484]<mechcozmo>still nada
[22:42:43.096334]<cmc>very odd
[22:42:58.797885]<cmc>webinspector still shows nothing for trac, though?
[22:43:06.838297]<mechcozmo>that's correct
[22:43:39.228933]<cmc>try calling the $("#field-owner").autocomplete("users", { .... function
[22:43:50.235584]<cmc>it might be throwing an error
[22:44:41.496191]<mechcozmo>when i run the JS inside the function, it returns an object...
[22:45:18.321720]<mechcozmo>seems to be selecting the owner textbox correctly
[22:45:25.166391]<mechcozmo>>>> $("#field-owner").autocomplete("users", {formatItem: formatItem});
[22:45:25.331672]<mechcozmo>[input#field-owner.ac_input]
[22:47:33.847581]<cmc>hm, source code looks like there's only a 0.11 version
[22:47:43.526025]<cmc>I wonder if it's a compatibility problem
[22:48:02.350393]<mechcozmo>me too, but it says "or newer" on trac-hacks
[22:48:39.352288]<mechcozmo>so it **should** work
[22:53:52.065488]<cmc>sorry mechcozmo, autocomplete.js isn't exactly transparent
[22:54:26.492223]<cmc>I'm sure something will work out though
[22:54:26.655195]<mechcozmo>i noticed that... thanks for the help
[22:55:14.949848]<mechcozmo>not sure how to go about filing a ticket or anything
[22:55:33.929557]<cmc>existing tickets: http://trac-hacks.org/query?status=!closed&component=AutocompleteUsersPlugin&order=priority
[22:56:00.890267]<cmc>new: https://trac-hacks.org/newticket?component=AutocompleteUsersPlugin&owner=rjollos
[22:56:49.991643]<mechcozmo>doesn't seem to be a duplicate
[22:56:52.124809]<cmc>just let the author know which version of track you are using, what plugins/customizations you've performed, and how he/she could recreate the bug
[22:57:36.969780]<cmc>time to go; good luck
[22:57:51.339166]<mechcozmo>alright, thanks