- 18 Mar, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
patch by bugzilla@ali.as r=bbaetz, justdave
-
- 16 Mar, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
r=gerv, justdave
-
- 12 Mar, 2002 1 commit
-
-
myk%mozilla.org authored
Patch by Myk Melez <myk@mozilla.org>. r=bbaetz,gerv
-
- 02 Mar, 2002 1 commit
-
-
zach%zachlipton.com authored
Patch by Zach Lipton (zach@zachlipton.com) and by Tobias Burnus (burnus@gmx.de). r=justdave, r2=zach
-
- 16 Feb, 2002 2 commits
-
-
justdave%syndicomm.com authored
-
justdave%syndicomm.com authored
Fix for bug 125835: Removing an old sarcastic comment from the localconfig generation routine so that it doesn't imply that using a password is bad. Patch by James Cox <james@awpimajes.com> r= justdave x 2
-
- 14 Feb, 2002 3 commits
-
-
zach%zachlipton.com authored
-
zach%zachlipton.com authored
-
zach%zachlipton.com authored
r=kiko x2
-
- 13 Feb, 2002 2 commits
-
-
bbaetz%student.usyd.edu.au authored
bugs r=justdave, afranke
-
justdave%syndicomm.com authored
Fix for bug 99024: checksetup was not giving proper permissions to the contents of the template directory. This patch also adds an .htaccess file that blocks access to the template folder by the web server. Patch by Dave Miller <justdave@syndicomm.com> r= zach x 2
-
- 08 Feb, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
-
- 05 Feb, 2002 1 commit
-
-
zach%zachlipton.com authored
adds a warning if the user has webservergroup set but does not run checksetup.pl as root. r1=kiko, r2=justdave
-
- 04 Feb, 2002 1 commit
-
-
bbaetz%student.usyd.edu.au authored
the db when required instead. (Also fixes bug 58242 as a side effect) r=myk, kiko
-
- 30 Jan, 2002 1 commit
-
-
myk%mozilla.org authored
Patch by Myk Melez <myk@mozilla.org>. r=bbaetz,kiko
-
- 28 Jan, 2002 1 commit
-
-
zach%zachlipton.com authored
non-numeric version number. Patch sets checksetup.pl to use a string compare instead of a numeric one. Patch by Dave Miller. r1=Bradley Baetz and r2=Gerv
-
- 17 Jan, 2002 1 commit
-
-
jake%acutex.net authored
r= bbaetz, justdave
-
- 13 Dec, 2001 1 commit
-
-
jake%acutex.net authored
Bug 37339 and Bug 80183 - Adding a sidebar.cgi and index.cgi. The sidebar.cgi can currently be used in Mozilla/Netscape 6 and uses XUL that was originally written by Scott Collins <scc@mozilla.org>. The index.cgi displays both the proper header and footer in the appropriate places. It also changes the links accoding to if you are logged in or not. r= ddk, kiko
-
- 27 Nov, 2001 1 commit
-
-
myk%mozilla.org authored
Fix for bug 109802: Make it clear how to enter mysql passwords with special characters into localconfig. Patch by Dave Miller <justdave@syndicomm.com>. r=ddkilzer,louie.
-
- 14 Nov, 2001 1 commit
-
-
bbaetz%cs.mcgill.ca authored
mysql versions don't support. Remove the checksetup.pl restriction, too. r=jake x2
-
- 08 Nov, 2001 1 commit
-
-
bbaetz%cs.mcgill.ca authored
fix to bug 107718. This should be removed when the group stuff lands (bug 60822). r=justdave x 2
-
- 31 Oct, 2001 1 commit
-
-
myk%mozilla.org authored
Patch by Myk Melez <myk@mozilla.org>. r=gerv@mozilla.org,jake@acutex.net
-
- 28 Oct, 2001 1 commit
-
-
zach%zachlipton.com authored
checksetup.pl use the emailregexp set in params if the params file exists, or ensures that it matches the default emailregexp from defparams.pl. r1=justdave, r2=bbaetz.
-
- 13 Oct, 2001 1 commit
-
-
justdave%syndicomm.com authored
Fix for bug 104516: No code changes in this patch, all this checkin does is remove all tabs from the bugzilla source and replace it with the appropriate number of spaces (in most cases 8) to line up with existing code. This is part of the effort to bring the existing codebase up to par with our style guidelines. Patch by Jake Steehagen <jake@acutex.net> r= justdave x2
-
- 12 Oct, 2001 1 commit
-
-
gerv%gerv.net authored
-
- 24 Sep, 2001 1 commit
-
-
zach%zachlipton.com authored
httpd.conf (for old apache). Simple 2line comment addition to localconfig to inform the user they may need to look at access.conf in addition to httpd.conf if they are using an older version of apache. Patch by Gavin Shelley <gavins@iplbath.com> r=Zach Lipton <zach@zachlipton.com> no 2nd review needed for this patch.
-
- 23 Sep, 2001 1 commit
-
-
zach%zachlipton.com authored
chmod +x runtests.sh so that it can be run with ./ r=bbaetz on irc, no 2nd review needed. No bug filed.
-
- 31 Aug, 2001 3 commits
-
-
justdave%syndicomm.com authored
Fix for bug 97721: Bugzilla now requires Perl 5.005 (previous requirement was Perl 5.004). This is due to the use of Template Toolkit for templatizing the pages for easier local customization. The new attachment tracker that was checked in earlier tonight uses the templates. Also included on this patch is a check for AppConfig, which is a prerequisite for Template Toolkit, because the Makefile.PL for Template Toolkit won't run without it, and it doesn't tell CPAN that it has prereqs, which causes confusion if you're installing from CPAN. Patch by Dave Miller <justdave@syndicomm.com> r= myk@mozilla.org
-
justdave%syndicomm.com authored
Fix for bug 75840: syncshadowdb -syncall now properly shuts down Bugzilla during the sync process so mysql doesn't get overloaded while the tables are locked. This patch also adds some funtionality to the script to allow you to specify an alternate temp directory on the command line, in case you have a large database and need it made to a different filesystem for space reasons. Patch by Dawn Endico <endico@mozilla.org> and Jake Steenhagen <jake@acutex.net> r= justdave@syndicomm.com
-
myk%mozilla.org authored
Fix for bug 84338: initial implementation of attachment tracker, which lets users flag attachments with statuses. Patch by Myk Melez <myk@mozilla.org> r=justdave@syndicomm.com
-
- 20 Aug, 2001 1 commit
-
-
myk%mozilla.org authored
Fix for bug 95890: Correctly convert/record keyword changes in the bugs_activity table for keywords containing a plus sign or other regular expression meta-characters. Myk's first ever Bugzilla checkin! Patch by Dave Miller <justdave@syndicomm.com> and Myk Melez <myk@mozilla.org>. r=myk@mozilla.org,justdave@syndicomm.com
-
- 13 Aug, 2001 1 commit
-
-
justdave%syndicomm.com authored
Fix for bug 39816: Anyone in CC, Reporter, QA Contact, or Asigned To fields can now be given access to view a bug even if the permissions on that bug are set to a group that would normally exclude those people. Patch by Myk Melez <myk@mozilla.org> r= justdave@syndicomm.com
-
- 11 Aug, 2001 1 commit
-
-
justdave%syndicomm.com authored
Fix for bug 94618: remove restrictions on valid characters in passwords. If crypt() takes it, why shouldn't we? Patch by Myk Melez <myk@mozilla.org> r= justdave@syndicomm.com
-
- 09 Aug, 2001 1 commit
-
-
justdave%syndicomm.com authored
Re-fix for bug 55161 - if data is partial in activity table, prepend a ? to indicate that we don't know for sure what got dropped. Patch by Jake Steenhagen <jake@acutex.net> r= justdave@syndicomm.com
-
- 26 Jul, 2001 1 commit
-
-
justdave%syndicomm.com authored
Patch by Jake Steenhagen <jake@acutex.net> r= justdave@syndicomm.com
-
- 25 Jul, 2001 1 commit
-
-
justdave%syndicomm.com authored
re-fix bug 76154: permissions weren't being set correctly on the .htaccess files when checksetup.pl was run again. Also adding .htaccess to .cvsignore so it won't show up as ? in cvs diffs and updates. Patch by Dave Miller <justdave@syndicomm.com> r= jake@acutex.net
-
- 23 Jul, 2001 1 commit
-
-
jake%acutex.net authored
Remove the code for rejecting the version of MySQL with broken encryption (as bugzilla no longer uses MySQL's encrypt routine). Also, point to mysql.com for downloading newer versions. Patch by Myk Melez <myk@mozilla.org> r= jake@acutex.net
-
- 22 Jul, 2001 1 commit
-
-
justdave%syndicomm.com authored
Fix for bug 76154: Bugzilla can now optionally provide .htaccess files for Apache to help restrict viewing of private data Patch by Dave Miller <justdave@syndicomm.com> r= jake@acutex.net
-
- 20 Jul, 2001 1 commit
-
-
jake%acutex.net authored
Fix for bugs 55161 and 12819. The activity log now stores only what's changed in multi-value fields. r= justdave@syndicomm.com
-
- 17 Jul, 2001 1 commit
-
-
jake%acutex.net authored
Patch by Myk Melez <myk@mozilla.org>
-