Граф коммитов

4530 Коммитов

Автор SHA1 Сообщение Дата
ian%hixie.ch ba14de95c4 Don't try to call the inherited DESTROY destructor, since UNIVERSAL doesn't have one... 2003-01-10 00:36:20 +00:00
ian%hixie.ch 5babb394c0 Propogate errors from the results frame for a nicer stack trace. 2003-01-10 00:21:08 +00:00
ian%hixie.ch cbaf4bd887 Support negative integers too 2003-01-10 00:20:37 +00:00
ian%hixie.ch f45fb75c09 TemplateToolkit doesn't support .defined on objects. Also, stringify objects early to avoid trying to apply .replace, etc, on them. 2003-01-10 00:19:47 +00:00
ian%hixie.ch 3f21fb08d5 PATH_INFO support. 2003-01-10 00:14:45 +00:00
timeless%mozdev.org b11eaa7f67 Bug 187869 long_list.cgi output includes <font ="+3"> before each bug summary
r=burnus a=justdave
2003-01-06 18:56:28 +00:00
gerv%gerv.net 111b9e75f4 Bug 186920 - Loosen checking for Windows ME user-agents. Patch by gerv; r,a=justdave. 2003-01-06 08:39:16 +00:00
gerv%gerv.net 218c08dc2b Bug 181047 - Change non-output templates to have a ctype of "none". Patch by gerv; r=bbaetz, a=justdave. 2003-01-06 07:56:28 +00:00
gerv%gerv.net 2e61d411dd Bug 187837 - Unify showing and editing of quips. Patch by gerv; r=timeless, a=justdave. 2003-01-06 07:53:15 +00:00
ian%hixie.ch b7cc3989cc Escape newlines in keys. Explicitly mention empty arrays and hashes. Quote string values. Support undefined values. 2003-01-05 23:47:15 +00:00
jake%bugzilla.org ab35e822fd We use the GD::Graph perl module, not GD::Chart (which doesn't exist) 2003-01-04 18:35:24 +00:00
ian%hixie.ch 26e1214c77 Oops, forgot to escape the backslashes when I pasted my TemplateToolkit file into Perl. 2003-01-03 00:47:32 +00:00
ian%hixie.ch 698ef1e5b4 Switch to a hopefully much faster debug.dumpVars template 2003-01-03 00:24:27 +00:00
ian%hixie.ch 13f84aed7f Three new filters: pad left, pad right, and indent lines, so that the first line can be indented a different amoun. 2003-01-02 22:32:42 +00:00
ian%hixie.ch ea3b32cc74 Turns out sprintf() is redundant with the format filter, so removing it. 2003-01-02 21:47:12 +00:00
ian%hixie.ch 219cd22e83 Make methodMissing use syntaxError instead of error(). Remove all the user level, error reporting and fatal handlers nonsense. Remove the debug() method. Update error() and assert() to be simply quick shortcuts to raising exceptions, using deep magic to make the stacktraces look good. 2003-01-02 20:39:49 +00:00
ian%hixie.ch b37eeb5e28 Propagate PLIF::Exceptions through TemplateToolkit code without stringifying them. 2003-01-02 20:34:27 +00:00
ian%hixie.ch aa6733b4e3 Make report also return the exception, so it can be reported and raised at the same time (useful for debugging). Make reraising of exceptions not wipe out the original stacktrace. Clean up stringification: Cope with calls from eval '...' blocks and sub { ... } blocks, also dump the environment, don't stringify object arguments, escape newlines in string arguments. 2003-01-02 20:33:10 +00:00
preed%sigkill.com c4d35e7b3b Bumping the rev number for 2.17.3 release. 2003-01-02 18:04:09 +00:00
jake%bugzilla.org 1d13a9ddd3 Recomiple the docs for the 2.17.3 release 2003-01-02 17:29:39 +00:00
jake%bugzilla.org 70b70eaa86 Link to report.cgi instead of reports.cgi (more stuff available from the former, including a link to the later). 2003-01-02 17:25:00 +00:00
jake%bugzilla.org 1b27c3253b Bug 186672 - Update security docs to warn about editor backups and bring them up to date.
a=justdave
2003-01-02 17:23:48 +00:00
justdave%syndicomm.com c6ef8bc5bc spelling corrections and updating the sanity check section and a few requirements. 2003-01-02 17:21:50 +00:00
timeless%mozdev.org c7352dda2d Bug 187441 URLs not HTML encoded in output 2003-01-02 17:07:34 +00:00
ian%hixie.ch 141786a409 Add some singulars up at the mulit-year level. 2002-12-31 23:36:59 +00:00
ian%hixie.ch dcc91791ba Nicer alignment. 2002-12-31 23:23:12 +00:00
jake%bugzilla.org ea5ad64c74 Bug 186673 - Updating section on Red Hat Bugzilla and adding last updated lines to each of the variants.
Wording reviewed by dkl@redhat.com
a=justdave
2002-12-31 17:45:37 +00:00
jake%bugzilla.org 12ca8aa103 Bug 186962 - Update minimum versions of required software and move those versions to be ENTITY's
a=justdave
2002-12-31 17:41:21 +00:00
jake%bugzilla.org aa1e419e0b Bug 180005 - Bring the FAQ up to date.
a=justdave
2002-12-31 03:05:07 +00:00
bugreport%peshkin.net 626f9d38a5 Bug 178230 Update documentation for Entrprise Groups
r=Jake,preed
a=justdave
2002-12-30 22:15:21 +00:00
ian%hixie.ch 1fa4f13d59 Replace Carp.pm with Exception.pm so that we have a consistent interface to exceptions and errors. Also add a syntaxError check in AUTOLOAD to make sure we don't call it when we shouldn't. 2002-12-30 08:04:29 +00:00
ian%hixie.ch a8b92c5fe0 Neaten up the arguments display: limit the depth, allow integers to be unquoted as well as floats, crop long strings. 2002-12-30 08:02:40 +00:00
ian%hixie.ch 25d42a3e3d Remove bogus argument, and add error checking code to catch similar errors in future 2002-12-30 07:52:19 +00:00
ian%hixie.ch 3de5e5c389 Export the syntaxError function, which reports a syntax error where the caller was invoked. 2002-12-30 07:30:43 +00:00
ian%hixie.ch 878199021e Reduce the number of sites that call 'caller'. Let's hope that this doesn't get optimised too much, or else the line numbers will start getting increasingly inaccurate... 2002-12-30 07:28:45 +00:00
ian%hixie.ch 02c3e8badc Add support for reporting Exceptions as warnings, for parity with, and so that PLIF can transition from, Carp.pm 2002-12-30 07:06:34 +00:00
ian%hixie.ch c42854be6b Remove debugging code that accidentally got checked in. 2002-12-30 06:43:27 +00:00
ian%hixie.ch db5becd2d1 Clean up the stack trace code: make stacktrace smarter about where the exception should be reported from, make it know about the arguments to the functions, make the stringifier know about try{} blocks 2002-12-30 06:40:05 +00:00
ian%hixie.ch 538858fa7c Additional comments explaining what might happen in cases of key clashes. 2002-12-29 21:02:59 +00:00
ian%hixie.ch 454c674af9 Minor grammatical fix. 2002-12-29 21:02:22 +00:00
jake%bugzilla.org e7e1432989 Bug 183388 - processmail wasn't picking up on users being added to the owner or qa contact role and was dropping emails if the user had selected to only get mail on those events.
Patch by Mark Drew <mdrew@realm.com>
r=jake
a=justdave
2002-12-29 07:06:41 +00:00
ian%hixie.ch c92c1ff58d Fixing the support for the 'attempt()' method on databases, which was broken while fixing the fallout from the Exception stuff. 2002-12-29 03:56:00 +00:00
ian%hixie.ch 9f44a14e09 Allow catch...with statements to not be followed by anything. Also add a little debug code. 2002-12-28 18:24:27 +00:00
ian%hixie.ch c55ddb73a7 Unify the statement execution methods so that we can have consistent exception raising 2002-12-28 18:23:24 +00:00
matty%chariot.net.au 6662f2a127 Release notes updates. 2002-12-28 13:15:34 +00:00
ian%hixie.ch 4413395fdd Add rudimentary stacktrace support to the Exception library 2002-12-28 03:31:59 +00:00
ian%hixie.ch ac03050fbd Propagate the results out of the 'row' function correctly again -- the wantarray context isn't maintained inside a try block, unfortunately 2002-12-28 03:27:23 +00:00
mcafee%netscape.com fe0b9716ea Fixing array type error. 2002-12-27 10:21:19 +00:00
mcafee%netscape.com 2cbb4c8d84 Removing scrape split token, now TinderboxPrint: just prints out the rest of the line. If you want 3 lines of output on tbox, you need 3 TinderboxPrint: statements. This will just be simpler, no ambiguous cases. 2002-12-27 09:34:58 +00:00
mcafee%netscape.com b06789db11 Removing scrape split token, now TinderboxPrint: just prints out the rest of the line. If you want 3 lines of output on tbox, you need 3 TinderboxPrint: statements. This will just be simpler, no ambiguous cases. 2002-12-27 09:33:38 +00:00
justdave%syndicomm.com d8084f3430 Bug 186594: $db_sock was not being exported from Bugzilla/Config.pm
patch by sergeyli@pisem.net (Sergey Lipnevich)
r=bbaetz, a=justdave
2002-12-26 07:37:12 +00:00
ian%hixie.ch 35d6a3a24b Update PLIF to take advantage of the new PLIF exception handling library 2002-12-26 04:37:22 +00:00
ian%hixie.ch 0884ae5dbd Fix the context-sensitive code to actually work. Fix the result returning code to actually work too. Make wrapped exceptions include actual filename and line info. 2002-12-26 04:35:17 +00:00
ian%hixie.ch 03370dd21a Rename 'handle' to 'catch' and 'unhandled' to 'fallthrough', so that we get fewer clashes with existing code. 2002-12-26 03:33:22 +00:00
ian%hixie.ch 432f287a41 Remove trailing spaces, add a missing parenthesis, add 'otherwise' to the list of exported keywords, support 'ne' operator on exception objects. 2002-12-26 03:11:34 +00:00
ian%hixie.ch fba0aef5f8 Add support for an "otherwise" block which is called if no exception is triggered. Also, refactor the code to shorten it a bit. 2002-12-26 02:07:19 +00:00
ian%hixie.ch c04478210d Handle exceptions raised inside exception blocks by reraising them after the finally block. This code is going to need some refactoring at some point... 2002-12-25 16:48:54 +00:00
ian%hixie.ch e9059a839b If the exception isn't handled, it should be re-raised. 2002-12-25 16:20:03 +00:00
ian%hixie.ch 1a946bce34 Minor comment fixup 2002-12-25 14:14:11 +00:00
ian%hixie.ch bf07ded92b Change the semantics of |try| to return the result of the try block when no exception is raised. 2002-12-25 12:37:38 +00:00
ian%hixie.ch 041dc55e8b Add basic stringification to exceptions 2002-12-25 12:20:34 +00:00
ian%hixie.ch 20ba6cd9cc A standalone class to provide thorough Exception handling in Perl. This, like the Magic* classes, could easily be used separate from PLIF. 2002-12-25 00:39:40 +00:00
ian%hixie.ch d58312c949 Remove the annoying 'tried to log in but was already logged in' warning that would be hit each time someone clicked a link to, or used a bookmark to, a login page. 2002-12-23 11:49:01 +00:00
ian%hixie.ch 41e0fc2f0f Mark GET and HEAD requests as idempotent. Commands still have to explicitly support this, of course. 2002-12-23 11:47:20 +00:00
ian%hixie.ch dd9c968cf4 Add support for cookies using the new getSessionData() API. 2002-12-23 11:46:30 +00:00
ian%hixie.ch 582c64044b Minor fixups on the regexps. Add support for '--' to signal the end of the arguments (although at the moment it only cancels the previous argument rather than indicating the end of any flag arguments). Change the --batch-force-defaults to be the default --batch mode, and make the old --batch mode be called --batch-no-defaults. This could change again later. 2002-12-23 11:45:37 +00:00
ian%hixie.ch 5797226c81 since the default getMetaData() does the same now, removing this redundant implementation 2002-12-23 11:42:57 +00:00
ian%hixie.ch 2ee0bed13a Change getMetaData() to default to undef rather than requiring that it be implemented in descendants. Introduce getSessionData() for things like cookies. Introduce idempotent() so that protocols that can guarentee side-effect-free requests have a way of signalling their wishes. 2002-12-23 11:41:53 +00:00
ian%hixie.ch 7137b1b2e5 user prefs should be a POST not a GET. 2002-12-23 11:39:43 +00:00
ian%hixie.ch d5fc950aa6 Have to escape the error message, otherwise it gets treated as HTML, oops\! 2002-12-23 11:38:50 +00:00
ian%hixie.ch 4ecb1e5aac Minor typo fix in debug code 2002-12-23 11:37:42 +00:00
ian%hixie.ch a4aaadd575 Change the Controller to inherit from PLIF::Service, so that we can reuse the 'dispatch' method from that class in Program.pm. Change the defaulting of the application name to be handled by a default name() implementation in Programepm rather than setting it in Controller.pm. Added a comment next to dispatchMethod() to clarify its role. 2002-12-23 11:35:06 +00:00
bugreport%peshkin.net b246c3a696 Bug 186383 Checksetup leaves editor backups of localconfig accessible (revised)
r=jaypee
a=justdave
2002-12-23 01:49:07 +00:00
bugreport%peshkin.net a2970f5a96 Backing out patch from bug 186383 because it broke quicksearch 2002-12-23 01:46:31 +00:00
ian%hixie.ch de9aeb6e08 Round correctly. This makes the '1 hour' and other singular forms work correctly. 2002-12-22 22:21:59 +00:00
ian%hixie.ch 4a934ce6cb Add a 'sprintf' operator to scalars 2002-12-22 22:21:07 +00:00
ian%hixie.ch c978fe5f8f Add a convenient 'time delta in seconds' to 'brief duration description in english' convertor. Escaped the values in an HTML output string. 2002-12-22 15:44:50 +00:00
bbaetz%student.usyd.edu.au 89af29d488 Bug 186337 - Param lookup should fall back to defaults
r=joel, a=justdave
2002-12-21 23:39:48 +00:00
bugreport%peshkin.net 4c8eaee52c Bug 186383 Checksetup leaves editor backups of localconfig accessible
r=zach
a=justdave
2002-12-21 21:04:05 +00:00
gerv%gerv.net e0a3ab45c6 Rebuild HTML and text versions of documentation for 2.17.2 release. 2002-12-21 16:33:58 +00:00
bbaetz%student.usyd.edu.au 0975d52915 Bug 180870 - Remove old shadowdb manual replication code
r, a=myk
2002-12-20 23:35:29 +00:00
bbaetz%student.usyd.edu.au 6c0875eb6a Bug 173622 - Move template handling into a module. r=justdave, joel, a=justdave 2002-12-20 07:21:43 +00:00
bugreport%peshkin.net f50b2620ae Bug 185760: New group system doesn't upgrade transparently if usebuggroups = 0
r=justdave
a=justdave
2002-12-20 07:16:28 +00:00
justdave%syndicomm.com b8ff077121 Bug 186218: importxml.pl was doing a query against the products table using the old schema
Patch by Jonathan Schatz <jon@vmware.com>
r= justdave, a= justdave
2002-12-20 03:37:49 +00:00
justdave%syndicomm.com c46495806e Bug 185944: radio buttons for adding/removing groups on the change-multiple-bugs screen all had the same name
r=bbaetz, a=justdave
2002-12-18 08:01:51 +00:00
gerv%gerv.net fd5c20bdf7 Bug 184949 - CSV buglists are missing the Bug ID column. Patch by gerv; r,a=justdave. 2002-12-17 00:00:46 +00:00
jouni%heikniemi.net 8e831de720 Bug 185332: Rewrite the description for timezone param (typo fixes etc.)
r=joel, a=justdave
2002-12-16 06:28:14 +00:00
bbaetz%student.usyd.edu.au 9b08ac22d4 Bug 158499 - Templatise XML bug output
r=gerv, justdave
a=justdave
2002-12-15 09:24:08 +00:00
gerv%gerv.net 2190aada6c Bug 116819 - Attach and Reassign in one fell swoop. Patch by gerv; r,a=justdave. 2002-12-15 09:01:15 +00:00
johnkeis cd81d6da0a Initial Revision 2002-12-13 19:43:18 +00:00
justdave%syndicomm.com 06a7ff6f81 bumping version number to 2.17.2 2002-12-13 11:33:07 +00:00
justdave%syndicomm.com 84ff91de1d Bug 183188: collectstats.pl no longer makes data/mining world-readable
patch by Christian Franke <Franke@computer.org>
r= bbaetz, justave   a= justdave
2002-12-13 11:01:03 +00:00
bugreport%peshkin.net d83ce23fb0 Bug 184256 Canedit group_control_map entry does not prevent making attachments
r=bbaetz
a=justdave
2002-12-11 00:41:19 +00:00
kestes%walrus.com cca7f87c8e add functions to access the VC_TREE data structure.: 2002-12-10 19:49:27 +00:00
kestes%walrus.com c2c5e2c6cf major reworking of code structure to provide a clean Link construction but
not trip the perl warnings about undefined values.
2002-12-10 19:45:03 +00:00
kestes%walrus.com 1820cc2304 I have a better fix for perl warning the last checkin was meant to fix.
Fix it at the source in Build.pm.  This function really should return
undefined if the result is undefined.
2002-12-10 19:43:21 +00:00
kestes%walrus.com bc8811d60c fixes to allow test harness to run through all VCDisplay implementations during
testing.
2002-12-10 19:35:50 +00:00
kestes%walrus.com 11f6a3b1e9 fixes to allow test driver to run through all VCDisplay packages during unit
testing.
2002-12-10 19:34:34 +00:00
kestes%walrus.com 0f94aa8053 fixes to quiet perl warnings about using undefined variables.
Localize most of the  creation of Bonsai arguments into one function
fixes to allow testing of all VCDisplay packages by one test driver.
2002-12-10 19:32:46 +00:00
kestes%walrus.com b051bb5d1a fix to quiet new perl warnings about using undefined value. 2002-12-10 19:28:48 +00:00
kestes%walrus.com dc90f0b03d quiet a warning about testing an undefined value (environmental variable
passed from webserver). Update some of the CGI functions to use the
lastest versions.  This was accomplised by including the whole library inside
the file.
2002-12-10 19:27:53 +00:00
kestes%walrus.com b49a7a680d add referesh times to summary pages, this variable was empty before this fix. 2002-12-10 19:24:37 +00:00
kestes%walrus.com 9305416bf7 pass refreshtimes to Summaries. There was no referesh times, in the generated
html before this fix.
2002-12-10 19:23:37 +00:00
kestes%walrus.com 36c1650d56 add target for VCDisplay tests. 2002-12-10 19:22:18 +00:00
kestes%walrus.com 63c971b2f0 test the VCDisplay subsystem in isolation. 2002-12-10 19:21:12 +00:00
kestes%walrus.com 880c4876e8 add new unit tests. These test the VCDisplay and HTMLpopup subsystems. 2002-12-10 19:20:05 +00:00
bugreport%peshkin.net 97a69e9311 Bug 184081 Change search interfaces to use Viewable products instead of enterable products
r=bbaetz
a=justdave
2002-12-10 14:17:05 +00:00
justdave%syndicomm.com f1bb9b7f4d Bug 184336: default urlbase parameter on new installs now points at http://you-havent-visited-editparams.cgi-yet/ to a) relieve cvs-mirror.mozilla.org of all the hits, and b) give people who receive those emails a hint what to do to fix it.
r= joel, a= justdave
2002-12-10 12:10:21 +00:00
zach%zachlipton.com e4a25fd245 Fix for bug 180955: Remove dual-license from test files
Permission to do so granted by: justdave, joel, jake, ddk, gerv, bbaetz,
and myself (as gleamed from bonsai and the contributors lines and
indicated in the bug report). a=justdave.
2002-12-09 22:32:12 +00:00
kestes%walrus.com f4300a56fb package name was declared wrong. 2002-12-09 18:19:59 +00:00
kestes%walrus.com 79ce1d4260 force the use of Link, since this is my design that all links use this.
This will quiet some of my tests.
2002-12-09 18:17:00 +00:00
kestes%walrus.com 4d50a47fb6 change code to quiet perl warnings. 2002-12-09 18:15:06 +00:00
kestes%walrus.com 8623170463 portability fix for xargs
record the arguments to ./configure
find all the full paths for build commands on build machine
2002-12-09 18:02:32 +00:00
kestes%walrus.com 34844381bd portability fix for xargs
record the arguments to ./configure
providea a means of seeing all the perl package dependencies
2002-12-09 18:01:13 +00:00
justdave%syndicomm.com 452bc3a8ba Bug 184365: link to urlbase instead of index.cgi from "Top" link in navigation toolbar.
r=gerv, a=me
2002-12-09 10:40:39 +00:00
bugreport%peshkin.net 06c15447ea Bug 86029 create permission restrictions for createaccount.cgi (prevent people from creating accounts)
r=burnus
a=justdave
2002-12-09 00:24:43 +00:00
bugreport%peshkin.net 75f9c8363c Bug 159627 quips should be editable and deleteable using the web interface
patch by burnus
r=timeless,a=justdave
2002-12-08 23:57:23 +00:00
bbaetz%student.usyd.edu.au 6947c96106 Bug 176461 - Move descs strings from change-columns.html.tmpl to
field-descs.html.tmpl

Patch by burnus@gmx.de (Tobias Burnus), r=gerv, bbaetz, a=justdave
2002-12-08 00:42:55 +00:00
bugreport%peshkin.net a24387083e Bug 183843 Query knobs are missing if requirelogin is set
r,a=justdave
2002-12-06 03:37:59 +00:00
bbaetz%student.usyd.edu.au b920df4c58 Bug 182946 - fix additional typo noticed on irc by tm 2002-12-03 12:35:44 +00:00
bbaetz%student.usyd.edu.au f5b47810e7 Bug 182946 - fix regressions from bug 171493
(Bug.pm/show_bug.cgi/bug_form.pl reorg)
r,a=justdave
2002-12-03 09:44:42 +00:00
justdave%syndicomm.com 8d36f8edb3 Bug 177850: checksetup.pl was failing if the user didn't have read permissions to the entire Bugzilla path
Patch by Jussi Sirpoma <jussi@comlink.fi>
r=justdave, a=justdave
2002-12-02 01:47:20 +00:00
jake%bugzilla.org d2103f411c Bug 178880 - Creation date is now displayed in the long list.
Patch by Frank Wein <mcsmurf@gmx.net>
r=jake
a=justdave
2002-12-01 03:59:33 +00:00
bugreport%peshkin.net d7179ba1dc Bug 182512 Charts over time broken
patch by joel
r=gerv
a=justdave
2002-11-30 03:47:41 +00:00
bugreport%peshkin.net 10b9e4baea Bug 181951 Cannot delete groups
Patch by joel
r=burnus,bbaetz
a=justdave
2002-11-30 03:46:03 +00:00
bbaetz%student.usyd.edu.au 4709340695 Bug 171493 - make show_bug use Bug.pm and remove bug_form.pl
r=justdave, joel
a=justdave
2002-11-28 10:49:58 +00:00
jake%bugzilla.org 1110be1d39 Bug 67077 - We now include the timezone (as configured in editparams.cgi) on every time we display.
r=justdave
a=justdave
2002-11-27 16:00:44 +00:00
bugreport%peshkin.net 697c9ff44c Bug 173761 Need ability to always require login
patch by joel
r=gerv, a=justdave
2002-11-27 14:46:06 +00:00
gerv%gerv.net 9e3e6a0871 Bug 114179 - Concentration, improvement, and templatisation of Bugzilla general user help system. Patch by gerv; r,a=justdave. 2002-11-26 21:11:23 +00:00
gerv%gerv.net e0508e4030 Bug 181221 - CSV reports on 2-d tables have header messed up. Patch by gerv; r=joel, a=justdave. 2002-11-26 21:09:09 +00:00
bugreport%peshkin.net e955443dee Bug 181960 Reason for account being disabled is not shown
Patch by joel
r,a=justdave
2002-11-26 06:33:28 +00:00
bugreport%peshkin.net 662414fc8f Bug 180460 request.cgi doesn't filter list of products/components
patch by joel
r=bbaetz
a=justdave
2002-11-25 05:38:09 +00:00
justdave%syndicomm.com 8cf3ca6fa2 Bug 181582 - reorders the table cells on the query page so that the list headers are grouped with the lists in Links and when
used with voice synthesis packages.
r= timeless, a= justdave
2002-11-24 22:08:42 +00:00
bugreport%peshkin.net 9f713c8ded Bug 147275 Rearchitect product groups
Patch by joel
r=bbaetz,justdave
a=justdave
2002-11-24 19:56:34 +00:00
justdave%syndicomm.com 5932619503 Adding blurb to release notes indicating development snapshot status 2002-11-22 03:43:46 +00:00
justdave%syndicomm.com 69d70b58a0 Correcting website URL in the README file. 2002-11-22 03:29:20 +00:00
bugreport%peshkin.net 156e0f618b Bug 180980 Doing 2 email searches fails when searching for CC list members
Patch by bugreport@peshkin.net
r=myk, a=justdave
2002-11-22 02:38:18 +00:00
bbaetz%student.usyd.edu.au c0055563a0 Bug 180966 - warnings in webserver error log (take 2)
r=joel, a=justdave
2002-11-22 01:47:38 +00:00
bbaetz%student.usyd.edu.au 1cd5a40879 Bug 181613 - $::ENV not being cleared
r=gerv, a=justdave
2002-11-22 00:36:13 +00:00
gerv%gerv.net 844b3e6b4f Bug 181182 - Reporting fix pack 2. Fixes bug 179198 (Don't print labels for pie chart wedges when smaller than a certain size), bug 180255 (Tabular report CSV downloads should suggest csv filename), and bug 180967 (csv reports swap rows/columns). Patch by gerv; r=joel, a=justdave. 2002-11-22 00:07:22 +00:00
bbaetz%student.usyd.edu.au 333834e7af Bug 181286 - Invalid html in banner.html.tmpl
patch by Tobias Burnus <burnus@gmx.de>
r=bbaetz, a=justdave
2002-11-21 23:55:58 +00:00
gerv%gerv.net 68321cf90f Bug 179483 - Guided template displays wrong product name sometimes. Patch by gerv; r=bbaetz, a=justdave. 2002-11-21 23:04:01 +00:00
justdave%syndicomm.com 3e502ccfd1 Backing out the checkin for bug 180966 (fix warnings in web server error log). This checkin caused commenting on bugs to fail
if timetracking is not enabled.
2002-11-21 18:46:21 +00:00
mcafee%netscape.com 36f81e34da Allow for value=0. 2002-11-20 05:30:47 +00:00
jeff.hedlund%matrixsi.com 3b04f797e4 Bug 179582 - More informative and easier to read flag email template
r=myk
a=myk
2002-11-20 03:03:21 +00:00
bbaetz%student.usyd.edu.au 3e831d6e58 Bug 179293 - time tracking js should only appear if time tracking is
enabled
patch by Jeff Hedlund <jeff.hedlund@matrixsi.com>
r=bbaetz, a=justdave
2002-11-20 02:26:00 +00:00
bbaetz%student.usyd.edu.au 887ae7c11b Bug 181000 - Lock the keyworddefs table for READ when using a shadowdb, too
r,a=myk
2002-11-20 00:59:58 +00:00
bbaetz%student.usyd.edu.au 7d6f10be3a Bug 180966 - fix misc warnings
r,a=myk
2002-11-20 00:53:14 +00:00
bbaetz%student.usyd.edu.au 1c245e03ac Bug 180978 - Adding keyword from enter_bug doesn't update keyword cache
r=myk, a=justdave
2002-11-19 23:35:53 +00:00
bbaetz%student.usyd.edu.au 7b2618ec92 Bug 179811, used & instead of &amp;
Patch by Tobias Burnus <burnus@gmx.de>, r=bbaetz, a=justdave
2002-11-19 11:36:25 +00:00
bbaetz%student.usyd.edu.au 60e3a4799f Typo fix from bug 124589. oops
r, a=myk
2002-11-19 09:20:59 +00:00
bbaetz%student.usyd.edu.au 7396c750bf Bug 124589 - support database replication
r=myk, a=justdave
2002-11-19 07:19:34 +00:00
ian%hixie.ch 88376c0240 Fix it so HEAD requests actually work rather than Apache aborting due to 'incomplete headers'. 2002-11-19 06:54:35 +00:00
myk%mozilla.org 9a8316f50b Fix for bug 179881: makes the "Requests" link in the footer be "My Requests" for logged in users.
r=bbaetz
a=myk
2002-11-19 04:52:54 +00:00
myk%mozilla.org 122ea965f8 Fix for bug 179876: Labels the "Requestee" field to reduce confusion about its purpose.
r=bbaetz
a=myk
2002-11-19 01:15:01 +00:00
bbaetz%student.usyd.edu.au fc67214d22 Bug 175579 - make templates html compliant
r=gerv, a=justdave
2002-11-19 00:16:44 +00:00
bbaetz%student.usyd.edu.au 802baaf5d0 Bug 179206 - enter_bug isn't picking up version from URL
patch by GavinS <bugzilla@chimpychompy.org>, r=bbaetz
a=justdave
2002-11-18 23:49:18 +00:00
jake%bugzilla.org 642e1817f6 Bug 180545 - It was possible to change the product/component of a bug without having the editbugs permission.
r=bbaetz
a=justdave
2002-11-18 04:27:34 +00:00
bbaetz%student.usyd.edu.au 6c32517ed0 Bug 179960 - Qucksearch queries are slow and timeout
fixed by adding subselect emulation for product/component lookups
r=joel, a=justdave
2002-11-18 02:03:31 +00:00
gerv%gerv.net 6099abf94f Bug 180205 - General reporting fixes. Fixes bug 180151 (Grand total links are messed up when axis is restricted), bug 180105 (CSV reports occasionally break), bug 179671 (Boolean charts are broken on reporting pages), bug 179887 (report.cgi should |require Data::Dumper|, not |use|), and works around bug 179581 (Keyword combinations report not very useful). Patch by gerv; r=bbaetz, a=justdave. 2002-11-17 23:56:32 +00:00
myk%mozilla.org 959f5bc929 Fix for bug 180444: Correctly attributes request creation to person who submitted it.
r=bbaetz
a=myk
2002-11-17 23:37:13 +00:00
myk%mozilla.org fc979c7d8a Fix for bug 180632: corrects reference flag->is_requesteeble to flag->type->is_requesteeble
r=bbaetz
a=myk
2002-11-17 23:33:54 +00:00
myk%mozilla.org a845364481 Last part of fix for bug 179494: adds "use Bugzilla::Util" and removes "&::" from before "trim" per bbaetz.
r=bbaetz
a=myk
2002-11-17 22:50:59 +00:00
myk%mozilla.org 6f0efc6bd6 Fix for bug 179494: prevents Bugzilla from thinking users have changed flags when they haven't.
r=bbaetz
a=myk
2002-11-17 12:46:00 +00:00
myk%mozilla.org 8f66910f99 Fix for bug 180544: prevents display of requestee field for generally requestable fields.
r=bbaetz
a=myk
2002-11-17 12:40:41 +00:00
bbaetz%student.usyd.edu.au 998e24800e Bug 179886 - request.cgi should not |use diagnostics|
r=gerv, a=justdave
2002-11-16 21:28:08 +00:00
gerv%gerv.net 2bc532d5d3 Bug 179264 - only quote non-numeric CSV values. Patch by gerv; r=joel, a=justdave. 2002-11-16 20:39:13 +00:00
gerv%gerv.net d16d995ce5 Bug 100639 - make resolution more visible on mostfreq list. Patch by gerv; r,a=justdave. 2002-11-16 10:07:14 +00:00
myk%mozilla.org 8f1bf3297c Fix for bug 180232: removes unnecessary margins/borders around XUL duplicates report 2002-11-15 22:04:04 +00:00
gerv%gerv.net d2c104f77e Bug 179462 - Clarify description for enablequips param. Patch by gerv; r,a=justdave. 2002-11-15 08:48:59 +00:00
bbaetz%student.usyd.edu.au fa73270f0f Bug 179697 - OR terms need extra level of bracketing
r=myk, a=justdave
2002-11-14 11:11:18 +00:00
gerv%gerv.net 293d0737ad Bug 178043 - Make it possible to have vertical x-axis labels. Patch by gerv; r=joel. 2002-11-13 08:29:18 +00:00
bugreport%peshkin.net 9e1fc9ac55 Bug 179706 activity log needs to include full account names for requestees
r,a=myk
2002-11-13 07:05:41 +00:00
bbaetz%student.usyd.edu.au 9fb24603d6 Bug 179302 - 'anyexact' isn't an option for boolean charts
r=joel, a=justdave
2002-11-12 02:07:46 +00:00
bugreport%peshkin.net 9d6b23a436 Bug 179491 Searchs of attachments containing a string do not enforce attchment privacy
r=bbaetz
a=justdave
2002-11-12 01:58:02 +00:00
bugreport%peshkin.net ee093ec3e1 Second installment of Bug 179260 Unknown table 'map_assigned_to' in order clause at globals.pl line 242
r=bbaetz
a=justdave
2002-11-12 00:43:34 +00:00
myk%mozilla.org e7298e10f2 Fix for bug 179360: puts the filters at the top of the request queue and eliminates that empty table that sometimes is at the top of the
queue.
r=bbaetz
a=myk
2002-11-11 18:02:03 +00:00
myk%mozilla.org dc3f4e2359 Fix for bug 179334: updates the setter consistently. also fixes numerous other bugs in the RT code.
r=bbaetz
a=myk
2002-11-11 12:36:27 +00:00
bugreport%peshkin.net 7ea4b27c85 Bug 179260 Unknown table 'map_assigned_to' in order clause at globals.pl line 242
r=bbatez
a=myk
2002-11-11 06:52:59 +00:00
bbaetz%student.usyd.edu.au c771bb6e90 Bug 179290 - login cookie email needs to be escaped
r=jake, a=justdave
2002-11-11 02:23:26 +00:00
justdave%syndicomm.com c28e02e9db Fix for bug 179380: if "enablequips" is off, quips.cgi now presents a message that the quips are disabled instead of letting you view or add quips.
r=myk, a=me
2002-11-11 00:19:43 +00:00
zach%zachlipton.com 1e5742dbae Fix for bug 179396 (add 007util.t in order to test Bugzilla::Util).
rx2=bbaetz, a=myk (on the condition that we check out the use of the
trilicense later)
2002-11-10 23:31:15 +00:00
myk%mozilla.org 159748ef12 Fix for bug 178984: disables flag requestee field using JavaScript unless flag is set to "requested".
r=justdave
a=justdave
2002-11-10 22:51:45 +00:00
gerv%gerv.net cf5d0a1ff9 Bug 170464 - OS/2 disappeared from 'Operating System' list. This allows selection of any OS, if the submitter is running it, on this form. Patch by gerv; r,a=justdave. 2002-11-10 22:48:55 +00:00
timeless%mozdev.org e63b4151fe Bug 178178 Sidebar name should not be hardcoded to "Bugzilla"
r=bbaetz a=justdave
2002-11-10 19:26:22 +00:00
ian%hixie.ch eb2bf803e7 Move FileStrings and GenericOutputs to below the MySQL string datasource. 2002-11-10 17:00:44 +00:00
ian%hixie.ch eb3ee5729c Stop requiring that PLIF applications know about every last PLIF service in order to use PLIF. This will require a one-time change to every PLIF app's registerServices method, but will make future changes a lot easier. 2002-11-10 16:39:09 +00:00
gerv%gerv.net 4763ca4ff3 Bug 173689 - Default comments search box type to "contains string". Patch by gerv; r,a=justdave. 2002-11-10 09:01:08 +00:00
bbaetz%student.usyd.edu.au 2fe63e2b8a Bug 179321 - cannot clear status whiteboard entirely
r=joel x2
a=justdave
2002-11-10 08:33:45 +00:00
bugreport%peshkin.net 5c9b2cefb1 Bug 179264 csv output for the buglist (see url inside) is invalid (too many "s)
r,a=justdave
2002-11-10 06:40:05 +00:00
myk%mozilla.org 2d3db8e26c Fix for bug 179329: filters HTML out of quips on "show all quips" page 2002-11-10 05:13:28 +00:00
zach%zachlipton.com 233634f69a And turn this into a stub for runtests.pl.
No review needed on tests (but review will be needed for all test changes
after this one)
2002-11-10 03:50:31 +00:00
zach%zachlipton.com 47a3cb1a60 Adding runtests.pl for bug 143155. runtests.sh will remain for a little
while in order to allow tinderboxen to transition and any documents to be
updated.

Patch by Norton <norton@w5ac.tamu.edu>, r1=jouni, r2=gerv
2002-11-10 03:31:05 +00:00
bbaetz%student.usyd.edu.au 125190031c Bug 179238 - searching by commenter is ignored if you do 'exact' or
'contains'
r, a=myk
2002-11-10 03:05:23 +00:00
bbaetz%student.usyd.edu.au 4124be7323 Bug 176599, Improve performance of duplicates.cgi
original patch iteration by gerv, change to use Bugzilla:Search by me
r=myk, a=justdave
2002-11-10 02:50:39 +00:00
jake%bugzilla.org 0b11a0d2d0 Bug 179242 Part 2 - Handle both conditions for the if block
r=bbaetz
2002-11-09 23:37:07 +00:00
bbaetz%student.usyd.edu.au 2878cc36e9 Bug 178383 - product/component query conditions appear twice
r=myk, justdave
a=justdave
2002-11-09 23:17:15 +00:00
bbaetz%student.usyd.edu.au f1ca8c3acb Bug 179193 - anyexact should use IN, not OR
r=gerv, a=justdave
2002-11-09 23:02:25 +00:00
bbaetz%student.usyd.edu.au 5eb7567cee Bug 179184 - regetlastlist returns all bugs
r=gerv, a=justdave
2002-11-09 22:18:47 +00:00
bbaetz%student.usyd.edu.au cc33238c02 Bug 179203 - "Preset Queries" text does not appear in footer if last named query is not in footer
r=gerv, a=justdave
2002-11-09 22:11:30 +00:00
jake%bugzilla.org 54ef8734d9 Bug 179188 - The new flag system wasn't indicating which attachment a flag was changed on. This patch inserts the attachment ID any time it exists in the activity log (to match what show_activity does).
r=myk
a=myk
2002-11-09 19:21:03 +00:00
bugreport%peshkin.net 9d4dd09593 Bug 179225 Missing space. "Reassign bug to ownerand QA contact of selected component "
2xr=jake
a=myk
2002-11-09 18:31:27 +00:00
bugreport%peshkin.net c3346f8906 Bug 179242 Searching for comment contains string + email gives "Not unique table/alias: 'longdescs_' at globals.pl line 242"
r=jake
a=myk
2002-11-09 18:09:25 +00:00
bugreport%peshkin.net 3e73c582d6 Bug 179207 Blessing doesn't work right
r,a=justdave
2002-11-09 17:23:55 +00:00
ian%hixie.ch 09f66dd24a More debugging information, to make it easier to debug multiple PLIF-based projects that are outputting to the same error log. 2002-11-09 15:26:41 +00:00
myk%mozilla.org ef5880cea8 Fix for bug 179205: Makes flag options be correct in all situations.
r=justdave
a=justdave
2002-11-09 13:57:28 +00:00
myk%mozilla.org 17ec664d64 Fix for bug 179177: avoid database errors when inserting bug by locking all tables i need to access
r=bbaetz
a=justdave
2002-11-09 13:50:08 +00:00
bbaetz%student.usyd.edu.au e6f4d9fbe4 Bug 178189 - when filing a new bug, the generated bugmail doesn't include
product/component
r=justdave, myk
a=justdave
2002-11-09 12:20:18 +00:00
bbaetz%student.usyd.edu.au 38a16a5d4e Bug 179174 - renable $| = 1
r=justdave x2
a=justdave
2002-11-09 11:55:27 +00:00
myk%mozilla.org a2f6e2b908 Fixing syntax error build bustage. 2002-11-09 02:05:22 +00:00
justdave%syndicomm.com e158c079df Bumping version number for development snapshot tarball 2002-11-09 01:59:22 +00:00
myk%mozilla.org b53938253d Fix for bug 171505: shows disabled flags in the UI
r=bbaetz
a=justdave
2002-11-09 01:58:51 +00:00
bbaetz%student.usyd.edu.au cefa19aecf Bug 114696 - permission checking in queries not optimal
Patch by joel, dkl + me
r=myk, a=justdave
2002-11-09 01:58:07 +00:00
myk%mozilla.org 58f3ba2a8d Fix for bug 178841: removes full paths from filenames in attachments table and prevents them from appearing again
r=gerv,bbaetz
a=justdave
2002-11-09 01:23:07 +00:00
gerv%gerv.net 3c0ed008cb Bug 92253 - Boolean chart makes very wide web pages from query.cgi. Patch by slee@wilcoxassoc.com; r=gerv, a=justdave. 2002-11-09 00:05:50 +00:00
gerv%gerv.net 2f3c0d0d05 Bug 164003 - Button "Add another boolean chart" appears twice after clicking "And". Patch by gerv; r=myk, a=justdave. 2002-11-08 23:15:14 +00:00
gerv%gerv.net e166f60da5 Bug 71794 - processmail shouldn't bother checking dependencies unless state changes. Patch by gerv; r=myk. 2002-11-08 08:04:58 +00:00
myk%mozilla.org f71e006d03 Fix for bug 171480: make output for non requestee-specific requests look better in the request queue.
r=joel
a=justdave
2002-11-08 04:21:10 +00:00
myk%mozilla.org 726c7b7cce Fix for bug 178776: Eliminates warning in duplicates.cgi. 2002-11-08 02:05:20 +00:00
myk%mozilla.org 47c75dcfe7 Fix for bug 172518: makes the request tracker use the generic user matching code
r=not_erik,joel
a=justdave
2002-11-08 01:35:46 +00:00
bugreport%peshkin.net 451c156b14 Bug 178772 doeditparams.cgi failed with malformed headers
r= justdave
a= justdave
2002-11-08 00:08:08 +00:00
myk%mozilla.org 97ab43418d Fix for bug 178800: fixes taint failure in graphical charts with Perl 5.6.0
r=gerv
a=justdave
2002-11-07 23:28:40 +00:00
tara%tequilarista.org 54ffc01b06 Fix for bug 44644 2002-11-07 21:39:57 +00:00
tara%tequilarista.org 9c1c6dd167 Fix for bug 45579, making it so the editparams.cgi page is more secure 2002-11-07 20:46:22 +00:00
myk%mozilla.org 677e576def Fix for bug 178801: Missing &:: caused function call to fail, resulting in server error.
r=justdave
a=justdave
2002-11-07 06:31:51 +00:00
myk%mozilla.org 7d5449859d Fix for bug 178801: missing &:: caused function not to be found, resulting in server error
r=justdave
2002-11-07 05:33:51 +00:00
bugreport%peshkin.net f3c38413aa Bug 178794 Request Queue has Internal Server Error if accessed when not logged in
2xr=justdave
a=justdave (for commit during freeze)
2002-11-07 04:49:19 +00:00
myk%mozilla.org a8c316a6d2 Fix for bug 174731: no longer represents spurious flags as being set by default.
r=joel
2002-11-07 02:45:47 +00:00
mbarnson%sisna.com 641ea1c633 Added spaces. I promise next time I'll get a review :) 2002-11-06 18:50:26 +00:00
myk%mozilla.org e8126bb8b6 Fix for bug 171475: make new flags include all categories (product/component combinations) by default.
r=joel
2002-11-05 23:45:56 +00:00
tara%tequilarista.org 07bf5b6bd3 Original Blue Martini implementation of cvs-mirroring functionality, not yet genericized for public consumption 2002-11-05 21:16:04 +00:00
mbarnson%sisna.com d716a6471a Added information about versioncache back in.
See bug 140332
2002-11-05 04:07:18 +00:00
mbarnson%sisna.com af7f66441e Added blurb about movebugs. At this point, only bmo uses it, so I'm
calling it an "undocumented feature".
See bug 127818
2002-11-05 03:54:27 +00:00
mbarnson%sisna.com 0c13aadd08 Oops, tabs.
Fixed.
2002-11-05 03:48:59 +00:00
mbarnson%sisna.com 2fe21cd4d5 Modified text for cookiepath line for clarity.
See bug 162359
2002-11-05 03:37:22 +00:00
mbarnson%sisna.com e683265536 Included note regarding the origin of "bonsaitools", per
bug 174922.
2002-11-05 03:24:52 +00:00
mbarnson%sisna.com a78deda216 Added section for Bugzilla and mod_perl (future expansion).
Right now, it just says "Bugzilla doesn't work under mod_perl".
See bug 149883
2002-11-05 03:19:40 +00:00
mbarnson%sisna.com e7d337e379 Removed binmode references on Win32 documentation.
See bug 155743.
2002-11-05 03:11:25 +00:00
mbarnson%sisna.com e4d145c6d9 A rather controversial new entry to the FAQ. See bug 107917. I
decided one way for the Guide, based upon the code I see currently
checked in.  If I'm wrong, feel free to correct it!
2002-11-05 03:09:15 +00:00
mbarnson%sisna.com ee8f5c09cb Fix for Apache configuration directives from bug 174255 and
de-stupidifying of emacs destruction of <programlisting> tags.
2002-11-05 02:52:09 +00:00
mbarnson%sisna.com b01b8d8bbc Since I nuked this section out of the SGML, we won't be needing
the HTML generated file anymore.
2002-11-05 02:45:55 +00:00
mbarnson%sisna.com 1208cf20ac Removed links to dbschema.jpg image. See bug 173484, it was really outdated
and redundant anyway.
2002-11-05 02:44:57 +00:00
mbarnson%sisna.com 2f0b059d1e Removing these images, since they are too outdated to be useful, and
they are basically redundant anyway.  See bug 173484
2002-11-05 02:44:26 +00:00
mbarnson%sisna.com 0b429b47b0 Added notes on using OpenLDAP;
We should probably look at code changes to make Net::LDAP our permanent
LDAP plugin rather than Mozilla::LDAP...
See bug 167379.
2002-11-05 02:39:52 +00:00
mbarnson%sisna.com 6ab14dbb0b Added chunk about setting up DirectoryIndex to use index.cgi as the
Bugzilla index page.
2002-11-05 02:15:02 +00:00
mbarnson%sisna.com 8e51c6cdaa Added dependency on File::Template. Not really fond of
doing requirements-of-requirements type stuff, but did it
anyway for clarity.
2002-11-05 02:07:32 +00:00
mbarnson%sisna.com b728a7f42d Patched lines per bug 177993.
Customization of "mid-air collision" template file.
2002-11-05 01:59:20 +00:00
myk%mozilla.org 3a8bec06d5 Fix for bug 156548: XUL implementation of duplicates report. 2002-11-05 01:54:15 +00:00
gerv%gerv.net 3e656ccb0f Bug 173571 - Turn "all selected" into "none selected" for efficiency. Patch by gerv; r=justdave. 2002-11-04 22:43:28 +00:00
bugreport%peshkin.net d728b77d11 Bug 177436 User matching shouldn't be case-sensitive
patch by not_erik
2xr=justdave
a=justdave for 2.17.1
2002-11-04 21:55:10 +00:00