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

5019 Коммитов

Автор SHA1 Сообщение Дата
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