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

5091 Коммитов

Автор SHA1 Сообщение Дата
justdave%syndicomm.com 8ebf9f1e35 small whitespace change to test cvs back-end changes related to this file 2004-01-21 07:58:31 +00:00
justdave%syndicomm.com 10486f21a3 Bug 115642: Use XML for buglists, and lots of other goodies. This makes the Bugzilla.bm module actually work now. :)
Patch primarily by Jake Steenhagen <jake@bugzilla.org> and Bradley Baetz <bbaetz@acm.org>
r= justdave
2004-01-21 07:45:39 +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
timeless%mozdev.org 335c90886f Bug 231056 Misspelling of "parameters" in editparams.cgi when no password is given
patch by david_costanzo@yahoo.com r=timeless
2004-01-18 22:37:21 +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
kestes%walrus.com 4a2f1a4a32 users are complaining that closing the std* file discripter breaks the build process, they get no output from child processes. 2004-01-14 00:22:50 +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
kestes%walrus.com 5abc73e899 close the standard file discriptors when daemonizing, one user complained that his code was waiting on these discriptors.
other internet resources also suggest this is a good idea in a daemon.
2004-01-07 02:20:24 +00:00
kestes%walrus.com de2034894e clear up some of the writing in this document based on user feed back. 2004-01-07 01:49:06 +00:00
kestes%walrus.com fa816842cf move some hardcoded returns into variables to make debugging easier. Fix error_parser from returning build name. Also
move some mailer information into this script.
2004-01-07 01:48:33 +00:00
kestes%walrus.com 78136c3c5b fix some typos in the comments. Fix a missing ' which was preventing this
from compiling.
2004-01-07 01:47:09 +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
kestes%walrus.com ea68f99149 removed a debugging print statement in the code 2003-12-27 21:16:26 +00:00
kestes%walrus.com 3f7e399ed0 make the status page the default page for the index links. 2003-12-27 21:15:34 +00:00
kestes%walrus.com deb2c781cf fix headers to not mention CVS. 2003-12-27 21:15:05 +00:00
kestes%walrus.com 9d748b43b1 sample config files for this hacked version of bonsai. 2003-12-24 12:20:32 +00:00
kestes%walrus.com 303af487de a hacked version of bonsai which allows a query of PVCS data. 2003-12-24 12:16:36 +00:00
kestes%walrus.com e439e21e2c add info for viewcvs and pvcs. 2003-12-23 14:30:50 +00:00
kestes%walrus.com efe47bde66 add documentation about HTTPPost. This is not as clear as I would like it, no time to fix it now. Hopefully it will get people interested even if they cannot understand it. 2003-12-23 13:41:58 +00:00
kestes%walrus.com 865805f4d6 PVCS Dimensions! 2003-12-23 13:38:08 +00:00
kestes%walrus.com 9524bd376c fix url link to vc_all, it did not contain data about which time to
scroll to.
2003-12-23 13:35:49 +00:00
kestes%walrus.com 41fbc8c0e7 fixed bug in rowspan being off by one for empty cells. Fixed bug where
vc_all did not get passed an anchor which pointed to the correct time in
the page. changed format of the time column to be consistent with the rest of
tindebox and not show the perl "localtime" (is this better?).
2003-12-23 13:32:16 +00:00
kestes%walrus.com 491fdbc8eb a generic interface to get data from oracle. Currently only tested with
PVCS Dimensions.
2003-12-23 13:24:29 +00:00
kestes%walrus.com b080d1786b fix tinderbox/bonsai bug which showed up when there are different repositories specified. 2003-12-23 13:18:23 +00:00
kestes%walrus.com ced67455fb rearrange the declarations of variables to be clearer. I coppied this code
somewhere else and got it wrong since the declaration of the variables
was not in the same order as its use.  now the code is the same in both
places.
2003-12-23 13:10:17 +00:00
kestes%walrus.com 9e858dfdd0 a VCDisplay module for the ViewCVS system. It is not a great repelacement
for Bonsai since ViewCVS does not allow arbitrary dates nor modules in its
input.  With a few additional features this could be equivelant to bonsai.
(Though I would still need to find a way to get the data OUT of
ViewCVS and replaethe TinderDB/Bonsai.pm with a ViewCVS version).
2003-12-23 13:04:00 +00:00
kestes%walrus.com f263298c69 major fixes to this file, it is a wonder any users firgured out how to set this file with so many bugs/typos in the original version which was in CVS. 2003-12-23 12:59:11 +00:00
kestes%walrus.com 6cb886f997 allower users to easily change the mailer. provide documentation to use the
HTTPPost script.
2003-12-23 12:51:50 +00:00
kestes%walrus.com bd685f4600 mail replacment script which uses http. 2003-12-23 12:50:36 +00:00
myk%mozilla.org ab6ad58e67 Fix for bug 228712: make Bonsai's cvsview2.cgi check Attic before dying because it can't find a file.
r=timeless
2003-12-17 00:45:08 +00:00
myk%mozilla.org 6bf7a8743d Fix for bug 228223: Text about filing bugs for CVS account or for changes reorganized to encourage people to file bug report for changes rather than for CVS account. 2003-12-12 01:00:32 +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
hjtoi%comcast.net f3bd20c70a Update text and clarify some issues. 2003-12-05 20:25:10 +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
bbaetz%acm.org 47e32a94e6 Bug 208604 - Make data/template dir locations configurable 2003-11-22 03:50:42 +00:00
bbaetz%acm.org 981bb412ed Bug 220642 - Setting pref 'maxusermatches' to '0' does not search for all
possibilities.
Patch by Andreas Ho�fle, r=bbaetz, a=myk
2003-11-22 03:32:51 +00:00
myk%mozilla.org a2daf0812b Fix for bug 226469: labels the votes column in the RDF buglist output as containing Integer values so they sort correctly in RDF-slurping clients. 2003-11-21 23:15:40 +00:00
jocuri%softhome.net 48d66442ad Bug 225703: Partial templatization for editkeywords.cgi; r=jouni; r=gerv; a=justdave. 2003-11-21 10:00:54 +00:00
kiko%async.com.br 8e8cb48180 Fix for bug 226217: check_languages bustage resulting from sanitizing in
bug 199502. Applied myk's suggestion in patch checked in. r=myk, a=myk.
2003-11-20 20:21:16 +00:00
kiko%async.com.br e23a4a44c6 Fix for bug 226207: Internal Server Error while requesting an attachment
flag. Simple namespace fix. r=myk, a=myk.
2003-11-20 19:55:44 +00:00
jocuri%softhome.net 00803b2891 Bug 226249: buglist.cgi warning (use uninitialized value) line 97 for no ctype defined; r=kiko; a=justdave. 2003-11-20 06:22:14 +00:00
jouni%heikniemi.net c56fa6cde8 Bug 226119: The template admin/add-group.html.tmpl moved to admin/groups/create.html.tmpl to better match with admin template naming consensus discussed in reviewers@.
r=myk, a=justdave
2003-11-19 06:42:09 +00:00
jouni%heikniemi.net ab89b76f5e Bug 214466: Cookie setting w/ 3xx redirect broken on IIS - make colchange use Refresh HTTP header (on IIS only). r=justdave,a=justdave 2003-11-19 06:29:20 +00:00
caillon%returnzero.com 8436b3827c 226061 - someone forgot to tell editgroups that regexps are applied at runtime, not on account creation.
r=joel,a=justdave
2003-11-18 18:55:44 +00:00
kiko%async.com.br 7340473c57 Fix for bug 225449: Adding a bonsai monitor crashes on reference for
tbox_bonsai_id_seq; patch by Guilherme Salgado <salgado@async.com.br>,
r=jkeiser.
2003-11-18 14:09:29 +00:00
kiko%async.com.br 0fa60edcc1 Bug 224884: remove scripts/. The server directory is now (most
fittingly) named server/. r=jkeiser
2003-11-18 14:01:13 +00:00
jocuri%softhome.net 16287a2f54 Bug 65320: Extra options on editproducts.cgi & editcomponents.cgi; r=jouni; a=justdave. 2003-11-16 09:30:07 +00:00
gerv%gerv.net fb82b1d80b Bug 225303 - Cannot remove stored query when no bugs are found. Patch by gerv; r=jouni, a=justdave. 2003-11-14 23:04:17 +00:00
jocuri%softhome.net 4e92aa1ab7 Bug 223473: Query not resubmitted after changing columns; r=justdave; a=justdave. 2003-11-14 10:22:06 +00:00
gerv%gerv.net 758ed57285 Bug 219358 - Make attachments with all supported MIME types viewable in the edit page. Patch by gerv; r=kiko, r,a=justdave. 2003-11-13 23:44:07 +00:00
hjtoi%comcast.net 8a86410567 Bug 220954, add test for common problem and give correct message in that case, r=timeless. 2003-11-13 21:07:29 +00:00
jouni%heikniemi.net aab480ce19 contrib/cvs-update.sh should be in Perl. r=zach, a=justdave 2003-11-11 05:58:52 +00:00
jocuri%softhome.net fa25a30a13 Bug 225234: Wrong comment in editusers.cgi; r=timeless; a=myk. 2003-11-10 17:56:03 +00:00
justdave%syndicomm.com b0714df37f Bump version number to 2.17.6 2003-11-10 03:56:38 +00:00
jocuri%softhome.net a2acace4cb Bug 207211: Editgroups.cgi - template for add a group page; r=myk; a=myk. 2003-11-09 21:07:26 +00:00
gerv%gerv.net f61981ab96 Bug 179339 - Simplify and improve the stored query mechanism. Patch by gerv; r,a=myk. 2003-11-08 21:49:20 +00:00
gerv%gerv.net b073da7946 Bug 225081 - Tests are failing due to checkin for bug 223913. Sorry about that - it worked on my machine, but not any machine without the excluded template. Doh. Patch by gerv; r,a=mozbot. 2003-11-08 18:51:07 +00:00