summaryrefslogtreecommitdiffstats
path: root/globals.pl
AgeCommit message (Collapse)AuthorFilesLines
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
2000-01-07Add support for a new "keywords" feature. This lets some centralterry%mozilla.org1-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".
1999-12-04Fixed bug 20126 -- use more international-friendly (and Y2K happier) date ↵terry%mozilla.org1-1/+1
formats.
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
in the bug.
1999-10-12Added a "votes" field to the bugs table, which caches the total numberterry%mozilla.org1-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.
1999-10-08Added the ability for users to "vote" on which bugs they think shouldterry%mozilla.org1-2/+27
be fixed.
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
entry of the user's realname. Note that nothing actually makes use of this info at present.
1999-06-15Assorted minor UI cleanups (mostly putting navigation headers in, andbryce-mozilla%nextbus.com1-1/+1
rewording "return to query page" for pages where that is not always true. Also add two options to the main index.html
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
newline characters at the end, depending on the operating system of the browser that submitted the text.
1999-03-24Can now query for a specified field being changed at a specified time,terry%netscape.com1-0/+1
optionally to a specified value.
1999-03-12Added 'groups' stuff, where we have different group bits that we canterry%netscape.com1-1/+28
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.
1999-03-04Added a "disallownew" field to the products table. If non-zero, thenterry%netscape.com1-2/+8
don't let people file new bugs against this product. (This is for when a product is retired, but you want to keep the bug reports around for posterity.)
1999-02-11Updated version string to 2.3 (development)terry%netscape.com1-1/+1
1999-02-11Updated version string to 2.2 (shipping)terry%netscape.com1-1/+1
1999-02-03Added support for URLs that describe the milestones for various projects.terry%netscape.com1-3/+10
1999-01-30Some installations of perl seem very picky about their regexps.terry%netscape.com1-2/+2
1999-01-28Added three new fields (which appear in the UI only if params areterry%netscape.com1-0/+12
turned on): target_milestone, qa_contact, and status_whiteboard.
1998-12-04Reworked the rep_platform and op_sys fields. BEWARE; this includesterry%netscape.com1-5/+2
some changes to the database schema!
1998-10-07Added new "products" table, which contains a description for eachterry%netscape.com1-0/+8
product. This description is presented when the user is entering a new bug.