summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Allow sorting of tabs using the .menu fileTed Trask2020-03-041-13/+20
* Add optgroup support to select inputTed Trask2020-02-202-24/+42
* Fix HTML view for hidden tablesTed Trask2019-09-111-1/+5
* Modify htmlviewfunctions to output item class for static contentTed Trask2017-02-271-3/+15
* Add id to html formTed Trask2017-01-251-1/+1
* Remove trailing whitespaceTed Trask2016-08-048-42/+42
* Cleanup due to changes in daemoncontrol to properly report errorsTed Trask2016-06-081-2/+4
* Fix default display when default is falseTed Trask2016-02-031-1/+1
* Fix nil reference in session lib when no lock eventsTed Trask2016-01-241-2/+2
* Add password.listlockevents/unlockuser/unlockip actions to acf-utilTed Trask2016-01-241-26/+44
* Change modelfunctions.getfiledetails to use size=actual size, not filesize=us...Ted Trask2015-12-301-5/+5
* Modify htmlviewfunctions to display text for cfe objects that do not have an ...Ted Trask2015-11-121-1/+3
* url encode clientdata in htmlviewfunctions.displaypaginationTed Trask2015-10-041-1/+1
* Display descr in htmlviewfunctions.displaycommandresultsTed Trask2015-10-031-0/+1
* Use cfe.print_errtxt in htmlviewfunctions.displaycommandresults and make sure...Ted Trask2015-06-051-2/+2
* htmlviewfunctions.lua fixes to properly display readonly checkbox and selectTed Trask2015-05-201-0/+11
* Modify htmlviewfunctions to add id to div at start of sectionTed Trask2015-05-141-1/+1
* Modify htmlviewfunctions displayitem to display key items as inputsTed Trask2014-10-271-3/+7
* Remove obsolete viewonly viewtype from htmlviewfunctionsTed Trask2014-10-271-6/+3
* Modify htmlviewfunctions to display readonly select as text since select does...Ted Trask2014-09-121-0/+2
* Cleanup of htmlviewfunctions to make quotes consistent and remove carriage re...Ted Trask2014-04-251-20/+20
* Modified htmlviewfunctions to add form cfe class to submit button(s)Ted Trask2014-04-071-1/+1
* Fix bug in htmlviewfunctions.displayitem where form headers were not incrementedTed Trask2014-03-311-1/+1
* Change htmlviewfunctions.displayform prototype to remove order and finishingo...Ted Trask2014-03-311-33/+17
* Change prototype of htmlviewfunctions.dislay item to make consistentTed Trask2014-03-311-2/+2
* Change htmlviewfunctions.displayheader to .displaysectionstart and added .dis...Ted Trask2014-03-171-5/+15
* Fix infinite loop in authenticator-plaintext when deleting userTed Trask2014-03-101-1/+3
* Change htmlviewfunctions to make all labels use label tag and create displayf...Ted Trask2014-03-081-37/+61
* Fix more issues in htmlviewfunctions where page_info nil exceptionTed Trask2014-03-071-0/+2
* Fix issue in htmlviewfunctions where page_info nil exceptionTed Trask2014-03-061-1/+3
* Add support to htmlviewfunctions for header_level -1 to not display the item ...Ted Trask2014-03-061-18/+34
* Add incrementheader function to htmlviewfunctionsTed Trask2014-03-031-10/+10
* Refactor htmlviewfunctions to create displayheader and displayinfo functions ...Ted Trask2014-03-031-27/+47
* Fix HTML multi select to use select instead of series of checkboxesTed Trask2014-03-031-2/+9
* Try using label tag for form inputsTed Trask2014-02-281-1/+2
* Fix htmlviewfunctions displaypagination when clientdata contains tablesTed Trask2014-02-051-3/+10
* Add carriage return to form output for readabilityTed Trask2014-02-031-3/+3
* Modify HTML to replace DL,DT,DD with divs. Also cleanup other HTML.Ted Trask2014-01-221-35/+33
* Cleanup authenticator subauths and limit authenticator-plaintext to traverse ...Ted Trask2013-11-172-19/+30
* Modify authenticator-plaintext library to escape id and table before searchin...Ted Trask2013-11-151-6/+7
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-177-107/+114
* Change use of require to work with Lua 5.2Ted Trask2013-10-097-11/+11
* Change logon/logout action to logon/logoff and standardize on logon/off inste...Ted Trask2013-05-302-3/+3
* Started to implement chaining of authenticatorsTed Trask2013-05-301-5/+86
* Added missing require statements to authenticator-plaintext.lua and menubuild...Ted Trask2013-05-302-0/+4
* Minor fix for when a controller has two menu tabs with the same nameTed Trask2013-05-081-2/+7
* lib/modelfunctions: Add stdin input to run_executable functionTed Trask2013-01-011-2/+10
* Make modelfunctions.run_executable poll so it doesn't block on full pipe. Als...Ted Trask2012-12-131-5/+21
* modelfunctions - add run_executable function using lua-subprocessTed Trask2012-12-111-0/+35
* Modified modelfunctions to change getstatus to handle nil parameters and rena...Ted Trask2012-11-261-22/+26