Commit Verlauf

Autor SHA1 Nachricht Datum
  mingodad f8926bfb8a Fix a bug introduced by code to allow local declared functions been called recursivelly, this bug only manifest when the function has default parameters. vor 12 Jahren
  mingodad 38a513fef1 Add new helper functions. vor 12 Jahren
  mingodad c40315d73d Add sq_slave_vm to mongoose vms. vor 12 Jahren
  mingodad 0258ac54bf Add missing sq_pop after iterating a table, reformat the code. vor 12 Jahren
  mingodad 17c9228573 Change calls from table.get(key, default) by table.rawget(key, default) because the first can give wrong results when the key is equal to any built in methods. vor 12 Jahren
  mingodad 6c98c4dbe3 Fix the premature break without copying the remaining string part. vor 12 Jahren
  mingodad 345d84de13 Add an optional parameter to string.replace to allow specify the replacement count, also update sqlite3 to latest trunk. vor 12 Jahren
  mingodad 68fffab07a Changed the order of atributes on the WWW-Authenticate header to make it work with android ICS/Jelly Bean because they only accept it followed by "Digest". vor 12 Jahren
  mingodad 6ce9399852 Fixed a call to printf without format string. vor 12 Jahren
  mingodad bf2a860a2d More work to make it to work as expected. vor 12 Jahren
  mingodad 8885a16666 Bug fixes, expose stmt.asJsonArray and stmt.asJsonObject, also update sqlite3 sources. vor 12 Jahren
  mingodad 066ae9e93f More work done towards mysql prepared statements vor 12 Jahren
  mingodad 87913c6560 Fixes and cleanup of javascript and css. vor 12 Jahren
  mingodad 5e2da2fd1a Removed unintended commit of binary file. vor 12 Jahren
  mingodad 771b861392 Changes to make it compile on linux 64bits. vor 12 Jahren
  mingodad aff19c7e1b Fix enumeration for time periodes, in SquiLu/Squirrel enum do not behave like in C/C++. vor 12 Jahren
  mingodad 1467280d18 Check for double click when searching for a selection. vor 12 Jahren
  mingodad f4c1c73d47 A bit more work to get mysql prepared statement to work. vor 12 Jahren
  mingodad 63da3f393a Update to latest sqlite3 sources. vor 12 Jahren
  mingodad ab7c45da48 Fixed a call to stmt.prepare that can occur without previous stmt creation. vor 12 Jahren
  mingodad 582206a487 Added another alias to calc_order_line. vor 12 Jahren
  mingodad b743274e70 Fixed pdf generation for orders. vor 12 Jahren
  mingodad ce40516e96 Fix a mistake on setting a new size to blob that will return the generated pdf. vor 12 Jahren
  mingodad 8c13f4e90f Remove statement finalization from SQLite3.close, on MacOSX we get segfaults finalizing statements here. vor 12 Jahren
  mingodad b1d14633b7 Add string function find_delimiter, to search for delimited text. vor 12 Jahren
  mingodad e5ed2fe0c5 Updated to most recent sqlite3. vor 12 Jahren
  mingodad e0eb9077cb Update sqlite3 to latest release 3.7.16.1 vor 12 Jahren
  mingodad 7c92173c7a Updated to the latest sqlite3. vor 12 Jahren
  mingodad a17b804ae3 Fix exec_dml that was only executing the first sql on a multi sql query. vor 12 Jahren
  mingodad 91cf03d04b Changed the return value of array.bsearch to the negative value of the last possible match (-imid) instead of constant -1 when not found. vor 12 Jahren