summaryrefslogtreecommitdiffstats
path: root/app/status-html.lsp
Commit message (Collapse)AuthorAgeFilesLines
* Changed viewfunctions.lua to htmlviewfunctions.lua and made it an actual moduleTed Trask2012-02-021-6/+6
| | | | | It should have been a module all along, but wasn't Unfortunately, this means changes to pretty much every view file
* Fixed bug with package install and autostart forms not workingTed Trask2011-06-221-2/+5
|
* Added status back to expert page and display startstop results in statusTed Trask2011-03-071-0/+1
|
* Added startstop to default status pageTed Trask2011-02-251-0/+4
|
* Showing a button instead of url when user gets a option to install a package.Mika Havela2011-02-241-4/+6
|
* Fixing a typoMika Havela2011-02-241-1/+1
|
* Showing a button instead of url when user gets the chance to enable ↵Mika Havela2011-02-241-1/+3
| | | | autostart for a program.
* Added a check-permission function to viewlibrary to abstract permissions.Ted Trask2009-12-171-2/+2
|
* Updates for alpine 1.9 apk tools and openrc. Bug fix for format.lua ↵Ted Trask2009-05-261-1/+1
| | | | string_to_table.
* Modified html.lua and viewlibrary.lua and all html files to html_escape ↵Ted Trask2009-01-151-2/+2
| | | | | | variables before displaying them. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified viewfunctions to split displayform, creating displayformstart and ↵Ted Trask2008-10-221-2/+2
| | | | | | 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/core/trunk@1560 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added rc controller to alpine-baselayout and rc functionality to processinfo ↵Ted Trask2008-10-111-1/+13
| | | | | | library. Changed status Enabled/Disabled to Running/Stopped. Added links to status pages to install package and schedule autostart. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1552 ab2d0c66-481e-0410-8bed-d214d4d58bed
* use <% %> instead of <? ?>Natanael Copa2008-07-281-4/+4
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified core to create model and controller function libraries and some ↵Ted Trask2008-07-021-0/+12
common html views. Moved cfe to a library. Modified redirect_to_referrer function - may break some pages. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1267 ab2d0c66-481e-0410-8bed-d214d4d58bed