aboutsummaryrefslogtreecommitdiffstats
path: root/globals.pl
Commit message (Expand)AuthorAgeFilesLines
* Re-re-fix for bug 71550. This will quite likely fix a number of bugs in othe...dave%intrec.com2001-03-201-0/+8
* Checking in Jake's <jake@acutex.net> interim patches from bug 30694. Bugzilla...endico%mozilla.org2001-03-131-3/+4
* Bug 66149 - nicer wording for the most common Bugzilla error message.gerv%gerv.net2001-03-081-1/+3
* fix for 9302: Would be nice if attachment + number was a link too.cyeh%bluemartini.com2001-02-211-0/+8
* Fix for bug 66149: better error message on connection failures. Patch by shi...dave%intrec.com2001-02-021-1/+1
* Fix for bug 30694: adds title attributes to bug links with bug status and des...dave%intrec.com2001-01-251-19/+45
* changes from jake@acutex.net to make it possible to toggle the default value ...dmose%mozilla.org2000-12-231-1/+4
* add a stack to save the current global SQL state so that queries can be neste...dmose%mozilla.org2000-12-121-1/+41
* patch from Jake <jsteenhagen@novagate.com> to fix bug 59515; adds a title att...dmose%mozilla.org2000-12-071-2/+10
* correcting scopetara%tequilarista.org2000-10-311-7/+7
* front end fix for 31456: Editing a superuser clears their access flagscyeh%bluemartini.com2000-09-161-0/+4
* fix for 51520: Missing uses of Param('emailsuffix')cyeh%bluemartini.com2000-09-141-1/+2
* fix for 51299: RemoveVotes email should use the 'sendmailnow' Param. patch by...cyeh%bluemartini.com2000-09-121-1/+5
* 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 list...endico%mozilla.org2000-07-141-4/+15
* Keywords were already enforced to never differ only in capitalization. So, c...terry%mozilla.org2000-07-141-1/+10
* 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
* 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
* Add conditional support to display users real name in bug reports if usercyeh%bluemartini.com2000-04-221-6/+22
* 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
* Make it so that we can (hopefully!) rebuild the shadow db withoutterry%mozilla.org2000-03-211-3/+3
* 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
* Patch by Joe Robins <jmrobins@tgix.com> -- allow automatic definitionterry%mozilla.org2000-03-111-2/+11
* 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
* Wasn't always tweaking LOCK TABLES commands correctly when shadowing. And fi...terry%mozilla.org2000-02-181-3/+3
* Added an optional ability to keep a read-only shadow database, so thatterry%mozilla.org2000-02-181-2/+29
* 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
* Patch by aclark@ghoti.org -- use localconfig file to get databaseterry%mozilla.org2000-01-301-1/+14
* 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
* New email code wasn't sending to people who had voted for a bug.terry%mozilla.org2000-01-241-0/+5
* Named queries (and the default query) are now stored server side, interry%mozilla.org2000-01-241-0/+1
* New email code wasn't notifying people of changes in state ofterry%mozilla.org2000-01-231-0/+13
* Added a new table fielddefs that records information about theterry%mozilla.org2000-01-221-8/+36
* Continue making the last-changed date on a bug be updated if someone only add...terry%mozilla.org2000-01-211-0/+2
* Moved all the long descriptions out of the bugs table, and into a newterry%mozilla.org2000-01-211-10/+25
* Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks byterry%mozilla.org2000-01-151-2/+10
* 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