diff options
author | Matěj Cepl <mcepl@redhat.com> | 2009-11-15 23:38:56 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2009-11-15 23:38:56 +0100 |
commit | f6473374cf5984ebdb3e96edc1e176ae65bc2eac (patch) | |
tree | 851bcae1bcc7309d58b48c9d7bc1b7988a637e6f /install-skip-bugzilla.html | |
parent | 56c6054e53f51abe940561b49280feb569f8f846 (diff) | |
download | bugzilla-triage-f6473374cf5984ebdb3e96edc1e176ae65bc2eac.tar.gz |
We want to follow jetpack directory. Filtering out will be done before
merge to master.
Diffstat (limited to 'install-skip-bugzilla.html')
-rw-r--r-- | install-skip-bugzilla.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/install-skip-bugzilla.html b/install-skip-bugzilla.html new file mode 100644 index 0000000..bf4fe87 --- /dev/null +++ b/install-skip-bugzilla.html @@ -0,0 +1,27 @@ +<!DOCTYPE HTML> +<html lang="en"><head> + + + <meta http-equiv="Content-type" content="text/html; charset=UTF-8"> + <title>Skip Bugzilla's process_bug.cgi</title> + <link rel="jetpack" href="skip-process-bug.js"> + <link rel="stylesheet" href="install-skip-bugzilla_soubory/style.css"> + </head><body> + <article> + <h1>Skip Bugzilla's process_bug.cgi</h1> + <p> + When you update anything on Bugzilla, you're left on process_bug.cgi, a + POSTed page. This sucks. <code>POST</code> is for data, + <code>GET</code> is for web pages. + </p> + <p> + When process_bug.cgi is detected, document.location is changed to the + bug's real location and any email notifications are shown with + <code>jetpack.notifications</code>. + </p> + <p> + This jetpack uses some terrible screen scraping that's likely to break, + but I'll probably fix it quickly since I'm on bugzilla every day. + </p> + </article> + </body></html> |