aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* this is the initial checkin of the bug_email.pl script into the bugzilla cvs ...seth%cs.brandeis.edu2000-02-131-0/+1258
* Patch by Hugo Frappier <hfrappier@dreammechanics.com> -- make theterry%mozilla.org2000-02-091-0/+1
* Get rid of a bit of unused Javascript code.terry%mozilla.org2000-02-091-2/+0
* Make the "mail a new password" text be a param.terry%mozilla.org2000-02-082-17/+27
* The "put this named query in the footer" feature was choking if theterry%mozilla.org2000-02-051-8/+24
* Add an optional ability to stagger the headers in the bug list, whichterry%mozilla.org2000-02-042-8/+50
* Simplify dependency wording.terry%mozilla.org2000-02-031-2/+2
* Whoops, searches of "Comment changed (before|after)" were not workingterry%mozilla.org2000-02-021-2/+2
* Nothing was checking that the bug number you entered for a duplicateterry%mozilla.org2000-02-021-7/+9
* REOPENing a bug now clears the resolution; most people will agree itterry%mozilla.org2000-02-011-0/+1
* The "And" and "Or" buttons now work faster, if you have Javascriptterry%mozilla.org2000-02-011-4/+6
* Allow searching of attachment stuff using boolean charts.terry%mozilla.org2000-01-312-1/+32
* Patch by aclark@ghoti.org -- use localconfig file to get databaseterry%mozilla.org2000-01-301-1/+14
* Patch by aclark@ghoti.org -- clear the accumulation buffer before using it.terry%mozilla.org2000-01-301-0/+1
* Don't regenerate the shadow database until we're sure that our DB isterry%mozilla.org2000-01-301-2/+11
* Fixed busted mailto: link.terry%mozilla.org2000-01-291-2/+2
* The "Show list" link that is supposed to quickly get you back to theterry%mozilla.org2000-01-291-1/+1
* Apparently, you're supposed to put "#foo" stuff in a URL after all theterry%mozilla.org2000-01-291-2/+4
* Was crashing if you weren't already logged in.terry%mozilla.org2000-01-281-0/+1
* Allow searching by "last change date" in the boolean charts.terry%mozilla.org2000-01-281-0/+3
* Massive stomp on the query page and buglist page. Added the abilityterry%mozilla.org2000-01-285-374/+768
* Patch by granrose@netscape.com -- put initial focus into bug# field.terry%mozilla.org2000-01-271-0/+3
* Add support for keywords.terry%mozilla.org2000-01-271-2/+9
* Patch by Rob Baham <robb@scitechsoft.com> -- links to other bugsterry%mozilla.org2000-01-271-2/+2
* Allow searches for "all keywords" or "no keywords"; fixed some otherterry%mozilla.org2000-01-272-14/+31
* Add a way to log all SQL requests made.terry%mozilla.org2000-01-271-0/+19
* If adding the new "lastdiffed" field, it works out better toterry%mozilla.org2000-01-271-1/+1
* Fixed minor grammatical typo.terry%mozilla.org2000-01-251-1/+1
* Reworked preferences UI. Added ability to turn off "My bugs" link atterry%mozilla.org2000-01-2510-185/+390
* Added a way to query by bug numbers. Added an "edit this query" linkterry%mozilla.org2000-01-252-8/+55
* Very minor HTML tweaking.terry%mozilla.org2000-01-241-3/+4
* New email code wasn't sending to people who had voted for a bug.terry%mozilla.org2000-01-245-6/+32
* Fixed bug causing named queries to get all screwed up around "targetterry%mozilla.org2000-01-241-1/+1
* Named queries (and the default query) are now stored server side, interry%mozilla.org2000-01-245-123/+234
* Add a way to remove a default query that you may have set.terry%mozilla.org2000-01-241-5/+22
* Remove unused fileterry%mozilla.org2000-01-241-147/+0
* Added much more crosschecks, and simplified a lot of the code.terry%mozilla.org2000-01-231-83/+67
* Fixed stupid typo that caused exact email searches in descriptions to crash.terry%mozilla.org2000-01-231-1/+1
* Oops; previous change would cause delta_ts values to be lost in the bugs table.terry%mozilla.org2000-01-231-1/+6
* The "login_name" field in the "profiles" table was not declared to beterry%mozilla.org2000-01-231-8/+64
* Can now search for people who have added text to a bug.terry%mozilla.org2000-01-232-4/+32
* New email code wasn't notifying people of changes in state ofterry%mozilla.org2000-01-233-17/+87
* Honor the emailregexp param when checking email addresses.terry%mozilla.org2000-01-231-1/+3
* Removed stupid test.terry%mozilla.org2000-01-231-1/+0
* AACK! checksetup.pl was stomping all over the new fielddefs table ifterry%mozilla.org2000-01-232-5/+16
* Minor wording change to hopefully make it more obvious slight changesterry%mozilla.org2000-01-231-1/+1
* Stupid typo caused "any words" and "all words" searches on the longterry%mozilla.org2000-01-231-2/+2
* Fixed stupid typo.terry%mozilla.org2000-01-231-1/+1
* If no sort order is specified, use the cookie if available.terry%mozilla.org2000-01-231-2/+6
* Remember the previous sort order in a cookie, and make that theterry%mozilla.org2000-01-233-5/+39