Bug 186660 - Bad argument product sent to Bugzilla::Component::new function.
Summary: Bad argument product sent to Bugzilla::Component::new function.
Status: RESOLVED FIXED
Alias: None
Product: bugs.kde.org
Classification: Websites
Component: code customizations (show other bugs)
Version: unspecified
Platform: unspecified All
: NOR normal
Target Milestone: ---
Assignee: Matt Rogers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-09 12:46 UTC by David Faure
Modified: 2009-04-28 03:37 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Faure 2009-03-09 12:46:03 UTC
A todo list for Matt, to make sure nothing is left unhandled.
Comment 1 David Faure 2009-03-09 12:51:31 UTC
(sorry I hit Enter by mistake in the "Summary" lineedit...)

Two reports about the same bugzilla bug:
- Jonathan Schlüßler <jonathan.schluessler@gmx.de> (2009-04-04)
- "alpha_one_x86" <alpha.super-one@laposte.net> (2009-04-04)
 URL: https://bugs.kde.org/wizard.cgi
 Bad argument product sent to Bugzilla::Component::new function.
Comment 2 Matt Rogers 2009-04-27 05:33:10 UTC
reproduced this earlier working on something else.
Comment 3 Matt Rogers 2009-04-28 03:21:39 UTC
SVN commit 960147 by mattr:

Fix Bugzilla::Component::new error

The use of '/' as a delimiter between product and component was
causing problems, so I changed it to '|' instead. This fixes the
bad argument error when attempting to submit a bug against a
component with a '/' in it (which was the only place I could
reproduce the error)

CCBUG: 186660

 M  +22 -13    wizard.cgi  


WebSVN link: http://websvn.kde.org/?view=rev&revision=960147
Comment 4 Matt Rogers 2009-04-28 03:37:07 UTC
SVN commit 960149 by mattr:

Update the live site

BUG: 186660

........
  r959759 | mattr | 2009-04-26 22:31:00 -0500 (Sun, 26 Apr 2009) | 1 line
  
  Make sure all components are displayed properly in the search results
........
  r960147 | mattr | 2009-04-27 20:21:38 -0500 (Mon, 27 Apr 2009) | 9 lines
  
  Fix Bugzilla::Component::new error
  
  The use of '/' as a delimiter between product and component was
  causing problems, so I changed it to '|' instead. This fixes the
  bad argument error when attempting to submit a bug against a
  component with a '/' in it (which was the only place I could
  reproduce the error)
  
........


 _M            . (directory)  
 M  +22 -13    wizard.cgi  


WebSVN link: http://websvn.kde.org/?view=rev&revision=960149