Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-08-29 | Add new flavors of BSD to the list of platforms and rearrange the order of ↵ | endico%mozilla.org | 1 | -9/+11 | |
the list. Also, fix a couple of typos in the opening comments. | |||||
2000-08-29 | fix for 45118: Target milestone setup issue. patch submitted by | cyeh%bluemartini.com | 1 | -0/+1 | |
matty@box.net.au (Matthew Tuck). now creates a milestone entry for the first test product | |||||
2000-08-23 | Fix for bug 16454: can now run checksetup.pl on databases with passwords. | dave%intrec.com | 1 | -3/+6 | |
2000-08-15 | Landing zach's \n for #48947 | tara%tequilarista.org | 1 | -1/+1 | |
2000-07-19 | Fix for bug 32220 (checksetup.pl gives bad permissions). Majority of | dave%intrec.com | 1 | -12/+54 | |
patch submitted by seth@cs.brandeis.edu (Seth Landsman). checksetup.pl now no longer twiddles the permissions of the contrib folder, and properly sets the permissions on the folders inside the data folder. | |||||
2000-07-14 | oops, remove testing cruft | endico%mozilla.org | 1 | -1/+1 | |
2000-07-14 | Add 'MOVED' as a default resolution. If CheckEnumField alters the bug db ↵ | endico%mozilla.org | 1 | -5/+11 | |
then update the shadow db too. | |||||
2000-07-11 | Add "Windows ME" operating system and a comment about how to add new os's ↵ | endico%mozilla.org | 1 | -1/+7 | |
(et al) to an already installed system | |||||
2000-06-29 | Added some missing newlines. | terry%mozilla.org | 1 | -1/+1 | |
2000-05-18 | Making all system calls use paramter arguments | tara%tequilarista.org | 1 | -1/+1 | |
2000-04-30 | duhhh. backout unique index change for versions table. | cyeh%bluemartini.com | 1 | -2/+1 | |
thanks to dave@intrec.com for catching my complete brain lock this one. | |||||
2000-04-27 | slightly more paranoid database schema:. | cyeh%bluemartini.com | 1 | -1/+2 | |
made column 'program' in table 'versions' be not null, and unique. optimally you would want a unique index on 'value' and 'program' but indexes are not supported on datatype 'tinytext' until mysql 3.23 | |||||
2000-04-12 | use sendmail deferred delivery to avoid long hangs at bug submission time | dmose%mozilla.org | 1 | -0/+4 | |
2000-03-29 | allow users to watch the bugs of other users | dmose%mozilla.org | 1 | -5/+80 | |
2000-03-24 | Added the concept of a "default milstone" for products, and make sure | terry%mozilla.org | 1 | -4/+36 | |
that all products have at least that milestone defined. | |||||
2000-03-23 | Quick hack to fix the fact that new bugs have target_milestone of "" | terry%mozilla.org | 1 | -2/+12 | |
when it really oughta be "---". | |||||
2000-03-22 | Patch by "Matt Masson" <matthew@zeroknowledge.com> -- allow definition | terry%mozilla.org | 1 | -0/+44 | |
of different target milestones by product. | |||||
2000-03-11 | updated to reflect that only specific versions of GD.pm and Chart will work. | dmose%mozilla.org | 1 | -3/+3 | |
2000-03-10 | Patch by "Peter Schweiger" <Schweiger.Peter@litef.de> -- minor bugfixes. | terry%mozilla.org | 1 | -1/+2 | |
2000-02-19 | Don't stomp on bugs timestamps when adding the new everconfirmed field. | terry%mozilla.org | 1 | -1/+1 | |
2000-02-18 | Added an optional ability to keep a read-only shadow database, so that | terry%mozilla.org | 1 | -0/+9 | |
bug queries can be run against it, so that these slow queries won't be able to tie up the rest of the system. | |||||
2000-02-17 | Major spankage. Added a new state, UNCONFIRMED. Added new groups, | terry%mozilla.org | 1 | -13/+69 | |
"editbugs" and "canconfirm". People without these states are now much more limited in what they can do. For backwards compatability, by default all users will have the editbugs and canconfirm bits on them. Installing this changes as is should only have one major visible effect -- an UNCONFIRMED state will appear in the query page. But no bugs will become in that state, until you tweak some of the new voting-related parameters you'll find when editing products. | |||||
2000-01-31 | Allow searching of attachment stuff using boolean charts. | terry%mozilla.org | 1 | -0/+4 | |
2000-01-30 | Don't regenerate the shadow database until we're sure that our DB is | terry%mozilla.org | 1 | -2/+11 | |
up to snuff with what processmail expects. | |||||
2000-01-28 | Allow searching by "last change date" in the boolean charts. | terry%mozilla.org | 1 | -0/+3 | |
2000-01-28 | Massive stomp on the query page and buglist page. Added the ability | terry%mozilla.org | 1 | -0/+5 | |
to use the "boolean charts" to do very powerful queries. | |||||
2000-01-27 | If adding the new "lastdiffed" field, it works out better to | terry%mozilla.org | 1 | -1/+1 | |
initialize it to "now", not to "delta_ts". | |||||
2000-01-25 | Reworked preferences UI. Added ability to turn off "My bugs" link at | terry%mozilla.org | 1 | -0/+9 | |
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. | |||||
2000-01-24 | Named queries (and the default query) are now stored server side, in | terry%mozilla.org | 1 | -0/+9 | |
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.) | |||||
2000-01-23 | Oops; previous change would cause delta_ts values to be lost in the bugs table. | terry%mozilla.org | 1 | -1/+6 | |
2000-01-23 | The "login_name" field in the "profiles" table was not declared to be | terry%mozilla.org | 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. | |||||
2000-01-23 | Removed stupid test. | terry%mozilla.org | 1 | -1/+0 | |
2000-01-23 | AACK! checksetup.pl was stomping all over the new fielddefs table if | terry%mozilla.org | 1 | -2/+11 | |
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... | |||||
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 | Added a new table fielddefs that records information about the | terry%mozilla.org | 1 | -2/+115 | |
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-21 | Moved all the long descriptions out of the bugs table, and into a new | terry%mozilla.org | 1 | -1/+154 | |
table. There is now a separate entry for each new long description, rather than appending them all together in one big field. | |||||
2000-01-19 | Added a way to disable a user. | terry%mozilla.org | 1 | -1/+8 | |
2000-01-19 | Spruced up "editusers.cgi". Added an "editusers" group. | terry%mozilla.org | 1 | -0/+1 | |
2000-01-18 | Added "Windows 2000" and "Mac System 9.0" to the OS list. | terry%mozilla.org | 1 | -0/+2 | |
2000-01-17 | Added a "keywords" field to a bug, which is a cached string-based copy | terry%mozilla.org | 1 | -5/+50 | |
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-07 | Add support for a new "keywords" feature. This lets some central | terry%mozilla.org | 1 | -0/+13 | |
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". | |||||
1999-11-02 | updated license boilerplate | dmose%mozilla.org | 1 | -10/+17 | |
1999-10-15 | Patch by holger@holger.om.org (Holger Schurig) -- was not correctly fixing ↵ | terry%mozilla.org | 1 | -2/+2 | |
up the 'when' column in the bugs_activity table. | |||||
1999-10-15 | Patch by holger@holger.om.org (Holger Schurig) -- get the permissions right ↵ | terry%mozilla.org | 1 | -1/+2 | |
on the shadow directory. | |||||
1999-10-15 | Fix invalid SQL introduced by last patch. | terry%mozilla.org | 1 | -6/+8 | |
1999-10-13 | Patch by Holger Schurig <holger@holger.om.org> -- If there is no exactly ONE | terry%mozilla.org | 1 | -107/+145 | |
user in the profiles table, then this user will be promoted into all groups. | |||||
1999-10-13 | Patch by Holger Schurig <holgerschurig@nikocity.de> -- replace all the | terry%mozilla.org | 1 | -0/+931 | |
yicky old make*.sh files and the CHANGES file with a new, nifty checksetup.pl file that knows how to create a setup from scratch as well as upgrade an older setup to a new one. Very cool stuff! |