Forum

Subject
by Anonymous Coward (38.103.63.16) on Wednesday July 23, @07:57PM
Reply here...
W2ML Forum
by Marc Mongenet on Thursday May 3, @15:56 UTC
Please leave questions and comments in this forum.

This forum is pure W2ML. You can get the free source code at http://w2ml.com/demonstration/forum.w2ml.

[ Reply to This ]

mod_w2ml 0.10
by Marc Mongenet on Thursday May 10, @07:38 UTC
mod_w2ml 0.10 has been released.

Changes
  • [server] HTTP response caching is now disabled (with Cache-Control: no-cache).
  • [client] The inline WYSIWYG editor now converts HTML to XHTML before sending saved markup.
    • [server] HTML Tidy is no more used by the module.
  • [server] Unsafe saved WYSIWYG markup is simply removed from whitelisted markup instead of blocking whole edition.
  • [client] Correct inline text editor crash on empty edited element.

[ Reply to This ]

mod_w2ml 0.11
by Marc Mongenet on Saturday May 19, @19:16 UTC
mod_w2ml 0.11 has been released.

Change log

  • [server][enh] Do not output w2mlfrom attribute without n access right.
  • [server][bug] Take access right into account when instantiating editors inside a template.
  • [server] Add eternal license support.

[ Reply to This ]

mod_w2ml 0.12
by Marc Mongenet on Thursday August 30, @01:21AM
mod_w2ml 0.12 has been released. The main feature is the addition of file operation elements: fdel, fcopy, fren, fsave. On the UI side, the edition toolbar is now fixed on the top right of the window. On the security side, you can now disable handling of selected URI schemes by the module with W2MLEnableExeUriScheme, W2MLEnableFileUriScheme and W2MLEnableHttpUriScheme directives.
  • [server] Detect markup injection in once and next attributes (no confirmed security risk).
  • [server] Detect markup for edition (no confirmed security risk).
  • [client] New pencil mouse pointer.
  • [client] Fix minor bugs in mouse pointer handling.
  • [client] Text selection fix for Opera.
  • [client] New, fixed-postionned, toolbar for editors, with reduced code size, self-contained source (no stylesheet).
  • [client] Better heuristic to size textarea of HTML editor.
  • [client] Fix an exception in Safari.
  • [server] Adaptations for new client toolbar.
  • [server] Namespaces handling code refactorization.
  • [server] Preserve attributes order in tags.
  • [server] Preserve text data disposition before the root element.
  • [server] Exchange alt and src attributes order for img generated by timg.
  • [server] Fix handling of text after del element.
  • [server] Use an Apache subrequest to resolve site URIs. Should now behave like SSI virtual inclusion.
  • [server] Now base attribute behave like other configuration attributes; it is not overrriden by inclusion. Empty base attribute value cancels base configuration.
  • [server] Better detection of inclusion failure on exe scheme URIs. In particular, detect failed execution.
  • [server] Added W2MLEnableExeUriScheme, W2MLEnableFileUriScheme and W2MLEnableHttpUriScheme module directives.
  • [server] Replaced occurrences of "interpreter" by "processor" in internal variables. "Interpreter" is now deprecated.
  • [server] Added fdel, fcopy, fren, fsave elements for file operations, with src, srcpath, srcfile, dst, dstpath, and dstfile attributes.
  • [server] Added ok, ko, and a elements for file operations.
  • [server] Added hit counter internal variable.
  • [server] Replaced new file by new and append file by append for output's to and add attributes.
  • [server] Fix output in text format.

[ Reply to This ]

mod_w2ml 0.13
by Marc Mongenet on Thursday October 4, @01:38PM

Change log

  • [server] No recursive inclusion for login attribute.
  • [server] Fix temp file leak with exe scheme inclusion.
  • [server] Attribute values are now case-sensitive, except (MIME) types.
  • [server] Added "parent uri" internal variable
  • [server] ed="new" and ed="del" element not processed without "n" or "d" access control right.
  • [server] Fix access control during template initialization.
  • [client] Fix access control during template initialization.
  • [server] Fix multipart/form-data handling for empty POST from MSIE.
  • [client] Added close button to toolbar
  • [client] Do not use deprecated String.substr JavaScript method

[ Reply to This ]

mod_w2ml 0.14
by Marc Mongenet on Saturday October 13, @02:54AM

Change log

  • [client] Open toolbar just under the edited element.
  • [client] Fixed-positioned toolbar on modern browsers.
  • [server] Removed big thread lock (could deadlock on recursive HTTP inclusion).
  • [server] Fix output of w2mlnew attribute.
  • [server] Added req, internal, match and nmatch (regex) attributes for access control.

[ Reply to This ]

mod_w2ml 0.15
by Marc Mongenet on Saturday November 10, @01:14AM

mod_w2ml 0.15 is released.
  • [server] Windows port.
  • [server] PCRE and Expat are now statically compiled in the module for tar.gz and zip archives.
  • [server] Using named mutex and shared memory for better portability.
  • [server] Added W2MLLockFileName and W2MLShmFileName directives.
  • [server] Completely removed big threads lock.
  • [server] Fixed crash in restart after installation
  • [server] Prevent recursive inclusion attempt by backluded elements.
  • [server] Purge w2ml... attributes from markup submitted for HTML edition.
  • [server] Fixed crash in access control matching of undefined request/internal variable.

[ Reply to This ]