RESOLVED FIXED 17457
Upgrade to Bugzilla 3.2.x
https://bugs.webkit.org/show_bug.cgi?id=17457
Summary Upgrade to Bugzilla 3.2.x
David Kilzer (:ddkilzer)
Reported 2008-02-20 13:35:13 PST
Now that bugs.webkit.org is in Subversion, we can upgrade to Bugzilla 3.0.x fairly easily.
Attachments
David Kilzer (:ddkilzer)
Comment 1 2008-02-20 13:35:40 PST
*** Bug 17456 has been marked as a duplicate of this bug. ***
David Kilzer (:ddkilzer)
Comment 2 2008-04-13 18:18:32 PDT
I've started working on merging BugsSite to Bugzilla 3.0.3.
David Kilzer (:ddkilzer)
Comment 3 2008-04-18 19:30:11 PDT
Status: I've got everything merged except for the custom templates.
David Kilzer (:ddkilzer)
Comment 4 2008-04-27 08:24:44 PDT
(In reply to comment #3) > Status: I've got everything merged except for the custom templates. Also have to merge the custom skins files yet. Note that there were 222 custom template files (the entire template/en/default directory was apparently copied to template/en/custom), only 46 of which had any differences from their default versions. Need to go through those diffs individually to find out which ones are really needed.
Eric Seidel (no email)
Comment 5 2009-06-08 13:45:06 PDT
I assume work on this has stopped (since there haven't been updates in a year). Maybe I can be of help? I would like to be able to write scripts which use the bugzilla API... but that's only available in 3.x :(
David Kilzer (:ddkilzer)
Comment 6 2009-06-08 22:45:41 PDT
(In reply to comment #5) > I assume work on this has stopped (since there haven't been updates in a year). > Maybe I can be of help? I would like to be able to write scripts which use > the bugzilla API... but that's only available in 3.x :( Nope, I've been busy working on products announced at WWDC this week. I plan to work on this next week.
Jon@Chromium
Comment 7 2009-06-29 13:58:30 PDT
How is this going?
Mark Rowe (bdash)
Comment 8 2009-06-29 14:00:17 PDT
Very well.
David Kilzer (:ddkilzer)
Comment 9 2009-06-29 14:25:07 PDT
(In reply to comment #8) > Very well. I've got Bugzilla merged to 3.2.3 in a local git repository as of this morning. Just have to work out the UTF-8 encodings update for the database and tweak the UI to only partially suck after the update (I'll let others tweak it more after it lands if they so choose).
David Kilzer (:ddkilzer)
Comment 10 2009-07-01 08:27:26 PDT
I've got the UI fixed up (mostly tweaks to the top of the page) and the contrib/recode.pl script fixed to work around Bug 9630 that caused a number of 0xA0 characters to be submitted to the bugs.webkit.org database. (It seems that using an initial encoding of cp1252 magically converts them back to normal spaces in UTF-8.) Only had to manually specify the encoding (shiftjis in this case) for 6 items in the database as the script guessed the rest using the Encode::Detect module. Just need to schedule some down time for the upgrade.
David Kilzer (:ddkilzer)
Comment 11 2009-07-01 08:29:57 PDT
*** Bug 16847 has been marked as a duplicate of this bug. ***
David Kilzer (:ddkilzer)
Comment 12 2009-07-01 08:30:56 PDT
*** Bug 26883 has been marked as a duplicate of this bug. ***
Eric Seidel (no email)
Comment 13 2009-07-01 11:53:38 PDT
Wooohooo!
David Kilzer (:ddkilzer)
Comment 15 2009-07-02 20:15:27 PDT
Check the "From:" address now, Mark!
Note You need to log in before you can comment on or make changes to this bug.