Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-06-14 | Fix on checkin for bug 438810: replace targets by users/groups | lpsolit%gmail.com | 1 | -4/+4 | |
2008-06-14 | Bug 438810: Whines fail when a group or user that was receiving whines is ↵ | lpsolit%gmail.com | 2 | -0/+73 | |
manually deleted, and sanitycheck.cgi should report this problem - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-06-14 | Bug 439075: Importing bugs which have a multi-select field with a single ↵ | lpsolit%gmail.com | 1 | -4/+12 | |
value fails - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit | |||||
2008-06-14 | Bug 438739: Permissions are not set properly on extensions by checksetup | mkanat%bugzilla.org | 1 | -5/+7 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=ghendricks, a=mkanat | |||||
2008-06-13 | Bug 437770: Imported bugs are ignored by queries (they never appear in ↵ | lpsolit%gmail.com | 2 | -0/+42 | |
buglists) - Patch by Ed Goose <ed.goose@gmail.com> r/a=LpSolit | |||||
2008-06-07 | Bug 437602: importxml.pl does not correctly build the bugs_fulltext table - ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
Patch by Ed Goose <ed.goose@gmail.com> r/a=LpSolit | |||||
2008-06-07 | Bug 437369: Deleting a bug doesn't remove related data from the ↵ | lpsolit%gmail.com | 2 | -1/+7 | |
bugs_fulltext table - Patch by Ed Goose <ed.goose@gmail.com> r/a=LpSolit | |||||
2008-06-04 | Bug 437013: Add hook to edit-multiple.html.tmpl to add fields to display | mkanat%bugzilla.org | 1 | -0/+2 | |
Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat | |||||
2008-06-04 | Bug 437011: Add hook to show.xml.tmpl to add fields to the end of the xml | mkanat%bugzilla.org | 1 | -0/+3 | |
Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat | |||||
2008-06-04 | Bug 437010: Add hook to show-multiple.html.tmpl to add fields to detailed ↵ | mkanat%bugzilla.org | 1 | -0/+4 | |
bug list. Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat | |||||
2008-06-04 | Bug 437008: Add hook to edit.html.tmpl to show additional fields | mkanat%bugzilla.org | 1 | -0/+3 | |
Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat | |||||
2008-06-03 | Bug 435570: Let's add all field descriptions in field-descs.none.tmpl to ↵ | lpsolit%gmail.com | 1 | -45/+62 | |
make them localizable - Patch by Cédric Corazza <cedric.corazza@wanadoo.fr> r/a=LpSolit | |||||
2008-05-30 | Bug 426165 â javascript in template flag/list.html.tmpl overwrites ↵ | guy.pyrzak%gmail.com | 1 | -1/+1 | |
default onload-Event Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat a=mkanat | |||||
2008-05-29 | Bug 412725: WebService functions to get information about a User | dkl%redhat.com | 3 | -2/+186 | |
Patch by Noura Elhawary <nelhawar@redhat.com> - r=mkanat, a=mkanat | |||||
2008-05-29 | Bug 318205: The path to the hook is incorrect when called from inside a block | mkanat%bugzilla.org | 1 | -8/+55 | |
Patch By Elliotte Martin <elliotte_martin@yahoo.com> r=mkanat, a=mkanat | |||||
2008-05-28 | Bug 435507: Provide a method of hooking the WebService error codes | mkanat%bugzilla.org | 5 | -2/+65 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=ghendricks, a=mkanat | |||||
2008-05-24 | Bug 435504: Boolean charts use field descriptions from the DB, making them ↵ | lpsolit%gmail.com | 2 | -4/+4 | |
english only - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-05-24 | Bug 435250: In the "View User Account Log" page, the information in the ↵ | lpsolit%gmail.com | 3 | -2/+4 | |
"What" column are displayed in English on localized installation - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-05-22 | Bug 435114: The description of the LDAPstarttls parameter is not displayed ↵ | lpsolit%gmail.com | 1 | -2/+2 | |
in editparams.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-05-21 | Bug 414779, Bug 419782, Bug 422037, Bug 423363, Bug 423369, Bug 423372, Bug ↵ | mkanat%bugzilla.org | 1 | -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 | |||||
2008-05-21 | Bug 380756: Remove duplicates.xul (and all the code related to it) - Patch ↵ | lpsolit%gmail.com | 5 | -105/+21 | |
by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
2008-05-21 | Bump version number after branching. | mkanat%bugzilla.org | 2 | -4/+4 | |
2008-05-20 | Bug 430989 â Status should probably be at the top of show_bug.cgi | guy.pyrzak%gmail.com | 1 | -11/+19 | |
Patch by Guy Pyrzak, review=LpSolit a=LpSolit | |||||
2008-05-20 | Bug 434007 - Restrict group visibility text options is too small | guy.pyrzak%gmail.com | 1 | -1/+1 | |
Patch by Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat a=mkanat | |||||
2008-05-20 | Bug 433987 - show_bug.cgi javascript error on changing status | guy.pyrzak%gmail.com | 1 | -2/+2 | |
Patch By Guy Pyrzak <guy.pyrzak@gmail.com> r=mkanat a=mkanat | |||||
2008-05-20 | Bug 415278: Make the WebService's plugin discovery method more extendable | mozilla%colinogilvie.co.uk | 4 | -15/+89 | |
Patch by: Colin Ogilvie <colin.ogilvie@gmail.com>; r=mkanat; a=LpSolit | |||||
2008-05-19 | Bug 392212: LDAP parameters descriptions should mention how to use SSL ↵ | lpsolit%gmail.com | 1 | -4/+11 | |
connection - Patch by Sam Folk-Williams <sam.folkwilliams@gmail.com> r/a=LpSolit | |||||
2008-05-17 | Bug 434062: Attachment flags can only be set once per bug (regression) - ↵ | lpsolit%gmail.com | 1 | -4/+4 | |
Patch by Frédéric Buclin <LpSolit@gmail.com> a=LpSolit (module owner) | |||||
2008-05-16 | Bug 433851 - "Flag <select> not disabled even though user can't request or ↵ | reed%reedloden.com | 1 | -2/+2 | |
change flag" [p=reed/LpSolit r+a=LpSolit] | |||||
2008-05-14 | Bug 433348: Created bug display should show extra nav links like show bug ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
does (clone/xml/print) - Patch by GavinS <bugzilla@chimpychompy.org> r/a=LpSolit | |||||
2008-05-14 | Bug 430398: request.cgi does not filter component select list on distinct ↵ | dkl%redhat.com | 2 | -5/+20 | |
values - Patch by David Lawrence <dkl@redhat.com> r/a=LpSolit | |||||
2008-05-14 | Bug 431704: Remove useless newlines in replies sent by email_in.pl - Patch ↵ | lpsolit%gmail.com | 1 | -1/+3 | |
by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
2008-05-14 | Bug 330989: illegal_change_deps error uses "empowered" inconsistently with ↵ | lpsolit%gmail.com | 1 | -7/+7 | |
"allowed" (+ some other minor changes) - Patch by Mike Durthaler <mdurthaler@sbcglobal.net> r=timeless a=LpSolit | |||||
2008-05-14 | Bug 433514: Renaming a saved search with the same name of different case ↵ | lpsolit%gmail.com | 2 | -2/+6 | |
causes db error - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-05-12 | Bug 433282: Template hooks do not work if HTTP_ACCEPT_LANGUAGE doesn't match ↵ | lpsolit%gmail.com | 1 | -23/+2 | |
any language available - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-05-08 | Bug 432726: [Oracle] DROP INDEX doesn't hash the index name | mkanat%bugzilla.org | 1 | -3/+15 | |
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | |||||
2008-05-08 | Bug 419581: [Oracle] Enable ALTER COLUMN for Oracle | mkanat%bugzilla.org | 1 | -0/+169 | |
Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | |||||
2008-05-08 | Bug 432717: t/008filter.t incorrectly reports [% foo.${bar} = baz %] as ↵ | lpsolit%gmail.com | 1 | -1/+1 | |
unsafe - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-05-08 | Bug 431363: Include information about flag types when config.cgi returns ↵ | lpsolit%gmail.com | 1 | -2/+35 | |
data in the RDF format - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk r=mkanat a=mkanat | |||||
2008-05-08 | Bug 414292: [Oracle] Change series.query back to MEDIUMTEXT | mkanat%bugzilla.org | 2 | -5/+9 | |
Patch By Xiaoou Wu <xiaoou.wu@oracle.com> r=mkanat, a=mkanat | |||||
2008-05-06 | Bug 430909 - add hook for parameters | bbaetz%acm.org | 5 | -11/+113 | |
r=mkanat, r/a=lpsolit | |||||
2008-05-05 | Bump version number post-release. | mkanat%bugzilla.org | 1 | -1/+1 | |
2008-05-05 | Bump the version numbers pre-release. | mkanat%bugzilla.org | 2 | -3/+3 | |
2008-05-05 | Fix bustage from Bug 417531. | mkanat%bugzilla.org | 1 | -4/+4 | |
2008-05-05 | Bug 425665: [SECURITY] XSS in show_bug.cgi: id isn't filtered for ↵ | lpsolit%gmail.com | 3 | -5/+4 | |
format=multiple - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat r=wurblzap a=LpSolit | |||||
2008-05-05 | Bug 419188: [SECURITY] email_in.pl lets you set the changer as @reporter ↵ | lpsolit%gmail.com | 1 | -0/+10 | |
instead of only checking the "From" header - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit | |||||
2008-05-05 | Bug 417531: Release Notes for 3.0.4 | mkanat%bugzilla.org | 1 | -2/+57 | |
Patch By Cédric Corazza <cedric.corazza@wanadoo.fr> and Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit | |||||
2008-05-03 | 2nd attempt to fix bug 414726: Bugzilla::Update never updates ↵ | lpsolit%gmail.com | 1 | -15/+2 | |
bugzilla-update.xml if the file already exists locally - Patch by me r=mkanat | |||||
2008-05-02 | Bug 431730: Bugs with resolution MOVED cannot be edited anymore - Patch by ↵ | lpsolit%gmail.com | 1 | -4/+4 | |
Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | |||||
2008-05-02 | Bug 422258: Let @cc be used to add new users to the CC list when editing ↵ | lpsolit%gmail.com | 1 | -3/+7 | |
bugs, for consistency with creating bugs which already uses @cc - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat |