aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug 157092: Implement a checking mechanism for invalid regexp (Fix the ↵mkanat%bugzilla.org2008-06-231-0/+10
| | | | | | Oracle driver) Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
* Bug 424079: Ability to get history of bug activity in the WebServicemkanat%bugzilla.org2008-06-231-0/+147
| | | | Patch By Noura Elhawary <nelhawar@redhat.com> r=mkanat, a=mkanat
* Bug 432916: Expose usermatchmode via WebServices (User.get match argument)mkanat%bugzilla.org2008-06-203-14/+64
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
* Bug 432914: include_fields and exclude_fields arguments for WebService ↵mkanat%bugzilla.org2008-06-202-4/+107
| | | | | | User.get() Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=mkanat
* Bug 157092 – Implement a checking mechanism for invalid regexpdkl%redhat.com2008-06-195-6/+32
| | | | Patch by David Lawrence <dkl@redhat.com> - r/a=mkanat
* Bug 434620 – invalid_field_name and product_edit_denied have the same ↵dkl%redhat.com2008-06-191-2/+3
| | | | | | error ID Patch by David Lawrence <dkl@redhat.com> r/a=mkanat
* Bug 437614 – Product.get_products should be accessible as Product.getdkl%redhat.com2008-06-191-2/+10
| | | | Patch by David Lawrence <dkl@redhat.com> r/a=mkanat
* Fix on checkin for bug 438810: replace targets by users/groupslpsolit%gmail.com2008-06-141-4/+4
|
* Bug 438810: Whines fail when a group or user that was receiving whines is ↵lpsolit%gmail.com2008-06-142-0/+73
| | | | manually deleted, and sanitycheck.cgi should report this problem - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 439075: Importing bugs which have a multi-select field with a single ↵lpsolit%gmail.com2008-06-141-4/+12
| | | | value fails - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit
* Bug 438739: Permissions are not set properly on extensions by checksetupmkanat%bugzilla.org2008-06-141-5/+7
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=ghendricks, a=mkanat
* Bug 437770: Imported bugs are ignored by queries (they never appear in ↵lpsolit%gmail.com2008-06-132-0/+42
| | | | buglists) - Patch by Ed Goose <ed.goose@gmail.com> r/a=LpSolit
* Bug 437602: importxml.pl does not correctly build the bugs_fulltext table - ↵lpsolit%gmail.com2008-06-071-1/+1
| | | | Patch by Ed Goose <ed.goose@gmail.com> r/a=LpSolit
* Bug 437369: Deleting a bug doesn't remove related data from the ↵lpsolit%gmail.com2008-06-072-1/+7
| | | | bugs_fulltext table - Patch by Ed Goose <ed.goose@gmail.com> r/a=LpSolit
* Bug 437013: Add hook to edit-multiple.html.tmpl to add fields to displaymkanat%bugzilla.org2008-06-041-0/+2
| | | | Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
* Bug 437011: Add hook to show.xml.tmpl to add fields to the end of the xmlmkanat%bugzilla.org2008-06-041-0/+3
| | | | Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
* Bug 437010: Add hook to show-multiple.html.tmpl to add fields to detailed ↵mkanat%bugzilla.org2008-06-041-0/+4
| | | | | | bug list. Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
* Bug 437008: Add hook to edit.html.tmpl to show additional fieldsmkanat%bugzilla.org2008-06-041-0/+3
| | | | Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
* Bug 435570: Let's add all field descriptions in field-descs.none.tmpl to ↵lpsolit%gmail.com2008-06-031-45/+62
| | | | make them localizable - Patch by Cédric Corazza <cedric.corazza@wanadoo.fr> r/a=LpSolit
* Bug 426165 – javascript in template flag/list.html.tmpl overwrites ↵guy.pyrzak%gmail.com2008-05-301-1/+1
| | | | | | default onload-Event Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat a=mkanat
* Bug 412725: WebService functions to get information about a Userdkl%redhat.com2008-05-293-2/+186
| | | | Patch by Noura Elhawary <nelhawar@redhat.com> - r=mkanat, a=mkanat
* Bug 318205: The path to the hook is incorrect when called from inside a blockmkanat%bugzilla.org2008-05-291-8/+55
| | | | Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat
* Bug 435507: Provide a method of hooking the WebService error codesmkanat%bugzilla.org2008-05-285-2/+65
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=mkanat
* Bug 435504: Boolean charts use field descriptions from the DB, making them ↵lpsolit%gmail.com2008-05-242-4/+4
| | | | english only - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 435250: In the "View User Account Log" page, the information in the ↵lpsolit%gmail.com2008-05-243-2/+4
| | | | "What" column are displayed in English on localized installation - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 435114: The description of the LDAPstarttls parameter is not displayed ↵lpsolit%gmail.com2008-05-221-2/+2
| | | | in editparams.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 414779, Bug 419782, Bug 422037, Bug 423363, Bug 423369, Bug 423372, Bug ↵mkanat%bugzilla.org2008-05-211-24/+91
| | | | | | | 423593, Bug 426688, and Bug 427445: Add foreign key constraints to various tables: bugs_activity, cc, dependencies, votes, attachments, attach_data, duplicates, flags, flagtypes, flagexclusions, flaginclusions Patches By Tony Fu <tfu@redhat.com> r=mkanat, a=mkanat
* Bug 380756: Remove duplicates.xul (and all the code related to it) - Patch ↵lpsolit%gmail.com2008-05-215-105/+21
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bump version number after branching.mkanat%bugzilla.org2008-05-212-4/+4
|
* Bug 430989 – Status should probably be at the top of show_bug.cgiguy.pyrzak%gmail.com2008-05-201-11/+19
| | | | Patch by Guy Pyrzak, review=LpSolit a=LpSolit
* Bug 434007 - Restrict group visibility text options is too smallguy.pyrzak%gmail.com2008-05-201-1/+1
| | | | Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat a=mkanat
* Bug 433987 - show_bug.cgi javascript error on changing statusguy.pyrzak%gmail.com2008-05-201-2/+2
| | | | Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat a=mkanat
* Bug 415278: Make the WebService's plugin discovery method more extendablemozilla%colinogilvie.co.uk2008-05-194-15/+89
| | | | Patch by: Colin Ogilvie <colin.ogilvie@gmail.com>; r=mkanat; a=LpSolit
* Bug 392212: LDAP parameters descriptions should mention how to use SSL ↵lpsolit%gmail.com2008-05-191-4/+11
| | | | connection - Patch by Sam Folk-Williams <sam.folkwilliams@gmail.com> r/a=LpSolit
* Bug 434062: Attachment flags can only be set once per bug (regression) - ↵lpsolit%gmail.com2008-05-171-4/+4
| | | | Patch by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit (module owner)
* Bug 433851 - "Flag <select> not disabled even though user can't request or ↵reed%reedloden.com2008-05-151-2/+2
| | | | change flag" [p=reed/LpSolit r+a=LpSolit]
* Bug 433348: Created bug display should show extra nav links like show bug ↵lpsolit%gmail.com2008-05-141-1/+1
| | | | does (clone/xml/print) - Patch by GavinS <bugzilla@chimpychompy.org> r/a=LpSolit
* Bug 430398: request.cgi does not filter component select list on distinct ↵dkl%redhat.com2008-05-142-5/+20
| | | | values - Patch by David Lawrence <dkl@redhat.com> r/a=LpSolit
* Bug 431704: Remove useless newlines in replies sent by email_in.pl - Patch ↵lpsolit%gmail.com2008-05-141-1/+3
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
* Bug 330989: illegal_change_deps error uses "empowered" inconsistently with ↵lpsolit%gmail.com2008-05-141-7/+7
| | | | "allowed" (+ some other minor changes) - Patch by Mike Durthaler <mdurthaler@sbcglobal.net> r=timeless a=LpSolit
* Bug 433514: Renaming a saved search with the same name of different case ↵lpsolit%gmail.com2008-05-142-2/+6
| | | | causes db error - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 433282: Template hooks do not work if HTTP_ACCEPT_LANGUAGE doesn't match ↵lpsolit%gmail.com2008-05-121-23/+2
| | | | any language available - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 432726: [Oracle] DROP INDEX doesn't hash the index namemkanat%bugzilla.org2008-05-081-3/+15
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
* Bug 419581: [Oracle] Enable ALTER COLUMN for Oraclemkanat%bugzilla.org2008-05-081-0/+169
| | | | Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
* Bug 432717: t/008filter.t incorrectly reports [% foo.${bar} = baz %] as ↵lpsolit%gmail.com2008-05-081-1/+1
| | | | unsafe - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
* Bug 431363: Include information about flag types when config.cgi returns ↵lpsolit%gmail.com2008-05-081-2/+35
| | | | data in the RDF format - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk r=mkanat a=mkanat
* Bug 414292: [Oracle] Change series.query back to MEDIUMTEXTmkanat%bugzilla.org2008-05-082-5/+9
| | | | Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat
* Bug 430909 - add hook for parametersbbaetz%acm.org2008-05-065-11/+113
| | | | r=mkanat, r/a=lpsolit
* Bump version number post-release.mkanat%bugzilla.org2008-05-051-1/+1
|
* Bump the version numbers pre-release.mkanat%bugzilla.org2008-05-052-3/+3
|