This website requires JavaScript.
Explore
Help
Register
Sign In
Magic-Mirror
/
gecko-dev
Watch
1
Star
0
Fork
0
You've already forked gecko-dev
mirror of
https://github.com/mozilla/gecko-dev.git
synced
2025-01-07 11:56:51 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
b9400f341d
gecko-dev
/
webtools
/
PLIF
History
ian%hixie.ch
b9400f341d
The User object was not saving anything if its userID started off as undef (i.e., new user) and the code never changed any properties (which is normal for a new user). Changed the code to automatically assume it is dirty if it starts with an undefined userID. Changed writeProperties to use the return value from the data source to save any changes to userID, so that when it is defined (by inserting a new record, probably) then we can remember it. Finally, changed propertySet so that when userID is changed from an undefined value to a defined value, the change is propagated to the fields and the groups are marked dirty, which will force them to be written out too.
2001-11-10 21:00:37 +00:00
..
PLIF
The User object was not saving anything if its userID started off as undef (i.e., new user) and the code never changed any properties (which is normal for a new user). Changed the code to automatically assume it is dirty if it starts with an undefined userID. Changed writeProperties to use the return value from the data source to save any changes to userID, so that when it is defined (by inserting a new record, probably) then we can remember it. Finally, changed propertySet so that when userID is changed from an undefined value to a defined value, the change is propagated to the fields and the groups are marked dirty, which will force them to be written out too.
2001-11-10 21:00:37 +00:00
Documentation.txt
Added header and stylistic note.
2001-09-09 17:48:07 +00:00
PLIF.pm
Adding a comment on the use of assert()
2001-11-09 20:09:22 +00:00
STYLEGUIDE
* fixed the methodMissing() method so that it actually is possible to use it to do method dispatching;
2001-05-06 06:26:24 +00:00