Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 947823: Replace gender-specific pronouns with gender-neutral pronouns | Charlie Somerville | 2014-02-27 | 1 | -1/+1 |
| | | | | r=gerv a=justdave | ||||
* | Bug 360231: importxml.pl ignores the maxattachmentsize and ↵ | Frédéric Buclin | 2014-01-09 | 1 | -19/+31 |
| | | | | | | maxlocalattachment parameters when importing attachments r=dkl a=justdave | ||||
* | Bug 848063: [Oracle] importxml.pl fails with ORA-01830: comment timestamps ↵ | Mateusz Kuśmierczyk | 2013-09-03 | 1 | -1/+1 |
| | | | | | | are not correctly formatted r=LpSolit a=sgreen | ||||
* | Bug 801664 - Add DATE type for custom fields. r=LpSolit. | Gervase Markham | 2013-01-02 | 1 | -0/+9 |
| | |||||
* | Bug 817486: fix _sync_fulltext to avoid always updating bugs_fulltext.short_desc | Byron Jones | 2013-01-03 | 1 | -1/+1 |
| | | | | r=LpSolit,a=LpSolit | ||||
* | Bug 445861: $component->default_qa_contact should not return the default ↵ | Koosha Khajeh Moogahi | 2012-09-19 | 1 | -2/+4 |
| | | | | | | user object when no default QA contact is defined r/a=LpSolit | ||||
* | Bug 787529: Use |use 5.10.1| everywhere | Frédéric Buclin | 2012-09-01 | 1 | -0/+1 |
| | | | | r=wicked a=LpSolit | ||||
* | Bug 562314: Add support for a different bug page in URLs | Frédéric Buclin | 2012-06-03 | 1 | -7/+15 |
| | | | | r/a=LpSolit | ||||
* | Bug 349015: importxml.pl throws a warning if there is no bug status defined | Koosha Khajeh Moogahi | 2012-04-21 | 1 | -3/+2 |
| | | | | r/a=LpSolit | ||||
* | Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵ | Frédéric Buclin | 2012-01-11 | 1 | -25/+5 |
| | | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit | ||||
* | Bug 691845: importxml.pl complains if an open bug has the resolution field ↵ | Frédéric Buclin | 2011-10-08 | 1 | -9/+6 |
| | | | | | | set to '' r=dkl a=LpSolit | ||||
* | Bug 658905: flag_handler() gets arguments in the wrong order in importxml.pl | Frédéric Buclin | 2011-05-23 | 1 | -1/+1 |
| | | | | r=glob a=LpSolit | ||||
* | Bug 657707: importxml.pl crashes when importing keywords | Frédéric Buclin | 2011-05-23 | 1 | -9/+0 |
| | | | | r=glob a=LpSolit | ||||
* | Bug 562329: importxml.pl shouldn't set the resolution to INVALID when a ↵ | Frédéric Buclin | 2011-04-25 | 1 | -1/+1 |
| | | | | | | closed bug has none r/a=LpSolit | ||||
* | Bug 590334: Change Bug.pm to use the comment object (Bugzilla::Comment) | Christian Legnitto | 2010-10-13 | 1 | -3/+4 |
| | | | | | when creating or updating bug comment r=mkanat, a=mkanat | ||||
* | Bug 562308: importxml.pl should import each comment separately, rather than ↵ | Frédéric Buclin | 2010-10-12 | 1 | -53/+32 |
| | | | | | | concatenating them all into a single one r=ghendricks a=LpSolit | ||||
* | Bug 599023: importxml.pl fails if UNCONFIRMED is the single bug status ↵ | Frédéric Buclin | 2010-09-23 | 1 | -1/+1 |
| | | | | | | allowed when reporting a new bug r=ghendricks a=LpSolit | ||||
* | Bug 556422: Move the existing bug-moving functionality into an extension | Max Kanat-Alexander | 2010-06-18 | 1 | -74/+58 |
| | | | | | called OldBugMove. r=dkl, a=mkanat | ||||
* | Bug 395451 - "Bugzilla::BugMail needs to use Bug objects internally instead ↵ | Reed Loden | 2010-05-06 | 1 | -1/+1 |
| | | | | | | of direct SQL" [r=mkanat a=mkanat] | ||||
* | Bug 372979: Make voting into an extension | Max Kanat-Alexander | 2010-02-15 | 1 | -1/+0 |
| | | | | r=mkanat, a=mkanat, a=LpSolit | ||||
* | Bug 162060: Remove the relationship between "votestoconfirm" and whether or ↵ | mkanat%bugzilla.org | 2009-12-17 | 1 | -1/+1 |
| | | | | | | not the UNCONFIRMED status is available, by adding a checkbox to enable the UNCONFIRMED status in editproducts.cgi. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
* | Bug 452919: Allow the "created an attachment" message in comments to be ↵ | mkanat%bugzilla.org | 2009-12-04 | 1 | -0/+2 |
| | | | | | | localized Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
* | Bug 505039: Use $user->is_timetracker instead of ↵ | lpsolit%gmail.com | 2009-11-10 | 1 | -2/+2 |
| | | | | $user->in_group(Bugzilla->params->{'timetrackinggroup'}) - Patch by XqueZme <xquezme@gmail.com> r/a=LpSolit | ||||
* | Bug 505038: Use $user->is_insider instead of ↵ | lpsolit%gmail.com | 2009-11-10 | 1 | -2/+2 |
| | | | | $user->in_group(Bugzilla->params->{'insidergroup'}) - Patch by XqueZme <xquezme@gmail.com> r/a=LpSolit | ||||
* | Bug 486006 - importxml.pl must not use format_time() for deadlines | ghendricks%novell.com | 2009-04-10 | 1 | -3/+1 |
| | | | | patch by ghendricks r=LpSolit a=LpSolit | ||||
* | Bug 479228: Duplicated words in the error message in importxml.pl when the ↵ | lpsolit%gmail.com | 2009-02-19 | 1 | -9/+7 |
| | | | | default product or component doesn't exist - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit | ||||
* | Bug 476678 - Rich clients unable to update bugs need security token ↵ | ghendricks%novell.com | 2009-02-05 | 1 | -0/+5 |
| | | | | | | included in bug xml patch by ghendricks@novell.com r=LpSolit a=LpSolit | ||||
* | Bug 476889: importxml.pl crashes when importing bugs ↵ | lpsolit%gmail.com | 2009-02-05 | 1 | -1/+1 |
| | | | | (Date::Parse::strptime() leave seconds undefined in some cases) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit | ||||
* | Bug 467701: USAGE_MODE_CMDLINE should be the default if not i_am_cgi() | mkanat%bugzilla.org | 2008-12-16 | 1 | -4/+0 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
* | Bug 399070: Remove the 'timezone' parameter - Patch by Frédéric Buclin ↵ | lpsolit%gmail.com | 2008-08-28 | 1 | -2/+1 |
| | | | | <LpSolit@gmail.com> r/a=mkanat | ||||
* | Bug 437169: [SECURITY] Local files on the server can be attached to a bug ↵ | mkanat%bugzilla.org | 2008-08-12 | 1 | -2/+7 |
| | | | | | | (making them publicly visible) when importing bugs with -attach_path Patch By Greg Hendricks <ghendricks@novell.com> r=LpSolit, a=mkanat | ||||
* | Bug 439075: Importing bugs which have a multi-select field with a single ↵ | lpsolit%gmail.com | 2008-06-14 | 1 | -4/+12 |
| | | | | value fails - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit | ||||
* | Bug 437602: importxml.pl does not correctly build the bugs_fulltext table - ↵ | lpsolit%gmail.com | 2008-06-07 | 1 | -1/+1 |
| | | | | Patch by Ed Goose <ed.goose@gmail.com> r/a=LpSolit | ||||
* | Bug 399370: Fulltext search with a LIKE on bugs.short_desc is too slow (make ↵ | mkanat%bugzilla.org | 2008-03-25 | 1 | -0/+1 |
| | | | | | | Bugzilla use a separate fulltext table) Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat | ||||
* | Bug 417030: importxml.pl doesn't support custom fields implemented in 3.2 - ↵ | lpsolit%gmail.com | 2008-03-18 | 1 | -13/+56 |
| | | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit | ||||
* | Bug 323003: [importxml.pl] attachments should be imported with the original ↵ | lpsolit%gmail.com | 2008-03-17 | 1 | -1/+16 |
| | | | | creator - Patch by Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit | ||||
* | Bug 423346: importxml.pl fails when importing attachments - Patch by ↵ | lpsolit%gmail.com | 2008-03-17 | 1 | -4/+4 |
| | | | | Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit | ||||
* | Bug 415652: Implement Bugzilla->active_custom_fields - Patch by ↵ | lpsolit%gmail.com | 2008-02-25 | 1 | -2/+2 |
| | | | | Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat | ||||
* | Bug 399954: Make Bugzilla able to hold its dependencies in a local directory | mkanat%bugzilla.org | 2007-10-19 | 1 | -13/+7 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
* | Bug 344968: importxml.pl should support custom statuses - Patch by ↵ | lpsolit%gmail.com | 2007-05-29 | 1 | -8/+33 |
| | | | | Frédéric Buclin <LpSolit@gmail.com> r=ghendricks a=LpSolit | ||||
* | Bug 368311: Custom field data is not imported into the database from the XML ↵ | lpsolit%gmail.com | 2007-04-04 | 1 | -0/+22 |
| | | | | file - Patch by Erik <shaggy+bugzilla@eta.org> r/a=LpSolit | ||||
* | Bug 348282: importxml.pl throws Bugzilla::Bug::ValidateTime warnings if the ↵ | lpsolit%gmail.com | 2007-02-06 | 1 | -17/+27 |
| | | | | time value is not defined and param timetrackinggroup defined - Patch by Guzmán Brasó <gbn@hqso.net> r/a=LpSolit | ||||
* | patch by Guzmán Brasó | ghendricks%novell.com | 2007-02-06 | 1 | -10/+16 |
| | | | | r=ghendricks, a=LpSolit | ||||
* | Bug 366738: Use of uninitialized value in numeric eq (==) in ./importxml.pl ↵ | lpsolit%gmail.com | 2007-01-12 | 1 | -2/+2 |
| | | | | if the bug is not visible to the reporter and the CC list - Patch by Frédéric Buclin <LpSolit@gmail.com> r=myk r=ghendricks a=LpSolit | ||||
* | Bug 348281: importxml.pl dies if there is no target milestone or the target ↵ | lpsolit%gmail.com | 2007-01-11 | 1 | -2/+8 |
| | | | | milestone is empty - Patch by Guzmán Brasó <gbn@hqso.net> r/a=LpSolit | ||||
* | Bug 339384: Make Bugzilla::Milestone use Bugzilla::Object - Patch by Max ↵ | lpsolit%gmail.com | 2006-12-19 | 1 | -3/+2 |
| | | | | Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=justdave | ||||
* | Bug 339385: Make Bugzilla::Version use Bugzilla::Object | mkanat%bugzilla.org | 2006-12-19 | 1 | -2/+2 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | ||||
* | Bug 339380: Make Bugzilla::Component use Bugzilla::Object | mkanat%bugzilla.org | 2006-12-19 | 1 | -6/+6 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | ||||
* | Bug 224577: Bugzilla could use a web services interface. | wurblzap%gmail.com | 2006-08-20 | 1 | -1/+1 |
| | | | | | Patch by Marc Schumann <wurblzap@gmail.com>; r=mkanat; a=myk | ||||
* | Bug 348057: Move the checks for bug visibility out of Bugzilla::Bug->new | mkanat%bugzilla.org | 2006-08-12 | 1 | -1/+1 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk |