summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2007-05-06Fix bustage from checkin of Bug 374331--defaultlanguage parameter no longer ↵mkanat%bugzilla.org3-6/+7
exists, use $languages[0] instead. r=LpSolit
2007-05-06Bug 374331: Bugzilla::Template should use template_include_path from ↵mkanat%bugzilla.org4-114/+56
Bugzilla::Install::Util Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=myk, a=mkanat
2007-04-27Bug 378759: Quick Search plugin does not conform to OpenSearch specification ↵lpsolit%gmail.com1-4/+1
- Patch by Zak Johnson <zakj@nox.cx> r=wicked a=LpSolit
2007-04-25Bug 378672: Use of uninitialized value in numeric comparison (<=>) at ↵lpsolit%gmail.com1-2/+2
Bugzilla/Update.pm line 178 - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-04-23Bug 372589: Firefox squishes bugsearch window making it difficult to use - ↵lpsolit%gmail.com1-2/+2
Patch by Gervase Markham <gerv@mozilla.org> r/a=mkanat
2007-04-19Bug 377564: Indexes are not renamed when renaming tablesmkanat%bugzilla.org3-1/+41
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2007-04-19Bug 369933: Use Bugzilla::Util::correct_urlbase() everywhere in templates to ↵lpsolit%gmail.com27-57/+60
get the correct URL to the Bugzilla installation - Patch by Alex Eiser <aeiser@arc.nasa.gov> r/a=LpSolit
2007-04-19Bug 372531: "match" should be a generic function in Bugzilla::Objectmkanat%bugzilla.org3-75/+84
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-04-18Bug 350112: Error about "data/bugzilla-update.xml" being unreadable - Patch ↵lpsolit%gmail.com4-5/+44
by Frédéric Buclin <LpSolit@gmail.com> r=kevin.benton r=mkanat a=LpSolit
2007-04-18Bug 258647: productmenu.js and productform.js should be consolidated - Patch ↵lpsolit%gmail.com6-208/+249
by Teemu Mannermaa <wicked+bz@etlicon.fi> r=myk a=LpSolit
2007-04-16Bug 182082: Help system should support more browsers - Patch by Teemu ↵lpsolit%gmail.com7-33/+284
Mannermaa <wicked+bz@etlicon.fi> r=myk a=LpSolit
2007-04-15Bug 373869: Custom field names must be all lowercase or buglist.cgi sorting ↵justdave%bugzilla.org7-3/+132
throws an error Patch by mkanat and justdave r=LpSolit,mkanat; a=mkanat
2007-04-13Bug 92552: Separate reassignment from bug status change (they are now ↵lpsolit%gmail.com6-175/+131
independent) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
2007-04-11Bug 375191: Remove ChangeStatus() and ChangeResolution() from ↵lpsolit%gmail.com3-144/+122
process_bug.cgi - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv r=mkanat r=bkor a=LpSolit
2007-04-11Bug 377026: Replace all occurences of status_descs.FOO by get_status("FOO") ↵lpsolit%gmail.com19-60/+66
(next step in supporting custom bug statuses) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
2007-04-10Bug 344969: Remove hardcoded bug statuses from collectstats.pl and ↵lpsolit%gmail.com2-17/+21
reports.cgi (prepare them for custom statuses) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=gerv a=LpSolit
2007-04-07Bug 102622: Dependency graphs should be able to be limited by "relationship" ↵lpsolit%gmail.com2-44/+61
- Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=LpSolit
2007-04-07Bug 262275: Allow to expand/collapse comments when viewing bugs - Patch by ↵lpsolit%gmail.com2-1/+64
Frédéric Buclin <LpSolit@gmail.com> r=myk a=LpSolit
2007-04-07Bug 371727: One week is too long to wait for an update notification - Patch ↵lpsolit%gmail.com1-1/+1
by Frédéric Buclin <LpSolit@gmail.com> r/a=mkanat
2007-04-06Bug 375602: makedocs.pl --with-pdf parameter check is buggy - Patch by Olav ↵lpsolit%gmail.com1-1/+1
Vitters <bugzilla-mozilla@bkor.dhs.org> r/a=LpSolit
2007-04-06Bug 366798: Refactor enter_bug OS sniffing - Patch by timeless ↵lpsolit%gmail.com1-34/+53
<timeless@bemail.org> r=wicked a=LpSolit
2007-04-06Bug 286338: Remove admin options from footer in favor of a single link to ↵lpsolit%gmail.com8-61/+212
Admin Options - Patch by Frédéric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit
2007-04-05Bug 375143: The page footer should have clear:both in its CSS file - Patch ↵lpsolit%gmail.com1-0/+1
by Bill Barry <after.fallout@gmail.com> r/a=LpSolit
2007-04-05Bug 370606: Conclusive user match error doesn't include a line break - Patch ↵lpsolit%gmail.com2-1/+6
by Frédéric Buclin <LpSolit@gmail.com> r=justdave a=LpSolit
2007-04-04Bug 376497: validateID() should return an attachment object - Patch by ↵lpsolit%gmail.com7-200/+105
Frédéric Buclin <LpSolit@gmail.com> a=LpSolit
2007-04-04Bug 368311: Custom field data is not imported into the database from the XML ↵lpsolit%gmail.com1-0/+22
file - Patch by Erik <shaggy+bugzilla@eta.org> r/a=LpSolit
2007-03-31Bug 376049: Remove validateCanChangeAttachment() from attachment.cgi - Patch ↵lpsolit%gmail.com1-18/+2
by Frédéric Buclin <LpSolit@gmail.com> r/a=LpSolit
2007-03-28Bug 375287: Remove the version check in contrib/merge-users.pl - Patch by ↵lpsolit%gmail.com1-11/+0
bugzilla@corris.org r/a=LpSolit
2007-03-26Bug 375251 - "Typo in the Bugzilla::WebService pod" [p=reed r=LpSolit a=LpSolit]reed%reedloden.com1-1/+1
2007-03-26There was an additional patch in bug 375357 that was accidentally ↵mkanat%bugzilla.org1-3/+0
checked-in, that wasn't part of that bug.
2007-03-26Bug 375357: GD::Graph requires GD::Text (not vice-versa)mkanat%bugzilla.org2-5/+8
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2007-03-26Bug 375352: Building DBI requires PathToolsmkanat%bugzilla.org1-5/+5
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2007-03-25Bug 371475: Quicksearch should include OS field (in addition to Platform ↵lpsolit%gmail.com1-2/+6
field) by default - Patch by Teemu Mannermaa <wicked+bz@etlicon.fi> r/a=LpSolit
2007-03-25Bug 374051: Bugmail is no longer sent (regression) - Patch by Frédéric ↵lpsolit%gmail.com1-1/+1
Buclin <LpSolit@gmail.com> r/a=mkanat
2007-03-25Bug 375246: Installation is broken by "can't coerce array into hash"mkanat%bugzilla.org1-1/+1
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2007-03-25Bug 375138: The UI of index.cgi is brokemkanat%bugzilla.org4-19/+18
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=LpSolit
2007-03-24Bug 374016: Use transactions to create bugsmkanat%bugzilla.org1-5/+8
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-03-24Bug 374012: Use transactions inside of Bugzilla::Objectmkanat%bugzilla.org1-1/+9
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-03-23Bug 374850: Add a link that encourages administrators to contribute to Bugzillamkanat%bugzilla.org2-3/+19
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=mkanat
2007-03-21Bug 192054: Bugzilla dependencies upgrade messages in wrong ordermkanat%bugzilla.org1-50/+65
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2007-03-21Bug 374540: Print out the requirements in an HTML table instead of ↵mkanat%bugzilla.org6-21/+121
preformatted text Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2007-03-20Bug 374330: Make it possible for installation templates to be text or HTMLmkanat%bugzilla.org5-28/+135
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2007-03-17Bug 374227: Create a system for localizing basic installation stringsmkanat%bugzilla.org3-7/+270
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2007-03-17Bug 374302: Some <table> tags are incorrect in admin/groups/edit.html.tmpl - ↵lpsolit%gmail.com1-3/+3
Patch by Victory <spam@bmo2007.rsz.jp> r/a=LpSolit
2007-03-17Bug 366120: QuickSearch gets confused by colons in quotes - Patch by Teemu ↵lpsolit%gmail.com2-13/+7
Mannermaa <wicked+bz@etlicon.fi> r/a=LpSolit
2007-03-17Bug 174085: Want to be able to query via group in quicksearch - Patch by ↵lpsolit%gmail.com2-0/+8
Teemu Mannermaa <wicked+bz@etlicon.fi> r/a=LpSolit
2007-03-17Bug 45207: Automated sanity check that can send an e-mail if there are ↵lpsolit%gmail.com4-9/+134
problems - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=LpSolit
2007-03-17Bug 373639: Bugzilla->login should just return Bugzilla->user if ↵mkanat%bugzilla.org1-1/+1
Bugzilla->user->id != 0 Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
2007-03-16Bug 374222: Create a setup.cgi that can check perl module requirementsmkanat%bugzilla.org1-0/+50
(This is the beginning of web-based installation.) Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat
2007-03-16Bug 374215: Move all generally-useful Installation subroutines to ↵mkanat%bugzilla.org7-106/+204
Bugzilla::Install::Util Patch By Max Kanat-Alexander <mkanat@bugzilla.org> (module owner) a=mkanat