endico%mozilla.org
920ad4ed81
change zcat to cat. don't assume that the file is compressed
2001-08-01 04:03:18 +00:00
endico%mozilla.org
c9b38c329e
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.
2001-08-01 03:52:22 +00:00
jake%acutex.net
8fe9063d4d
Fix for bug 92713, show_activity.pl displays zeros as non-breaking spaces.
...
Patch by Myk Melez <myk@mozilla.org>
r= jake@acutex.net
2001-07-30 12:52:21 +00:00
ian%hixie.ch
961c90812c
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.
2001-07-30 06:29:25 +00:00
ian%hixie.ch
fa1ccb0738
* 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.
2001-07-29 22:38:30 +00:00
kestes%walrus.com
44bbff513d
added explanations so that others may avoid installation problems I had.
2001-07-27 20:46:10 +00:00
kestes%walrus.com
603a95f068
fixes because the default bonsai directory conventions were wrong and
...
I was not getting good treestates.
2001-07-27 20:44:45 +00:00
kestes%walrus.com
8760231679
show an example of how to use the new bonsai default parameter.
2001-07-27 20:42:56 +00:00
kestes%walrus.com
20bebb0b1d
change the 'show next' links to 'show previous' links, too many
...
users ask me dumb questions about the future (really!)
2001-07-27 20:41:31 +00:00
kestes%walrus.com
6dee214d83
a useful example to show how to write buildcf files.
2001-07-27 20:39:18 +00:00
kestes%walrus.com
a5653ebd9a
errors in the system3 and the chdir are now caught and sent to the server.
...
give and example of the command line arguments.
2001-07-27 20:38:50 +00:00
ian%hixie.ch
7c0dbe2fe3
Added a hash of the user's rights to the user hash to make it easier to enable or disable UI elements
2001-07-26 03:40:56 +00:00
ian%hixie.ch
18956f9796
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.
2001-07-26 00:54:37 +00:00
ian%hixie.ch
ef634e93bd
* 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
2001-07-25 23:54:32 +00:00
justdave%syndicomm.com
9d61fad196
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
2001-07-25 20:12:00 +00:00
justdave%syndicomm.com
452d0fb5ff
Fix for bug 90933: inconsistant field types for profiles.disabledtext
...
Patch by Jake Steenhagen <jake@acutex.net>
r= justdave@syndicomm.com
2001-07-25 17:55:29 +00:00
ian%hixie.ch
9c45d94bfc
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.
2001-07-25 09:32:28 +00:00
justdave%syndicomm.com
8ab662d553
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
2001-07-25 07:26:42 +00:00
jake%acutex.net
9b7adb0f66
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
2001-07-23 14:33:04 +00:00
justdave%syndicomm.com
d1e3b806fc
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
2001-07-23 02:34:08 +00:00
justdave%syndicomm.com
16e9e5348c
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
2001-07-22 05:23:33 +00:00
justdave%syndicomm.com
e2f5106142
fix "used only once" error reported by tinderbox
2001-07-22 00:43:34 +00:00
justdave%syndicomm.com
99dccbf9c5
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
2001-07-22 00:29:45 +00:00
justdave%syndicomm.com
a96210885a
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
2001-07-22 00:22:36 +00:00
kestes%walrus.com
8d1643241e
Change work email address to new company.
2001-07-20 19:05:22 +00:00
kestes%walrus.com
9de5c2383e
Fix handling of trees other then default. This is still a bit broken
...
for the default tree, but all others work now.
2001-07-20 18:59:35 +00:00
kestes%walrus.com
53b626fb3b
Must pass the treename through to BonsaiData.
2001-07-20 18:56:39 +00:00
kestes%walrus.com
0dfffdf63b
Show the users that there is a treeheader_bonsai module:
2001-07-20 18:55:44 +00:00
kestes%walrus.com
4310221c9e
Update the specfiles to work with the RedHat conventions for RH 7.1.
2001-07-20 18:43:11 +00:00
kestes%walrus.com
ebaf8ad014
add RedHat Package Managment (RPM) spec files. So that users of
...
this package managment system can easily deploy prepacked version of
bonsai.
2001-07-20 18:16:30 +00:00
kestes%walrus.com
60322cfe56
clarify details about the installation which gave me trouble.:wq
2001-07-20 18:14:53 +00:00
jake%acutex.net
ed69b4acf1
Fix for bugs 55161 and 12819. The activity log now stores only what's changed in multi-value fields.
...
r= justdave@syndicomm.com
2001-07-20 15:18:30 +00:00
justdave%syndicomm.com
16f7d90c34
Re-fix for bug 77699: the undefined error affected other browsers than just IE5, so work around it for all browsers.
...
Patch by Stephen Lee <slee@uk.bnsmc.com>
r= afranke@ags.uni-sb.de
2001-07-20 08:25:30 +00:00
timeless%mac.com
f4c8cd4d0b
Bugzilla Bug 90704 there is a correct spelling for gobbeldygook and this is not it
...
r=terry [C=WP, A=OED]
2001-07-16 20:15:03 +00:00
jake%acutex.net
98a3075c9b
Correcting the URL for MySQL's web page. Bug 90553.
...
Patch by Myk Melez <myk@mozilla.org>
2001-07-16 19:50:17 +00:00
justdave%syndicomm.com
eae6e119bd
Fixing minor problem caused by the original bug 77473 checkin where an SQL error was being produced if you tried to log in
...
with an invalid username.
Patch by Myk Melez <myk@mozilla.org>
r= justdave@syndicomm.com
2001-07-16 19:38:34 +00:00
timeless%mac.com
8d0478157a
Bugzilla Bug 90598 spelling and minor syntactic correctness [doeHs]
...
r=mpt a=terry. [C=WP, A=OED]
2001-07-13 17:45:52 +00:00
justdave%syndicomm.com
6b3b75de75
Fix for bug 77473, bug 74032, and bug 85472: Passwords are no longer stored in plaintext in the database. Passwords are no longer encrypted with MySQL's ENCRYPT() function (because it doesn't work on some installs), but with Perl's crypt() function. The crypt-related routines now properly deal with salts so that they work on systems that use methods other than UNIX crypt to crypt the passwords (such as MD5). Checksetup.pl will walk through your database and re-crypt everyone's passwords based on the plaintext password entry, then drop the plaintext password column. As a consequence of no longer having a plaintext password, it is no longer possible to email someone their password, so the login screen has been changed to request a password reset instead. The user is emailed a temporary identifying token, with a link back to Bugzilla. They click on the link or paste it into their browser and Bugzilla allows them to change their password.
...
Patch by Myk Melez <myk@mozilla.org>
r= justdave@syndicomm.com , jake@acutex.net
2001-07-11 05:29:21 +00:00
justdave%syndicomm.com
babcf8d29e
Fix for bug 87701: Invalid username in bug changes echoed back without escaping HTML data
...
Patch by Gervase Markham <gervase.markham@univ.ox.ac.uk>
r= justdave@syndicomm.com
2001-07-04 07:06:00 +00:00
justdave%syndicomm.com
eefbb08052
Killing the "used only once" error that suddenly popped up out of nowhere on tinderbox.
2001-07-04 05:33:37 +00:00
justdave%syndicomm.com
a8d4f31ac9
removing "Use Carp" and "sub die_with_dignity" that I was supposed to remove from the previous patch before checking it in.
2001-07-04 05:28:39 +00:00
justdave%syndicomm.com
a713e052fd
Fix for bug 59349: Processmail now runs in taint (perl -T and $db->{Taint}=1) mode. Hooks also added to globals.pl to make converting other files in Bugzilla to run in Taint mode easier.
...
Patch by Jake Steenhagen <jake@acutex.net>
r= justdave@syndicomm.com
2001-07-04 04:41:27 +00:00
gerv%gerv.net
703d842ab9
Add strikethrough to resolved bug numbers. Bug 79816. r=jake.
2001-07-01 20:17:28 +00:00
gerv%gerv.net
44a89994a3
Make bug chart filenames other-OS friendly by removing colons. Bug 88179. r=jake.
2001-07-01 19:09:29 +00:00
justdave%syndicomm.com
1597e271bd
Fix for bug 87596: improper definition of $::components in globals.pl
...
Patch by Dave Miller <justdave@syndicomm.com>
r= jake@acutex.net
2001-07-01 02:00:56 +00:00
justdave%syndicomm.com
9d2900700d
Fix for bug 76183 and bug 71555: consolidates chmod activity in one place in checksetup.pl and also provides permission setting for bugzilla installations installed in a personal user directory as opposed to the server's main web space. (makes the files world-readable so the webserver can see them, since you can't set the group)
...
Patch by Christian Reis <kiko@async.com.br>
r= justdave@syndicomm.com
2001-06-29 03:47:56 +00:00
justdave%syndicomm.com
40361d84c3
Fix for but 76073: - and + didn't work in quicksearch in IE and Opera
...
Patch by Andreas Franke <afranke@ags.uni-sb.de>
r= justdave@syndicomm.com
2001-06-28 16:27:37 +00:00
jake%acutex.net
8baa1e7854
Refix bug 80289. Don't print header for groups if there aren't any groups to display (was printing a header without groups in rare instances).
...
Patch by Joe Robins <jmrobins@tgix.com>
r= jake@acutex.net
2001-06-28 15:42:30 +00:00
justdave%syndicomm.com
8fbb787774
Fix for bug 87983: backdoor.cgi is Netscape-specific, and not part of the bugzilla package. Removing from CVS.
2001-06-28 06:49:06 +00:00
justdave%syndicomm.com
5b0c76aa66
Fixing "used only once" errors flagged by tinderbox on the last checkin.
2001-06-27 02:31:55 +00:00
justdave%syndicomm.com
8efbae9be1
Fix for bug 80289: Group restrictions are now identified with checkboxes instead of select widgets. Also, product groups are now only offered if they are either already set, or match the current product (i.e. the option to set a product bit for a product other than the one the bug is in is no longer available) This results in much less clutter for the admin folks on sites with lots of products.
...
Patch by Joe Robbins <jmrobins@tgix.com>
r= justdave@syndicomm.com
2001-06-27 01:44:34 +00:00
ian%hixie.ch
8c97591eed
* Implemented dispatcher.output service in CosesEditor.pm
...
* Implemented dispatcher.output.generic service in CosesEditor.pm
* Fixed a semantic error in the string data source
2001-06-23 04:07:21 +00:00
ian%hixie.ch
3f420d2309
(this checkin comment applies to the previous checkin on this file as well)
...
* Added some comments to various files indicating work to do and documenting some methods
* Fleshed out the Strings Data Source API (and implemented it in the MySQL version)
* Added the name "MySQL" to the MySQL-specific ID method of the Database Helper
* Factored out the XML parser dependency into an XML service
* Added a generic content sink implementation to the XML service
* Added a convenience method for manipulating user settings
* Added and implemented all the COSES commands
* Removed trailing spaces
2001-06-23 00:20:22 +00:00
ian%hixie.ch
225d339cd5
* Added some comments to various files indicating work to do and documenting some methods
...
*
2001-06-23 00:10:43 +00:00
justdave%syndicomm.com
d5331a298b
Re-fix for bug 28458: AddFDef always replaces the fielddefs every time you run checksetup.pl, so the change to them during doeditparams was nullified if you updated. Other recent changes have nullified the reason for changing it in editparams anyway, so just backing that part out.
...
Patch by Jake Steenhagen <jake@acutex.net>
r= justdave@syndicomm.com
2001-06-21 15:03:11 +00:00
justdave%syndicomm.com
8dec4d01ce
Fix for "used only once" error reported by tinderbox after the last checkin. (Aaargh!)
2001-06-21 02:42:41 +00:00
justdave%syndicomm.com
32a7a16306
Fix for bug 47914: buglist.cgi always had a not-logged-in footer if you were unlucky enough to have a login cookie that got corrupted in the shadow database. This patch makes buglist.cgi switch back to the primary database before looking up your login cookie for the footer.
...
Patch by Myk Melez <myk@mozilla.org>
r= justdave@syndicomm.com
2001-06-21 02:02:30 +00:00
jake%acutex.net
bc48c29b44
Fix for bug 86447 - ChangeFieldType() wasn't dealing with 'not null' properly.
...
r= justdave@syndicomm.com
2001-06-20 01:37:19 +00:00
justdave%syndicomm.com
a2bac692b3
Fix for bug 85833: show_bug.cgi (and probably others) now allow leading or trailing spaces in the bug id, to allow for user input error. This used to work, and recent bug validation changes broke it.
...
Patch by Jake Steenhagen <jake@acutex.net>
r= justdave@syndicomm.com
2001-06-19 22:48:21 +00:00
justdave%syndicomm.com
947a2b4e84
Fix for bug 45918: the old password field on the userprefs page is now used to log you back in if you try to change your password with cookies turned off, which avoids the confusing login screen after entering your new password in which you used to have to enter your old password one more time in order to let it set your new password (yes, it used to be as confusing as that just sounded :)
...
r= tara@tequilarista.org
2001-06-19 22:02:53 +00:00
dmose%mozilla.org
199ed6f301
Changing despot owner to endico@mozilla.org with her permission
2001-06-19 04:04:34 +00:00
jake%acutex.net
936d1b7a02
Running a query using the Added Comment option was very slow (bug 57350).
...
Patch by Myk Melez <myk@mozilla.org> and Dave Miller <justdave@syndicomm.com>
r= jake@acutex.net
2001-06-19 02:05:08 +00:00
jake%acutex.net
aca8112d7e
Refixing bug 71396. Each PushGlobalSQLState() needs a PopGlobalSQLState() and this file instead had two "pushes".
2001-06-19 01:37:02 +00:00
jake%acutex.net
a520791008
Allow '\' as a path delimiter (bug 29064)
...
Patch Concept by <timeless@mac.com>
r= jake@acutex.net
2001-06-18 23:13:18 +00:00
jake%acutex.net
333fb5fbb7
Fix for bug 85832 - QuickSearch should strip leading and trailing spaces.
...
Patch by Andreas Franke <afranke@ags.uni-sb.de>
2001-06-18 19:24:17 +00:00
tara%tequilarista.org
6915ed5a77
applying handy patch to refix version table to be 64 instead of 16--partial fix of bug 9352
2001-06-16 23:01:12 +00:00
jake%acutex.net
560a59fcb1
Fix for bug 71396 - $::db->do isn't needed anymore
...
Patch by Christian Reis <kiko@async.com.br>
r= jake@acutex.net
2001-06-16 14:51:16 +00:00
jake%acutex.net
9bb10e28c9
Fix for bug 83619 - QuickSearch was crashing Netscape 4.76 and 4.77 on Unix
...
Patch by Andreas Franke <afranke@ags.uni-sb.de>
2001-06-15 20:16:59 +00:00
jake%acutex.net
9a8e390762
Checking in the cleaner version of the fix for "No Available Products". This was attached to bug 65311.
...
Patch by Dave Miller <justdave@syndicomm.com>
r= jake@acutex.net
2001-06-14 20:02:31 +00:00
jake%acutex.net
c2f223f052
Backing out previous changes as there was a better patch already attached to a different bug
2001-06-14 20:00:03 +00:00
jake%acutex.net
22c2912d66
Bugzilla shouldn't display empty header in the New: email notifications (bug 85734)
...
r=timeless
2001-06-14 14:16:27 +00:00
justdave%syndicomm.com
45bd565c70
Fix for bug 84596: Syncshadowdb wasn't using the db_user and db_pass from localconfig, which meant that it previously wouldn't run unless it was running under a user that had access to the bugs and shadowbugs dbs and didn't have a password. It now looks for db_user and db_pass and specifies them on the command line to mysqldump and mysql if they're in use.
...
r= tara
2001-06-10 17:38:15 +00:00
justdave%syndicomm.com
6fe1144587
Re-fix for bug 21253: fix calling conventions for syncshadowdb so that a phony parameter to get past the multi-param system() test in tinderbox actually works.
...
r= tara
2001-06-10 17:15:56 +00:00
jake%acutex.net
9e4a6d0caf
Give a logical error message if no products are available to a user for bug entry (bug 84285).
...
Patch by Paul Thomas <paul.thomas@sse.ie>
r= jake@acutex.net
2001-06-08 13:12:13 +00:00
justdave%syndicomm.com
7ca1d33f14
Hopefully the fix for bug 77778: component lists, etc stuttering due to corruption in data/versioncache.
...
Patch design by Terry Weissman <terry@mozilla.org>
Patch implemented by Dave Miller <justdave@syndicomm.com>
r= tara@tequilarista.org
2001-06-07 21:26:49 +00:00
justdave%syndicomm.com
3b98736d18
Fix for bug 15980: Password is no longer shown in the location bar on the first page you load after logging in.
...
Patch by Dave Miller <justdave@syndicomm.com>
r= jake@acutex.net
2001-06-07 20:26:40 +00:00
justdave%syndicomm.com
78dceec13b
fix typo
2001-06-07 01:31:51 +00:00
justdave%syndicomm.com
e28badd576
Fix "used only once" error, per tinderbox build log.
2001-06-06 23:09:54 +00:00
justdave%syndicomm.com
336d245aa5
Fix for bug 21253: removing all single-parameter system() calls from Bugzilla
...
Patch by Dave Miller <justdave@syndicomm.com>
r= tara@tequilarista.org
2001-06-06 21:17:42 +00:00
justdave%syndicomm.com
d92a5f89ec
Fix for bug 83872: Bugzilla no longer requires the Mysql Perl module, but the DBD::mysql Perl module, and has been this way for a while. Fixing the version checks in checksetup.pl to check the correct module. Also eliminates a DBD::mysql-specific database function call that is depricated in the current version of DBD_mysql.
...
Patch by Dave Miller <justdave@syndicomm.com>
r= jake@acutex.net , tara@tequilarista.org
2001-06-06 21:10:47 +00:00
jake%acutex.net
53dba83bd9
Users should only be able to view attachments if they can view the bug that the file is attached to (bug 70189)
...
r=tara
2001-06-06 18:36:25 +00:00
jake%acutex.net
2c20a3ead5
Fixing typo. Attachments isn't spelled 'Attachemnts' (bug 84295).
2001-06-06 14:25:18 +00:00
justdave%syndicomm.com
4273abfb58
Fix for bug 39557: doeditvotes.cgi will no longer create a vote record for a nonexistant bug if the HTML is tampered with or other bugs cause bad bug numbers in the submitted form.
...
Patch by Myk Melez <myk@mozilla.org>
r= justdave@syndicomm.com
2001-06-06 04:51:55 +00:00
justdave%syndicomm.com
4fe1f1c9c3
Fix for bug 82781: describecomponents.cgi now checks viewing permissions to make sure you can see a product
...
Patch by Myk Melez <myk@mozilla.org>
r= tara@tequilarista.org
2001-06-06 04:32:45 +00:00
justdave%syndicomm.com
7f393c1d85
Fix for bug 28458: "NEW" bugs were not getting CC or QA Contact information displayed.
...
Patch by Jake Steenhagen <jake@acutex.net>
r= justdave@syndicomm.com
2001-06-06 04:28:52 +00:00
justdave%syndicomm.com
450514d585
Fix for bug 75482: adding the capability to deactivate a group without deleting it (prevent new bugs from being placed into that group, but don't remove the group restriction from bugs already in it).
...
Patch by Myk Melez <myk@mozilla.org>
r= justdave@syndicomm.com
2001-06-06 03:16:52 +00:00
ian%hixie.ch
86e3bcd2ae
* Improved the helpfulness of the extremely verbose debugging information of PLIF.pm by quoting embedded variables
...
* Implemented MagicCollectingArray, which acts like MagicPipingArray except that the result is collected into one big array instead of multiple arrayrefs
* Added the relevant getCollecting*List methods to the Controller class
* Added DESTROY methods to the magic array to prevent DESTROY method calls from being propagated
* Made the debug.dumpVars string more robust when the data hash includes one of the three magic characters '(', '.' or ')'
* Implemented sanitation in COSES so that any keys in the data hash containing one of the three magic characters '(', '.' or ')' will have them transliterated to '[', ':' and ']' respectively (sanitation is optional and can be bypassed)
* Changed the API of the generic output module's 'output' method to take the optional $session argument last, thus simplifying the call sites a lot
* Implemented the 'dispatcher.output' service in several classes to return strings that must be support in variants (required for a good UI in the COSES editor)
* Renamed the Login module's strings so that they use the dot-notation separating significant parts
2001-06-04 06:13:22 +00:00
ian%hixie.ch
a6faa21a5f
Stub implementation of a COSES editor component, plus added 'component.nameOfComponent' to the list of services provided by the other two components
2001-06-03 23:06:09 +00:00
ian%hixie.ch
15b9f89cde
Moved AdminCommands.pm and Login.pm to a Component directory
2001-06-03 22:45:37 +00:00
ian%hixie.ch
407f43e493
Minor bug fixes required to make the code run without crashing...
2001-06-03 16:14:41 +00:00
ian%hixie.ch
02d609eb82
Some more minor corrections to get it to run as well as compile... (removes some XXX comments and adds some error checking)
2001-06-03 15:27:16 +00:00
ian%hixie.ch
5dd8af9c83
Fixing a gazillion syntax, logic and XML errors and adding some debug code. It compiles!
2001-06-03 14:49:41 +00:00
ian%hixie.ch
7daa595cd4
* Added some comments (including some XXX comments where I realised we had missing code)
...
* Added implicit data to the hash passed to the string expander from the generic output service
* To support the implicit data, added a |hash| stub method to the Session.pm module (and changed the already implemented version in the descendant user service to take this into account)
* To support the implicit data, added |hash| and |getArguments| methods to the Input.pm module (and implemented |getArguments| in the Arguments.pm module)
* To support the implicit data, made the Program.pm module keep track of the executing command
* To support the implicit data, added |hash| and |name| methods to the Program.pm module (actually, |name| was already assumed to exist in other parts of the codebase)
* Corrected trivial semantic mistake in Program.pm's |verifyInput| method
* Added a way to get a user not by username but by a specific address (modifies the user service and the user data source and it's MySQL implementation)
* Implemented GenericOutputs.pm, an implementation of 'dispatcher.output.generic' and 'dataSource.strings.default' for some strings used by other parts of PLIF (currently only supports 'stdout' and 'http' protocols, and minimally at that)
* Implemented Login.pm, a helper module that implements user authentication, user creation and the sending of a new password if it is forgotten, a utility method |hasRight| to ensure that the authenticated user has a particular right (resulting in a message if not), and various routines to support all this.
2001-06-03 10:11:58 +00:00
tara%tequilarista.org
eda44f5b9f
Landing Myk's patch for bug #71767
2001-06-02 22:02:02 +00:00
jake%acutex.net
dd724b762d
sanitycheck.cgi was able to be run by anybody - even people without Bugzilla accounts. It is now restricted to only people with the editbugs permission (bug 54556).
...
Patch by Myk Melez <myk@mozilla.org>
r= jake@acutex.net
2001-06-02 14:24:45 +00:00
justdave%syndicomm.com
770e473d23
Fix for bug 65190: add comparison type "all words as substrings" and "any words as substrings" to the text fields in query.cgi
...
Patch by Andreas Franke <afranke@ags.uni-sb.de>
r= justdave@syndicomm.com
2001-06-02 04:02:13 +00:00
justdave%syndicomm.com
46f339c5a5
Fix for bug 78407: extra safeguard against overpopping the email list when pruning people who aren't supposed to get mail.
...
Patch by Jake Steenhagen <jake@acutex.net>
r= justdave@syndicomm.com
2001-06-02 03:19:26 +00:00
justdave%syndicomm.com
6e09c91524
Fix for bug 83596: optional dependency on XML::Parser now checked in checksetup.pl
...
Patch by Dave Miller <justdave@syndicomm.com>
r= jake@acutex.net
2001-06-02 01:57:22 +00:00
justdave%syndicomm.com
988054fcd5
Fix for bug 83618: checksetup.pl crashes if DBI module isn't already installed.
...
Patch by Dave Miller <justdave@syndicomm.com>
r= jake@acutex.net
2001-06-02 01:53:01 +00:00
jake%acutex.net
d92f61970d
More leak pluggin. This one fixes bug 39526.
...
Patch by Myk Melez <myk@mozilla.org>
r= jake@acutex.net
2001-06-01 13:38:01 +00:00