Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch by aclark@ghoti.org -- use localconfig file to get database | terry%mozilla.org | 2000-01-30 | 1 | -1/+14 |
| | | | | connection info. | ||||
* | Patch by aclark@ghoti.org -- clear the accumulation buffer before using it. | terry%mozilla.org | 2000-01-30 | 1 | -0/+1 |
| | |||||
* | Don't regenerate the shadow database until we're sure that our DB is | terry%mozilla.org | 2000-01-30 | 1 | -2/+11 |
| | | | | up to snuff with what processmail expects. | ||||
* | Fixed busted mailto: link. | terry%mozilla.org | 2000-01-29 | 1 | -2/+2 |
| | |||||
* | The "Show list" link that is supposed to quickly get you back to the | terry%mozilla.org | 2000-01-29 | 1 | -1/+1 |
| | | | | list of bugs you queried for was busted. | ||||
* | Apparently, you're supposed to put "#foo" stuff in a URL after all the | terry%mozilla.org | 2000-01-29 | 1 | -2/+4 |
| | | | | "?" and "&" stuff. IE doesn't work if you don't. | ||||
* | Was crashing if you weren't already logged in. | terry%mozilla.org | 2000-01-28 | 1 | -0/+1 |
| | |||||
* | Allow searching by "last change date" in the boolean charts. | terry%mozilla.org | 2000-01-28 | 1 | -0/+3 |
| | |||||
* | Massive stomp on the query page and buglist page. Added the ability | terry%mozilla.org | 2000-01-28 | 5 | -374/+768 |
| | | | | to use the "boolean charts" to do very powerful queries. | ||||
* | Patch by granrose@netscape.com -- put initial focus into bug# field. | terry%mozilla.org | 2000-01-27 | 1 | -0/+3 |
| | |||||
* | Add support for keywords. | terry%mozilla.org | 2000-01-27 | 1 | -2/+9 |
| | |||||
* | Patch by Rob Baham <robb@scitechsoft.com> -- links to other bugs | terry%mozilla.org | 2000-01-27 | 1 | -2/+2 |
| | | | | should be relative URLs, not absolute. | ||||
* | Allow searches for "all keywords" or "no keywords"; fixed some other | terry%mozilla.org | 2000-01-27 | 2 | -14/+31 |
| | | | | bugs around keyword queries. | ||||
* | Add a way to log all SQL requests made. | terry%mozilla.org | 2000-01-27 | 1 | -0/+19 |
| | |||||
* | If adding the new "lastdiffed" field, it works out better to | terry%mozilla.org | 2000-01-27 | 1 | -1/+1 |
| | | | | initialize it to "now", not to "delta_ts". | ||||
* | Fixed minor grammatical typo. | terry%mozilla.org | 2000-01-25 | 1 | -1/+1 |
| | |||||
* | Reworked preferences UI. Added ability to turn off "My bugs" link at | terry%mozilla.org | 2000-01-25 | 10 | -185/+390 |
| | | | | | | 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. | ||||
* | Added a way to query by bug numbers. Added an "edit this query" link | terry%mozilla.org | 2000-01-25 | 2 | -8/+55 |
| | | | | when you view a buglist. | ||||
* | Very minor HTML tweaking. | terry%mozilla.org | 2000-01-24 | 1 | -3/+4 |
| | |||||
* | New email code wasn't sending to people who had voted for a bug. | terry%mozilla.org | 2000-01-24 | 5 | -6/+32 |
| | | | | Added "My votes" link to footer. Other minor voting-related fixes. | ||||
* | Fixed bug causing named queries to get all screwed up around "target | terry%mozilla.org | 2000-01-24 | 1 | -1/+1 |
| | | | | milestones". | ||||
* | Named queries (and the default query) are now stored server side, in | terry%mozilla.org | 2000-01-24 | 5 | -123/+234 |
| | | | | | | | 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.) | ||||
* | Add a way to remove a default query that you may have set. | terry%mozilla.org | 2000-01-24 | 1 | -5/+22 |
| | |||||
* | Remove unused file | terry%mozilla.org | 2000-01-24 | 1 | -147/+0 |
| | |||||
* | Added much more crosschecks, and simplified a lot of the code. | terry%mozilla.org | 2000-01-23 | 1 | -83/+67 |
| | |||||
* | Fixed stupid typo that caused exact email searches in descriptions to crash. | terry%mozilla.org | 2000-01-23 | 1 | -1/+1 |
| | |||||
* | Oops; previous change would cause delta_ts values to be lost in the bugs table. | terry%mozilla.org | 2000-01-23 | 1 | -1/+6 |
| | |||||
* | The "login_name" field in the "profiles" table was not declared to be | terry%mozilla.org | 2000-01-23 | 1 | -8/+64 |
| | | | | | | unique. Sure enough, somehow, I got 22 duplicated entries in my database. This code detects that, cleans up the duplicates, and then tweaks the table to declare the field to be unique. What a pain. | ||||
* | Can now search for people who have added text to a bug. | terry%mozilla.org | 2000-01-23 | 2 | -4/+32 |
| | |||||
* | New email code wasn't notifying people of changes in state of | terry%mozilla.org | 2000-01-23 | 3 | -17/+87 |
| | | | | dependent bugs. | ||||
* | Honor the emailregexp param when checking email addresses. | terry%mozilla.org | 2000-01-23 | 1 | -1/+3 |
| | |||||
* | Removed stupid test. | terry%mozilla.org | 2000-01-23 | 1 | -1/+0 |
| | |||||
* | AACK! checksetup.pl was stomping all over the new fielddefs table if | terry%mozilla.org | 2000-01-23 | 2 | -5/+16 |
| | | | | | | it got run more than once. This checkin fixes that, and also changes the DumpBugActivity() routine to give me enough information to hopefully repair the damaged mozilla.org database... | ||||
* | Minor wording change to hopefully make it more obvious slight changes | terry%mozilla.org | 2000-01-23 | 1 | -1/+1 |
| | | | | in the "long description" search. | ||||
* | Stupid typo caused "any words" and "all words" searches on the long | terry%mozilla.org | 2000-01-23 | 1 | -2/+2 |
| | | | | description to crash. | ||||
* | Fixed stupid typo. | terry%mozilla.org | 2000-01-23 | 1 | -1/+1 |
| | |||||
* | If no sort order is specified, use the cookie if available. | terry%mozilla.org | 2000-01-23 | 1 | -2/+6 |
| | |||||
* | Remember the previous sort order in a cookie, and make that the | terry%mozilla.org | 2000-01-23 | 3 | -5/+39 |
| | | | | | default sort order for new queries. Add a new "show list" link to the navigation header to return you to the list of selected bugs. | ||||
* | Patch by Christine Begle <cbegle@mozilla.org>>, with heavy | terry%mozilla.org | 2000-01-23 | 2 | -5/+34 |
| | | | | | modifications by me -- let you query for "any words" and "all words", as well as the existing substring and regexp stuff. | ||||
* | Patch by Klaas Freitag <freitag@suse.de>, with modifications by me -- | terry%mozilla.org | 2000-01-23 | 2 | -2/+21 |
| | | | | | don't generate HTML tables with more than 50 lines, as browsers generally can't cope with huge tables. | ||||
* | Patch by Holger Schurig <holger@holger.om.org> -- add new localconfig | terry%mozilla.org | 2000-01-23 | 1 | -17/+41 |
| | | | | | option to skip the database check (since that code doesn't work with all versions of MySQL/Msql-mysql/Perl/moonphase). | ||||
* | Whoops; code to let people turn on new "newemailtech" pref was busted. | terry%mozilla.org | 2000-01-22 | 1 | -1/+3 |
| | |||||
* | Added a new table fielddefs that records information about the | terry%mozilla.org | 2000-01-22 | 9 | -27/+454 |
| | | | | | | | | | 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. | ||||
* | Invalid html, added trailing /html tag. | mcafee%netscape.com | 2000-01-22 | 1 | -0/+1 |
| | |||||
* | 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. | ||||
* | Don't try to put out the footer if we're shutdown (as that can try to access ↵ | terry%mozilla.org | 2000-01-21 | 1 | -1/+1 |
| | | | | the DB which we don't want). | ||||
* | Moved all the long descriptions out of the bugs table, and into a new | terry%mozilla.org | 2000-01-21 | 5 | -21/+200 |
| | | | | | table. There is now a separate entry for each new long description, rather than appending them all together in one big field. | ||||
* | Patch by Holger Schurig <holger@holger.om.org> -- don't display footer if ↵ | terry%mozilla.org | 2000-01-20 | 1 | -4/+6 |
| | | | | they asked for no header. | ||||
* | Allow whitespace to be used to separate keywords. | terry%mozilla.org | 2000-01-20 | 2 | -4/+9 |
| | |||||
* | Let's outlaw whitespace in keywords. | terry%mozilla.org | 2000-01-20 | 2 | -3/+3 |
| |