terry%mozilla.org
2b1f31ee04
Patch by aclark@ghoti.org -- use localconfig file to get database
...
connection info.
2000-01-29 20:22:44 +00:00
terry%mozilla.org
8312c801e4
Add a way to log all SQL requests made.
2000-01-26 21:47:55 +00:00
terry%mozilla.org
38060670b3
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
6c7cc5e6bf
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
779b752c21
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
a19ef8aeba
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
351bf0b663
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
b8d19d41cc
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
aeeb27f185
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
853edc6444
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
71c5039ba4
Make wording a little more clear when a username is invalid.
2000-01-13 22:55:45 +00:00
terry%mozilla.org
d8500209bc
Stop generating the %::keywordsbyid hashtable that nothing was using.
2000-01-06 22:55:00 +00:00
terry%mozilla.org
e768608592
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
a0eb5f2732
Fixed bug 20126 -- use more international-friendly (and Y2K happier) date formats.
1999-12-03 19:28:18 +00:00
terry%mozilla.org
040a615a2b
Updated version string to 2.9 (development)
1999-11-19 15:57:00 +00:00
terry%mozilla.org
47aeeb9b2f
Updated version string to 2.8 (shipping)
1999-11-19 15:56:28 +00:00
dmose%mozilla.org
18f71469a1
updated license boilerplate
1999-11-01 23:33:56 +00:00
terry%mozilla.org
da0f505ba9
Fixed stupid perl warnings.
1999-10-18 23:57:58 +00:00
terry%mozilla.org
e698ef7799
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
24d5cf4712
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
8cd1b485cd
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
31986c475f
Updated version string to 2.7 (development)
1999-08-30 23:02:52 +00:00
terry%mozilla.org
c985bd9722
Updated version string to 2.6 (shipping)
1999-08-30 23:02:22 +00:00
terry%mozilla.org
85f19de465
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
67c572f15b
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
916ad5b7ed
Display components in alphabetical order.
1999-06-11 17:39:38 +00:00
terry%mozilla.org
7c2420ff74
Get rid of stupid debugging code.
1999-05-24 19:55:43 +00:00
terry%mozilla.org
4f027eb7f3
Updated version string to 2.5 (development)
1999-04-30 19:42:43 +00:00
terry%mozilla.org
aff66faef7
Updated version string to 2.4 (shipping)
1999-04-30 19:42:25 +00:00
terry%netscape.com
4afc1c61db
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
fcf0b6c9f7
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
ac6b592a3c
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
5dc23cc3e0
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
c97af80c54
Updated version string to 2.3 (development)
1999-02-10 22:12:03 +00:00
terry%netscape.com
54b72b14e3
Updated version string to 2.2 (shipping)
1999-02-10 22:11:52 +00:00
terry%netscape.com
cf10f3c250
Added support for URLs that describe the milestones for various projects.
1999-02-03 02:46:51 +00:00
terry%netscape.com
915294e91f
Some installations of perl seem very picky about their regexps.
1999-01-29 22:07:09 +00:00
terry%netscape.com
4a24d1190c
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
89c68ee406
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
d1783dd4fe
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
82a52e72d9
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
9571ac5452
Updated version string to 2.1 (development)
1998-09-19 06:08:15 +00:00
terry%netscape.com
4b27250c06
Updated version string to 2.0 (shipping)
1998-09-19 06:02:20 +00:00
terry%netscape.com
8628633ee7
Updated version string to 1.3 (development)
1998-09-19 04:52:13 +00:00
terry%netscape.com
be4d24654b
Add simple support for a version string.
1998-09-19 04:38:12 +00:00
terry%netscape.com
16b59e3dc1
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
53b6e21c17
Whoops; a bad username was causing perl warning messages.
1998-09-15 22:12:52 +00:00
terry%netscape.com
a3f67c759a
Everything has been ported to now run under Perl.
1998-09-15 21:49:26 +00:00