Issue 18 - Patch to turn mozilla.org bugzilla 2.11 to IssueZilla
Summary: Patch to turn mozilla.org bugzilla 2.11 to IssueZilla
Status: CLOSED IRREPRODUCIBLE
Alias: None
Product: Infrastructure
Classification: Infrastructure
Component: Bugzilla (show other issues)
Version: current
Hardware: PC Linux, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: Unknown
QA Contact: issues@www
URL:
Keywords:
: 100 (view as issue list)
Depends on:
Blocks:
 
Reported: 2000-10-20 21:15 UTC by Unknown
Modified: 2007-07-03 09:52 UTC (History)
2 users (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Patch to turn mozilla.org bugzilla 2.11 to IssueZilla (702.72 KB, patch)
2001-08-03 08:16 UTC, Unknown
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
Description Unknown 2000-10-20 21:15:10 UTC
here is a patch file i'd like to submit
Comment 1 Unknown 2000-10-20 21:16:48 UTC
Created attachment 1 [details]
Patch to turn mozilla.org bugzilla 2.11 to IssueZilla
Comment 2 Unknown 2000-10-20 21:20:05 UTC
Because It's open source, here's an initial patch to turn bugzilla 2.11 into
IssueZilla. Just in case you were wondering where to get the source for
IssueZilla.
Comment 3 Unknown 2000-10-20 22:10:41 UTC
hey, i want to change somethign
Comment 4 Unknown 2000-10-20 22:11:30 UTC
this is my patch, so i assign it back to myself!
Comment 5 Unknown 2000-10-20 22:12:01 UTC
i accept my own patch :-)
Comment 6 Unknown 2000-10-21 05:45:10 UTC
resolved, so this PATCH doesn't end up on the "bug reports" summary.
Comment 7 issues@www 2000-10-29 05:16:21 UTC
could this be checkedin to cvs. I have do some work with the mozilla.org 
version of bugzilla, and it would be nice if the issuezilla codebase could 
be in cvs, make it easy to write patches...
Comment 8 Unknown 2000-12-15 05:31:46 UTC
*** Issue 100 has been marked as a duplicate of this issue. ***
Comment 9 michael.bemmer 2003-03-13 09:44:34 UTC
As mentioned on the qa dev list on March 5th I will close all resolved
<wontfix/duplicate/worksforme/invalid> issues. Please see this posting for
details. First step in IssueZilla is unfortunately to set them to verified.
Comment 10 michael.bemmer 2003-03-13 10:19:36 UTC
As mentioned on the qa dev list on March 5th I will close all resolved
<wontfix/duplicate/worksforme/invalid> issues. Please see this posting for details. 
Comment 11 Daniel Darabos 2007-07-03 09:52:49 UTC
I don't know why I'm reading a six years old patch, but this is hilarious! "How
to turn BugZilla to IssueZilla -- with Search & Replace!" Actual excerpt from
this patch:


*** 145,157 ****
      my $remaining = $ENV{"CONTENT_LENGTH"};
      my $inheader = 1;
      my $itemname = "";
! #    open(DEBUG, ">debug") || die "Can't open debugging thing";
! #    print DEBUG "Boundary is '$boundary'\n";
      while ($remaining > 0 && ($_ = <STDIN>)) {
          $remaining -= length($_);
! #        print DEBUG "< $_";
          if ($_ =~ m/^-*$boundary/) {
! #            print DEBUG "Entered header\n";
              $inheader = 1;
              $itemname = "";
              next;
--- 145,157 ----
      my $remaining = $ENV{"CONTENT_LENGTH"};
      my $inheader = 1;
      my $itemname = "";
! #    open(DEISSUE, ">deissue") || die "Can't open deissueging thing";
! #    print DEISSUE "Boundary is '$boundary'\n";
      while ($remaining > 0 && ($_ = <STDIN>)) {
          $remaining -= length($_);
! #        print DEISSUE "< $_";
          if ($_ =~ m/^-*$boundary/) {
! #            print DEISSUE "Entered header\n";
              $inheader = 1;
              $itemname = "";
              next;
***************


Or another strange piece:


*** 11,17 ****
  # implied. See the License for the specific language governing
  # rights and limitations under the License.
  #
! # The Original Code is the Bugzilla Bug Tracking System.
  #
  # The Initial Developer of the Original Code is Netscape Communications
  # Corporation. Portions created by Netscape are
--- 11,17 ----
  # implied. See the License for the specific language governing
  # rights and limitations under the License.
  #
! # The Original Code is the Issuezilla Issue Tracking System.
  #
  # The Initial Developer of the Original Code is Netscape Communications
  # Corporation. Portions created by Netscape are
***************

Sorry about the meaningless post...