kestes%walrus.com
7082bf7898
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
5ad5cbcdae
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
ce0af4d52f
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
80a91c9e77
Whitespace fixes. r=ssdbot
2004-08-05 13:51:23 +00:00
kiko%async.com.br
518245d051
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
3fca7f6a78
Bug 254374: Fix regression in qacontact from bug 186093
2004-08-05 03:18:42 +00:00
bugreport%peshkin.net
b84eb0ffec
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
3f5df3ecb0
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
4d03d01641
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
661915c1e3
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
58c00082d9
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
02ca230f77
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
4b1e6b008c
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
8298355fdc
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
e7badaa11a
Remove accidentally committed .orig files (from bug 190220)
2004-08-01 06:55:39 +00:00
jocuri%softhome.net
5af84e034b
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
a667f91f4f
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
d013e1a35e
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
04d3d635f2
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
71a503cc6e
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
06b9779fe4
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
de220d98d1
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
f91077d5ad
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
74c54e3a8e
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
7b9e4a643f
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
a124d61dc5
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
aa8d830575
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
40ca95b00d
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
164afe81a4
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
acab672422
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
ace5e9f22b
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
f83173d6c0
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
0ea01be6f3
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
6b98187c2e
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
d0692ce49a
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
7f42aef00b
Fix for bug 252709: Focus Bugzilla_login field (in login page). r=jouni, a=myk.
2004-07-24 02:18:45 +00:00
kiko%async.com.br
161c8831be
Fix for bug 252840: Provide product name in enter bug page title. r,a=myk.
2004-07-24 02:16:15 +00:00
kiko%async.com.br
13dd02cf2e
Fix for bug 252487: Focus requestee field when ? is toggled. r=jouni, a=myk.
2004-07-24 02:10:05 +00:00
kiko%async.com.br
6984287fa8
Fix for bug 252370: Provide edit link for attachment in comment. Adds an
...
[edit] link next to attachments in comment text, and removes the
&action=view suffix which breaks things when pasting into a shell.
r=bugreport, myk; a=myk.
2004-07-24 00:20:43 +00:00
bugreport%peshkin.net
28f845c5a1
Bug 272721: Document testserver.pl
...
r=zach
a=joel
2004-07-23 22:02:37 +00:00
jouni%heikniemi.net
e22bbd40a4
Bug 252329: Returning to buglist after an empty fulltext search causes code error
...
r=kiko, a=justdave
----------------------------------------------------------------------
2004-07-23 05:09:00 +00:00
kiko%async.com.br
ce59a0e9d4
Updating POD documentation for Bugzilla/Error to suggest the use of
...
'abort' after passing a few minutes looking for it. rs=joel
2004-07-22 20:15:38 +00:00
kiko%async.com.br
86be7fa683
Using "abort" instead of 1 to make the unlock_tables request consistent
...
with the rest of Bugzilla.
2004-07-22 17:51:19 +00:00
kiko%async.com.br
0e83d69da2
Fix for bug 252159: centralize time validation. Adds a ValidateTime
...
function to Bugzilla::Bug and uses it in relevant callsites. Patch by
Alexandre Michetti Manduca <michetti@grad.icmc.usp.br>. r=kiko, a=justdave.
2004-07-22 17:48:37 +00:00
kiko%async.com.br
b8d5ff3c0c
Fix for bug 252358: Unnecessary documentation about
...
/usr/bonsaitools/bin/perl into UNIX (non-root) Installation Notes. Patch
by Marco Aur�lio Graciotto Silva <magsilva@icmc.usp.br>. r=kiko, a=justdave.
2004-07-22 17:33:26 +00:00
bugreport%peshkin.net
9dd8924bca
Bug 252388: Fix undef warning when Bugzilla->cgi->header() is called twice
...
r=jouni
a=justdave
2004-07-22 07:07:56 +00:00
bugreport%peshkin.net
5706e88d91
Bug 245877: Add an installation test suite
...
r=gerv
a=justdave
2004-07-22 07:05:05 +00:00
bugreport%peshkin.net
f6a3a7f7cf
Bug 238544: Emit appropriate error if content and matches are used in
...
invalid search combinations.
r=jouni
a=justdave
2004-07-22 06:48:59 +00:00
jouni%heikniemi.net
10893be580
Bug 98751: Make it easier to update a stored query.
...
r=gerv, a=justdave
2004-07-22 05:14:14 +00:00
bugreport%peshkin.net
e3915ea7f5
Bug 252190: Fix unitialized value in editusers.cgi
...
r=vlad
a=justdave
2004-07-21 21:26:20 +00:00