webmcp

diff framework/cgi-bin/webmcp.lua @ 4:5e32ef998acf

Version 1.0.4

ui.link{...} with POST target can now be parameterized with BOTH content and text to allow HTML content for JavaScript browsers and a text-only version for accessiblity

Changes related to database selectors:
- Support for row-based locking
- New method :count(), caching and returning the number of rows, which WOULD have been returned by :exec()
- Bugfix: WHERE and HAVING expressions are now enclosed in parenthesis to avoid problems with operator precedence

ui.script{...} now supports external .js files

Changes in langtool.lua to cope with escaped new-line chars (\n)
author jbe/bsw
date Fri Dec 25 12:00:00 2009 +0100 (2009-12-25)
parents 795b764629ca
children 4fb227630097
line diff
     1.1 --- a/framework/cgi-bin/webmcp.lua	Thu Dec 10 12:00:00 2009 +0100
     1.2 +++ b/framework/cgi-bin/webmcp.lua	Fri Dec 25 12:00:00 2009 +0100
     1.3 @@ -1,6 +1,6 @@
     1.4  #!/usr/bin/env lua
     1.5  
     1.6 -_WEBMCP_VERSION = "1.0.3"
     1.7 +_WEBMCP_VERSION = "1.0.4"
     1.8  
     1.9  -- include "../lib/" in search path for libraries
    1.10  do

Impressum / About Us