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

3841 Коммитов

Автор SHA1 Сообщение Дата
kestes%walrus.com a7ec1b28ae fix 2002-05-06 23:00:05 +00:00
ian%hixie.ch 35c2a5f8f9 Add an additional check that the change ID is valid 2002-05-06 22:59:22 +00:00
kestes%walrus.com ec89590875 more fixes 2002-05-06 22:57:10 +00:00
myk%mozilla.org 7ec3727d83 Fix for bug 137673: No longer displays CVS error codes to end users.
Patch by James Cox <imajes@php.net>.
r=myk
2002-05-06 22:22:33 +00:00
kestes%walrus.com 84a818b581 allow zero dead times, delete columns which have no activity for 24 hours. 2002-05-06 22:08:41 +00:00
kestes%walrus.com 0b25a57775 forgot a pair of || 2002-05-06 21:55:17 +00:00
kestes%walrus.com 48416ed57d in trim_db() localize @run_times @dead_times and remove
columns which are not currently recieving data.
2002-05-06 21:53:57 +00:00
gerv%gerv.net 2be00f1c2e Oops - adding INTERFACE comments accidentally included some code from another patch. Backing out those changes. 2002-05-06 21:49:53 +00:00
myk%mozilla.org 517ad6b69e Fix for bug 142637: Cleans up configuration files.
Patch by Myk Melez <myk@mozilla.org>.
2002-05-06 21:46:48 +00:00
ian%hixie.ch f77c869445 Forgot to fully convert the templates to Template Toolkit: nested dots need to be escaped differently now. Also added filters to the URI fragments so that spaces get escaped properly. They'll be stuck together at some point. 2002-05-06 21:15:05 +00:00
kestes%walrus.com 741ff911c3 don't make ignore of NS_ENSURE_TRUE(presShell) depend on line number. 2002-05-06 21:07:57 +00:00
ian%hixie.ch d237a6893d Forgot to fully convert the templates to Template Toolkit: nested dots need to be escaped differently now 2002-05-06 21:05:28 +00:00
kestes%walrus.com ed5c85e464 fixes 2002-05-06 21:05:01 +00:00
kestes%walrus.com 1dc3ecdac8 fixes 2002-05-06 21:03:11 +00:00
ian%hixie.ch 840dfd9b87 Add more information to the hash passed to the change of address outputs 2002-05-06 21:01:48 +00:00
ian%hixie.ch db33106a12 Remove the 'html' bit from the filenames. 2002-05-06 21:00:53 +00:00
kestes%walrus.com c6a489307d fixes for LAST_TREEDATA 2002-05-06 20:57:53 +00:00
kestes%walrus.com 8c2467dfc7 redefine when states are different to include notion of no LAST_TREESTATE. 2002-05-06 20:53:03 +00:00
kestes%walrus.com 91e1b66cf2 fixes to how trim_db is called, and to make sure we get fresh estimate data. 2002-05-06 20:45:18 +00:00
kestes%walrus.com 2aa3b72db3 last_TREESTATE not equal to default case handled incorrectly. 2002-05-06 20:23:28 +00:00
gerv%gerv.net 735d14bf08 Bug 140993 - Pass javascript correctly into header; templatise the rest of the header-related parameters. Patch by gerv; r=bbaetz, caillon. 2002-05-06 19:30:21 +00:00
kestes%walrus.com 5b7fe21059 not setting $LAST_TREESTATE appropriately at top of status_table_row(); 2002-05-06 19:23:47 +00:00
gerv%gerv.net bad2953947 Bug 141036 - add INTERFACE comments to all templates. This does the first 20 or so - many more to go... Patch by gerv; 2xr=bbaetz. 2002-05-06 19:17:24 +00:00
kestes%walrus.com 45407ec86a more HTML indentation fixes. 2002-05-06 19:08:55 +00:00
kestes%walrus.com 12a3063bfa fixes to HTML indentation, to make debugging easier. 2002-05-06 19:04:58 +00:00
kestes%walrus.com e6d288a2c6 indent the build cell a bit more. This will help me debug HTML. 2002-05-06 18:37:00 +00:00
kestes%walrus.com b1f1a09efa put a comment for Time to help debug HTML. 2002-05-06 18:36:28 +00:00
kestes%walrus.com 85ec86f901 change popup. 2002-05-06 18:21:34 +00:00
kestes%walrus.com 5a92ee9606 more fixes to make the nwe multiline empty column work. 2002-05-06 18:15:57 +00:00
kestes%walrus.com 425448b973 fix missing '}'; 2002-05-06 17:53:27 +00:00
kestes%walrus.com a8f79d5ca9 fix overlapping build hack. Use the OO notation (so we search ISA) when
looking for trim_db().
2002-05-06 17:41:38 +00:00
ian%hixie.ch dae1983fa6 E-mail templates 2002-05-06 12:53:53 +00:00
ian%hixie.ch b3b83cec28 Remove the 'html' bit from the filenames. 2002-05-06 11:03:12 +00:00
ian%hixie.ch 5b777cb386 Ok, handle undef in getArgumentsFromString the same as an empty string. This function sometimes gets called with the result of peekArgument(), which could be undef. 2002-05-06 10:10:57 +00:00
ian%hixie.ch 7cab9b3ac4 There's a bug somewhere which results in the expansion of an undefined string. This assertion should help track it down. 2002-05-06 09:55:19 +00:00
ian%hixie.ch 53d3369e22 Oops, forgot to make the primary key ID an auto_increment column. 2002-05-06 09:53:01 +00:00
ian%hixie.ch d15dc221dc getFields returns an arrayref, so we have to dereference it before using it in a foreach loop. 2002-05-06 05:51:02 +00:00
ian%hixie.ch d15aad7aad Oops, I was stomping on the fieldsByID property by treating it as a function instead of a hash. Also add in an assertion to check that insertField() is always called with a real field. 2002-05-06 05:50:06 +00:00
ian%hixie.ch 8629af8c80 Make user fields all provide the user.field service so that they can be easily recognised. 2002-05-06 05:48:48 +00:00
ian%hixie.ch 36ea0d5d9e Change the expected field category name from 'detail' to 'personal' for consistency 2002-05-06 05:26:00 +00:00
ian%hixie.ch a54b0c4c5f When getting ones password sent without getting a login failed message first, the pending command is the request to send a new password... so you get sent back to that once your password is sent. That's not good. This fixes it by moving the pendingCommands code to the login.failed page and making the login.detailsSent page only show the continue button when appropriate. 2002-05-06 05:17:00 +00:00
ian%hixie.ch 0b62c0b08b User Preferences Screens 2002-05-06 04:55:59 +00:00
mcafee%netscape.com 692e85d497 switching point color to dk. green 2002-05-06 04:50:24 +00:00
ian%hixie.ch b6d076b9ec Fixing the spelling of getRightsForGroups() where it is declared and used. Also fixing one of the SQL statements to use rights.rightID not rights.ID. 2002-05-06 04:36:42 +00:00
mcafee%netscape.com 2ea0d3f455 switch TinderboxPrint aggregation char to ; since I want to use , for graph urls. I think people are mostly calling TinderboxPrint for each blurb of data anyways. 2002-05-06 04:10:08 +00:00
mcafee%netscape.com 265894f86e back to comma, # didn't work 2002-05-06 04:05:10 +00:00
ian%hixie.ch df3b41a760 Rename 'setting' to 'settings' throughout to be consistent. Also, make it so that someone with the right to change all groups gets to be the equivalent of an owner even in groups where he is only marked as administrator. 2002-05-06 03:54:14 +00:00
mcafee%netscape.com 679474cf87 switch to # for showpoint split char, can't use comma b/c of TinderboxPrint: conflict 2002-05-06 03:49:55 +00:00
ian%hixie.ch 064976c2f1 Hardcoded constants strike again... Changing the setup code to let the first administrator have the rights to let other people be administrators. 2002-05-06 03:10:50 +00:00
ian%hixie.ch 44c74fd710 comment clarification 2002-05-05 22:43:05 +00:00
mcafee%netscape.com 0ca9a65c2b Write out temp file with pid, to avoid race condition 2002-05-05 08:50:14 +00:00
mcafee%netscape.com 67d112b4b1 Trying out new cgi parameter showpoint, &showpoint=2002:03:21:06:52:28,4087 will print a big point there, e.g. highlighting one of the data points 2002-05-05 08:14:00 +00:00
caillon%returnzero.com b67dc70bea Rename getSelection to get_selection. Fixes bug 141716, Mozilla context menus were broken on query.cgi because of getSelection overriding the native method which is used by Mozilla's context menu code. r=bbaetz x2 2002-05-05 03:08:50 +00:00
bbaetz%student.usyd.edu.au b8f54f2222 Bug 139313 - warning in buglist.cgi when votes isn't a parameter
patch by cedric.caron@urbanet.ch (Cedric Caron), r=bbaetz x2
2002-05-04 04:58:07 +00:00
kestes%walrus.com 29fe3b7c05 fixes for bugs 2002-05-04 01:51:46 +00:00
ian%hixie.ch c70f40a4aa Change variable names to reflect the fact that objects are instances, not classes. 2002-05-04 01:11:56 +00:00
ian%hixie.ch 264c47a237 Add some debugging info to every page once and for all. 2002-05-04 01:10:38 +00:00
ian%hixie.ch 440666f989 Make the user factory return the same object if the same user is requested multiple times. This means that if the currect user is changed on the fly, the changes actually take effect instead of there being a potential race condition between the change, the access of the currect user, and the objects going out of scope and updating the database. 2002-05-04 01:09:27 +00:00
ian%hixie.ch d1e40eadab Pass the app reference to the user factory. Fix the code that uses argument branches to treat them as arrays instead of scalars. 2002-05-04 01:06:38 +00:00
ian%hixie.ch e9e682b47f Two more things to do: make getSettings return a boolean instead of raising an exception, and add a pass-through command that outputs can use to bring up specific templates 2002-05-04 01:03:48 +00:00
ian%hixie.ch 7b0adca2b4 Add support for converting + signs in URIs back to spaces. 2002-05-04 01:02:19 +00:00
mcafee%netscape.com 4892e8a3b9 opaque data comment 2002-05-03 23:37:38 +00:00
kestes%walrus.com cdf093f6d5 fixes to the split on change state 2002-05-03 23:16:53 +00:00
kestes%walrus.com bbfc2fb0f4 change call to savetree_db to use oo notiation so we search ISA 2002-05-03 22:37:41 +00:00
kestes%walrus.com dd397d9be3 fix break multiline empty on change of tree state 2002-05-03 22:29:28 +00:00
kestes%walrus.com b5c1caaddc fixes 2002-05-03 22:01:05 +00:00
kestes%walrus.com 2f67258836 forgot to reset $NEXT_ROW{$tree} 2002-05-03 21:44:25 +00:00
kestes%walrus.com 4e53362d47 computed rowspan but did not use it. 2002-05-03 21:28:51 +00:00
kestes%walrus.com 7b80f2f6ec fixes 2002-05-03 21:25:24 +00:00
kestes%walrus.com a57aa8cc52 bonsai fixes to make one giant square of no data. 2002-05-03 21:09:55 +00:00
kestes%walrus.com 34979e2ddc add checks for permissions on the log directories during startup 2002-05-03 20:28:24 +00:00
kestes%walrus.com 95d99d9b5e fix spelling of $OSVer 2002-05-03 20:20:44 +00:00
kestes%walrus.com 2b2d6747d1 remove duplicate my of status variable. 2002-05-03 20:17:23 +00:00
kestes%walrus.com 1f9874bad1 use a centralized function to round numbers.
only use successful builds in computation of deadtime.
only use 10 most recent builds in computation of averages.
We do not use the very first datapoint in computation
of averages.
Fix the incoming data here so that builds do not overlap.



