Commit Graph

3085 Commits

Author SHA1 Message Date
kestes%walrus.com
f7ae4e643b reject bug tickets for trees we do not know about. This allows
BTData to not depend on TreeData


git-svn-id: svn://10.0.0.236/trunk@100938 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-13 20:03:10 +00:00
kestes%walrus.com
33bef51b18 generalize the interface of BTData::bug_id2bug_url. we he a bug tracking
system which does not have a simple mapping of bugid to url.


git-svn-id: svn://10.0.0.236/trunk@100937 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-13 20:01:36 +00:00
kestes%walrus.com
ceffc17ca5 generalize the interface of BTData::bug_id2bug_url we have a bug tracking
system which does not have a clear mapping from bugid to url.


git-svn-id: svn://10.0.0.236/trunk@100936 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-13 20:00:24 +00:00
kestes%walrus.com
5316c3733b generalize split_cgi_args so that other programs can use it. now it accepts
an argument.


git-svn-id: svn://10.0.0.236/trunk@100934 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-13 19:56:41 +00:00
kestes%walrus.com
28e313ca82 generalize split_cgi_args so that other scripts can use it. Add an
argument.


git-svn-id: svn://10.0.0.236/trunk@100932 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-13 19:55:25 +00:00
kestes%walrus.com
5c9c2ad5a5 the calls to save_structure used to pass a scalar variable and not a reference. this was just wrong and broke when used with storable.
git-svn-id: svn://10.0.0.236/trunk@100929 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-13 19:52:34 +00:00
kestes%walrus.com
12274defd3 add code to call the bonsai save state functions. this does not work yet.
git-svn-id: svn://10.0.0.236/trunk@100926 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-13 19:50:46 +00:00
kestes%walrus.com
2435df12d7 add code to call the Bonsai save state functions. this does not work yet.
git-svn-id: svn://10.0.0.236/trunk@100925 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-13 19:49:37 +00:00
jake%acutex.net
8d75bc0860 Fix for bug 95082 - Param('shutdownhtml') doesn't completely shut down bugzilla.
r= justdave@syndicomm.com


git-svn-id: svn://10.0.0.236/trunk@100921 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-13 19:11:35 +00:00
justdave%syndicomm.com
ed801615ae Fix for bug 26194: There are now substitution parameters available for use in newchangedmail which will include the reason(s)
that the person is receiving the mail in either an email header, the body of the message, or both.  The default newchangedmail
parameter includes these in it.  If you have an existing installation you will need to either hit "reset" next to the
newchangedmail parameter, or add the substitution parameters where you like them according to the instructions given in
editparams.cgi viewed from the web.
Patch by Matthew Tuck <matty@chariot.net.au> and Zach Lipton <zach@zachlipton.com>
r= justdave@syndicomm.com


git-svn-id: svn://10.0.0.236/trunk@100916 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-13 17:06:38 +00:00
justdave%syndicomm.com
33da69e9ae Fix silly syntax error I missed.
git-svn-id: svn://10.0.0.236/trunk@100907 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-13 00:48:45 +00:00
justdave%syndicomm.com
929927863c 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


git-svn-id: svn://10.0.0.236/trunk@100906 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-13 00:46:20 +00:00
justdave%syndicomm.com
c23c8e23f0 Fix for bug 95008: duplicates page no longer ignores verified INVALID/WONTFIX bugs
Patch by Gervase Markham <gervase.markham@univ.ox.ac.au>
r= justdave@syndicomm.com


git-svn-id: svn://10.0.0.236/trunk@100905 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-13 00:19:37 +00:00
zach%zachlipton.com
4b64825f49 More bug 26194: move the reason to the top of the email so that it doesn't look like part of the comment. a=dave
git-svn-id: svn://10.0.0.236/trunk@100877 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-12 01:11:21 +00:00
zach%zachlipton.com
c122ea83f7 patch for bug 26194: Header explaining reason d'etre for email in New email notification scheme.
Patch by MattyT <matty@chariot.net.au>, r=zach@zachlipton.com.


