Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-01-23 | Minor wording change to hopefully make it more obvious slight changes | terry%mozilla.org | 1 | -1/+1 | |
in the "long description" search. | |||||
2000-01-23 | Stupid typo caused "any words" and "all words" searches on the long | terry%mozilla.org | 1 | -2/+2 | |
description to crash. | |||||
2000-01-23 | Fixed stupid typo. | terry%mozilla.org | 1 | -1/+1 | |
2000-01-23 | If no sort order is specified, use the cookie if available. | terry%mozilla.org | 1 | -2/+6 | |
2000-01-23 | Remember the previous sort order in a cookie, and make that the | terry%mozilla.org | 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. | |||||
2000-01-23 | Patch by Christine Begle <cbegle@mozilla.org>>, with heavy | terry%mozilla.org | 2 | -5/+34 | |
modifications by me -- let you query for "any words" and "all words", as well as the existing substring and regexp stuff. | |||||
2000-01-23 | Patch by Klaas Freitag <freitag@suse.de>, with modifications by me -- | terry%mozilla.org | 2 | -2/+21 | |
don't generate HTML tables with more than 50 lines, as browsers generally can't cope with huge tables. | |||||
2000-01-23 | Patch by Holger Schurig <holger@holger.om.org> -- add new localconfig | terry%mozilla.org | 1 | -17/+41 | |
option to skip the database check (since that code doesn't work with all versions of MySQL/Msql-mysql/Perl/moonphase). | |||||
2000-01-22 | Whoops; code to let people turn on new "newemailtech" pref was busted. | terry%mozilla.org | 1 | -1/+3 | |
2000-01-22 | Added a new table fielddefs that records information about the | terry%mozilla.org | 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. | |||||
2000-01-22 | Invalid html, added trailing /html tag. | mcafee%netscape.com | 1 | -0/+1 | |
2000-01-21 | Continue making the last-changed date on a bug be updated if someone only ↵ | terry%mozilla.org | 1 | -0/+2 | |
adds a comment. | |||||
2000-01-21 | Don't try to put out the footer if we're shutdown (as that can try to access ↵ | terry%mozilla.org | 1 | -1/+1 | |
the DB which we don't want). | |||||
2000-01-21 | Moved all the long descriptions out of the bugs table, and into a new | terry%mozilla.org | 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. | |||||
2000-01-20 | Patch by Holger Schurig <holger@holger.om.org> -- don't display footer if ↵ | terry%mozilla.org | 1 | -4/+6 | |
they asked for no header. | |||||
2000-01-20 | Allow whitespace to be used to separate keywords. | terry%mozilla.org | 2 | -4/+9 | |
2000-01-20 | Let's outlaw whitespace in keywords. | terry%mozilla.org | 2 | -3/+3 | |
2000-01-19 | Added a way to disable a user. | terry%mozilla.org | 3 | -24/+93 | |
2000-01-19 | Spruced up "editusers.cgi". Added an "editusers" group. | terry%mozilla.org | 4 | -33/+105 | |
2000-01-18 | Footer wasn't displaying new state after clicking "log out". | terry%mozilla.org | 1 | -0/+4 | |
2000-01-18 | Stop ever using perl's crypt() function; only use mysql's. (Using | terry%mozilla.org | 3 | -22/+11 | |
both was causing corruption on about 1 in 40 passwords.) | |||||
2000-01-18 | Check for and rebuild busted password stuff. | terry%mozilla.org | 1 | -0/+20 | |
2000-01-18 | Tell people that column changes are remembered using cookies. | terry%mozilla.org | 1 | -1/+1 | |
2000-01-18 | Was sometimes checking extra checkboxes in the email area. | terry%mozilla.org | 1 | -10/+11 | |
2000-01-18 | Very minor formatting tweak. | terry%mozilla.org | 1 | -2/+2 | |
2000-01-18 | Added "Windows 2000" and "Mac System 9.0" to the OS list. | terry%mozilla.org | 1 | -0/+2 | |
2000-01-17 | Add a space after the comma when listing a bug with multiple keywords, | terry%mozilla.org | 1 | -1/+1 | |
to be consistant with the way it gets listed in bug lists. | |||||
2000-01-17 | Use new "keywords" cache to display keywords in bug lists. Not only | terry%mozilla.org | 1 | -15/+1 | |
is this much faster, but it also lets you sort by that column, and requires less special-case code. | |||||
2000-01-17 | Added a "keywords" field to a bug, which is a cached string-based copy | terry%mozilla.org | 3 | -26/+176 | |
of all the keywords assigned to the bug. Right now, we only have code that generates and maintains this field; soon will come code that actually uses it. | |||||
2000-01-17 | Oops! Fixed stupid typo in last patch. | terry%mozilla.org | 1 | -1/+1 | |
2000-01-16 | If there is only one component, then select it for the user. | terry%mozilla.org | 1 | -0/+5 | |
2000-01-15 | Patch by kevin@suberic.net (kevin lyda) -- reformated to 77 columns. | terry%mozilla.org | 1 | -168/+191 | |
2000-01-15 | Checked in patch by Dawn Endico <endico@mozilla.org> -- when | terry%mozilla.org | 1 | -0/+11 | |
reassigning by component, reassign the qa contact too. | |||||
2000-01-15 | Added "sanity check" to the list of things the maintainer gets to | terry%mozilla.org | 1 | -1/+2 | |
choose from in the footer. | |||||
2000-01-15 | Added a missing PutFooter(). | terry%mozilla.org | 1 | -0/+1 | |
2000-01-15 | Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks by | terry%mozilla.org | 32 | -69/+434 | |
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-15 | Remove unused files. | terry%mozilla.org | 1 | -70/+0 | |
2000-01-15 | Remove unused files. | terry%mozilla.org | 4 | -425/+0 | |
2000-01-14 | Fixed typos. | terry%mozilla.org | 1 | -3/+3 | |
2000-01-14 | Make wording a little more clear when a username is invalid. | terry%mozilla.org | 1 | -2/+4 | |
2000-01-14 | Send one last email notification to people when a bug gets reassigned | terry%mozilla.org | 2 | -6/+19 | |
away from them or they get removed from the CC list. | |||||
2000-01-14 | Allow displaying of a "keywords" column. | terry%mozilla.org | 2 | -21/+42 | |
2000-01-14 | Was sometimes putting a silly timestamp in the change log. | terry%mozilla.org | 1 | -3/+5 | |
2000-01-14 | Don't complain that the user isn't doing anything if he is actually | terry%mozilla.org | 1 | -4/+3 | |
changing keywords. | |||||
2000-01-13 | Provide a simple param to let the maintainer shut down Bugzilla for a while. | terry%mozilla.org | 4 | -4/+18 | |
2000-01-13 | "Change several bugs" was losing the sort order. | terry%mozilla.org | 1 | -1/+4 | |
2000-01-12 | Fixed warnings. | terry%mozilla.org | 1 | -5/+8 | |
2000-01-12 | Was making changes to bugs before validating the entries in the CC | terry%mozilla.org | 1 | -9/+19 | |
field. This caused mid-air collisions and other weirdnesses. | |||||
2000-01-11 | Worked around bug in older versions of MySQL that caused a report of | terry%mozilla.org | 2 | -5/+18 | |
one bug matching a keyword when there really are zero. | |||||
2000-01-11 | Fixed a warning. | terry%mozilla.org | 1 | -1/+1 | |