aboutsummaryrefslogtreecommitdiffstats
path: root/defparams.pl
Commit message (Collapse)AuthorAgeFilesLines
* Added a new table fielddefs that records information about theterry%mozilla.org2000-01-221-0/+8
| | | | | | | | | different fields we keep an activity log on. The bugs_activity table now has a pointer into that table instead of recording the name directly. Set up a new, highly experimental email-notification scheme. To turn it on, the maintainer has to turn on the "New email tech" param, and then individual users have to turn on the "New email tech" preference.
* Spruced up "editusers.cgi". Added an "editusers" group.terry%mozilla.org2000-01-191-0/+6
|
* Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks byterry%mozilla.org2000-01-151-1/+34
| | | | | | | me. Added a footer to every page. Add some options to do things like display checkboxes instead of scrolling lists, and a new formatting for email diffs, and show list items capitalized instead of all upper case.
* Provide a simple param to let the maintainer shut down Bugzilla for a while.terry%mozilla.org2000-01-131-0/+6
|
* Patch by freitag@suse.de (Klaas Freitag) -- add options to let Bugzilla ↵terry%mozilla.org1999-12-171-0/+42
| | | | require comments on certain operations.
* a bug fix or two and a whole bunch of sanity-checking of form submissions stuffdmose%mozilla.org1999-12-031-1/+9
|
* updated license boilerplatedmose%mozilla.org1999-11-021-14/+15
|
* Fixed stupid perl warnings.terry%mozilla.org1999-10-191-0/+9
|
* Patch by Holger Schurig <holger@holger.om.org> -- rewriting and enhancing theterry%mozilla.org1999-10-131-0/+6
| | | | ability to edit components, products, and versions. Yay!
* Added the ability for users to "vote" on which bugs they think shouldterry%mozilla.org1999-10-081-0/+15
| | | | be fixed.
* Patch by Markus Rex <msrex@suse.de> -- add a param to contorl whether to ↵terry%mozilla.org1999-09-281-0/+4
| | | | show quips.
* Whining mail wasn't generated correctly if usernames != email addresses.terry%mozilla.org1999-09-151-2/+2
|
* Add a current milestone variable and a most doomed report that's like the ↵endico%mozilla.org1999-08-061-0/+7
| | | | ones chofmann posts listing engineers with Mx bugs by number of bugs.
* Patch by jtg@varesearch.com -- fixed stupid typo in default value forterry%mozilla.org1999-07-271-1/+1
| | | | blurbhtml.
* Another battle in the HTML syntax error war.bryce-mozilla%nextbus.com1999-07-091-3/+3
|
* Added "entryheaderhtml" parameter which lets you specify text toendico%mozilla.org1999-06-291-0/+5
| | | | | | add to beginning of bug entry form. also aligned text in the form to make it pretty. Uncomment the <!--</tr><tr>--> if people complain the 80 col description text box doesn't fit narrow screens.
* Added the ability to configure bugzilla so that we only allow localterry%mozilla.org1999-06-151-0/+16
| | | | usernames for email addresses.
* Added dependencies, so that you can mark which bugs depend on whichterry%mozilla.org1999-05-271-0/+10
| | | | other ones.
* Provide an option to tell mysql "set option SQL_BIG_TABLES=1". Thisterry%mozilla.org1999-05-081-0/+5
| | | | | is necessary for very big queries, but it will slow things up some otherwise.
* Add parameter "usebrowserinfo", to allow disabling the setting of OS and ↵bryce-mozilla%nextbus.com1999-05-041-3/+6
| | | | | | | Platform based on the brower the user makes the report from. Realign text box for narrower windows. Remove Mozilla-specific default parameter.
* Patch by David Gardiner <david.gardiner@unisa.edu.au> -- added new headerhtmlterry%netscape.com1999-04-281-0/+4
| | | | | param to allow people to customize the html put in the <HEAD> portion of generated documents. Also, a few other minor patches.
* Added 'groups' stuff, where we have different group bits that we canterry%netscape.com1999-03-121-8/+1
| | | | | | put on a person or on a bug. Some of the group bits control access to bugzilla features. And a person can't access a bug unless he has every group bit set that is also set on the bug.
* Added params to control how priorities are set in a new bug. You canterry%netscape.com1999-03-091-0/+24
| | | | | | | now choose whether to let submitters of new bugs choose a priority, or whether they should just accept the default priority (which is now no longer hardcoded to "P2", but is instead a param.) The default value of the params will cause the same behavior as before.
* Added three new fields (which appear in the UI only if params areterry%netscape.com1999-01-281-1/+31
| | | | turned on): target_milestone, qa_contact, and status_whiteboard.
* Removed some files that aren't used by anything.terry%netscape.com1998-10-141-0/+4
|
* Change default banner to include version info.terry%netscape.com1998-09-191-1/+3
|
* Add simple support for a version string.terry%netscape.com1998-09-191-1/+3
|
* Everything has been ported to now run under Perl.terry%netscape.com1998-09-161-0/+234