Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow sorting of tabs using the .menu file | Ted Trask | 2020-03-04 | 1 | -13/+20 |
| | | | | | Based on patch by Marc-Andre Parent Ticket: https://gitlab.alpinelinux.org/acf/acf-core/issues/1 | ||||
* | Add optgroup support to select input | Ted Trask | 2020-02-20 | 2 | -24/+42 |
| | |||||
* | Fix HTML view for hidden tables | Ted Trask | 2019-09-11 | 1 | -1/+5 |
| | |||||
* | Modify htmlviewfunctions to output item class for static content | Ted Trask | 2017-02-27 | 1 | -3/+15 |
| | | | | Previously, class was not output unless item was in a form | ||||
* | Add id to html form | Ted Trask | 2017-01-25 | 1 | -1/+1 |
| | |||||
* | Remove trailing whitespace | Ted Trask | 2016-08-04 | 8 | -42/+42 |
| | |||||
* | Cleanup due to changes in daemoncontrol to properly report errors | Ted Trask | 2016-06-08 | 1 | -2/+4 |
| | |||||
* | Fix default display when default is false | Ted Trask | 2016-02-03 | 1 | -1/+1 |
| | |||||
* | Fix nil reference in session lib when no lock events | Ted Trask | 2016-01-24 | 1 | -2/+2 |
| | |||||
* | Add password.listlockevents/unlockuser/unlockip actions to acf-util | Ted Trask | 2016-01-24 | 1 | -26/+44 |
| | | | | | | password.status now reports locked status for each user Modified session lib to add list_events/delete_events Changed session.record_event/count_events to take IP rather than hash | ||||
* | Change modelfunctions.getfiledetails to use size=actual size, not ↵ | Ted Trask | 2015-12-30 | 1 | -5/+5 |
| | | | | filesize=user friendly size | ||||
* | Modify htmlviewfunctions to display text for cfe objects that do not have an ↵ | Ted Trask | 2015-11-12 | 1 | -1/+3 |
| | | | | HTML type | ||||
* | url encode clientdata in htmlviewfunctions.displaypagination | Ted Trask | 2015-10-04 | 1 | -1/+1 |
| | |||||
* | Display descr in htmlviewfunctions.displaycommandresults | Ted Trask | 2015-10-03 | 1 | -0/+1 |
| | |||||
* | Use cfe.print_errtxt in htmlviewfunctions.displaycommandresults and make ↵ | Ted Trask | 2015-06-05 | 1 | -2/+2 |
| | | | | sure results are cfes | ||||
* | htmlviewfunctions.lua fixes to properly display readonly checkbox and select | Ted Trask | 2015-05-20 | 1 | -0/+11 |
| | |||||
* | Modify htmlviewfunctions to add id to div at start of section | Ted Trask | 2015-05-14 | 1 | -1/+1 |
| | |||||
* | Modify htmlviewfunctions displayitem to display key items as inputs | Ted Trask | 2014-10-27 | 1 | -3/+7 |
| | | | | Had to add name and group to displayitem prototype | ||||
* | Remove obsolete viewonly viewtype from htmlviewfunctions | Ted Trask | 2014-10-27 | 1 | -6/+3 |
| | | | | This changed the displayformitem prototype, but does not affect any code outside the module | ||||
* | Modify htmlviewfunctions to display readonly select as text since select ↵ | Ted Trask | 2014-09-12 | 1 | -0/+2 |
| | | | | does not support readonly option | ||||
* | Cleanup of htmlviewfunctions to make quotes consistent and remove carriage ↵ | Ted Trask | 2014-04-25 | 1 | -20/+20 |
| | | | | returns | ||||
* | Modified htmlviewfunctions to add form cfe class to submit button(s) | Ted Trask | 2014-04-07 | 1 | -1/+1 |
| | |||||
* | Fix bug in htmlviewfunctions.displayitem where form headers were not incremented | Ted Trask | 2014-03-31 | 1 | -1/+1 |
| | |||||
* | Change htmlviewfunctions.displayform prototype to remove order and ↵ | Ted Trask | 2014-03-31 | 1 | -33/+17 |
| | | | | | | finishingorder This breaks backward compatibility | ||||
* | Change prototype of htmlviewfunctions.dislay item to make consistent | Ted Trask | 2014-03-31 | 1 | -2/+2 |
| | | | | Note: this breaks backward compatibility | ||||
* | Change htmlviewfunctions.displayheader to .displaysectionstart and added ↵ | Ted Trask | 2014-03-17 | 1 | -5/+15 |
| | | | | .displaysectionend function | ||||
* | Fix infinite loop in authenticator-plaintext when deleting user | Ted Trask | 2014-03-10 | 1 | -1/+3 |
| | |||||
* | Change htmlviewfunctions to make all labels use label tag and create ↵ | Ted Trask | 2014-03-08 | 1 | -37/+61 |
| | | | | displayformstart/middle/end functions | ||||
* | Fix more issues in htmlviewfunctions where page_info nil exception | Ted Trask | 2014-03-07 | 1 | -0/+2 |
| | |||||
* | Fix issue in htmlviewfunctions where page_info nil exception | Ted Trask | 2014-03-06 | 1 | -1/+3 |
| | |||||
* | Add support to htmlviewfunctions for header_level -1 to not display the item ↵ | Ted Trask | 2014-03-06 | 1 | -18/+34 |
| | | | | wrapper | ||||
* | Add incrementheader function to htmlviewfunctions | Ted Trask | 2014-03-03 | 1 | -10/+10 |
| | |||||
* | Refactor htmlviewfunctions to create displayheader and displayinfo functions ↵ | Ted Trask | 2014-03-03 | 1 | -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 checkboxes | Ted Trask | 2014-03-03 | 1 | -2/+9 |
| | |||||
* | Try using label tag for form inputs | Ted Trask | 2014-02-28 | 1 | -1/+2 |
| | |||||
* | Fix htmlviewfunctions displaypagination when clientdata contains tables | Ted Trask | 2014-02-05 | 1 | -3/+10 |
| | |||||
* | Add carriage return to form output for readability | Ted Trask | 2014-02-03 | 1 | -3/+3 |
| | |||||
* | Modify HTML to replace DL,DT,DD with divs. Also cleanup other HTML. | Ted Trask | 2014-01-22 | 1 | -35/+33 |
| | |||||
* | Cleanup authenticator subauths and limit authenticator-plaintext to traverse ↵ | Ted Trask | 2013-11-17 | 2 | -19/+30 |
| | | | | | | one directory level Fix subauths to properly list fields/entries and delete from all subauths | ||||
* | Modify authenticator-plaintext library to escape id and table before ↵ | Ted Trask | 2013-11-15 | 1 | -6/+7 |
| | | | | searching for it | ||||
* | Remove all calls to 'module' in preparation for move to Lua 5.2 | Ted Trask | 2013-10-17 | 7 | -107/+114 |
| | | | | | 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.2 | Ted Trask | 2013-10-09 | 7 | -11/+11 |
| | |||||
* | Change logon/logout action to logon/logoff and standardize on logon/off ↵ | Ted Trask | 2013-05-30 | 2 | -3/+3 |
| | | | | instead of login/out | ||||
* | Started to implement chaining of authenticators | Ted Trask | 2013-05-30 | 1 | -5/+86 |
| | |||||
* | Added missing require statements to authenticator-plaintext.lua and ↵ | Ted Trask | 2013-05-30 | 2 | -0/+4 |
| | | | | menubuilder.lua | ||||
* | Minor fix for when a controller has two menu tabs with the same name | Ted Trask | 2013-05-08 | 1 | -2/+7 |
| | |||||
* | lib/modelfunctions: Add stdin input to run_executable function | Ted Trask | 2013-01-01 | 1 | -2/+10 |
| | |||||
* | Make modelfunctions.run_executable poll so it doesn't block on full pipe. ↵ | Ted Trask | 2012-12-13 | 1 | -5/+21 |
| | | | | | | | Also add flag to add stderr to output. Polling with posix.sleep is definitely not the most efficient way to do this, but it works for now. We can try to add better C library support in the future. | ||||
* | modelfunctions - add run_executable function using lua-subprocess | Ted Trask | 2012-12-11 | 1 | -0/+35 |
| | |||||
* | Modified modelfunctions to change getstatus to handle nil parameters and ↵ | Ted Trask | 2012-11-26 | 1 | -22/+26 |
| | | | | rename processname to servicename |