Custom Query (196 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (115 - 117 of 196)

Ticket Resolution Summary Owner Reporter
#103 fixed Logging into Trac takes you back to the main page andersk
Description

If you visit an autoinstalled Trac, go to a subpage, and log in, you are taken back to that Trac’s main page. I used to think this was an annoying Trac “feature”, but actually upstream Trac works properly, leaving you on the same page when you log in.

#105 fixed binfmt_misc overrides shebang now andersk
Description
   scripts / sql-signup / andersk  15:37  (Anders Kaseorg)
       Wait, when did binfmt_misc start overriding shebang lines?
   scripts / sql-signup / quentin  15:39  (Quentin Smith)
       It did?
   scripts / sql-signup / andersk  15:40  (Anders Kaseorg)
       [andersk@bees-knees]:~/web_scripts$ cat test.php
       #!/bin/cat
       hello
       [andersk@bees-knees]:~/web_scripts$ ./test.php
       X-Powered-By: PHP/5.2.9
       Content-type: text/html
   
       hello
   scripts / sql-signup / mitchb  15:41  (Yum, this spam is fresh!)
       That's kind of awesome.  The binfmt_misc magic still kind of confuses
       me.
   scripts / sql-signup / andersk  15:41  (Anders Kaseorg)
       That’s really bad.  Unless it’s configurable, we should get rid of
       the .php binfmt (since I think we aren’t using it), and deprecate and
       remove the .pl and .py binfmts as soon as we can.

Also, we should be recognizing Mono applications by magic number (MZ) and not extension (.exe), as described here.

#110 fixed the WordPress URL hack breaks pingbacks (and other XMLRPC stuff) geofft
Description

We have a hack that sets "WordPress? URL" to /~user/blog and "Blog URL" to http://user.scripts.mit.edu/blog. This seems to break pingbacks; if you set "WordPress? URL" to the full URL, and leave "Blog URL" blank so it defaults to the WordPress? URL setting, pingbacks start working.

Note: See TracQuery for help on using queries.