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 |
|
mcafee%netscape.com
|
99e0b714a0
|
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
|
248f9bb442
|
back to comma, # didn't work
|
2002-05-06 04:05:10 +00:00 |
|
ian%hixie.ch
|
06fe39d85b
|
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
|
f52d9478f0
|
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
|
e7fd1d788a
|
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
|
c917916adf
|
comment clarification
|
2002-05-05 22:43:05 +00:00 |
|
mcafee%netscape.com
|
f5cca19146
|
Write out temp file with pid, to avoid race condition
|
2002-05-05 08:50:14 +00:00 |
|
mcafee%netscape.com
|
25da29e816
|
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
|
1cca542d8e
|
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
|
eafeedaa65
|
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
|
9e0c1245f7
|
fixes for bugs
|
2002-05-04 01:51:46 +00:00 |
|
ian%hixie.ch
|
61cc38e6ba
|
Change variable names to reflect the fact that objects are instances, not classes.
|
2002-05-04 01:11:56 +00:00 |
|
ian%hixie.ch
|
f2a559cbae
|
Add some debugging info to every page once and for all.
|
2002-05-04 01:10:38 +00:00 |
|