summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Update Makefiles and tag core, alpine-baselayout, and chrony for release.v0.4.8Ted Trask2009-01-091-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1672 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed logfiles tail bug on FireFox. Actually made it much better so scroll ↵Ted Trask2009-01-051-1/+22
| | | | | | sticks. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1665 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified health network stats to move legend and make options into two columns.Ted Trask2009-01-051-4/+7
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1664 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified Makefile to update version and tag for release.v0.4.7Ted Trask2008-12-161-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1637 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added label to health networkstats graph.Ted Trask2008-12-081-0/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1630 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified interfaces to allow any character but ':' or '@' in interface name ↵Ted Trask2008-12-081-2/+2
| | | | | | when parsing 'ip addr'. This fixed problem with health/networkstats when unusual interface name exists. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1629 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on Makefiles.v0.4.6Ted Trask2008-12-021-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1619 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modify cron to make directory if necessary.Ted Trask2008-12-021-0/+3
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1616 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified interfaces to allow any non-space characters in interface name.Ted Trask2008-12-011-4/+6
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1615 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified interfaces to fix parsing of interfaces file. Allow '.' characters ↵Ted Trask2008-12-011-5/+6
| | | | | | in interface names and modify comments so they stay with the appropriate interface. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1614 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Rewrote cron to make it do something.Ted Trask2008-12-0111-33/+195
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1613 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on several Makefiles.v0.4.5Ted Trask2008-11-041-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1578 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added modules status page.Ted Trask2008-10-315-5/+23
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1571 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added modules controller.Ted Trask2008-10-306-2/+80
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1570 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added networking restart warning.Ted Trask2008-10-301-0/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1569 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added rc / Startup menu.Ted Trask2008-10-302-4/+7
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1568 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified syslog status to also report startup.Ted Trask2008-10-302-19/+3
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1567 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified health to add sda harddrives to storage health.Ted Trask2008-10-241-2/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1566 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Minor change to roles code and major change to roles. Replaced ALL, CREATE, ↵Ted Trask2008-10-242-5/+9
| | | | | | READ, UPDATE, and DELETE with GUEST, USER, EDITOR, EXPERT, and ADMIN. Changed all roles files and modified some html files to hide options without permissions. Determine default roles from roles files, rather than hard-coded, and added ability to modify default roles by adding permissions. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1563 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified viewfunctions displaycommandresults to not delete the error results ↵Ted Trask2008-10-221-1/+3
| | | | | | of a form so the form can still display it. Modified a bunch of views to display the results of component forms. Also added code to displayform and displayformstart to automatically generate the action if passed page_info. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1561 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified viewfunctions to split displayform, creating displayformstart and ↵Ted Trask2008-10-225-16/+15
| | | | | | displayformend, to provide flexibility while still using the library. Also added support for hidden fields - including a common redir field. Removed redirectOnSuccess from controllerfunctions handle_form, and replaced it with the redir field. Removed redirectOnSuccess from controllers that used it and added handlecommandresults and redir entries to links and forms throughout many views. This will cause a redirect to the originating view when a form is successfully completed. acf_www-controller now includes orig_action in page_info to report the original action launched by the user. git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1560 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Version bump on several Makefiles.v0.4.4Ted Trask2008-10-211-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1558 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added alpine-baselayout hostname and password edit.Ted Trask2008-10-1310-51/+77
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1556 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added Restart Networking function to interfaces. Redirect to read after update.Ted Trask2008-10-134-11/+18
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1553 ab2d0c66-481e-0410-8bed-d214d4d58bed