aboutsummaryrefslogtreecommitdiffstats
path: root/globals.pl
Commit message (Collapse)AuthorAgeFilesLines
* Don't lowercase the entries in legal_keywords.terry%mozilla.org2000-07-141-1/+1
|
* change '@::legal_resolution_no_dup' to '@::settable_resolutions'. This a ↵endico%mozilla.org2000-07-141-4/+15
| | | | list of resolutions which a bug may be changed to in the bug form and consists of all legal resolutions except 'MOVED' and 'DUPLICATE', since setting a bug to those resolutions requires a special process.
* Keywords were already enforced to never differ only in capitalization. So, ↵terry%mozilla.org2000-07-141-1/+10
| | | | changed the code so that case no longer matters when typing in the name of a keyword.
* fix for DBI compatibilitycyeh%bluemartini.com2000-06-271-1/+1
|
* remove dependency on Mysql, use DBI instead. Patch submitted bycyeh%bluemartini.com2000-05-201-5/+6
| | | | | sstock@iconnect-inc.com, reworked slightly by cyeh@bluemartini.com to update it to the tip
* rolling version to 2.11 for developmentcyeh%bluemartini.com2000-05-091-1/+1
|
* rolling version number to latest release of 2.10cyeh%bluemartini.com2000-05-091-1/+1
|
* fix warnings on DBID_to_real_or_loginname. thanks to endico@mozilla.orgcyeh%bluemartini.com2000-05-091-2/+2
|
* better implementation of realnames support. remove overhead of two sqlcyeh%bluemartini.com2000-04-261-5/+5
| | | | calls from bug_form.
* Add conditional support to display users real name in bug reports if usercyeh%bluemartini.com2000-04-221-6/+22
| | | | | | entered in that information. Thanks to Chris Baldwin <cbaldwin@redback.com> for providing the patch.
* removing ShowCCList from globals.pl, as it is no longer useddmose%mozilla.org2000-03-291-8/+0
|
* allow users to watch the bugs of other usersdmose%mozilla.org2000-03-291-19/+8
|
* Wasn't working right if usetargetmilestone was off.terry%mozilla.org2000-03-241-1/+5
|
* Patch by "Matt Masson" <matthew@zeroknowledge.com> -- allow definitionterry%mozilla.org2000-03-221-4/+33
| | | | of different target milestones by product.
* Make it so that we can (hopefully!) rebuild the shadow db withoutterry%mozilla.org2000-03-211-3/+3
| | | | busting other people trying to use the system.
* Whoops; left out the "mailto:" part of a mailto link.terry%mozilla.org2000-03-111-3/+3
|
* Italicize the "Additional Comments From" stuff, so that you can tellterry%mozilla.org2000-03-111-1/+125
| | | | | the difference between new comments and people copying stuff in from old comments.
* Patch by Joe Robins <jmrobins@tgix.com> -- allow automatic definitionterry%mozilla.org2000-03-111-2/+11
| | | | | | | of a group per project, and automatically put new bugs against that project into that group, thus allowing entire projects to be protected against viewing by unauthorized users. This is all optional, controlled by new parameters.
* Cut down on the number of syncshadowdb processes we fork off.terry%mozilla.org2000-02-191-1/+10
|
* Check that we have defined a shadow db before trying to use it.terry%mozilla.org2000-02-191-1/+1
|
* Fixed some functions in buglist.cgi that won't work if we're hooked upterry%mozilla.org2000-02-181-0/+7
| | | | to the shadow database.
* Wasn't always tweaking LOCK TABLES commands correctly when shadowing. And ↵terry%mozilla.org2000-02-181-3/+3
| | | | finally fixed it to actually generate useful SQL error messages.
* Added an optional ability to keep a read-only shadow database, so thatterry%mozilla.org2000-02-181-2/+29
| | | | | bug queries can be run against it, so that these slow queries won't be able to tie up the rest of the system.
* Fixed icky infinite loop bug.terry%mozilla.org2000-02-171-3/+4
|
* Major spankage. Added a new state, UNCONFIRMED. Added new groups,terry%mozilla.org2000-02-171-13/+32
| | | | | | | | | | | | "editbugs" and "canconfirm". People without these states are now much more limited in what they can do. For backwards compatability, by default all users will have the editbugs and canconfirm bits on them. Installing this changes as is should only have one major visible effect -- an UNCONFIRMED state will appear in the query page. But no bugs will become in that state, until you tweak some of the new voting-related parameters you'll find when editing products.
* Patch by aclark@ghoti.org -- use localconfig file to get databaseterry%mozilla.org2000-01-301-1/+14
| | | | connection info.
* Add a way to log all SQL requests made.terry%mozilla.org2000-01-271-0/+19
|
* Reworked preferences UI. Added ability to turn off "My bugs" link atterry%mozilla.org2000-01-251-1/+1
| | | | | | bottom. Made "My bugs" show bugs you own AND bugs you submitted. Added ability to display your named queries in the footer. Many random bugfixes.
* New email code wasn't sending to people who had voted for a bug.terry%mozilla.org2000-01-241-0/+5
| | | | Added "My votes" link to footer. Other minor voting-related fixes.
* Named queries (and the default query) are now stored server side, interry%mozilla.org2000-01-241-0/+1
| | | | | | | the database, rather than in cookies. This means you have to log in to use these features, but I have plans that require them to be server-side. (Besides, some people were beginning to run out of cookie space.)
* New email code wasn't notifying people of changes in state ofterry%mozilla.org2000-01-231-0/+13
| | | | dependent bugs.
* Added a new table fielddefs that records information about theterry%mozilla.org2000-01-221-8/+36
| | | | | | | | | 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.
* Continue making the last-changed date on a bug be updated if someone only ↵terry%mozilla.org2000-01-211-0/+2
| | | | adds a comment.
* Moved all the long descriptions out of the bugs table, and into a newterry%mozilla.org2000-01-211-10/+25
| | | | | table. There is now a separate entry for each new long description, rather than appending them all together in one big field.
* Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks byterry%mozilla.org2000-01-151-2/+10
| | | | | | | 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.
* Make wording a little more clear when a username is invalid.terry%mozilla.org2000-01-141-2/+4
|
* Stop generating the %::keywordsbyid hashtable that nothing was using.terry%mozilla.org2000-01-071-2/+0
|
* Add support for a new "keywords" feature. This lets some centralterry%mozilla.org2000-01-071-0/+12
| | | | | | | | | | | | authority maintain a list of keywords, and users can associate any keyword with any bug. The new functionality won't appear until at least one keyword is defined. Note that you *must* run the "checksetup.pl" script after updating this change, in order to create the new required tables "keywords" and "keyworddefs".
* Fixed bug 20126 -- use more international-friendly (and Y2K happier) date ↵terry%mozilla.org1999-12-041-1/+1
| | | | formats.
* Updated version string to 2.9 (development)terry%mozilla.org1999-11-191-1/+1
|
* Updated version string to 2.8 (shipping)terry%mozilla.org1999-11-191-1/+1
|
* updated license boilerplatedmose%mozilla.org1999-11-021-14/+15
|
* Fixed stupid perl warnings.terry%mozilla.org1999-10-191-0/+23
|
* Updating the vote cache should not update the date-last-changed fieldterry%mozilla.org1999-10-121-1/+1
| | | | in the bug.
* Added a "votes" field to the bugs table, which caches the total numberterry%mozilla.org1999-10-121-0/+1
| | | | | | of votes that have been cast for that bug. This let me simplify the SQL in buglist.cgi, which makes things more efficient and fixes several strange bugs.
* Added the ability for users to "vote" on which bugs they think shouldterry%mozilla.org1999-10-081-2/+27
| | | | be fixed.
* Updated version string to 2.7 (development)terry%mozilla.org1999-08-311-1/+1
|
* Updated version string to 2.6 (shipping)terry%mozilla.org1999-08-311-1/+1
|
* Patch by Chris Baldwin <chris.baldwin@siara.com> -- allow optionalterry%mozilla.org1999-08-191-3/+5
| | | | | entry of the user's realname. Note that nothing actually makes use of this info at present.
* Assorted minor UI cleanups (mostly putting navigation headers in, andbryce-mozilla%nextbus.com1999-06-151-1/+1
| | | | | rewording "return to query page" for pages where that is not always true. Also add two options to the main index.html