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
nicolson%netscape.com
8e32f7cd47
Sun's PBE Key Spec is incomplete.
2002-05-06 18:58:39 +00:00
nicolson%netscape.com
d6c440b810
add DESede.
2002-05-06 18:49:52 +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
dcone%netscape.com
32a5f77be4
Added some files for the Debug object. Not part of the build.
2002-05-06 13:16:27 +00:00
dcone%netscape.com
c17c0b671b
Updated the debug object. This is not part of the build yet.
2002-05-06 13:14:33 +00:00
ian%hixie.ch
dae1983fa6
E-mail templates
2002-05-06 12:53:53 +00:00
rods%netscape.com
843bdc47d4
Make "Num copies" work for PS
...
Bug 139566 r=roland sr=attinasi
2002-05-06 12:04:22 +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
bryner%netscape.com
8b361ea860
Fixing gtk2 bustage. r=cls.
2002-05-06 07:02:45 +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
karnaze%netscape.com
fa46801b8a
bug 138725 - Reflow placeholder's out of flow frame in DoCleanupFrameReferences. Avoid reframing when an inline is appended to an inline containing a block. sr=waterson, r=alexsavulov
2002-05-06 02:02:35 +00:00
blakeross%telocity.com
347da180eb
132013 - remove from list should be batched. r=hewitt sr=ben
2002-05-06 01:14:27 +00:00
cmanske%netscape.com
c0b6f6c850
Fixed enter key handling in Publish Progress dialog. b=140962, r=brade, sr=hewitt
2002-05-05 23:07:27 +00:00
ian%hixie.ch
44c74fd710
comment clarification
2002-05-05 22:43:05 +00:00
blakeross%telocity.com
857e5d7cde
140262 - context menu for input type=password should include paste. patch by bz. r=biesi sr=me
2002-05-05 20:39:50 +00:00
mcafee%netscape.com
c33fe1f3d4
Adding showpoint feature for performance graphs, clicking on past tbox builds will highlight that datapoint in the graph.
2002-05-05 17:25:33 +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
mkaply%us.ibm.com
24e6c09a65
OS/2 bustage
2002-05-05 03:26:52 +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
mkaply%us.ibm.com
50655da128
OS/2 bustage - its either remove PR_CALLBACK or add it to the header. I don't have an OS/2 machine since I am in San Antonio where my new son was born. See http://www.kaply.com
2002-05-04 18:49:30 +00:00
sspitzer%netscape.com
0eafdbd017
part of the fix for #119360 . LDIF export is lossy. In this case,
...
I forgot we have to base64 encode any lines that contain \r or \n.
For example, the "notes" field in a card. Thanks to Rich Ibbotson
(ribbotso@rochester.rr.com ) for the initial patch.
r=dmose, sr=bienvenu
2002-05-04 18:03:51 +00:00
sspitzer%netscape.com
5d2d6a5cd0
fix for #115906 . when typing in notes, enter should not close the edit / new card dialog.
...
also, fix the buttons on the edit card dialog to match the spec.
r=racham, sr=bienvenu
2002-05-04 18:01:06 +00:00
sicking%bigfoot.com
5bc7224826
Bug 130439: Remove unused function in tokenizer. Patch by choess@stwing.upenn.edu
...
r=harishd sr=heikki
2002-05-04 15:41:00 +00:00
bryner%netscape.com
0cd92bef7b
Make the XUL cache lock gc'ing of script objects while they are in the cache, to prevent pulling out a bogus JSObject. Bug 132216, r=waterson, sr=brendan.
2002-05-04 09:15:04 +00:00
cbiesinger%web.de
3e8e83c377
bug 138052 patch by timeless r=biesi sr=darin
...
data: is still too agressive about stripping whitespace XML
2002-05-04 09:10:36 +00:00
depstein%netscape.com
6188df8eed
added test cases for nsIWebBrowser, temporarily in TestYourMethod().
...
a=asa for QA checkins that are not part of the default builds
2002-05-04 05:55:55 +00:00
bryner%netscape.com
92a1bec8eb
Adding the functions JS_LockGCThingRT and JS_UnlockGCThingRT, which are variants that only require a JSRuntime, not a JSContext. Converted some internal callers to use the new interface. Bug 141356, patch from shaver, r=bryner, sr=brendan.
2002-05-04 05:28:09 +00:00