Граф коммитов

2768 Коммитов

Автор SHA1 Сообщение Дата
ian%hixie.ch 05b0232a3b Added support for easily getting the original key name of a munged key: added a virtual '.coses: original key' entry to all hashes in COSES (works similar to the virtual '.length' item that all arrays have). Edited the debug string to mention these virtual items. 2001-11-30 16:20:22 +00:00
ian%hixie.ch 223ca141d1 Fixing an inconsistency between getArgument() and peekArgument(). peekArgument() now returns an empty list in an array context if there is no such argument, instead of undef. This makes it act like getArgument(), which just returns the list of values in an array context. Similarly, made the default implementation of peekArgument() whine about not being implemented instead of returning undef, since by design peekArgument() should return the same as getArgument() if the argument is present. 2001-11-30 16:13:00 +00:00
ian%hixie.ch c790c34e51 Adding error handling for the case where the user prefs editor is called with bogus user IDs. 2001-11-30 16:06:45 +00:00
ian%hixie.ch cad0aefadc Implemented logout and explicit new account creation in the login service. Had to add removeObject() to the Controller module (the opposite of the exisiting addObject()). 2001-11-30 13:31:29 +00:00
mcafee%netscape.com d0e2eaa81c close the file to get it to write to disk 2001-11-30 08:41:27 +00:00
mcafee%netscape.com ae65a5cc2d match changes from startup test. 2001-11-30 08:38:05 +00:00
mcafee%netscape.com d8c369daf3 better error message when no data file is found. 2001-11-30 08:32:53 +00:00
mcafee%netscape.com 30436cd379 try to fix error-on-first-report 2001-11-30 07:57:19 +00:00
mcafee%netscape.com 4ec5a46977 avg -> value 2001-11-30 05:53:01 +00:00
mcafee%netscape.com 1367a664e4 switching avg to value 2001-11-30 05:49:19 +00:00
mcafee%netscape.com 5dd51d6943 Fixing Y axis label 2001-11-30 05:44:07 +00:00
mcafee%netscape.com df79caa59b First add. Clone of startup cgis. plans to make this a general graph cgi are in the wings, this is a temporary get-this-going hack 2001-11-30 04:51:04 +00:00
ian%hixie.ch 0d7332f336 Minor fixes to make the previous checkin actually compile... 2001-11-29 20:23:48 +00:00
ian%hixie.ch 25b1d12a51 * Corrected some inaccurate comments I came across.
* Added support for group membership levels (now you can be a normal member, as before, but also a group op or a group admin) -- this affected the user data source, the mysql data source, and the user service.
* Added a getFieldsHierarchically() method to the user data source.
* Added a getFieldsByCategory() method to the user data source.
* Fixed a typo in some of the SQL in the rights management part of the MySQL user data source.
* Added support in the arguments input module for treating the arguments as dot-delimited trees and returning a specific branch.
* Added support in the passwords service for encrypting a specific password.
* Added a getFieldByID() method to the user service.
* Made the groups in the user service be indexed by both ID and Name.
* Implemented the user preferences component.
2001-11-29 18:03:38 +00:00
jake%acutex.net b35462663d Bug 108312 - The mid-air collision page was only showing the most recent changes if two people comitted changes to a bug while you were viewing it.
r=louie, myk
2001-11-27 15:04:52 +00:00
mcafee%netscape.com 6c017b5495 Solaris needs LD_LIBRARY_PATH help for /usr/local/lib 2001-11-27 05:01:47 +00:00
mcafee%netscape.com 91e7099173 Find gnuplot 2001-11-27 04:43:32 +00:00
mcafee%netscape.com 0195aa1082 First add. code=jrgm, modified by mcafee 2001-11-27 02:26:48 +00:00
mcafee%netscape.com 4ab8b1cc2d minor html fix 2001-11-27 02:19:00 +00:00
myk%mozilla.org 880817f69f 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.
2001-11-27 00:49:26 +00:00
myk%mozilla.org 6cc1e85202 Fix for bug 101875: Put the product column before the component column rather than after.
Patch by Paul Baker <pbaker@where2getit.com>.
Low risk, r=myk, no second review needed.
2001-11-26 23:29:29 +00:00
jake%acutex.net 8faf89a56a Bug 109530 - xml.cgi was quoting stuff way too much. This is because it was incorrectly quoted in Bug.pm
r= justdave, louie
2001-11-26 14:16:10 +00:00
timeless%mac.com 7873addd19 Bugzilla Bug 107823 change nsIFile
to use 'Modified' instead of 'Modification'
r=akkana sr=brendan
2001-11-26 08:05:05 +00:00
ian%hixie.ch 8db5cd827f mkdir requires the second argument in perl 5.005. b=111730, r=daniele 2001-11-25 14:17:19 +00:00
ian%hixie.ch ba0995062e Mozbot shipped with a broken default bugsDWIMQueryDefault -- made the code more consistent. b=93203, r=timeless 2001-11-25 13:59:53 +00:00
ian%hixie.ch 3e1a0552b7 oops, stray dot meant the private karma scores were getting corrupted! r=kerz 2001-11-25 01:25:27 +00:00
ian%hixie.ch f06a83769d Initial checkin of a karma module. r=kerz b=111757 2001-11-25 01:01:35 +00:00
ian%hixie.ch 948a9f08ad Changing 'will soon be available as an open source resource' to 'is available as an open source resource' 2001-11-23 16:50:57 +00:00
ian%hixie.ch 35ca97689e work in progress: a component that provides a way for users and admins to edit user preferences, settings, contact details, password, etc. 2001-11-23 00:16:44 +00:00
ian%hixie.ch 36d2cbf8bf changing the argument names from the cosesEditorXYZ form to the cosesEditor.x.y.z form. This will make them more consistent with how things work elsewhere in PLIF. 2001-11-22 20:15:45 +00:00
ian%hixie.ch 4f7a051ce1 * Created service- and serviceInstance- specific constructors so that a single module can have distinct constructors depending on how it is invoked. These constructors are called serviceInit() and serviceInstanceInit(), and both chain to the existing init() constructor (so no change are required by this).
* Changed FileStrings so that it doesn't have to be updated every time the file string format changes. The format is now one line per piece of metadata, then a blank line, then the string data. If additional metadata is added later then this will automatically support it.
* Renamed the dataSource.strings service to dataSource.strings.customised, and renamed its get() method to getCustomisedString().
* Changed the semantics of dataSource.strings.customised so that it no longer looks for a default string if it can't find a customised one (and thus removed getDefaultString).
* Abstracted the Generic output module even more. It now consists of output.generic (a service instance with its own constructor) and dataSource.strings (a pure service), the latter of which is a wrapper around dataSource.strings.customised and dataSource.strings.defaults.
* Updated Coses to work with the new dataSource.strings insterface.
* Removed the test app DataSource::ConsoleStrings and DataSource::HTTPStrings files, since they were redundant with the default output files.
* Removed all the default strings in the CosesEditor and Login components since they are pretty pointless.
* Factored out the call to dump() in the GenericOutputs module.
* Changed setString in the MySQL string data source so that it will now add a blank string (it used to delete the string if it was blank, but that meant that it was not possible to customise strings away).
* Added a piece of metadata to strings: their version number.
* Updated the customised string data source stubs to mention the version data now stored with all strings
* Added a getAllStringVersions method to the customised strings data source which returns all the string names and their version numbers.
* Made the customised strings data source check the version number of every string in its database during setupInstall to make sure that they are all up to date, version-wise. If any are out of date, the user is notified.
* Added support for the new version column to the MySQL version of the customised string data source.
* Updated the increasingly misnamed CosesEditor to support the versioned strings stuff.
* Factored out some code in the CosesEditor.
* Added version information to all default strings. All default strings are now at version 1.
* Fixed a typo in a FileStrings dump statement.
* Fixed the calls to setProgress in the MySQL user and strings data sources and in the user field factory to use the correct syntax (a parsable dotted string instead of unlocalisable plain English).
* Updated the Generic output module's documentation to match what now happens.
2001-11-22 15:46:42 +00:00
justdave%syndicomm.com 0206bbfc6b Fix for bug 61634: explain what "Milestone URL" is on the editproducts page.
patch by Matthew Tuck <matty@chariot.net.au>
r= caillon, justdave
2001-11-22 15:46:27 +00:00
gerv%gerv.net 7ef2e8aa47 Bug 104261 - incorrect template paths. r=myk, ddk. 2001-11-22 06:12:36 +00:00
justdave%syndicomm.com f363635a93 Fix for bug 99864: consistant use of "product" vs "program"
Patch by Josh Soref <timeless@mac.com>
r= dkl, justdave
2001-11-21 19:56:28 +00:00
timeless%mac.com aeecd12fc5 Bugzilla Bug 93754�describe should be #directable
r=justdave,dkl
2001-11-21 16:44:38 +00:00
justdave%syndicomm.com a3c85a4b84 Fix for bug 102141: SECURITY FIX - the Product popup menu on the show_bug form listed all products, even if the user didn't
have access to all of them.  It now only shows products the user has access to (and the product the bug is in, if the user is
viewing it because of some other override)
Patch by George Hotelling <george.hotelling@iconideas.com> and Dave Miller <justdave@syndicomm.com>
r= bbaetz, caillon
2001-11-21 08:30:47 +00:00
matty%chariot.net.au 8e0097b0b6 Bug 110276:SQL error in globals.pl.
Patch by me, r=bbaetz,caillon.
2001-11-21 08:09:32 +00:00
barnboy%trilobyte.net 222606c397 Added blurb about unified diffs. 2001-11-20 20:16:24 +00:00
barnboy%trilobyte.net fc7bcb91a9 Taint mode note. 2001-11-20 20:11:41 +00:00
barnboy%trilobyte.net ba053594df Added Javascript, Cookies, and Templatization requirements to Hacking
Bugzilla.
2001-11-20 20:09:06 +00:00
barnboy%trilobyte.net b85affb329 Added tip about checking sanitycheck.cgi if you make schema changes,
per bug 98049.
2001-11-20 19:56:31 +00:00
barnboy%trilobyte.net c334680554 Removed references to bugzilla.mozilla.org so we can avoid
spurious bug postings.  However, this file will need some significant
treatment for 2.16 release since the query.cgi interface has changed.
2001-11-20 18:22:30 +00:00
justdave%syndicomm.com c7b1c4586d Backing out previous checkin, this file is distributed with Bugzilla, we don't need mozilla-specific information in it. 2001-11-20 18:11:05 +00:00
barnboy%trilobyte.net f0765154a7 Added one liner mentioning that mozilla.org provides only one vote
per bug.
2001-11-20 17:46:14 +00:00
barnboy%trilobyte.net a19d4e76a4 Modified Win32 notes regarding system() calls per bug 99595. 2001-11-20 17:26:45 +00:00
barnboy%trilobyte.net bf809cb430 Fixed CPAN locations per bug 97582. 2001-11-20 17:18:03 +00:00
barnboy%trilobyte.net 94ac0a442c Added bit about needing proper <Directory> permissions in order
for .htaccess to function.  See bug 97668.
2001-11-20 17:09:38 +00:00
barnboy%trilobyte.net 1dd927c668 Changed openjade compilation instructions to match new commands
required by XML conversion of the Guide.
2001-11-20 16:41:23 +00:00
barnboy%trilobyte.net 8b9625c015 Initial conversion to XML format from SGML.
Note this is a work-in-progress.  It compiles cleanly, but I am not yet
submitting compiled HTML and text.
There is one notable problem: nsgmls barfs on the <imagedata> tag in
database.sgml during validation.  openjade handles it fine. Weird.
2001-11-20 16:36:28 +00:00
mcafee%netscape.com aff499106e Removing server-side pageloader data reporting, use client-side scrape mechanism 2001-11-20 06:30:18 +00:00