summaryrefslogtreecommitdiffstats
path: root/globals.pl
AgeCommit message (Collapse)AuthorFilesLines
2001-03-20Re-re-fix for bug 71550. This will quite likely fix a number of bugs in ↵dave%intrec.com1-0/+8
other places. The DBID<->Name conversion routines in globals.pl were not pushing/popping the SQL state around their SQL calls, which could result in lost data if called from inside a loop which is handling other SQL data.
2001-03-13Checking in Jake's <jake@acutex.net> interim patches from bug 30694. ↵endico%mozilla.org1-3/+4
Bugzilla was showing bug summaries to everyone, even if they didn't have permission to view the bug. Jake's quick solution is to not display the bug at all if it is in a group no matter who is viewing it. The correct solution would be display the summary if the viewer had the proper permissions.
2001-03-08Bug 66149 - nicer wording for the most common Bugzilla error message.gerv%gerv.net1-1/+3
2001-02-21fix for 9302: Would be nice if attachment + number was a link too.cyeh%bluemartini.com1-0/+8
patch submitted by afranke@ags.uni-sb.de (Andreas Franke) thanks for the patch. Now can reference attachments in other bugs as an HTML link.
2001-02-02Fix for bug 66149: better error message on connection failures. Patch by ↵dave%intrec.com1-1/+1
shie9022@msmailhub.oulan.ou.edu (Alan Shields)
2001-01-25Fix for bug 30694: adds title attributes to bug links with bug status and ↵dave%intrec.com1-19/+45
description. Patch by jake@acutex.net
2000-12-23changes from jake@acutex.net to make it possible to toggle the default value ↵dmose%mozilla.org1-1/+4
of newemailtech for new profiles, this is set by default to be turned on (the old default was off) ; r=dmose@mozilla.org. changes from me to make newemailtech the default in all new installations, and update the verbiage in various spots to make it clear that newemailtech is now considered the one true way and the old tech will be going away. r=endico@mozilla.org,cyeh@bluemartini.com
2000-12-12add a stack to save the current global SQL state so that queries can be ↵dmose%mozilla.org1-1/+41
nested. used this mechanism to fix the 62618 regression. r=encido@mozilla.org
2000-12-07patch from Jake <jsteenhagen@novagate.com> to fix bug 59515; adds a title ↵dmose%mozilla.org1-2/+10
attribute containing status and short description to various bug links. In some browsers (most Mozilla builds, at least) this makes the status and short description available as a tooltip, so it is no longer necessary to click through to see it. r=dmose@mozilla.org
2000-10-31correcting scopetara%tequilarista.org1-7/+7
2000-09-16front end fix for 31456: Editing a superuser clears their access flagscyeh%bluemartini.com1-0/+4
patch by jmrobin@tgix.com
2000-09-14fix for 51520: Missing uses of Param('emailsuffix')cyeh%bluemartini.com1-1/+2
patch submitted by john.beranek@pace.co.uk (John Beranek)
2000-09-13fix for 51299: RemoveVotes email should use the 'sendmailnow' Param. patch ↵cyeh%bluemartini.com1-1/+5
by dave@intrec.com
2000-07-15Don't lowercase the entries in legal_keywords.terry%mozilla.org1-1/+1
2000-07-14change '@::legal_resolution_no_dup' to '@::settable_resolutions'. This a ↵endico%mozilla.org1-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.
2000-07-14Keywords were already enforced to never differ only in capitalization. So, ↵terry%mozilla.org1-1/+10
changed the code so that case no longer matters when typing in the name of a keyword.
2000-06-27fix for DBI compatibilitycyeh%bluemartini.com1-1/+1
2000-05-20remove dependency on Mysql, use DBI instead. Patch submitted bycyeh%bluemartini.com1-5/+6
sstock@iconnect-inc.com, reworked slightly by cyeh@bluemartini.com to update it to the tip
2000-05-09rolling version to 2.11 for developmentcyeh%bluemartini.com1-1/+1
2000-05-09rolling version number to latest release of 2.10cyeh%bluemartini.com1-1/+1
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
calls from bug_form.
2000-04-22Add conditional support to display users real name in bug reports if usercyeh%bluemartini.com1-6/+22
entered in that information. Thanks to Chris Baldwin <cbaldwin@redback.com> for providing the patch.
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
of different target milestones by product.
2000-03-21Make it so that we can (hopefully!) rebuild the shadow db withoutterry%mozilla.org1-3/+3
busting other people trying to use the system.
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
the difference between new comments and people copying stuff in from old comments.
2000-03-11Patch by Joe Robins <jmrobins@tgix.com> -- allow automatic definitionterry%mozilla.org1-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.
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
to the shadow database.
2000-02-18Wasn't always tweaking LOCK TABLES commands correctly when shadowing. And ↵terry%mozilla.org1-3/+3
finally fixed it to actually generate useful SQL error messages.
2000-02-18Added an optional ability to keep a read-only shadow database, so thatterry%mozilla.org1-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.
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
"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.
2000-01-30Patch by aclark@ghoti.org -- use localconfig file to get databaseterry%mozilla.org1-1/+14
connection info.
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
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.
2000-01-24New email code wasn't sending to people who had voted for a bug.terry%mozilla.org1-0/+5
Added "My votes" link to footer. Other minor voting-related fixes.
2000-01-24Named queries (and the default query) are now stored server side, interry%mozilla.org1-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.)
2000-01-23New email code wasn't notifying people of changes in state ofterry%mozilla.org1-0/+13
dependent bugs.
2000-01-22Added a new table fielddefs that records information about theterry%mozilla.org1-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.
2000-01-21Continue making the last-changed date on a bug be updated if someone only ↵terry%mozilla.org1-0/+2
adds a comment.
2000-01-21Moved all the long descriptions out of the bugs table, and into a newterry%mozilla.org1-10/+25
table. There is now a separate entry for each new long description, rather than appending them all together in one big field.
2000-01-15Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks byterry%mozilla.org1-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.
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