kestes%walrus.com
8df487e0e6
new file to centralize my contact info
2003-08-17 00:36:11 +00:00
ian%hixie.ch
25dfb6f913
labels can only go on blocks, not if statements, apparently. fixes bug 139646
2003-08-16 19:56:40 +00:00
ian%hixie.ch
685d9c3233
make help module give the topics for that module. fixes bug 145369.
2003-08-16 19:45:43 +00:00
ian%hixie.ch
5ecacbf785
allow smilies at the end of greetings
2003-08-16 19:34:01 +00:00
kestes%walrus.com
4c0ad2ae06
add information about the new UTC time columns
2003-08-16 18:37:44 +00:00
kestes%walrus.com
b5baaf3015
more spelling fixes from the master "Olly Betts" <olly@survex.com>
2003-08-16 18:31:09 +00:00
kestes%walrus.com
9931366b6a
add support for GMT/UTC in the pretty printing of HTML times
2003-08-16 18:29:00 +00:00
kestes%walrus.com
3578357ec4
new time columns, for use in development groups which span multiple time zones. Time_UTC will display the time column in UTC time this has no java script in it and Time_Local will use javascript to determine the browsers local time and display the times apropriately.
2003-08-16 18:23:02 +00:00
timeless%mozdev.org
1695e00a74
Bug 216019 Change various sentences in BugMail.pm
...
r=preed a=justdave
2003-08-14 17:49:08 +00:00
ian%hixie.ch
fb0f4c2456
more happy, more kinky, and more consistent in its handlings of various forms of greetings.
2003-08-14 13:52:43 +00:00
ian%hixie.ch
3d86463b34
Make help slightly more helpful
2003-08-14 13:45:40 +00:00
ian%hixie.ch
3b45418979
Correct my spelling and my maths.
2003-08-14 13:45:06 +00:00
ian%hixie.ch
246f85ca9c
Make the opme command also take into account masks.
2003-08-13 13:15:57 +00:00
justdave%syndicomm.com
c17507209d
Bug 215962: Missing {} around implied hash reference in params to ThrowUserError
...
patch by Eric Selberg <erik@selberg.com>
r= justdave a= justdave
2003-08-12 18:54:16 +00:00
ian%hixie.ch
316139e003
Remove some redundant checks for bug 133134.
2003-08-12 16:37:25 +00:00
ian%hixie.ch
f19a8dbd96
Some more minor changes, and the addition of a response to '/me bites mozbot' (the 'kinky' responses, although they aren't very raunchy)
2003-08-12 16:35:59 +00:00
ian%hixie.ch
3ac2669d98
New temperature scales (optimised for air temperatures)
2003-08-12 16:29:29 +00:00
ian%hixie.ch
20c54860ca
Make Rude actually tell you the right host when it fails. Also, clarify a comment.
2003-08-09 15:13:53 +00:00
ian%hixie.ch
1c351941fa
Minor fix to autoop help. Patch by mental.
2003-08-09 15:13:03 +00:00
ian%hixie.ch
3e2088de28
Use DBM database instead of config file for seen data. Note that there is no migration path for old seen data, and that the config file isn't updated to remove the now superfluous variables.
2003-08-09 14:54:02 +00:00
ian%hixie.ch
d729cf9ea7
better error handling (to handle the case where the servers are totally down, like now)
2003-08-09 13:58:13 +00:00
ian%hixie.ch
d63f723feb
Make mozbot slightly more willing to insult people (won't help much since the servers are down, but oh well)
2003-08-09 13:54:27 +00:00
ian%hixie.ch
990229393c
minor comment fixup
2003-08-09 13:53:17 +00:00
ian%hixie.ch
5fbaadd4b6
Implement a hitting command, add some new variants to some existing commands
2003-08-09 13:49:36 +00:00
ian%hixie.ch
b4135edf15
Fix a minor warning
2003-08-09 13:48:22 +00:00
ian%hixie.ch
eed6008b54
Minor documentation fixes: typoes, slight inaccuracies, etc
2003-08-09 13:47:54 +00:00
justdave%syndicomm.com
115a5e0ad4
Backing out changes accidently checked in with bug 174942: the "die_with_dignity" sub is supposed to remain commented out in CVS. Also adding comments with the sub to explain what it's used for.
2003-08-06 01:46:14 +00:00
myk%mozilla.org
9943df87b4
Fix for bug 204560: display alias in long listing.
...
Fix by GavinS <bugzilla@chimpychompy.org>.
r=myk, a=myk
2003-08-05 00:31:22 +00:00
kestes%walrus.com
e69b3c6016
Mega spelling and grammar patch by "Olly Betts" <olly@survex.com> this
...
is an amazing set of fixes, must have read the whole code found a few
inconsistencies in error messages and fixed those too.
2003-08-04 17:15:17 +00:00
kestes%walrus.com
ac0d262cec
bug fixes by "Stephanie Palmer" <spalmer@rsasecurity.com> and
...
"Narechania, Tejas" <tnarechania@rsasecurity.com>
2003-08-04 14:32:41 +00:00
bbaetz%acm.org
9d0045d939
Bug 212095 - checksetup.pl gets confused by newer DBD::mysql quoting of
...
table values.
r=jouni, a=justdave
2003-08-03 04:39:45 +00:00
myk%mozilla.org
93bf5c9913
Partial fix for bug 120030: adds template filter for obscuring email addresses.
...
Patch by Stephen Lee <slee@@wilcoxassoc.com>.
r=myk,a=myk
2003-08-01 03:57:24 +00:00
jkeiser%netscape.com
5d4be46294
Don't spew "which: program not found" errors all the time (bug 214558), r=justdave
2003-07-31 18:45:30 +00:00
tara%tequilarista.org
2604bf7e0f
Temporary security fix for feature that allowed users to browse via ../ in the Goto Dir field to the top of the disk. Long term a better solution might be a little more friendly, but this holds us over
2003-07-30 20:54:07 +00:00
jkeiser%netscape.com
925721344e
Patch Viewer, a pretty way of viewing and manipulating patches (bug 174942). Requires PatchIterator to be installed, classes uploaded to that bug and will be soon in CPAN.
2003-07-30 20:05:04 +00:00
leaf%mozilla.org
082769f353
use -e unconditionally to terminate the optionslist to glimpse, bug 99680,
...
r=timeless, two thumbs up = alecf
2003-07-28 21:24:42 +00:00
caillon%returnzero.com
9aae417072
Bug 153583 - Links to obsoleted attachment should use line-through style
...
r=kiko@async.com.br
a=justdave@netscape.com
2003-07-27 01:16:45 +00:00
preed%sigkill.com
2cb5490663
Bug 211435 - Fix "Table 'namedqueries' was not locked with LOCK TABLES" error; Patch by jocuri@softhome.net (Vlad Dascalu), r=bbaetz, a=justdave
2003-07-24 01:00:20 +00:00
jake%bugzilla.org
3dede7b5c9
Bug 206558 - What happened when multiple items were selected on a multi-select box wasn't clear.
...
Patch by Vlad Dascalu <jocuri@softhome.net>
r=jake
2003-07-23 13:45:40 +00:00
preed%sigkill.com
4ec754d744
Bug 183898 - checksetup.pl doesn't accepts admin passwords with dots; patch by jocuri@softhome.net (Vlad Dascalu); r/a=justdave
2003-07-22 12:23:27 +00:00
kiko%async.com.br
4d4d8d5162
Fix for bug 213079: When severity or priority are hidden, CSS class
...
names are incomplete in buglist. r=burnus, a=justdave
2003-07-21 19:42:53 +00:00
justdave%syndicomm.com
6b3a94ed07
Fix tinderbox bustage
2003-07-21 18:20:35 +00:00
myk%mozilla.org
10aab2f0cd
Fix for bug 98147: disables "View All Attachments" link if there are no attachments to view.
...
Patch by Vlad Dascalu <jocuri@softhome.net>. Thanks Vlad!
r=myk, a=myk
2003-07-21 18:08:01 +00:00
justdave%syndicomm.com
e3431fb511
Bug 178935: Eliminating the "Add another user" link on the confirmation screen after editing a user if the user doing the editing doesn't have permission to add users.
...
Patch by kniht@us.ibm.com
r= justdave, a= justdave
2003-07-19 20:37:20 +00:00
justdave%syndicomm.com
9b871c8de1
Bug 213085: importxml.pl tries to convert qa_contact from a name to an ID when it's already an ID
...
r= myk, a= justdave
2003-07-18 17:11:01 +00:00
preed%sigkill.com
c53cbbda66
Fixes singed tinderbox trees; vladd: NO TABS in patches, please. Spaces only.
2003-07-17 23:31:44 +00:00
preed%sigkill.com
e4b2885d37
Bug 147480 - Lack of newlines when asking for password in checksetup.pl. Patch by jocuri@softhome.net (Vlad Dascalu), r=kiko, a=justdave
2003-07-17 22:57:59 +00:00
preed%sigkill.com
7b0978e96e
Bug 82172 - Don't allow empty bug summaries. Patch by jocuri@softhome.net (Vlad Dascalu), r=kiko, a=justdave
2003-07-17 22:54:25 +00:00
preed%sigkill.com
42bad343ec
Bug 95759: localconfig.js contains strings of equals signs (===). Patch by jocuri@softhome.net (Vlad Dascalu), r=kiko, a=justdave
2003-07-17 22:49:47 +00:00
preed%sigkill.com
f5bd902013
Bug 207206: doeditparams.cgi XHTML compatibility. Patch by jocuri@softhome.net, r=kiko, a=justdave
2003-07-16 09:16:16 +00:00
mcafee%netscape.com
3c2892e914
Removing unused animated gif file. r=timeless (211862)
2003-07-14 22:08:29 +00:00
bbaetz%acm.org
ed839bbf6d
Bug 122365 - Allow installation definable LDAP filters
...
r,a=justdave
2003-07-14 13:35:12 +00:00
gerv%gerv.net
85fb6454a6
Bug 204798 - Total in graph report is incorrect. Patch by kniht@us.ibm.com; r=gerv, a=justdave.
2003-07-13 22:25:41 +00:00
gerv%gerv.net
ee1d39fa1c
Bug 203444 - Add request for about:buildconfig to Bugzilla Helper. Patch by gerv; r,a=justdave.
2003-07-13 21:53:26 +00:00
justdave%syndicomm.com
f48a63a8a8
Bug 212361: Additional Comments date had month and day swapped in bug change emails
...
r= jaypee, a= justdave
2003-07-11 16:12:09 +00:00
zach%zachlipton.com
7aa820a6d4
Fix for bug 185066: The OS "BSDI" should be "BSD/OS"... Patch changes the
...
default in localconfig; admins will have to change existing installations
manually.
r+a=justdave
2003-07-10 14:53:46 +00:00
justdave%syndicomm.com
b1849e2865
Bug 107580: Add space to front of "New:" designator on bugmail so it will always sort before changed mails in an alphabetical subject listing in user mailboxes.
...
Patch by benc@netscape.com
r= myk, a=myk
2003-07-10 05:24:42 +00:00
myk%mozilla.org
84f8a30ac2
changed version from "unspecified" to "other" since that sems to be what Bugzilla wants now
2003-07-09 22:00:46 +00:00
justdave%syndicomm.com
a60677927e
Bug 211758: checksetup.pl was trying to use params that didn't exist yet because it was loading Bugzilla::Series at compile time (use). Now pulls in Bugzilla::Series at runtime (require) after initializing the params.
...
Patch by Brad Roberts <braddr@puremagic.com>
r= justdave, a= justdave
2003-07-08 06:50:05 +00:00
jake%bugzilla.org
01da75c2a8
Recompile the docs
2003-07-08 02:03:15 +00:00
jake%bugzilla.org
186b48a83b
Use pdfjadetex to generate the PDF file instead of going through PostScript as it generates a much cleaner PDF file.
2003-07-08 01:31:05 +00:00
gerv%gerv.net
4c5b2c9459
Bug 13540 - change filters to cope with new terms.* code.
2003-07-03 22:33:31 +00:00
gerv%gerv.net
51f1c0d64c
Bug 13540 again - removing tabs from this file, inserted accidentally by last-minute cleanup.
2003-07-03 21:34:18 +00:00
gerv%gerv.net
59a4bc55a1
Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, a=justdave.
2003-07-03 21:32:13 +00:00
jake%bugzilla.org
ba2855b11e
Bug 194347 - Updating MacOS X hints to specify that the GD patch is no longer required (when using the gd2 package) and also recommend using fink to install expat.
2003-07-03 20:23:43 +00:00
jake%bugzilla.org
932ac651f1
*Whitespace* Fixing indentation like I wanted to do before I checked this section in...
2003-07-03 18:50:12 +00:00
ian%hixie.ch
69cd78870a
Overshot the mark on some of the previous changes. content() is actually a method.
2003-07-03 18:19:49 +00:00
ian%hixie.ch
d06a945451
missed this in earlier changes
2003-07-03 17:59:17 +00:00
jake%bugzilla.org
602fad713e
Refix bug 201955 - Forgot to edit one of the introductory paragraphs and fixed a couple other minor errors.
2003-07-02 19:07:01 +00:00
jake%bugzilla.org
57023f6570
Bug 211126 - As a part of fixing bug 180642 the directions for using LDAP authentication has changed.
2003-07-02 18:58:37 +00:00
gerv%gerv.net
f2e2fb3fb6
Bug 211127 - use proper path to Perl. Patch by jussi@comlink.fi; r=gerv, a=justdave.
2003-06-30 22:23:17 +00:00
jake%bugzilla.org
8646f5fc88
Bug 201955 - The method for specifing a charset has changed now that we use CGI.pm for header output (bug 201816).
2003-06-30 21:11:00 +00:00
jake%bugzilla.org
f140863193
Bug 206498 - Add a warning that Bugzilla upgrades are irreversable and that backups should be made.
2003-06-30 18:51:59 +00:00
jake%bugzilla.org
a91eeb437b
Bug 210248 - Missing "my" in SMTP code for win32 instructions.
...
Patch by Jean-Sebastien Guay <jean_seb@hybride.com>
r,a=jake
2003-06-28 17:13:45 +00:00
bbaetz%acm.org
f05626400a
Bug 193575 - Internal server error from votes.cgi
...
patch by bugzilla@chimpychompy.org (GavinS)
r=bbaetz, a=justdave
2003-06-28 00:14:56 +00:00
gerv%gerv.net
a5a1140ff7
Bug 16009 - generic charting. Patch by gerv; r,a=justdave.
2003-06-25 23:23:13 +00:00
myk%mozilla.org
d3f78ee8d3
Fix for bug 204631: enhances config.cgi to generate a list of queryable fields so third-party clients can populate search forms with the list.
...
r=gerv
a=myk
2003-06-23 18:01:39 +00:00
bbaetz%acm.org
86492dbac1
Bug 210324 - s/->err/->error/
...
r,a=justdave
2003-06-23 08:53:52 +00:00
kestes%walrus.com
c1dc6a439f
add to use statements. Many people have complained.
2003-06-18 16:11:00 +00:00
kestes%walrus.com
6e8faaa3d1
fixes to quiet warnings. Some of these were ligitiment off by one issues.
2003-06-18 15:54:06 +00:00
kestes%walrus.com
83bfee523e
change default association from undefined to emtpy string. This will quiet perl warnings about using empty strings.
2003-06-18 15:49:50 +00:00
kestes%walrus.com
6cf7e82ca1
initialize a variable to empty string in order to quiet perl warnings.
2003-06-18 15:48:26 +00:00
kestes%walrus.com
7db779111f
add tree to notice association arguments. This is needed by Build.pm.
2003-06-18 15:47:16 +00:00
jake%bugzilla.org
9abf2cc62f
Fresh docs compile (first one w/a PDF version).
2003-06-13 16:41:34 +00:00
jake%bugzilla.org
6a31eb860c
Optionally create a PDF version of the docs.
2003-06-13 16:37:12 +00:00
timeless%mozdev.org
ca2d793e9e
Bug 77192 MOVED is not handled properly on queryhelp.cgi.
...
r=justdave a=justdave
2003-06-13 02:50:50 +00:00
timeless%mozdev.org
82d5bbebbf
Bug 207096 minor spelling fixes for Bugzilla/Search.pm
...
r=justdave a=justdave
2003-06-13 02:39:20 +00:00
johnkeis
d3983542f1
Work with earlier versions of mysql that did not support "\. filename" as a command
2003-06-10 23:09:39 +00:00
johnkeis
f4a06bd20f
perl 5.6 printed something weird when column_headers_2 did not return anything, not sure why
2003-06-10 23:04:33 +00:00
johnkeis
4392d8757d
Work with earlier versions of CGI that do not figure out the cookie path correctly
2003-06-10 23:03:37 +00:00
johnkeis
1703b4118b
Work with DBs that do not support AutoCommit / commit()
2003-06-10 23:02:56 +00:00
johnkeis
69b12c8cc4
Have a default checkin url for non-javascript-enabled browsers
2003-06-10 23:01:58 +00:00
johnkeis
d02f6721b7
Work with mysql, which only accepts dates in YYYY/MM/DD HH:MM:SS format
2003-06-10 23:01:19 +00:00
johnkeis
b76eea7569
Work with DB's that do not support commit()
2003-06-10 23:00:27 +00:00
johnkeis
6739959efb
Don't run the build compressor by default, it doesn't work until you know what the feature is anyway.
2003-06-10 22:59:39 +00:00
bbaetz%acm.org
e76b5a9150
Bug 208620 - Fix return value of Bugzilla->login when user already exists
...
r,a=justdave
2003-06-07 13:59:24 +00:00
bbaetz%acm.org
1be840d13a
Bug 208583 - Remove PerformSubsts from templates
...
r,a=justdave
2003-06-07 04:36:23 +00:00
bbaetz%acm.org
74cb07ef06
Bug 205463 - Tokens aren't canceled after a successful login.
...
patch by 'Randall M! Gee', r=bbaetz, a=justdave
2003-06-07 03:36:46 +00:00
johnkeis
e4ddff5ea3
Make mysql work
2003-06-06 04:49:37 +00:00
bbaetz%acm.org
c1e4afb682
Bug 180635 - Enhance Bugzilla::User to store additional information
...
r=myk,jake
2003-06-03 09:48:15 +00:00
johnkeis
07f7f8b367
More todo
2003-05-29 23:40:34 +00:00
kestes%walrus.com
504a5b0515
*** empty log message ***
2003-05-26 14:32:24 +00:00
kestes%walrus.com
d31aeebb29
fix the executable mode of all the tests.
2003-05-26 14:31:37 +00:00
kestes%walrus.com
8c6ccaf0e4
move the setting of the path to this file. make the onclick libraries
...
visable and explain the others are deprecated. formatting and comment
changes.
2003-05-26 14:26:05 +00:00
kestes%walrus.com
d03ce3852b
add perforce support. Add support for VCName2MailAddress.
2003-05-26 13:57:08 +00:00
kestes%walrus.com
0aa6e9de74
set a default time if there is not one. Change format of how we set
...
the output cell. The new strings format should be easier to modify in future.
2003-05-26 13:47:36 +00:00
kestes%walrus.com
bd1e1afc6a
clean up code, remove the now unused table of checked in files for each cell, add some tests for defined values so that we do not clutter the data structure.
2003-05-26 13:44:18 +00:00
kestes%walrus.com
14286b0346
add support for onclick popup windows.
2003-05-26 13:41:12 +00:00
kestes%walrus.com
3c021593b2
change default window size in preparation for onclick popup windows.
2003-05-26 13:39:57 +00:00
kestes%walrus.com
8d94574b99
in comments about new functions.
2003-05-26 13:38:41 +00:00
kestes%walrus.com
499ac7bd6b
remove the windows size parameter, not needed in new on click window arch.
2003-05-26 13:37:15 +00:00
kestes%walrus.com
3e35a5eac2
slightly change dateformat to match real peforce. Forgot to put the time
...
in the output.
2003-05-26 13:35:15 +00:00
kestes%walrus.com
4276e36c25
support for spaces in filenames. support for on click windows.
2003-05-26 13:34:11 +00:00
kestes%walrus.com
b0c8f97499
fixes which include: 1) on click window support b) enhanced perforce support.
2003-05-26 13:32:38 +00:00
kestes%walrus.com
8da6bbf02d
move setting path to config file. Change charater separator since the new perforce module uses a ','.
2003-05-26 13:30:43 +00:00
timeless%mozdev.org
7d4a733bac
last not break
2003-05-25 22:38:41 +00:00
timeless%mozdev.org
8005fdfae2
Bug 207085 Updating a stored query shouldn't return the same message as creating one
...
r=kiko
2003-05-25 22:26:04 +00:00
gerv%gerv.net
cc10522769
Bug 37749 - query for changes to specific field in last n days not working. Rearrange time-based query UI to be more sane. Patch by mailto:anthony@itia.ntua.gr; r=gerv.
2003-05-22 22:55:55 +00:00
jake%bugzilla.org
2851028f18
Fix for bug 84876 - Mentioned the wrong bug number, also making it a link.
2003-05-21 14:46:38 +00:00
jake%bugzilla.org
a31e400999
Bug 145965 - Mention the sendmail -> SMTP change for Bugzilla on win32
...
Patch by Jean-Sebastien Guay <jean_seb@hybride.com>
2003-05-21 02:15:21 +00:00
timeless%mozdev.org
87f22fce3a
Bug 176316 Add Last-Modified support to bonsai
...
Adds optional path parameter to parse_rcs_file
Adds required http header call to do_directory
patch by rperrot@debian.org r=justdave
2003-05-19 12:58:45 +00:00
jake%bugzilla.org
e970091ceb
Bug 199129 - Replace installation list w/a link to the installation list on the web page
2003-05-17 03:11:46 +00:00
jake%bugzilla.org
ec98f98bf8
Recompile docs so (hopefully) I can get some feedback on the installation chapter changes.
2003-05-17 01:39:50 +00:00
jake%bugzilla.org
518c726992
Bug 191034 - Making the installation chapter a little more generic. Replaced a lot of OS Specific hints with links to the OS Specific section.
2003-05-17 01:27:54 +00:00
preed%sigkill.com
a452ca34ed
Bug 204724 - ExcludeSelf doesn't work with an email containing capital letters; Patch by marcschum@web.de, r=preed/myk,a=myk
2003-05-13 05:29:28 +00:00
bugreport%peshkin.net
386a4d0179
Bug 195977: Add ability to show alias column in buglist
...
r=jhedlund
a=justdave
2003-05-13 04:59:35 +00:00
kestes%walrus.com
0b41915101
put in filespecs.
2003-05-12 21:55:46 +00:00
kestes%walrus.com
8004263bb1
put info about what version of perforce this is intended so simulate.
...
Fix the users to allways have an @something. Fix the time function
to match the real output.
2003-05-12 21:54:38 +00:00
jake%bugzilla.org
3d37f7fe5c
Bug 203314 - Clean up <ulink/>'s, links to bugs and extra spaces in sentences.
...
Patch by Martin Wulffeld <martin@wulffeld.org>.
r,a=jake
Also, added Martin to the section about people who have made signifigant conrtibutions.
2003-05-12 19:31:50 +00:00
kestes%walrus.com
aa16f6222a
chmod the new vcsim directory.
2003-05-12 17:34:37 +00:00
kestes%walrus.com
6fa26420f4
fixed the data persistance, now it appears done.
2003-05-12 17:25:23 +00:00
kestes%walrus.com
d61b0ee52f
begin work on saving state between calls.
2003-05-12 16:05:56 +00:00
kestes%walrus.com
fcf47522b8
new simulators to help with debugging.
2003-05-12 13:51:20 +00:00
kestes%walrus.com
c7581e8286
fix some typos.
2003-05-11 01:29:03 +00:00
kestes%walrus.com
021d912867
minor changes to how the legend is formatted.
2003-05-10 20:03:16 +00:00
kestes%walrus.com
cc07a31745
I debuged this by eye. I need someone with perforce installed to check that this really works.
2003-05-10 20:00:12 +00:00
kestes%walrus.com
7fd49007ad
fix typo with $tree var. Use the Utils.pm module.
2003-05-10 19:59:26 +00:00
kestes%walrus.com
1ae8164d89
add calls to setup the global environment before test is run.
...
Main loop had out redefined each iteration.
2003-05-10 19:56:52 +00:00
bbaetz%acm.org
09b70aa462
Bug 204592 - invalid column name error
...
r,a=myk
2003-05-09 02:32:21 +00:00
jkeiser%netscape.com
72cf8d8e74
Make attachment view work again (bug 204964), r=myk@mozilla.org
2003-05-09 02:12:16 +00:00
jake%bugzilla.org
834c47e912
Pick up recent docs changes for the compiled versions
2003-05-06 04:42:50 +00:00
jake%bugzilla.org
11ddd74efe
Bug 190864 - Fix ordering of ' and > that I thought I had done earlier.
2003-05-06 04:32:32 +00:00
bugreport%peshkin.net
a1c5edb37d
bug 203867: Add regular expression references to glossary
...
r,a=jake
2003-05-06 03:59:19 +00:00
tara%tequilarista.org
0d66c3c37a
Fix to prevent browsing CVSROOT files
2003-05-05 06:25:00 +00:00
bbaetz%acm.org
325350ad59
Bug 201816 - use CGI.pm for header output
...
r=joel, a=justdave
2003-05-05 01:15:38 +00:00
bbaetz%acm.org
53dc081bf9
Bug 204104 - internal error in Search.pm when searching for invalid
...
keywords/email
patch by mike.morgan@oregonstate.edu (michael morgan)
r=bbaetz
a=justdave
2003-05-03 03:21:41 +00:00
tara%tequilarista.org
752636b24f
checking in David Berry's patch for bug 157682
2003-05-02 06:45:25 +00:00
mcafee%netscape.com
ce4a697b5c
Typo fix, patch courtesy caillon@returnzero.com.
2003-05-02 02:54:18 +00:00
myk%mozilla.org
7fd733a1d1
Checking in an irrelevant change to test the new sendmail on thelizard.
2003-05-02 00:57:36 +00:00
justdave%syndicomm.com
15ffd8fed6
Bug 204008: checksetup.pl didn't set permissions on the js directory
...
r= zach, a= justdave
2003-05-01 03:41:32 +00:00
myk%mozilla.org
a9df196e29
Clean-up patch for bug 72837: uses /usr/bin/perl instead of /usr/bonsaitools/bin/perl and adds message about these interfaces being experimental.
...
r=gerv
a=myk
2003-04-30 21:23:06 +00:00
myk%mozilla.org
75f87b2269
Fixing build bustage by adding version string and license header.
2003-04-29 23:37:49 +00:00
myk%mozilla.org
a4f5423134
Fix for bug 72837: a script that generates configuration information for a Bugzilla installation.
...
r=gerv
a=myk
2003-04-29 23:14:31 +00:00
jake%bugzilla.org
79366b6277
Spell component correctly.
2003-04-29 03:15:06 +00:00
burnus%gmx.de
7190835e6e
Bug 200198 - user-error.html.tmpl's use [% changedsince %] instead of $changedsince
...
r=gerv, a=justdave
2003-04-28 18:29:37 +00:00
gerv%gerv.net
e907fbb736
Bug 195607 - Minimum width code gets it wrong. Patch by gerv; r,a=justdave.
2003-04-27 13:44:23 +00:00
gerv%gerv.net
f82c184c9d
Bug 197171 - report.cgi: Use of uninitialized value in numeric lt. Patch by gerv; r,a=justdave.
2003-04-27 13:43:15 +00:00
bbaetz%acm.org
30357668b4
Bug 180086 - Rename 'count' column in votes tables
...
patch by bugzilla@chimpychompy.org (GavinS)
r=bbaetz,justdave
a=justdave
2003-04-27 07:20:39 +00:00
bbaetz%acm.org
f36a56c3bb
Bug 203540 - RenameField doesn't get NULL/NOT NULL correct
...
r,a=justdave
2003-04-27 07:19:28 +00:00
bbaetz%acm.org
5e887399e0
Byg 202463 - prefill 'assign to' with default component owner
...
patch by slamm@yahoo-inc.com (Steve Lamm)
r=bbaetz, a=justdave
2003-04-27 07:12:53 +00:00
jake%bugzilla.org
e331c62807
Bug 203080 - New version of LDAP to Bugzilla account sync script.
...
No review for contrib/
2003-04-26 16:35:04 +00:00
burnus%gmx.de
63447e87dc
Bug 203318 - 008filter.t fails to do chdir $topdir - if @Support::Templates::include_paths returns more than one path
...
r=justdave,gerv
a=justdave
2003-04-26 14:11:59 +00:00
jake%bugzilla.org
209b5142be
Bug 203160 - mod_throttle has a new URL
2003-04-26 02:58:36 +00:00
myk%mozilla.org
ce35b9bcd9
Fix for bug 179510: takes group restrictions into account when sending request notifications
...
r=bbaetz,jpreed
a=justdave
2003-04-25 05:41:29 +00:00
bbaetz%acm.org
171b5b8c68
Bug 172331 - importxml.pl warnings under perl 5.8
...
r,a=justdave
2003-04-25 04:16:01 +00:00
bbaetz%acm.org
4cda207d0e
Bug 179513, take N. Fix the bracketing so that it actually works...
...
r=myk, justdave
a=justdave
2003-04-25 00:47:17 +00:00
justdave%syndicomm.com
f3c5c341e3
Updating 2.17.4 release notes
2003-04-25 00:22:41 +00:00
bbaetz%acm.org
72da8784bf
Bug 201018 - editusers.cgi never calls DeriveGroup prior to changing a bug
...
patch mostly by justdave, bits by me
r=bbaetz,justdave,myk
a=justdave
2003-04-24 23:12:00 +00:00
bbaetz%acm.org
86e24733ff
Bug 197153 - Add wording schange requested by reviewer which wasn't in the
...
patch on the bug, and so wasn't checked in.
r,a=justdave
2003-04-24 22:41:07 +00:00
justdave%syndicomm.com
1d58c088a8
Bumping version number to 2.17.4 for developer snapshot release
2003-04-24 22:02:35 +00:00
justdave%syndicomm.com
29f1575ab1
Bug 193965: On product change, user can accidentally opt-out of required group restriction
...
Patch by Joel Peshkin <bugreport@peshkin.net>
r= bbaetz, justdave
a= justdave
2003-04-24 21:50:33 +00:00
justdave%syndicomm.com
8384cb3943
Bug 197153: Fix for insecure temporary filename handling.
...
Patch by Brad Baetz <bbaetz@acm.org>
r= justdave, gerv
a= justdave
2003-04-24 21:17:31 +00:00
justdave%syndicomm.com
5039334b62
Bug 192661: Dependency graphs were printing bug summaries without HTML filtering.
...
r= bbaetz, gerv
a= justdave
2003-04-24 20:55:02 +00:00
justdave%syndicomm.com
8e6acf702f
Bug 192677: Add new test to flag failure-to-filter situations in the templates, and correct the XSS holes that were discovered as a
...
result of it.
Patch by Gervase Markham <gerv@mozilla.org>
r= myk, bbaetz, justdave
a= justdave
2003-04-24 20:49:52 +00:00
preed%sigkill.com
7685734aed
Bug 190893 - Release the beautification script used for Bugzilla status reports; contrib, so no r=, a=tara
2003-04-23 18:31:58 +00:00
jake%bugzilla.org
dab604cbb4
Missed a couple of SGML references that should have been changed.
2003-04-23 03:23:04 +00:00
jake%bugzilla.org
6d2dfd10e5
Realphabetize the directory list.
2003-04-23 03:15:10 +00:00
jake%bugzilla.org
1b1454bb41
Recompile the docs from the XML source in anticipation of the 2.17.4 release.
2003-04-23 02:33:00 +00:00
jake%bugzilla.org
6535561639
Updating date for the 2.17.4 release.
2003-04-23 02:24:39 +00:00
jake%bugzilla.org
4f6272ff24
The source files for the Bugzilla Guide have long been using the XML version of DocBook but still residing in the sgml/ directory with an extension of .sgml.
...
In an effort to maintain CVS history, the raw files were copied on the CVS server to the xml/ directory and renamed to have .xml for the extension; any checkins before this one did have the .sgml extension.
2003-04-23 02:04:28 +00:00
timeless%mozdev.org
3c6005c1ce
Bug 202934 links doesn't like tdcolspan=3
...
r=jake@bugzilla.org
2003-04-22 19:56:12 +00:00
justdave%syndicomm.com
0dca7be7e7
Bug 198458: Added LDAP Sync script contributed by thomas+mozilla@stromberg.org (Thomas Stromberg) to the contrib directory.
...
a= justdave (no review for contrib)
2003-04-22 04:11:32 +00:00
justdave%syndicomm.com
127e1ef82d
Bug 202744: Removing unnecessary output from collectstats.pl cron job
...
r= gerv, a= justdave
2003-04-21 15:08:27 +00:00
jake%bugzilla.org
5217c4429e
Per bug 200472 - Changing the version information for Date::Parse (any) to instead specify Date::Format (2.21).
2003-04-21 01:13:13 +00:00
kestes%walrus.com
2b180a5d89
the vcdisplay::none.pm should reference the new all_cvs.html file.
2003-04-20 20:34:02 +00:00
kestes%walrus.com
5434d50dad
create an html file to display bonsai data without bonsai running.
...
Fixes to allow for the on click popup libraries.
create a $DEBUG variable to turn off some of the comments and
make the HTML file smaller.
Begin an effort to move the bug numbers into the DATABASE data structure to
make it easier to find all bugnumbers for a given time.
2003-04-20 20:33:16 +00:00
kestes%walrus.com
882e870329
we do not need the alt_linktst line here.
2003-04-20 20:28:11 +00:00
kestes%walrus.com
3528094d76
capitolize the </a> so it matches the openening character.
2003-04-20 20:25:37 +00:00
kestes%walrus.com
69d18614c1
document the arguments to link.
2003-04-20 20:23:12 +00:00
kestes%walrus.com
98b076cd1f
remove the 'use TinderHeader;' why would this cause me errors? There is a use of the headers
...
in this file. I do not understand this. I also changed some of the code for the Summary
display of error numbers, mostly make it easier to read.
2003-04-20 20:21:52 +00:00
kestes%walrus.com
ffa0c0cef8
simulate num errors found in log file. This is needed to test the new Summary code.
2003-04-20 20:19:29 +00:00
kestes%walrus.com
2432bd76af
remove the alt_linktst, I addeded because I missunderstood that VCDisplay::None is not related
...
to HTMLPopup::None. I do not need this alt feature at all.
2003-04-20 20:18:11 +00:00
kestes%walrus.com
f0c6a0a474
add more tests
2003-04-20 20:16:49 +00:00
kestes%walrus.com
a0173fb3d6
create sub to round times from the code taken from src/lib/TinderDB.pm
2003-04-20 19:35:28 +00:00
kestes%walrus.com
b3592dd9b3
move the time rounding code into its own function in Utils.
2003-04-20 19:34:28 +00:00
kestes%walrus.com
2763e5c9bd
minor stylistic cleanup, covert string 'errs' to 'errors' for readability. Also look at output summary files and make some changes to be more visible.
2003-04-20 19:33:33 +00:00
kestes%walrus.com
219f9bb342
A nice patch by adam@onshored.com (Adam Di Carlo) to DISPLAY_BUILD_ERRORS in various Summary formats. This checkin closes Bugzilla Bug 195789
2003-04-20 00:52:46 +00:00
kestes%walrus.com
610826a9bb
add some missing 'use' statements fixes Bugzilla Bug 195795 patch provided by adam@onshored.com (Adam Di Carlo)
2003-04-20 00:32:05 +00:00
justdave%syndicomm.com
92c01c2c18
Fix typo in previous checking for bug 200472. Date::Format should be version *2*.21.
2003-04-19 05:18:43 +00:00
justdave%syndicomm.com
f3b89d65d4
Bug 200472: Require specific version of Date::Format to ensure we don't run into a bug in an older version that we're triggering.
...
r= jake, a= justdave
2003-04-19 03:22:41 +00:00
bugreport%peshkin.net
8509f40e91
bug 202534 - Login with unrestricted IP address fails - tries to access missing get_netaddr
...
r=bbaetz
a=myk
2003-04-18 23:53:51 +00:00
kestes%walrus.com
deddccba63
fixes to quiet warnings.
2003-04-13 22:01:17 +00:00
kestes%walrus.com
145f0583f1
make the windows appear on click only, and move the popup text to its own datastructure
...
so that the generated html is easy to read.
2003-04-13 20:47:26 +00:00
kestes%walrus.com
cf92df8c02
put links inside the popup windows, in preparation for making the windows
...
appear on click.
2003-04-13 20:45:45 +00:00
kestes%walrus.com
e9708fdd66
move the overlib library to its own file so that it loads faster.
2003-04-13 20:44:35 +00:00
kestes%walrus.com
fce1e4396c
minor fixes to quiet warnings, mostly assigning my strings the empty string when they
...
are created.
2003-04-13 14:21:42 +00:00
kestes%walrus.com
e05503940f
fix off by one error which caused some warnings in the log file.
2003-04-13 14:18:09 +00:00
kestes%walrus.com
632871f47d
fix incorrect operator, wanted string comparison (eq) not numeric equality (==)
2003-04-13 14:15:01 +00:00
kestes%walrus.com
6d968b5156
minor changes to the taint system, mosty to untaint the error messages written to the
...
log files
2003-04-13 14:13:40 +00:00
leaf%mozilla.org
ef6cd680b0
rest of bug 201520, r=cyeh. using $regexp exposed an unterminated regexp match
...
for [^/] when % is used, which matches any string that has any non-/ characters
in it, rather than *no* / characters before the end of the string.
2003-04-11 00:16:05 +00:00
leaf%mozilla.org
62738efed6
bug 201520, r=dmose, cyeh. Use the modified regexp string instead of the
...
flat pattern string when comparing file entries in pre-existing partitions.
2003-04-10 22:26:49 +00:00
burnus%gmx.de
7a29882ad1
Bug 71790 - Duplicate resolution field should include bug number of original
...
r=bbaetz,a=justdave
2003-04-09 09:29:19 +00:00
justdave%syndicomm.com
2df4ad4a6f
Fixing tinderbox bustage from previous checkin (bug 199012)
2003-04-09 06:29:37 +00:00
gerv%gerv.net
346a44d770
Bug 199012 - Default (and b.m.o.) bug email should have "change prefs" line. Patch by gerv; r,a=myk
2003-04-08 23:29:35 +00:00
myk%mozilla.org
7304298c13
Fix for bug 200961: unhorks display of bug ID in RDF version of bug list.
...
r=justdave
a=justdave
2003-04-07 20:13:30 +00:00
bbaetz%acm.org
f1bde96d7b
Bug 200072 - Creating new users from LDAP at authentication time is broken
...
r,a=justdave
2003-04-05 02:21:54 +00:00
burnus%gmx.de
930f17595f
Bug 190589 - sidebar.cgi should link to report.cgi instead of reports.cgi for consistency
...
r,a=justdave
2003-04-03 12:39:06 +00:00
bbaetz%acm.org
709c9b24de
Bug 199813 - Make all users of ThrowUserError pass $vars in explicitly.
...
r=gerv
a=justdave
2003-04-02 12:35:07 +00:00
tara%tequilarista.org
1ddb4ddc5b
Checking in a fix for bug #187239--preventing fully qualified paths from being displayed.
2003-04-02 05:42:22 +00:00
jake%bugzilla.org
308a3869df
Bug 195424 - Add a note about new MySQL permissions needed for Bugzilla in MySQL 4.
2003-04-02 03:53:52 +00:00
jake%bugzilla.org
dc2478f8ef
Bug 194541 - Dot is a binary executable, not a perl script so we don't need to prefix the system call with the perl binary. There are no more system calls of perl scripts in Bugzilla, so this section can go away.
2003-04-02 01:12:31 +00:00
jake%bugzilla.org
24dea62d48
Misc. updates to the FAQ.
2003-04-02 01:10:38 +00:00
jake%bugzilla.org
32cdb1cf47
Bug 171674 - Adding a section to the Troubleshooting section describing how to fix the File::Temp problems in perl 5.6.0.
2003-04-02 00:40:56 +00:00
gerv%gerv.net
e8116dc558
Bug 195530 - Make javascript version of buglists available. r=bbaetz, jesse, a=justdave.
2003-04-01 07:13:19 +00:00
gerv%gerv.net
b20a40ccd7
Bug 80157 - Add "regenerate" option to collectstats.pl. Patch by rwalters@qualcomm.com, with tweaks by jean_seb@hybride.com, dberlin@dberlin.org and gerv@mozilla.org; r=gerv, a=justdave.
2003-03-31 22:33:06 +00:00
gerv%gerv.net
3c2a295910
Bug 192121 - Javascript error in guided bug entry. Patch by gerv; r=kiko, a=justdave.
2003-03-31 21:42:18 +00:00
timeless%mozdev.org
adcfe8cbef
Bug 197689 Missing Query - The query named $name seems to no longer exist.
...
r=bbaetz a=justdave
2003-03-30 03:27:11 +00:00
timeless%mozdev.org
bfd1422d0e
Bug 65319 editmilestones & editversions don't have extra add.
...
r=justdave a=justdave
2003-03-30 02:46:21 +00:00
ian%hixie.ch
f00de2c4ce
Forgot a dependency
2003-03-27 20:28:40 +00:00
ian%hixie.ch
ac06521cfd
A simple HTTP redirection template (301)
2003-03-27 20:00:26 +00:00
ian%hixie.ch
070ffc9042
More bullet proofing for the module loading; Better handling of inherited AUTOLOADs; minor fixups.
2003-03-27 19:59:32 +00:00
ian%hixie.ch
1484af1516
Even neater error messages and warnings
2003-03-27 19:58:17 +00:00
ian%hixie.ch
8324c78266
Slap some duct tape around the output module to keep it together for now. Eventually this will have to be vastly simplified.
2003-03-27 19:54:12 +00:00
ian%hixie.ch
86ce78147a
Comment out the debug code in the DESTROY handler
2003-03-27 19:52:23 +00:00
ian%hixie.ch
60b91e09b5
Fix fallout in the Input modules from the removal of implied properties
2003-03-27 19:50:40 +00:00
ian%hixie.ch
7418b4d70f
add a redirect string, fix the other strings to corectly send back their data.
2003-03-27 19:48:52 +00:00
ian%hixie.ch
364920c56b
Fix build bustage
2003-03-27 19:47:57 +00:00
ian%hixie.ch
5c08ce41ca
typo fix
2003-03-27 14:59:26 +00:00
jake%bugzilla.org
3c915014e3
Bug 196433 - Bugzilla now uses /usr/bin/perl as the shebang line
...
r=justdave
a=justdave
2003-03-27 00:07:02 +00:00
gerv%gerv.net
7f67d2b790
Bug 195621 - Back out taint-related changes from bug 160710. Patch by gerv; r,a=justdave.
2003-03-24 21:33:06 +00:00
justdave%syndicomm.com
5ec0699818
Bug 190892: Radio button for "run this query" looks silly if it's the only choice. Make it a hidden input if it's the only one.
...
r= Gerv, a= justdave
2003-03-24 07:59:58 +00:00
bbaetz%acm.org
f6fabc003f
Bug 180642 - Move authentication code into a module
...
r=gerv, justdave
a=justdave
2003-03-22 04:47:35 +00:00
bbaetz%acm.org
cc51915dd4
Bug 195695 - Requesting a non-existant format results in an Internal Error
...
r=gerv, a=myk
2003-03-22 01:17:02 +00:00
johnkeis
2f1e6239a8
Get ps command working on Solaris
2003-03-19 20:56:37 +00:00
johnkeis
0e13c0dcab
Make the list of editors actually show up
2003-03-19 20:54:59 +00:00
timeless%mozdev.org
40f3f6a50a
Bug 196300 Honor line breaks in checkin comments
...
r=tara
2003-03-16 15:09:33 +00:00
bbaetz%acm.org
13621af54e
Bug 197180 - Long comment names not flagged as an error
...
r,a=justdave
2003-03-16 06:16:43 +00:00
ian%hixie.ch
6f34ba8bd5
disabling a signal handler isn't done by using undef
2003-03-15 15:07:34 +00:00
ian%hixie.ch
a7bb820a34
fix the non-compiled case
2003-03-15 14:53:35 +00:00
ian%hixie.ch
56529c19a2
remove DESTROY code, rework the output system to use a single hash instead of passing arguments around, delay the loading of certain modules, fix some bugs with the removal of the built in property system, make the TemplateToolkit module only have one template object, and cache the precompiled documents, remove the HTTP output module, and other optimisations.
2003-03-15 14:14:21 +00:00