aboutsummaryrefslogtreecommitdiffstats
path: root/query.cgi
Commit message (Collapse)AuthorAgeFilesLines
* The "And" and "Or" buttons now work faster, if you have Javascriptterry%mozilla.org2000-02-011-4/+6
| | | | | enabled. (If you don't have Javascript, they work just like they did before.)
* Was crashing if you weren't already logged in.terry%mozilla.org2000-01-281-0/+1
|
* Massive stomp on the query page and buglist page. Added the abilityterry%mozilla.org2000-01-281-1/+99
| | | | to use the "boolean charts" to do very powerful queries.
* Allow searches for "all keywords" or "no keywords"; fixed some otherterry%mozilla.org2000-01-271-12/+13
| | | | bugs around keyword queries.
* Reworked preferences UI. Added ability to turn off "My bugs" link atterry%mozilla.org2000-01-251-9/+11
| | | | | | 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" linkterry%mozilla.org2000-01-251-2/+28
| | | | when you view a buglist.
* Fixed bug causing named queries to get all screwed up around "targetterry%mozilla.org2000-01-241-1/+1
| | | | milestones".
* Named queries (and the default query) are now stored server side, interry%mozilla.org2000-01-241-64/+132
| | | | | | | 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.org2000-01-241-5/+22
|
* Can now search for people who have added text to a bug.terry%mozilla.org2000-01-231-1/+10
|
* Minor wording change to hopefully make it more obvious slight changesterry%mozilla.org2000-01-231-1/+1
| | | | in the "long description" search.
* Remember the previous sort order in a cookie, and make that theterry%mozilla.org2000-01-231-4/+12
| | | | | 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 heavyterry%mozilla.org2000-01-231-0/+2
| | | | | modifications by me -- let you query for "any words" and "all words", as well as the existing substring and regexp stuff.
* Was sometimes checking extra checkboxes in the email area.terry%mozilla.org2000-01-181-10/+11
|
* Oops! Fixed stupid typo in last patch.terry%mozilla.org2000-01-171-1/+1
|
* Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks byterry%mozilla.org2000-01-151-19/+16
| | | | | | | 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.
* Fixed warnings.terry%mozilla.org2000-01-121-5/+8
|
* Add support for a new "keywords" feature. This lets some centralterry%mozilla.org2000-01-071-9/+34
| | | | | | | | | | | | 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".
* Don't do dmose's paranoid checking of option values in the query page.terry%mozilla.org1999-12-071-0/+5
|
* updated license boilerplatedmose%mozilla.org1999-11-021-14/+15
|
* Patch by Holger Schurig <holger@holger.om.org> -- rewriting and enhancing theterry%mozilla.org1999-10-131-1/+1
| | | | ability to edit components, products, and versions. Yay!
* Added ability to query by votes.terry%mozilla.org1999-10-081-4/+14
|
* Patch by holger@holger.om.org (Holger Schurig) -- several cleanups.terry%mozilla.org1999-09-241-1/+1
|
* Patch by fred@dicad.de (Friedhelm Goesling) -- make Javascript work under IE.terry%mozilla.org1999-09-111-9/+11
|
* Patch suggested by dbaron@fas.harvard.edu -- kick the javascript onterry%mozilla.org1999-08-241-1/+2
| | | | loading, in case the default query has some relevant fields set.
* More tiny battles in the HTML syntax error warbryce-mozilla%nextbus.com1999-07-091-2/+2
|
* Fix several browsers, Lynx and Opera at least. HTML syntax errors herebryce-mozilla%nextbus.com1999-06-151-3/+1
| | | | | and there were fixed, and serverpush was restricted only to the versions of Mozilla known to support it.
* Patch by Mark B. Hamby <mhamby@logicon.com> (somewhat hacked up by me) --terry%mozilla.org1999-05-251-25/+39
| | | | Allow case insensitive and regexp based searches for strings in bugs.
* Don't do javascript on browsers older than 4.06; it seems not to be working.terry%mozilla.org1999-05-131-0/+7
|
* Added user preference controlling how much email they get.terry%mozilla.org1999-05-131-1/+1
|
* Remember the 'changedin' field when memorizing queries.terry%mozilla.org1999-05-111-1/+2
|
* Was not properly remembering email addresses in memorized queries.terry%mozilla.org1999-05-061-1/+1
|
* Allow querying of bug creation times.terry%mozilla.org1999-05-061-1/+3
|
* Patch by David Gardiner <david.gardiner@unisa.edu.au> -- added new headerhtmlterry%netscape.com1999-04-281-4/+9
| | | | | param to allow people to customize the html put in the <HEAD> portion of generated documents. Also, a few other minor patches.
* Patch by jay@invengen.com -- fixed bug 4106 (was busting on IE).terry%netscape.com1999-04-091-0/+4
|
* Added stuff to make it more obvious how to create an account.terry%netscape.com1999-03-271-0/+1
|
* On re-reading bug 4133, I see that I should just turn off theterry%netscape.com1999-03-251-2/+1
| | | | javascript stuff on all instances of IE.
* Don't try to run our javascript if running on IE4.terry%netscape.com1999-03-251-2/+9
|
* Can now query for a specified field being changed at a specified time,terry%netscape.com1999-03-241-3/+27
| | | | optionally to a specified value.
* Turns out the javascript I was using was version 1.2, not 1.1. Who knew?terry%netscape.com1999-03-231-1/+1
|
* Patch by David Gardiner <david.gardiner@unisa.edu.au> (with furtherterry%netscape.com1999-03-201-1/+127
| | | | | | | hacks by me): Added javascript magic to adjust component/version lists when products get selected.
* Added new pages to edit existing components.terry%netscape.com1999-03-121-1/+1
|
* Added 'groups' stuff, where we have different group bits that we canterry%netscape.com1999-03-121-8/+8
| | | | | | 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 page which describes all the components in a product.terry%netscape.com1999-02-051-1/+1
|
* Allow queries for null target milestone, and allow reseting a targetterry%netscape.com1999-02-041-0/+1
| | | | milestone back to null.
* Added three new fields (which appear in the UI only if params areterry%netscape.com1999-01-281-8/+53
| | | | turned on): target_milestone, qa_contact, and status_whiteboard.
* Allow a "not regexp" search of email addresses.terry%netscape.com1999-01-201-0/+1
|
* I guess nobody ever queries for URLs by regexp, since that radioterry%netscape.com1999-01-201-1/+1
| | | | button was completely busted.
* Majorly changed querying of email addresses.terry%netscape.com1999-01-191-8/+71
|
* Allow querying by OS.terry%netscape.com1999-01-161-0/+7
|