summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 0.7.3v0.7.3Ted Trask2015-05-201-1/+1
|
* html.lua minor fix to add space between boolean attributesTed Trask2015-05-201-1/+1
|
* Sort the output of fs.find_files_as_array to make results consistentTed Trask2015-05-161-0/+2
|
* Bump version to 0.7.2v0.7.2Ted Trask2015-01-121-1/+1
|
* Change Makefile to use config.mk like other ACF projectsTed Trask2015-01-122-1/+15
|
* Revert "Fix db.lua to use unpack for multiple arguments"Ted Trask2014-12-291-1/+1
| | | | This reverts commit 926e8772a105f59383c0620fc45643806f8f5590.
* Bump version to 0.7.1v0.7.1Ted Trask2014-11-281-1/+1
|
* Fix db bug when execute(sql) returns a number instead of a cursorTed Trask2014-11-281-2/+7
|
* Fix db.listkeycolumns for mysqlTed Trask2014-11-281-1/+7
|
* Fix missing table detection for mysqlTed Trask2014-11-281-0/+4
|
* Finish sqlite support in dbTed Trask2014-11-281-5/+33
|
* Bump version to 0.7.0v0.7.0Ted Trask2014-11-041-1/+1
|
* Add support for mysql to db.luaTed Trask2014-11-041-3/+38
|
* Extend db.listcolumns to also return the default values and nullable flagTed Trask2014-11-031-7/+14
|
* Use the specified user for db.lua listdatabasesTed Trask2014-10-301-2/+10
|
* Minor bug in db.lua when host or port are blank stringTed Trask2014-10-281-2/+3
|
* Added listkeycolumns function to db libraryTed Trask2014-10-271-0/+15
|
* Add error checking for db database engineTed Trask2014-10-271-0/+2
|
* Bump version to 0.6.4v0.6.4Ted Trask2014-09-181-1/+1
|
* Create html.url_encode function to percent-encode reserved charactersTed Trask2014-09-141-0/+10
|
* Bump version to 0.6.3v0.6.3Ted Trask2014-06-301-1/+1
|
* Modify db to only report tables in public schema for postgresqlTed Trask2014-06-301-1/+1
| | | | We can add proper schema support in the future
* Fix null pointer exceptions in db referencing table_creation_scriptsTed Trask2014-06-301-2/+2
|
* Bump version to 0.6.2v0.6.2Ted Trask2014-04-261-1/+1
|
* Make fs.stat also report the original ctime, mtime, and size valuesTed Trask2014-04-251-0/+4
|
* HTML select multiple is boolean attributeTed Trask2014-03-031-2/+2
|
* Fix htmlviewfunctions to treat 'readonly' as boolean attribute and never ↵Ted Trask2014-02-031-7/+30
| | | | show value for 'file' input
* Bump version to 0.6.1v0.6.1Ted Trask2013-11-201-1/+1
|
* Modify html generic_input to enumerate a table of valuesTed Trask2013-11-191-0/+3
| | | | This fixes bug with weblog converting a multi to hidden for downloadweblog
* Bump version to 0.6.0v0.6.0Ted Trask2013-10-311-1/+1
|
* Fix bug due to recursion in html.lua generic_inputTed Trask2013-10-291-1/+2
|
* Fix db.lua to use unpack for multiple argumentsTed Trask2013-10-191-1/+1
|
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-178-179/+194
| | | | | Use mymodule parameter for module definition. This was also helpful in revealing places where the code relied on the global environment.
* Change use of require to work with Lua 5.2Ted Trask2013-10-095-8/+8
|
* Add support for sqlite3 to db.luaTed Trask2013-10-091-2/+16
|
* Change db.name to db.database and fix bug with calling db.escapeTed Trask2013-09-291-4/+4
|
* Send error if listdatabases failsTed Trask2013-09-281-0/+4
|
* Added db.listdatabases function and simplified export of db functionsTed Trask2013-09-281-20/+40
|
* Added null pointer check to format.get_ini_entry to avoid exceptionTed Trask2013-09-281-2/+9
|
* First cut at new db.lua library to simplify database accessTed Trask2013-09-241-0/+154
|
* Bump version to 0.5.1v0.5.1Ted Trask2013-05-251-1/+1
|
* Added HTML title supportTed Trask2013-05-251-3/+3
|
* Bump version to 0.5.0v0.5.0Ted Trask2013-01-011-1/+1
|
* Replace io.popen with subprocess.call_captureTed Trask2013-01-012-41/+23
|
* Bumped version to 0.4.2v0.4.2Ted Trask2012-12-041-1/+1
|
* Escape endline in special charactersTed Trask2012-12-041-1/+1
|
* Bumped version to 0.4.1v0.4.1Ted Trask2012-10-281-1/+1
|
* Fix exception for broken symlinkTed Trask2012-10-261-1/+1
|
* Bumped version to 0.4.0v0.4.0Ted Trask2012-08-071-1/+1
|
* Added require of format library in validatorTed Trask2012-05-071-0/+2
|