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

3907 Коммитов

Автор SHA1 Сообщение Дата
gerv%gerv.net 98e5003b0a Bug 160557 - products that start with _ do not show up properly in query.cgi. Patch by pbaker@where2getit.com and gerv; r=bbaetz. 2002-08-11 07:50:59 +00:00
gerv%gerv.net 85fc53afaf Bug 126955 - Bugzilla should support translated/localized templates. This patch uses ACCEPT_LANGUAGE to determine which template to use. Patch by burnus; r=gerv. 2002-08-10 16:58:59 +00:00
gerv%gerv.net 8db2450c5f Bug 155584 - Opening duplicates.cgi with no frequent bugs causes SQL syntax error. Patch by gerv; r=bbaetz. 2002-08-10 09:53:32 +00:00
gerv%gerv.net d63576bdec Fixing bustage - missing %]. 2002-08-10 08:30:03 +00:00
bbaetz%student.usyd.edu.au 8c5d508324 Bug 159996 - bug vote instructions are misleading/confusing
r=gerv x2
2002-08-10 08:22:42 +00:00
gerv%gerv.net 6a0ced1065 Bug 109008 - Footer on create attachment page looks wrong. Patch by bbaetz; r=gerv. 2002-08-10 08:10:22 +00:00
gerv%gerv.net cce43d09f4 Bug 159901 - token.cgi: localize strings send to message.html.tmpl. Patch by burnus; r=gerv. 2002-08-10 08:06:58 +00:00
bbaetz%student.usyd.edu.au 0b77f31c65 Bug 161865 - GetFieldID shouldn't INSERT into the fielddefs table
r=joel x2
2002-08-10 07:34:17 +00:00
gerv%gerv.net 33fcb9cb3f Fix another un-globalised SqlQuote(). Oops. 2002-08-10 07:29:53 +00:00
bbaetz%student.usyd.edu.au f08a2c0945 Miseed &:: for call to SqlQuote, no bug # (cleanup from bug 158474)
r=justdave x2
2002-08-10 02:19:52 +00:00
bbaetz%student.usyd.edu.au f0fe90b9e1 Bug 161402 - Disable DBI taint mode in processmail
r=joel x2
2002-08-10 01:53:39 +00:00
gerv%gerv.net 5f237d4aba Bug 158474 - Abstract out GenerateSQL into perl module. Patch by gerv; r=jouni. 2002-08-09 22:12:14 +00:00
zach%zachlipton.com fe73f04b66 Add a test to check for speling errors. It only currently checks for two simple errors that used to be in checksetup.pl, more errors can and will be added in the future.
Bug 147151, no review needed for tests
2002-08-09 20:14:23 +00:00
gerv%gerv.net 5fb0ad82a9 Bug 161450 - New search knob causes warnings. Patch by gerv; 2xr=bbaetz. 2002-08-09 19:56:36 +00:00
bbaetz%student.usyd.edu.au 56c95371d6 Bug 160224 - remember query radio buttons don't have default
r=gerv x2
2002-08-08 11:03:39 +00:00
gerv%gerv.net c371997be8 Bug 55753 - if order is the first param to buglist.cgi, can't resort. Patch by gerv; r=bbaetz. 2002-08-08 10:42:34 +00:00
bbaetz%student.usyd.edu.au 190a892f2b Bug 118442 - Bugzilla fails to notice if nothing has changed when editing
multiple bugs if no keywords have been defined
patch by jake@bugzilla.org, r=bbaetz
2002-08-01 11:05:12 +00:00
bbaetz%student.usyd.edu.au ea855a758e Bug 160227 - VERSION cookie not set correctly
r=myk
2002-07-31 12:46:02 +00:00
bugreport%peshkin.net 0ba5d772f5 Bug 113459 Bad regexp in emailregexp causes system lockout 2002-07-31 10:15:54 +00:00
bbaetz%student.usyd.edu.au f04baa4bd2 Bug 160204 - search/knob.html.tmpl: script type missing, space missing
Patch by burnus@gmx.de (Tobias Burnus), r=bbaetz x2
2002-07-30 22:43:50 +00:00
bbaetz%student.usyd.edu.au dcce444a21 Bug 158236 - Remove 'watchfordiffs' column from namedqueries table
r=preed, jouni
2002-07-30 14:05:20 +00:00
gerv%gerv.net 7bbdf27692 Bug 159593 - usedependencies parameter must die. Patch by gerv; r=bbaetz. 2002-07-28 23:15:53 +00:00
gerv%gerv.net 056ab42829 Merging from 2.16 branch. 2002-07-27 22:03:53 +00:00
gerv%gerv.net 5c46bde5fe Merging new docs from 2.16 branch. 2002-07-27 22:01:14 +00:00
gerv%gerv.net 1c046285fa Bug 159687 - attachment/*.tmpl should use <label>. Patch by burnus; r=gerv. 2002-07-27 19:10:18 +00:00
gerv%gerv.net f22109005e Bug 159644 - bug/create/create.html.tmpl should use <label>. Patch by burnus; r=gerv. 2002-07-27 19:02:23 +00:00
gerv%gerv.net e158e2c710 Bug 159582 - search/knob.html.tmpl should use <label> for the radiobuttons. Patch by burnus; r=gerv. 2002-07-26 22:29:24 +00:00
gerv%gerv.net 744e97fbc9 Bug 159629 - make users login to add quips. Patch by gerv; r=burnus. 2002-07-26 22:21:56 +00:00
gerv%gerv.net fa7ca28a6c Bug 158658 - relogin.cgi should use a template. This also adds the ability to localise messages. Patch by gerv; r=burnus. 2002-07-26 20:49:04 +00:00
gerv%gerv.net 7f9d7087a8 Bug 150776 - Remembered query options need regrouping. Patch by gerv; r=jouni, burnus. 2002-07-26 20:44:46 +00:00
gerv%gerv.net 737416de44 Bug 106640 - allow translation of system messages. Patch by gerv; r=burnus. 2002-07-26 20:39:17 +00:00
gerv%gerv.net 7ef9fc63c9 Bug 158497 - Templatise colchange.cgi. Patch by gerv; r=burnus. 2002-07-26 20:37:06 +00:00
gerv%gerv.net 6430b51456 Bug 159565 - fix hash initialisation error caused by my duff patch for accesskeys. Patch by burnus; 2xr=gerv. 2002-07-26 18:22:18 +00:00
gerv%gerv.net e151b93125 ... and = instead of =>. 2002-07-26 18:20:58 +00:00
gerv%gerv.net bea2f446ed Fixing bustage caused by ; instead of , in burnus' patch. 2002-07-26 18:20:13 +00:00
gerv%gerv.net 3b03baa595 Bug 158651 - currenttime should use time2str. Patch by burnus@gmx.de; 2xr=gerv. 2002-07-26 18:16:39 +00:00
gerv%gerv.net 7d22a43342 Bug 123740 - Add <label> to email prefs. Patch by burnus@gmx.de; 2xr=gerv. 2002-07-26 18:11:45 +00:00
justdave%syndicomm.com e9032bd2bc Fix for bug 154008: some basic (but incomplete) maintenance on bug_email.pl, also fixes a possible security hole with a misuse
of a system() call.
Patches by Erik Anderson <erikba@teamworkgroup.com> and Brad Baetz <bbaetz@student.usyd.edu.au>
r= myk, justdave
2002-07-25 01:47:19 +00:00
gerv%gerv.net 09bf449ea4 Bug 67950c - make quips.cgi compile without warnings, by use vars-ing $userid. Patch by gerv. 2002-07-24 23:38:50 +00:00
gerv%gerv.net e1c9420655 Bug 67950b - quick fixes. Patch by gerv. 2002-07-24 23:32:41 +00:00
gerv%gerv.net dab73b82a4 Bug 67950 - Move the quip list into the database. Patch by davef@tetsubo.com; r=gerv, preed. 2002-07-24 23:23:00 +00:00
gerv%gerv.net 13ac037a94 Bug 158660 - confirm_login in CGI.pl should use a template for the login dialog. Patch by gerv; 2xr=jouni. 2002-07-24 23:13:35 +00:00
gerv%gerv.net f1794ef3df bug 159200 - support accesskey in search page. Patch by gerv; 2xr=timeless. 2002-07-24 20:25:08 +00:00
gerv%gerv.net 18866e129d Bug 102648 - a little more thought. We are changing Platform to Hardware (see the search page) for usability; if we do that, Product can be P and Hardware can be H. 2xr=timeless. 2002-07-24 19:53:00 +00:00
gerv%gerv.net c31efa98d2 Bug 102648 - Bugzilla should support accesskey. Patch by gerv; 2xr=timeless. 2002-07-24 19:14:07 +00:00
gerv%gerv.net d13b52aeae bug 158498 - defparams.pl prints an error message in a check function instead of returning it. Patch by gerv; 2xr=zeroj. 2002-07-24 06:56:11 +00:00
gerv%gerv.net 53be3b3e5d Bug 96003 - buglist.cgi should not return all bugs if called without any parameters. Patch by gerv; r=myk. 2002-07-23 07:16:57 +00:00
gerv%gerv.net f40727eef3 Bug 143650 - general template display system. Patch by gerv; 2xr=jouni. 2002-07-22 23:17:48 +00:00
jouni%heikniemi.net d698f88a32 Tree bustage fix of bug 157074: a filter had the wrong name in hidden-fields template. 2002-07-22 11:09:06 +00:00
gerv%gerv.net c4f3c92577 Bug 95426 - remove $onebug cruft. Patch by gerv; 2xr=timeless. 2002-07-21 21:47:43 +00:00
gerv%gerv.net 66675fddb5 Fixing trivial but obvious bug where "and QA contact" was not displaying correctly; noticed on b.m.o. No bug number. 2002-07-21 14:14:41 +00:00
bbaetz%student.usyd.edu.au 120976a543 Bug 157074 - verify-new-product doubles comment linefeeds on Win32
r=myk, jouni
2002-07-19 14:03:58 +00:00
gerv%gerv.net ab40e5791f Bug 151648 - QA Contact stuff displayed even if you aren't using QA Contacts. 2xr=jouni. 2002-07-17 18:28:15 +00:00
ian%hixie.ch 8db0d6ded5 Some minor code fixups with no semantic change. Also, fixed the getArgumentsAsString method to not screw up the output when there are empty arrays in the arguments hash (as can happen when you call createArgument, which happens when getArgument is called and the argument is missing) and when the arguments hash contains scalars. 2002-07-16 15:50:14 +00:00
ian%hixie.ch a35d045656 Add support for a command which does nothing but pass its argument to the output system. This is especially useful for templates that want to show other templates without actually doing anything else, and so the command is called 'showTemplate'. 2002-07-16 15:46:28 +00:00
jouni%heikniemi.net bd76fafce6 Bug 156426: Query interface had �:s instead of ':s in "doesn't".
2xr=timeless
2002-07-11 19:29:27 +00:00
jouni%heikniemi.net b5f05c561d Bug 156680: "Undefined variable warning" in createaccount.cgi
2xr=bbaetz
2002-07-11 19:24:29 +00:00
bbaetz%student.usyd.edu.au ae3aebbdc0 Bug 156844 - 'use of uninitialized value in string eq' warning
r=jouni x2
2002-07-11 11:46:08 +00:00
jouni%heikniemi.net f68aa4cb58 Bug 117297: CC list mailing had case-sensitive dupe checking, making it possible to mail both "a@b.com" and
"a@B.com".
Patch by thomas+mozilla@stromberg.org (Thomas Stromberg), r=jouni,timeless
2002-07-11 08:05:05 +00:00
myk%mozilla.org 24b9e67382 Fix for bug 156559: Changes to mysqld-watcher.pl to make it kill queries quicker, kill 'em all at once, give better notifications, and not include globals.pl, which is unnecessary.
r=dmose
2002-07-11 01:16:23 +00:00
myk%mozilla.org 505e21f82c Fix for bug 156563: Adds URI of installation to RDF output of buglist.cgi.
2xr=bbaetz
2002-07-10 16:46:30 +00:00
ian%hixie.ch e30b8ac746 Fix a typo which confused older Perls, and fix a big error in the handling of uppercase channel names. b=MasterTLH (thanks dude), p=Hixie, r=justdave,bbaetz 2002-07-10 13:56:22 +00:00
bbaetz%student.usyd.edu.au f9e0652da4 Bug 155031 - search by votes is shown even when votes are turned off.
r=jouni x2
2002-07-10 13:16:02 +00:00
bbaetz%student.usyd.edu.au 83f4873b14 Bug 155793 - $::FORM is not tainted under perl 5.6.1
r=myk, jouni
2002-07-10 06:27:11 +00:00
myk%mozilla.org 176809e684 Fix for bug 156564: flag bug IDs as integers in the RDF output of buglist.cgi.
2xr=bbaetz
2002-07-10 00:45:52 +00:00
bbaetz%student.usyd.edu.au 77edac54ce Bug 156568 - data dir is not correctly created
r=myk x2
2002-07-10 00:43:44 +00:00
bbaetz%student.usyd.edu.au b3b1cfa914 Bug 150829 - 'My Votes' link missing from footer
r=myk, jouni
2002-07-10 00:05:42 +00:00
bbaetz%student.usyd.edu.au 88961d3b64 bug 155861 - showdependancygraph.cgi fails taint check with local dot
installation
r=gerv, myk
2002-07-09 23:40:32 +00:00
jouni%heikniemi.net b799fd6bb0 Bug 149246: Allow use of relative time units in query screen.
Patch by Michael Schindler <michael@compressconsult.com>, 2xr=jouni
2002-07-09 10:58:10 +00:00
myk%mozilla.org d48668c9c1 Fix for bug 150925: make email address changes work.
2xr=bbaetz
2002-07-09 02:16:56 +00:00
bbaetz%student.usyd.edu.au fe976807e1 Recheckin fix for bug 150798 which I accidentaly broke in the fix for bug
150770
r=myk x2 on the new patch
2002-07-09 01:46:30 +00:00
bbaetz%student.usyd.edu.au d74ee16523 Bug 151714 - user with no canconfirm permission should not get option to
mark bugs they reported as NEW
r=jouni, myk
2002-07-09 01:17:17 +00:00
myk%mozilla.org 099e05229b Fix for bug 150804: makes "allwords" the default when searching for keywords.
2xr=bbaetz
2002-07-09 00:48:25 +00:00
bbaetz%student.usyd.edu.au e3e655516a Bug 105472 - expectbigqueries unnecessary with mysql >=3.23.2
r=jouni x2
2002-07-08 06:10:47 +00:00
ian%hixie.ch 5a6c17d958 Let's try a different tactic in a scalar context. If there's no data, return undef. 2002-07-07 15:42:57 +00:00
ian%hixie.ch 299f260287 Update the string data source to use the new input metadata APIs 2002-07-07 00:13:29 +00:00
myk%mozilla.org 6fca9fcb20 Fix for bug 155700: detaints bug ID in ValidateBugID so it doesn't fail taint checks.
2rx=bbaetz
2002-07-06 18:27:18 +00:00
ian%hixie.ch 62165e7d5b Typo: adddress should be address. Doesn't make any particular difference to anything unless someone has already written automated installation scripts... 2002-07-06 17:59:10 +00:00
ian%hixie.ch 12d86e0428 Change the 'row' method of the ResultsFrame API to return an array in an array context, a hashref in a scalar context, and the value on its own if there is only one returned value. (Controversial change. This could introduce hard to spot regressions, and might be backed out at some point.) 2002-07-06 17:52:21 +00:00
ian%hixie.ch c5ff59c053 Introduce the service.uaStringInterpreter.<protocol> service, which takes a UA string and splits it into name, version, manufacturer, platform and comment. This is the HTTP implementation of that service. 2002-07-06 17:49:22 +00:00
ian%hixie.ch c931d0e91f Added the following filters to the Template Toolkit toolbox: htmlcomment, xmlcomment, xml, cdata, htmljs, js, css. Added support for named [% BLOCK %], which had been removed when the template processing code was overridden. 2002-07-06 16:14:58 +00:00
ian%hixie.ch 67ff1ef52d Remove XXX comment about needing an API to enable or disable UI elements, since that need has disappeared now that we use provide that information reliably in the user object. Also split a long line into two for no particular reason. 2002-07-06 16:12:42 +00:00
ian%hixie.ch 724d714a02 Changed the default handling of the generic output module. Now, if there's no generic dispatcher for an output command, it'll effectively synthesise one on the fly, using the method name as the string name and the arguments as an array of values for a 'data' variable. This means that applications can skip out on implementing a generic dispatcher now. Anyone using strings with dot separators (i.e. anyone writing libraries) still need to have generic output dispatcher methods though, to map the method call to a string name. 2002-07-06 16:05:48 +00:00
ian%hixie.ch 927a78dfd7 Made the SMTP 'timeout' value configurable at setup time (defaults to 5 seconds) 2002-07-06 16:02:07 +00:00
ian%hixie.ch 3f748a7c22 Implement getArgumentsTree(), which returns a hash tree representing the first value of each unique argument name in a branch, using dots as the separator. Finally replaced the hardcoded non-extensible meta data stuff with a proper getMetaData() API. Implemented that in the various Input modules. Renamed 'parameter' to 'property' in the CGI Input module. Added '--batch-force-defaults' as an argument handled by the CommandLine Input module. Made CommandLine derive from Default instead of Arguments, so that it can pick up the default handling of metadata and default output protocol. 2002-07-06 15:59:56 +00:00
jouni%heikniemi.net 3ccecf11d8 Bug 155388: <link> elements for next/prev/first/last in buglists didn't appear post-templatization.
r=gerv,bbaetz
2002-07-06 09:33:39 +00:00
timeless%mac.com 6a3435735b Bug 155805 doeditcheckin.cgi still has an unported TCL line(!!)
r=justdave
2002-07-04 18:24:19 +00:00
jouni%heikniemi.net f4663c4cf4 Bug 155343: header template interface comment correction: extra parameter renamed to header_html.
2xr=bbaetz
2002-07-04 11:16:02 +00:00
jouni%heikniemi.net df13b24c40 Bug 145795: editcomponents had error messages referring to products where it should've been components.
r=bbaetz,afranke
2002-07-04 11:13:50 +00:00
jouni%heikniemi.net 40a67027f9 Bug 155744: fix a used only once warning in tinderbox caused by myk's checkin of bug 99203.
2xr=bbaetz
2002-07-04 11:06:59 +00:00
jouni%heikniemi.net 8620785718 Bug 62000: File attachments don't work on Windows. Note: only the code from the patch was checked in, the
documentation issue was split to bug 155743.
2xr=bbaetz
2002-07-04 09:12:33 +00:00
myk%mozilla.org 07ba2589b3 Fix for bug 99203: Implements bug aliases feature.
r=bbaetz,jouni
2002-07-03 23:07:14 +00:00
bbaetz%student.usyd.edu.au ced17778df Bug 151871 - rewrite quoteUrls to fix major performance problems, and a
few other misc bugs too.
r=myk x2
2002-07-03 02:45:13 +00:00
myk%mozilla.org 00ce4849c3 Fix for bug 122900: implements email preference for unconfirmed bugs.
r=jouni
2002-07-02 22:18:49 +00:00
myk%mozilla.org de2a97e058 Fix for bug 149347: Corrects interface comment to refer to "javascript" parameter instead of "jscript" parameter.
2xr=jouni
2002-07-02 21:40:30 +00:00
bbaetz%student.usyd.edu.au 4af4f29561 Bug 150770 - Lost <nobr> arround query results
r=jouni, justdave
2002-07-01 03:28:56 +00:00
ian%hixie.ch 7c56b08e2b Update to TemplateToolkit format 2002-06-30 21:35:27 +00:00
ian%hixie.ch 19251aa801 Include character set information in the HTTP headers 2002-06-30 21:34:57 +00:00
ian%hixie.ch b0b0c2d2b3 HTTP needs RFC822 dates for its Date: line 2002-06-30 21:33:21 +00:00
ian%hixie.ch 24c018b496 Primitive POST support (work in progress) 2002-06-30 21:30:43 +00:00