summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | Had to add name and group to displayitem prototype
* Remove obsolete viewonly viewtype from htmlviewfunctionsTed Trask2014-10-271-6/+3
| | | | This changed the displayformitem prototype, but does not affect any code outside the module
* 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
| | | | Both of these cause problems if selected
* 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 ↵Ted Trask2014-09-121-0/+2
| | | | does not support readonly option
* 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 ↵Ted Trask2014-04-251-20/+20
| | | | returns
* 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 ↵Ted Trask2014-03-311-33/+17
| | | | | | finishingorder This breaks backward compatibility
* Change prototype of htmlviewfunctions.dislay item to make consistentTed Trask2014-03-315-15/+15
| | | | Note: this breaks backward compatibility
* Fix bug in filedetails submissionTed Trask2014-03-181-1/+1
|
* Change htmlviewfunctions.displayheader to .displaysectionstart and added ↵Ted Trask2014-03-1710-44/+86
| | | | .displaysectionend function
* Modified HTML views to use new htmlviewfunctions functions and replace links ↵Ted Trask2014-03-104-23/+30
| | | | | | with forms created by displayitem Use .displayitemstart/middle/end
* 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 ↵Ted Trask2014-03-081-37/+61
| | | | displayformstart/middle/end functions
* 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
| | | | wrapper
* 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 ↵Ted Trask2014-03-032-8/+8
| | | | and remove custom HTML
* 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 ↵Ted Trask2014-03-032-10/+10
| | | | and remove custom HTML
* 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
| | | | | | | and add features for link and header_level=0 A link cfe becomes a form that does not have name=submit, so it links to an action with param values, but does not submit it Setting header_level=0 prevents headers from being displayed
* 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
|