aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Patch for bug 282613: add important admin edit flags to sidebar; patch by Ola...jocuri%softhome.net2006-03-031-0/+9
* Patch for bug 328089: make number of columns in additional comments field ide...jocuri%softhome.net2006-03-037-10/+12
* Patch for bug 329042: Modify 'group.html' in 'groups.html' for documentation ...jocuri%softhome.net2006-03-031-6/+6
* Documentation patch for bug 328330: Add classifications documentation; patch ...jocuri%softhome.net2006-03-021-1/+20
* Bug 314470: Require Perl 5.8mkanat%kerio.com2006-03-023-6/+6
* Bug 281358: Attachment links in bugmail are different from the link in show_b...lpsolit%gmail.com2006-03-024-6/+6
* Patch for bug 325567: display more information when listing flag types in edi...jocuri%softhome.net2006-03-022-0/+31
* Bug 311258: use objects in admin templates (products & co) - Patch by André ...lpsolit%gmail.com2006-03-0229-324/+295
* Bug 328436: Move BugInGroupId from globals.pl to process_bug.cgimkanat%kerio.com2006-03-022-12/+15
* Bug 312042: Testing suite (runtests.pl) need to check error tags - Patch by D...lpsolit%gmail.com2006-03-021-0/+203
* Bug 328435: Move GroupNameToId into Bugzilla/Group.pm and eliminate GroupExistsmkanat%kerio.com2006-03-024-22/+31
* Bug 328434: Move GroupIsActive into post_bug.cgimkanat%kerio.com2006-03-022-14/+20
* Documentation patch: fix spelling for 'comprimise' and 'comprimised'.jocuri%softhome.net2006-03-011-3/+3
* Documentation patch: fix 'COMFIRM'->'CONFIRM' spelling.jocuri%softhome.net2006-03-011-1/+1
* Documentation patch: fix 'critera'->'criteria' spelling.jocuri%softhome.net2006-03-011-1/+1
* Documentation patch: fix 'pannel'->'panel' spelling.jocuri%softhome.net2006-03-011-1/+1
* Documentation patch: fix spelling mistakes on 'offical', 'offically', 'repeat...jocuri%softhome.net2006-03-011-3/+3
* Documentation patch: fix 'managment'->'management' spelling.jocuri%softhome.net2006-03-011-1/+1
* Documentation patch: fix 'additonal'->'additional' spelling.jocuri%softhome.net2006-03-011-1/+1
* Documentation patch: fix 'privleged'->'privileged' spelling.jocuri%softhome.net2006-03-011-2/+2
* Documentation patch: fix 'vunerabilites'->'vulnerabilities' spelling.jocuri%softhome.net2006-03-011-2/+2
* Documentation patch: fix 'UNCOMFIRMED'->'UNCONFIRMED' spelling.jocuri%softhome.net2006-03-011-1/+1
* Backout accidental commit.jocuri%softhome.net2006-03-011-1/+1
* Documentation patch: fix 'suported'->'supported' spelling.jocuri%softhome.net2006-03-012-3/+3
* Follow-up documentation patch (dependency tree documentation, bug 236424; pat...jocuri%softhome.net2006-03-011-1/+3
* Follow-up documentation patch for 213535 (documentation for the dependency tr...jocuri%softhome.net2006-03-011-2/+2
* Documentation patch for the dependency tree (bug 236424); patch by victory <b...jocuri%softhome.net2006-03-011-1/+17
* Bug 328203: Cannot update a product if 'usetargetmilestone' is off (and the d...lpsolit%gmail.com2006-03-011-20/+22
* Fix ThrowCodeError calls by giving them an unique ID (tree fix).jocuri%softhome.net2006-02-283-3/+10
* Fix invalid POD formatting (patch for fixing broken tree - runtests.pl, test ...jocuri%softhome.net2006-02-284-6/+8
* Documentation patch -- fix broken tree due to the landing of bug 298341 - Imp...jocuri%softhome.net2006-02-281-1/+1
* Patch for bug 298341: Implement code hook mechanism; patch by zach@zachlipton...jocuri%softhome.net2006-02-287-97/+284
* Bug 315605: Bugzilla::Field::check_form_field() should not take a CGI object ...lpsolit%gmail.com2006-02-283-87/+74
* Documentation patch for bug 213262: add instructions on how to get sendmail t...jocuri%softhome.net2006-02-282-51/+91
* Documentation patch for bug 286754: Update list of localized Bugzilla documen...jocuri%softhome.net2006-02-281-4/+11
* Patch for bug 327348: Fix whining failure in whine.pl, on MySQL 4.0, due to m...jocuri%softhome.net2006-02-281-6/+6
* Bug 188264: migrating user activity from one account to another (merge user a...lpsolit%gmail.com2006-02-261-0/+245
* Bug 313950: Login screen should append emailsuffix to login field - Patch by ...lpsolit%gmail.com2006-02-262-1/+3
* Bug 225162: We need a UI for viewing the profiles_activity table - Patch by G...lpsolit%gmail.com2006-02-264-0/+123
* Bug 284875: Move GetBugLink, GetAttachmentLink, and quoteUrls out of globals....lpsolit%gmail.com2006-02-2614-265/+217
* Bug 328449: Remove BugMail::MessageToMTA() from Bug::RemoveVotes() - Patch by...lpsolit%gmail.com2006-02-253-14/+44
* Documentation spelling patch: 'Engish' -> 'English'.jocuri%softhome.net2006-02-241-1/+1
* Bug 328385: Images from bug 251656 have not been committed.lpsolit%gmail.com2006-02-243-0/+0
* Documentation spelling patch: 'intrest' -> 'interest'.jocuri%softhome.net2006-02-241-2/+2
* Documentation spelling patch: 'adminstrator' -> 'administrator'.jocuri%softhome.net2006-02-241-2/+2
* Documentation spelling patch: 'acccess' -> 'access'.jocuri%softhome.net2006-02-241-2/+2
* Documentation patch: remove duplication: 'the the' --> 'the'.jocuri%softhome.net2006-02-241-3/+3
* Documentation spelling patch: 'accouts' --> 'accounts' in docs/xml/installati...jocuri%softhome.net2006-02-241-2/+2
* Patch for bug 328379: Fix spelling: 'visitng' -> 'visiting' in relogin.cgi; r...jocuri%softhome.net2006-02-241-1/+1
* Bug 106386 Correct misspellings in source codetimeless%mozdev.org2006-02-233-4/+4