gerv%gerv.net
1933a43e01
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.
...
git-svn-id: svn://10.0.0.236/trunk@152181 18797224-902f-48f8-a5cc-f745e15eee43
2004-02-02 22:01:52 +00:00
gerv%gerv.net
6a5741f860
Bug 232413 - remove occurrences of in favour of [%+ construct to prevent whitespace chomping. Patch by gerv; r=kiko, a=justdave.
...
git-svn-id: svn://10.0.0.236/trunk@152179 18797224-902f-48f8-a5cc-f745e15eee43
2004-02-02 21:57:31 +00:00
jocuri%softhome.net
0bdd56eaaa
Patch for bug 232842; adds a missing semicolon in section 2.2.2.3 of the docs; r=justdave; a=justdave.
...
git-svn-id: svn://10.0.0.236/trunk@152163 18797224-902f-48f8-a5cc-f745e15eee43
2004-02-02 16:33:36 +00:00
myk%mozilla.org
f34cbc746e
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
git-svn-id: svn://10.0.0.236/trunk@152105 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-31 00:49:56 +00:00
jocuri%softhome.net
fe2f01e78e
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.
...
git-svn-id: svn://10.0.0.236/trunk@152104 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-31 00:12:10 +00:00
gerv%gerv.net
98428fbe1d
Bug 232485 - fix missing space between words. Patch by gerv; r,a=justdave.
...
git-svn-id: svn://10.0.0.236/trunk@152078 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-30 08:49:14 +00:00
gerv%gerv.net
4bb005cbab
Bug 232494 - fix missing space between words. Patch by gerv; r,a=justdave.
...
git-svn-id: svn://10.0.0.236/trunk@152077 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-30 08:48:13 +00:00
myk%mozilla.org
7a540ce399
Fix for bug 232508: adds back missing space between "tell" and "[% terms.Bugzilla %]".
...
Patch by Stephen Reindl <sr@stephenreindl.de >
r=myk
a=myk
git-svn-id: svn://10.0.0.236/trunk@152024 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-29 19:54:44 +00:00
myk%mozilla.org
cfd876dcee
Fix for bug 232447: Warns user about missing bug number instead of dying in GetBugLink().
...
r=justdave
git-svn-id: svn://10.0.0.236/trunk@151982 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-28 22:08:29 +00:00
myk%mozilla.org
98d132eaf8
Fix validation problem (unescaped ampersands) by making the program listing be CDATA.
...
git-svn-id: svn://10.0.0.236/trunk@151931 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-28 01:44:41 +00:00
gerv%gerv.net
415134296d
Bug 232161 - add ability to forget or edit saved searches when the search throws an error. Patch by gerv; r,a=justdave.
...
git-svn-id: svn://10.0.0.236/trunk@151900 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-27 09:03:30 +00:00
gerv%gerv.net
8ab5b431db
Bug 225043 - enhance chart migration code to populate 'All Open' charts from historical data. Patch by gerv; r,a=justdave.
...
git-svn-id: svn://10.0.0.236/trunk@151864 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-26 23:23:08 +00:00
myk%mozilla.org
f4d5a1d8b8
Fix for bug 232164: Adds backwards-compatibility hack for changedin queries for newly created bugs and simplifies the code.
...
r=bbaetz
git-svn-id: svn://10.0.0.236/trunk@151843 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-26 12:09:40 +00:00
myk%mozilla.org
a6770c99c6
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
git-svn-id: svn://10.0.0.236/trunk@151842 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-26 10:12:32 +00:00
myk%mozilla.org
21c563cb73
Fix for bug 232154: Make old column lists work again by correctly translating old -> new column names.
...
r=bbaetz
git-svn-id: svn://10.0.0.236/trunk@151840 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-26 07:58:26 +00:00
myk%mozilla.org
e7190d0299
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
git-svn-id: svn://10.0.0.236/trunk@151839 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-26 07:04:22 +00:00
myk%mozilla.org
2efe3b6b4e
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
git-svn-id: svn://10.0.0.236/trunk@151837 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-26 04:04:28 +00:00
myk%mozilla.org
d293e5734b
Fix for bug 183774: makes duplicates.xul compute a correct base URL when jarred so that links to bugs work.
...
r=gerv
a=myk
git-svn-id: svn://10.0.0.236/trunk@151832 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-25 18:47:16 +00:00
gerv%gerv.net
c15c4d05fb
Bug 232055 - add more colours to line graphs (default is 7; we now have 16.) Patch by gerv; r,a=justdave.
...
git-svn-id: svn://10.0.0.236/trunk@151806 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-24 21:40:31 +00:00
gerv%gerv.net
a1ca8312b7
Massive rearrangement of the installation section. Hopefully it makes sense now.
...
git-svn-id: svn://10.0.0.236/trunk@151798 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-24 18:31:00 +00:00
myk%mozilla.org
a6501424ee
fixing incorrect ulink attribute (href should be url)
...
git-svn-id: svn://10.0.0.236/trunk@151738 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-23 07:53:30 +00:00
gerv%gerv.net
fa662ccb81
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.
...
git-svn-id: svn://10.0.0.236/trunk@151680 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-22 08:10:53 +00:00
gerv%gerv.net
9cdeacbab5
Bug 231391 - make "cumulate" option work on new charts, together with a few UI tweaks. Patch by gerv; r=kiko, a=myk.
...
git-svn-id: svn://10.0.0.236/trunk@151665 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-22 00:02:27 +00:00
bugreport%peshkin.net
41be22cdae
Bug 225075: Fix exact case search so it only selects bugs with matching case strings.
...
r=bbaetz, a=justdave
git-svn-id: svn://10.0.0.236/trunk@151638 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-21 14:01:08 +00:00
gerv%gerv.net
3edff7d5b2
Bug 231026 - improve the appearance of the buglist options at the bottom of the buglist. Patch by gerv; r,a=justdave.
...
git-svn-id: svn://10.0.0.236/trunk@151607 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-20 23:48:17 +00:00
justdave%syndicomm.com
feec02cc0a
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
git-svn-id: svn://10.0.0.236/trunk@151583 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-20 06:03:38 +00:00
myk%mozilla.org
2dbb7b1b06
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
...
git-svn-id: svn://10.0.0.236/trunk@151579 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-20 04:29:00 +00:00
gerv%gerv.net
2f53f71880
Bug 227026 - remove obsolete MacsBug information from guided template (we no longer support OS 9.) Patch by gerv; r,a=justdave.
...
git-svn-id: svn://10.0.0.236/trunk@151571 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-20 00:08:42 +00:00
justdave%syndicomm.com
dc1a0592c2
Backing out bug 230293, we decided this was the wrong approach.
...
a= justdave
git-svn-id: svn://10.0.0.236/trunk@151566 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-19 22:44:54 +00:00
justdave%syndicomm.com
212438f31b
Backing out code change that was accidently left in the patch on bug 228894 (see comment 9)
...
git-svn-id: svn://10.0.0.236/trunk@151564 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-19 22:25:31 +00:00
gerv%gerv.net
662cd20ddb
Bug 230742 - document new 'hooks' mechanism. This is my take on Myk's text - probably still needs further polish.
...
git-svn-id: svn://10.0.0.236/trunk@151527 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-19 00:25:16 +00:00
jocuri%softhome.net
ed38d881ca
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.
...
git-svn-id: svn://10.0.0.236/trunk@151510 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-18 18:39:39 +00:00
gerv%gerv.net
909926e853
Bug 224420 - fix test bustage caused by accidental use of the word "bugs". Oops.
...
git-svn-id: svn://10.0.0.236/trunk@151488 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-18 08:27:26 +00:00
gerv%gerv.net
675521c2f8
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.
...
git-svn-id: svn://10.0.0.236/trunk@151452 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-17 09:16:39 +00:00
gerv%gerv.net
dacd8779e8
Rebuilt guide for kiko's install changes.
...
git-svn-id: svn://10.0.0.236/trunk@151446 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-17 00:23:07 +00:00
gerv%gerv.net
b8f59526b3
Rebuild docs for kiko's changes to install; cvs add an HTML file I missed last time.
...
git-svn-id: svn://10.0.0.236/trunk@151444 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-17 00:19:00 +00:00
kiko%async.com.br
b1230b72c2
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.
git-svn-id: svn://10.0.0.236/trunk@151438 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-16 22:46:31 +00:00
kiko%async.com.br
cd363df407
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
git-svn-id: svn://10.0.0.236/trunk@151436 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-16 22:26:49 +00:00
gerv%gerv.net
96b973b116
Bug 231037 - remove JS popup from bug entry page. Patch by gerv; r,a=myk.
...
git-svn-id: svn://10.0.0.236/trunk@151408 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-16 08:40:32 +00:00
kiko%async.com.br
56dd1ddd4f
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
git-svn-id: svn://10.0.0.236/trunk@151396 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-16 00:32:57 +00:00
gerv%gerv.net
0f0591a5ba
Another pre-2.17.7 rev.
...
git-svn-id: svn://10.0.0.236/trunk@151395 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-15 23:54:39 +00:00
gerv%gerv.net
92d034203d
Updated PDF from large changes pre-2.17.6.
...
git-svn-id: svn://10.0.0.236/trunk@151393 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-15 22:45:05 +00:00
gerv%gerv.net
31f28257d8
Phase 1 of a big documentation update before 2.17.6.
...
git-svn-id: svn://10.0.0.236/trunk@151392 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-15 22:34:35 +00:00
kiko%async.com.br
40f74e686b
Adding bits about localconfig.js (I always forget it) and rewording one
...
of the steps slightly.
git-svn-id: svn://10.0.0.236/trunk@151366 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-15 15:02:45 +00:00
kiko%async.com.br
c01faa67a5
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.
git-svn-id: svn://10.0.0.236/trunk@151317 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-14 18:07:32 +00:00
kiko%async.com.br
c37993118b
Additional bustage fix for bug 229800; swapped tabs for spaces (groan).
...
git-svn-id: svn://10.0.0.236/trunk@151299 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-14 14:01:51 +00:00
kiko%async.com.br
ff5b1c86c3
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.
git-svn-id: svn://10.0.0.236/trunk@151298 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-14 13:59:16 +00:00
jocuri%softhome.net
b185512513
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.
...
git-svn-id: svn://10.0.0.236/trunk@151221 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-12 22:52:37 +00:00
myk%mozilla.org
aa9a2cb9f7
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
git-svn-id: svn://10.0.0.236/trunk@151180 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-11 17:12:19 +00:00
jocuri%softhome.net
0cc2966dd8
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.
...
git-svn-id: svn://10.0.0.236/trunk@151152 18797224-902f-48f8-a5cc-f745e15eee43
2004-01-10 23:00:25 +00:00