aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bug 374331: Bugzilla::Template should use template_include_path from Bugzilla...mkanat%bugzilla.org2007-05-064-114/+56
* Bug 378759: Quick Search plugin does not conform to OpenSearch specification ...lpsolit%gmail.com2007-04-271-4/+1
* Bug 378672: Use of uninitialized value in numeric comparison (<=>) at Bugzill...lpsolit%gmail.com2007-04-251-2/+2
* Bug 372589: Firefox squishes bugsearch window making it difficult to use - Pa...lpsolit%gmail.com2007-04-231-2/+2
* Bug 377564: Indexes are not renamed when renaming tablesmkanat%bugzilla.org2007-04-193-1/+41
* Bug 369933: Use Bugzilla::Util::correct_urlbase() everywhere in templates to ...lpsolit%gmail.com2007-04-1927-57/+60
* Bug 372531: "match" should be a generic function in Bugzilla::Objectmkanat%bugzilla.org2007-04-193-75/+84
* Bug 350112: Error about "data/bugzilla-update.xml" being unreadable - Patch b...lpsolit%gmail.com2007-04-184-5/+44
* Bug 258647: productmenu.js and productform.js should be consolidated - Patch ...lpsolit%gmail.com2007-04-186-208/+249
* Bug 182082: Help system should support more browsers - Patch by Teemu Mannerm...lpsolit%gmail.com2007-04-157-33/+284
* Bug 373869: Custom field names must be all lowercase or buglist.cgi sorting t...justdave%bugzilla.org2007-04-157-3/+132
* Bug 92552: Separate reassignment from bug status change (they are now indepen...lpsolit%gmail.com2007-04-136-175/+131
* Bug 375191: Remove ChangeStatus() and ChangeResolution() from process_bug.cgi...lpsolit%gmail.com2007-04-113-144/+122
* Bug 377026: Replace all occurences of status_descs.FOO by get_status("FOO") (...lpsolit%gmail.com2007-04-1019-60/+66
* Bug 344969: Remove hardcoded bug statuses from collectstats.pl and reports.cg...lpsolit%gmail.com2007-04-102-17/+21
* Bug 102622: Dependency graphs should be able to be limited by "relationship" ...lpsolit%gmail.com2007-04-072-44/+61
* Bug 262275: Allow to expand/collapse comments when viewing bugs - Patch by Fr...lpsolit%gmail.com2007-04-072-1/+64
* Bug 371727: One week is too long to wait for an update notification - Patch b...lpsolit%gmail.com2007-04-071-1/+1
* Bug 375602: makedocs.pl --with-pdf parameter check is buggy - Patch by Olav V...lpsolit%gmail.com2007-04-061-1/+1
* Bug 366798: Refactor enter_bug OS sniffing - Patch by timeless <timeless@bema...lpsolit%gmail.com2007-04-061-34/+53
* Bug 286338: Remove admin options from footer in favor of a single link to Adm...lpsolit%gmail.com2007-04-058-61/+212
* Bug 375143: The page footer should have clear:both in its CSS file - Patch by...lpsolit%gmail.com2007-04-051-0/+1
* Bug 370606: Conclusive user match error doesn't include a line break - Patch ...lpsolit%gmail.com2007-04-052-1/+6
* Bug 376497: validateID() should return an attachment object - Patch by Fré...lpsolit%gmail.com2007-04-047-200/+105
* Bug 368311: Custom field data is not imported into the database from the XML ...lpsolit%gmail.com2007-04-041-0/+22
* Bug 376049: Remove validateCanChangeAttachment() from attachment.cgi - Patch ...lpsolit%gmail.com2007-03-311-18/+2
* Bug 375287: Remove the version check in contrib/merge-users.pl - Patch by bug...lpsolit%gmail.com2007-03-281-11/+0
* Bug 375251 - "Typo in the Bugzilla::WebService pod" [p=reed r=LpSolit a=LpSolit]reed%reedloden.com2007-03-261-1/+1
* There was an additional patch in bug 375357 that was accidentally checked-in,...mkanat%bugzilla.org2007-03-261-3/+0
* Bug 375357: GD::Graph requires GD::Text (not vice-versa)mkanat%bugzilla.org2007-03-262-5/+8
* Bug 375352: Building DBI requires PathToolsmkanat%bugzilla.org2007-03-261-5/+5
* Bug 371475: Quicksearch should include OS field (in addition to Platform fiel...lpsolit%gmail.com2007-03-251-2/+6
* Bug 374051: Bugmail is no longer sent (regression) - Patch by Frédéric ...lpsolit%gmail.com2007-03-251-1/+1
* Bug 375246: Installation is broken by "can't coerce array into hash"mkanat%bugzilla.org2007-03-251-1/+1
* Bug 375138: The UI of index.cgi is brokemkanat%bugzilla.org2007-03-254-19/+18
* Bug 374016: Use transactions to create bugsmkanat%bugzilla.org2007-03-241-5/+8
* Bug 374012: Use transactions inside of Bugzilla::Objectmkanat%bugzilla.org2007-03-241-1/+9
* Bug 374850: Add a link that encourages administrators to contribute to Bugzillamkanat%bugzilla.org2007-03-232-3/+19
* Bug 192054: Bugzilla dependencies upgrade messages in wrong ordermkanat%bugzilla.org2007-03-211-50/+65
* Bug 374540: Print out the requirements in an HTML table instead of preformatt...mkanat%bugzilla.org2007-03-216-21/+121
* Bug 374330: Make it possible for installation templates to be text or HTMLmkanat%bugzilla.org2007-03-205-28/+135
* Bug 374227: Create a system for localizing basic installation stringsmkanat%bugzilla.org2007-03-173-7/+270
* Bug 374302: Some <table> tags are incorrect in admin/groups/edit.html.tmpl - ...lpsolit%gmail.com2007-03-171-3/+3
* Bug 366120: QuickSearch gets confused by colons in quotes - Patch by Teemu Ma...lpsolit%gmail.com2007-03-172-13/+7
* Bug 174085: Want to be able to query via group in quicksearch - Patch by Teem...lpsolit%gmail.com2007-03-172-0/+8
* Bug 45207: Automated sanity check that can send an e-mail if there are proble...lpsolit%gmail.com2007-03-174-9/+134
* Bug 373639: Bugzilla->login should just return Bugzilla->user if Bugzilla->us...mkanat%bugzilla.org2007-03-171-1/+1
* Bug 374222: Create a setup.cgi that can check perl module requirementsmkanat%bugzilla.org2007-03-161-0/+50
* Bug 374215: Move all generally-useful Installation subroutines to Bugzilla::...mkanat%bugzilla.org2007-03-167-106/+204
* Bug 374024: Abstract-out isolation level in Bugzilla::DB so drivers can choos...mkanat%bugzilla.org2007-03-151-2/+11