Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-02-21 | fix for 9302: Would be nice if attachment + number was a link too. | cyeh%bluemartini.com | 1 | -0/+8 | |
patch submitted by afranke@ags.uni-sb.de (Andreas Franke) thanks for the patch. Now can reference attachments in other bugs as an HTML link. | |||||
2001-02-02 | Fix for bug 66149: better error message on connection failures. Patch by ↵ | dave%intrec.com | 1 | -1/+1 | |
shie9022@msmailhub.oulan.ou.edu (Alan Shields) | |||||
2001-01-25 | Fix for bug 30694: adds title attributes to bug links with bug status and ↵ | dave%intrec.com | 1 | -19/+45 | |
description. Patch by jake@acutex.net | |||||
2000-12-23 | changes from jake@acutex.net to make it possible to toggle the default value ↵ | dmose%mozilla.org | 1 | -1/+4 | |
of newemailtech for new profiles, this is set by default to be turned on (the old default was off) ; r=dmose@mozilla.org. changes from me to make newemailtech the default in all new installations, and update the verbiage in various spots to make it clear that newemailtech is now considered the one true way and the old tech will be going away. r=endico@mozilla.org,cyeh@bluemartini.com | |||||
2000-12-12 | add a stack to save the current global SQL state so that queries can be ↵ | dmose%mozilla.org | 1 | -1/+41 | |
nested. used this mechanism to fix the 62618 regression. r=encido@mozilla.org | |||||
2000-12-07 | patch from Jake <jsteenhagen@novagate.com> to fix bug 59515; adds a title ↵ | dmose%mozilla.org | 1 | -2/+10 | |
attribute containing status and short description to various bug links. In some browsers (most Mozilla builds, at least) this makes the status and short description available as a tooltip, so it is no longer necessary to click through to see it. r=dmose@mozilla.org | |||||
2000-10-31 | correcting scope | tara%tequilarista.org | 1 | -7/+7 | |
2000-09-16 | front end fix for 31456: Editing a superuser clears their access flags | cyeh%bluemartini.com | 1 | -0/+4 | |
patch by jmrobin@tgix.com | |||||
2000-09-14 | fix for 51520: Missing uses of Param('emailsuffix') | cyeh%bluemartini.com | 1 | -1/+2 | |
patch submitted by john.beranek@pace.co.uk (John Beranek) | |||||
2000-09-13 | fix for 51299: RemoveVotes email should use the 'sendmailnow' Param. patch ↵ | cyeh%bluemartini.com | 1 | -1/+5 | |
by dave@intrec.com | |||||
2000-07-15 | Don't lowercase the entries in legal_keywords. | terry%mozilla.org | 1 | -1/+1 | |
2000-07-14 | change '@::legal_resolution_no_dup' to '@::settable_resolutions'. This a ↵ | endico%mozilla.org | 1 | -4/+15 | |
list of resolutions which a bug may be changed to in the bug form and consists of all legal resolutions except 'MOVED' and 'DUPLICATE', since setting a bug to those resolutions requires a special process. | |||||
2000-07-14 | Keywords were already enforced to never differ only in capitalization. So, ↵ | terry%mozilla.org | 1 | -1/+10 | |
changed the code so that case no longer matters when typing in the name of a keyword. | |||||
2000-06-27 | fix for DBI compatibility | cyeh%bluemartini.com | 1 | -1/+1 | |
2000-05-20 | remove dependency on Mysql, use DBI instead. Patch submitted by | cyeh%bluemartini.com | 1 | -5/+6 | |
sstock@iconnect-inc.com, reworked slightly by cyeh@bluemartini.com to update it to the tip | |||||
2000-05-09 | rolling version to 2.11 for development | cyeh%bluemartini.com | 1 | -1/+1 | |
2000-05-09 | rolling version number to latest release of 2.10 | cyeh%bluemartini.com | 1 | -1/+1 | |
2000-05-09 | fix warnings on DBID_to_real_or_loginname. thanks to endico@mozilla.org | cyeh%bluemartini.com | 1 | -2/+2 | |
2000-04-26 | better implementation of realnames support. remove overhead of two sql | cyeh%bluemartini.com | 1 | -5/+5 | |
calls from bug_form. | |||||
2000-04-22 | Add conditional support to display users real name in bug reports if user | cyeh%bluemartini.com | 1 | -6/+22 | |
entered in that information. Thanks to Chris Baldwin <cbaldwin@redback.com> for providing the patch. | |||||
2000-03-29 | removing ShowCCList from globals.pl, as it is no longer used | dmose%mozilla.org | 1 | -8/+0 | |
2000-03-29 | allow users to watch the bugs of other users | dmose%mozilla.org | 1 | -19/+8 | |
2000-03-24 | Wasn't working right if usetargetmilestone was off. | terry%mozilla.org | 1 | -1/+5 | |
2000-03-22 | Patch by "Matt Masson" <matthew@zeroknowledge.com> -- allow definition | terry%mozilla.org | 1 | -4/+33 | |
of different target milestones by product. | |||||
2000-03-21 | Make it so that we can (hopefully!) rebuild the shadow db without | terry%mozilla.org | 1 | -3/+3 | |
busting other people trying to use the system. | |||||
2000-03-11 | Whoops; left out the "mailto:" part of a mailto link. | terry%mozilla.org | 1 | -3/+3 | |
2000-03-11 | Italicize the "Additional Comments From" stuff, so that you can tell | terry%mozilla.org | 1 | -1/+125 | |
the difference between new comments and people copying stuff in from old comments. | |||||
2000-03-11 | Patch by Joe Robins <jmrobins@tgix.com> -- allow automatic definition | terry%mozilla.org | 1 | -2/+11 | |
of a group per project, and automatically put new bugs against that project into that group, thus allowing entire projects to be protected against viewing by unauthorized users. This is all optional, controlled by new parameters. | |||||
2000-02-19 | Cut down on the number of syncshadowdb processes we fork off. | terry%mozilla.org | 1 | -1/+10 | |
2000-02-19 | Check that we have defined a shadow db before trying to use it. | terry%mozilla.org | 1 | -1/+1 | |
2000-02-18 | Fixed some functions in buglist.cgi that won't work if we're hooked up | terry%mozilla.org | 1 | -0/+7 | |
to the shadow database. | |||||
2000-02-18 | Wasn't always tweaking LOCK TABLES commands correctly when shadowing. And ↵ | terry%mozilla.org | 1 | -3/+3 | |
finally fixed it to actually generate useful SQL error messages. | |||||
2000-02-18 | Added an optional ability to keep a read-only shadow database, so that | terry%mozilla.org | 1 | -2/+29 | |
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 | Fixed icky infinite loop bug. | terry%mozilla.org | 1 | -3/+4 | |
2000-02-17 | Major spankage. Added a new state, UNCONFIRMED. Added new groups, | terry%mozilla.org | 1 | -13/+32 | |
"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-30 | Patch by aclark@ghoti.org -- use localconfig file to get database | terry%mozilla.org | 1 | -1/+14 | |
connection info. | |||||
2000-01-27 | Add a way to log all SQL requests made. | terry%mozilla.org | 1 | -0/+19 | |
2000-01-25 | Reworked preferences UI. Added ability to turn off "My bugs" link at | terry%mozilla.org | 1 | -1/+1 | |
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 | New email code wasn't sending to people who had voted for a bug. | terry%mozilla.org | 1 | -0/+5 | |
Added "My votes" link to footer. Other minor voting-related fixes. | |||||
2000-01-24 | Named queries (and the default query) are now stored server side, in | terry%mozilla.org | 1 | -0/+1 | |
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 | New email code wasn't notifying people of changes in state of | terry%mozilla.org | 1 | -0/+13 | |
dependent bugs. | |||||
2000-01-22 | Added a new table fielddefs that records information about the | terry%mozilla.org | 1 | -8/+36 | |
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 | 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 | Moved all the long descriptions out of the bugs table, and into a new | terry%mozilla.org | 1 | -10/+25 | |
table. There is now a separate entry for each new long description, rather than appending them all together in one big field. | |||||
2000-01-15 | Patch by Ramon Felciano <felciano@ingenuity.com>, with many tweaks by | terry%mozilla.org | 1 | -2/+10 | |
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-14 | Make wording a little more clear when a username is invalid. | terry%mozilla.org | 1 | -2/+4 | |
2000-01-07 | Stop generating the %::keywordsbyid hashtable that nothing was using. | terry%mozilla.org | 1 | -2/+0 | |
2000-01-07 | Add support for a new "keywords" feature. This lets some central | terry%mozilla.org | 1 | -0/+12 | |
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-12-04 | Fixed bug 20126 -- use more international-friendly (and Y2K happier) date ↵ | terry%mozilla.org | 1 | -1/+1 | |
formats. | |||||
1999-11-20 | Updated version string to 2.9 (development) | terry%mozilla.org | 1 | -1/+1 | |