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 | ||||
* | Remove trailing whitespace | Ted Trask | 2016-08-04 | 1 | -5/+5 |
| | |||||
* | Remove all calls to 'module' in preparation for move to Lua 5.2 | Ted Trask | 2013-10-17 | 1 | -3/+3 |
| | | | | | 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 | 1 | -1/+1 |
| | |||||
* | Added missing require statements to authenticator-plaintext.lua and ↵ | Ted Trask | 2013-05-30 | 1 | -0/+1 |
| | | | | menubuilder.lua | ||||
* | Minor fix for when a controller has two menu tabs with the same name | Ted Trask | 2013-05-08 | 1 | -2/+7 |
| | |||||
* | Fixed menubuilder to only take the first menu file for a prefix/controller ↵ | Ted Trask | 2012-01-24 | 1 | -44/+48 |
| | | | | combination | ||||
* | Modified require statements for acf.x | Ted Trask | 2012-01-21 | 1 | -1/+1 |
| | |||||
* | Allow appdir and libdir to be comma-separated lists of directories. | Ted Trask | 2009-12-31 | 1 | -49/+51 |
| | |||||
* | Removed redundant/buggy basename and dirname functions. Added ↵ | Ted Trask | 2009-12-28 | 1 | -2/+3 |
| | | | | | | | parse_redir_string to www controller. Removed basename and dirname from mvc and fs, use posix functions instead. parse_path_info was buggy and used 2 ways, rewrote and created parse_redir_string for backwards parsing. | ||||
* | Added code to split menu group is multiple controllers add same tab to same ↵ | Ted Trask | 2009-12-24 | 1 | -0/+60 |
| | | | | | | group. This will help for multiple instances of same service. | ||||
* | Modified menus to allow multiple controllers to use same menu group. | Ted Trask | 2009-12-23 | 1 | -4/+7 |
| | | | | Also, allow for symlinks when searching for menu files. Slight cleanup of roles. | ||||
* | Modified permissions from controller:action to prefix/controller/action. | Ted Trask | 2009-12-21 | 1 | -1/+1 |
| | | | | | Had to move welcome to the acf-util prefix. Changed format of roles files: old ACF format will still work, but authenticator format won't. | ||||
* | Started process of removing as many io.popen calls as possible. Not complete. | Ted Trask | 2009-01-24 | 1 | -7/+1 |
| | | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1695 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Added escapespecialcharacters to format.lua to escape shell special ↵release-0.4.19 | Ted Trask | 2009-01-21 | 1 | -1/+3 |
| | | | | | | characters. Reviewed all calls to io.popen and os.execute to escape special characters. Fixed file uploads in openssl and ipsectools with viewfunctions.lua. Tried to fix openssl renew when subject contains special characters, but not done yet. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1687 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Ted's Logon/permissions changes | Ted Trask | 2008-04-21 | 1 | -128/+86 |
| | | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1030 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Getting menu and permission to start working together. Just test code most ↵ | Mike Mason | 2008-02-14 | 1 | -1/+2 |
| | | | | | | commented out. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@723 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Changed the way the submenu-tabs is displayed. Now tabs are defined in the ↵ | Mika Havela | 2008-02-06 | 1 | -0/+15 |
| | | | | | | .menu files. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@705 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | moved core files to new dir structurev2.0_alpha1 | Natanael Copa | 2007-07-27 | 1 | -0/+150 |
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@219 ab2d0c66-481e-0410-8bed-d214d4d58bed |