Commit Graph

2497 Commits

Author SHA1 Message Date
jocuri%softhome.net
8e7fc5bd4b Patch for bug 234264; eliminates a double escaping issue by removing filtering of searchname in title; patch by Jeff Walden <Jswalden86@netzero.net>; r=gerv; a=justdave. 2004-02-24 00:42:46 +00:00
jocuri%softhome.net
fcc0d1a083 Patch for bug 226251 (internal error when server push is enabled): Due to randomization of perl hash table functionality since 5.8.1 the 'hack' to unset the nph parameter for multipart messages is not working reliable, instead a modified clone of the original multipart_init function is setting this parameter to '0' and is ignoring the given nph parameter from buglist.cgi; patch by Stephen Reindl <sr@stephenreindl.de>; r=bbaetz; a=justdave. 2004-02-22 18:52:05 +00:00
justdave%syndicomm.com
ebb5371b41 [SCHEMA CHANGE] Bug 220232: short_desc field in the bugs table is no longer allowed to be NULL. Null summaries would cause BugMail.pm to crash. (Normally this would only be caused by third party touching of the bugs table, such as bugs manually migrated from another system or inserted by a script - such scripts will now break if they don't set a short_desc)
r= bbaetz, a= justdave
2004-02-22 03:03:46 +00:00
jocuri%softhome.net
a5304904cd Patch for bug 234171; removes \%COOKIE from index.cgi; patch by Teemu Mannermaa <wicked@etlicon.fi>; r=gerv; a=justdave. 2004-02-14 10:54:51 +00:00
gerv%gerv.net
79a5ebfb26 Bug 233645 - fix a number of 'undef' warnings which were killing performance for multiple bug change. Patch by gerv; r,a=justdave. 2004-02-13 20:24:51 +00:00
myk%mozilla.org
ec277c2821 Fix for bug 234100: removes redundant longdescs table join criterion
r=justdave
2004-02-13 01:45:21 +00:00
gerv%gerv.net
259561cc22 Bug 232749 - fix various charting problems revealed by b.m.o. upgrade, including editing, subscribe buttons and terminology. Patch by gerv; r=kiko, a=justdave. 2004-02-12 22:33:07 +00:00
kiko%async.com.br
aee5a712dc Adding a comment to avoid further dupes of bug 97736 -- and also
because I keep forgetting about the real reason it's there :-)

Comment-only change.
2004-02-12 04:45:17 +00:00
gerv%gerv.net
a4a43cd750 Bug 232897 - make collectstats.pl work with shadow databases, by reading from shadow and writing to master. Patch by gerv; r=bbaetz, a=justdave. 2004-02-11 23:41:36 +00:00
jocuri%softhome.net
855befa89b Patch for bug 232441: Suggest solution in the error message in case admin forgets to rerun checksetup.pl; r=kiko; a=justdave. 2004-02-08 23:17:11 +00:00
jocuri%softhome.net
c1c0bda1ed Patch for bug 158527: Fix up description for the editbugs group so it is closer to the reality; r=kiko; a=justdave. 2004-02-08 23:09:23 +00:00
justdave%syndicomm.com
8259b6e690 grep is a command line program, not something you do while editing a file (to most people anyway) 2004-02-08 08:25:38 +00:00
myk%mozilla.org
e4f138946b Fix for bug 127995: shows the size of attachments in the show bug and attachment interfaces.
Patch by Dave Swegen <dswegen@software.plasmon.com>
r=myk
a=myk
2004-02-05 18:14:11 +00:00
justdave%syndicomm.com
f41a5290a1 er, oops, wrong date :) 2004-02-05 05:13:24 +00:00
justdave%syndicomm.com
f732c98959 Bump docs build date to test the xml rebuild script on the website 2004-02-05 05:04:04 +00:00
justdave%syndicomm.com
f46bd1de6a - Remove html, txt, and pdf directories from CVS
- makedocs.pl now creates said directories when building the docs
The idea here is that it's useless to have compiled stuff in CVS.  The website will now auto-build the docs upon changes to
the xml directory.
2004-02-05 04:49:32 +00:00
justdave%syndicomm.com
bc9a61e011 Minor tag fix to OS X section 2004-02-05 01:30:47 +00:00
justdave%syndicomm.com
7dfacf2a71 Corrections to the Mac OS X installation instructions 2004-02-05 01:12:27 +00:00
jocuri%softhome.net
0cae4e7bd2 Patch for bug 218401; add in some places templatization support for the bug term in query.cgi; patch by Andreas H�fler <andreas.hoefler@bearingpoint.com>; r=gerv; a=justdave. 2004-02-04 15:30:49 +00:00
jocuri%softhome.net
3cd402995c Patch for bug 194472; link to the product's component editor when displaying error regarding lack of components; patch written by me based on the work and review of chaduv and jouni; r=kiko; a=justdave. 2004-02-04 15:23:39 +00:00
justdave%syndicomm.com
f2b8324158 Bug 232993: Quote the filenames in the Content-disposition header when downloading attachments. This allows spaces to be used in filenames, and fixes compliance with RFCs 2183, 2045, and 822.
r= myk, a= justdave
2004-02-04 01:52:20 +00:00
gerv%gerv.net
9af3428ee1 Bug 232830 - use url_quote instead of html filtering to make sure we can delete queries which contain a "+". Patch by gerv; r,a=myk. 2004-02-04 00:12:42 +00:00
justdave%syndicomm.com
d1a3fa5b1d Bug 224242: Add a CSS id signature to the <body> attribute on Bugzilla pages to allow user CSS to explicitly affect Bugzilla.
r= myk, a= myk
2004-02-03 22:08:24 +00:00
myk%mozilla.org
b43e68c878 Fix for bug 220998: Allows blocks, dependson, and keywords values to be part of a bug entry template (i.e. a URL that presets those fields to specific values).
Original patch by Ludovic Dubost.
r=kiko
2004-02-03 20:05:07 +00:00
kiko%async.com.br
31663ace7f Fix for bustage caused by Gerv's checkin for bug 232903; basically, we
need to exempt Hook.process() calls from the filter checks. I'm assuming
Gerv has stamped this fix, and I'm just checking it in to keep things
green -- back me out later if this was wrong.
2004-02-03 13:29:33 +00:00
gerv%gerv.net
f955f4b28e Bug 232903: hook to allow addition of extra administration links in the footer. Patch by gerv; r,a=myk. 2004-02-02 23:35:59 +00:00
gerv%gerv.net
bef3337eff Bug 232096 - documenting content-type parameter for attachment.cgi. 2004-02-02 23:09:05 +00:00
gerv%gerv.net
a193c3a27f Bug 232804 - add a "--check-modules" switch to checksetup.pl to get it to only do the Perl module checks. This makes installation easier to explain. Patch by gerv; r,a=justdave. 2004-02-02 22:01:52 +00:00
gerv%gerv.net
85b6ff86eb Bug 232413 - remove occurrences of &nbsp; in favour of [%+ construct to prevent whitespace chomping. Patch by gerv; r=kiko, a=justdave. 2004-02-02 21:57:31 +00:00
jocuri%softhome.net
44170df141 Patch for bug 232842; adds a missing semicolon in section 2.2.2.3 of the docs; r=justdave; a=justdave. 2004-02-02 16:33:36 +00:00
myk%mozilla.org
16681e9a1e Fix for bug 228917: Makes some flag SQL work with PostgreSQL by using the semantically equivalent INNER JOIN over a comma (,).
Patch by mkanat@kerio.com.
r=myk
a=myk
2004-01-31 00:49:56 +00:00
jocuri%softhome.net
6b145c5712 Patch for bug 213679: Implement a parameter that allows administrators to control whether blank comments are allowed when filling new bugs; code by Dave Swegen <dswegen@software.plasmon.com>; r=myk; a=myk. 2004-01-31 00:12:10 +00:00
gerv%gerv.net
eef488b758 Bug 232485 - fix missing space between words. Patch by gerv; r,a=justdave. 2004-01-30 08:49:14 +00:00
gerv%gerv.net
fe779dd5b7 Bug 232494 - fix missing space between words. Patch by gerv; r,a=justdave. 2004-01-30 08:48:13 +00:00
myk%mozilla.org
2146bb88cd Fix for bug 232508: adds back missing space between "tell" and "[% terms.Bugzilla %]".
Patch by Stephen Reindl <sr@stephenreindl.de>
r=myk
a=myk
2004-01-29 19:54:44 +00:00
myk%mozilla.org
df2692d333 Fix for bug 232447: Warns user about missing bug number instead of dying in GetBugLink().
r=justdave
2004-01-28 22:08:29 +00:00
myk%mozilla.org
67607bd749 Fix validation problem (unescaped ampersands) by making the program listing be CDATA. 2004-01-28 01:44:41 +00:00
gerv%gerv.net
2efdd6fd39 Bug 232161 - add ability to forget or edit saved searches when the search throws an error. Patch by gerv; r,a=justdave. 2004-01-27 09:03:30 +00:00
gerv%gerv.net
00b3e267cb Bug 225043 - enhance chart migration code to populate 'All Open' charts from historical data. Patch by gerv; r,a=justdave. 2004-01-26 23:23:08 +00:00
myk%mozilla.org
0d087a05a8 Fix for bug 232164: Adds backwards-compatibility hack for changedin queries for newly created bugs and simplifies the code.
r=bbaetz
2004-01-26 12:09:40 +00:00
myk%mozilla.org
2e0934b5f6 Fix for bug 232160: adds the header back in to the "verify component, etc." page that appears when a user changes the product to which a bug belongs.
r=gerv
2004-01-26 10:12:32 +00:00
myk%mozilla.org
6524045f4a Fix for bug 232154: Make old column lists work again by correctly translating old -> new column names.
r=bbaetz
2004-01-26 07:58:26 +00:00
myk%mozilla.org
e435fbdfe6 Fix for bug 232140: makes tests work on b.m.o by making BugMail.pm use Bugzilla::Util, which contains the trim() function BugMail.pm needs.
r=bbaetz
2004-01-26 07:04:22 +00:00
myk%mozilla.org
8694935bc8 Fix for bug 232150: Corrects "field changed" queries including [Bug creation] as one of the fields so that they actually work instead of taking forever. The query was structured as "[Bug creation] clause OR (bugs_activity JOIN clause OR (other field clauses))" when it should have been "bugs_activity JOIN CLAUSE AND ([Bug creation] clause OR other field clauses)"
r=bbaetz
a=myk
2004-01-26 04:04:28 +00:00
myk%mozilla.org
bad09ee2a7 Fix for bug 183774: makes duplicates.xul compute a correct base URL when jarred so that links to bugs work.
r=gerv
a=myk
2004-01-25 18:47:16 +00:00
gerv%gerv.net
ab009557d9 Bug 232055 - add more colours to line graphs (default is 7; we now have 16.) Patch by gerv; r,a=justdave. 2004-01-24 21:40:31 +00:00
gerv%gerv.net
3ddeaf3e2a Massive rearrangement of the installation section. Hopefully it makes sense now. 2004-01-24 18:31:00 +00:00
myk%mozilla.org
32c90fe5cd fixing incorrect ulink attribute (href should be url) 2004-01-23 07:53:30 +00:00
gerv%gerv.net
69007c8ed2 Bug 227155 - make sure running collectstats.pl twice in a day, or migrating data from old charts to new charts where there are duplicate entries, doesn't cause an SQL error. Patch by gerv; r,a=justdave. 2004-01-22 08:10:53 +00:00
gerv%gerv.net
063eb3074e Bug 231391 - make "cumulate" option work on new charts, together with a few UI tweaks. Patch by gerv; r=kiko, a=myk. 2004-01-22 00:02:27 +00:00
bugreport%peshkin.net
fc41d4b179 Bug 225075: Fix exact case search so it only selects bugs with matching case strings.
r=bbaetz, a=justdave
2004-01-21 14:01:08 +00:00
gerv%gerv.net
30f41a2fa8 Bug 231026 - improve the appearance of the buglist options at the bottom of the buglist. Patch by gerv; r,a=justdave. 2004-01-20 23:48:17 +00:00
justdave%syndicomm.com
081c5fdec8 Bug 36379: adds command-line switches for default product, component, and version to bug_email.pl
Patch by Ludovic Dubost <ludovic@pobox.xom>
(no r= for contrib)
a= justdave
2004-01-20 06:03:38 +00:00
myk%mozilla.org
8aabc1c775 improved readability (for both readers and editors); added docbook tags for variables, literals, and inline code; corrected a few errors, regressions, and typos; and added section explaining applicability of hooks for installation customizers 2004-01-20 04:29:00 +00:00
gerv%gerv.net
480b29db9e Bug 227026 - remove obsolete MacsBug information from guided template (we no longer support OS 9.) Patch by gerv; r,a=justdave. 2004-01-20 00:08:42 +00:00
justdave%syndicomm.com
56c8c8df14 Backing out bug 230293, we decided this was the wrong approach.
a= justdave
2004-01-19 22:44:54 +00:00
justdave%syndicomm.com
dbaebe8f98 Backing out code change that was accidently left in the patch on bug 228894 (see comment 9) 2004-01-19 22:25:31 +00:00
gerv%gerv.net
409d2b5a7a Bug 230742 - document new 'hooks' mechanism. This is my take on Myk's text - probably still needs further polish. 2004-01-19 00:25:16 +00:00
jocuri%softhome.net
a5c019346d Patch for bug 228894: Change HTML comments to template-toolkit ones for template version numbers; patch by GavinS <bugzilla@chimpychompy.org>; r=kiko; a=justdave. 2004-01-18 18:39:39 +00:00
gerv%gerv.net
7e160c4a63 Bug 224420 - fix test bustage caused by accidental use of the word "bugs". Oops. 2004-01-18 08:27:26 +00:00
gerv%gerv.net
a0f0edf952 Bug 224420 - add a warning that only public bugs are counted by the new charting system at the moment. Patch by gerv; r,a=justdave. 2004-01-17 09:16:39 +00:00
gerv%gerv.net
590acbc8c3 Rebuilt guide for kiko's install changes. 2004-01-17 00:23:07 +00:00
gerv%gerv.net
da0910f617 Rebuild docs for kiko's changes to install; cvs add an HTML file I missed last time. 2004-01-17 00:19:00 +00:00
kiko%async.com.br
758ec01164 Fix for bug 90468: Bugzilla does not log out automatically when closing
the session. Patch by toms@myrealbox.com (Toms Baugis), with minor
cleanups by me. r=kiko, a=myk.
2004-01-16 22:46:31 +00:00
kiko%async.com.br
afeb66c1e6 Fix for bug 229998: bugzilla-submit 'Operating-System' and 'URL' fields
are rejected. Minor fixes to bugzilla-submit's argument parsing. Patch
by me, inspired by work done by joseph@picsel.com (Joseph Heenan).
contrib-only. a=myk
2004-01-16 22:26:49 +00:00
gerv%gerv.net
b386592f36 Bug 231037 - remove JS popup from bug entry page. Patch by gerv; r,a=myk. 2004-01-16 08:40:32 +00:00
kiko%async.com.br
f0497c1e3a Minor adjustment to documentation to account for changes made in bug
229800: whineatnews.pl doesn't whine about REOPENED bugs. Patch written
by me and ignored by Gerv :-P
2004-01-16 00:32:57 +00:00
gerv%gerv.net
98d0f84b24 Another pre-2.17.7 rev. 2004-01-15 23:54:39 +00:00
gerv%gerv.net
a1a208983a Updated PDF from large changes pre-2.17.6. 2004-01-15 22:45:05 +00:00
gerv%gerv.net
427b8deda5 Phase 1 of a big documentation update before 2.17.6. 2004-01-15 22:34:35 +00:00
kiko%async.com.br
572182f05d Adding bits about localconfig.js (I always forget it) and rewording one
of the steps slightly.
2004-01-15 15:02:45 +00:00
kiko%async.com.br
7881540959 Fix for bug 194290: irc:// links are not highlighted as links. Adds irc
to the list of supported protocols in quoteUrls(). Patch by Emmanuel
Bourg <smanux@lfjr.net>, r=kiko, a=justdave.
2004-01-14 18:07:32 +00:00
kiko%async.com.br
f10d12d4c0 Additional bustage fix for bug 229800; swapped tabs for spaces (groan). 2004-01-14 14:01:51 +00:00
kiko%async.com.br
7215f26933 Fix for bug 229800: whineatnews.pl doesn't whine about REOPENED bugs.
Change whine script to look to REOPENED bugs too, and modified text in
relevant param to account for this. Patch by joseph@picsel.com (Joseph
Heenan). r=kiko, a=myk.
2004-01-14 13:59:16 +00:00
jocuri%softhome.net
6a570348c3 Bug 216523: t/Support/Files.pm fails to include Bugzilla/Template/Plugin/Bugzilla.pm in the file list; patch by zach@zachlipton.com; r=jouni; a=justdave. 2004-01-12 22:52:37 +00:00
myk%mozilla.org
19be78e470 Fix for bug 229658: Implements a mechanism for extensions to hook into standard Bugzilla templates so they can extend the Bugzilla UI without having to modify the standard templates themselves, making it easier to develop and use Bugzilla extensions.
r=bbaetz, gerv
a=myk
2004-01-11 17:12:19 +00:00
jocuri%softhome.net
e2ab7cfb74 Bug 230293: Need User configurable CSV seperator, or return as text/csv MIME type; patch by Stephen Lee <slee@wilcoxassoc.com>; r=gerv; a=justdave. 2004-01-10 23:00:25 +00:00
jouni%heikniemi.net
4e0370944c Bug 185330: Checksetup console input doesn't work on Win32. r,a=justdave 2004-01-04 07:39:00 +00:00
kiko%async.com.br
9a10e523d1 Bug 227724: rename bug-bugzilla to bugzilla-submit. Justdave did the
repository copy, and this is the follow-up patch that implements the
content rename. r=gerv, a=justdave.
2003-12-10 23:36:21 +00:00
jocuri%softhome.net
e914f2d1dc Bug 227979: Editkeywords.cgi HTML validation; r=kiko; a=justdave. 2003-12-10 01:31:24 +00:00
jocuri%softhome.net
6a482591c0 Bug 190223: Complete templatization for editkeywords.cgi; reviewed by kiko, jth, gerv; r/a=justdave. 2003-12-09 23:12:40 +00:00
gerv%gerv.net
6bf72192f2 Bug 227771 - Migration and product/component create code no longer writes series to database. Patch by gerv; r=kiko, a=justdave. 2003-12-08 23:13:35 +00:00
jocuri%softhome.net
cce7112473 Bug 227289: INTERFACE comments for account/create.html.tmpl; r=jouni; a=justdave. 2003-12-08 14:35:53 +00:00
gerv%gerv.net
1defb8ec75 Bug 218568 - bustage fix. Turn "bug" words into [% terms.bugs %] and so on. 2003-12-07 23:30:24 +00:00
gerv%gerv.net
118ecdcf95 Bug 223078 - bustage fix. Add bodyattrs to filterexceptions.pl. 2003-12-07 23:25:26 +00:00
gerv%gerv.net
8021f6aad5 Bug 223078 - Provide classes to allow user to style bugs depending on bug number, component or status. Patch by gerv; r=kiko, a=justdave. 2003-12-07 22:46:28 +00:00
gerv%gerv.net
a6b294d91d Bug 227122 - pie chart link missing from certain tabular reports. Patch by gerv; r=jouni, a=justdave. 2003-12-07 22:44:24 +00:00
gerv%gerv.net
2a04feaf1f Bug 226682 - make it possible to edit series. This also changes the Series object interface a bit. Patch by gerv; r=kiko, a=justdave. 2003-12-07 22:43:20 +00:00
gerv%gerv.net
7c134d2010 Bug 218568 - Clean up charting UI. Having played with it for a bit, it needed work. Patch by gerv; r=kiko, a=justdave. 2003-12-07 22:41:55 +00:00
kiko%async.com.br
e0352fbbaf Fix for bug 227213: Chomping murder in token emails and pages. Fix
chomping issues, a spurious &nbsp; in an email template, and minor
rewordings to make the text prettier -- oh, I realize this isn't Chaucer
yet, but who knows? r=jouni, a=justdave.
2003-12-07 21:12:42 +00:00
kiko%async.com.br
a708abe2bf Fix for bug 226982: Move password change code into Bugzilla::Auth (part
1). Factored code out from Bugzilla::Auth::DB->authenticate() into
separate methods so we can use them externally. Add extra API to DB.pm,
which is currently used only internally (pending part 2). r=bbaetz, a=justdave
2003-12-07 02:11:00 +00:00
justdave%syndicomm.com
61a354f005 Bug 226673: Eliminate some warnings in checksetup.pl for "blah::Version used only once" and make sure errors don't get wrapped in CGI:Carp's HTML wrapper.
r=bbaetz, a=justdave
2003-12-07 01:47:18 +00:00
jouni%heikniemi.net
278a597a5e Bug 166346: Set html title attribute (tooltip) for local dot -drawn dependency graphs. r=kiko, justdave; a=justdave 2003-12-03 18:31:52 +00:00
kiko%async.com.br
5ada463db1 Bug 226932: flag request email sends '&nbsp;' in subject. Remove
entities that were introduced by the fix for bug 13540. Patch by Stephen
Reindl <sr@stephenreindl.de>, r=kiko, a=justdave
2003-12-01 12:24:33 +00:00
kiko%async.com.br
a828eba21c Ultra-trivial single-word fix, r=ssdbot 2003-11-27 01:10:58 +00:00
kiko%async.com.br
95422a2e5a Bug 226324: Move relogin.cgi code to Bugzilla::Auth::CGI. Provide a
logout() method that is proxied through Bugzilla.pm's logout(), and fix
callers to use it.  r=justdave, bbaetz, a=justdave
2003-11-27 01:01:00 +00:00
kiko%async.com.br
cfac89d9da Bug 226229: Query.cgi HTML Transitional 4.01 validation fails for
query.cgi. Fixes outstanding validation issues. patch by Anthony
Christofides, r=kiko, a=justdave
2003-11-26 18:57:50 +00:00
justdave%syndicomm.com
6d3c3df523 Bug 226027: Use the Perl CGI module to send cookies.
r=bbaetz, a=justdave
2003-11-23 09:48:10 +00:00
bbaetz%acm.org
8bf7034d33 Bug 226284 - slow queries for creation_ts
r,a=justdave
2003-11-23 09:31:44 +00:00
justdave%syndicomm.com
f2f82f88df Bug 221460: perl syncronisation script for ldap (contrib)
Contributed by Andreas H��fler <andreas.hoefler@bearingpoint.com>
a= justdave
2003-11-22 06:10:24 +00:00