aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug 304696: Replace UserInGroup() by $user->in_group() when checking user ↵lpsolit%gmail.com2005-09-1612-30/+20
| | | | privs in edit*.cgi files - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 308581: Excluding yourself from a restricted bug generates an error if ↵lpsolit%gmail.com2005-09-151-6/+8
| | | | the user pref is set to "show the updated bug" - Patch by byron jones (glob) <bugzilla@glob.com.au> r=LpSolit a=justdave
* Bug 299468: Unable to run testserver.pl on FreeBSD - Patch by Dennis ↵lpsolit%gmail.com2005-09-151-1/+1
| | | | Melentyev <dennis.melentyev@infopulse.com.ua> r=joel a=justdave
* Bug 293357: Update a comment in pages/bug-writing.html.tmpl about lost ↵lpsolit%gmail.com2005-09-151-2/+2
| | | | passwords - Patch by victory <bmo@rsz.jp> r=gerv a=justdave
* Bug 308150: admin/products/deleted.html.tmpl doesn't include ↵lpsolit%gmail.com2005-09-133-1/+6
| | | | admin/products/footer.html.tmpl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=GavinS 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 277679: Whining scheduling does not display timezone - Patch by A. Karl ↵lpsolit%gmail.com2005-09-121-0/+8
| | | | Kornel <karl@kornel.name> r=jouni a=justdave
* Bug 306757: Templatize the 'new' section of editproducts.cgi - Patch by ↵lpsolit%gmail.com2005-09-123-31/+57
| | | | Gabriel Sales de Oliveira <gabriel@async.com.br> r=LpSolit a=justdave
* Bug 306760: Routines from Util.pm are not imported in checksetup.pl due to a ↵lpsolit%gmail.com2005-09-121-4/+3
| | | | typo: Bugzilla:Util (missing colon) - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=justdave
* Fix for bug 300949: reverts fix for bug 274906 which eliminated [edit] link ↵myk%mozilla.org2005-09-101-3/+8
| | | | next to attachments to avoid duplicate [edit] references and made the main attachment link go to the 'edit attachment' page; that fix unreasonably reduced Bugzilla usability by making it difficult to view attachments; this patch includes a different fix for bug 274906 that prevents those duplicate [edit] references; long-term we want to make the 'edit attachment' page the irresistable default and have a pop-up menu of links, at which point [edit] can truly go away, but for now it stays
* Bug 256135: Parameter 'movers' is handled differently in Bug.pm and ↵lpsolit%gmail.com2005-09-095-32/+32
| | | | buglist.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
* Bug 165589: Add error logging support to Bugzilla (Docs Part)mozilla%colinogilvie.co.uk2005-09-091-1/+14
| | | | Patch by: A. Karl Kornel <karl@kornel.name>; r=colin.ogilvie
* Bug 307043: typo in Bugzilla docsmozilla%colinogilvie.co.uk2005-09-092-3/+3
| | | | Patch by victory <bmo@rsz.jp>; r=colin.ogilvie
* 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 306242: Templatize the 'update product' bit of editproducts.cgi - Patch ↵lpsolit%gmail.com2005-09-084-70/+385
| | | | by GavinS <bugzilla@chimpychompy.org> r=LpSolit a=justdave
* Bug 302669 (2nd part): show_bug.cgi?ctype=xml should allow the option of ↵lpsolit%gmail.com2005-09-077-3/+26
| | | | 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-077-477/+336
| | | | 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-069-30/+50
| | | | <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 304268: edit users form should have an item for "edit this user" - Patch ↵lpsolit%gmail.com2005-09-053-14/+32
| | | | by GavinS <bugzilla@chimpychompy.org> r=wurblzap a=justdave
* Bug 303705: Eliminate deprecated Bugzilla::DB routines from editkeywords.cgi ↵lpsolit%gmail.com2005-09-051-76/+61
| | | | - Patch by Frédéric Buclin <LpSolit@gmail.com> r=jouni 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
* Bug 299230: Schema-Modification Functions Shouldn't Die on A DB-side ↵mkanat%kerio.com2005-09-031-3/+16
| | | | | | Deletion Failure Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=joel, a=justdave
* Bug 303700: Eliminate deprecated Bugzilla::DB routines from votes.cgi - ↵lpsolit%gmail.com2005-09-033-69/+67
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave
* Bug 286158: Remove GetSelectableProducts() from globals.pl and use ↵lpsolit%gmail.com2005-09-0316-273/+150
| | | | Bugzilla::User::get_selectable_products() instead - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel,kiko a=justdave
* Bug 306556: Some status in pages/fields.html.tmpl are broken - Original ↵lpsolit%gmail.com2005-09-021-3/+3
| | | | patch by victory <bmo@rsz.jp> r=LpSolit a=myk
* Bug 306632: editvalues.cgi title seems wrong when actually editting a value ↵lpsolit%gmail.com2005-09-021-1/+1
| | | | - Patch by GavinS <bugzilla@chimpychompy.org> r=LpSolit a=myk
* Bug 298306: For new products, the charting error message "The tool which ↵lpsolit%gmail.com2005-09-022-3/+17
| | | | gathers bug counts has not been run yet" is misleading - Patch by Marc Schumann <wurblzap@gmail.com> r=gerv a=myk
* Bug 304582: Move GenerateRandomPassword() out of globals.pl - Patch by ↵lpsolit%gmail.com2005-09-024-9/+18
| | | | Frédéric Buclin <LpSolit@gmail.com> r=joel a=myk
* Bug 302370: Remove the EmitFormElements() routine from editproducts.cgi and ↵lpsolit%gmail.com2005-09-024-229/+377
| | | | templatize that code - Patch by Gabriel Sales de Oliveira <gabriel@async.com.br> r=LpSolit a=myk
* Partial fix for bug 302669: rewrites Attachment.pm to provide a real ↵myk%mozilla.org2005-09-017-111/+407
| | | | Attachment class; r=lpsolit
* Bug 305976: Allow Bugzilla::DB sql_regexp/sql_not_regexp methods to accept ↵mkanat%kerio.com2005-08-317-23/+53
| | | | | | string and pattern as arguments Patch By Lance Larsh <lance.larsh@oracle.com> r=joel, a=justdave
* Bug 156670: Move the 'Alias' field on its own row when viewing a bug - Patch ↵lpsolit%gmail.com2005-08-311-11/+16
| | | | by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
* Bug 45349: Allow to change the OS when changing several bugs at once - Patch ↵lpsolit%gmail.com2005-08-312-15/+26
| | | | by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
* Bug 30345: Can mark bugs duplicates of each other [dupe loops] - Patch by ↵lpsolit%gmail.com2005-08-312-11/+47
| | | | Frédéric Buclin <LpSolit@gmail.com> r/a=myk
* Fix for bug 305773: fixes regression in flag validation code that let ↵myk%mozilla.org2005-08-314-85/+110
| | | | through untrusted requestees when multiple requestees were entered into a requestee field (per the new feature that lets multiple requestees be entered into those fields); r=lpsolit
* Bug 306368: The "Block for SELECT fields" should only insert one cell in ↵lpsolit%gmail.com2005-08-311-1/+0
| | | | bug/edit-html.tmpl - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
* Bug 121112: long_list.cgi generates bad links - Patch by Frédéric Buclin ↵lpsolit%gmail.com2005-08-312-2/+5
| | | | <LpSolit@gmail.com> r/a=myk
* Bug 212856: Request queue doesn't validate email addresses - Patch by ↵lpsolit%gmail.com2005-08-311-1/+15
| | | | Frédéric Buclin <LpSolit@gmail.com> r=joel a=myk
* Bug 279738: Move GetLongDescriptionAsText() out of globals.pl - Patch by ↵lpsolit%gmail.com2005-08-302-46/+52
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 275608: The group selection when editing flag types should be a listbox ↵lpsolit%gmail.com2005-08-303-6/+27
| | | | with (no group) meaning no restriction - Patch by Frédéric Buclin <LpSolit@gmail.com> r=GavinS a=myk
* Bug 306271: Group.pm needs a get_all_groups() routine - Patch by Frédéric ↵lpsolit%gmail.com2005-08-303-26/+28
| | | | Buclin <LpSolit@gmail.com> r=joel a=myk
* Bug 306364: SQL crash when moving a bug to another product (regression) - ↵lpsolit%gmail.com2005-08-301-1/+1
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=myk
* Bug 305126: Fix table locks after removal of derive_groupsbugreport%peshkin.net2005-08-305-18/+11
| | | | | Patch by Joel Peshkin <bugreport@peshkin.net> r=lpsolit, a=myk
* Bug 306117: Search on "Percentage Completed" field returns "unknown column ↵lpsolit%gmail.com2005-08-291-0/+3
| | | | 'bugs.remaining_time' in 'having clause'" - Patch by Lance Larsh <lance.larsh@oracle.com> r=joel a=justdave
* Bug 302955: Remove the "delete" link for the default milestone - Patch by ↵lpsolit%gmail.com2005-08-294-18/+81
| | | | Gavin Shelley <bugzilla@chimpychompy.org> r=LpSolit a=justdave
* Bug 305333: Move attachments.thedata to its own tablebugreport%peshkin.net2005-08-2711-21/+88
| | | | | Patch by Joel Peshkin <bugreport@peshkin.net> r=lpsolit, a=justdave
* Bug 306060: Adding a new product should make it clear that a component is ↵lpsolit%gmail.com2005-08-271-0/+5
| | | | also required to enter bugs - Patch by Greg Hendricks <ghendricks@novell.com> r=LpSolit a=justdave
* Bug 302650: Product.pm methods don't return what is expected for milestones ↵lpsolit%gmail.com2005-08-271-12/+11
| | | | and versions - Patch by Gabriel Sales de Oliveira <gabriel@async.com.br> r=LpSolit a=justdave
* Bug 303704: Eliminate deprecated Bugzilla::DB routines from editgroups.cgi - ↵lpsolit%gmail.com2005-08-271-168/+164
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel a=justdave