summaryrefslogtreecommitdiffstats
path: root/app/acf-util/roles-viewroles-html.lsp
Commit message (Collapse)AuthorAgeFilesLines
* Change prototype of htmlviewfunctions.dislay item to make consistentTed Trask2014-03-311-6/+6
| | | | Note: this breaks backward compatibility
* Change htmlviewfunctions.displayheader to .displaysectionstart and added ↵Ted Trask2014-03-171-4/+8
| | | | .displaysectionend function
* Modified HTML views to use new htmlviewfunctions functions and replace links ↵Ted Trask2014-03-101-9/+15
| | | | | | with forms created by displayitem Use .displayitemstart/middle/end
* Change HTML views to use htmlviewfunctions.displayheaderTed Trask2014-03-031-1/+1
|
* Modified roles/viewroles HTML view to make better use of htmlviewfunctions ↵Ted Trask2014-03-031-7/+7
| | | | and remove custom HTML
* Modify HTML to replace DL,DT,DD with divs. Also cleanup other HTML.Ted Trask2014-01-221-14/+32
|
* Change use of require to work with Lua 5.2Ted Trask2013-10-091-1/+1
|
* Added require statement for html libraryTed Trask2012-10-021-0/+1
|
* Modified roles controller to use new handle_form functionTed Trask2012-04-231-1/+1
|
* Changed viewfunctions.lua to htmlviewfunctions.lua and made it an actual moduleTed Trask2012-02-021-2/+2
| | | | | It should have been a module all along, but wasn't Unfortunately, this means changes to pretty much every view file
* Added new view variable wwwprefix to adjust web path, fix index.html redirect.Ted Trask2010-02-161-2/+2
|
* Changes to skins to allow user skins to be addedTed Trask2010-01-211-2/+2
| | | | page_info.skindir is no longer available to views, but staticdir is.
* Moved non-ACF-specific libraries to acf-lib package, moved cfe_unpack ↵Ted Trask2009-12-311-4/+0
| | | | function to viewfunctions library.
* Added ability to manage roles based on which roles file they're in = more ↵Ted Trask2009-12-281-8/+7
| | | | granularity of roles.
* Modified permissions from controller:action to prefix/controller/action.Ted Trask2009-12-211-4/+6
| | | | | Had to move welcome to the acf-util prefix. Changed format of roles files: old ACF format will still work, but authenticator format won't.
* 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-071-5/+5
|
* Modified html.lua and viewlibrary.lua and all html files to html_escape ↵Ted Trask2009-01-151-9/+9
| | | | | | variables before displaying them. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Minor change to roles code and major change to roles. Replaced ALL, CREATE, ↵Ted Trask2008-10-241-2/+3
| | | | | | 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 to split displayform, creating displayformstart and ↵Ted Trask2008-10-221-2/+3
| | | | | | 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
* use <% %> instead of <? ?>Natanael Copa2008-07-281-21/+21
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Modifed roles to use controllerfunctions, modelfunctions, and a symlink.Ted Trask2008-07-121-11/+7
| | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1298 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Updated rolesTed Trask2008-05-021-0/+43
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1099 ab2d0c66-481e-0410-8bed-d214d4d58bed