summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.18.7v0.18.7Ted Trask2015-05-201-1/+1
* htmlviewfunctions.lua fixes to properly display readonly checkbox and selectTed Trask2015-05-201-0/+11
* Modify package.path to prevent loading lua modules from .Ted Trask2015-05-151-0/+2
* Bump version to 0.18.6v0.18.6Ted Trask2015-05-151-1/+1
* Modify htmlviewfunctions to add id to div at start of sectionTed Trask2015-05-141-1/+1
* Add some missing require statementsTed Trask2015-05-142-1/+4
* Fix automatic focus on first input in template-html.lspTed Trask2015-04-291-1/+1
* Allow filedetails-html to include all hidden fields in formTed Trask2015-03-171-1/+5
* Modify stream template to handle group cfes by sending the raw cfe in the groupTed Trask2015-01-311-2/+17
* Bump version to 0.18.5v0.18.5Ted Trask2015-01-121-1/+1
* Remove setfenv call from mvc.lua for Lua 5.2 compatibilityTed Trask2014-12-291-7/+13
* Bump version to 0.18.4v0.18.4Ted Trask2014-11-031-1/+1
* Modify handle_clientdata to not update readonly valuesTed Trask2014-11-033-1/+5
* 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
* Bump version to 0.18.3v0.18.3Ted Trask2014-10-011-1/+1
* Modify acf_www-controller to make redirect_to_referrer a local functionTed Trask2014-10-011-34/+34
* Modify logon to move logic to the model, leaving redirect in the controllerTed Trask2014-10-012-55/+66
* Remove logon/logoff and logon/logon from password home optionsTed Trask2014-10-011-4/+5
* Cleanup acf-util/password to move logic from the controller to the modelTed Trask2014-10-012-128/+125
* Fix bug where changing user skin actually changes the default skinTed Trask2014-10-011-1/+1
* Change www redirector to prefer specified redir over referrerTed Trask2014-10-011-1/+1
* Bump version to 0.18.2v0.18.2Ted Trask2014-09-181-1/+1
* Modify htmlviewfunctions to display readonly select as text since select does...Ted Trask2014-09-121-0/+2
* Fix bug in acf_www-controler handle_clientdata where the cfe name is a numberTed Trask2014-09-121-0/+7
* Bump version to 0.18.1v0.18.1Ted Trask2014-05-301-1/+1
* Fixed bug in www controller redirect_to_referrer if the referrer is missingTed Trask2014-05-301-1/+2
* Bump version to 0.18.0v0.18.0Ted Trask2014-04-261-1/+1
* Cleanup of htmlviewfunctions to make quotes consistent and remove carriage re...Ted Trask2014-04-251-20/+20
* Fix multi select in www-controller when nothing is selectedTed Trask2014-04-251-2/+11
* 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-315-15/+15
* Fix bug in filedetails submissionTed Trask2014-03-181-1/+1
* Change htmlviewfunctions.displayheader to .displaysectionstart and added .dis...Ted Trask2014-03-1710-44/+86
* Modified HTML views to use new htmlviewfunctions functions and replace links ...Ted Trask2014-03-104-23/+30
* 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
* Removed skins-read-html.lsp from Makefile since it doesn't exist anymoreTed Trask2014-03-061-1/+0
* 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