summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bumped version to 0.6.0v0.6.0Ted Trask2010-01-011-1/+1
|
* Removed debug statements.Ted Trask2009-12-315-46/+0
|
* Modified skins to remove hardcoded /usr/share/acf/ path.Ted Trask2009-12-302-15/+13
|
* basename function is no longer in acf-core-0.9.0Ted Trask2009-12-282-2/+4
|
* Use viewlibrary.check_permission from acf-core-0.9.0Ted Trask2009-12-174-9/+9
|
* Bumped to 0.5.9v0.5.9Ted Trask2009-12-101-1/+1
|
* Sort the jobs alphabetically.Ted Trask2009-11-021-0/+2
|
* Bumped to 0.5.8v0.5.8Ted Trask2009-10-091-1/+1
|
* Graphical fix. Modifying <DL> to fix skin issues.Mika Havela2009-10-072-1/+5
|
* Graphical fix. Modifying <DL> to fix skin issues.Mika Havela2009-10-072-1/+2
|
* Graphical fix. Adding/Modifying <DL> for logfile* views to fix skin issues.Mika Havela2009-10-073-4/+4
|
* Graphical fix. Displaying WarningMsg inside <DL> to fix skin issuesMika Havela2009-10-071-1/+1
|
* Graphical fix. Adding <DL> to the views to fix skin issues.Mika Havela2009-10-076-2/+27
|
* Graphical fix. Adding <DL> to fix skin-issues when displaying cron-jobs.Mika Havela2009-10-071-0/+2
|
* Fixing the White Space Bugs in Browsers issue by adding a whitespace in ↵Mika Havela2009-10-061-1/+1
| | | | columns that might be empty.
* Added get_interfaces function to model, bumped to 0.5.7v0.5.7Ted Trask2009-09-172-1/+17
| | | | New function used by new acf-iproute2-qos package
* Bumped version to 0.5.6v0.5.6Ted Trask2009-09-081-1/+1
|
* Added support for symlinks in logfiles.Ted Trask2009-09-081-12/+32
|
* Fixed bug with ip command by setting PATH for io.popen calls in health.Ted Trask2009-09-071-11/+13
|
* Bumped version to 0.5.5v0.5.5Ted Trask2009-09-071-1/+1
|
* Added cron move functionality, added default value for period.Ted Trask2009-09-075-16/+73
|
* Bumping Makefile for releasev0.5.4Mika Havela2009-09-041-1/+1
|
* Output 'apk version --index' in general health.Mika Havela2009-09-041-1/+10
| | | | | If 'apk verions --index' fails to give output, we fallback to displaying /etc/alpine-release. Last option is to display 'Unknown' (if neither of the above works).
* Changed system password to use posix.crypt instead of io.popen(cryptpw)v0.5.3Ted Trask2009-08-141-3/+10
|
* Fixed bug to allow arbitrary characters in system password, bumped to 0.5.3Ted Trask2009-08-142-2/+2
|
* Set new cron job as executableTed Trask2009-08-121-0/+1
|
* Bumped version to 0.5.2v0.5.2Ted Trask2009-07-201-1/+1
|
* Added logfiles tail error message when something goes wrong.Ted Trask2009-07-201-1/+7
|
* Fixed minor logfiles tail bug in Firefox by using .val instead of .append. ↵Ted Trask2009-07-201-21/+22
| | | | Only scroll on input.
* Bug fix modules reload for acf-core 0.5.0 change.Ted Trask2009-07-171-1/+2
|
* Fixed bug with syslog and cron status due to change to using openrc. Tagged ↵v0.5.1Ted Trask2009-06-233-9/+7
| | | | 0.5.1
* Bumped revision to 0.5.0root2009-06-041-1/+1
|
* Updated for startstop in core 0.5.0root2009-06-042-2/+2
|
* Fixed bug with hard drive status.Ted Trask2009-06-031-1/+1
|
* Attempt to add other mounted hard drives to status list.Ted Trask2009-06-011-1/+1
|
* Update for alpine 1.9 openrc and minor changes for RAM disk and modules.Ted Trask2009-05-267-60/+58
|
* Fixed bug in marking logfiles as in use.v0.4.12Ted Trask2009-04-062-2/+2
|
* Tagged packages for release.v0.4.11ttrask2009-03-131-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1729 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed interfaces bug in expert, did some reorg of code.ttrask2009-03-121-95/+57
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1727 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Tagged updated packages for release.v0.4.10ttrask2009-02-231-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1704 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified network stats again to combine legend with checkboxes, and sorted ↵ttrask2009-02-051-18/+51
| | | | | | by interface name. Makes chart larger again, but have to pre-define colors. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1699 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Started process of removing as many io.popen calls as possible. Not complete.Ted Trask2009-01-241-5/+10
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1695 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified Makefiles and tagged for release with lots of security fixes.v0.4.9Ted Trask2009-01-221-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1689 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added escapespecialcharacters to format.lua to escape shell special ↵Ted Trask2009-01-215-10/+15
| | | | | | 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/alpine-baselayout/trunk@1687 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified health network stats to work with all skins. Static width to work ↵Ted Trask2009-01-191-2/+2
| | | | | | with various browsers and flot. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1685 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Proposed changes to menu.Ted Trask2009-01-196-15/+15
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1684 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Tested by removing expected packages, files, and directories. Fixed ↵Ted Trask2009-01-162-10/+7
| | | | | | resulting bugs. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1683 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified html.lua and viewlibrary.lua and all html files to html_escape ↵Ted Trask2009-01-1519-61/+66
| | | | | | variables before displaying them. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified fs.lua to survive nil parameters. Added create_directory and used ↵Ted Trask2009-01-134-9/+6
| | | | | | within create_file and write_file. Reviewed each read_file call to make sure handles nil return value. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1677 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified several pages to replace contenteditable with readonly. Added ↵Ted Trask2009-01-122-2/+2
| | | | | | readonly to html.lsp and .css files. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1676 ab2d0c66-481e-0410-8bed-d214d4d58bed