summaryrefslogtreecommitdiffstats
path: root/lib/controllerfunctions.lua
Commit message (Expand)AuthorAgeFilesLines
* Removed controllerfunction.lua and moved handle_form and handle_clientdata in...Ted Trask2012-02-231-99/+0
* Changed startstop to be a standard form by creating two model functions and d...Ted Trask2012-02-221-7/+0
* Make handle_form a little smarter about overriding form options from the modelTed Trask2012-02-221-2/+2
* Changed forms to always use 'submit' as name of submit button, plus allow mul...Ted Trask2012-02-221-3/+3
* Fix parameter names with .'s to not assume clientdata converted to a table - ...Ted Trask2010-12-101-1/+1
* Modifed displayform and handle_clientdata to allow cfe groups in forms, displ...Ted Trask2010-10-151-3/+7
* Modified handling of boolean fields to allow them to be hidden.Ted Trask2010-07-151-1/+1
* Fixed bug where single character entries in list were dropped.Ted Trask2010-07-061-1/+1
* Made command-line client work.Ted Trask2009-12-181-0/+17
* Changed status to use openrc status, changed startstop to enable all actions ...root2009-06-041-6/+1
* Changed the way startstop works in core to add a list of allowed actions. Mod...ttrask2009-03-171-6/+4
* Modified viewfunctions to split displayform, creating displayformstart and di...Ted Trask2008-10-221-3/+12
* Fixed redirect_to_referrer with GET data. Moved handling of multi select fro...Ted Trask2008-07-121-16/+45
* Added generic form lsp file. A few updates to library functions and lsp files.Ted Trask2008-07-041-1/+1
* Fixed expert page to work when prefix or controller has magic characters. Ad...Ted Trask2008-07-041-1/+1
* Changed interfaces to use controllerfunctions.Ted Trask2008-07-021-1/+4
* Modified core to create model and controller function libraries and some comm...Ted Trask2008-07-021-0/+51