summaryrefslogtreecommitdiffstats
path: root/contrib
AgeCommit message (Collapse)AuthorFilesLines
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-0/+1
r=wicked a=LpSolit
2012-07-24Bug 412054: Say "deny login" instead of "disable" in User Accounts admin UIMatt Selsky1-3/+3
r=gerv a=LpSolit
2012-07-23Bug 764466 - Add a primary key to the profiles_activity tableDave Lawrence1-0/+1
r=glob, a=LpSolit
2012-07-23Bug 764457 - Add a primary key to the bugs_activity tableDave Lawrence1-0/+1
r=glob, a=LpSolit
2012-05-29Bug 661479: Add a debug/trace option to bz_webservice_demo.plMatt Selsky1-1/+17
r/a=LpSolit
2012-03-09Bug 679965: Offer Linux packagers an easy way to specify the location of the ↵Frédéric Buclin1-0/+48
Bugzilla modules r=dkl a=LpSolit
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin25-314/+144
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2011-08-27Bug 680594: Remove contrib/yp_nomail.shFrédéric Buclin2-94/+1
2011-04-25Bug 526737: bugzilla_ldapsync.rb fails and should be removedFrédéric Buclin1-183/+0
r/a=mkanat
2011-03-09Bug 633776: Automatic charset detection for text attachmentsByron Jones1-53/+2
r=mkanat, a=mkanat
2010-12-16Remove some real configuration data that had crept into bzdbcopy.pl.Max Kanat-Alexander1-4/+4
https://bugzilla.mozilla.org/show_bug.cgi?id=619581
2010-12-16Bug 619581: Make contrib/bzdbcopy.pl work again, and also make it work withMax Kanat-Alexander1-9/+19
SQLite. r=mkanat, a=mkanat
2010-12-10Bug 610182: Support enabling UNCONFIRMED in all products when usingFrank Becker1-2/+16
contrib/convert-workflow.pl r=mkanat, a=mkanat
2010-11-01Bug 606618: Update YUI to 2.8.2Max Kanat-Alexander1-0/+1
r=LpSolit, a=mkanat
2010-10-07Bug 602165: Change sql_interval to sql_date_math, in preparation forMax Kanat-Alexander1-1/+2
MS-SQL and SQLite support.
2010-10-05s/Extensionn/Extension/ (no bug).Reed Loden1-1/+1
[r=mkanat a=mkanat@IRC]
2010-07-08Bug 577089: Make convert-workflow fix the query values for seriesMax Kanat-Alexander1-0/+2
r=LpSolit, a=LpSolit
2010-07-08Bug 577149: Make convert-workflow rename values in saved searchesMax Kanat-Alexander1-1/+4
r=LpSolit, a=LpSolit
2010-07-06Bug 577037: Make convert-workflow convert statuses in order, so thatMax Kanat-Alexander1-6/+11
IN_PROGRESS doesn't end up before CONFIRMED. r=LpSolit, a=LpSolit
2010-07-06Fix the execute bit on contrib/convert-workflow.pl.Max Kanat-Alexander1-0/+0
2010-07-06Bug 486292: Change the default workflow to UNCONFIRMED, CONFIRMED,Max Kanat-Alexander3-5/+116
IN_PROGRESS, RESOLVED, VERIFIED. r=LpSolit, a=mkanat
2010-06-18Bug 572949: Update YUI to 2.8.1Max Kanat-Alexander1-0/+16
r=glob, a=mkanat
2010-06-17Fix the execute bit on bugzilla-queue.suse in bzr.Max Kanat-Alexander1-0/+0
2010-05-19Bug 563641: Make bugzilla-queue init script support SuSEKent Rogers2-0/+174
r=mkanat, a=mkanat
2010-05-07Bug 395451 - "Bugzilla::BugMail needs to use Bug objects internally instead ↵Reed Loden1-3/+4
of direct SQL" [r=mkanat a=mkanat]
2010-04-22Bug 560009: Use firstidx from List::MoreUtils instead of lsearchMax Kanat-Alexander1-5/+3
r=timello, a=mkanat
2010-03-18Bug 395461: Allow multi-select fields to show up in buglist.cgiMax Kanat-Alexander1-0/+0
r=dkl, a=mkanat
2010-03-16Bug 545770: Make contrib/merge-users.pl figure out what columns to mergeMax Kanat-Alexander1-19/+18
by tracing FKs instead of having a fixed list. r=LpSolit, a=LpSolit
2010-03-09Bug 374632: A separate script just to fix file/directory permissionsMax Kanat-Alexander1-0/+28
r=mkanat, a=mkanat (module owner)
2010-03-08Remove CVS "$Id" markers in files. The CVS mirror of bzr was showingMax Kanat-Alexander3-5/+0
the docs' about.xml and installation.xml being modified on every commit because of these markers, and the rest of them are simply unnecessary.
2010-02-16Bug 372979: Make voting into an extensionMax Kanat-Alexander1-1/+0
r=mkanat, a=mkanat, a=LpSolit
2010-02-11Bug 545541: New Hook: object_columnsMax Kanat-Alexander1-1/+1
r=mkanat, a=mkanat (module owner)
2010-02-01Convert .cvsignore files into a .bzrignore.Max Kanat-Alexander1-1/+0
2010-02-01Fix the data in the bzr repo to match the data in the CVS repo.Max Kanat-Alexander18-2752/+0
During the CVS imports into Bzr, there were some inconsistencies introduced (mostly that files that were deleted in CVS weren't being deleted in Bzr). So this checkin makes the bzr repo actually consistent with the CVS repo, including fixing permissions of files.
2010-02-01Bug 314871: (CVE-2009-3989) [SECURITY] Prevent web browsers from accessing ↵Max Kanat-Alexander1-0/+1
CVS/, contrib/, docs/, and t/ directories iatch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2010-02-01Bug 537766: Add contrib/console.pl, a script which allows using Perl with ↵Jesse Clark1-0/+186
Bugzilla libraries in a read-eval-print loop. Patch by Jesse Clark <jjclark1982@gmail.com> r=mkanat, a=mkanat
2009-11-25Bug 530960: Put hooks into template/default/hook instead of template/hookmkanat%bugzilla.org1-9/+8
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-11-25Bug 530746: Create a script that converts extensions from the old format to ↵mkanat%bugzilla.org1-0/+304
the new format Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-10-24Bug 519584: Implement a framework for migrating from other bug-trackers, and ↵mkanat%bugzilla.org1-2/+1
start with a GNATS importer. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2009-09-30Bug 488931: Change the default priority values to be human-readable words ↵mkanat%bugzilla.org3-14/+14
instead of P1, P2, etc. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-09-04Bug 475403: A RHEL SysV Init Script for jobqueue.plmkanat%bugzilla.org1-0/+109
Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=dkl, a=mkanat
2009-05-21 Bug 493090 - Product disallownew should be converted to isactiveghendricks%novell.com2-4/+4
patch by ghendricks r=mkanat a=mkanat
2009-02-20Bug 431201: recode.pl crash when trying to convert 2.16 database to 3.0.3 schemamkanat%bugzilla.org1-10/+6
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2008-12-16Bug 467701: USAGE_MODE_CMDLINE should be the default if not i_am_cgi()mkanat%bugzilla.org1-2/+0
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2008-07-07Remove unnecessary '\' from a regexp (':' is not a special character)eseyman%linagora.com1-1/+1
This is a nitpick from bug #441503
2008-06-27Bug 441503: Need update on contrib/syncLDAP.pleseyman%linagora.com1-4/+11
Patch by A.A. Shimono <shimono@mozilla.gr.jp> r=manu a=LpSolit
2008-06-26Bug 394574: bzdbcopy should avoid reading entire tables into memoryeseyman%linagora.com1-3/+12
Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=mkanat a=mkanat
2008-05-20Bug 415278: Make the WebService's plugin discovery method more extendablemozilla%colinogilvie.co.uk1-1/+26
Patch by: Colin Ogilvie <colin.ogilvie@gmail.com>; r=mkanat; a=LpSolit
2008-03-11Bug 422111: rederive regexp-based group memberships on the destination user ↵justdave%bugzilla.org1-0/+7
after merging Bugzilla accounts, since some of the merged group memberships may no longer apply. a=LpSolit
2008-01-23Bug 337947: Fix strange syntax in contrib/syncLDAP.pleseyman%linagora.com1-31/+31
Patch By Emmanuel Seyman <eseyman@linagora.com> r=LpSolit, a=LpSolit