summaryrefslogtreecommitdiffstats
path: root/globals.pl
AgeCommit message (Expand)AuthorFilesLines
2000-05-09fix warnings on DBID_to_real_or_loginname. thanks to endico@mozilla.orgcyeh%bluemartini.com1-2/+2
2000-04-26better implementation of realnames support. remove overhead of two sqlcyeh%bluemartini.com1-5/+5
2000-04-22Add conditional support to display users real name in bug reports if usercyeh%bluemartini.com1-6/+22
2000-03-29removing ShowCCList from globals.pl, as it is no longer useddmose%mozilla.org1-8/+0
2000-03-29allow users to watch the bugs of other usersdmose%mozilla.org1-19/+8
2000-03-24Wasn't working right if usetargetmilestone was off.terry%mozilla.org1-1/+5
2000-03-22Patch by "Matt Masson" <matthew@zeroknowledge.com> -- allow definitionterry%mozilla.org1-4/+33
2000-03-21Make it so that we can (hopefully!) rebuild the shadow db withoutterry%mozilla.org1-3/+3
2000-03-11Whoops; left out the "mailto:" part of a mailto link.terry%mozilla.org1-3/+3
2000-03-11Italicize the "Additional Comments From" stuff, so that you can tellterry%mozilla.org1-1/+125
2000-03-11Patch by Joe Robins <jmrobins@tgix.com> -- allow automatic definitionterry%mozilla.org1-2/+11
2000-02-19Cut down on the number of syncshadowdb processes we fork off.terry%mozilla.org1-1/+10
2000-02-19Check that we have defined a shadow db before trying to use it.terry%mozilla.org1-1/+1
2000-02-18Fixed some functions in buglist.cgi that won't work if we're hooked upterry%mozilla.org1-0/+7
2000-02-18Wasn't always tweaking LOCK TABLES commands correctly when shadowing. And fi...terry%mozilla.org1-3/+3
2000-02-18Added an optional ability to keep a read-only shadow database, so thatterry%mozilla.org1-2/+29
2000-02-17Fixed icky infinite loop bug.terry%mozilla.org1-3/+4
2000-02-17Major spankage. Added a new state, UNCONFIRMED. Added new groups,terry%mozilla.org1-13/+32
2000-01-30Patch by aclark@ghoti.org -- use localconfig file to get databaseterry%mozilla.org1-1/+14
2000-01-27Add a way to log all SQL requests made.terry%mozilla.org1-0/+19
2000-01-25Reworked preferences UI. Added ability to turn off "My bugs" link atterry%mozilla.org1-1/+1
2000-01-24New email code wasn't sending to people who had voted for a bug.terry%mozilla.org1-0/+5
2000-01-24Named queries (and the default query) are now stored server side, interry%mozilla.org1-0/+1
2000-01-23New email code wasn't notifying people of changes in state ofterry%mozilla.org1-0/+13
2000-01-22Added a new table fielddefs that records information about theterry%mozilla.org1-8/+36
2000-01-21Continue making the last-changed date on a bug be updated if someone only add...terry%mozilla.org1-0/+2
2000-01-21Moved all the long descriptions out of the bugs table, and into a newterry%mozilla.org1-10/+25
2000-01-15Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks byterry%mozilla.org1-2/+10
2000-01-14Make wording a little more clear when a username is invalid.terry%mozilla.org1-2/+4
2000-01-07Stop generating the %::keywordsbyid hashtable that nothing was using.terry%mozilla.org1-2/+0
2000-01-07Add support for a new "keywords" feature. This lets some centralterry%mozilla.org1-0/+12
1999-12-04Fixed bug 20126 -- use more international-friendly (and Y2K happier) date for...terry%mozilla.org1-1/+1
1999-11-20Updated version string to 2.9 (development)terry%mozilla.org1-1/+1
1999-11-20Updated version string to 2.8 (shipping)terry%mozilla.org1-1/+1
1999-11-02updated license boilerplatedmose%mozilla.org1-14/+15
1999-10-19Fixed stupid perl warnings.terry%mozilla.org1-0/+23
1999-10-12Updating the vote cache should not update the date-last-changed fieldterry%mozilla.org1-1/+1
1999-10-12Added a "votes" field to the bugs table, which caches the total numberterry%mozilla.org1-0/+1
1999-10-08Added the ability for users to "vote" on which bugs they think shouldterry%mozilla.org1-2/+27
1999-08-31Updated version string to 2.7 (development)terry%mozilla.org1-1/+1
1999-08-31Updated version string to 2.6 (shipping)terry%mozilla.org1-1/+1
1999-08-19Patch by Chris Baldwin <chris.baldwin@siara.com> -- allow optionalterry%mozilla.org1-3/+5
1999-06-15Assorted minor UI cleanups (mostly putting navigation headers in, andbryce-mozilla%nextbus.com1-1/+1
1999-06-12Display components in alphabetical order.terry%mozilla.org1-1/+1
1999-05-25Get rid of stupid debugging code.terry%mozilla.org1-5/+0
1999-05-01Updated version string to 2.5 (development)terry%mozilla.org1-1/+1
1999-05-01Updated version string to 2.4 (shipping)terry%mozilla.org1-1/+1
1999-04-22Fixed a bug where the long descriptions of bugs had a variety ofterry%netscape.com1-1/+7
1999-03-24Can now query for a specified field being changed at a specified time,terry%netscape.com1-0/+1
1999-03-12Added 'groups' stuff, where we have different group bits that we canterry%netscape.com1-1/+28