Commit Graph

3547 Commits

Author SHA1 Message Date
kestes%walrus.com
8c6d4dd6e9 fix 2002-05-06 23:52:57 +00:00
kestes%walrus.com
6d99bd5aa2 fixes 2002-05-06 23:51:43 +00:00
kestes%walrus.com
67b79dd309 fix 2002-05-06 23:38:38 +00:00
ian%hixie.ch
6e4c646189 Correct a typo: Output is done through the application object, not the user prefs object... 2002-05-06 23:05:08 +00:00
kestes%walrus.com
a4a4f3b0a9 fix 2002-05-06 23:04:10 +00:00
kestes%walrus.com
7229777edb fix 2002-05-06 23:01:55 +00:00
kestes%walrus.com
7796f2ebfe fix 2002-05-06 23:00:05 +00:00
ian%hixie.ch
fea723a0a6 Add an additional check that the change ID is valid 2002-05-06 22:59:22 +00:00
kestes%walrus.com
f160c6a497 more fixes 2002-05-06 22:57:10 +00:00
myk%mozilla.org
8af63929dc 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
23deeae988 allow zero dead times, delete columns which have no activity for 24 hours. 2002-05-06 22:08:41 +00:00
kestes%walrus.com
7de193d0f0 forgot a pair of || 2002-05-06 21:55:17 +00:00
kestes%walrus.com
0a5fbd502b 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
7f2ef2a358 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
f1ad22d33d 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
f343303e4e 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
9c95e0d0e6 don't make ignore of NS_ENSURE_TRUE(presShell) depend on line number. 2002-05-06 21:07:57 +00:00
ian%hixie.ch
08859612f4 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
ab908d4dc4 fixes 2002-05-06 21:05:01 +00:00
kestes%walrus.com
3496e38e78 fixes 2002-05-06 21:03:11 +00:00
ian%hixie.ch
b89f14c971 Add more information to the hash passed to the change of address outputs 2002-05-06 21:01:48 +00:00
ian%hixie.ch
35e07fb8e3 Remove the 'html' bit from the filenames. 2002-05-06 21:00:53 +00:00
kestes%walrus.com
f17189400e fixes for LAST_TREEDATA 2002-05-06 20:57:53 +00:00
kestes%walrus.com
5d50b3ba99 redefine when states are different to include notion of no LAST_TREESTATE. 2002-05-06 20:53:03 +00:00
kestes%walrus.com
124e7a6c0c 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
e37db329a3 last_TREESTATE not equal to default case handled incorrectly. 2002-05-06 20:23:28 +00:00
gerv%gerv.net
78fd2c6945 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
94c9b89200 not setting $LAST_TREESTATE appropriately at top of status_table_row(); 2002-05-06 19:23:47 +00:00
gerv%gerv.net
a0135eb3f0 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
9923d8ff09 more HTML indentation fixes. 2002-05-06 19:08:55 +00:00
kestes%walrus.com
fd4cdf3ee0 fixes to HTML indentation, to make debugging easier. 2002-05-06 19:04:58 +00:00
kestes%walrus.com
07cb7201da indent the build cell a bit more. This will help me debug HTML. 2002-05-06 18:37:00 +00:00
kestes%walrus.com
76e71d975b put a comment for Time to help debug HTML. 2002-05-06 18:36:28 +00:00
kestes%walrus.com
9bfe88cf76 change popup. 2002-05-06 18:21:34 +00:00
kestes%walrus.com
c0754c30fd more fixes to make the nwe multiline empty column work. 2002-05-06 18:15:57 +00:00
kestes%walrus.com
9a52a24cb8 fix missing '}'; 2002-05-06 17:53:27 +00:00
kestes%walrus.com
221403eeb6 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
cd26de7c63 E-mail templates 2002-05-06 12:53:53 +00:00
ian%hixie.ch
e67e2cad39 Remove the 'html' bit from the filenames. 2002-05-06 11:03:12 +00:00
ian%hixie.ch
9fd73998f6 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
190d3e3373 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
6cc76a9d5b Oops, forgot to make the primary key ID an auto_increment column. 2002-05-06 09:53:01 +00:00
ian%hixie.ch
4bb1faa917 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
24bcc8e7ed 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
3afbf82b63 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
8c45554054 Change the expected field category name from 'detail' to 'personal' for consistency 2002-05-06 05:26:00 +00:00
ian%hixie.ch
11fa7fcc76 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
d33c4d1a80 User Preferences Screens 2002-05-06 04:55:59 +00:00
mcafee%netscape.com
c4decada15 switching point color to dk. green 2002-05-06 04:50:24 +00:00
ian%hixie.ch
4fe03788dd 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