aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bug 328436: Move BugInGroupId from globals.pl to process_bug.cgimkanat%kerio.com2006-03-022-12/+15
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=justdave
* Bug 312042: Testing suite (runtests.pl) need to check error tags - Patch by ↵lpsolit%gmail.com2006-03-021-0/+203
| | | | Dennis Melentyev <dennis.melentyev@infopulse.com.ua> r=LpSolit a=justdave
* Bug 328435: Move GroupNameToId into Bugzilla/Group.pm and eliminate GroupExistsmkanat%kerio.com2006-03-024-22/+31
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=justdave
* Bug 328434: Move GroupIsActive into post_bug.cgimkanat%kerio.com2006-03-022-14/+20
| | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=justdave
* 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', ↵jocuri%softhome.net2006-03-011-3/+3
| | | | 'repeatadly'.
* 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; ↵jocuri%softhome.net2006-03-011-1/+3
| | | | patch by victory <bmo@rsz.jp>, r=vladd): add explicitly the meaning of [-] and [+].
* Follow-up documentation patch for 213535 (documentation for the dependency ↵jocuri%softhome.net2006-03-011-2/+2
| | | | tree, patch by victory <bmo@rsz.jp>, r=vladd): replace 'from each bugs' with 'for each bug'.
* Documentation patch for the dependency tree (bug 236424); patch by victory ↵jocuri%softhome.net2006-03-011-1/+17
| | | | <bmo@rsz.jp>, r=vladd.
* Bug 328203: Cannot update a product if 'usetargetmilestone' is off (and the ↵lpsolit%gmail.com2006-03-011-20/+22
| | | | default milestone has been previously changed) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
* 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
| | | | 11).
* Documentation patch -- fix broken tree due to the landing of bug 298341 - ↵jocuri%softhome.net2006-02-281-1/+1
| | | | Implement code hook mechanism.
* Patch for bug 298341: Implement code hook mechanism; patch by ↵jocuri%softhome.net2006-02-287-97/+284
| | | | zach@zachlipton.com, r=timeless, a=justdave.
* Bug 315605: Bugzilla::Field::check_form_field() should not take a CGI object ↵lpsolit%gmail.com2006-02-283-87/+74
| | | | as parameter - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=justdave
* Documentation patch for bug 213262: add instructions on how to get sendmail ↵jocuri%softhome.net2006-02-282-51/+91
| | | | to work with Bugzilla on Mac OS X; patch by A. Karl Kornel <karl@kornel.name>, r=colin.ogilvie, r=justdave.
* Documentation patch for bug 286754: Update list of localized Bugzilla ↵jocuri%softhome.net2006-02-281-4/+11
| | | | documentation and templates; patch by victory <bmo@rsz.jp>, r=vladd.
* Patch for bug 327348: Fix whining failure in whine.pl, on MySQL 4.0, due to ↵jocuri%softhome.net2006-02-281-6/+6
| | | | multiple date addition; r=LpSolit, r=wurblzap, a=justdave.
* Bug 188264: migrating user activity from one account to another (merge user ↵lpsolit%gmail.com2006-02-261-0/+245
| | | | accounts) - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 313950: Login screen should append emailsuffix to login field - Patch by ↵lpsolit%gmail.com2006-02-262-1/+3
| | | | Matt McHenry <mmchenry@carnegielearning.com> r=LpSolit a=justdave
* Bug 225162: We need a UI for viewing the profiles_activity table - Patch by ↵lpsolit%gmail.com2006-02-264-0/+123
| | | | GavinS <bugzilla@chimpychompy.org> r=LpSolit a=justdave
* Bug 284875: Move GetBugLink, GetAttachmentLink, and quoteUrls out of ↵lpsolit%gmail.com2006-02-2614-265/+217
| | | | globals.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=justdave
* Bug 328449: Remove BugMail::MessageToMTA() from Bug::RemoveVotes() - Patch ↵lpsolit%gmail.com2006-02-253-14/+44
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=mkanat a=myk
* 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 ↵jocuri%softhome.net2006-02-241-2/+2
| | | | docs/xml/installation.xml.
* Patch for bug 328379: Fix spelling: 'visitng' -> 'visiting' in relogin.cgi; ↵jocuri%softhome.net2006-02-241-1/+1
| | | | r=LpSolit, a=myk.
* Bug 106386 Correct misspellings in source codetimeless%mozdev.org2006-02-233-4/+4
| | | | r=bernd rs=brendan
* Bug 328239: Software error when editing the 'docs_urlbase' parameter - Patch ↵lpsolit%gmail.com2006-02-231-1/+1
| | | | by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk
* Bug 328108: Unable to login on a fresh Bugzilla install using the login form ↵lpsolit%gmail.com2006-02-232-2/+2
| | | | on the home page - Patch by Frédéric Buclin <LpSolit@gmail.com> r/a=myk
* Bug 328166: editusers.cgi does not work because it has a Byte Order Mark at ↵mkanat%kerio.com2006-02-231-1/+1
| | | | | | the beginning Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=bbaetz, a=justdave
* Bug 251656: Redesign dependency tree, part 1: fix the tree itself - Patch by ↵lpsolit%gmail.com2006-02-235-112/+359
| | | | André Batosti <batosti@async.com.br> r=myk r=LpSolit a=justdave
* Bug 316127: Implement an infrastructure to link to the documentation - Patch ↵lpsolit%gmail.com2006-02-228-2/+185
| | | | by Marc Schumann <wurblzap@gmail.com> r=vladd a=justdave
* Bug 291459: Make textareas zoom large when in use - Patch by Marc Schumann ↵lpsolit%gmail.com2006-02-2219-39/+204
| | | | <wurblzap@gmail.com> r=vladd a=justdave
* Bug 172415: Bugzilla should support URLs containing bug IDs with a leading # ↵lpsolit%gmail.com2006-02-221-2/+4
| | | | - Patch by Marc Schumann <wurblzap@gmail.com> r=gerv a=justdave
* Bug 328063: [PostgreSQL] Bugzilla::DB::Pg does not support adding a new ↵mkanat%kerio.com2006-02-221-7/+23
| | | | | | SERIAL-type column to a table Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave