Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change prototype of htmlviewfunctions.dislay item to make consistent | Ted Trask | 2014-03-31 | 1 | -2/+2 |
| | | | | Note: this breaks backward compatibility | ||||
* | Change htmlviewfunctions.displayheader to .displaysectionstart and added ↵ | Ted Trask | 2014-03-17 | 1 | -2/+4 |
| | | | | .displaysectionend function | ||||
* | Modify status HTML view to use htmlviewfunctions for everything | Ted Trask | 2014-03-03 | 1 | -16/+9 |
| | |||||
* | Modify HTML to replace DL,DT,DD with divs. Also cleanup other HTML. | Ted Trask | 2014-01-22 | 1 | -9/+9 |
| | |||||
* | Change use of require to work with Lua 5.2 | Ted Trask | 2013-10-09 | 1 | -1/+1 |
| | |||||
* | Added require statement for html library | Ted Trask | 2012-10-02 | 1 | -0/+1 |
| | |||||
* | Fixed status Install button to new form style | Ted Trask | 2012-04-18 | 1 | -1/+1 |
| | |||||
* | Changed viewfunctions.lua to htmlviewfunctions.lua and made it an actual module | Ted Trask | 2012-02-02 | 1 | -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 working | Ted Trask | 2011-06-22 | 1 | -2/+5 |
| | |||||
* | Added status back to expert page and display startstop results in status | Ted Trask | 2011-03-07 | 1 | -0/+1 |
| | |||||
* | Added startstop to default status page | Ted Trask | 2011-02-25 | 1 | -0/+4 |
| | |||||
* | Showing a button instead of url when user gets a option to install a package. | Mika Havela | 2011-02-24 | 1 | -4/+6 |
| | |||||
* | Fixing a typo | Mika Havela | 2011-02-24 | 1 | -1/+1 |
| | |||||
* | Showing a button instead of url when user gets the chance to enable ↵ | Mika Havela | 2011-02-24 | 1 | -1/+3 |
| | | | | autostart for a program. | ||||
* | Added a check-permission function to viewlibrary to abstract permissions. | Ted Trask | 2009-12-17 | 1 | -2/+2 |
| | |||||
* | Updates for alpine 1.9 apk tools and openrc. Bug fix for format.lua ↵ | Ted Trask | 2009-05-26 | 1 | -1/+1 |
| | | | | string_to_table. | ||||
* | Modified html.lua and viewlibrary.lua and all html files to html_escape ↵ | Ted Trask | 2009-01-15 | 1 | -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 Trask | 2008-10-22 | 1 | -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 Trask | 2008-10-11 | 1 | -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 Copa | 2008-07-28 | 1 | -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 Trask | 2008-07-02 | 1 | -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 |