terry%mozilla.org
3ab2815fc6
Check that we have defined a shadow db before trying to use it.
2000-02-18 19:33:42 +00:00
terry%mozilla.org
f16e1a83d9
Fixed some functions in buglist.cgi that won't work if we're hooked up
...
to the shadow database.
2000-02-18 00:50:25 +00:00
terry%mozilla.org
890e5ce7c0
Wasn't always tweaking LOCK TABLES commands correctly when shadowing. And finally fixed it to actually generate useful SQL error messages.
2000-02-18 00:43:56 +00:00
terry%mozilla.org
732a4ab9f6
Added an optional ability to keep a read-only shadow database, so that
...
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-17 21:41:39 +00:00
terry%mozilla.org
98315867d7
Fixed icky infinite loop bug.
2000-02-17 14:57:57 +00:00
terry%mozilla.org
718ebdae52
Major spankage. Added a new state, UNCONFIRMED. Added new groups,
...
"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-02-17 05:15:23 +00:00
terry%mozilla.org
201000c9ad
Patch by aclark@ghoti.org -- use localconfig file to get database
...
connection info.
2000-01-29 20:22:44 +00:00
terry%mozilla.org
a46cdb9ac9
Add a way to log all SQL requests made.
2000-01-26 21:47:55 +00:00
terry%mozilla.org
c7fc84f240
Reworked preferences UI. Added ability to turn off "My bugs" link at
...
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-25 07:54:57 +00:00
terry%mozilla.org
2291e7e479
New email code wasn't sending to people who had voted for a bug.
...
Added "My votes" link to footer. Other minor voting-related fixes.
2000-01-24 05:41:40 +00:00
terry%mozilla.org
3d75e25093
Named queries (and the default query) are now stored server side, in
...
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-23 20:31:50 +00:00
terry%mozilla.org
2bf5e0801c
New email code wasn't notifying people of changes in state of
...
dependent bugs.
2000-01-23 01:03:15 +00:00
terry%mozilla.org
8ed4c20ca3
Added a new table fielddefs that records information about the
...
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-22 04:24:42 +00:00
terry%mozilla.org
9c38b30d28
Continue making the last-changed date on a bug be updated if someone only adds a comment.
2000-01-20 21:42:23 +00:00
terry%mozilla.org
c308f025ee
Moved all the long descriptions out of the bugs table, and into a new
...
table. There is now a separate entry for each new long description,
rather than appending them all together in one big field.
2000-01-20 21:31:22 +00:00
terry%mozilla.org
f5e622daa8
Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks by
...
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-14 22:35:49 +00:00
terry%mozilla.org
dd87e0b303
Make wording a little more clear when a username is invalid.
2000-01-13 22:55:45 +00:00
terry%mozilla.org
73f81425cc
Stop generating the %::keywordsbyid hashtable that nothing was using.
2000-01-06 22:55:00 +00:00
terry%mozilla.org
8ec2fa3b0f
Add support for a new "keywords" feature. This lets some central
...
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".
2000-01-06 21:16:15 +00:00
terry%mozilla.org
0713dc58d8
Fixed bug 20126 -- use more international-friendly (and Y2K happier) date formats.
1999-12-03 19:28:18 +00:00
terry%mozilla.org
04480d28f4
Updated version string to 2.9 (development)
1999-11-19 15:57:00 +00:00
terry%mozilla.org
d2c51fe4bb
Updated version string to 2.8 (shipping)
1999-11-19 15:56:28 +00:00
dmose%mozilla.org
2db9bdbbbe
updated license boilerplate
1999-11-01 23:33:56 +00:00
terry%mozilla.org
b06439f614
Fixed stupid perl warnings.
1999-10-18 23:57:58 +00:00
terry%mozilla.org
c05b90d8e4
Updating the vote cache should not update the date-last-changed field
...
in the bug.
1999-10-12 11:18:29 +00:00
terry%mozilla.org
cb052f3b3d
Added a "votes" field to the bugs table, which caches the total number
...
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-11 17:14:32 +00:00
terry%mozilla.org
58a7c6ecbc
Added the ability for users to "vote" on which bugs they think should
...
be fixed.
1999-10-07 23:54:52 +00:00
terry%mozilla.org
f8133fbea7
Updated version string to 2.7 (development)
1999-08-30 23:02:52 +00:00
terry%mozilla.org
cf146c48b7
Updated version string to 2.6 (shipping)
1999-08-30 23:02:22 +00:00
terry%mozilla.org
54026d1e4e
Patch by Chris Baldwin <chris.baldwin@siara.com> -- allow optional
...
entry of the user's realname. Note that nothing actually makes use of
this info at present.
1999-08-19 00:06:01 +00:00
bryce-mozilla%nextbus.com
9c52e0e834
Assorted minor UI cleanups (mostly putting navigation headers in, and
...
rewording "return to query page" for pages where that is not always true.
Also add two options to the main index.html
1999-06-15 04:29:05 +00:00
terry%mozilla.org
7a528d1149
Display components in alphabetical order.
1999-06-11 17:39:38 +00:00
terry%mozilla.org
f3561cf3ee
Get rid of stupid debugging code.
1999-05-24 19:55:43 +00:00
terry%mozilla.org
86c8086451
Updated version string to 2.5 (development)
1999-04-30 19:42:43 +00:00
terry%mozilla.org
53b35666ac
Updated version string to 2.4 (shipping)
1999-04-30 19:42:25 +00:00
terry%netscape.com
18231e82e4
Fixed a bug where the long descriptions of bugs had a variety of
...
newline characters at the end, depending on the operating system of
the browser that submitted the text.
1999-04-21 17:45:22 +00:00
terry%netscape.com
842fd90539
Can now query for a specified field being changed at a specified time,
...
optionally to a specified value.
1999-03-23 22:32:21 +00:00
terry%netscape.com
1cb8909d0c
Added 'groups' stuff, where we have different group bits that we can
...
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-11 16:30:54 +00:00
terry%netscape.com
d552261445
Added a "disallownew" field to the products table. If non-zero, then
...
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-03-03 18:16:24 +00:00
terry%netscape.com
3a7dbf921e
Updated version string to 2.3 (development)
1999-02-10 22:12:03 +00:00
terry%netscape.com
ba0ba1dba8
Updated version string to 2.2 (shipping)
1999-02-10 22:11:52 +00:00
terry%netscape.com
00e6c16cce
Added support for URLs that describe the milestones for various projects.
1999-02-03 02:46:51 +00:00
terry%netscape.com
b175d063f7
Some installations of perl seem very picky about their regexps.
1999-01-29 22:07:09 +00:00
terry%netscape.com
492d05d580
Added three new fields (which appear in the UI only if params are
...
turned on): target_milestone, qa_contact, and status_whiteboard.
1999-01-27 21:17:10 +00:00
terry%netscape.com
a9e36d49e6
Reworked the rep_platform and op_sys fields. BEWARE; this includes
...
some changes to the database schema!
1998-12-03 16:10:52 +00:00
terry%netscape.com
4e6a0b47f6
Added new "products" table, which contains a description for each
...
product. This description is presented when the user is entering a
new bug.
1998-10-06 20:23:40 +00:00
terry%netscape.com
f689b9e9b0
Whoops. Ignore anything that tries to override the version number in
...
the params file.
1998-09-19 06:20:13 +00:00
terry%netscape.com
9b4fa58f78
Updated version string to 2.1 (development)
1998-09-19 06:08:15 +00:00
terry%netscape.com
41fd1e659d
Updated version string to 2.0 (shipping)
1998-09-19 06:02:20 +00:00
terry%netscape.com
9794f46fdf
Updated version string to 1.3 (development)
1998-09-19 04:52:13 +00:00
terry%netscape.com
6f227ced9a
Add simple support for a version string.
1998-09-19 04:38:12 +00:00
terry%netscape.com
b2cf544f13
Bug fix by Brian Jones <cbj@nortel.net> -- was failing to create new users.
1998-09-17 00:21:07 +00:00
terry%netscape.com
3d430b3faf
Whoops; a bad username was causing perl warning messages.
1998-09-15 22:12:52 +00:00
terry%netscape.com
c5465798e0
Everything has been ported to now run under Perl.
1998-09-15 21:49:26 +00:00