git-svn-id: svn://10.0.0.236/trunk@100874 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-11 23:16:16 +00:00
jake%acutex.net
39322f5254 Updates to README from bug 94846.
Patch by Matthew Tuck <matty@chariot.net.au>


git-svn-id: svn://10.0.0.236/trunk@100870 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-11 19:56:40 +00:00
justdave%syndicomm.com
740ffa66b6 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


git-svn-id: svn://10.0.0.236/trunk@100861 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-11 01:51:05 +00:00
zach%zachlipton.com
c8d61a878f fix for bug 66235: process_bug.cgi: multiple product change misses the groupset bit. Patch by Myk <myk@mozilla.org> r=Jake, oh, and it's my first checkin, yahoo!
git-svn-id: svn://10.0.0.236/trunk@100858 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-11 01:18:24 +00:00
barnboy%trilobyte.net
8905a2682f CHANGES move to "UPGRADING-pre-2.8"
git-svn-id: svn://10.0.0.236/trunk@100833 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-10 22:35:22 +00:00
barnboy%trilobyte.net
6d4f3a4593 Compiled HTML/TXT check-in. For some reason, it keeps thinking my darn
dbschema.jpg file is changing, though.


git-svn-id: svn://10.0.0.236/trunk@100828 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-10 22:27:11 +00:00
barnboy%trilobyte.net
970ab1d291 Removal of HTML from docs temporarily due to massive renaming
in the latest restructuring of the Bugzilla Guide.


git-svn-id: svn://10.0.0.236/trunk@100823 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-10 22:15:55 +00:00
barnboy%trilobyte.net
3578bee4a5 Checkin for 2.14 release. Still some problems; this cannot yet
be used for 2.14 documentation due to inconsistencies.


git-svn-id: svn://10.0.0.236/trunk@100820 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-10 22:13:55 +00:00
justdave%syndicomm.com
19a161bd38 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


git-svn-id: svn://10.0.0.236/trunk@100645 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-09 06:12:18 +00:00
kestes%walrus.com
15839d357b Major bug in the untainting code. It seems that $1 is not cleared if
a pattern match fails.  I need to go and explicity add lots of if then else
clauses to ensure that variables are properly clean.  This unleashes a torrent of bugs.  Also split the check for valid filenames into two.  One checks
that each character is a valid character the other checks that
the directories which are pointed to are subdirectories of well known
 directories.


git-svn-id: svn://10.0.0.236/trunk@100219 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-02 20:11:03 +00:00
kestes%walrus.com
b4601d8e76 fix bug in the untainting code by splitting the checks into two parts
one checks for valid characters in a filename the other checks
for both valid characters and valid directories as well.


git-svn-id: svn://10.0.0.236/trunk@100217 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-02 20:06:02 +00:00
kestes%walrus.com
60861e8e03 fix bug in untainting code by splitting up the file checks into two pieces
one checks for legal characters and the other checks for legal characters AND
legal directories.


git-svn-id: svn://10.0.0.236/trunk@100216 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-02 20:04:25 +00:00
kestes%walrus.com
f04c0d6e27 version number had a space when the day of the month was less then 10,
now it has a zero.


git-svn-id: svn://10.0.0.236/trunk@100215 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-02 20:02:17 +00:00
endico%mozilla.org
b2e1298931 change zcat to cat. don't assume that the file is compressed
git-svn-id: svn://10.0.0.236/trunk@100085 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-01 04:03:18 +00:00
endico%mozilla.org
e1a053697e weed out cruft. two years of data contained 5 million urls most of which were various bonsai and htdig queries. This is insane. Crop off everything in the url after a question mark. Crop off "index.html". Crop off trailing slashes except the root of the web site which is a lone slash. Added a shell script to preprocess the log data since that code was reused from another web analizer script.
git-svn-id: svn://10.0.0.236/trunk@100084 18797224-902f-48f8-a5cc-f745e15eee43
2001-08-01 03:52:22 +00:00
jake%acutex.net
b65bd37c2f Fix for bug 92713, show_activity.pl displays zeros as non-breaking spaces.
Patch by Myk Melez <myk@mozilla.org>
r= jake@acutex.net


