Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump version to 0.9.3v0.9.3 | Ted Trask | 2012-12-07 | 1 | -1/+1 |
| | |||||
* | Interfaces: minor change for cleanup | Ted Trask | 2012-12-07 | 1 | -14/+15 |
| | |||||
* | Interfaces: Added support for unknown options in a separate cfe | Ted Trask | 2012-12-06 | 2 | -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 Trask | 2012-12-06 | 3 | -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 Trask | 2012-12-05 | 1 | -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 class | Ted Trask | 2012-12-05 | 1 | -157/+100 |
| | | | | The class was only confusing things. Removed several functions and made the rest simple local functions. | ||||
* | Interfaces: removed unnecessary escapespecialcharacters calls | Ted Trask | 2012-12-04 | 1 | -5/+5 |
| | |||||
* | Changed delete interfaces to use a select and properly return results | Ted Trask | 2012-12-04 | 2 | -16/+9 |
| | |||||
* | Changed cfe from iface to name to match what it used to be | Ted Trask | 2012-12-04 | 1 | -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 validate | Ted Trask | 2012-12-04 | 1 | -18/+38 |
| | |||||
* | Fix ifup / ifdown to capture the output | Ted Trask | 2012-12-04 | 2 | -10/+10 |
| | |||||
* | Bumped version to 0.9.2v0.9.2 | Ted Trask | 2012-11-06 | 1 | -1/+1 |
| | |||||
* | Changed viewtype ajax to json as per acf-core-0.15.3, and moved viewtype ↵ | Ted Trask | 2012-11-06 | 4 | -10/+3 |
| | | | | stream out of controller | ||||
* | Bumped version to 0.9.1v0.9.1 | Ted Trask | 2012-10-28 | 1 | -1/+1 |
| | |||||
* | Removed unneeded views by updating CFE for autoview | Ted Trask | 2012-10-28 | 5 | -30/+6 |
| | |||||
* | Removed unnecessary links to form-html.lsp | Ted Trask | 2012-10-26 | 3 | -3/+0 |
| | |||||
* | Added require statement for html library | Ted Trask | 2012-10-02 | 17 | -0/+17 |
| | |||||
* | Bumped version to 0.9.0v0.9.0 | Ted Trask | 2012-07-01 | 1 | -1/+1 |
| | |||||
* | Changes redirect_to_referrer to handle_form for logfiles.delete | Ted Trask | 2012-05-08 | 3 | -20/+36 |
| | |||||
* | Some cleanup for form submission | Ted Trask | 2012-05-07 | 4 | -4/+4 |
| | |||||
* | Missed a few htmlviewfunctions entries | Ted Trask | 2012-04-28 | 1 | -27/+27 |
| | |||||
* | Updated for handle_form now passing self to get and set functions | Ted Trask | 2012-04-28 | 7 | -41/+45 |
| | |||||
* | Modified require statements for acf. libraries | Ted Trask | 2012-04-18 | 7 | -14/+13 |
| | |||||
* | Removed controllerfunctions from modules controller | Ted Trask | 2012-04-17 | 1 | -2/+0 |
| | |||||
* | Merge ssh://git.alpinelinux.org/gitroot/zelebar/acf-alpine-baselayout | Ted Trask | 2012-04-17 | 18 | -108/+160 |
|\ | |||||
| * | Change all -controller.lua files to use new handle_form() functions found in ↵ | Zach LeBar | 2012-03-21 | 18 | -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 Trask | 2012-02-23 | 17 | -76/+53 |
|/ | | | | htmlviewfunctions | ||||
* | Modified rc to add service status and startstop actions | Ted Trask | 2012-01-16 | 4 | -7/+48 |
| | |||||
* | Bumped version to 0.8.2v0.8.2 | Ted Trask | 2011-03-30 | 1 | -1/+1 |
| | |||||
* | Modified for acf-core-0.13.0 | Ted Trask | 2011-03-30 | 1 | -7/+0 |
| | |||||
* | Bumped version to 0.8.1v0.8.1 | Ted Trask | 2011-03-17 | 1 | -1/+1 |
| | |||||
* | Removed health/modules action because redundant with modules/status | Ted Trask | 2011-03-17 | 5 | -21/+2 |
| | |||||
* | Bumped version to 0.8.0v0.8.0 | Ted Trask | 2011-03-17 | 1 | -1/+1 |
| | |||||
* | Clarified Buffers in system health view | Ted Trask | 2011-03-07 | 1 | -2/+2 |
| | |||||
* | health: change 'Process' tab to 'Hardware' | Timo Teräs | 2011-03-02 | 2 | -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 info | Timo Teräs | 2011-03-02 | 2 | -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 properly | Mika Havela | 2011-02-24 | 1 | -2/+2 |
| | |||||
* | Bumped version to 0.7.3v0.7.3 | Ted Trask | 2010-09-29 | 1 | -1/+1 |
| | |||||
* | Proper fix for health storage to handle one or two-line entries. | Ted Trask | 2010-09-28 | 1 | -1/+9 |
| | |||||
* | Modified health storage for new output format of df in alpine 1.10 | Ted Trask | 2010-09-24 | 1 | -2/+2 |
| | |||||
* | Bumped version to 0.7.2v0.7.2 | Ted Trask | 2010-03-10 | 1 | -1/+1 |
| | |||||
* | Added 'ip tunnel' result to health network status. | Ted Trask | 2010-03-10 | 2 | -0/+8 |
| | |||||
* | Added 'ip tunnel' result to interfaces status. | Ted Trask | 2010-03-10 | 2 | -0/+8 |
| | |||||
* | Bumped version to 0.7.1v0.7.1 | Ted Trask | 2010-02-16 | 1 | -1/+1 |
| | |||||
* | Added wwwprefix to web path. | Ted Trask | 2010-02-16 | 4 | -6/+6 |
| | |||||
* | Bumped version to 0.7.0v0.7.0 | Ted Trask | 2010-01-22 | 1 | -1/+1 |
| | |||||
* | Updated for skin change in acf-core 0.10.0 | Ted Trask | 2010-01-22 | 1 | -1/+1 |
| | |||||
* | Bug fix for hostname change. | Ted Trask | 2010-01-22 | 1 | -1/+1 |
| | |||||
* | Change hostname get to return fqdn if available. | Ted Trask | 2010-01-20 | 2 | -6/+15 |
| | |||||
* | Moved skins to acf-core. | Ted Trask | 2010-01-13 | 6 | -85/+2 |
| |