Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Modified handling of boolean fields to allow them to be hidden. | Ted Trask | 2010-07-15 | 1 | -1/+1 |
| | |||||
* | Fixed typo in pagination code. | Ted Trask | 2010-07-06 | 1 | -1/+1 |
| | |||||
* | Fixed bug where single character entries in list were dropped. | Ted Trask | 2010-07-06 | 1 | -1/+1 |
| | |||||
* | Fixed typo bug and sort user skins. | Ted Trask | 2010-03-15 | 1 | -1/+2 |
| | |||||
* | Added sessiontimeout, lockouttime, and lockouteventlimit parameters to acf.conf. | Ted Trask | 2010-03-10 | 1 | -5/+5 |
| | |||||
* | Modified pagination to add display all link. | Ted Trask | 2010-03-10 | 1 | -8/+25 |
| | |||||
* | Fixed graphical error with pagination | Ted Trask | 2010-03-10 | 1 | -2/+2 |
| | |||||
* | Fix modelfunctions.write_file_with_audit to keep file permissions and ownership. | Ted Trask | 2010-02-23 | 1 | -0/+1 |
| | |||||
* | Changes to skins to allow user skins to be added | Ted Trask | 2010-01-21 | 1 | -2/+2 |
| | | | | page_info.skindir is no longer available to views, but staticdir is. | ||||
* | Added a skin to user options so users can choose own skin with user management. | Ted Trask | 2010-01-13 | 1 | -21/+46 |
| | |||||
* | Moved non-ACF-specific libraries to acf-lib package, moved cfe_unpack ↵ | Ted Trask | 2009-12-31 | 9 | -1782/+12 |
| | | | | function to viewfunctions library. | ||||
* | Allow appdir and libdir to be comma-separated lists of directories. | Ted Trask | 2009-12-31 | 2 | -56/+67 |
| | |||||
* | Cleaned up acf.conf, removed hardcoded /usr/share/acf paths. | Ted Trask | 2009-12-30 | 1 | -2/+2 |
| | |||||
* | Changed file permissions, cli app should only be root executable. | Ted Trask | 2009-12-30 | 1 | -0/+0 |
| | |||||
* | Added ability to manage roles based on which roles file they're in = more ↵ | Ted Trask | 2009-12-28 | 1 | -24/+45 |
| | | | | granularity of roles. | ||||
* | Fixed template bug, remembered to actually remove the basename/dirname ↵ | Ted Trask | 2009-12-28 | 1 | -2/+2 |
| | | | | functions. | ||||
* | Fix fs.find bug that returned invalid file. | Ted Trask | 2009-12-28 | 1 | -1/+1 |
| | |||||
* | Cleaned up fs library use of posix.basename / dirname. | Ted Trask | 2009-12-28 | 1 | -11/+15 |
| | |||||
* | Removed redundant/buggy basename and dirname functions. Added ↵ | Ted Trask | 2009-12-28 | 3 | -30/+15 |
| | | | | | | | 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 | 2 | -6/+11 |
| | | | | Also, allow for symlinks when searching for menu files. Slight cleanup of roles. | ||||
* | Fixed bug in is_valid_filename when restriction has magic characters. | Ted Trask | 2009-12-22 | 1 | -1/+1 |
| | |||||
* | Fixed roles bugs - path containing '.' and matching controller names. | Ted Trask | 2009-12-22 | 1 | -12/+16 |
| | |||||
* | Fixed bug with roles, added follow symlink flag for fs.find, allowed ↵ | Ted Trask | 2009-12-22 | 2 | -11/+25 |
| | | | | | | symlinks in /usr/share/acf/app. Controllers with same name but different prefix were not correct in roles. | ||||
* | Modified permissions from controller:action to prefix/controller/action. | Ted Trask | 2009-12-21 | 2 | -71/+38 |
| | | | | | 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. | ||||
* | Made command-line client work. | Ted Trask | 2009-12-18 | 1 | -0/+17 |
| | |||||
* | Graphical fix. Changing the amount of <DL> used in forms. | Mika Havela | 2009-10-07 | 1 | -4/+2 |
| | | | | This fix causes all skins behave the same way (showing the info in a unified way) | ||||
* | Yet another bug fix for /lib/processinfo.lua read_initrunlevels for scripts ↵v0.8.3 | Ted Trask | 2009-09-17 | 1 | -1/+1 |
| | | | | with non-alphanumeric chars. Bumped to 0.8.3 | ||||
* | Yet another bug fix for /lib/processinfo.lua read_initrunlevels to add back ↵ | Ted Trask | 2009-09-07 | 1 | -2/+6 |
| | | | | all scripts. | ||||
* | Another bug fix for /lib/processinfo.lua read_initrunlevels to remove blank.v0.8.1 | Ted Trask | 2009-07-20 | 1 | -1/+1 |
| | |||||
* | Simplified apk.lua by moving functions to acf-apk-tools version 0.3.0v0.8.0 | Ted Trask | 2009-07-16 | 2 | -130/+26 |
| | | | | Bumped version to 0.8.0 | ||||
* | Added pagination functionality to viewfunctions, modified acf_www-controller ↵ | Ted Trask | 2009-07-10 | 1 | -0/+77 |
| | | | | to pass clientinfo to view. | ||||
* | Removed obsolete functions displayinfo and displaymanagement from viewfunctions. | Ted Trask | 2009-07-10 | 1 | -85/+0 |
| | | | | Functions only used in acf-gnats, which is also obsolete. | ||||
* | Added format.get_ini_entry to evaluate ini file entry value. | Ted Trask | 2009-07-02 | 1 | -0/+27 |
| | |||||
* | Removed uncessary (since openrc) sleep that was slowing down many pages. | Ted Trask | 2009-07-02 | 1 | -1/+0 |
| | |||||
* | Revert mistaken bug fix to format.string_to_table and made corresponding ↵v0.6.1 | Ted Trask | 2009-06-30 | 2 | -8/+4 |
| | | | | | | change to processinfo. Bumped version to 0.6.1. (reverted part of 9b934599d84f0b3dd32cda657790dc2c34bd95d8) | ||||
* | Bumped revision to 0.5.0v0.5.0 | root | 2009-06-04 | 1 | -0/+2 |
| | |||||
* | Changed status to use openrc status, changed startstop to enable all actions ↵ | root | 2009-06-04 | 3 | -22/+23 |
| | | | | regardless of status. | ||||
* | Modified copy_file and move_file to overwrite existing file, only fail if ↵ | Ted Trask | 2009-05-27 | 1 | -4/+4 |
| | | | | existing directory. | ||||
* | Updates for alpine 1.9 apk tools and openrc. Bug fix for format.lua ↵ | Ted Trask | 2009-05-26 | 4 | -70/+77 |
| | | | | string_to_table. | ||||
* | Changed os.rename to fs.move_file. | Ted Trask | 2009-05-15 | 1 | -2/+1 |
| | |||||
* | Added fs.move_file function because os.rename only works on same device. | Ted Trask | 2009-05-15 | 1 | -0/+22 |
| | |||||
* | Set permissions 600 on passwd and roles file if creating them. | ttrask | 2009-03-19 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1734 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Changed the way startstop works in core to add a list of allowed actions. ↵ | ttrask | 2009-03-17 | 3 | -14/+21 |
| | | | | | | Modified all ACFs that don't use the standard functions to work with new library method. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1730 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Reverted 1710 and 1712 mistaken updates to core. Release never used.v0.4.21 | ttrask | 2009-02-27 | 1 | -4/+0 |
| | | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1714 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Fixed bug in parse_configfile. | ttrask | 2009-02-26 | 1 | -0/+4 |
| | | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1710 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Fixed bug in fs.find_files_as_array. | Ted Trask | 2009-01-30 | 1 | -3/+4 |
| | | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1698 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | More work to remove unnecessary popen calls. | Ted Trask | 2009-01-26 | 1 | -5/+18 |
| | | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1696 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Started process of removing as many io.popen calls as possible. Not complete. | Ted Trask | 2009-01-24 | 4 | -61/+68 |
| | | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1695 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Modifed fs.lua to remove unnecessary calls to io.popen. | Ted Trask | 2009-01-23 | 1 | -19/+8 |
| | | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1694 ab2d0c66-481e-0410-8bed-d214d4d58bed |