cls%seawood.org
fc202fce77
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
b387afaee2
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
4a0e4c44ab
Fix for bug 249868: makes series pages validate
2004-09-14 23:30:20 +00:00
myk%mozilla.org
596bb4c3cb
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
9551cb2461
Only escape $rcsfile when invoking shell otherwise standard perl functions fail.
...
Bug #258668
2004-09-14 09:10:07 +00:00
justdave%bugzilla.org
5520838d38
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
51c0b08814
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
8cf1357546
Moving VersionCheck.php from toolkit
2004-09-14 04:12:32 +00:00
timeless%mozdev.org
47b5c8a3a1
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
06de7bba52
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
b388ef71c1
removing tabs / trailing whitespace. enforcing whitespace style
...
r=cls
2004-09-14 00:47:25 +00:00
cls%seawood.org
cb6a541f35
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
abc2bd35d9
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
e5d306c63c
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
64d4445f26
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
99a6979f8a
Provide a hook for scripts that want to do something after every command
2004-09-12 19:44:58 +00:00
gerv%gerv.net
107c814b5f
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
26dc4b6e0a
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
b1bfd1ba19
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
642bb460b8
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
621514d0f0
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
a2b90b5bf9
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
5351b490c2
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
a8678358fe
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
921c1b59f5
basic docs on using flags
2004-09-10 00:28:48 +00:00
myk%mozilla.org
0ddc92b8c0
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
8948151f2d
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
6885116928
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
96177a95ed
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
d530edcf26
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
eb807f13af
Try to handle the disappearing connection problem for the common case.
2004-09-05 11:34:46 +00:00
ian%hixie.ch
2eeff3edb0
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
b376da6c05
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
1c45ffa9c3
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
130ba14fbd
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
b479f7a60a
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
2e5f3f9bb4
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
f50ad7eb08
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
3819d91b6d
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
66ce06ffbf
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
2aa0459792
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
5ae0619670
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
8ebc303c20
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
c98023f9e8
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
905a506367
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
f21f190f2d
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
c7f6d36031
Whitespace-only fix to indentation in BugMail.pm, bear with me.
2004-08-30 21:49:25 +00:00
gerv%gerv.net
5412210cb7
Bug 225687 - add group controls to charts, along with various other cleanups. Patch by gerv; r=joel, a=justdave.
2004-08-29 21:29:36 +00:00
psychoticwolf%carolina.rr.com
bf7ac19aa9
Fixing Bug 256523 (Thunderbird display problems), Bug 256725 (typo in theme page), and a couple of other small fixes that don't have bug #s.
2004-08-29 20:55:50 +00:00
jocuri%softhome.net
37bc08b389
Patch for bug 254146: make the error message clear if servertest.pl failed to find the GID for HTTPD; patch by Byron Jones (glob) <bugzilla@glob.com.au>; r=joel, a=justdave.
2004-08-28 09:05:55 +00:00
jocuri%softhome.net
79d0bbcc55
Patch for bug 248613: Custom global default platform/OS in non-usebrowserinfo scenarios; patch by Marc Schumann <marcschum@web.de>; r=kiko, a=myk.
2004-08-28 08:58:14 +00:00
jocuri%softhome.net
dcb1b43694
Patch for bug 235061: move CSS stylings in global.css if they are used across multiple pages; patch by Marc Schumann <marcschum@web.de>; r=kiko, a=myk.
2004-08-28 08:44:54 +00:00
jocuri%softhome.net
bc3244b469
Patch for bug 216572: 002goodperl.t shouldn't add an extra test for every additional Throw*Error violation in the same file; patch by Marc Schumann <marcschum@web.de>; r=kiko, a=justdave.
2004-08-28 08:14:59 +00:00
bsmedberg%covad.net
dd9c5bdae8
Initial landing of update.mozilla.org PHP code. Bug 255444, code provided by psychoticwolf@carolina.rr.com
2004-08-24 19:39:49 +00:00
kiko%async.com.br
d834284385
Fix for bug 253480: pages should be classified rather than identified by
...
domain name. r,a=myk.
2004-08-24 02:33:31 +00:00
kiko%async.com.br
5e708a400b
Fix for bug 254587: group description not displayed on delete group
...
confirm page. Fix typo? Patch by GavinS <bugzilla@chimpychompy.org>.
r=kiko, a=myk.
2004-08-24 01:33:39 +00:00
kiko%async.com.br
a679977c6c
Addtional item for fix for bug 252810: p1, critical not displayed in red
...
when groups are used for bug. Including padlock.png image. r=myk,a=myk.
2004-08-23 16:16:53 +00:00
kiko%async.com.br
08c361c210
Fix for bug 254370: attachment/choose.html.tmpl focus onload. r=jouni, a=myk.
2004-08-23 15:34:30 +00:00
kiko%async.com.br
715efff137
Patch for bug 252810: p1, critical not displayed in red when groups are
...
used for bug. Roundabout patch that adds a padlock icon next to the bug
ID to bug listings, and does even/odd striping of the buglist. r,a=myk.
2004-08-23 15:21:58 +00:00
bugreport%peshkin.net
b5e7f24279
Bug 224208 Add a higher level of categorization (.ie departments, locations, etc.)
...
patch by Albert Ting
r=joel, glob
a=myk
2004-08-20 21:49:20 +00:00
bugreport%peshkin.net
d9e5b03875
Bug 255772: Prevent whine.pl from running endless whining loop
...
patch by erik
r=joel, jouni
a=myk
2004-08-17 14:51:04 +00:00
bugreport%peshkin.net
83f02648a1
Bug 244239: Add group-based pronouns to query
...
r=erik,justdave
a=justdave
2004-08-11 14:00:34 +00:00
bugreport%peshkin.net
a73b9200af
Bug 241903: Add Environment Variable Authentication for apache auth and SSO
...
patch by erik
r=joel
a=justdave
2004-08-11 13:53:46 +00:00
bugreport%peshkin.net
8796dc84db
Bug 251669: add an option to show users in a drop down menu instead of a text edit field
...
patch by glob <bugzilla@glob.com.au>
r=joel
a=justdave
2004-08-11 05:08:13 +00:00
kestes%walrus.com
86aa2e81e6
add a TinderHeader Banner, its like MOTD only there is only one Banner for all tinderbox projects.
2004-08-07 13:12:10 +00:00
kiko%async.com.br
c8dbf564d7
More whitespace fixes. r=ssdbot. I've already talked to Alexandre
...
about this, won't happen again.
2004-08-06 13:47:25 +00:00
bugreport%peshkin.net
5224a04c72
Bug 254430: Fix User.pm so it returns a logged-out user if userid=0
...
r=erik, kiko
a=justdave
2004-08-05 22:19:19 +00:00
kiko%async.com.br
6b1c4c5075
Whitespace fixes. r=ssdbot
2004-08-05 13:51:23 +00:00
kiko%async.com.br
976ee359e0
Fix for bug 253562: Hours Worked (actual_time) is being listed as 1.
...
Cleans up Bugzilla::Bug::actual_time to do things the right way (dbi,
Bugzilla->user) and apparently fixes a problem limited to some
platforms. r=joel, a=justdave.
2004-08-05 13:43:48 +00:00
bugreport%peshkin.net
6f50eb23a1
Bug 254374: Fix regression in qacontact from bug 186093
2004-08-05 03:18:42 +00:00
bugreport%peshkin.net
f6261f41b7
Bug 185090: Add revamped whining system
...
patch by: Erik
r=joel
r=jouni
a=justdave
2004-08-04 21:36:27 +00:00
bugreport%peshkin.net
75c9f12564
Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templates
...
r=kiko
a=justdave
2004-08-04 18:08:21 +00:00
bugreport%peshkin.net
87511598fb
Bug 186093: Move CanSeeBug to User.pm and make User.pm usable by templates
...
r=kiko
a=justdave
2004-08-04 16:17:10 +00:00
jocuri%softhome.net
caa3bed00e
Patch for bug 253604: When commit a bug, validate timetracking before user match; patch by Tiago R. Mello <tiago@async.com.br>; r=kiko, a=justdave.
2004-08-03 06:23:25 +00:00
bugreport%peshkin.net
35802fca6b
Bug 253968: Fix extra column in insert statement in checksetup
...
r=glob
a=justdave
2004-08-02 05:30:35 +00:00
timeless%mozdev.org
d6a489ba26
Bug 253583 Warning: assignment to undeclared variable assigned_to
...
patch by mcsmurf@gmx.de r=vladd a=justdave
2004-08-02 04:42:05 +00:00
timeless%mozdev.org
0ef60b4127
Bug 253361 INSTALL should reference mysql.com instead of tcx.se
...
patch by mcsmurf@gmx.de r=vladd
2004-08-02 02:37:46 +00:00
timeless%mozdev.org
fb89d27c04
Bug 253010 bonsai diffs looks doublespaced (extra newlines)
...
css per dbaron, r=vladd
also changed cvsblame per mvl
2004-08-01 19:59:46 +00:00
jouni%heikniemi.net
bc87c35c41
Remove accidentally committed .orig files (from bug 190220)
2004-08-01 06:55:39 +00:00
jocuri%softhome.net
cc216a9b34
Patch for bug 253360: replace IF() with CASE WHEN for database compatibility; patch by Tomas Kopal <Tomas.Kopal@altap.cz>; r=vladd, a=justdave.
2004-07-31 09:36:18 +00:00
jocuri%softhome.net
9cf4bcc5d8
Patch for bug 253357: replace IFNULL with COALESCE for increased database compatibility; patch by Tomas Kopal <Tomas.Kopal@altap.cz>; r=vladd, a=justdave.
2004-07-31 08:59:16 +00:00
bugreport%peshkin.net
a07963370c
Bug 253588: Change Bugzilla->user to be usable even for a logged-out user
...
patch by erik,joel
r=kiko
a=justdave
2004-07-31 02:27:26 +00:00
jocuri%softhome.net
8fc5805384
Patch for bug 53452: Mid-air collision: allow copy-paste of the comment from a textarea; patch by Brodie Thiesfield <brofield@jellycan.com>; r=kiko, a=justdave.
2004-07-30 22:25:50 +00:00
jocuri%softhome.net
6dd1c21237
Patch for bug 190220: templatize editcomponents.cgi; patch by GavinS <bugzilla@chimpychompy.org>; r=jouni, a=justdave.
2004-07-30 22:16:39 +00:00
bugreport%peshkin.net
06ddd8645e
Bug 253447: Fix unhelpful error if user enters text in "blocks" field
...
r=kiko
a=justdave
2004-07-30 10:37:17 +00:00
kiko%async.com.br
e0757da73d
Fix for bug 216008: Time Tracking: default values cause change bug
...
errors. Check if the time values haven't actually changed by using integer comparison (instead of string comparison). r=jouni, a=justdave.
2004-07-29 03:09:10 +00:00
kiko%async.com.br
bb1046a14f
Missing bits of fix for bug 236678: Clean up access to COOKIE global.
...
Murder the last remaining places in the tree where COOKIE is used;
includes a rather thorough cleanup of Bugzilla::Bug->user and a minor
doc update. r=joel, a=justdave.
2004-07-29 03:02:05 +00:00
kiko%async.com.br
26f1495b9a
Fix for bug 252789: Empty timetrackinggroup causes error "hours worked
...
needs to be positive" when changing bug. Sanitizing the AddComment bits
in process_bug.cgi to only touch work_time if user is in
timetrackinggroup. Fixes regression introduced in bug 252159.
r=jouni,joel; a=justdave.
2004-07-29 02:59:11 +00:00
kiko%async.com.br
f897342cff
Fix for bug 252839: Remove &action=view from links in attachment table;
...
this was done to improve link target consistency and avoid shell-pasting
bustage from the & character. r=myk, a=justdave.
2004-07-29 02:55:00 +00:00
kiko%async.com.br
aeb347e3ae
Fix for bug 236678: Clean up access to COOKIE global. Murder the last
...
remaining places in the tree where COOKIE is used; includes a rather
thorough cleanup of Bugzilla::Bug->user and a minor doc update. r=joel, a=justdave.
2004-07-29 02:45:38 +00:00
bugreport%peshkin.net
427a196d55
Bug 204903: Enable searches to match NULL aliases, missing qa_contact, and search on CC even when cc-list is empty
...
r=jouni
a=myk
2004-07-29 00:46:57 +00:00
bugreport%peshkin.net
6a571305a4
Bug 251837: Extend group_group_map to control which groups can see each other
...
r=kiko
a=justdave
2004-07-27 16:33:41 +00:00
kiko%async.com.br
bcc64004f5
Fix for bug 252943: broken title in interdiff. Adds reasonable title while
...
doing an interdiff, and fixes some broken and confusing double-linking
in the text. r=joel, a=justdave.
2004-07-27 15:54:03 +00:00
bugreport%peshkin.net
54fe70e39e
Bug 252450: Unlock tables in edit*.cgi before sending trailer
...
r=kiko
a=justdave
2004-07-27 15:13:48 +00:00
bugreport%peshkin.net
2cd8a6b0f9
Bug 251837: Add UI to add/remove 'My Bugs' link in footer
...
r=joel
a=justdave
2004-07-27 05:53:27 +00:00
bugreport%peshkin.net
8c40429c5a
Bug 253088: Fix ability of users with bless privileges to bless users
...
r=kiko
a=justdave
2004-07-27 00:25:55 +00:00
myk%mozilla.org
b1928fad4d
fix for bug 253175: point people to Bugzilla to file bugs instead of telling them to email endico@mozilla.org
2004-07-27 00:22:18 +00:00
gerv%gerv.net
f39abd614f
Bug 239112 - docs patch to give min. version of TT for hooks. Patch by nick.barnes; r=gerv, a=justdave.
2004-07-26 21:26:59 +00:00
kiko%async.com.br
33a190a126
Fix for bug 251911: Silly ThrowUserError bits in attachment.cgi. Fixing
...
variables missing in some errors raised, and doing bits of $::FORM
cleanup while we're at it. r=joel, a=justdave.
2004-07-26 01:27:10 +00:00
kiko%async.com.br
c0e74f2659
Fix for bug 252709: Focus Bugzilla_login field (in login page). r=jouni, a=myk.
2004-07-24 02:18:45 +00:00