summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 0.11.0HEADv0.11.0masterTed Trask2020-03-041-1/+1
|
* Allow configuration of the "accept" attribute value of "file" type formsTed Trask2020-03-041-1/+2
| | | | | Applied patch from Marc-Andre Parent Ticket: https://gitlab.alpinelinux.org/acf/acf-lib/issues/1
* Add optgroup support to select inputTed Trask2020-02-201-13/+27
|
* Bump version to 0.10.1v0.10.1Ted Trask2017-09-131-1/+1
|
* Fix db table creation bugs when in transactionTed Trask2017-07-031-5/+5
|
* Bump version to 0.10.0v0.10.0Ted Trask2017-02-271-1/+1
|
* Remove trailing whitespaceTed Trask2016-08-107-88/+88
|
* Modify daemoncontrol to properly report errors and daemon_actions to ignore ↵Ted Trask2016-06-081-8/+16
| | | | rc warnings in describe results
* Bump version to 0.9.0v0.9.0Ted Trask2016-01-181-1/+1
|
* Bump version to 0.8.1v0.8.1Ted Trask2016-01-131-1/+1
|
* Add db.isconnected to report connection statusTed Trask2015-12-301-0/+4
|
* Add format.formatfilesize and formattime to create consistent user-friendly ↵Ted Trask2015-12-301-0/+21
| | | | displays of file size and time
* Update default lua version to 5.2Ted Trask2015-11-211-1/+1
|
* Bump version to 0.8.0v0.8.0Ted Trask2015-09-191-1/+1
|
* Bump version to 0.7.4v0.7.4Ted Trask2015-09-191-1/+1
|
* Fix bug in db.listtables where extra tables reported because schema was not ↵Ted Trask2015-09-191-5/+10
| | | | | | checked Added schema checks all information_schema accesses
* Add db.getcolumndata and return data type from db.listcolumnsTed Trask2015-09-191-3/+46
|
* 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.