aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bug 360028: Bugzilla::Search::Saved should have create() and update(), and bu...mkanat%bugzilla.org2006-11-134-50/+127
* Bug 355839: The WebService should provide lists of legal field valuesmkanat%bugzilla.org2006-11-133-0/+115
* Bug 350307: Split out the create and update functionality of Bugzilla::Field:...mkanat%bugzilla.org2006-11-137-165/+237
* Bug 357873: loginnetmask param should default to 0olav%bkor.dhs.org2006-11-111-1/+1
* Bug 189627: Implement per-product privileges - Patch by Frédéric Buclin...lpsolit%gmail.com2006-11-1127-213/+387
* Bug 357482: Webservice should have a get_products methodmkanat%bugzilla.org2006-11-102-29/+115
* Bug 359768: Confusing error message when a user has too many votes for a prod...lpsolit%gmail.com2006-11-081-4/+4
* Bug 309167: change to product which has same component name results in no pro...olav%bkor.dhs.org2006-11-053-11/+30
* Bug 359499: skins/standard/show_bug.css is goneolav%bkor.dhs.org2006-11-051-1/+0
* Bug 258675: action=view is still used in comments - Patch by Frédéric B...lpsolit%gmail.com2006-11-041-3/+3
* Bug 352403: Create an object for saved searches, and have Bugzilla::User use itmkanat%bugzilla.org2006-11-049-203/+382
* Bug 359234: missing indexes on the cc and profiles table cause upgrades to failmkanat%bugzilla.org2006-11-041-4/+10
* Bug 353711: Move to Email:: modules for email sendingmkanat%bugzilla.org2006-11-038-179/+94
* Bug 355837: Make the webservice able to create bugs (bz_webservice_demo part)mkanat%bugzilla.org2006-11-031-0/+50
* Bug 357322: Make the login/logout of webservice conform to the bugzilla webse...mkanat%bugzilla.org2006-11-032-38/+148
* Bug 355837: Make the webservice able to create bugsmkanat%bugzilla.org2006-11-033-11/+246
* Bug 106386 Correct misspellings in source codetimeless%mozdev.org2006-11-021-1/+1
* Bug 357526: buglist.cgi doesn't specify encoding as UTF-8 when the rest of Bu...mkanat%bugzilla.org2006-11-011-1/+13
* Bug 358956: [PostgreSQL] Sequences need to be renamed when their field is ren...mkanat%bugzilla.org2006-11-012-2/+29
* Bug 358703: WebService functions version and timezone should follow bugzilla ...mkanat%bugzilla.org2006-11-012-14/+50
* Bug 356816: Make the webservice able to list productsmkanat%bugzilla.org2006-11-011-0/+72
* Bug 355616: The "Actions" section of the footer should have "Preferences" and...lpsolit%gmail.com2006-11-013-27/+51
* Bug 357433: Labels of custom fields are left aligned on enter_bug.cgi and pos...olav%bkor.dhs.org2006-11-011-15/+0
* Bug 357433: Labels of custom fields are left aligned on enter_bug.cgi and pos...olav%bkor.dhs.org2006-11-012-3/+9
* Bug 357374: Can't locate object method "use_for" via package "Bugzilla::Group...lpsolit%gmail.com2006-10-312-8/+10
* Bug 357858: Having links to search for and create a new bug 4 times on a page...olav%bkor.dhs.org2006-10-281-3/+0
* Bug 317409: Add an option to hide obsolete attachments - Patch by Frédéric ...lpsolit%gmail.com2006-10-241-2/+35
* Bug 357676: Missing module declarations in Bug.pm - Patch by Frédéric Bucli...lpsolit%gmail.com2006-10-241-0/+2
* Bug 357690: "Field Values" link still visible in the footer for user with edi...lpsolit%gmail.com2006-10-241-1/+1
* Bug 357677 Crash on enter_bug.cgitimeless%mozdev.org2006-10-231-0/+1
* Bug 121576: fields should not be editable when viewing a bug if the user is n...olav%bkor.dhs.org2006-10-233-75/+89
* Bug 355924: report.cgi generates bare '&' in img src URLolav%bkor.dhs.org2006-10-232-2/+2
* Bug 357580: Flag fieldset should appear directly under People fieldsetolav%bkor.dhs.org2006-10-231-8/+3
* Bug 357534: Add fieldsets in show_bug.cgi - Patch by Frédéric Buclin <LpSol...lpsolit%gmail.com2006-10-222-289/+333
* Bug 357474: whine.pl says "email address has not been properly set" with defa...lpsolit%gmail.com2006-10-221-5/+0
* Bug 110152: Offer CSS2 "paged media" for people who print the show_bug page -...lpsolit%gmail.com2006-10-221-0/+12
* Bug 357537: MIME-Types direct requirement is unnecessarymkanat%bugzilla.org2006-10-221-8/+0
* Bug 357478: Custom fields should appear as text when they are not editableolav%bkor.dhs.org2006-10-221-1/+1
* Bug 357490: Reorganize fields in show_bug.cgi and group links together - Patc...lpsolit%gmail.com2006-10-223-150/+142
* Bug 352699: bug creation time not available on bug creationolav%bkor.dhs.org2006-10-211-0/+2
* Bug 352695: Custom select fields are mandatory on bug creation (despite they ...olav%bkor.dhs.org2006-10-211-1/+4
* Bug 356328: $rankdir should be validated in showdependencygraph.cgi - Patch b...lpsolit%gmail.com2006-10-211-0/+9
* Bug 135812: Add a 'mailfrom' parameter to unify bugmail originating address -...lpsolit%gmail.com2006-10-2113-13/+32
* Bug 349855: editgroups.cgi doesn't protect the querysharegroup from deletionlpsolit%gmail.com2006-10-212-4/+17
* Bug 348923: Clean up a few more variable-scoping issues for mod_perlmkanat%bugzilla.org2006-10-212-9/+9
* Bug 352243: Make editusers.cgi use Bugzilla::User for basic user updatesmkanat%bugzilla.org2006-10-213-91/+127
* Bug 340538: Insecure dependency in exec while running with -T switch at /usr/...wurblzap%gmail.com2006-10-217-32/+37
* Bug 357005: 'cf_' should not be allowed as a custom field nameolav%bkor.dhs.org2006-10-202-3/+4
* Bug 357396: Mass-change broken due to the undesired onClick="document.locatio...lpsolit%gmail.com2006-10-201-4/+2
* Bug 330290: Edit users should include user's real name and address in title -...lpsolit%gmail.com2006-10-201-1/+1