Commit Graph

3467 Commits

Author SHA1 Message Date
kestes%walrus.com
c8f0c141a8 whops forgot a '}', code did not compile. 2002-04-25 00:31:30 +00:00
kestes%walrus.com
066eae0142 the sample would not compile. 2002-04-25 00:15:03 +00:00
kestes%walrus.com
ea68d8c238 add information about perl libraries needed. 2002-04-25 00:14:36 +00:00
kestes%walrus.com
0ff7616b55 update 2002-04-25 00:14:07 +00:00
kestes%walrus.com
8eee375c8a add support for tinderboxprint strings from build machines. build.pm now keeps most recent
build if the builds are started too quickly but loggs the error.
2002-04-25 00:13:48 +00:00
kestes%walrus.com
44c93f885a fixes to allow unit tests to work again (ignore files which are inapplicable to the test) 2002-04-25 00:12:56 +00:00
kestes%walrus.com
776e2563b7 add data to test TinderboxPrint code. 2002-04-25 00:12:13 +00:00
kestes%walrus.com
80d49ff213 test was time zone dependent, comment it out for now. 2002-04-25 00:11:51 +00:00
kestes%walrus.com
f6977d0831 let tinderbox handle the new TinderboxPrint keyword in the log files. 2002-04-24 23:25:34 +00:00
kestes%walrus.com
e260288d81 add better more detailed error messages when bonsai fails. 2002-04-24 23:24:42 +00:00
gerv%gerv.net
c14e575755 Bug 137183 - tab names should be in the template not in the .cgi. Patch by gerv; r=afranke, myk. 2002-04-24 22:21:59 +00:00
myk%mozilla.org
d92b383ce2 Fix for bug 126571: prevents display of messages to end-users about parameters being removed when an installation upgrades to a later
version of Bugzilla from which some parameters have been removed.
Patch by Myk Melez <myk@mozilla.org>
2xr=gerv
2002-04-24 21:44:20 +00:00
gerv%gerv.net
59629a41b0 Bug 138456 - use proper error functions in DBNameToIdAndCheck. Patch by gerv; 2xr=myk. 2002-04-24 21:41:51 +00:00
myk%mozilla.org
9d43de74a4 Fix for bug 139632: connect to the database in enter_bug.cgi in case it is time to rebuild the version cache, which needs a database
connection.
Patch by Myk Melez <myk@mozilla.org>.
2xr=gerv
2002-04-24 21:28:36 +00:00
kestes%walrus.com
e5acf112df I introduced a bug into slamm's code.
fix it.
2002-04-24 20:57:23 +00:00
ian%hixie.ch
b86ab38364 If the app name is the same as the page name, only display it once in the page title 2002-04-24 20:31:53 +00:00
gerv%gerv.net
db55935a5f Bug 125066 - remove the need to set a milestone on accept for products with just one milestone. Patch by zeroj; r=justdave, gerv. 2002-04-24 20:07:57 +00:00
ian%hixie.ch
3672975bff Move from COSES to TemplateToolkit 2002-04-24 20:02:34 +00:00
gerv%gerv.net
25f5d8eef4 Bug 136180 - use uri/url_quote filters correctly. Patch by ddk; 2xr=gerv. 2002-04-24 18:27:43 +00:00
gerv%gerv.net
7965a4d5b9 Bug 139800 - remove errant references to index.html. Patch by ddk, 2xr=gerv. 2002-04-24 18:11:00 +00:00
gerv%gerv.net
09ffc6f415 Bug 139787 - more template name fixes to stop tree burning. Patch by ddk, 2xr=gerv. 2002-04-24 18:07:15 +00:00
justdave%syndicomm.com
6ef0e88937 Fix tinderbox bustage caused by the template location code change. The tests are now looking in the right place for the
templates.  4 templates in the new location now come up with syntax errors however.
2002-04-24 09:50:53 +00:00
gerv%gerv.net
6384d7f5c9 Adding .cvsignore file so we ignore "custom" directory and ".htaccess" file. 2002-04-24 07:29:49 +00:00
gerv%gerv.net
4e31a2fbad Bug 138588 - missed a DisplayError -> ThrowTemplateError change. 2002-04-24 07:28:11 +00:00
gerv%gerv.net
3bc9d4ca2b Bug 138588 - change to use new template structure. Patch by gerv, r=myk, afranke. 2002-04-24 07:24:50 +00:00
kestes%walrus.com
76fbc8c732 remove test crud which got in by mistake. there is no PID file for the
tinderbox server.
2002-04-24 04:00:40 +00:00
kestes%walrus.com
7c4e55c1cb update. 2002-04-24 03:59:15 +00:00
kestes%walrus.com
f5d2776cd6 allow the check of syncronized times to be user parametrizable. 2002-04-24 03:27:35 +00:00
kestes%walrus.com
eebef6be48 new configure script thanks to Stephen Lamm (slamm@yahoo-inc.com). 2002-04-24 03:26:09 +00:00
kestes%walrus.com
1c76bb4055 add information about using cgiwrap.
fix typo in location of tinder.cgi.
2002-04-24 03:23:12 +00:00
kestes%walrus.com
bdc2270ab3 the temp data file for passing BT data now must be called BT_Generic the same as the
official class name.  This was changed from BT, to allow the class to use enheritance
from the TextDB base class.
2002-04-24 03:20:34 +00:00
kestes%walrus.com
d75a81fa95 allow each column to be included multiple times. This is mostly to allow the time column
to appear on the left and right side of the table but may eventually be used to have
two columns which get data from different sources.  Mostly this fix was to move
 the registration of each column (push the results of new()'ing each module onto a list)
from being the responsibility of the module at require time to being the respoinsibility
of the TinderDB class.
2002-04-24 03:19:05 +00:00
gerv%gerv.net
661b30b60d Bug 138582 - convert all INCLUDEs to PROCESS. Patch by gerv, r=bbaetz, afranke. 2002-04-23 23:27:55 +00:00
myk%mozilla.org
107bcbfa15 Fix for bug 124587: Lock bugs table before inserting new bug.
Patch by Myk Melez <myk@mozilla.org>
r=bbaetz,justdave
2002-04-23 21:33:46 +00:00
caillon%returnzero.com
81bdbc110c Bug 138604, make the bugzilla sidebar use valid XUL plus some template cleanup. r=bbaetz,gerv 2002-04-22 22:33:00 +00:00
gerv%gerv.net
92f27196c9 Bug 139051 - fix misspelling of "privilege". Patch by mental <xor@ivwnet.com>, 2xr=bbaetz. 2002-04-22 21:09:19 +00:00
gerv%gerv.net
0ef1d069ef Bug 135707 - rearrange templates to normalise filenames, and create directory structure which allows for localised versions of the templates. Earlier versions of these templates can be found, cvs removed, scattered around bugzilla/template/default; but there are no substantial changes between their initial checkin there and here. 2002-04-21 21:30:21 +00:00
ian%hixie.ch
cbd54ef96f Add an adminMessage to the default admin user. 2002-04-21 15:03:29 +00:00
ian%hixie.ch
6a5b570278 Add a (default, very simple) login command so that the standard footer can have a login link. 2002-04-21 14:58:13 +00:00
ian%hixie.ch
7f92f4f9ec Changing from COSES to TemplateToolkit 2002-04-21 14:53:34 +00:00
ian%hixie.ch
43f8ca9182 Split the confused getRights API into two, one to get the list of rights, and one to get the list of rights applicable to a set of groups. Make the user's output hash list all rights if the user is an administrator (this mirrors the behaviour of the user hasRight API). 2002-04-21 14:11:41 +00:00
ian%hixie.ch
17468fb239 add group names to the data passed to templates 2002-04-21 14:08:27 +00:00
ian%hixie.ch
469080dad5 If a user bookmarks or reloads the logout page, we don't want to show an error. 2002-04-21 14:05:15 +00:00
justdave%syndicomm.com
c5175bd35f Fix for bug 125013: ProcessMultipartFormFields in CGI.pl would hang if the posting browser included regexp metacharacters in its boundary string.
Patch by tkl@telenet.ch (Thomas Klaeger)
2xr= justdave
2002-04-20 16:17:54 +00:00
gerv%gerv.net
255a569bb5 Bug 138581 - add template/en/* to the search path. Patch by gerv, 2xr=justdave. 2002-04-19 22:47:33 +00:00
gerv%gerv.net
a1340216d6 Bug 135707 - template reorganisation. This makes the new copies of the templates use all the correct names internally. Patch by me, 2xr=myk. 2002-04-19 22:38:22 +00:00
gerv%gerv.net
ef838bf028 Bug 135707 - make template/en/default templates consistent with template/default. Patch by ddk, 2xr=gerv. 2002-04-19 18:35:45 +00:00
gerv%gerv.net
5e488f49a2 Bug 135707 - rearrange templates to normalise filenames, and create directory structure which allows for localised versions of the templates. Earlier versions of these templates can be found, cvs removed, scattered around bugzilla/template/default; but there are no substantial changes between their initial checkin there and here. 2002-04-18 20:29:05 +00:00
gerv%gerv.net
10eb92bad0 Bug 138064 - False-positive error message in checksetup.pl when checking for "png" in data/webdot/.htaccess. Patch by ddk; 2xr=justdave. 2002-04-18 19:59:00 +00:00
gerv%gerv.net
255cb21359 Bug 135707 - rearrange templates to normalise filenames, and create directory structure which allows for localised versions of the templates. Earlier versions of these templates can be found, cvs removed, scattered around bugzilla/template/default; but there are no substantial changes between their initial checkin there and here. 2002-04-18 19:32:47 +00:00
gerv%gerv.net
786446053f Bug 135707 - rearrange templates to normalise filenames, and create directory structure which allows for localised versions of the templates. Earlier versions of these templates can be found, cvs removed, scattered around bugzilla/template/default; but there are no substantial changes between their initial checkin there and here. 2002-04-18 19:27:55 +00:00
gerv%gerv.net
2db52bd70f Bug 135707 - rearrange templates to normalise filenames, and create directory structure which allows for localised versions of the templates. Earlier versions of these templates can be found, cvs removed, scattered around bugzilla/template/default; but there are no substantial changes between their initial checkin there and here. 2002-04-18 18:57:05 +00:00
bbaetz%student.usyd.edu.au
428b8c327f Missing version string. Fixes tinderbox bustage, or it would if the
tinderboxes were working r=./runtests.sh --verbose x2
2002-04-18 00:00:43 +00:00
justdave%syndicomm.com
2b137ff806 Fix for bug 12004: need info on Template and AppConfig in the help docs.
Documentation SGML patch by Greg Leblanc <gleblanc@linuxweasel.com>
2002-04-17 22:59:09 +00:00
gerv%gerv.net
5820179602 Bug 137954 - Empty "move-button-text" field blocks changing bugs. Patch by gerv, 2xr=justdave. 2002-04-17 22:59:07 +00:00
myk%mozilla.org
66636a9ed7 Fix for bug 126792: Templatizes showdependencytree.cgi.
Patch by Myk Melez <myk@mozilla.org>.
r=afranke,gerv
2002-04-17 21:58:30 +00:00
gerv%gerv.net
657c651377 Bug 135545 - missing template version strings. Patch by ddk; 2xr=gerv. 2002-04-17 21:28:20 +00:00
gerv%gerv.net
0dad2ea904 Bug 136754 - warning in editproduct.cgi if usebuggroups option is on. Patch by justdave; r=gerv, bbaetz. 2002-04-17 21:12:43 +00:00
gerv%gerv.net
0a5ed8dad9 Bug 137589 - fix test 4 not to hang on the "use CGI" in the template. 2002-04-17 21:10:43 +00:00
myk%mozilla.org
1079f660d9 Fix for bug 136506: work-around taint error on Perl 5.005.
Patch by Davidy Avery <daa@rm.incc.net>.
2x r=myk
2002-04-17 02:55:10 +00:00
bbaetz%student.usyd.edu.au
b8049151a5 bug 117718 - Mass Change removes a bugs groupset if the bug was in the
wrong product group
r=justdave x2
2002-04-16 08:29:01 +00:00
bbaetz%student.usyd.edu.au
a7ce931ca0 Bug 125427 - Taint error in duplicates.cgi with perl < 5.6
r=gerv, myk
2002-04-16 08:25:52 +00:00
justdave%syndicomm.com
d9761c1e86 Fix for bug 137669: remove <nobr> tags from attachment status lists
Patch by Jeffrey Baker <jwbaker@acm.org>
r= justdave x2
2002-04-16 04:25:21 +00:00
matty%chariot.net.au
98bab6ee7f Release notes update. 2002-04-16 04:03:30 +00:00
gerv%gerv.net
b1c96aac9a Bug 121247 - enter_bug comment templates. Template method for amalgamation of free-form enter_bug text fields into the description. Patch by gerv; 2xr=myk. 2002-04-15 23:17:03 +00:00
myk%mozilla.org
e35f6ac8b2 Fix for bug 134198: Warns installations about Apache configuration issue with security ramifications.
Fix by Gregory Leblanc <gleblanc@linuxweasel.com>.
Docs fix, no review needed.
2002-04-15 22:30:29 +00:00
timeless%mac.com
e75dc3db00 Bug 92763 Add Windows XP as OS selection for entering/searching bugs
patch by ddk r=bbaetz r=justdave
Bug 135666 Creating bugs: OS detection doesn't work for Internet Explorer, Win NT 4.
patch by ddk+johannes.pellenz@sdm.de r=bbaetz r=justdave

Adds Windows XP to the bugzilla OS list
Activates the Windows XP detection (it was commented out waiting for this fix...)
Makes Windows NT (4) detection match the pattern everything else used
2002-04-15 03:54:18 +00:00
bbaetz%student.usyd.edu.au
10422610d8 Bug 129442 - make html of a default installation (mostly) HTML 4.01
transitional compliant
Original patch by chema@ximian.com, modified/extended by
bbaetz@student.usyd.edu.au
r=gerv, justdave
2002-04-15 02:48:17 +00:00
bbaetz%student.usyd.edu.au
a097b9f596 Bug 136751 - warnings with show_bug.cgi
r=justdave x2
2002-04-15 02:19:19 +00:00
bbaetz%student.usyd.edu.au
d66fd9e89d Bug 110980 - no email to cc list when opening new bug
original patch by jake@bugzilla.org, merged to current sources by
bbaetz@student.usyd.edu.au
r=gerv, justdave
2002-04-14 04:43:55 +00:00
myk%mozilla.org
ba6d753340 Fix for bug 136227: Corrects syntax error in bash script.
Patch by David Kilzer <ddkilzer@theracingworld.com>.
2xr=afranke
2002-04-12 21:15:45 +00:00
myk%mozilla.org
a26bc29e52 Fix for bug 125660: Templatizes process_bug.cgi.
Patch by Myk Melez <myk@mozilla.org>
r=gerv,bbaetz
2002-04-12 21:02:00 +00:00
bbaetz%student.usyd.edu.au
4fa6268983 Bug 121162 - remove unused file booleanchart.html
'patch' by mattyt, r=bbaetz, justdave
2002-04-11 07:31:45 +00:00
mcafee%netscape.com
8f749c03ae remove ip hack 2002-04-11 05:15:44 +00:00
mcafee%netscape.com
3f251d67fa remove ip Tp hack 2002-04-11 05:13:39 +00:00
gerv%gerv.net
5c2244951b Build bustage - add version string. Oops. No bug number. 2002-04-10 22:36:52 +00:00
gerv%gerv.net
e8dd3fa5c9 Bug 199635 - templatise duplicates.cgi. Patch by gerv, r=myk, bbaetz. 2002-04-10 22:30:00 +00:00
ian%hixie.ch
1043c55c39 '<stuart> right now its showing a teranchela(sp?) eating something or something' r=kerz 2002-04-09 21:23:57 +00:00
bbaetz%student.usyd.edu.au
c81264dc53 Byg 136003 - two extra spaces after every comment
r=gerv x2
2002-04-07 07:32:48 +00:00
bbaetz%student.usyd.edu.au
b1a40170bf Bug 133423 - Audit templates for FILTER usage
r=gerv, justdave
2002-04-07 04:13:53 +00:00
bbaetz%student.usyd.edu.au
43e088d22a Bug 134575 - some scripts trying to make world writable directories
r=justdave, gerv
2002-04-07 03:56:46 +00:00
ian%hixie.ch
df6bd7a3a6 change the constructor to be a service instance constructor only, so that if descendants are also services, we don't leak the world through having a circular reference to the app. 2002-04-06 21:34:39 +00:00
ian%hixie.ch
6b0ed86249 Update the CosesEditor to use the new name for the customised string data source. (used to be dataSource.strings, now dataSource.strings.customised) 2002-04-06 21:30:05 +00:00
ian%hixie.ch
38b28733e1 Correcting inherited method call to call the right method -- serviceInstanceInit(), not init() 2002-04-06 21:27:45 +00:00
ian%hixie.ch
9ca5550433 Fix the removeObjects() function to ensure it actually removes the objects instead of leaving null pointers about for us to dereference later. Added some extra precautions to make sure that doesn't happen again. This all makes it possible to log out again. 2002-04-06 20:37:31 +00:00
ian%hixie.ch
05240d8e86 Fixing warning: 'Use of uninitialized value in concatenation (.) or string at ../PLIF/PLIF/Service/TemplateToolkit.pm line 70.' 2002-04-06 20:19:12 +00:00
ian%hixie.ch
c5ed21b8e9 Use Template::Stash::Context rather than Template::Stash because we need things like .ref 2002-04-06 20:13:44 +00:00
ian%hixie.ch
111c3af7cc Updating built in COSES strings to match the new semantics (no 'data.' prefix required on variables) 2002-04-06 19:29:13 +00:00
ian%hixie.ch
34268809ac Added support for password-less installations. Also added some comments and made font-lock happier. 2002-04-06 19:23:24 +00:00
ian%hixie.ch
871763fcb5 change the name adminHostname to the more accurate localHostname 2002-04-06 19:16:09 +00:00
gerv%gerv.net
5d41c58349 Bug 135815 - Regression on CGI.pl for link to showvotes.cgi. Patch by ddk, 2xr=gerv. This one line has caused me so much grief... 2002-04-05 22:42:26 +00:00
ian%hixie.ch
f94e20287e Adding Template Toolkit support. See http://www.template-toolkit.org/ for documentation on the template toolkit format. 2002-04-05 22:39:59 +00:00
gerv%gerv.net
84cb42fde8 Bug 135473 - Using back button after failure on attachment.cgi does not disable radio buttons when patch checkbox is checked. Patch by ddk <ddkilzer@theracingworld.com>, 2xr=gerv. 2002-04-05 22:38:19 +00:00
ian%hixie.ch
70f92fe612 Add getArgumentsBranch() virtual method declaration (for completeness). 2002-04-05 22:13:52 +00:00
gerv%gerv.net
5b3a164a8c Bug 135469 - missing version string (tree's afire). Patch by ddk, 2xr=zach. 2002-04-05 20:53:46 +00:00
ian%hixie.ch
f8012497bf Update: Yet more things that need doing. 2002-04-05 20:25:11 +00:00
ian%hixie.ch
7c6fe87ed8 Make the File string data source capable of looking for file-based templates in two locations, one specific to the app and one relative to the library. This allows PLIF to ship with default templates for various screens and thus makes it easier to bootstrap a simple app. 2002-04-05 20:17:34 +00:00
ian%hixie.ch
1f3b041aaa Default error reporting page. 2002-04-05 20:15:27 +00:00
ian%hixie.ch
455922b478 Default templates for headers and footers that can be used by other templates. 2002-04-05 20:13:51 +00:00
gerv%gerv.net
774ee1bf1b Bug 126456 - fix our error handling. Change the name of the functions to something more sane; a few enhancements. Patch by gerv, 2xr=myk. 2002-04-05 20:03:09 +00:00
ian%hixie.ch
ad1ba85936 Update the parameter list so that the 'type' parameter is explicitly named (although it still isn't used since this expander only supports one type). Also change the semantics of the data hash: no longer replace the data into a one member hash. This is a minor optimisation that eases interaction between expanders but will require changes to all existing templates. 2002-04-05 19:16:14 +00:00
ian%hixie.ch
b52700b1d2 Add a 'type' argument to the string expander interface so that string expanders can support multiple types. Also split getExpandedString so that callers can expand strings separately from getting strings, in case that is ever necessary. 2002-04-05 19:13:14 +00:00
ian%hixie.ch
5230bdd859 Minor typo correction: change 'import New::SMTP' to 'import Net::SMTP' 2002-04-05 19:11:21 +00:00
bbaetz%student.usyd.edu.au
0e88fdc06a bug 134562 - taint error in buglist.cgi
r=justdave, gerv
2002-04-05 07:48:27 +00:00
gerv%gerv.net
e515005689 Bug 117760 - Templatise showvotes.cgi and incorporate doeditvotes.cgi. CVS removal of old CGIs. 2002-04-05 07:15:18 +00:00
gerv%gerv.net
4276a12572 Bug 117760 - Templatise showvotes.cgi and incorporate doeditvotes.cgi. Patch by gerv, r=myk, bbaetz. 2002-04-05 07:13:55 +00:00
gerv%gerv.net
ff24613979 Bug 124920 - Templatise post_bug.cgi. Patch by gerv, r=myk, bbaetz. 2002-04-05 07:09:28 +00:00
gerv%gerv.net
254169313c Bug 126793 - templatise showdependencygraph.cgi. Patch by gerv, r=bbaetz, myk. 2002-04-04 07:39:19 +00:00
zach%zachlipton.com
1c03ca5b01 Fix for bug 135291: add version string to new templates and fix the string for non
xml templates.

r=bbaetz, r2=ddk
2002-04-04 07:01:17 +00:00
bbaetz%student.usyd.edu.au
bd97310728 Bug 130373 - sorting by target milestone genreated bogus error
patch by ddkilzer@theracingworld.com, r=bbaetz, justdave
2002-04-04 04:28:27 +00:00
bbaetz%student.usyd.edu.au
5e0ed0f646 Bug 127200 - query for cc takes long time
r=mattyt, justdave
2002-04-04 04:21:56 +00:00
bbaetz%student.usyd.edu.au
2df551b1ef Bug 126883 - bugzilla.dtd isn't quite correct
r=gerv, justdave
2002-04-04 04:19:58 +00:00
myk%mozilla.org
e7be035f40 Partial fix for bug 104600: Adds "template/custom" to .cvsignore.
Patch by Myk Melez <myk@mozilla.org>
r=justdave x2
2002-04-04 02:04:08 +00:00
gerv%gerv.net
e5bebcb785 Bug 126456 - improve our error handling. Patch by gerv, r=myk, bbaetz. 2002-04-03 23:00:29 +00:00
gerv%gerv.net
2c44a9bc11 New version of bug writing guidelines - bug 131345. Written by Eli (eli@prometheus-music.com), r=gerv. 2002-04-03 22:37:03 +00:00
zach%zachlipton.com
895b099b56 Fix for bug 98658: Let administrator know which customised templates have been updated by Bugzilla team.
Patch adds a version string to every template and a check in
t/004template.t to check for version strings in templates.
Note that two templates that were not included in the initial patch
now have version strings added.

r=justdave, r2=myk
2002-04-03 20:01:42 +00:00
myk%mozilla.org
614a1a838f Fix for bug 126801: Suppress display of secure products to users who are not authorized to access those products. Only matters for installations using the "product groups"
feature.
Patch by Myk Melez <myk@mozilla.org>.
r=justdave,gerv.
2002-04-03 19:48:05 +00:00
gerv%gerv.net
20b99d16c6 Bug 124937 - templatise show_activity.cgi. Patch by me, r=myk, bbaetz. 2002-04-03 18:54:18 +00:00
bbaetz%student.usyd.edu.au
4b615ad733 Bug 109528 - Can't query for attachment status != value if patch has no
statuses
r=myk, justdave
2002-04-03 11:47:10 +00:00
justdave%syndicomm.com
a2f9effc6e Fix for bug 82143 and bug 95594: Attempting to reverse dependencies falsely reported a circular dependency loop, and setting
both the blocks and depends at the same time allowed a real dependency loop to be created.
Patch by Stephen Lee <slee@wilcoxassoc.com>
r= myk, justdave
2002-04-03 00:55:56 +00:00
gerv%gerv.net
133007193d Bug 120537 (b) - fix previous patch to not complain if there's no .htaccess file. Patch by ddkilzer@theracingworld.com; r=justdave, bbaetz. 2002-04-02 18:23:23 +00:00
bbaetz%student.usyd.edu.au
318fbe638f Bug 132939 - "zarro bugs found"�is no more
r=justdave x2
2002-04-02 07:26:39 +00:00
justdave%syndicomm.com
04a1b81006 Remaining pieces of Bug 23067 from yesterday... no idea why the first commit didn't pick these up. 2002-04-01 22:52:40 +00:00
myk%mozilla.org
56c3b1c16b Fix for bug 107513: Makes it possible to change parameters on an installation where access to the scripts is not limited to the web server user.
Patch by Myk Melez <myk@mozilla.org>.
r=justdave,bbaetz
2002-04-01 21:38:58 +00:00
dkl%redhat.com
1bc23685d9 Fix for bug 133833. Error in templatized version of userprefs.cgi. Error
with ExcludeSelf form variable being all lowercase. Patch by David Lawrence
<dkl@rehat.com> 2xr=gerv@mozilla.org
2002-04-01 18:06:20 +00:00
ian%hixie.ch
022fbeb04b Bumping version number to 2.5. 2002-04-01 07:46:34 +00:00
ian%hixie.ch
5c4df623d9 Infobot is a little eager. 'aaa is bbb' was being handled as 'is bbb' because 'aaa' matched the 'ah' regexp. Oops. r=justdave. 2002-04-01 06:19:26 +00:00
ian%hixie.ch
223b5637b0 Bumping version number to 2.4. 2002-04-01 05:17:41 +00:00
ian%hixie.ch
8199dba14c Kooking Module for those times when someone is annoying you. Original code by Keunwoo Lee, ported by Pike. b=128010, r=zach. 2002-04-01 05:10:01 +00:00
ian%hixie.ch
ad6c1d590e XML Logging Module. b=16226, r=kerz. 2002-04-01 05:08:37 +00:00
ian%hixie.ch
f80bef3886 Generic Conversion module. b=72933, r=zach. 2002-04-01 05:07:36 +00:00
ian%hixie.ch
90b08ac487 Change the // forms to m// forms. Comment some of the regexps. Allow multiple bugs to be caught on one line. b=76910, r=kerz. 2002-04-01 05:03:03 +00:00
ian%hixie.ch
672a8db99a Changes Tinderbox to use either say or notify, configurable via the 'useNotice' variable. b=72960, r=timeless 2002-04-01 04:46:24 +00:00
ian%hixie.ch
c455d29a91 Implements a magic eight-ball module. 2002-04-01 04:39:21 +00:00
ian%hixie.ch
71a6be2fe7 Use the new getHelpLine and getModules APIs instead of accessing \@modulenames and $helpline directly. This also makes the CTCP VERSION reply be sorted. b=130532, r=imajes 2002-04-01 04:32:42 +00:00
justdave%syndicomm.com
12ca08ec40 Fix for bug 23067: Allow the user to change their email address through the preferences. Sends out tokens in email to both
addresses which have to be confirmed by the new address, and can be cancelled by the old one.  Entering your password on the
preferences page is required to initiate the process.
Patch by John Vandenberg <zeroJ@null.net>
r= myk, justdave
2002-04-01 03:49:06 +00:00
ian%hixie.ch
57e468fbbe Makes mozbot only mark joins as joined on a successful attempt. b=112049, r=kerz.
Implements getHelpLine and getModules API functions and updates documentation to match. b=130532, r=imajes.

Adds a notice() method to the mozbot API. Updates the documentation to reflect this. (Also updates the version and corrects a typo in the docs.) b=72960, r=timeless.

Fixes the problem whereby if a module doesn't load, it's not removed from the @modulenames list, which causes problems for modules that walk the @modulenames list to get each module in turn. b=133148, r=kerz.

The Log event for the Told event doesn't have the prefix text that made the event a Told event in the first place. This adds a field 'fulldata' to the event hash which will let loggers log the whole thing. Also updates documentation. b=133509, r=kerz.

Log events were not generated for events generated by the bot. This removes redundant checks to prevent that from happening (redundant since the server never sent us the messages in the first place) and then adds code to synthesise the relevant Log events. Updates the documentation to match. b=16226, r=kerz.

The Initialise handler was needlessly within the scope of an undef'd $/. This scopes the cause of this problem. b=131483, p=Robin Berjon, r=kerz, a=hixie.

Makes ctcpSend() send messages to the target, not the originator. This makes it work like say(). b=133140, r=caillion.

Adds a way to make the auth command not give confirmation feedback (quiet auth). b=134342, r=caillon.
2002-04-01 03:46:06 +00:00
bbaetz%student.usyd.edu.au
50e518e455 Bug 134465 - Don't die() if the admin email address doesn't match the
regexp.
r=justdave x2
2002-04-01 03:00:12 +00:00
bbaetz%student.usyd.edu.au
d00552471a Better fix for bug 132929, buglist.cgi "long format" button doesn't work.
r=myk x2
2002-04-01 02:47:52 +00:00
ian%hixie.ch
10fa03034c Entries for empty lists were ignored when rewriting the configuration file. b=133179, r=timeless 2002-04-01 01:59:24 +00:00
justdave%syndicomm.com
2ec6aa58df Fix for bug 133425: adding missing FILTERs in the template
Patch by Andreas Franke
r = Gerv x2
2002-04-01 00:04:14 +00:00
ian%hixie.ch
3d7f568679 The 'seen' command should accept punctuation at the end, not consider it part of the nick to look for. b=133046, r=caillon. Some more friendliness. b=131323, r=caillon. 2002-03-31 23:53:11 +00:00
ian%hixie.ch
87223bdec0 Adds various different friendly prefixes to Infobot responses. b=131320, r=caillon. Makes mozbot ignore prefixes like peterv: at the start of auto-learnt factoids. b=132264, r=caillon. 2002-03-31 23:19:36 +00:00
justdave%syndicomm.com
50f9d20669 Fix for bug 92263: Don't output SQL commands before the footer when syncshadowdb fails (only affects Bugzillas that are running shadow databases)
r= bbaetz, gerv
2002-03-31 22:56:41 +00:00
bbaetz%student.usyd.edu.au
8707927c94 Bug 120537 - Allow the use of a local 'dot' binary to generate dependancy
graphs
patch by zeroJ@null.net (John Vandenberg), r=gerv, bbaetz
2002-03-31 04:19:07 +00:00
bbaetz%student.usyd.edu.au
0b69d10ad1 Bug 133210 - typo in checksetup; uses $::params instead of $::param
Patch by zeroJ@null.net (John Vandenberg), r=bbaetz, zach
2002-03-31 02:39:11 +00:00
bbaetz%student.usyd.edu.au
777509cfd3 Bug 133862 - bugzilla index page doesn't focus text field
r=gerv x2
2002-03-30 23:46:29 +00:00
myk%mozilla.org
85f2ab4e06 first check-in of Doctor, a webtool for editing documents in a CVS repository 2002-03-29 01:13:55 +00:00
gerv%gerv.net
e4bc59e823 Bug 104589 - prevent user closing window from terminating Bugzilla scripts. Patch by Gerv <gerv@mozilla.org>, r=justdave, myk 2002-03-28 07:57:05 +00:00
jake%acutex.net
dd2978ec24 Bug 122663 - Eliminate some undefined value warnings in cvsview2.cgi and cvsqueryform.cgi
Patch by Jody McIntyre <jodym@oeone.com>
r=jake
2002-03-27 14:52:04 +00:00
jake%acutex.net
12772f5c9b Bug 99384 - The username wasn't being run through url_quote() resulting in invalid URLs being generated.
r=caillon
2002-03-27 14:40:45 +00:00
gerv%gerv.net
b4ecba7223 Bug 133425 - FILTERs and other fixes in show_bug.html.tmpl. Patch by gerv, r=justdave, bbaetz. 2002-03-27 08:13:35 +00:00
bbaetz%student.usyd.edu.au
790ea573f3 Bug 133200 - mass change removes dependancies. r=afranke, justdave
Bug 133206 - mass change uses 'severity' rather than 'bug_severity'. Patch
by zeroJ@null.net (John Vandenberg), r=bbaetz x2
Bug 133207 - mass confirming bugs fails. r=afranke x2
2002-03-26 13:15:16 +00:00
justdave%syndicomm.com
88a87bc364 Fix for bug 133389: changing anything on a bug from the show_bug.cgi page would reset its component to the first in the product.
Patch by John Vandenberg <zeroJ@null.net>
r= myk x2
2002-03-26 02:53:39 +00:00
gerv%gerv.net
7985ed0cd1 Bug 133372 - FILTER uri on milestone URL. Patch by ddk; 2xr=gerv. 2002-03-25 23:22:28 +00:00
gerv%gerv.net
a50cb94d51 Fixes to small issues with show_bug.cgi templatisation.
Bug 133276 - groups test is wrong. Patch by ddk, 2xr=gerv.
Bug 133333 - create new attachment link broken. Patch by ddk, 2xr=gerv.
Bug 109029 - show_bug should generate valid HTML. Patch by gerv, r=afranke, bbaetz.
2002-03-25 23:03:55 +00:00
bbaetz%student.usyd.edu.au
b38d4663fa Bug 133201 - js syntax error in show_bug
patch by zeroJ@null.net (John Vandenberg), r=bbaetz x 2
2002-03-25 06:17:36 +00:00
ian%hixie.ch
14c7acad0f Minor typo in help text, ++ should be --. b=132195, p=mental, r=hixie 2002-03-24 16:54:07 +00:00
bbaetz%student.usyd.edu.au
158ab8ddc9 Bug 128419 - link to email preferences from bug changed notification is
wrong
r=afranke x 2
2002-03-24 12:45:33 +00:00
ian%hixie.ch
7046232b82 2.3 development has begun 2002-03-24 02:28:42 +00:00
ian%hixie.ch
c878e09837 Correctly quote regular expressions when hostmasks are used. b=133023, p=jake, r=hixie 2002-03-23 23:18:16 +00:00
gerv%gerv.net
d391f38ecb Bug 110012 - show_bug templatisation. r=bbaetz, afranke. 2002-03-23 17:58:41 +00:00
gerv%gerv.net
301aa625f1 Bug 132634 - remove warning in reports.cgi when quips aren't used. Patch by cedric.caron@urbanet.ch; fixed up by xor@ivwnet.com; 2xr=gerv. 2002-03-23 13:47:31 +00:00
bbaetz%student.usyd.edu.au
02bede6f47 Bug 131659 - need to fixPerms the css directory
r=mattyt, justdave
2002-03-23 12:29:55 +00:00
bbaetz%student.usyd.edu.au
28a2172401 Bug 131521 - Set $::ENV{PATH} so that we don't get bogus 15 line warnings
from perl 5.6.1's Cwd.pm on every system() call.
r=mattyt, justdave
2002-03-23 03:51:05 +00:00
bbaetz%student.usyd.edu.au
6a7df76ea9 Bug 132929 - buglist.cgi 'long format' button doesn't work
r=justdave x2
2002-03-23 01:54:54 +00:00
mcafee%netscape.com
ef0627462c other options for multiquery links 2002-03-22 09:25:08 +00:00
mcafee%netscape.com
d14c7f830b Adding options to multiquery page. 2002-03-22 07:59:30 +00:00
mcafee%netscape.com
2cad23bd5b update 2002-03-21 23:28:27 +00:00
mcafee%netscape.com
527a2a4a17 adding sleestack 2002-03-21 23:10:33 +00:00
mcafee%netscape.com
d1ae0d2540 hardcoding ips to get around firewall problem. 2002-03-21 22:46:04 +00:00
mcafee%netscape.com
5aa09b0178 adding luna 2002-03-20 10:09:19 +00:00
mcafee%netscape.com
c1a386827f turning off bezier graphing of moving average (131098) 2002-03-20 02:54:51 +00:00
kestes%walrus.com
c0f82ecc2c add information about how we might implement Tinderbox style trees. 2002-03-19 19:04:16 +00:00
kestes%walrus.com
916332ed5e some of my own personal debug code got checked in by accident, remove it.
It will cause problems for others.

Add a 1; at the bottom of the file.
2002-03-19 18:47:48 +00:00
kestes%walrus.com
07d8925cfd numerous fixes to the way in which the Perforce data is displayed in table form.
This is now a usable module.
I need to remove some debugging code, I just remembered.
I also need to  figure out how to create something like CVS branches and
modules so that a large project can be partioned up and different groups can
watch different tinderbox pages to get the information they need.
2002-03-19 18:45:25 +00:00
justdave%syndicomm.com
2797294187 Getting the stuff Timeless missed with his checkin for bug 106386 2002-03-19 05:42:43 +00:00
timeless%mac.com
dec943eb10 Bug 106386 rid source of misspellings
r=db48x sr=blake a=asa
2002-03-19 04:30:17 +00:00
bbaetz%student.usyd.edu.au
2297132c39 Bug 118953 - incorrect message from checksetup.pl
patch by bugzilla@ali.as r=bbaetz, justdave
2002-03-18 06:06:30 +00:00
bbaetz%student.usyd.edu.au
c4119e5418 Bug 92905 - perl error when editing user and no groups defined
r=justdave x 2
2002-03-17 22:07:29 +00:00
justdave%syndicomm.com
274f245bd4 Bug 131568: template/default/global/header validates HTML 4.01 Transitional
Patch by ville.skytta@iki.fi (Ville Skytt��)
r= justdave x2
2002-03-17 17:17:22 +00:00
gerv%gerv.net
0a8a43a245 Bug 103953 again = XHTML fixes. patch by ville.skytta@iki.fi, 2xr=gerv. 2002-03-16 16:54:26 +00:00
bbaetz%student.usyd.edu.au
4687c51498 Bug 129466 - use IP addr (not hostname) in logincookies table
r=gerv, justdave
2002-03-16 06:03:09 +00:00
gerv%gerv.net
a438ed2f90 Bug 126789 - templatise token.cgi. r=bbaetz, mattyt. 2002-03-15 23:23:12 +00:00
myk%mozilla.org
477e2abf47 Fix for bug 97739: Confirms deletion of an attachment status in browsers with no-JS/JS-off.
Patch by Jeff Hedlund <jeff.hedlund@matrixsi.com>.
r=myk,gerv
2002-03-12 16:15:41 +00:00
myk%mozilla.org
1a2c88b4cf Fix for bug 97739: Confirms deletion of an attachment status in browsers with no-JS/JS-off.
Patch by Jeff Hedlund <jeff.hedlund@matrixsi.com>.
r=myk,gerv
2002-03-12 16:05:35 +00:00
myk%mozilla.org
b488beb502 Fix for bug 103778: Rewrites and templatizes buglist.cgi.
Patch by Myk Melez <myk@mozilla.org>.
r=bbaetz,gerv
2002-03-12 13:55:07 +00:00
bbaetz%student.usyd.edu.au
34a9262f08 Bug 130254 - Template params don't have to exist, since they may be
subject to interpolation. Ignore names with $ in them as a workaround
r=myk x 2
2002-03-12 13:33:55 +00:00
myk%mozilla.org
7395f6773d Fix for bug 72184: prevents users from entering too-large comments/descriptions that get rejected by MySQL's MAX_PACKET_SIZE restrictions.
Patch by Myk Melez <myk@mozilla.org>.
r=bbaetz,gerv
2002-03-11 07:33:03 +00:00
ian%hixie.ch
0d0352ed11 More fallout from the General.bm split. Change the IRC name to r=imajes. 2002-03-08 19:40:27 +00:00
ian%hixie.ch
c8fba971f8 Hack workaround to make the General module autojoin all channels the first time the bot is run. This will be removed and fixed correctly for 2.4, see bug 112049. 2002-03-08 19:15:55 +00:00
ian%hixie.ch
13d001e9b3 Fix typo in the previous checkin that was making virgin installations not load the General module. 2002-03-08 18:39:39 +00:00
ian%hixie.ch
293e551f9c Updating various version strings to 2.2. 2002-03-08 15:43:31 +00:00
ian%hixie.ch
d6728b8554 Split out the General module into its own file. This removes any version number dependence in mozbot.pl, which means that future updates will not automatically require mozbots to be restarted. b=124662, r=imajes 2002-03-08 15:39:47 +00:00
ian%hixie.ch
14593f0bf3 Spelling module. Checks your spelling on the fly. b=126612, r=imajes, code originally by mental. 2002-03-08 15:15:24 +00:00
bbaetz%student.usyd.edu.au
5f1c4562b2 Bug 129017 - perl error in apache log
r=gerv, justdave
2002-03-06 11:16:54 +00:00
myk%mozilla.org
96d51bdd46 Fix for bug 129016: Corrects conditional operator.
Patch by Myk Melez <myk@mozilla.org>.
r=bbaetz x 2
2002-03-05 10:51:38 +00:00
myk%mozilla.org
f83462be21 Fix for bug 128784: Eliminates redundant function call in userprefs.cgi.
Patch by Myk Melez <myk@mozilla.org>
r=gerv x 2
2002-03-04 23:38:55 +00:00
ian%hixie.ch
80036cfbb1 Quizbot module. b=124621, r=imajes 2002-03-04 21:44:54 +00:00
ian%hixie.ch
51c165dbb8 Mozbot spams channels when it notices that tinderbox is down. This makes it shut up when it notices lots of changes. b=126063, r=imajes 2002-03-04 21:16:48 +00:00
bbaetz%student.usyd.edu.au
29ad7e1cb6 Fix typo in checkin for bug 107743. 2002-03-04 12:54:36 +00:00
bbaetz%student.usyd.edu.au
ab7a5316bd Bug 106377 - processmail rescanall should use lastdiffed
r=justdave, ddkilzer@theracingworld.com
2002-03-03 22:06:20 +00:00
bbaetz%student.usyd.edu.au
0d9fe82f40 Backing out a bit I didn't mean to check in as part of bug 119657. Oops. 2002-03-02 02:44:51 +00:00
zach%zachlipton.com
7a9d6e4e9e Fix for bug 127524: checksetup.pl fails with XML::Parser error
Patch by Zach Lipton (zach@zachlipton.com) and by Tobias Burnus
(burnus@gmx.de). r=justdave, r2=zach
2002-03-01 22:40:48 +00:00
myk%mozilla.org
56a06e4040 Fix for bug 99209: Display links on dependency tree page for modifying dependent bugs.
Patch by Myk Melez <myk@mozilla.org>.
r=kiko,bbaetz
2002-03-01 14:03:55 +00:00
myk%mozilla.org
28b0ef08ed Fix for bug 128437: correctly display default values for new preferences on the "email preferences" tab.
Fix by Myk Melez <myk@mozilla.org>.
r=jake,justdave
2002-03-01 13:59:59 +00:00
myk%mozilla.org
07d711cfef Fix for bug 128422: Fixes serious tree horkage where everyone gets email on all changes regardless of email preferences.
Fix by Myk Melez <myk@mozilla.org>.
r=gerv@mozilla.org, waiting on second review but checking in now due to severity of bug.
2002-03-01 13:20:07 +00:00
justdave%syndicomm.com
ad9d7a3141 Fix for bug 112537: Missing bug summaries in dependencytree view w/ depth limit
Patch by Andreas Franke <afranke@ags.uni-sb.de>
r= bbaetz, gerv
2002-03-01 06:46:51 +00:00
bbaetz%student.usyd.edu.au
676a581bc8 Bug 127318 - push UserInGroup to templates
r=jake x 2
2002-03-01 06:01:12 +00:00
bbaetz%student.usyd.edu.au
ae797d18e3 Bug 119657 - template error checking
r=gerv, justdave
2002-03-01 05:57:43 +00:00
bbaetz%student.usyd.edu.au
01e4f7aeb2 Bug 107743 - post_bug.cgi doesn't properly validate parameters
r=gerv, justdave
2002-03-01 05:39:25 +00:00
matty%chariot.net.au
0635a5fc50 Bug 117060 broke the tree, fixing the breakage. 2002-02-28 06:47:16 +00:00
gerv%gerv.net
3b2cd6327b Bug 117060 - templatise userprefs.cgi. We also get a nice new set of tabs and a properly-tabulated email prefs section. 2002-02-28 00:14:01 +00:00
bbaetz%student.usyd.edu.au
6fe0f1986e Bug 127519 - error after change columns
r=afranke, dkl
2002-02-28 00:13:00 +00:00
gerv%gerv.net
f760374670 Bug 126788 - templatise xml.cgi. 2002-02-27 08:01:50 +00:00
ian%hixie.ch
1ffce5d6e3 The 'foo bugs' command should not be handled as a command, since it clashes with the 'help' command. Change it to a Baffled handler. b=115638, r=imajes 2002-02-26 22:54:02 +00:00
ian%hixie.ch
e0fae9eb78 Empty lists are not saved. b=124661, r=imajes 2002-02-26 22:48:35 +00:00
jake%acutex.net
749533fb2c Bug 127841 - Adding processmail and syncshadowdb to the list of files that need the bonsaitools perl path changed in order to run from another perl location. 2002-02-26 16:23:59 +00:00
bbaetz%student.usyd.edu.au
31ae83ceb3 Bug 97729 - uploaders need to be able to obsolete their own attachments
r=jake, justdave
2002-02-26 06:13:35 +00:00
kestes%walrus.com
f6bd981338 update 2002-02-25 19:35:54 +00:00
kestes%walrus.com
f57057ccc8 store a count of the number of build errors, this is now displayed with the build.
Patch submitted by: Adam Di Carlo <adam@onshore-devel.com>
2002-02-25 19:34:41 +00:00
kestes%walrus.com
9403370e91 java script fixes, Patch submitted by: Adam Di Carlo <adam@onshore-devel.com> 2002-02-25 19:32:42 +00:00
kestes%walrus.com
698dbf0c54 add new summary type: jspanel Patch submitted by: Adam Di Carlo <adam@onshore-devel.com> 2002-02-25 19:31:23 +00:00
kestes%walrus.com
cde636505c fix typo. Patch submitted by: Adam Di Carlo <adam@onshore-devel.com> 2002-02-25 19:30:14 +00:00
kestes%walrus.com
edfb8fc619 report the number of errors for this build. Patch submitted by: Adam Di Carlo <adam@onshore-devel.com> 2002-02-25 19:29:25 +00:00
ian%hixie.ch
799791d534 Make channelOpMasks be able to op via nickname by implementing normal hostmask syntax. b=73433, r=Jake. Add slightly more friendly syntax to ask to be opped. b=72961, r=kerz. 2002-02-25 16:48:28 +00:00
ian%hixie.ch
de30dd8681 Implement Infobot functionality as a bot module. b=123692, r=timeless 2002-02-25 15:49:23 +00:00
gerv%gerv.net
5f7f39f2b0 Bug 127507 - one too many blank lines in each comment. 2002-02-24 09:28:21 +00:00
gerv%gerv.net
8342994a7f Bug 126791 - templatise relogin.cgi 2002-02-24 08:54:14 +00:00
gerv%gerv.net
f7e3d853f4 Bug 110711 - various query.cgi/tmpl problems. This patch resolves all known issues. 2002-02-24 08:25:00 +00:00
bbaetz%student.usyd.edu.au
407e091fc2 bug 97496 - release notes update. Mention deprecated features. 2002-02-24 05:00:19 +00:00
kestes%walrus.com
762d3e7cf9 better checking of input parameters.
Add option "index-only".
document major functions.
2002-02-22 21:41:37 +00:00
mcafee%netscape.com
b1bbaf3b73 more edit room for sheriff, status 2002-02-21 07:02:09 +00:00
mcafee%netscape.com
446c0f160d Move <br> tag hack from status.pl into showbuilds.cgi to unclutter the status text area. 2002-02-21 06:57:16 +00:00
jake%acutex.net
41755d4ad5 Bug 126029 - HTML in checkin comments wasn't being escaped properly for use in the pop-ups.
r=caillon
2002-02-20 21:17:04 +00:00
gerv%gerv.net
264ee8e711 Bug 117515 - describekeywords.cgi templatisation. 2002-02-19 23:32:07 +00:00
gerv%gerv.net
b1d1b04044 Bug 115369 - templatise long_list.cgi. 2002-02-19 23:22:24 +00:00
ian%hixie.ch
fc071a9e7e Improve help info. Change the command syntax to not clash with the Infobot module. Made the -- and ++ commands slightly more discriminating. Fixed an error in an error message (how long till ' loses its special meaning... grr...). Made people drop off the list when they hit zero. Made the individual karma report give the position of the person in the list. Fixed a logic errer in the private stats code. b=123713, r=kerz 2002-02-19 22:34:49 +00:00
jake%acutex.net
5bf2cc457e Bug 126487 - Edit attachment as comment was causing an immediate submit instead of letting you edit it in newer Mozilla builds.
r= bbaetz x2
2002-02-19 22:01:33 +00:00
ian%hixie.ch
84ad46d453 Stop private messages to the bot from being logged. b=123956, r=kerz. Rename the default command from uris to links. b=72957, r=kerz. 2002-02-19 21:42:04 +00:00
ian%hixie.ch
f5f6847827 Minor changes to what commands are accepted to make it friendlier. b=72961, r=kerz 2002-02-19 21:37:20 +00:00
ian%hixie.ch
4ea280ea56 Add the custom library files to the list of files to check for changes. This will make upgrading mozbot easier. r=kerz 2002-02-19 21:33:23 +00:00
jake%acutex.net
88e1d104d4 Bug 118774 - The keyword field wasn't showing up because have_keywords wasn't being properly set before passing it on to the template.
Patch by Jeff Lawson <jlawson@bovine.net>
r= jake, justdave
2002-02-19 20:50:18 +00:00
ian%hixie.ch
cf1585e4f6 Correct minor typo ('retieve' to 'retrieve'). r=ispell 2002-02-19 15:04:55 +00:00
justdave%syndicomm.com
065a93f81a Fix for bug 125516: the recent fix for emails truncating when a period occurred on a line by itself broke Exim because it
needs the -t and -i as separate parameters instead of stacked (the original patch had -ti)
Patch by Tobias Burnus <burnus@gmx.de>
r= justdave, gerv
2002-02-17 08:22:31 +00:00
matty%chariot.net.au
8ed46cc28b Bug 97496: Release notes cleanup (checkin without review OK for prerelease notes). Add 2.14.1 issues from branch. Make outstanding issues more obvious. Add dependency requirements section. Still need to add most of the actual 2.16 notes. 2002-02-17 04:25:51 +00:00
ian%hixie.ch
59ccece79f Renaming INSTALL.UNIX to INSTALL.UNIX.CHROOT-JAIL. b=125872, r=imajes 2002-02-16 12:47:01 +00:00
justdave%syndicomm.com
485f836888 Fixing typo in previous checkin. 2002-02-16 03:04:36 +00:00
justdave%syndicomm.com
c9e5db1c20 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
2002-02-16 02:59:25 +00:00
ian%hixie.ch
925331c1c5 Implement wwwtitle and correct a logic error in the comment and message text of wwwdoctype. r=zach, b=72953 2002-02-16 01:25:40 +00:00