This website requires JavaScript.
Explore
Help
Sign In
Bommels05
/
Mozilla
Watch
1
Star
0
Fork
0
You've already forked Mozilla
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Mozilla
/
mozilla
/
webtools
/
PLIF
History
ian%hixie.ch
66a92ef424
Change the semantics of address changing, making it faster, smaller, simpler, and better. Aaah... :-) In the new system, instead of cloning the current $session object to pass it back to the output code, you pass the real $session object to the output code, just making sure that the relevant field has been warned to return a different address than found in the database.
...
git-svn-id: svn://10.0.0.236/trunk@96006 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-29 20:34:12 +00:00
..
PLIF
Change the semantics of address changing, making it faster, smaller, simpler, and better. Aaah... :-) In the new system, instead of cloning the current $session object to pass it back to the output code, you pass the real $session object to the output code, just making sure that the relevant field has been warned to return a different address than found in the database.
2001-05-29 20:34:12 +00:00
Documentation.txt
Added some minor corrections and clarifications to the documentation.
2001-05-24 07:06:41 +00:00
PLIF.pm
Added a bit more support for objects (as opposed to services): added a new objectCreate() constructor and an objectInit() method.
2001-05-13 18:04:52 +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