aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
Commit message (Collapse)AuthorAgeFilesLines
* Bug 282132: BugMail.pm: Eliminate deprecated Bugzilla::DB routines - Patch ↵lpsolit%gmail.com2005-10-311-70/+76
| | | | by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=wicked a=justdave
* Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric ↵lpsolit%gmail.com2005-10-313-17/+7
| | | | Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Bug 314088: Several Bugzilla::Foo->new crash when passing a string instead ↵lpsolit%gmail.com2005-10-284-4/+16
| | | | of a valid ID as a param - Patch by Frédéric Buclin <LpSolit@gmail.com> r=kiko a=justdave
* Bug 150105: $debug flag in buglist.cgi not working - Patch by Teemu ↵lpsolit%gmail.com2005-10-261-8/+14
| | | | Mannermaa <wicked@etlicon.fi> r=LpSolit a=myk
* Bug 313661: New bug bugmail omits initial CC list - Patch by Olav Vitters ↵lpsolit%gmail.com2005-10-261-2/+16
| | | | <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=myk
* Bug 72948: Default column list should include OS and not Platform - Patch by ↵lpsolit%gmail.com2005-10-261-1/+1
| | | | Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=wurblzap a=justdave
* Bug 313020: Implement the ability to add individual bugs to saved searches - ↵lpsolit%gmail.com2005-10-263-2/+11
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
* Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav ↵lpsolit%gmail.com2005-10-254-20/+20
| | | | Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Bug 313209: Oracle requires "CASE WHEN" around boolean expressions in the ↵mkanat%kerio.com2005-10-252-4/+10
| | | | | | SELECT column list Patch By Lance Larsh <lance.larsh@oracle.com> r=mkanat, a=justdave
* Bug 149504 Permit a reference to a URL to be treated as an attachmentbugreport%peshkin.net2005-10-203-0/+8
| | | | | Patch by Joel Peshkin <bugreport@peshkin.net> r=lpsolit, a=justdave
* Bug 313008 Lists of products, milestones, etc... should be sortedbugreport%peshkin.net2005-10-202-4/+8
| | | | | Patch by Joel Peshkin <bugreport@peshkin.net> r=lpsolit, a=justdave
* Bug 297593: defaultpriority, defaultseverity, defaultplatform and ↵lpsolit%gmail.com2005-10-191-12/+16
| | | | defaultopsys parameters in editparams.cgi should be a dropdown menu - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
* Bug 302936: Reject the requestee if he cannot access private attachments - ↵lpsolit%gmail.com2005-10-192-1/+7
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=jouni a=justdave
* Bug 299753: Replace old code in editproducts.cgi by routines from Product.pm ↵lpsolit%gmail.com2005-10-181-0/+23
| | | | - Patch by André Batosti <batosti@async.com.br> r=LpSolit a=justdave
* Bug 309681 Prevent users from adding another user who shouldn't have access ↵bugreport%peshkin.net2005-10-183-0/+42
| | | | | | | to a bug as assignee or CC member Patch by Gabriel Sales de Oliveira <gabriel@async.com.br> r=joel, a=justdave
* Bug 311913: Add support for X-Bugzilla-Keywords and X-Bugzilla-Severity to ↵lpsolit%gmail.com2005-10-152-0/+4
| | | | email notifications - Patch by Mark Loeser <halcy0n@gentoo.org> r=LpSolit a=justdave
* Bug 312356: The defaultpriority param should be grouped together with ↵lpsolit%gmail.com2005-10-152-7/+7
| | | | defaultseverity, opsys and platform - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
* Bug 204498 Add su (setuser) functionbugreport%peshkin.net2005-10-142-0/+6
| | | | | Patch by A. Karl Kornel <karl@kornel.name> r=joel, a=justdave
* Bug 306601: Bugzilla::Classification needs a products() method - Patch by ↵lpsolit%gmail.com2005-10-143-59/+31
| | | | André Batosti <batosti@async.com.br> r=LpSolit a=justdave
* Bug 312185: Create a new "Attachments" tab when editing params - Patch by ↵lpsolit%gmail.com2005-10-132-36/+81
| | | | Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
* Bug 311434: bz_table_columns should use _bz_real_schemamkanat%kerio.com2005-10-131-1/+1
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=joel, a=justdave
* Bug 312150: Some routines are not exported in Bugzilla/Config/Common.pm - ↵lpsolit%gmail.com2005-10-121-1/+2
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
* Bug 46296: Make editparams.cgi be multi-panel by category - Patch by ↵lpsolit%gmail.com2005-10-1217-85/+1854
| | | | Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
* Bug 311419: Update the group_controls method from Product.pm to use Group.pm ↵lpsolit%gmail.com2005-10-121-9/+8
| | | | - Patch by André Batosti <batosti@async.com.br> r=LpSolit a=justdave
* Bug 306325: Move CanEnterProduct() and CanEnterProductOrWarn() out of ↵lpsolit%gmail.com2005-10-122-2/+103
| | | | globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel r=wicked a=justdave
* Bug 302785: [PostgreSQL] Bugzilla cannot order a buglist by number of votes ↵lpsolit%gmail.com2005-10-071-3/+4
| | | | - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
* Bug 309749: Remove get_x_by_y functions from the new .pm files, in favor of ↵mkanat%kerio.com2005-10-075-150/+49
| | | | | | object methods Patch By André Batosti <batosti@async.com.br> r=LpSolit, a=justdave
* Bug 309680: Use SQL "JOIN ... ON ..." syntax instead of "JOIN ... USING(...)"mkanat%kerio.com2005-10-071-2/+2
| | | | Patch By Lance Larsh <lance.larsh@oracle.com> r=mkanat, a=justdave
* Add a + to the version number to indicate it came from CVS.mkanat%kerio.com2005-10-021-1/+1
|
* Bump version numbers for 2.21.1mkanat%kerio.com2005-10-011-1/+1
|
* Bug 308662: [SECURITY] User matching bypasses 'usevisibilitygroups' ↵lpsolit%gmail.com2005-10-011-2/+2
| | | | restrictions - Patch by Joel Peshkin <bugreport@peshkin.net> r=LpSolit a=justdave
* Backout bug 305506: group inheritance is now brokenlpsolit%gmail.com2005-09-281-40/+11
|
* Bug 309896: The "Saved searches" tab in User Prefs can report incorrect ↵lpsolit%gmail.com2005-09-281-4/+10
| | | | information - Patch by A. Karl Kornel <karl@kornel.name> r=LpSolit a=justdave
* Bug 305506: Reduce number of SQL calls in Bugzilla::User->groupsmkanat%kerio.com2005-09-281-11/+40
| | | | Patch By Dennis Melentyev <dennis.melentyev@infopulse.com.ua> r=mkanat, a=justdave
* Bug 307602: Smooth attach_data upgrade for sites with huge attachment tablesbugreport%peshkin.net2005-09-281-0/+10
| | | | | Patch by Joel Peshkin <bugreport@peshkin.net> r=mkanat, a=justdave
* Bug 303784: Visibility can keep admin from administering groups - Patch by ↵lpsolit%gmail.com2005-09-261-1/+1
| | | | Joel Peshkin <bugreport@peshkin.net> r=LpSolit a=justdave
* Bug 301392: Storable crashes checksetup with byte order error when moving ↵lpsolit%gmail.com2005-09-261-15/+31
| | | | databases - Patch by Dennis Melentyev <dennis.melentyev@infopulse.com.ua> r=mkanat a=justdave
* Bug 308717: Column name "PUBLIC" in SERIES table is an Oracle reserved wordmkanat%kerio.com2005-09-232-6/+7
| | | | Patch By Lance Larsh <lance.larsh@oracle.com> r=mkanat, a=justdave
* Bug 308876: Iff ssl is "always", whining (and other non-interactive ↵lpsolit%gmail.com2005-09-221-1/+1
| | | | scripts?) get a 302-moved error - Patch by A. Karl Kornel <karl@kornel.name> r=joel a=justdave
* Bug 309221: Attachments table displays zero size for locally stored attachmentsbugreport%peshkin.net2005-09-211-1/+1
| | | | | Patch by Joel Peshkin <bugreport@peshkin.net> r=lpsolit, a=justdave
* Bug 308653: The error 'relation "map_products" does not exist' is returned ↵lpsolit%gmail.com2005-09-161-2/+2
| | | | using PostgreSQL when the classification column is displayed - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 282686: Multiple projects sharing the same Bugzilla codebase (different ↵lpsolit%gmail.com2005-09-162-15/+54
| | | | datastores) - Patch by guillomovitch@zarb.org r=wurblzap a=justdave
* Bug 307764: CREATE TABLE column definitions should put DEFAULT attribute ↵lpsolit%gmail.com2005-09-121-1/+4
| | | | before NOT NULL constraint - Patch by Lance Larsh <lance.larsh@oracle.com> r=mkanat a=justdave
* Bug 256135: Parameter 'movers' is handled differently in Bug.pm and ↵lpsolit%gmail.com2005-09-092-11/+27
| | | | buglist.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
* Bug 305523: Email preference for "CC changed" should be disabled by default ↵lpsolit%gmail.com2005-09-091-0/+7
| | | | for new users - Patch by Gervase Markham <gerv@mozilla.org> r=wicked a=justdave
* Bug 302669 (2nd part): show_bug.cgi?ctype=xml should allow the option of ↵lpsolit%gmail.com2005-09-071-1/+9
| | | | exporting attachment data - Patch by Greg Hendricks <ghendricks@novell.com> r/a=myk
* Bug 301743: Replace old code from editcomponents.cgi by methods and routines ↵lpsolit%gmail.com2005-09-071-6/+118
| | | | from Component.pm and Product.pm - Patch by Tiago R. Mello <timello@gmail.com> r=LpSolit a=justdave
* Bug 304745: Move GetFieldID() out of globals.pl - Patch by Frédéric Buclin ↵lpsolit%gmail.com2005-09-064-8/+38
| | | | <LpSolit@gmail.com> r=wicked a=justdave
* Bug 306265: Implement User::can_see_product() - Patch by Frédéric Buclin ↵lpsolit%gmail.com2005-09-061-0/+11
| | | | <LpSolit@gmail.com> r=kiko a=justdave
* Bug 285705: [PostgreSQL] Index on some text columns on Postgres could use LOWERmkanat%kerio.com2005-09-041-0/+5
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=joel, a=justdave