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
9fd73998f6
gecko-dev
/
webtools
/
PLIF
History
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
..
output
/http
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
PLIF
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
Documentation.txt
Made debug() be level 6 instead of level 7. Added various comments.
2001-12-26 19:12:57 +00:00
PLIF.pm
Made debug() be level 6 instead of level 7. Added various comments.
2001-12-26 19:12:57 +00:00
STYLEGUIDE
Made all dependencies load their modules on demand rather than on startup (cuts down the page serving time by about 50%). Also removed some debugging statements in certain high profile areas.
2001-11-30 20:48:36 +00:00
TODO
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