Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-11-04 | Bug 301067: [PostgreSQL] editusers.cgi doesn't do a case-insensitive ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
comparison - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave | |||||
2005-11-04 | Bug 314548: "Error : document.refresh is not a function" appears in the JS ↵ | lpsolit%gmail.com | 1 | -1/+0 | |
console when (un)checking the "Private" checkbox in show_bug.cgi - Patch by André Batosti <batosti@async.com.br> r=joel a=justdave | |||||
2005-11-04 | Bug 314791: process_bug.cgi should not complain if 'knob' is undefined - ↵ | lpsolit%gmail.com | 1 | -1/+3 | |
Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave | |||||
2005-11-04 | Bug 314658: Incorrect column name "Result" in buglist.cgi - Patch by ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave | |||||
2005-11-03 | Doc part of bug 293357 - Patch by victory <bmo@rsz.jp> r=LpSolit | lpsolit%gmail.com | 1 | -1/+1 | |
2005-11-03 | Bug 307043: Fix two typos in the FAQ - Patch by victory <bmo@rsz.jp> r=LpSolit | lpsolit%gmail.com | 1 | -2/+2 | |
2005-11-03 | Bug 314544: Bugzilla/BugMail.pm should not 'use Bugzilla::DB' - Patch by ↵ | lpsolit%gmail.com | 1 | -1/+0 | |
Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=myk | |||||
2005-11-03 | Bugzilla Bug 306207: sendmail support under Windows bypasses message encoding | wurblzap%gmail.com | 1 | -11/+13 | |
Patch by byron jones (glob) <bugzilla@glob.com.au> r=wurblzap, a=myk | |||||
2005-11-03 | Bug 314795: [Oracle] SQL query in query.cgi is missing a space | mkanat%kerio.com | 1 | -1/+1 | |
Patch By Lance Larsh <lance.larsh@oracle.com> r=vladd, a=myk | |||||
2005-11-01 | Bug 314269: Add email pref to not send mail about dependency changes - Patch ↵ | lpsolit%gmail.com | 4 | -3/+28 | |
by Todd Stansell <tjs@tellme.com> r=joel a=justdave | |||||
2005-11-01 | Bug 314198: Fix leaking list of product names in query.cgi | bugreport%peshkin.net | 1 | -4/+6 | |
Patch by Joel Peshkin <bugreport@peshkin.net> r=lpsolit, a=justdave | |||||
2005-10-31 | Bug 282132: BugMail.pm: Eliminate deprecated Bugzilla::DB routines - Patch ↵ | lpsolit%gmail.com | 1 | -70/+76 | |
by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=wicked a=justdave | |||||
2005-10-31 | Bug 153445: Do not display bug counts by default when listing products in ↵ | lpsolit%gmail.com | 2 | -11/+26 | |
editproducts.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=GavinS a=justdave | |||||
2005-10-31 | Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric ↵ | lpsolit%gmail.com | 19 | -113/+95 | |
Buclin <LpSolit@gmail.com> r=wicked a=justdave | |||||
2005-10-28 | Bug 314088: Several Bugzilla::Foo->new crash when passing a string instead ↵ | lpsolit%gmail.com | 5 | -4/+21 | |
of a valid ID as a param - Patch by Frédéric Buclin <LpSolit@gmail.com> r=kiko a=justdave | |||||
2005-10-28 | Bug 313941: sanitycheck should quote bad values so empty values are apparent | wurblzap%gmail.com | 1 | -2/+2 | |
Patch by Matt McHenry <mmchenry@carnegielearning.com> r=wurblzap, a=justdave | |||||
2005-10-28 | Bug 303706: Eliminate deprecated Bugzilla::DB routines from editproducts.cgi ↵ | lpsolit%gmail.com | 1 | -262/+261 | |
- Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave | |||||
2005-10-28 | Bug 313941: t/008filter.t should accept TRY/CATCH template directives | wurblzap%gmail.com | 1 | -1/+2 | |
Patch by Dennis Melentyev <dennis.melentyev@infopulse.com.ua> r=wurblzap, a=justdave | |||||
2005-10-28 | Bug 308666: Getting a popup error message when checking dependencies - Patch ↵ | lpsolit%gmail.com | 1 | -9/+11 | |
by byron jones (glob) <bugzilla@glob.com.au> r=wicked a=justdave | |||||
2005-10-28 | Bug 308340: General Preferences tab is empty except for submit button when ↵ | lpsolit%gmail.com | 3 | -47/+77 | |
no user prefences are enabled - Patch by Frédéric Buclin <LpSolit@gmail.com> r=GavinS a=justdave | |||||
2005-10-27 | Bug 266143: If Param("usevotes") is off, editing a product should mention it ↵ | lpsolit%gmail.com | 4 | -3/+18 | |
- Patch by GavinS <bugzilla@chimpychompy.org> r=LpSolit a=myk | |||||
2005-10-27 | Bug 150105: $debug flag in buglist.cgi not working - Patch by Teemu ↵ | lpsolit%gmail.com | 4 | -8/+25 | |
Mannermaa <wicked@etlicon.fi> r=LpSolit a=myk | |||||
2005-10-27 | Bug 109339: Be able to set assignee/QA to default for multiple bugs across ↵ | lpsolit%gmail.com | 2 | -36/+30 | |
products - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk | |||||
2005-10-27 | Bug 313661: New bug bugmail omits initial CC list - Patch by Olav Vitters ↵ | lpsolit%gmail.com | 1 | -2/+16 | |
<bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=myk | |||||
2005-10-27 | Bug 303693: Eliminate deprecated Bugzilla::DB routines from describe*.cgi, ↵ | lpsolit%gmail.com | 8 | -93/+98 | |
duplicates.cgi, quips.cgi, report.cgi, request.cgi and showdependency*.cgi - Patch by Teemu Mannermaa <wicked@etlicon.fi> r=LpSolit a=myk | |||||
2005-10-26 | Bug 313732: fix typo in name of error message variable. Patch by ↵ | gerv%gerv.net | 1 | -1/+1 | |
bugzilla.mozilla@rjb.za.net; r=gerv, a=myk. | |||||
2005-10-26 | Bug 313546: long_list.cgi URLs don't redirect to show_bug correctly - Patch ↵ | lpsolit%gmail.com | 1 | -5/+2 | |
by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=myk | |||||
2005-10-26 | Bug 313603: The keyword_already_exists error has an undefined variable - ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=myk | |||||
2005-10-26 | Bug 313131: Remove the unused get_classification_id() routine - Patch by ↵ | lpsolit%gmail.com | 1 | -9/+0 | |
Frédéric Buclin <LpSolit@gmail.com> r=joel a=myk | |||||
2005-10-26 | Bug 72948: Default column list should include OS and not Platform - Patch by ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=wurblzap a=justdave | |||||
2005-10-26 | Bug 313020: Implement the ability to add individual bugs to saved searches - ↵ | lpsolit%gmail.com | 10 | -14/+109 | |
Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave | |||||
2005-10-25 | Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵ | lpsolit%gmail.com | 44 | -111/+118 | |
Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave | |||||
2005-10-25 | Bug 313209: Oracle requires "CASE WHEN" around boolean expressions in the ↵ | mkanat%kerio.com | 6 | -9/+22 | |
SELECT column list Patch By Lance Larsh <lance.larsh@oracle.com> r=mkanat, a=justdave | |||||
2005-10-24 | Bug 313533: editvalues.cgi: Reference found where even-sized list expected ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
at line 122 - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave | |||||
2005-10-24 | Bug 312307: Misused Throw*Error tags in code and templates - Patch by Dennis ↵ | lpsolit%gmail.com | 7 | -56/+17 | |
Melentyev <dennis.melentyev@infopulse.com.ua> r=LpSolit a=justdave | |||||
2005-10-22 | Bug 312787 When strict_isolation is set, do not permit users to alter deps ↵ | bugreport%peshkin.net | 3 | -2/+22 | |
on bugs unless they can edit both bugs Patch by Joel Peshkin <bugreport@peshkin.net> r=kiko, a=justdave | |||||
2005-10-20 | Bug 313069 Fix javascript error when editing attachments | bugreport%peshkin.net | 1 | -2/+2 | |
Patch by Erik Stambaugh <erik@dasbistro.com> r=joel, a=justdave | |||||
2005-10-20 | Bug 298688: Forbid the deletion of values used by default for the priority, ↵ | lpsolit%gmail.com | 5 | -42/+108 | |
severity, platform and OS and update data/params when editing them - Patch by Frédéric Buclin <LpSolit@gmail.com> r=GavinS a=justdave | |||||
2005-10-20 | Bug 149504 Permit a reference to a URL to be treated as an attachment | bugreport%peshkin.net | 9 | -21/+151 | |
Patch by Joel Peshkin <bugreport@peshkin.net> r=lpsolit, a=justdave | |||||
2005-10-20 | Bug 312933 Query.cgi leaks product names | bugreport%peshkin.net | 1 | -1/+7 | |
Patch by Joel Peshkin <bugreport@peshkin.net> r=lpsolit, a=justdave | |||||
2005-10-20 | Bug 313008 Lists of products, milestones, etc... should be sorted | bugreport%peshkin.net | 2 | -4/+8 | |
Patch by Joel Peshkin <bugreport@peshkin.net> r=lpsolit, a=justdave | |||||
2005-10-19 | Bug 141593 You can add/remove dependencies on bugs you can't see | bugreport%peshkin.net | 3 | -8/+33 | |
Patch by Joel Peshkin <bugreport@peshkin.net> r=lpsolit, a=justdave | |||||
2005-10-19 | Bug 297593: defaultpriority, defaultseverity, defaultplatform and ↵ | lpsolit%gmail.com | 2 | -12/+18 | |
defaultopsys parameters in editparams.cgi should be a dropdown menu - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave | |||||
2005-10-19 | Bug 302936: Reject the requestee if he cannot access private attachments - ↵ | lpsolit%gmail.com | 3 | -5/+11 | |
Patch by Frédéric Buclin <LpSolit@gmail.com> r=jouni a=justdave | |||||
2005-10-18 | Bug 312773 attachment.cgi is broken due to bug 309681 | bugreport%peshkin.net | 1 | -2/+2 | |
Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel, a=justdave | |||||
2005-10-18 | Bug 305807: Fix some incorrect template filtering types - Patch by GavinS ↵ | lpsolit%gmail.com | 7 | -10/+10 | |
<bugzilla@chimpychompy.org> r=LpSolit r=justdave a=justdave | |||||
2005-10-18 | Bug 299753: Replace old code in editproducts.cgi by routines from Product.pm ↵ | lpsolit%gmail.com | 15 | -665/+441 | |
- Patch by André Batosti <batosti@async.com.br> r=LpSolit a=justdave | |||||
2005-10-18 | Bug 305979: Removing a user account who was requested to set a flag at least ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
once may return wrong information - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave | |||||
2005-10-18 | Bug 309681 Prevent users from adding another user who shouldn't have access ↵ | bugreport%peshkin.net | 8 | -27/+93 | |
to a bug as assignee or CC member Patch by Gabriel Sales de Oliveira <gabriel@async.com.br> r=joel, a=justdave | |||||
2005-10-18 | Bug 302835: The "confirm delete" page when deleting a user account should ↵ | lpsolit%gmail.com | 2 | -240/+274 | |
distinguish between risky and no risky actions - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave |