Commit Graph

5598 Commits

Author SHA1 Message Date
cls%seawood.org
705ab80985 Removing leftover debug statement. 2004-09-16 16:02:44 +00:00
cls%seawood.org
7c6b8ae693 Allow bonsai (dolog.pl) to properly handle filenames with spaces.
Thanks to zeuice@yahoo.com for the original patch.
Bug #44642
2004-09-16 05:47:19 +00:00
cls%seawood.org
6653ecac41 Fix security issue related to unsanitized rcs version strings:
* Added sanitize_revision()
* Do not install SourceChecker.*
* Add ~ & ` to shell_escape()
Bug #39284 r=timeless
2004-09-15 22:44:55 +00:00
cls%seawood.org
f2f73e6054 Misc cleanup to better handle files with spaces & special chars:
* Do not encode / in url_quote
* Do not install old/unused perl scripts
* Update README
* Replace system(rm/mkdir) calls with standard perl modules
* Use url_quote to quote filenames when passing files between cgis
* Use shell_escape on filenames that are passed to system calls via open()

Bug #44642 r=timeless
2004-09-15 15:48:18 +00:00
justdave%bugzilla.org
37931ee9fb Bug 256004: Fix regression that caused duplicate sortkeys in the fielddefs table
r=myk, a=justdave
2004-09-15 00:58:32 +00:00
myk%mozilla.org
bf6545f387 Fix for bug 249868: makes series pages validate 2004-09-14 23:30:20 +00:00
myk%mozilla.org
2a740cfae6 Fix for bug 240460: updates upgrading examples with new URLs and version numbers; r=gerv; a=justdave 2004-09-14 23:04:38 +00:00
cls%seawood.org
9fa96cc1ff Only escape $rcsfile when invoking shell otherwise standard perl functions fail.
Bug #258668
2004-09-14 09:10:07 +00:00
justdave%bugzilla.org
104a25fa65 Oops, backing out changes to administration.xml that are supposed to be part of a different patch. 2004-09-14 05:50:29 +00:00
justdave%bugzilla.org
3da173d889 Bug 257534: Require Perl 5.8.1 or later when running on Windows with ActiveState Perl (there is no official CGI ppm build with a new enough version for Bugzilla on any earlier version of ActiveState Perl)
Patch by Byron Jones <bugzilla@glob.com.au>
r=justdave, a=justdave
2004-09-14 05:48:54 +00:00
vladimir%pobox.com
af7f38b9ad Moving VersionCheck.php from toolkit 2004-09-14 04:12:32 +00:00
timeless%mozdev.org
d614c175c5 oops, patch applied poorly, moving print and close lines back into
mail_notification where they belong (caught by cls)
2004-09-14 01:37:11 +00:00
timeless%mozdev.org
d15aa74251 Bug 244801 fix so email not required on checkin
patch by mikey@mikey.com r=cls
comment block changes by cls r=timeless
2004-09-14 01:05:32 +00:00
timeless%mozdev.org
602b1b4def removing tabs / trailing whitespace. enforcing whitespace style
r=cls
2004-09-14 00:47:25 +00:00
cls%seawood.org
ca74a48c90 Escape special chars in filenames when calling rlog.
Fix minor 'used once' warnings.
Bug #258668 r=timeless
2004-09-13 21:41:22 +00:00
cls%seawood.org
edec492a36 Strip ./ from the beginning of dirnames since that ./ causes bonsai to see ./CVSROOT & /CVSROOT as different directories.
Bug #253644 r=timeless
2004-09-13 21:00:58 +00:00
justdave%bugzilla.org
a3b068601f Bug 252295: Ensure that the "Edit Search" link goes back to the same form the search was created on when running a saved search that was saved before we had multiple search forms.
r=gerv, a=justdave
2004-09-12 22:19:37 +00:00
justdave%bugzilla.org
fbf187730e Bug 253696: work around NAME_lc bug in ActiveState Perl on Win32
Patch by Byron Jones <bugzilla@glob.com.au>
r=jouni,bbaetz a=justdave
2004-09-12 20:20:42 +00:00
ian%hixie.ch
0d46e744e8 Provide a hook for scripts that want to do something after every command 2004-09-12 19:44:58 +00:00
gerv%gerv.net
6806819975 Bug 257593 - make chart.cgi use Bugzilla::CGI for headers, meaning that if you log in via chart.cgi it doesn't get lost. Patch by wurblzap@gmail.com; r=gerv. 2004-09-12 15:46:07 +00:00
gerv%gerv.net
d40151304e Bug 225854 - only print "Steps to reproduce" when the user has entered some. Patch by buti@gmx.at; r=gerv. 2004-09-12 15:23:24 +00:00
psychoticwolf%carolina.rr.com
d7a0e22f72 Updated Database Schema. Fixes bustage in postfeedback.php because of missing fields in the feedback table. No Bug. 2004-09-12 09:20:36 +00:00
justdave%bugzilla.org
77de5b1c84 Bug 255913: mailto link on show_bug.cgi wasn't honoring emailsuffix. Bugzilla->user->email now includes emailsuffix in the result.
Patch by Marc Schumann <wurblzap@gmail.com>
r=justdave,tobias, a=justdave
2004-09-11 07:09:46 +00:00
justdave%bugzilla.org
6513acdfed Bug 190224: templatize editmilestones.cgi
Patch by GavinS <bugzilla@chimpychompy.org>
r=jouni, a=justdave
2004-09-11 06:48:14 +00:00
justdave%bugzilla.org
452569d37d Bug 255664: Wait until buglist is ready to be displayed before closing the "please wait" page when using server push, so any errors that occur can actually be seen by the user instead of getting a blank page.
r=myk, a=myk
2004-09-11 06:24:43 +00:00
justdave%bugzilla.org
5f4bb009ce Bug 255663: Query on [Bug creation] and anything to do with attachments no longer crashes
r=joel, a=myk
2004-09-11 06:20:00 +00:00
myk%mozilla.org
b8efb39e34 Fix for bug 215319: changes "flag requester" field in boolean charts to "flag requestee" field, which is what it should have been ("flag requester" can be queried via the "flag setter" field)
r=justdave
2004-09-10 23:38:46 +00:00
myk%mozilla.org
cb360e10e1 basic docs on using flags 2004-09-10 00:28:48 +00:00
myk%mozilla.org
84e72664d0 Fix for bug 254360: lists the rules governing who can edit which fields in 2.16 and 2.18 and the differences in those rules between the two versions. Contributed by Nick Barnes. 2004-09-09 23:48:11 +00:00
kiko%async.com.br
c312af8dd4 Fix for bug 232659: Fix inconsistent attachment links (and clean up diff
viewer UI while we're at it). Do just that. r=myk, a=myk.
2004-09-09 22:19:49 +00:00
jocuri%softhome.net
a1ca010233 Patch for bug 257303: convert lastused field in logincookies from timestamp to datetime; patch by Tomas Kopal <Tomas.Kopal@altap.cz>; r=vladd, a=justdave. 2004-09-08 23:29:08 +00:00
jocuri%softhome.net
93056b178d Patch for bug 254729: fix editproducts.cgi generated warnings in the error log when creating new products; patch by GavinS <bugzilla@chimpychompy.org>; r=vladd, a=justdave. 2004-09-08 22:53:39 +00:00
jocuri%softhome.net
1b94d5966b Patch for bug 211188: Make testing suite check for any #! lines that are not /usr/bin/perl; patch by Marc Schumann <wurblzap@gmail.com>; r=vladd, a=justdave. 2004-09-08 22:46:34 +00:00
ian%hixie.ch
2f4c3f7f1d Try to handle the disappearing connection problem for the common case. 2004-09-05 11:34:46 +00:00
ian%hixie.ch
59864662c9 Admin Told sub was returning the wrong thing in many cases (removes some console error messages.) 2004-09-04 18:48:28 +00:00
ian%hixie.ch
2abd9ca6c4 Actually _check_ to see if something went wrong when writing the second file -- not much point saving the original configuration file if we don't check for errors while updating it. Should (who knows) fix bug 254019. 2004-09-04 17:56:13 +00:00
ian%hixie.ch
4141f5183c Fixing bug caused by buggy Net::IRC 0.75 code. See bug 245424. Thanks to mh for the hint of where to look. 2004-09-04 17:43:58 +00:00
ian%hixie.ch
863532582e Rude is no longer that useful, but is left here for posterity's sake. Add a comment noting the demise of its servers. 2004-09-04 16:30:13 +00:00
ian%hixie.ch
07244d9ddd God should also do autovoice. Add a comment to this effect. (Actually it should do a lot more, see bug 240259) 2004-09-04 16:26:56 +00:00
ian%hixie.ch
83216e442c Make mozbot more resilient to database problems: It will now try to reconnect if some of the database things fail. Also, add a comment about a missing feature (multiple server support would rock). Mention why we ignore errors at one point. Finally, remove the event argument from one of the methods since it didn't use it nor need it. 2004-09-04 16:22:37 +00:00
jocuri%softhome.net
9d1358d94f Patch for bug 253308: Mention the Scmbug integration system in documentation; patch by Kristis Makris <mkgnu@gmx.net>; r=vladd, a=justdave. 2004-09-04 09:27:15 +00:00
jocuri%softhome.net
c9ec78f545 Bug 250591: Conversion of boolean conditions in SQL statements for better db independence (take 2); patch by David Lawrence <dkl@redhat.com>; r=vladd, a=justdave. 2004-09-04 09:15:05 +00:00
jocuri%softhome.net
5e8ad2c046 Patch for bug 257419: make checksetup.pl quote database name in 'show table status' command; patch by Marc Schumann <wurblzap@gmail.com>; r=kiko, a=myk. 2004-09-03 10:03:37 +00:00
jocuri%softhome.net
58e7915572 Patch for bug 257152: make flag type deletion not crash when JavaScript is switched off; patch by Marc Schumann <wurblzap@gmail.com>; r=kiko, a=myk. 2004-09-03 09:58:00 +00:00
jocuri%softhome.net
730099dec6 Bug 257267: allow trimming leading zeros when typing the test number in the testing suite; patch by GavinS <bugzilla@chimpychompy.org>; r=vladd, a=myk. 2004-09-03 06:59:08 +00:00
jocuri%softhome.net
7f25399f03 Patch for bug 257106: Make testing suite know about new directory levels in Bugzilla/Auth; patch by Marc Schumann <wurblzap@gmail.com>; r=vladd, a=myk. 2004-09-03 06:53:58 +00:00
jocuri%softhome.net
8ac8e183a6 Bug 256762: make flag request email use emailsuffix; patch by Marc Schumann <wurblzap@gmail.com>; r=kiko; a=myk. 2004-09-03 06:49:55 +00:00
jouni%heikniemi.net
03a5132693 Bug 257111: t/006spellcheck.t should check each file only once.
Patch by Marc Schumann <marcschum@web.de>
r=jouni, a=myk
2004-09-01 20:11:59 +00:00
jocuri%softhome.net
bb57d6ae34 Patch for bug 254371: include Flag Types in create new attachments form; patch by Alexandre Michetti Manduca <michetti@grad.icmc.usp.br>; r=jouni, a=myk. 2004-08-31 23:28:10 +00:00
kiko%async.com.br
ab2c31f867 Whitespace-only fix to indentation in BugMail.pm, bear with me. 2004-08-30 21:49:25 +00:00