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

4851 Коммитов

Автор SHA1 Сообщение Дата
ian%hixie.ch cc100f9da1 Bug 134600: Add some more modules to the default set. 2003-10-03 23:46:54 +00:00
ian%hixie.ch 31f4b76fbd Implement incoming Notice support in the BotModule APL. Bug 169882. Largely based on a patch by Ken Coar. 2003-10-03 23:35:49 +00:00
ian%hixie.ch 0f67329225 More diagnostics for localAddr users. (check the version of Net::IRC) 2003-10-03 23:03:52 +00:00
ian%hixie.ch 9103b2e742 Bug 131324: Stop the bot from saying the same thing n times in a row. 2003-10-03 21:01:48 +00:00
ian%hixie.ch d80d23f8f1 Bug 124748: Stop time drift once and for all by using a globally initialised time() value. This was done as a pretty blind search-and-replace, so may have caused regressions and may be non-optimal. Please file bugs if you spot problems. This adds the entry 'time' to the event object. 2003-10-03 15:47:35 +00:00
ian%hixie.ch 37514d30b5 Make all instances of the time function have brackets, to make them easier to find. 2003-10-03 15:19:12 +00:00
ian%hixie.ch af90e48a89 Bug 134617: Let users tell the bot to shut up. Adds a 'getMessageQueue' function to the bot API. Also fixes some unrelated minor issues in the developer documentation and makes a tiny optimisation in drainmsgqueue. 2003-10-03 15:08:42 +00:00
justdave%syndicomm.com 1afce0b8e8 Bug 202116: Use current syntax for DBI->connect to eliminate warning and possible future error.
r= timeless
2003-10-01 04:29:52 +00:00
justdave%syndicomm.com 2cbaf2ee07 Bug 219086: use method="post" on the "My Votes" page to submit changes to votes
r=kiko, a=justdave
2003-09-28 20:42:33 +00:00
kiko%async.com.br 04968b8a9f Bug 65316: Typos on edit*.cgi. Change use of PutTrailer() (and the
default output, in certain cases) in the edit pages. Patch by Vlad
Dascalu <jocuri@softhome.net>, r=kiko, a=justdave
2003-09-26 23:47:07 +00:00
justdave%syndicomm.com f16d0de076 Bug 76157: Give proper error message on non-numeric sortkey when editing milestones.
Patch by jocuri@softhome.net (Vlad Dascalu)
r=kiko, a=justdave
2003-09-25 19:59:44 +00:00
gerv%gerv.net 859bcec198 Bug 219659 - Misleading wording describing severity "blocker" on Bugzilla Helper form. Patch by gerv; r,a=justdave. 2003-09-24 22:50:04 +00:00
ian%hixie.ch 5e43dbaa22 Typo... 2003-09-24 21:28:27 +00:00
ian%hixie.ch 6d3257f5c7 Stop an infinite loop that occurs if you have questions all in the same category. Bug found by ltost. 2003-09-24 21:22:50 +00:00
justdave%syndicomm.com 13730671b8 Bug 152748: Make lack of sidebar support suggest Mozilla instead of Netscape as an upgrade.
Patch by Vlad Dascalu <jocuri@softhome.net>
r= gerv, a= justdave
2003-09-24 08:00:13 +00:00
justdave%syndicomm.com 2a9683e990 Bug 177449: When changing email address, old email address confirmation was case sensitive
patch by Vlad Dascalu <jocuri@softhome.net>
r= kiko, a= justdave
2003-09-24 07:44:22 +00:00
mcafee%netscape.com e55d03f511 Show scraped data for test-failed and failed builds in addition to successful builds (210802). patch=dbaron, r=mcafee 2003-09-22 22:23:04 +00:00
timeless%mozdev.org 152123a097 Bug 62446 extra spaces inside links on some lxr-generated pages
adding a space where it belongs
r=zach
2003-09-21 21:07:07 +00:00
ian%hixie.ch b5920883b6 Upgrade ignoredUsers and implement ignoredTargets. Fixes bug 133067, adds a bunch of documentation. Other very minor typographical fixes. 2003-09-20 21:10:28 +00:00
ian%hixie.ch 22e3d1ab3b 'IGNORE' doesn't seem to work on all platforms. Let's go back to our old reaping code. It still seems to fix the bug. Also, fix another instance of the '/bin/bash might be tainted' problem. 2003-09-20 18:17:53 +00:00
ian%hixie.ch 0f42189a5d Change our child process handling behaviour to be more proactive and hopefully less likely to hang. This in theory fixes bug 111987, but who knows. Feel free to reopen that bug if it doesn't help or if it makes things worse (e.g. if you start seeing zombie processes everywhere). It seemed to work for me on Debian. 2003-09-20 17:27:09 +00:00
kiko%async.com.br 28da4ea3b1 Patch for bug 129315: incorrect column definition for bugs.delta_ts;
adds 'not null' constraint. p=jocuri@softhome.net (Vlad Dascalu) r=kiko
a=justdave
2003-09-18 12:17:15 +00:00
justdave%syndicomm.com e64e40090c Bug 219216: Javascript improperly using FILTER html instead of FILTER js causing data with @ produced by javascript to show up as &#64;
r=timeless, a=justdave
2003-09-17 22:13:06 +00:00
gerv%gerv.net 26bb1718b2 Bug 218569 - Clean up reporting UI. Patch by gerv; r=jouni, a=justdave. 2003-09-14 23:00:09 +00:00
timeless%mozdev.org 1e27c95f7b Bug 219170 A single letter s missing on http://bugzilla.mozilla.org/bug_status.html
patch by jocuri@softhome.net r=timeless a=justdave
2003-09-14 21:00:39 +00:00
timeless%mozdev.org 5b41c908d5 Bug 180257 incorrect padding around words on "cancel email address change" page
r=justdave a=justdave
2003-09-14 16:59:33 +00:00
bbaetz%acm.org bb7609223e Bug 208699 - Move Throw{Code,Template}Error into Error.pm
r,a=justdave
2003-09-14 06:05:23 +00:00
gerv%gerv.net b346e42e93 Bug 120030 - Bugzilla bug lists are a spammer's paradise. Patches by lots of people, but in the end by gerv; r,a=justdave. 2003-09-11 22:57:19 +00:00
gerv%gerv.net 6601570c8a Bug 215918 - All graphs that show numeric value on x-axis are useless and misleading. We now sort numerical fields numerically. Patch by gerv; r=jouni, a=justdave. 2003-09-11 22:34:04 +00:00
timeless%mozdev.org 71c262a0f8 Bug 169354 add "Windows Server 2003" OS
r=gerv a=justdave
2003-09-11 03:54:12 +00:00
gerv%gerv.net 906de55c1b Bug 217632 - Remove @@@ comment from message.html.tmpl. Patch by gerv; r,a=justdave. 2003-09-09 22:24:12 +00:00
myk%mozilla.org 285f3aeea3 Testing new CVS server. 2003-09-09 04:51:14 +00:00
myk%mozilla.org 10433bf705 Fixed perl path for new server. 2003-09-09 03:51:53 +00:00
gerv%gerv.net c14d1a236b Bug 218523 - undefined warning in query.cgi. Patch by gerv; r,a=justdave. 2003-09-07 22:06:39 +00:00
gerv%gerv.net d4e6378f8b Bug 218515 - fix tree bustage from bug 207044. Patch by gerv; r,a=bzbot. 2003-09-06 19:41:55 +00:00
gerv%gerv.net ac8f97670f Bug 207044 - Filter more template directives. None of these are security bugs, but they need fixing anyway. Patch by gerv; r,a=justdave. 2003-09-06 19:23:44 +00:00
myk%mozilla.org 1187346f5e Fixed links to take user to default version of bug entry form even if they don't have canconfirm privileges and would thus normally go to the "guided" version of the form.
----------------------------------------------------------------------
2003-09-03 21:09:58 +00:00
myk%mozilla.org f7b851cd87 Fix for bug 145588: adds full-text search option for more accurate finding of individual bugs via words that appear in their descriptions/comments/summaries.
r=bbaetz
a=myk
2003-09-03 02:03:48 +00:00
gerv%gerv.net 5a92766dc3 Bug 215729 - "Column 'value' cannot be null" trying to upgrade chart data. Patch by gerv; r,a=justdave. 2003-09-02 20:13:15 +00:00
justdave%syndicomm.com 668f28ffae Bug 217422: "0" was missing in "votes: 0" (MySQL 4 compatibility)
r= bbaetz, a= justdave
2003-09-02 06:54:58 +00:00
justdave%syndicomm.com abf54e5135 Bug 165366: When editparams is used to shutdown Bugzilla, provide a link back to editparams
Patch by Vlad Dascalu <jocuri@softhome.net>
r= kiko, a= justdave
2003-09-02 01:47:15 +00:00
justdave%syndicomm.com 16231b78d8 Bug 65383: Clean up milestone prefs - currmilestone and nummilestones are obsolete
Patch by Vlad Dascalu <jocuri@softhome.net>
r= kiko, a= justdave
2003-09-02 01:43:37 +00:00
justdave%syndicomm.com d0de70fbaa Bug 190040: sanitycheck now has "view as buglist" links after lists of bugs as well as all listed bugs linked
Patch by GavinS <bugzilla@chimpychompy.org>
r= justdave, a= justdave
2003-09-02 01:37:55 +00:00
timeless%mozdev.org 50226a4a5f Bug 217242 CheckIfVotedConfirmed tripped Table 'fielddefs' was not locked with LOCK TABLES [for statement ``SELECT fieldid FROM fielddefs WHERE name = 'bug_status''']
r=justdave a=justdave
2003-09-02 01:36:28 +00:00
kiko%async.com.br 7b24a3f32e Fix for bug 207754 aka bugreplies: It should be possible to produce a
quoted reply to a comment. Adds a reply link that uses JS to paste in
a quoted comment into the comment textarea. Patch by me, r=caillon,
preed, bbaetz a=justdave
2003-09-02 00:11:26 +00:00
burnus%gmx.de e65903b938 Bug 199502 - It's possible to take down Bugzilla by changing the languages param
r=gerv,a=myk
2003-08-28 22:59:14 +00:00
gerv%gerv.net 93ca6379e4 Bug 213577 - New reporting imports old series with wrong status query. Patch by jussi@comlink.fi; r=gerv, a=justdave. 2003-08-28 21:36:58 +00:00
myk%mozilla.org 7a25c356b6 Fix for bug 217485: displays query in the "please wait" server push page if the "debug" parameter is set in the URL.
r=justdave
a=justdave
2003-08-27 22:12:26 +00:00
mcafee%netscape.com cc3cb06334 comment: url for CGI::Request installation 2003-08-27 21:00:44 +00:00
zach%zachlipton.com 45d5ca2881 Fix for bug 217256, "No Interdiff Notification message has two run on words." Patch adds
newlines where they are needed.

r=zach, a=justdave. Patch by Colin S. Ogilvie <bmo@colino.co.uk>
2003-08-27 05:36:32 +00:00