changes files search: « revision 6130 (page 1 / 307) »

trunk : changes

collapse collapse all expand expand all

Rev Summary Committer Date
6130 collapse expand Bug 445885 – User.login should ThrowUserError when called ... dkl%redhat.com 2008-07-21
description: Bug 445885 â€“ User.login should ThrowUserError when called with incorrect parameters
Patch by David Lawrence <dkl@redhat.com> - a/r=mkanat
files modified: Bugzilla/WebService/User.pm
6129 collapse expand Bug 445061 - Don't require network access to build the docs justdave%bugzilla.or... 2008-07-13
description: Bug 445061 - Don't require network access to build the docs
r=colin.olgilvie
files modified: docs/en/xml/Bugzilla-Guide.xml
6128 collapse expand Bug 444185: Make email_in.pl send errors with From as "mailf... mkanat%bugzilla.org 2008-07-11
description: Bug 444185: Make email_in.pl send errors with From as "mailfrom".
Patch By Vincent Castellano <surye80@gmail.com> r=mkanat, a=mkanat
files modified: email_in.pl
6127 collapse expand Bug 426882 - removes Windows 98, Windows NT and Mac OS 9, ad... gerv%gerv.net 2008-07-10
description: Bug 426882 - removes Windows 98, Windows NT and Mac OS 9, adds Windows
Vista, fixes Mac OS X. Patch by gerv; r=justdave.
files modified: template/en/default/bug/create/create-guided.html.tmpl
6126 collapse expand Bug 428659 – Setting SSL param to 'authenticated sessions'... dkl%redhat.com 2008-07-10
description: Bug 428659 â€“ Setting SSL param to 'authenticated sessions' only protects logins and param doesn't protect WebService calls at all
Patch by Dave Lawrence <dkl@redhat.com> - r/a=mkanat
files modified: Bugzilla/Auth/Login/CGI.pm
Bugzilla/CGI.pm
Bugzilla/Util.pm
Bugzilla/WebService.pm
index.cgi
token.cgi
xmlrpc.cgi
6125 collapse expand Bug 441496 - Use server push (multipart/x-mixed-replace) wit... gerv%gerv.net 2008-07-07
description: Bug 441496 - Use server push (multipart/x-mixed-replace) with
compatible versions of Safari. Patch by gerv; r,a=LpSolit.
files modified: buglist.cgi
6124 collapse expand Remove unnecessary '\' from a regexp (':' is not a special c... eseyman%linagora.com 2008-07-07
description: Remove unnecessary '\' from a regexp (':' is not a special character)
This is a nitpick from bug #441503
files modified: contrib/syncLDAP.pl
6123 collapse expand Bug 443519: Changing Products with Strict Isolation fails wh... lpsolit%gmail.com 2008-07-07
description: Bug 443519: Changing Products with Strict Isolation fails when the CC
list changes at the same time - Patch by Alex Eiser
<aeiser@arc.nasa.gov> r/a=LpSolit
files modified: Bugzilla/Bug.pm
6122 collapse expand Bug 365697: email_in.pl is case-sensitive for products due t... lpsolit%gmail.com 2008-07-02
description: Bug 365697: email_in.pl is case-sensitive for products due to
Bugzilla::User->can_enter_product - Patch by Frédéric Buclin
<LpSolit@gmail.com> r/a=mkanat
files modified: Bugzilla/User.pm
6121 collapse expand Bug 442821: Make the workflow editor deny closed statuses fo... mkanat%bugzilla.org 2008-07-02
description: Bug 442821: Make the workflow editor deny closed statuses for new bugs
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
files modified: editworkflow.cgi
template/en/default/admin/workflow/edit.html.tmpl
6120 collapse expand Bug 442863: ON DELETE CASCADE Foreign Keys should automatica... mkanat%bugzilla.org 2008-07-01
description: Bug 442863: ON DELETE CASCADE Foreign Keys should automatically delete invalid values during checksetup
Patch By Max Kanat-Alexander (module owner) a=mkanat
files modified: Bugzilla/DB.pm
template/en/default/global/messages.html.tmpl
6119 collapse expand Bug 442848: [Oracle] Remove hardcoded "ORDER BY quipid" in B... mkanat%bugzilla.org 2008-07-01
description: Bug 442848: [Oracle] Remove hardcoded "ORDER BY quipid" in Bugzilla::DB::Oracle
Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
files modified: Bugzilla/DB/Oracle.pm
6118 collapse expand Bug 442612: [Oracle] Change min-oracle-version from 10.01 to... mkanat%bugzilla.org 2008-07-01
description: Bug 442612: [Oracle] Change min-oracle-version from 10.01 to 10.02
Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
files modified: Bugzilla/Constants.pm
6117 collapse expand Bug 437617: Make "type" a method of Bugzilla::WebService mkanat%bugzilla.org 2008-07-01
description: Bug 437617: Make "type" a method of Bugzilla::WebService
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
files modified: Bugzilla/WebService.pm
Bugzilla/WebService/Bug.pm
Bugzilla/WebService/Bugzilla.pm
Bugzilla/WebService/Product.pm
Bugzilla/WebService/User.pm
6116 collapse expand Bug 432601: [Oracle] Fix 'Find a specific Bug' (fulltext sea... mkanat%bugzilla.org 2008-07-01
description: Bug 432601: [Oracle] Fix 'Find a specific Bug' (fulltext searching)
Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
files modified: Bugzilla/DB/Oracle.pm
Bugzilla/Search.pm
6115 collapse expand Bug 421264: Fix 'usemenuforusers' on Oracle (fix empty strin... mkanat%bugzilla.org 2008-07-01
description: Bug 421264: Fix 'usemenuforusers' on Oracle (fix empty string replacement)
Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
files modified: Bugzilla/DB/Oracle.pm
6114 collapse expand Bug 442582: Use sql_iposition instead of sql_position(lc($va... mkanat%bugzilla.org 2008-06-29
description: Bug 442582: Use sql_iposition instead of sql_position(lc($var), LOWER($var)) in Bugzilla::User::match
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
files modified: Bugzilla/User.pm
6113 collapse expand Bug 440612 – Use Bugzilla::Bug->check everywhere instead o... mkanat%bugzilla.org 2008-06-29
description: Bug 440612 â€“ Use Bugzilla::Bug->check everywhere instead of ValidateBugID
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
files modified: Bugzilla/Bug.pm
Bugzilla/WebService/Bug.pm
attachment.cgi
buglist.cgi
email_in.pl
enter_bug.cgi
process_bug.cgi
show_activity.cgi
show_bug.cgi
showdependencygraph.cgi
showdependencytree.cgi
summarize_time.cgi
votes.cgi
6112 collapse expand Bug 421064: [Oracle] whine.pl crashes and doesn't work mkanat%bugzilla.org 2008-06-29
description: Bug 421064: [Oracle] whine.pl crashes and doesn't work
Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
files modified: Bugzilla/DB/Oracle.pm
6111 collapse expand Bug 327344: Create sql_iposition and use it in Search.pm to ... mkanat%bugzilla.org 2008-06-29
description: Bug 327344: Create sql_iposition and use it in Search.pm to fix the fact that searching for Turkish characters didn't do case-insensitivity properly.
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
files modified: Bugzilla/DB.pm
Bugzilla/DB/Mysql.pm
Bugzilla/Search.pm