summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove trailing whitespaceHEADmasterTed Trask2016-08-102-3/+3
|
* Bump version to 0.5.0v0.5.0Ted Trask2015-11-021-1/+1
|
* Modify logfile to use common viewTed Trask2015-08-033-13/+9
|
* Bump version to 0.4.0v0.4.0Ted Trask2014-04-261-1/+1
|
* Changes to use new htmlviewfunctions functions and standardize logfile viewerTed Trask2014-04-173-48/+7
| | | | This closes a bug where log filename was not validated
* Cleanup HTML including removing DL/DT/DD, use tablesorter where possible, ↵Ted Trask2014-02-031-15/+10
| | | | and use lowercase tags
* Bump version to 0.3.0v0.3.0Ted Trask2013-10-311-1/+1
|
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-212-17/+20
| | | | | Use mymodule parameter for module definition. This was also helpful in revealing places where the code relied on the global environment.
* Change use of require to work with Lua 5.2Ted Trask2013-10-092-2/+2
|
* Bumped version to 0.2.1v0.2.1Ted Trask2012-10-281-1/+1
|
* Changed expert view to a symlinkTed Trask2012-10-271-11/+1
|
* Added require statement for html libraryTed Trask2012-10-021-0/+1
|
* Bumped version to 0.2.0v0.2.0Ted Trask2012-08-151-1/+1
|
* Fix package install and statusTed Trask2012-08-151-1/+0
|
* Replaced status page with symlink to standard viewTed Trask2012-05-111-36/+1
|
* Updated for handle_form now passing self to get and set functionsTed Trask2012-04-281-4/+4
|
* README: Just a testMika Havela2012-04-181-0/+1
|
* Started work on updating for acf-core-0.15Ted Trask2012-04-186-48/+26
| | | | | | Removed controllerfunctions library (still needs more work and corresponding work in model) Updated startstop functionality and deleted view Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries
* Version bump. Changing path for the acf-files0.1.1Mika Havela2012-03-141-2/+2
|
* acf-vlc-daemon: Creating Makefile, README and config.mk0.1.0Mika Havela2012-03-123-0/+55
|
* Bugfix on viewing logfiles.Mika Havela2012-03-071-17/+7
| | | | Now acf tries to figure out if a logfile is specified in the configfile
* acf-vlc-daemon. New acf to control vlc-sessions.Mika Havela2012-03-078-0/+226
It supports multiple vlc-sessions: 1) ln -s /etc/init.d/vlc /etc/init.d/vlc-newsession 2) cp /etc/conf.d/vlc /etc/conf.d/vlc-newsession 3) vi /etc/conf.d/vlc-newsession 4) ln -s /usr/share/acf/app/vlc /usr/share/acf/app/vlc-newsession 5) Logged on as root on ACF, use 'User management' to give selected users permissions to use acf-vlc-newsession