summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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
| | | | | Removed div class leader, tailer, and mute Removed div id logo and postnav
* 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
| | | | | | one directory level Fix subauths to properly list fields/entries and delete from all subauths
* Change acf.conf to revert homepage to /acf-util/welcome/read to avoid ↵Ted Trask2013-11-151-1/+1
| | | | confusion after logon
* Modify authenticator-plaintext library to escape id and table before ↵Ted Trask2013-11-151-6/+7
| | | | searching for it
* 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
| | | | | Use mymodule parameter for module definition. This was also helpfule in revealing places where the code relied on the global environment.
* 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
| | | | The default_prefix and default_controller logic was broken, and is now removed
* Change logon/logout action to logon/logoff and standardize on logon/off ↵Ted Trask2013-05-309-21/+21
| | | | instead of login/out
* 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 ↵Ted Trask2013-05-302-0/+4
| | | | menubuilder.lua
* Minor fix for when a controller has two menu tabs with the same nameTed Trask2013-05-081-2/+7
|