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
karnaze%netscape.com
193a8d5ce9
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
52e1024e3a
132013 - remove from list should be batched. r=hewitt sr=ben
2002-05-06 01:14:27 +00:00
cmanske%netscape.com
037ea85da6
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
c917916adf
comment clarification
2002-05-05 22:43:05 +00:00
blakeross%telocity.com
85db8f1863
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
61ece190e4
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
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
mkaply%us.ibm.com
c355d8c308
OS/2 bustage
2002-05-05 03:26:52 +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
mkaply%us.ibm.com
dd81682347
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
cce283521c
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
f384d2947d
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
574469f3d4
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
7801134817
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
598b3dd49e
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
eff06ffb65
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
7f766daf07
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
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
leaf%mozilla.org
064bfcb8e2
Automated update
2002-05-04 03:41:12 +00:00
dougt%netscape.com
b2449fe85b
Fixes 117628. Failed DNS error causes future lookups to fail. Now we call res_ninit() on platforms which support this function when the dns lookup fails. r=brendan@mozilla.org, sr=darin@netscape.com
2002-05-04 03:40:06 +00:00
blythe%netscape.com
46c30a3660
Abstract option acquisition for reuse in per thread settings.
...
Have the category focus also cause cached graphs to reset.
2002-05-04 02:06:52 +00:00
kestes%walrus.com
9e0c1245f7
fixes for bugs
2002-05-04 01:51:46 +00:00
oeschger%netscape.com
f5d0859958
updating help content, dispensation per 122806: adding entries to search database, r=cotter
2002-05-04 01:28:21 +00:00
pschwartau%netscape.com
8edbfc6e50
Initial add. Regression test for bug 140974.
2002-05-04 01:13:40 +00:00
blythe%netscape.com
4141a16d7e
fix cvs keyword subtitution crash
2002-05-04 01:12:18 +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
depstein%netscape.com
a04ee26f52
updated web nav test case. a=asa for QA checkins that are not part of the default builds
2002-05-04 01:10:59 +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
ian%hixie.ch
50cd6af032
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
blythe%netscape.com
565188440e
Not part of normal builds.
...
Accept options cookie, document how request specific options are to be set.
2002-05-04 01:07:16 +00:00
ian%hixie.ch
1a1bdeb593
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
a92816a815
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
de97b7e2eb
Add support for converting + signs in URIs back to spaces.
2002-05-04 01:02:19 +00:00
edburns%acm.org
83e5af980d
Make it possible to render the bookmarks tree, but you can't click on a
...
bookmark to open it in the browser due to a Java side deadlock.
2002-05-04 00:30:01 +00:00
ssu%netscape.com
b18fde6b52
fixing bug 141858 - unexpected setup\setup.exe error message after installing browser
2002-05-04 00:18:54 +00:00
mcafee%netscape.com
48ff418fc7
Print out visited modules in leaf-first order, first attempt at fixing the build-order problem.
2002-05-04 00:17:06 +00:00
mscott%netscape.com
0c08e54233
Bug #121583 --> work around the infinite reflow loop in various windows that use tree widgets by
...
forcing a min height and min width on the the tree. This fixes the famous 100 % CPU hang.
Patch from kin@netscape.com
r=mscott
sr=hyatt
2002-05-04 00:04:39 +00:00