aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
Commit message (Expand)AuthorAgeFilesLines
* Bump version numbers for 2.21.1mkanat%kerio.com2005-10-011-1/+1
* Bug 308662: [SECURITY] User matching bypasses 'usevisibilitygroups' restricti...lpsolit%gmail.com2005-10-011-2/+2
* 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 infor...lpsolit%gmail.com2005-09-281-4/+10
* Bug 305506: Reduce number of SQL calls in Bugzilla::User->groupsmkanat%kerio.com2005-09-281-11/+40
* Bug 307602: Smooth attach_data upgrade for sites with huge attachment tablesbugreport%peshkin.net2005-09-281-0/+10
* Bug 303784: Visibility can keep admin from administering groups - Patch by Jo...lpsolit%gmail.com2005-09-261-1/+1
* Bug 301392: Storable crashes checksetup with byte order error when moving dat...lpsolit%gmail.com2005-09-261-15/+31
* Bug 308717: Column name "PUBLIC" in SERIES table is an Oracle reserved wordmkanat%kerio.com2005-09-232-6/+7
* Bug 308876: Iff ssl is "always", whining (and other non-interactive scripts?)...lpsolit%gmail.com2005-09-221-1/+1
* Bug 309221: Attachments table displays zero size for locally stored attachmentsbugreport%peshkin.net2005-09-211-1/+1
* Bug 308653: The error 'relation "map_products" does not exist' is returned us...lpsolit%gmail.com2005-09-161-2/+2
* Bug 282686: Multiple projects sharing the same Bugzilla codebase (different d...lpsolit%gmail.com2005-09-162-15/+54
* Bug 307764: CREATE TABLE column definitions should put DEFAULT attribute befo...lpsolit%gmail.com2005-09-121-1/+4
* Bug 256135: Parameter 'movers' is handled differently in Bug.pm and buglist.c...lpsolit%gmail.com2005-09-092-11/+27
* Bug 305523: Email preference for "CC changed" should be disabled by default f...lpsolit%gmail.com2005-09-091-0/+7
* Bug 302669 (2nd part): show_bug.cgi?ctype=xml should allow the option of expo...lpsolit%gmail.com2005-09-071-1/+9
* Bug 301743: Replace old code from editcomponents.cgi by methods and routines ...lpsolit%gmail.com2005-09-071-6/+118
* Bug 304745: Move GetFieldID() out of globals.pl - Patch by Frédéric Buclin ...lpsolit%gmail.com2005-09-064-8/+38
* Bug 306265: Implement User::can_see_product() - Patch by Frédéric Buclin <L...lpsolit%gmail.com2005-09-061-0/+11
* Bug 285705: [PostgreSQL] Index on some text columns on Postgres could use LOWERmkanat%kerio.com2005-09-041-0/+5
* Bug 299230: Schema-Modification Functions Shouldn't Die on A DB-side Deletion...mkanat%kerio.com2005-09-031-3/+16
* Bug 286158: Remove GetSelectableProducts() from globals.pl and use Bugzilla::...lpsolit%gmail.com2005-09-033-57/+46
* Bug 304582: Move GenerateRandomPassword() out of globals.pl - Patch by FrédÃ...lpsolit%gmail.com2005-09-023-4/+18
* Partial fix for bug 302669: rewrites Attachment.pm to provide a real Attachme...myk%mozilla.org2005-09-013-95/+392
* Bug 305976: Allow Bugzilla::DB sql_regexp/sql_not_regexp methods to accept st...mkanat%kerio.com2005-08-314-13/+39
* Fix for bug 305773: fixes regression in flag validation code that let through...myk%mozilla.org2005-08-312-81/+101
* Bug 279738: Move GetLongDescriptionAsText() out of globals.pl - Patch by Fré...lpsolit%gmail.com2005-08-301-1/+52
* Bug 306271: Group.pm needs a get_all_groups() routine - Patch by Frédéric B...lpsolit%gmail.com2005-08-301-2/+24
* Bug 306117: Search on "Percentage Completed" field returns "unknown column 'b...lpsolit%gmail.com2005-08-291-0/+3
* Bug 305333: Move attachments.thedata to its own tablebugreport%peshkin.net2005-08-274-3/+24
* Bug 302650: Product.pm methods don't return what is expected for milestones a...lpsolit%gmail.com2005-08-271-12/+11
* Bug 305771: Cannot create request flags with no requestee - Patch by Myk Mele...lpsolit%gmail.com2005-08-261-2/+3
* Fix nits for bug 208761 the reviewer asked me to do on checkin (make a descri...lpsolit%gmail.com2005-08-251-3/+3
* Bug 208761: Move GetFormat() from globals.pl into Bugzilla::Template - Patch ...lpsolit%gmail.com2005-08-251-3/+84
* Bug 305498: UTF-8 e-mail encoding is not working - Patch by Cedric Caron <ced...lpsolit%gmail.com2005-08-251-2/+2
* Bug 298400: [PostgreSQL] SQL error using buglist.cgi and full text search. Co...mkanat%kerio.com2005-08-251-1/+2
* Bug 303366: Possible locking tables conflict when voting for bugs - Patch by ...lpsolit%gmail.com2005-08-231-9/+0
* Bug 300231: Bugzilla::User needs a way of returning only Selectable classific...lpsolit%gmail.com2005-08-221-0/+38
* Bug 70907: QuickSearch: port the JS code to perl (make it server-side) - Patc...lpsolit%gmail.com2005-08-221-0/+499
* Fix for bug 292022: accepts multiple requestees in the requestee field for a ...myk%mozilla.org2005-08-211-19/+44
* Bug 304583: Remove all remaining need to rederive inherited groupsbugreport%peshkin.net2005-08-195-160/+89
* Bug 296054: [PostgreSQL] Cannot add a new query for event/whiningmkanat%kerio.com2005-08-181-1/+2
* Bug 299848: enter_bug's automatic OS/Platform code does not work with the new...mkanat%kerio.com2005-08-181-1/+1
* Bug 304642: Bugzilla::Flag::GetTarget() should be called internally by Bugzil...lpsolit%gmail.com2005-08-161-7/+8
* Bug 304660: PerformSubsts() should be in Util.pm instead of BugMail.pm - Patc...lpsolit%gmail.com2005-08-163-29/+29
* Bug 304653: remove 'use Bugzilla::Error' from Util.pm - Patch by Frédéric B...lpsolit%gmail.com2005-08-163-20/+28
* Bug 303413: Remove "use Bugzilla" from all of the pm files. All of the cgi f...justdave%bugzilla.org2005-08-1510-10/+0
* Bug 304588: Remove 'use Bugzilla::User' from DB.pm - Patch by Frédéric Bucl...lpsolit%gmail.com2005-08-141-2/+1
* Bug 284263: Inherited bless permissions without inherited membership do not w...lpsolit%gmail.com2005-08-141-28/+48