add a debug_database() function for use in debugging code.
there was an 'if ($buildstatus ne 'not_running')' but this
can't appear in the database remove it.
2002-05-03 19:50:43 +00:00
kestes%walrus.com 32c1a314f4 allow build errors to be turned off. 2002-05-03 19:43:58 +00:00
kestes%walrus.com 5c6025195c centrallize all rounding through a single function. 2002-05-03 19:41:44 +00:00
gerv%gerv.net 68693e09c4 Bug 135836 - change requests should include expiration details. Patch by zeroJ@null.net; r=gerv, justdave. 2002-05-03 06:37:47 +00:00
gerv%gerv.net 0144fd6339 Bug 141609 - "Version unspecified" error when changing product with product groups enabled. Patch by myk; 2xr=gerv. 2002-05-03 06:03:25 +00:00
matty%chariot.net.au 2ea0737812 Bug 97496: Release notes updates. 2002-05-03 05:50:32 +00:00
kestes%walrus.com 3bba6d505d misuse of '==' for 'eq'. 2002-05-03 04:44:05 +00:00
kestes%walrus.com 5c9b772065 typo in construct_build_event_times_vec 2002-05-03 04:33:30 +00:00
kestes%walrus.com 7cfaa41c27 put bugs on the end, 2002-05-03 04:16:40 +00:00
kestes%walrus.com fce1210b41 typo sorting on empty field 2002-05-03 04:16:12 +00:00
kestes%walrus.com b9f2e9c82c add new buildtime disipline 2002-05-03 04:12:02 +00:00
kestes%walrus.com c7077e3da4 adjust the tree states 2002-05-03 04:11:12 +00:00
kestes%walrus.com d83d094163 add new
construct_build_event_times_vec function
2002-05-03 04:10:29 +00:00
kestes%walrus.com 1d0bdc0e93 semi colon 2002-05-03 03:38:44 +00:00
kestes%walrus.com cc582a361b legend for description 2002-05-03 03:37:05 +00:00
kestes%walrus.com 8ceaba208a add a space in text. 2002-05-03 03:29:14 +00:00
kestes%walrus.com 2243d4743c add descriptions for TreeState 2002-05-03 03:28:18 +00:00
kestes%walrus.com 74fdff1eb0 add descriptions to states 2002-05-03 03:27:30 +00:00
kestes%walrus.com 3ca14a36a3 fixes 2002-05-03 03:15:54 +00:00
kestes%walrus.com 197f887b3d fixes 2002-05-03 02:41:09 +00:00
kestes%walrus.com 36b21934a2 fixes 2002-05-03 02:37:27 +00:00
kestes%walrus.com f4600c71a2 add new 'TinderHeader::TreeState_Bonsai_Plus' 2002-05-03 02:32:06 +00:00
kestes%walrus.com bcbff35fb1 combine txt and bonsai modules. 2002-05-03 02:22:47 +00:00
kestes%walrus.com bebc55ba48 fixes for new treestate admin code. 2002-05-03 02:21:52 +00:00
mcafee%netscape.com 981405214e Fix spelling errors. r=kestes (140449) 2002-05-03 02:05:12 +00:00
kestes%walrus.com d1ebe1d3c7 fixes for VC_NAME and REGEXP code 2002-05-03 00:27:48 +00:00
kestes%walrus.com 535aa68f98 rearrange names of bug_id2url to make the new bonsai code work. 2002-05-03 00:19:41 +00:00
kestes%walrus.com 1c6a13d17f use single quotes arround rexexp. 2002-05-03 00:10:18 +00:00
kestes%walrus.com d6467af9af fix typo, make bug_ids uniq. 2002-05-03 00:09:56 +00:00
kestes%walrus.com a6822b5ca6 missing parenthesis 2002-05-02 23:58:48 +00:00
kestes%walrus.com 2fef71bafd Pick up $VC_NAME by fixing typo
add new $VC_BUGNUM_REGEXP code
fix empty cell with shading problem
2002-05-02 23:57:16 +00:00
kestes%walrus.com 6ca4d6522b add cvskeywords. 2002-05-02 23:54:26 +00:00
kestes%walrus.com c6c51584d8 document new event_times_vec function 2002-05-02 23:53:24 +00:00
kestes%walrus.com 37ed88707e change column header to "Guilty" and add new regular expression to find bug ticket numbers in checkin comments. 2002-05-02 23:51:58 +00:00
kestes%walrus.com 7d88880cbf inconsistent spelling of %TinderboxPrininconsistent spelling of %TinderboxPrintt 2002-05-02 23:43:24 +00:00
kestes%walrus.com dd1318510e fix auto refersh line, make it look more like samples found on the web. 2002-05-02 23:15:48 +00:00
kestes%walrus.com 44c83156d0 add cvs keywords to files. 2002-05-02 22:58:28 +00:00
kestes%walrus.com 0f62b4d0ae adding cvs keywords to files. 2002-05-02 22:57:29 +00:00
kestes%walrus.com 37decfbe87 add cvs keywords to files 2002-05-02 22:56:33 +00:00
kestes%walrus.com 6cd29adbae make the build cells never truely emtpy. 2002-05-02 22:11:32 +00:00
kestes%walrus.com bf7868e6e7 tune error parsers for mozilla data. 2002-05-02 19:45:13 +00:00
gerv%gerv.net 493f755e4b Bug 141635 - showdependencygraph requires bug number for doall. Patch by zeroJ@null.net; 2xr=gerv. 2002-05-02 07:03:00 +00:00
kestes%walrus.com 355cb34795 must use undef not undefine. 2002-05-02 05:16:08 +00:00
kestes%walrus.com be9c8c13e5 fix html formatting. 2002-05-02 04:38:52 +00:00
kestes%walrus.com cd014be869 fix \n missing from HTML.
add spaces arround notice available character to make it work with images.
2002-05-02 04:25:14 +00:00
kestes%walrus.com 6c7b39522c add cvs keywords.
make sure the comments in the HTML always show the full package name.
undo the wrongful deletion of 'dead code'
2002-05-02 04:12:41 +00:00
kestes%walrus.com 6d71bb9fcc the code was not dead. 2002-05-02 04:08:40 +00:00
kestes%walrus.com b5ffe38b28 remove dead code. 2002-05-02 03:19:37 +00:00
kestes%walrus.com 51fa9c54b0 ignore the error strings, not the warning strings. 2002-05-02 03:18:40 +00:00
kestes%walrus.com b95294e769 revert last checkin. 2002-05-02 03:09:10 +00:00
kestes%walrus.com fe3198aac8 make layers on click only. 2002-05-02 02:57:51 +00:00
kestes%walrus.com 195c61aba0 mozilla layers. 2002-05-02 02:47:18 +00:00
kestes%walrus.com 921e95d219 max was not in main namespace. 2002-05-02 02:19:44 +00:00
kestes%walrus.com d742a6eb3d make the column heading terse. 2002-05-02 01:59:48 +00:00
kestes%walrus.com 96c9cd713a fix urls. 2002-05-02 01:58:00 +00:00
kestes%walrus.com c81aaea261 fix urls. 2002-05-02 01:55:37 +00:00
kestes%walrus.com 9777424147 put in flames.
put in tinderboxprint legend
put in hack for negative deadtimes.
2002-05-02 01:52:33 +00:00
kestes%walrus.com c98e77a0eb allow users to change Notice character. 2002-05-02 01:51:04 +00:00
kestes%walrus.com 6b0a051fe0 put the flames back
put legend for tinderprint.
make all the functions accept lists as well as vectors.
2002-05-02 01:50:05 +00:00
kestes%walrus.com cd65776233 Make legend more terse.
put the localposttime in the hidden comment for reference
allow users to configure the notice character.
2002-05-02 01:48:51 +00:00
kestes%walrus.com c4eabefcf1 allow a '.' in the buildname, but restrict other metacharacters. 2002-05-02 01:46:53 +00:00
kestes%walrus.com b502e0da6d add handlers for post processing of build logs.
move all the buildname munging into the mail processing.
2002-05-02 01:43:22 +00:00
kestes%walrus.com f41c4fc66b use the local perl to run the gen tests --daemon-mode 2002-05-02 01:41:28 +00:00
kestes%walrus.com 250bd047a5 move the print statement before the regeneration so people have time to read it. 2002-05-02 01:40:42 +00:00
kestes%walrus.com 230b6e4fc2 localize variables.
tune error parses for Mozilla.org data.
2002-05-02 01:39:47 +00:00
gerv%gerv.net ca78a2433a General updates. I'm working through the entire guide, tidying it up. 2002-05-01 23:48:33 +00:00
gerv%gerv.net 5498608b3a Bug 117936 - deprecate Apache 1.2 as our .htaccess files don't work with it. 2002-05-01 23:28:18 +00:00
gerv%gerv.net 17de93bc76 Bug 125395 - remove revision history. That's what CVS is for :-) Also, do other tidy-ups and updates to front page. 2002-05-01 23:24:29 +00:00
gerv%gerv.net 837d95cbd8 ug 105877 - Backup & check for modifications before upgrade. 2002-05-01 23:10:21 +00:00
gerv%gerv.net a8716c36a8 Bug 137709 - remove incorrect information about email preferences. 2002-05-01 23:00:27 +00:00
gerv%gerv.net d75f5d74b1 Bug 111712 - update command for changing path to Perl. 2002-05-01 22:56:48 +00:00
gerv%gerv.net 796eecc992 Bug 126907 - remove "Future" section from guide. 2002-05-01 22:55:29 +00:00
gerv%gerv.net f8dd6171f2 Bug 141557 - modification to user deletion code in editusers.cgi - prevent allowuserdeletion being bypassed. Patch by gerv; 2xr=myk. 2002-05-01 20:54:10 +00:00
gerv%gerv.net bdc83d92fe Bug 140770 - Navigation doesn't work after creating a new bug. This fix displays a new bug to the user immediately after it's been filed. Patch by gerv; r=justdave, afranke. 2002-05-01 19:00:51 +00:00
kestes%walrus.com 36046bf07e add parenthesis to keep arguments as a list. 2002-05-01 17:07:48 +00:00
justdave%syndicomm.com 19c0f123ff Full recompile of the docs so everyone can see what the current SGML docs actually look like in HTML. 2002-05-01 09:29:09 +00:00
justdave%syndicomm.com 03981a74b3 correction to one of the command lines 2002-05-01 09:24:40 +00:00
justdave%syndicomm.com e56a9f727c Corrected installation and compiling instructions for the docs, based on extensive trial and error on Landfill. 2002-05-01 09:13:30 +00:00
gerv%gerv.net 29efdc9361 Bug 141385 - dependency graph title is incorrect when doall is specified. Patch by zeroJ@null.net; 2xr=gerv. 2002-05-01 06:23:36 +00:00
kestes%walrus.com 8da5007e74 add better error reporting when tinderbox mail gets bounced. 2002-05-01 04:12:31 +00:00
kestes%walrus.com eba17c7197 another typo. 2002-05-01 03:11:20 +00:00
kestes%walrus.com 160ca6cd58 typo 2002-05-01 03:10:32 +00:00
kestes%walrus.com 77acdbf351 typo, comment was not marked. 2002-05-01 03:08:33 +00:00
kestes%walrus.com 84e51771ab make it possible to have truly empty cells in the table not just "&nbsp;". 2002-05-01 03:07:25 +00:00
kestes%walrus.com 6b4e2d7f81 turn off the uniform table spacing. 2002-05-01 02:54:12 +00:00
kestes%walrus.com 660b9bb0c7 explain that you must reload page. 2002-05-01 02:52:46 +00:00
kestes%walrus.com 616104f072 fixes to make regenerate pages work 2002-05-01 02:49:26 +00:00
kestes%walrus.com a5541ba013 fixes 2002-05-01 02:47:06 +00:00
kestes%walrus.com d3961e0f7f fixes 2002-05-01 02:46:13 +00:00
kestes%walrus.com a6e453aad6 fixes, forgot to include TinderConfig. 2002-05-01 02:42:11 +00:00
kestes%walrus.com d882328e9b fixes 2002-05-01 02:36:26 +00:00
kestes%walrus.com a8a3ab3bc8 fixes 2002-05-01 02:35:15 +00:00
kestes%walrus.com 0ca22f69b8 try this 2002-05-01 02:31:22 +00:00
kestes%walrus.com 8ef905f7f3 put content type at top of output. 2002-05-01 02:23:55 +00:00
kestes%walrus.com 7b7fb30e1e missing EOF fixed, URL was very wrong, now I just need to get the tree name to make this work. 2002-05-01 02:19:10 +00:00
kestes%walrus.com f2b92bc94f allow users to pick the row structure, it can now be uniform times (every 5 minutes)
or it can be one row for each time we have data for.
2002-05-01 02:06:26 +00:00
kestes%walrus.com feaaa56f88 use a OO calling sequence to call our implementations of HTMLPopUp. This
is needed to allow easier testing of the full set of HTMLPopUp libraries.
2002-05-01 02:03:03 +00:00
kestes%walrus.com 3526bb0ccd move each HTML Popup into its own name space and modify the functions to
accept a typical OO calling sequence with a $self as first argument.
2002-05-01 02:01:49 +00:00
kestes%walrus.com 8e188499ab *** empty log message *** 2002-05-01 01:56:59 +00:00
kestes%walrus.com eafe83af07 more comments.
allow users to turn off text browser characters,  allow users to use
nonuniform row spacing.
2002-05-01 01:56:23 +00:00
kestes%walrus.com 0282d8fb8e add information about the new regenerate cgi program. 2002-05-01 01:55:19 +00:00
kestes%walrus.com 7c2620a3c2 allow 'buildstarted' state as a synonym for 'building'. 2002-05-01 01:53:50 +00:00
kestes%walrus.com 34053339b7 allow there to be perl regular expression metacharacters in the buildnames,
particularly parenthesis.
2002-05-01 01:52:53 +00:00
kestes%walrus.com e474adfde4 new test, to demonstrate all popup possibilities. 2002-05-01 01:51:51 +00:00
kestes%walrus.com 53ff8d3b3b add popup_test target 2002-05-01 01:48:55 +00:00
kestes%walrus.com 6211e85d62 add function event_times_vec and move the typical trim function into this file. 2002-05-01 01:48:13 +00:00
kestes%walrus.com 3d1e3f90ea add function event_times_vec 2002-05-01 01:47:05 +00:00
kestes%walrus.com b369bab74f end times must be whole numbers, no decimals. 2002-05-01 01:46:23 +00:00
dkl%redhat.com 5fce36351e Bug 141326 - broken hyperlink in editkeywords.cgi. Fix by dkl@redhat.com. 2xr=Gerv 2002-04-30 22:15:52 +00:00
gerv%gerv.net 11fc4aedb7 Bug 140311 - query.cgi, search/seach.html.tmpl: should move some strings to template. Patch by burnus@gmx.de; 2xr=gerv. 2002-04-30 21:18:09 +00:00
kestes%walrus.com 5ffe5e9ccd comment out the test trees so that Mozilla.org can use the treedata page
without seeing test artifacts but others can see how the tests work.
2002-04-30 18:01:02 +00:00
kestes%walrus.com 9a6ffe088f fix typo effecting the URL which points to Bonsai 2002-04-30 17:58:26 +00:00
kestes%walrus.com 9d4c53c4ef fix typo in backward compatibility effecting "test failed" 2002-04-30 17:57:38 +00:00
ian%hixie.ch 973f9b15b7 change the default include type from XML to x-auto so that by default we can include other templates without knowing what they are. 2002-04-30 00:24:48 +00:00
ian%hixie.ch 9449d72b31 Make getSettings return a boolean instead of raising an exception. 2002-04-30 00:24:01 +00:00
ian%hixie.ch d07cfad85c Add various FILTERs were required to keep the output valid HTML... 2002-04-30 00:23:07 +00:00
ian%hixie.ch ce9fb14749 Add support for pending commands, so that after getting their password sent users can continue doing what they were doing before. (This requires support on the output side as well, typically the HTTP protocol will use this, and less interactive protocols like e-mail won't.) 2002-04-30 00:18:33 +00:00
ian%hixie.ch d6548b4e15 Add getArgumentsAsString() and getArgumentsFromString() so that the arguments can be flattened and then 'retexturised' a later time and reused. 2002-04-30 00:13:20 +00:00
ian%hixie.ch db64b138e2 Login component output files for the HTTP protocol 2002-04-30 00:11:55 +00:00
gerv%gerv.net 815f10f9c4 Bug 140664 - checksetup.pl fails on perl 5.005. Patch by bbaetz; r=afranke, daa@rm.incc.net, gerv. 2002-04-29 19:49:00 +00:00
gerv%gerv.net fadf2f5804 Bug 140564 - Unquoted variable in regexp in globals.pl. Patch by xor@ivwnet.com; 2xr=gerv. 2002-04-29 19:37:52 +00:00
gerv%gerv.net fb10ff1244 Bug 140329 - Stagger headers have wrong order. Patch by myk; 2xr=gerv. 2002-04-29 19:36:03 +00:00
gerv%gerv.net 17277729f2 Bug 140784 - edit*.cgi need a use lib "." on Win32/IIS w/ taint. Patch by jouni@heikniemi.net; r=bbaetz, gerv. 2002-04-29 19:32:29 +00:00
gerv%gerv.net 1b98af33ef Bug 140953 - Creating the first attachment status fails. Patch by jouni@heikniemi.net, 2xr=myk. 2002-04-29 19:29:52 +00:00
gerv%gerv.net 10d0bd6ccb Bug 140553 - remaining instances of uri filter. Patch by gerv; 2xr=bbaetz. 2002-04-29 06:15:50 +00:00
gerv%gerv.net 60c616500f Bug 137623 - showdependencytree.cgi has minor grammatical and formatting issues. Patch by gerv; r=bbaetz, justdave. 2002-04-28 22:24:40 +00:00
gerv%gerv.net 25d6de161e Bug 140765 - midair template has an error. Patch by jouni@heikniemi.net, 2xr=gerv. 2002-04-28 22:16:14 +00:00
gerv%gerv.net ff5a7cd0b4 Bug 140006 - ThrowTemplateError should try a template before using print statements. Patch by gerv, r=bbaetz, justdave. 2002-04-28 22:09:38 +00:00
gerv%gerv.net f847068e57 Bug 138904 - post_bug templates should be separate. Renaming template so that the name's not so long, and we can use formats. 2002-04-28 22:06:43 +00:00
gerv%gerv.net cfedb7d47c Bug 138904 - post_bug templates should be separate. Patch by gerv, 2xr=myk. 2002-04-28 22:05:31 +00:00
gerv%gerv.net 8b7f7769d6 Bug 140103 - various templatisations or cleanups in CGI.pl. Patch by gerv; r=justdave, bbaetz. 2002-04-28 21:57:10 +00:00
justdave%syndicomm.com 36bcb63e84 Fix for bug 140633: Template Toolkit bug causes directory "datatemplate" to be created in the Bugzilla root directory instead
of creating "template" within the "data" directory.  Adding a trailing slash to the compile directory name to work around it.
2xr= bbaetz
2002-04-28 18:43:14 +00:00
gerv%gerv.net 4b4721d466 Bug 138284 - prepare for Bugzilla Helper replacement enter_bug template. Patch by gerv; r=bbaetz, myk. 2002-04-27 06:57:16 +00:00
bbaetz%student.usyd.edu.au 3de72112e2 Bug 105960 - xml.cgi has wrong content type, and should be standalone
r=caillon x2
2002-04-27 06:25:41 +00:00
kestes%walrus.com bbf1b5e641 updates 2002-04-27 05:05:14 +00:00
kestes%walrus.com f871889362 fixes 2002-04-27 04:59:46 +00:00
kestes%walrus.com 047a822503 missing ; 2002-04-27 04:57:03 +00:00
kestes%walrus.com cc0aa9fa34 Ignore build must allow spaces in buildnames. 2002-04-27 04:55:37 +00:00
kestes%walrus.com f933eb7134 fixes 2002-04-27 04:24:43 +00:00
kestes%walrus.com 0df37ab97c fixes 2002-04-27 04:23:46 +00:00
kestes%walrus.com 190d2e1792 update 2002-04-27 04:20:10 +00:00
kestes%walrus.com a69ebb9722 turnoff network security features. 2002-04-27 04:11:58 +00:00
kestes%walrus.com 6a3391e252 redo page layout to netscape/mozilla standard. 2002-04-27 04:11:36 +00:00
kestes%walrus.com c3f49cc848 fixes 2002-04-27 03:23:02 +00:00
kestes%walrus.com cf78c6ba14 more fixed to allow the notices to be backdated. 2002-04-27 02:31:12 +00:00
bbaetz%student.usyd.edu.au 64a2429c88 Bug 97832 - turn on template compilation. This means that the minimum TT
version is now 2.07.
r=myk, gerv
2002-04-27 02:16:32 +00:00
kestes%walrus.com bec4895948 update 2002-04-27 01:57:05 +00:00
kestes%walrus.com f143772aa3 updates 2002-04-27 01:48:06 +00:00
kestes%walrus.com 922e9b6d8f updaet 2002-04-27 01:37:05 +00:00
kestes%walrus.com d47216bf01 add an effective time field. 2002-04-27 01:24:55 +00:00
kestes%walrus.com e34f75755d updates 2002-04-27 01:13:08 +00:00
kestes%walrus.com b099470ebb updates 2002-04-27 00:50:18 +00:00
kestes%walrus.com 3fb9753119 updates. 2002-04-27 00:47:33 +00:00
kestes%walrus.com 34e05e8571 update 2002-04-27 00:31:09 +00:00
kestes%walrus.com d7ab4fab24 update legend 2002-04-26 23:49:06 +00:00
kestes%walrus.com 600dda67df fix issue where there is no old tree states so the cells get rendered improperly. 2002-04-26 23:45:33 +00:00
kestes%walrus.com 83ffdeebdc put the C on all builds to show what made it into each build. 2002-04-26 23:44:55 +00:00
kestes%walrus.com baa8d905cf updates 2002-04-26 23:29:20 +00:00
kestes%walrus.com 7a011b5c41 updates 2002-04-26 23:28:02 +00:00
gerv%gerv.net 07c48c4f5d Bug 138994 - split up duplicates.html.tmpl. Patch by gerv; r=myk, bbaetz. 2002-04-26 23:18:57 +00:00
kestes%walrus.com 45a175ab8d make the seamonkey tree be like the original seamonkey tree. 2002-04-26 23:00:10 +00:00
kestes%walrus.com 2789f8ba64 color changes for the colorblind. 2002-04-26 22:57:22 +00:00
kestes%walrus.com 1616b4ef93 automatically run --daemon-mode when admin or notices are run. 2002-04-26 22:42:44 +00:00
kestes%walrus.com fa9be3c73f still messing with the TinderPrint stuff. 2002-04-26 22:40:11 +00:00
kestes%walrus.com 8d7c71a16a fixed typo, slipage is now slippage. 2002-04-26 22:33:53 +00:00
kestes%walrus.com eb6bbbd241 more backward compatibilty. 2002-04-26 22:27:45 +00:00
kestes%walrus.com 8d01a6dc46 add better error message on failure. 2002-04-26 22:27:17 +00:00
gerv%gerv.net defab8904c Bug 140419 - fix merge error from bug 138995. Oops. Patch by burnus@gmx.de; 2xr=gerv. 2002-04-26 22:16:34 +00:00
kestes%walrus.com 04f11d3b91 change availible to available. 2002-04-26 22:05:07 +00:00
gerv%gerv.net 17b94ae8ac Bug 140407 - remove all references to directories template/default and template/custom. They are no more. Oceania is at war with Eastasia. Oceania has always been at war with Eastasia. 2002-04-26 21:12:42 +00:00
gerv%gerv.net 6f147d808a Move a </center> tag (inserted in bug 129442 in a vain attempt to make this CGI's HTML validate) to the bottom of the initial page. This has the effect of fixing the alignment of the "choose chart" widgets; returning them back to the centre, where it should be. No bug number. 2002-04-26 21:09:50 +00:00
gerv%gerv.net 28e907426c Bug 138995 - split up search.html.tmpl. Patch by gerv; 2xr=myk. 2002-04-26 20:03:08 +00:00
myk%mozilla.org b724f3800c Fix for bug 139930: checksetup.pl no longer fails if data/params does not exist
Patch by Myk Melez <myk@mozilla.org>
r=bbaetz,gerv
2002-04-26 18:39:39 +00:00
myk%mozilla.org d2c44555f6 Fix for bug 139759: gets email searches for "cc: list or assignee" working again.
Patch by David Ward <dward@netschools.net>
2xr=myk
2002-04-26 18:17:04 +00:00
myk%mozilla.org 06cf73885a Fix for bug 140354: Prevents "edit attachment as comment" from displaying opening and closing HTML tags on recent versions of Mozilla by making the regexp that finds and removes them case-insensitive.
Patch by Myk Melez <myk@mozilla.org>
2xr=gerv
2002-04-26 18:12:54 +00:00
gerv%gerv.net eb7da00c88 Bug 135817 - update template filename. Oops. 2002-04-26 06:46:16 +00:00
gerv%gerv.net aaf0a1e1e2 Bug 140124 - PuntTryAgain must die. Patch by gerv, 2xr=myk. 2002-04-26 06:13:41 +00:00
gerv%gerv.net db6d0c3ca0 Bug 135814 - templatise Token.pm. Patch by zeroj; 2xr=bbaetz. 2002-04-26 06:01:30 +00:00
kestes%walrus.com 83788863fe updates. 2002-04-26 02:11:49 +00:00
kestes%walrus.com da1e78dc78 updates 2002-04-26 02:05:26 +00:00
kestes%walrus.com c09ab186d4 updates 2002-04-26 01:57:59 +00:00
kestes%walrus.com e9c0e39b7c typo. 2002-04-26 00:51:11 +00:00
kestes%walrus.com adc7bd8a1b fix backward compatibility. 2002-04-26 00:49:22 +00:00
kestes%walrus.com 2639cbfbbe remove some of the more strict checks. 2002-04-26 00:44:23 +00:00
myk%mozilla.org 14cf299af6 Fix for bug 139588: changes "size" to "maxlength" in abbreviations hash since "size" is a hash built-in method in Template Toolkit 2.07
Patch by Gerv <gerv@gerv.net>
r=ddk,myk
2002-04-26 00:41:37 +00:00
kestes%walrus.com 4ad42533de updates 2002-04-26 00:06:18 +00:00
kestes%walrus.com 4df91ea96a update 2002-04-25 23:55:30 +00:00
kestes%walrus.com 19e76a4f4e updates. 2002-04-25 23:46:12 +00:00
kestes%walrus.com 7cc9d71c8c update. 2002-04-25 23:33:14 +00:00
kestes%walrus.com 503fdbeca1 put html in a different directory. 2002-04-25 23:05:24 +00:00
kestes%walrus.com 1105ff21ab Setup for Mozilla.org Lounge. 2002-04-25 22:57:59 +00:00
myk%mozilla.org 8125de1d4a Fix for bug 140161: Prevents function call from displaying its return value, which we don't need.
Patch by Myk Melez <myk@mozilla.org>.
2xr=gerv
2002-04-25 22:35:14 +00:00
gerv%gerv.net 480185f8e2 Bug 140145 - GetLongDescriptionAsHTML must die. Patch by gerv, 2xr=bbaetz. 2002-04-25 21:16:03 +00:00
gerv%gerv.net e2b8f30738 Bug 140121 - make sure we keep calling SyncAnyPendingShadowChanges from the footer. Patch by gerv, 2xr=myk. 2002-04-25 20:42:59 +00:00
gerv%gerv.net c64b1ec662 Bug 140110 - remove 273 lines of redundant code from CGI.pl. Patch by gerv; 2xr=ddk. 2002-04-25 19:43:50 +00:00
gerv%gerv.net 41ad537822 Remove confusing comment referring make_options, which this CGI no longer calls. No bug number. 2002-04-25 19:40:59 +00:00
gerv%gerv.net 5cd36e8eda Bug 139928 - cvs remove templates from template/default directory. These templates now all live in template/en/default, for l10n purposes. 2002-04-25 17:22:37 +00:00
kestes%walrus.com 9297abf963 fixes to make sure that the automated tests work. mostly ignoring files
which are new but do not apply to the test.
2002-04-25 00:57:07 +00:00
kestes%walrus.com a4e1f4380b ignore files in the src tree beginning with dot. 2002-04-25 00:56:10 +00:00
kestes%walrus.com 4aac44ae96 fixes to make it compile. 2002-04-25 00:55:49 +00:00
kestes%walrus.com 64d1e7b1e5 add get/set functions to access the handlers. 2002-04-25 00:36:46 +00:00
kestes%walrus.com 2f60f8f710 whops forgot a '}', code did not compile. 2002-04-25 00:31:30 +00:00
kestes%walrus.com 3cfe546a86 the sample would not compile. 2002-04-25 00:15:03 +00:00
kestes%walrus.com 134be08b06 add information about perl libraries needed. 2002-04-25 00:14:36 +00:00
kestes%walrus.com c24c1a0808 update 2002-04-25 00:14:07 +00:00
kestes%walrus.com baa02bf5e7 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 1a3a4a94df 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 5198b2c1df add data to test TinderboxPrint code. 2002-04-25 00:12:13 +00:00
kestes%walrus.com ea4f25371d test was time zone dependent, comment it out for now. 2002-04-25 00:11:51 +00:00
kestes%walrus.com 211d330498 let tinderbox handle the new TinderboxPrint keyword in the log files. 2002-04-24 23:25:34 +00:00
kestes%walrus.com 326c160401 add better more detailed error messages when bonsai fails. 2002-04-24 23:24:42 +00:00
gerv%gerv.net a13d337fd6 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 e2fc83a806 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 b24486a830 Bug 138456 - use proper error functions in DBNameToIdAndCheck. Patch by gerv; 2xr=myk. 2002-04-24 21:41:51 +00:00
myk%mozilla.org 62e78ba7a6 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 285c59eb0e I introduced a bug into slamm's code.
fix it.
2002-04-24 20:57:23 +00:00
ian%hixie.ch 9d907d9eaf 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 e44bb906b1 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 5dd1c005e1 Move from COSES to TemplateToolkit 2002-04-24 20:02:34 +00:00
gerv%gerv.net dafe5cefe2 Bug 136180 - use uri/url_quote filters correctly. Patch by ddk; 2xr=gerv. 2002-04-24 18:27:43 +00:00
gerv%gerv.net e0038c5df3 Bug 139800 - remove errant references to index.html. Patch by ddk, 2xr=gerv. 2002-04-24 18:11:00 +00:00
gerv%gerv.net 11f422701a 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 7db79e1b2e 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 7f6bd1445e Adding .cvsignore file so we ignore "custom" directory and ".htaccess" file. 2002-04-24 07:29:49 +00:00
gerv%gerv.net 1162258d4d Bug 138588 - missed a DisplayError -> ThrowTemplateError change. 2002-04-24 07:28:11 +00:00
gerv%gerv.net db4ad2cb68 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 0714c80d25 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 eb164179c8 update. 2002-04-24 03:59:15 +00:00
kestes%walrus.com ab6eb5acdb allow the check of syncronized times to be user parametrizable. 2002-04-24 03:27:35 +00:00
kestes%walrus.com 64d3434c3d new configure script thanks to Stephen Lamm (slamm@yahoo-inc.com). 2002-04-24 03:26:09 +00:00
kestes%walrus.com 553921eb08 add information about using cgiwrap.
fix typo in location of tinder.cgi.
2002-04-24 03:23:12 +00:00
kestes%walrus.com a5392e0c82 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 0d9148dd67 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 047c17de74 Bug 138582 - convert all INCLUDEs to PROCESS. Patch by gerv, r=bbaetz, afranke. 2002-04-23 23:27:55 +00:00
myk%mozilla.org 0d077a3f1e 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 0d60c4d8a7 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 d7d119963b 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 c09d97d783 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 47dc9075c5 Add an adminMessage to the default admin user. 2002-04-21 15:03:29 +00:00
ian%hixie.ch 6e56e6b19b 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 cf461c1c74 Changing from COSES to TemplateToolkit 2002-04-21 14:53:34 +00:00
ian%hixie.ch 0c0d8214c0 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 e08e22ae65 add group names to the data passed to templates 2002-04-21 14:08:27 +00:00
ian%hixie.ch 378ec7d89e 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 554dbb2927 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 f5f39048d3 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 f373fea2dd 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 5f765d4d2d 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 9161253bea 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 cb70cb2683 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 8255d3d15e 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 637a1fd46a 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 1038a4adc7 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 fcf0d00a94 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 55d7f091d1 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 2e28051ec3 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 2ce3de6c15 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 3652495b57 Bug 135545 - missing template version strings. Patch by ddk; 2xr=gerv. 2002-04-17 21:28:20 +00:00
gerv%gerv.net ed0fa5b35a 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 4d2d912700 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 50e59f6477 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 446a4fbe2e 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 305270ed82 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 3983c89185 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 be06710717 Release notes update. 2002-04-16 04:03:30 +00:00
gerv%gerv.net 2a0d7cb7c0 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 4b83c44318 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 7710af070c 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 ab1068ae37 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 f747112b8d Bug 136751 - warnings with show_bug.cgi
r=justdave x2
2002-04-15 02:19:19 +00:00
bbaetz%student.usyd.edu.au f6e3309e09 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 5a84d4fbbd 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 dab814d1aa 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 569e6474c6 Bug 121162 - remove unused file booleanchart.html
'patch' by mattyt, r=bbaetz, justdave
2002-04-11 07:31:45 +00:00
mcafee%netscape.com e08ede0555 remove ip hack 2002-04-11 05:15:44 +00:00
mcafee%netscape.com c55c7f3259 remove ip Tp hack 2002-04-11 05:13:39 +00:00
gerv%gerv.net b0474946a9 Build bustage - add version string. Oops. No bug number. 2002-04-10 22:36:52 +00:00