aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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 286158: Remove GetSelectableProducts() from globals.pl and use ↵lpsolit%gmail.com2005-09-033-57/+46
| | | | Bugzilla::User::get_selectable_products() instead - Patch by Frédéric Buclin <LpSolit@gmail.com> r=joel,kiko a=justdave
* Bug 304582: Move GenerateRandomPassword() out of globals.pl - Patch by ↵lpsolit%gmail.com2005-09-023-4/+18
| | | | Frédéric Buclin <LpSolit@gmail.com> r=joel a=myk
* Partial fix for bug 302669: rewrites Attachment.pm to provide a real ↵myk%mozilla.org2005-09-013-95/+392
| | | | Attachment class; r=lpsolit
* Bug 305976: Allow Bugzilla::DB sql_regexp/sql_not_regexp methods to accept ↵mkanat%kerio.com2005-08-314-13/+39
| | | | | | string and pattern as arguments Patch By Lance Larsh <lance.larsh@oracle.com> r=joel, a=justdave
* Fix for bug 305773: fixes regression in flag validation code that let ↵myk%mozilla.org2005-08-312-81/+101
| | | | 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 279738: Move GetLongDescriptionAsText() out of globals.pl - Patch by ↵lpsolit%gmail.com2005-08-301-1/+52
| | | | Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 306271: Group.pm needs a get_all_groups() routine - Patch by Frédéric ↵lpsolit%gmail.com2005-08-301-2/+24
| | | | Buclin <LpSolit@gmail.com> r=joel 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 305333: Move attachments.thedata to its own tablebugreport%peshkin.net2005-08-274-3/+24
| | | | | Patch by Joel Peshkin <bugreport@peshkin.net> 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 305771: Cannot create request flags with no requestee - Patch by Myk ↵lpsolit%gmail.com2005-08-261-2/+3
| | | | Melez <myk@mozilla.org> r=LpSolit a=justdave
* Fix nits for bug 208761 the reviewer asked me to do on checkin (make a ↵lpsolit%gmail.com2005-08-251-3/+3
| | | | description in POD more precise) and which I forgot to do. Sorry wicked ;)
* Bug 208761: Move GetFormat() from globals.pl into Bugzilla::Template - Patch ↵lpsolit%gmail.com2005-08-251-3/+84
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Bug 305498: UTF-8 e-mail encoding is not working - Patch by Cedric Caron ↵lpsolit%gmail.com2005-08-251-2/+2
| | | | <cedric.caron@urbanet.ch> r=glob a=justdave
* Bug 298400: [PostgreSQL] SQL error using buglist.cgi and full text search. ↵mkanat%kerio.com2005-08-251-1/+2
| | | | | | Column "relevance desc" not valid in GROUP BY Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, r=joel, a=justdave
* Bug 303366: Possible locking tables conflict when voting for bugs - Patch by ↵lpsolit%gmail.com2005-08-231-9/+0
| | | | Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
* Bug 300231: Bugzilla::User needs a way of returning only Selectable ↵lpsolit%gmail.com2005-08-221-0/+38
| | | | classification objects - Patch by Gabriel Sales de Oliveira <gabriel@async.com.br> r=mkanat a=justdave
* Bug 70907: QuickSearch: port the JS code to perl (make it server-side) - ↵lpsolit%gmail.com2005-08-221-0/+499
| | | | Patch by Marc Schumann <wurblzap@gmail.com> r=wicked a=myk
* Fix for bug 292022: accepts multiple requestees in the requestee field for a ↵myk%mozilla.org2005-08-211-19/+44
| | | | given flag, and creates multiple requests, one per requestee, so that users can request a flag multiple times simultaneously instead of one at a time; r=joel, a=myk
* Bug 304583: Remove all remaining need to rederive inherited groupsbugreport%peshkin.net2005-08-195-160/+89
| | | | | Patch by Joel Peshkin <bugreport@peshkin.net> r=mkanat, a=justdave
* Bug 296054: [PostgreSQL] Cannot add a new query for event/whiningmkanat%kerio.com2005-08-181-1/+2
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 299848: enter_bug's automatic OS/Platform code does not work with the ↵mkanat%kerio.com2005-08-181-1/+1
| | | | | | new default OS list Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=justdave
* Bug 304642: Bugzilla::Flag::GetTarget() should be called internally by ↵lpsolit%gmail.com2005-08-161-7/+8
| | | | Bugzilla::Flag::process() - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
* Bug 304660: PerformSubsts() should be in Util.pm instead of BugMail.pm - ↵lpsolit%gmail.com2005-08-163-29/+29
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 304653: remove 'use Bugzilla::Error' from Util.pm - Patch by Frédéric ↵lpsolit%gmail.com2005-08-163-20/+28
| | | | Buclin <LpSolit@gmail.com> r=mkanat a=myk
* Bug 303413: Remove "use Bugzilla" from all of the pm files. All of the cgi ↵justdave%bugzilla.org2005-08-1510-10/+0
| | | | | | | files already have it loaded, and it causes circular dependencies. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave a=justdave
* Bug 304588: Remove 'use Bugzilla::User' from DB.pm - Patch by Frédéric ↵lpsolit%gmail.com2005-08-141-2/+1
| | | | Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 284263: Inherited bless permissions without inherited membership do not ↵lpsolit%gmail.com2005-08-141-28/+48
| | | | work - Patch by Marc Schumann <wurblzap@gmail.com> r=joel,LpSolit a=justdave
* Bug 303914: legal_bugs_status should be spelled legal_bug_status in Bug.pm - ↵lpsolit%gmail.com2005-08-141-2/+2
| | | | Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
* Bug 302418: re-enable sendmail support for Windows - Patch by byron jones ↵lpsolit%gmail.com2005-08-132-0/+13
| | | | (glob) <bugzilla@glob.com.au> r=wurblzap a=justdave
* Bug 303824: BugMail should ignore deleted or renamed user accounts - Patch ↵lpsolit%gmail.com2005-08-131-4/+7
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-1314-56/+56
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> ↵lpsolit%gmail.com2005-08-105-10/+8
| | | | r=mkanat,wicked a=justdave
* Back out bug 300231, because it triggers bug 303413.mkanat%kerio.com2005-08-101-37/+0
|
* Bug 300231: Bugzilla::Classification needs a way of returning only ↵mkanat%kerio.com2005-08-101-0/+37
| | | | | | Selectable classification objects Patch By Gabriel Sales de Oliveira <gabriel@async.com.br> r=mkanat, a=justdave
* Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net2005-08-0914-56/+56
| | | | of other items.
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-0914-56/+56
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
* Bug 301261: uninitialized value in Search.pm when querying by date - Patch ↵lpsolit%gmail.com2005-08-061-1/+1
| | | | by Albert Ting <altlst@sonic.net> r=LpSolit a=justdave
* Bug 303088: MoreSQLData and FetchSQLData/FetchOneColumn may return wrong ↵lpsolit%gmail.com2005-08-051-2/+5
| | | | results - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap,justdave a=justdave