git-svn-id: svn://10.0.0.236/trunk@100005 18797224-902f-48f8-a5cc-f745e15eee43
2001-07-30 12:52:21 +00:00
ian%hixie.ch
f8d7d98bf6 Added support for string escaping, and shrinking (flattening) and expanding of hashes of arrays (such as the data.input.arguments hash), to COSES. These features are necessary for making the UI layer of an application.
git-svn-id: svn://10.0.0.236/trunk@100003 18797224-902f-48f8-a5cc-f745e15eee43
2001-07-30 06:29:25 +00:00
ian%hixie.ch
8232699993 * Abstracted out the string expander logic so that now strings have to say what string expanded they expect to be processed with (e.g., 'COSES', 'XSLT', 'Template' or whatever). This required one field 'type' to be added to every default string and a new field 'type' to be added to the string data source.
* Changed the COSES editor to support the abstracted logic mentioned above (note: maybe "COSES editor" is no longer an apt name...).
* Made the parseNS method of the XML service actually do something.
* Made the COSES processor namespace aware.
* Changed <coses:embed string=""> to <coses:include href="">. I was going to change it to an XInclude, but it turns out the processing model is wrong for that (XInclude, for instance, bans recursive nesting). Added support for a 'parse' attribute just like for XInclude (support three values: 'xml', 'text' and 'x-auto').
* Added columnExists() to the DBI database helper.
* Added string caching to the strings data source. Should be particularly helpful for Apache mod_perl installations.


git-svn-id: svn://10.0.0.236/trunk@99999 18797224-902f-48f8-a5cc-f745e15eee43
2001-07-29 22:38:30 +00:00
kestes%walrus.com
e4419c3cbf added explanations so that others may avoid installation problems I had.
git-svn-id: svn://10.0.0.236/trunk@99980 18797224-902f-48f8-a5cc-f745e15eee43
2001-07-27 20:46:10 +00:00
kestes%walrus.com
955538d3f9 fixes because the default bonsai directory conventions were wrong and
I was not getting good treestates.


git-svn-id: svn://10.0.0.236/trunk@99979 18797224-902f-48f8-a5cc-f745e15eee43
2001-07-27 20:44:45 +00:00
kestes%walrus.com
93c49da5ec show an example of how to use the new bonsai default parameter.
git-svn-id: svn://10.0.0.236/trunk@99978 18797224-902f-48f8-a5cc-f745e15eee43
2001-07-27 20:42:56 +00:00
kestes%walrus.com
c135307d7d change the 'show next' links to 'show previous' links, too many
users ask me dumb questions about the future (really!)


git-svn-id: svn://10.0.0.236/trunk@99977 18797224-902f-48f8-a5cc-f745e15eee43
2001-07-27 20:41:31 +00:00
kestes%walrus.com
8fbe1b9666 a useful example to show how to write buildcf files.
git-svn-id: svn://10.0.0.236/trunk@99976 18797224-902f-48f8-a5cc-f745e15eee43
2001-07-27 20:39:18 +00:00
kestes%walrus.com
fa006f0af6 errors in the system3 and the chdir are now caught and sent to the server.
give and example of the command line arguments.


git-svn-id: svn://10.0.0.236/trunk@99975 18797224-902f-48f8-a5cc-f745e15eee43
2001-07-27 20:38:50 +00:00
ian%hixie.ch
55545a8366 Added a hash of the user's rights to the user hash to make it easier to enable or disable UI elements
git-svn-id: svn://10.0.0.236/trunk@99936 18797224-902f-48f8-a5cc-f745e15eee43
2001-07-26 03:40:56 +00:00
ian%hixie.ch
8af7171695 Added better handling for error conditions in the Database code, and fixed the 'addRight' method to use it.
Pasted in excerpts from the DBI man pages with sections highlighted in order to keep track of what will need fixing.


