summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add support to htmlviewfunctions for header_level -1 to not display the item ...Ted Trask2014-03-061-18/+34
* Added grep field to filedetails HTML viewTed Trask2014-03-031-0/+3
* Change HTML views to use htmlviewfunctions.displayheaderTed Trask2014-03-038-48/+62
* Modified roles/viewroles HTML view to make better use of htmlviewfunctions an...Ted Trask2014-03-032-8/+8
* Removed skins/read action and use skins/update insteadTed Trask2014-03-036-38/+7
* Modified password/status HTML view to make better use of htmlviewfunctions an...Ted Trask2014-03-032-10/+10
* Add incrementheader function to htmlviewfunctionsTed Trask2014-03-031-10/+10
* Modify status HTML view to use htmlviewfunctions for everythingTed Trask2014-03-031-16/+9
* 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-032-4/+12
* Try using label tag for form inputsTed Trask2014-02-281-1/+2
* Add wwwdir to page_info tableTed Trask2014-02-281-0/+1
* Fix htmlviewfunctions displaypagination when clientdata contains tablesTed Trask2014-02-051-3/+10
* Allow sorting on roles permissionsTed Trask2014-02-031-1/+1
* 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-229-125/+150
* Change www/index.html to HTML5 doctypeTed Trask2014-01-221-11/+11
* Switch HTML template to HTML5 and cleanup code by removing extra divsTed Trask2013-12-311-146/+107
* Fix HTML 4.01 Strict syntax errors in template-html.lspTed Trask2013-12-301-25/+31
* Bump version to 0.17.1v0.17.1Ted Trask2013-11-201-1/+1
* Fix bug in acf_www-controller logevent based on global versus module variableTed Trask2013-11-201-1/+1
* Cleanup authenticator subauths and limit authenticator-plaintext to traverse ...Ted Trask2013-11-172-19/+30
* Change acf.conf to revert homepage to /acf-util/welcome/read to avoid confusi...Ted Trask2013-11-151-1/+1
* Modify authenticator-plaintext library to escape id and table before searchin...Ted Trask2013-11-151-6/+7
* Bump version to 0.17.0v0.17.0Ted Trask2013-10-311-1/+1
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-1719-242/+269
* Change use of require to work with Lua 5.2Ted Trask2013-10-0923-37/+37
* Only load js libraries if not already loadedTed Trask2013-10-032-2/+12
* Check if jquery already loaded before loading againTed Trask2013-10-031-2/+8
* Add authenticator setting to acf.confTed Trask2013-06-011-0/+3
* Replace mvc logevent use of os.execute with subprocess.openTed Trask2013-05-311-2/+2
* Add home config option to acf.conf for default home pageTed Trask2013-05-305-31/+34
* Change logon/logout action to logon/logoff and standardize on logon/off inste...Ted Trask2013-05-309-21/+21
* Started to implement chaining of authenticatorsTed Trask2013-05-301-5/+86
* Fix delete user link to submit the formTed Trask2013-05-301-1/+1
* Added support for automatic login after HTTP authentication if ACF user existsTed Trask2013-05-301-0/+13
* 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
* Bump version to 0.16.3v0.16.3Ted Trask2013-04-301-1/+1
* Further fixes for null handling in handle_clientdataTed Trask2013-04-302-1/+2
* Bump version to 0.16.2v0.16.2Ted Trask2013-04-301-1/+1
* Fix null clientdata handling bugTed Trask2013-04-301-0/+1
* Fix null clientdata handling bug when recursingTed Trask2013-04-301-1/+2
* Bump version to 0.16.1v0.16.1Ted Trask2013-01-011-1/+1
* lib/modelfunctions: Add stdin input to run_executable functionTed Trask2013-01-011-2/+10
* Bump version to 0.16.0v0.16.0Ted Trask2012-12-261-1/+1
* 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
* Set the PATH environment variable to a standard valueTed Trask2012-12-111-0/+3
* Modified modelfunctions to change getstatus to handle nil parameters and rena...Ted Trask2012-11-261-22/+26