summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Remove duplicate actions in daemon_actionsTed Trask2012-05-041-1/+9
|
* Fix fs library references to itselfTed Trask2012-04-181-7/+7
|
* Modified require statements for acf librariesTed Trask2012-04-183-6/+6
|
* Modified processinfo daemon_actions to include status and actions with ↵Ted Trask2012-02-231-2/+2
| | | | special characters
* Added new daemon_actions function to processinfoTed Trask2012-01-161-1/+16
|
* Modified processinfo to hide rc? from service listTed Trask2012-01-131-3/+3
|
* Bumped version to 0.3.0v0.3.0Ted Trask2012-01-131-2/+2
|
* install the libs under "acf" namespace and use compat symlinksNatanael Copa2012-01-121-1/+5
| | | | | | | | | | this means that you can do: fs = require("acf.fs") while still keep the old style for compat for now: require("fs")
* Bumped version to 0.2.1v0.2.1Ted Trask2011-03-171-1/+1
|
* Fixed bug where classes for input fields were put in a second class attributeTed Trask2011-01-191-2/+2
|
* Bumped version to 0.2.0v0.2.0Ted Trask2010-12-231-1/+1
|
* Modified html.select to allow specifying option value and label, also fix ↵Ted Trask2010-10-281-17/+15
| | | | bug with multiselect.
* Bumped version to 0.1.3v0.1.3Ted Trask2010-02-231-1/+1
|
* Added fs.copy_properties function and call it in copy_file.Ted Trask2010-02-231-0/+12
|
* Fix makefile bug, bump version to 0.1.2v0.1.2Ted Trask2010-01-011-3/+3
|
* Fix makefile bug, bump version to 0.1.1v0.1.1Ted Trask2010-01-011-2/+2
|
* Lua libraries for standard functions moved out of acf-core 0.9.0v0.1.0Ted Trask2009-12-319-0/+1804