summaryrefslogtreecommitdiffstats
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
...
* Graphical fix. Now displaying logonstatus as other views.Mika Havela2009-10-071-8/+13
|
* Graphical fixes - Fixing <DL> trouble that causes other skins to look strange.Mika Havela2009-10-072-3/+5
|
* Small graphical fixMika Havela2009-10-071-1/+0
| | | | There was a </DL> too much. Now removed
* Displaying existing roles by using <DL><DT><DD> instead of using a table.Mika Havela2009-10-061-5/+4
| | | | | This small fix causes this view to behave (follow same ideas) as other view-files. You notice the result when using other skins than 'alps'.
* Put viewroles in a table, changed some wording for new roles and users.Ted Trask2009-09-074-8/+8
|
* Added pagination functionality to viewfunctions, modified acf_www-controller ↵Ted Trask2009-07-101-2/+3
| | | | to pass clientinfo to view.
* Modified logonredirect to discard get/post data when don't follow login ↵Ted Trask2009-06-102-1/+9
| | | | redirect.
* Made session timeout nicer.Ted Trask2009-06-102-1/+15
| | | | Extended logon redirect due to session timeout to save get / post data and referrer info.
* Changed status to use openrc status, changed startstop to enable all actions ↵root2009-06-041-11/+3
| | | | regardless of status.
* Updates for alpine 1.9 apk tools and openrc. Bug fix for format.lua ↵Ted Trask2009-05-261-1/+1
| | | | string_to_table.
* Modified redirect to referrer to ignore if REFERRER is empty.Ted Trask2009-03-281-3/+5
|
* Removed built-in users alpine and foo from core, and instead redirect to ↵ttrask2009-03-203-1/+25
| | | | | | create new user when none exist. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1738 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed the way startstop works in core to add a list of allowed actions. ↵ttrask2009-03-171-11/+18
| | | | | | Modified all ACFs that don't use the standard functions to work with new library method. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1730 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Removed obsolete files from core.Ted Trask2009-01-203-227/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1686 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Proposed changes to menu.Ted Trask2009-01-193-8/+8
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1684 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed two core bugs from version 1678.Ted Trask2009-01-162-2/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1682 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed broken template from last checkin.Ted Trask2009-01-161-2/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1679 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified html.lua and viewlibrary.lua and all html files to html_escape ↵Ted Trask2009-01-1515-62/+62
| | | | | | variables before displaying them. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified several pages to replace contenteditable with readonly. Added ↵Ted Trask2009-01-122-2/+2
| | | | | | readonly to html.lsp and .css files. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1676 ab2d0c66-481e-0410-8bed-d214d4d58bed
* allow override default_controller in /etc/acf/acf.confNatanael Copa2008-12-271-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1642 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Minor change to roles code and major change to roles. Replaced ALL, CREATE, ↵Ted Trask2008-10-245-7/+72
| | | | | | READ, UPDATE, and DELETE with GUEST, USER, EDITOR, EXPERT, and ADMIN. Changed all roles files and modified some html files to hide options without permissions. Determine default roles from roles files, rather than hard-coded, and added ability to modify default roles by adding permissions. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1563 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified viewfunctions displaycommandresults to not delete the error results ↵Ted Trask2008-10-221-0/+2
| | | | | | of a form so the form can still display it. Modified a bunch of views to display the results of component forms. Also added code to displayform and displayformstart to automatically generate the action if passed page_info. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1561 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified viewfunctions to split displayform, creating displayformstart and ↵Ted Trask2008-10-227-18/+26
| | | | | | 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-112-4/+16
| | | | | | 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
* Cleanup of some libs.Ted Trask2008-09-261-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1533 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Moved cfe into mvc.lua and removed cfe.lua.Ted Trask2008-09-252-2/+0
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1518 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added parser library. Display filecontent descr in filedetails.Ted Trask2008-09-181-0/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1474 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified filedetails view to HTML escape the filecontent before displaying it.Ted Trask2008-09-031-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1443 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified startstop to return string rather than boolean.Ted Trask2008-08-281-2/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1436 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified acf_www and logon-controller to redirect to logon on dispatch error ↵Ted Trask2008-08-223-12/+16
| | | | | | and redirect to requested page after logon. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1402 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added description to savebuttonMika Havela2008-08-221-1/+2
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1392 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified roles and authenticator to delete all data fields when deleting a ↵Ted Trask2008-08-163-14/+14
| | | | | | role or user. Modified all roles code to pass self for future move from text file to database. Roles cannot use authenticator unless or until roles file syntax is changed. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1382 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified acf_www to allow a view without an action to be a link instead of ↵Ted Trask2008-08-121-1/+2
| | | | | | just a file. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1378 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified roles to list views that don't have actions in the list of ↵Ted Trask2008-08-091-1/+8
| | | | | | available permissions git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1374 ab2d0c66-481e-0410-8bed-d214d4d58bed
* use <% %> instead of <? ?>Natanael Copa2008-07-2819-182/+182
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Another rewrite of validator to remove dnsfiles and add a generic way for ↵Ted Trask2008-07-241-3/+0
| | | | | | other controllers to save user-based settings. Also added fs.create_file function. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1317 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Split common code out of authenticator-plaintext into authenticator.lua in ↵Ted Trask2008-07-225-204/+69
| | | | | | preparation for adding SQL authentication. Rewrote authentication functions to use cfe's. Made corresponding changes to roles and logon. Added dnsfiles field to userdata for tinydns access control. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1314 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed redirect_to_referrer with GET data. Moved handling of multi select ↵Ted Trask2008-07-122-31/+24
| | | | | | from acf_www-controller to controllerfunctions. Fixed form ids containing '.'. Added new handle_clientdata function to controllerfunctions. Modified password-controller to use handle_clientdata for multi select to work.k git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1299 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modifed roles to use controllerfunctions, modelfunctions, and a symlink.Ted Trask2008-07-125-78/+40
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1298 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added hidden filename field to common filedetails lsp. Modified ↵Ted Trask2008-07-082-17/+31
| | | | | | acf_www-controller to allow views without actions. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1289 ab2d0c66-481e-0410-8bed-d214d4d58bed
* replace 'made with care by webconf' tag at bottom of pageNathan Angelacos2008-07-071-1/+1
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1288 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified logon and password to use new redirect_to_referrer functionality.Ted Trask2008-07-045-29/+28
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1279 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added generic form lsp file. A few updates to library functions and lsp files.Ted Trask2008-07-043-1/+11
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1275 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Fixed expert page to work when prefix or controller has magic characters. ↵Ted Trask2008-07-041-1/+2
| | | | | | Added public getenabled function to modelfunctions and made controllerfunctions work with it. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1273 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added debug html page. Change redirect_to_referreferrer when there's no ↵Ted Trask2008-07-033-6/+22
| | | | | | referrer. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1271 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Changed logfiles to use controllerfunctions and standard html-lsp files.Ted Trask2008-07-021-0/+6
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1270 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modified core to create model and controller function libraries and some ↵Ted Trask2008-07-027-28/+96
| | | | | | 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
* Removed debug log output from acf_www.Ted Trask2008-06-241-8/+8
| | | | | | Fixed minor bug in tinydns. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1255 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added javascript to dispatch error and exception pages.Ted Trask2008-06-132-5/+48
| | | | | | Removed gnats template and moved javascript init into query page. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1216 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Simplified www redirection code to only redirect if valid url.Ted Trask2008-06-114-50/+71
| | | | | | Modified exception handler to add pages for dispatch errors and exceptions. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1215 ab2d0c66-481e-0410-8bed-d214d4d58bed