Bug 17457
Summary: | Upgrade to Bugzilla 3.2.x | ||
---|---|---|---|
Product: | WebKit | Reporter: | David Kilzer (:ddkilzer) <ddkilzer> |
Component: | WebKit Website | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | ap, aroben, eric, jon, joost, mrowe, ojan, sam, tonikitoo, webkit |
Priority: | P2 | ||
Version: | 523.x (Safari 3) | ||
Hardware: | Mac | ||
OS: | OS X 10.5 | ||
URL: | http://www.bugzilla.org/ | ||
Bug Depends on: | |||
Bug Blocks: | 26950, 26958 |
David Kilzer (:ddkilzer)
Now that bugs.webkit.org is in Subversion, we can upgrade to Bugzilla 3.0.x fairly easily.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
David Kilzer (:ddkilzer)
*** Bug 17456 has been marked as a duplicate of this bug. ***
David Kilzer (:ddkilzer)
I've started working on merging BugsSite to Bugzilla 3.0.3.
David Kilzer (:ddkilzer)
Status: I've got everything merged except for the custom templates.
David Kilzer (:ddkilzer)
(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)
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)
(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
How is this going?
Mark Rowe (bdash)
Very well.
David Kilzer (:ddkilzer)
(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)
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)
*** Bug 16847 has been marked as a duplicate of this bug. ***
David Kilzer (:ddkilzer)
*** Bug 26883 has been marked as a duplicate of this bug. ***
Eric Seidel (no email)
Wooohooo!
David Kilzer (:ddkilzer)
Upgraded to Bugzilla 3.2.3. See:
http://trac.webkit.org/changeset/45519
http://trac.webkit.org/changeset/45520
http://trac.webkit.org/changeset/45521
http://trac.webkit.org/changeset/45522
http://trac.webkit.org/changeset/45523
http://trac.webkit.org/changeset/45524
http://trac.webkit.org/changeset/45525
http://trac.webkit.org/changeset/45526
David Kilzer (:ddkilzer)
Check the "From:" address now, Mark!