summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 0.9.3v0.9.3Ted Trask2012-12-071-1/+1
|
* Interfaces: minor change for cleanupTed Trask2012-12-071-14/+15
|
* Interfaces: Added support for unknown options in a separate cfeTed Trask2012-12-062-7/+11
| | | | The previous implementation would display them as separate options with errors, and silently drop when writing
* Interfaces: Move iface structure to a separate file and use it in view to ↵Ted Trask2012-12-063-180/+108
| | | | | | | determine which options to display The previous method meant that each option was defined in both the model and in the view. Now, everything is defined in the model, and the view just hides / shows as desired.
* Interfaces - reorganize iface structure and always return full interface ↵Ted Trask2012-12-051-104/+124
| | | | | | | structure The model should report the entire form, not pieces at a time. The view can determine which options to show. Modified the validation and writing to interfaces file to only consider the valid options for given family/method.
* Interfaces - made iface a simple structure, rather than a classTed Trask2012-12-051-157/+100
| | | | The class was only confusing things. Removed several functions and made the rest simple local functions.
* Interfaces: removed unnecessary escapespecialcharacters callsTed Trask2012-12-041-5/+5
|
* Changed delete interfaces to use a select and properly return resultsTed Trask2012-12-042-16/+9
|
* Changed cfe from iface to name to match what it used to beTed Trask2012-12-041-9/+9
| | | | The ifup, ifdown, and delete actions should have taken the interface name as 'name', not 'iface', this was changed mistakenly.
* Change ifup/ifdown interface to select and validateTed Trask2012-12-041-18/+38
|
* Fix ifup / ifdown to capture the outputTed Trask2012-12-042-10/+10
|
* Bumped version to 0.9.2v0.9.2Ted Trask2012-11-061-1/+1
|
* Changed viewtype ajax to json as per acf-core-0.15.3, and moved viewtype ↵Ted Trask2012-11-064-10/+3
| | | | stream out of controller
* Bumped version to 0.9.1v0.9.1Ted Trask2012-10-281-1/+1
|
* Removed unneeded views by updating CFE for autoviewTed Trask2012-10-285-30/+6
|
* Removed unnecessary links to form-html.lspTed Trask2012-10-263-3/+0
|
* Added require statement for html libraryTed Trask2012-10-0217-0/+17
|
* Bumped version to 0.9.0v0.9.0Ted Trask2012-07-011-1/+1
|
* Changes redirect_to_referrer to handle_form for logfiles.deleteTed Trask2012-05-083-20/+36
|
* Some cleanup for form submissionTed Trask2012-05-074-4/+4
|
* Missed a few htmlviewfunctions entriesTed Trask2012-04-281-27/+27
|
* Updated for handle_form now passing self to get and set functionsTed Trask2012-04-287-41/+45
|
* Modified require statements for acf. librariesTed Trask2012-04-187-14/+13
|
* Removed controllerfunctions from modules controllerTed Trask2012-04-171-2/+0
|
* Merge ssh://git.alpinelinux.org/gitroot/zelebar/acf-alpine-baselayoutTed Trask2012-04-1718-108/+160
|\
| * Change all -controller.lua files to use new handle_form() functions found in ↵Zach LeBar2012-03-2118-108/+160
| | | | | | | | acf_www-controller.lua instead of the controllerfunctions.lua version and also instead of redirect_to_referrer(). Made corresponding changes to vmail-model .lua to make everything work.
* | Updates to reflect changes in acf-core-0.15 - viewfunctions becomes ↵Ted Trask2012-02-2317-76/+53
|/ | | | htmlviewfunctions
* Modified rc to add service status and startstop actionsTed Trask2012-01-164-7/+48
|
* Bumped version to 0.8.2v0.8.2Ted Trask2011-03-301-1/+1
|
* Modified for acf-core-0.13.0Ted Trask2011-03-301-7/+0
|
* Bumped version to 0.8.1v0.8.1Ted Trask2011-03-171-1/+1
|
* Removed health/modules action because redundant with modules/statusTed Trask2011-03-175-21/+2
|
* Bumped version to 0.8.0v0.8.0Ted Trask2011-03-171-1/+1
|
* Clarified Buffers in system health viewTed Trask2011-03-071-2/+2
|
* health: change 'Process' tab to 'Hardware'Timo Teräs2011-03-022-8/+8
| | | | | Since it's all about the CPU and RAM info. Process refers to something else (was named probably due to taking info from /proc).
* health: fix memory infoTimo Teräs2011-03-022-8/+52
| | | | | Parse /proc/meminfo instead of 'free' output which changed in busybox and caused breakage. Display also Buffers.
* Giving classes to input buttons in order to get stylesheets working properlyMika Havela2011-02-241-2/+2
|
* Bumped version to 0.7.3v0.7.3Ted Trask2010-09-291-1/+1
|
* Proper fix for health storage to handle one or two-line entries.Ted Trask2010-09-281-1/+9
|
* Modified health storage for new output format of df in alpine 1.10Ted Trask2010-09-241-2/+2
|
* Bumped version to 0.7.2v0.7.2Ted Trask2010-03-101-1/+1
|
* Added 'ip tunnel' result to health network status.Ted Trask2010-03-102-0/+8
|
* Added 'ip tunnel' result to interfaces status.Ted Trask2010-03-102-0/+8
|
* Bumped version to 0.7.1v0.7.1Ted Trask2010-02-161-1/+1
|
* Added wwwprefix to web path.Ted Trask2010-02-164-6/+6
|
* Bumped version to 0.7.0v0.7.0Ted Trask2010-01-221-1/+1
|
* Updated for skin change in acf-core 0.10.0Ted Trask2010-01-221-1/+1
|
* Bug fix for hostname change.Ted Trask2010-01-221-1/+1
|
* Change hostname get to return fqdn if available.Ted Trask2010-01-202-6/+15
|
* Moved skins to acf-core.Ted Trask2010-01-136-85/+2
|