0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 14 hours ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added: op="mentions" More... over 21 years ago
Enhancement: ui:radio accepts string variables. ui:select accepts them, too, but only for single-selection boxes. More... over 21 years ago
Added missing ui:true and ui:false implementations. More... over 21 years ago
Fix: ui:select accepts dot notation More... over 21 years ago
Fix: ui:select accepts dot notation. A new method variable_decl needs to be defined for dialogs. This method returns the var_decl record and interprets the dot notation. More... over 21 years ago
Fix: digit_re More... over 21 years ago
New functions: type, is_associative, default More... over 21 years ago
New functions: translate, rev_translate More... over 21 years ago
ui:iterate works now for associative variables that are not strings. The $ext parameter is set to the empty string. More... over 21 years ago
New feature: The brackets $[...] can contain expressions, not only variables More... over 21 years ago
Initial revision More... over 21 years ago
Because of the dot notation it is no longer allowed to declare variables with a dot in their names More... over 21 years ago
New feature: dot notation to access contents of dialog variables More... over 21 years ago
New: to_alist More... over 21 years ago
Enhancement: ui:iterate can now iterate over strings. The strings are splitted into whitespace-separated words. $int is the index of the word >= 0, and $ext is the word itself. More... over 21 years ago
New element: ui:longbutton More... over 21 years ago
Installing the DTD, too More... over 21 years ago
Works now (ONLY) for O'Caml 3.06 More... over 21 years ago
Fix for PXP-1.1.92 More... over 21 years ago
Fix: when a popup request is received, the variable [within_popup] is set to [true]. Workaround: In current versions of ocamlnet there is a bug in [split]. By prepending a space character to [visible_pages], the problematic case can be avoided. More... almost 22 years ago
Fixed problem for install-tmp More... almost 22 years ago
Updated the instructions for the Perl bindings. More... almost 22 years ago
Fixed library search paths More... almost 22 years ago
New option: -perl-libdir. It specifies a directory containing all special libraries for the Perl bindings. More... almost 22 years ago
Updated. More... about 22 years ago
New release. More... about 22 years ago
Added wd_ocamlversion.ml More... about 22 years ago
New scheme for automatically generated interactor IDs. There are now two parts: <base>_<seq> where <base> is the base number (currently derived from the system clock), and where <seq> is the sequence number. Sequence numbers are no longer reset to 0 after "handle". (The reason for the new ID scheme are buggy browsers that try to remember old form values. It is now very unlikely that a name for a form field is reused before the page expires.) More... about 22 years ago
Fix More... about 22 years ago
Generating wd_ocamlversion.ml that exports the OCaml version number (as reported by ocamlc -v). More... about 22 years ago