Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a way to log all SQL requests made. | terry%mozilla.org | 2000-01-27 | 1 | -0/+19 |
| | |||||
* | Reworked preferences UI. Added ability to turn off "My bugs" link at | terry%mozilla.org | 2000-01-25 | 1 | -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. | ||||
* | New email code wasn't sending to people who had voted for a bug. | terry%mozilla.org | 2000-01-24 | 1 | -0/+5 |
| | | | | Added "My votes" link to footer. Other minor voting-related fixes. | ||||
* | Named queries (and the default query) are now stored server side, in | terry%mozilla.org | 2000-01-24 | 1 | -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.) | ||||
* | New email code wasn't notifying people of changes in state of | terry%mozilla.org | 2000-01-23 | 1 | -0/+13 |
| | | | | dependent bugs. | ||||
* | Added a new table fielddefs that records information about the | terry%mozilla.org | 2000-01-22 | 1 | -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. | ||||
* | Continue making the last-changed date on a bug be updated if someone only ↵ | terry%mozilla.org | 2000-01-21 | 1 | -0/+2 |
| | | | | adds a comment. | ||||
* | Moved all the long descriptions out of the bugs table, and into a new | terry%mozilla.org | 2000-01-21 | 1 | -10/+25 |
| | | | | | table. There is now a separate entry for each new long description, rather than appending them all together in one big field. | ||||
* | Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks by | terry%mozilla.org | 2000-01-15 | 1 | -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. | ||||
* | Make wording a little more clear when a username is invalid. | terry%mozilla.org | 2000-01-14 | 1 | -2/+4 |
| | |||||
* | Stop generating the %::keywordsbyid hashtable that nothing was using. | terry%mozilla.org | 2000-01-07 | 1 | -2/+0 |
| | |||||
* | Add support for a new "keywords" feature. This lets some central | terry%mozilla.org | 2000-01-07 | 1 | -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". | ||||
* | Fixed bug 20126 -- use more international-friendly (and Y2K happier) date ↵ | terry%mozilla.org | 1999-12-04 | 1 | -1/+1 |
| | | | | formats. | ||||
* | Updated version string to 2.9 (development) | terry%mozilla.org | 1999-11-19 | 1 | -1/+1 |
| | |||||
* | Updated version string to 2.8 (shipping) | terry%mozilla.org | 1999-11-19 | 1 | -1/+1 |
| | |||||
* | updated license boilerplate | dmose%mozilla.org | 1999-11-02 | 1 | -14/+15 |
| | |||||
* | Fixed stupid perl warnings. | terry%mozilla.org | 1999-10-19 | 1 | -0/+23 |
| | |||||
* | Updating the vote cache should not update the date-last-changed field | terry%mozilla.org | 1999-10-12 | 1 | -1/+1 |
| | | | | in the bug. | ||||
* | Added a "votes" field to the bugs table, which caches the total number | terry%mozilla.org | 1999-10-12 | 1 | -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. | ||||
* | Added the ability for users to "vote" on which bugs they think should | terry%mozilla.org | 1999-10-08 | 1 | -2/+27 |
| | | | | be fixed. | ||||
* | Updated version string to 2.7 (development) | terry%mozilla.org | 1999-08-31 | 1 | -1/+1 |
| | |||||
* | Updated version string to 2.6 (shipping) | terry%mozilla.org | 1999-08-31 | 1 | -1/+1 |
| | |||||
* | Patch by Chris Baldwin <chris.baldwin@siara.com> -- allow optional | terry%mozilla.org | 1999-08-19 | 1 | -3/+5 |
| | | | | | entry of the user's realname. Note that nothing actually makes use of this info at present. | ||||
* | Assorted minor UI cleanups (mostly putting navigation headers in, and | bryce-mozilla%nextbus.com | 1999-06-15 | 1 | -1/+1 |
| | | | | | rewording "return to query page" for pages where that is not always true. Also add two options to the main index.html | ||||
* | Display components in alphabetical order. | terry%mozilla.org | 1999-06-12 | 1 | -1/+1 |
| | |||||
* | Get rid of stupid debugging code. | terry%mozilla.org | 1999-05-25 | 1 | -5/+0 |
| | |||||
* | Updated version string to 2.5 (development) | terry%mozilla.org | 1999-05-01 | 1 | -1/+1 |
| | |||||
* | Updated version string to 2.4 (shipping) | terry%mozilla.org | 1999-05-01 | 1 | -1/+1 |
| | |||||
* | Fixed a bug where the long descriptions of bugs had a variety of | terry%netscape.com | 1999-04-22 | 1 | -1/+7 |
| | | | | | newline characters at the end, depending on the operating system of the browser that submitted the text. | ||||
* | Can now query for a specified field being changed at a specified time, | terry%netscape.com | 1999-03-24 | 1 | -0/+1 |
| | | | | optionally to a specified value. | ||||
* | Added 'groups' stuff, where we have different group bits that we can | terry%netscape.com | 1999-03-12 | 1 | -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. | ||||
* | Added a "disallownew" field to the products table. If non-zero, then | terry%netscape.com | 1999-03-04 | 1 | -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.) | ||||
* | Updated version string to 2.3 (development) | terry%netscape.com | 1999-02-11 | 1 | -1/+1 |
| | |||||
* | Updated version string to 2.2 (shipping) | terry%netscape.com | 1999-02-11 | 1 | -1/+1 |
| | |||||
* | Added support for URLs that describe the milestones for various projects. | terry%netscape.com | 1999-02-03 | 1 | -3/+10 |
| | |||||
* | Some installations of perl seem very picky about their regexps. | terry%netscape.com | 1999-01-30 | 1 | -2/+2 |
| | |||||
* | Added three new fields (which appear in the UI only if params are | terry%netscape.com | 1999-01-28 | 1 | -0/+12 |
| | | | | turned on): target_milestone, qa_contact, and status_whiteboard. | ||||
* | Reworked the rep_platform and op_sys fields. BEWARE; this includes | terry%netscape.com | 1998-12-04 | 1 | -5/+2 |
| | | | | some changes to the database schema! | ||||
* | Added new "products" table, which contains a description for each | terry%netscape.com | 1998-10-07 | 1 | -0/+8 |
| | | | | | product. This description is presented when the user is entering a new bug. | ||||
* | Whoops. Ignore anything that tries to override the version number in | terry%netscape.com | 1998-09-19 | 1 | -0/+6 |
| | | | | the params file. | ||||
* | Updated version string to 2.1 (development) | terry%netscape.com | 1998-09-19 | 1 | -1/+1 |
| | |||||
* | Updated version string to 2.0 (shipping) | terry%netscape.com | 1998-09-19 | 1 | -1/+1 |
| | |||||
* | Updated version string to 1.3 (development) | terry%netscape.com | 1998-09-19 | 1 | -1/+1 |
| | |||||
* | Add simple support for a version string. | terry%netscape.com | 1998-09-19 | 1 | -0/+3 |
| | |||||
* | Bug fix by Brian Jones <cbj@nortel.net> -- was failing to create new users. | terry%netscape.com | 1998-09-17 | 1 | -1/+1 |
| | |||||
* | Whoops; a bad username was causing perl warning messages. | terry%netscape.com | 1998-09-16 | 1 | -1/+1 |
| | |||||
* | Everything has been ported to now run under Perl. | terry%netscape.com | 1998-09-16 | 1 | -0/+495 |