Commit Graph

14 Commits (6f2173d29a2c2e3536e1de75ff5d291ae96ab348)

Author SHA1 Message Date
Hauke D 6f2173d29a Updates for v0.09-beta release 7 years ago
Hauke D 94d11c36e9 Change "Exit status 0" message to debug level 7 years ago
Hauke D ab287a5f4c Don't report state non-changes
If the state doesn't actually change, don't report it. This mostly
applies to some rare cases where the listeners could be called for
Ended->Ended.
7 years ago
Hauke D b87f932e93 Added Perl.exitStatus and updated Perl.end()
Also refactored a bit of the internal exit/end logic
7 years ago
Hauke D 6f3c6b9586 Updates for release v0.07-beta 7 years ago
Hauke D 62e9b19fe3 Added Perl.noMountIdbfs and updated changelog 7 years ago
Hauke D fe718b08f0 Refactored base URL finding and used in mini IDE 7 years ago
Hauke D a18fd401c5 Allow multiple state change listeners 7 years ago
Hauke D 317a84e7b2 Fixed a bug in Perl.outputLine
The "chan" argument is no longer prefixed to the output.
7 years ago
Hauke D e5b9aff9b9 Create a generic function for calling Perl subs
Previously, each call to a Perl sub would "eval" a bunch of JS code,
this allows simplification of that "eval" by providing Perl.dispatch,
on which a JS "bind" can be done.
7 years ago
Hauke D 7b31a8ff56 Moved some documentation to the website 7 years ago
Hauke D 52b787d8b7 Autoload WebPerl for <script> tags 7 years ago
Hauke D fdfcf63f91 Fix URL resolution for file:// URLs (closes #1)
Although this should fix the "null" appearing in the generated
"baseurl", opening the pages via file:// will most likely still not work
due to the Same-Origin Policy.
7 years ago
Hauke D 8733c25cd3 Initial public release of WebPerl 7 years ago