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

2749 Коммитов

Автор SHA1 Сообщение Дата
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
mcafee%netscape.com 22b65b48c7 Remove server-side data reporting for pageloader test, use client-based scrape mechanism now. 2001-11-20 06:27:33 +00:00
mcafee%netscape.com 98e36644c3 bloat.pl not needed, use scrape.pl 2001-11-20 05:42:46 +00:00
mcafee%netscape.com 94e3253a89 Removing old bloat data reporting stuff, use scrape reporting now. 2001-11-20 05:27:29 +00:00
mcafee%netscape.com d46c802b3d no more startup.dat 2001-11-20 03:50:25 +00:00
mcafee%netscape.com 9956d2e8f4 startup.pl should use scrape.pl mechanism now. 2001-11-20 03:47:05 +00:00
mcafee%netscape.com ce46a32119 startup data goes to scrapt.dat now. 2001-11-20 03:43:27 +00:00
myk%mozilla.org 2f64efe730 Fix for bug 109240: fixes the regression that changed the way comments regarding attachment creation are formatted.
Patch by Jake <jake@acutex.net>.
r=myk@mozilla.org, no second review needed.
2001-11-20 02:59:55 +00:00
zach%zachlipton.com 838c6271c6 Fix for bug 107120, templates/default/global/header has invalid HTML.
Patch removes a <meta> tag as per bug 38856.

Patch by David D. Kilzer <mailto:ddkilzer@theracingworld.com>.
r1=Christopher Aillon <mailto:caillon@returnzero.com>. No 2nd review
required as per caillon.
2001-11-20 01:59:57 +00:00
gerv%gerv.net 19dbd1a21b Bug 98707. Query.cgi rewrite. Patch by me, layout by mpt and others, r=justdave, mattyt. Wahey! 2001-11-18 22:23:31 +00:00
gerv%gerv.net 5113e53556 Bug 98707. Query.cgi rewrite, reformatting and templatisation. Patch by me, layout by mpt and others, r=justdave,matty. Wahey! 2001-11-18 22:20:20 +00:00
matty%chariot.net.au 3f0b596d78 Moving a comment to the right place, in order to be able to make a comment about my previous check in that accidentally got checked in without a comment, and hence didn't show up on Tinderbox I think.
It was a change to CGI.pl, a fix for bug 105812: Rename "Components" link in sub GetCommandMenu() to "Products".

The patch was by James A Laska <jlaska@us.ibm.com>.
2001-11-18 03:54:54 +00:00
matty%chariot.net.au fd9c2b1485 *** empty log message *** 2001-11-18 03:22:50 +00:00
justdave%syndicomm.com bb7bdda329 Fix for bug 100788: enter_bug.cgi wasn't correctly interpretting whether or not a partial URL needed an http:// added to the
front of it, which had the side-effect of duplicating the http:// on the front when a URL was passed from Bugzilla Helper.
Patch by Josh Soref <timeless@mac.com>
r= justdave, caillon
2001-11-17 23:05:48 +00:00
justdave%syndicomm.com 93abcfb95c Fix for bug 109354: After entering a new bug, the link offering to add an attachment to the bug you just created pointed at
the old attachment form instead of the new one.
Patch by Josh Soref <timeless@mac.com>
r= myk x2
2001-11-17 22:40:02 +00:00
justdave%syndicomm.com e07bf06a25 Fix for bug 107120: templates/default/global/header was generating HTML that wouldn't validate as HTML 4.01 Transitional
Patch by Dave Miller <justdave@syndicomm.com>
r= jake, bbaetz
2001-11-17 22:25:15 +00:00
justdave%syndicomm.com ea04da60e1 Fix for bug 92500: line-feeds were not being properly converted when submitting parameter changes with some Mac browsers.
Patch by Gervase Markham <gerv@mozilla.org>
r= ddk, justdave
2001-11-17 22:18:07 +00:00
justdave%syndicomm.com ccbd1927a9 Backing out previous checkin, it broke the tree. :( 2001-11-17 21:28:24 +00:00
justdave%syndicomm.com 9e45dbe567 Fix for bug 102487: If admin has set preferences to require a comment on a product/component change, prompt the user that they
forgot to comment first, before prompting for component, milestone, and version for new product.
Patch by Garvase Markham <gerv@mozilla.org>
r= kiko, ddk
2001-11-17 21:12:53 +00:00
justdave%syndicomm.com 8e732cee75 Fix for bug 12284: allow user to specify which columns to display in a bug list
Patch by Andreas Franke <afranke@ags.uni-sb.de>
r= gerv, kiko
2001-11-17 21:04:37 +00:00