aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla
Commit message (Expand)AuthorAgeFilesLines
* Bug 313209: Oracle requires "CASE WHEN" around boolean expressions in the SEL...mkanat%kerio.com2005-10-252-4/+10
* Bug 149504 Permit a reference to a URL to be treated as an attachmentbugreport%peshkin.net2005-10-203-0/+8
* Bug 313008 Lists of products, milestones, etc... should be sortedbugreport%peshkin.net2005-10-202-4/+8
* Bug 297593: defaultpriority, defaultseverity, defaultplatform and defaultopsy...lpsolit%gmail.com2005-10-191-12/+16
* Bug 302936: Reject the requestee if he cannot access private attachments - Pa...lpsolit%gmail.com2005-10-192-1/+7
* Bug 299753: Replace old code in editproducts.cgi by routines from Product.pm ...lpsolit%gmail.com2005-10-181-0/+23
* Bug 309681 Prevent users from adding another user who shouldn't have access t...bugreport%peshkin.net2005-10-183-0/+42
* Bug 311913: Add support for X-Bugzilla-Keywords and X-Bugzilla-Severity to em...lpsolit%gmail.com2005-10-152-0/+4
* Bug 312356: The defaultpriority param should be grouped together with default...lpsolit%gmail.com2005-10-152-7/+7
* Bug 204498 Add su (setuser) functionbugreport%peshkin.net2005-10-142-0/+6
* Bug 306601: Bugzilla::Classification needs a products() method - Patch by And...lpsolit%gmail.com2005-10-143-59/+31
* Bug 312185: Create a new "Attachments" tab when editing params - Patch by FrÃ...lpsolit%gmail.com2005-10-132-36/+81
* Bug 311434: bz_table_columns should use _bz_real_schemamkanat%kerio.com2005-10-131-1/+1
* Bug 312150: Some routines are not exported in Bugzilla/Config/Common.pm - Pat...lpsolit%gmail.com2005-10-121-1/+2
* Bug 46296: Make editparams.cgi be multi-panel by category - Patch by Frédér...lpsolit%gmail.com2005-10-1217-85/+1854
* Bug 311419: Update the group_controls method from Product.pm to use Group.pm ...lpsolit%gmail.com2005-10-121-9/+8
* Bug 306325: Move CanEnterProduct() and CanEnterProductOrWarn() out of globals...lpsolit%gmail.com2005-10-122-2/+103
* Bug 302785: [PostgreSQL] Bugzilla cannot order a buglist by number of votes -...lpsolit%gmail.com2005-10-071-3/+4
* Bug 309749: Remove get_x_by_y functions from the new .pm files, in favor of o...mkanat%kerio.com2005-10-075-150/+49
* Bug 309680: Use SQL "JOIN ... ON ..." syntax instead of "JOIN ... USING(...)"mkanat%kerio.com2005-10-071-2/+2
* 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' 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