git-svn-id: svn://10.0.0.236/trunk@99932 18797224-902f-48f8-a5cc-f745e15eee43
2001-07-26 00:54:37 +00:00
ian%hixie.ch
24c472b7af * Added a section on common errors to Documentation.txt
* Added more comments to a few modules
* Changed the semantics of adding and removing user fields ("user data types")
* Implemented a factory service to perform those semantics ('registerField', 'removeField' and the convenience 'registerSetting')
* Added a missing return in the MySQL implementation of the user data source
* Added an assert in the MySQL version of 'addRight' to catch an easy error
* Added XXX comment in the MySQL version of 'addRight' (will fix this in the next patch)
* Fixed a case where sending an undefined value to the DBI database implementation would fail during the untainting
* Fixed MySQLID to actually work (in the DBI ResultsFrame)
* Fixed two typos in the user service ('settings' to 'setting')
* Added the requirement that a user must have certain rights to use the COSES editor
* Added a setupInstall implementation to the COSES editor


git-svn-id: svn://10.0.0.236/trunk@99929 18797224-902f-48f8-a5cc-f745e15eee43
2001-07-25 23:54:32 +00:00
justdave%syndicomm.com
7d5d7c0224 fix for bug 91903: insecure dependency in require in importxml.pl under taint mode only in Perl 5.005.
Patch by Jake Steenhagen <jake@acutex.net>
r= justdave@syndicomm.com


git-svn-id: svn://10.0.0.236/trunk@99917 18797224-902f-48f8-a5cc-f745e15eee43
2001-07-25 20:12:00 +00:00
justdave%syndicomm.com
4e949a3f8c Fix for bug 90933: inconsistant field types for profiles.disabledtext
Patch by Jake Steenhagen <jake@acutex.net>
r= justdave@syndicomm.com


git-svn-id: svn://10.0.0.236/trunk@99911 18797224-902f-48f8-a5cc-f745e15eee43
2001-07-25 17:55:29 +00:00
ian%hixie.ch
1b672eeb27 Mainly changes to make it compile and easier to debug:
* Made the start of an execution start clearer in the error log. This depends on the debug level; just makes it easier to determine what is a single execution block in a 70MB error log.
* Changed a stray semicolon into a comma, and fixed other misspellings or typos.
* Added the default strings to the CosesEditor component.


git-svn-id: svn://10.0.0.236/trunk@99910 18797224-902f-48f8-a5cc-f745e15eee43
2001-07-25 09:32:28 +00:00
justdave%syndicomm.com
5457c9aeca 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


git-svn-id: svn://10.0.0.236/trunk@99905 18797224-902f-48f8-a5cc-f745e15eee43
2001-07-25 07:26:42 +00:00
jake%acutex.net
6fac503401 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


git-svn-id: svn://10.0.0.236/trunk@99751 18797224-902f-48f8-a5cc-f745e15eee43
2001-07-23 14:33:04 +00:00
justdave%syndicomm.com
af96e738e6 re-fix for bug 55161: buglist works again if you search for change history on a bug
Patch by Jake Steenhagen <jake@acutex.net>
r= justdave@syndicomm.com


git-svn-id: svn://10.0.0.236/trunk@99743 18797224-902f-48f8-a5cc-f745e15eee43
2001-07-23 02:34:08 +00:00
justdave%syndicomm.com
0f8273ef0c 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


git-svn-id: svn://10.0.0.236/trunk@99729 18797224-902f-48f8-a5cc-f745e15eee43
2001-07-22 05:23:33 +00:00
justdave%syndicomm.com
cb4b02bf43 fix "used only once" error reported by tinderbox
git-svn-id: svn://10.0.0.236/trunk@99725 18797224-902f-48f8-a5cc-f745e15eee43
2001-07-22 00:43:34 +00:00
justdave%syndicomm.com
ad1725e23f Fix for bug 84714 and bug 88797: You can now change bug groups from the "change several bugs" form even if the bugs aren't all in the same groups. Also, the groups are no longer cleared when you make a change from the "change several bugs" form (unless you tell it to)
Patch by Joe Robins <jmrobins@tgix.com> and Dave Miller <justdave@syndicomm.com>
r= zach@zachlipton.com
a= justdave@syndicomm.com


git-svn-id: svn://10.0.0.236/trunk@99724 18797224-902f-48f8-a5cc-f745e15eee43
2001-07-22 00:29:45 +00:00