Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove all calls to 'module' in preparation for move to Lua 5.2 | Ted Trask | 2013-10-17 | 9 | -67/+81 |
| | | | | | Use mymodule parameter for module definition. This was also helpfule in revealing places where the code relied on the global environment. | ||||
* | Change use of require to work with Lua 5.2 | Ted Trask | 2013-10-09 | 9 | -14/+14 |
| | |||||
* | Add home config option to acf.conf for default home page | Ted Trask | 2013-05-30 | 1 | -1/+3 |
| | | | | The default_prefix and default_controller logic was broken, and is now removed | ||||
* | Change logon/logout action to logon/logoff and standardize on logon/off ↵ | Ted Trask | 2013-05-30 | 4 | -13/+13 |
| | | | | instead of login/out | ||||
* | Fix delete user link to submit the form | Ted Trask | 2013-05-30 | 1 | -1/+1 |
| | |||||
* | Added require statement for html library | Ted Trask | 2012-10-02 | 4 | -0/+4 |
| | |||||
* | Fixed form for creating new user | Ted Trask | 2012-05-08 | 1 | -1/+1 |
| | |||||
* | Modified roles controller to use new handle_form function | Ted Trask | 2012-04-23 | 9 | -91/+58 |
| | |||||
* | Updated password and skins for latest handle_form changes | Ted Trask | 2012-04-22 | 5 | -31/+28 |
| | |||||
* | Updated password to remove redirect_to_referrer and password-html view | Ted Trask | 2012-04-19 | 3 | -30/+25 |
| | |||||
* | Removed controllerfunction.lua and moved handle_form and handle_clientdata ↵ | Ted Trask | 2012-02-23 | 2 | -7/+5 |
| | | | | | | into mvc.lua mvc.lua has generic versions of the functions, overridden in acf_www and acf_cli with customizations | ||||
* | Changed forms to always use 'submit' as name of submit button, plus allow ↵ | Ted Trask | 2012-02-22 | 1 | -1/+1 |
| | | | | multiple submit buttons | ||||
* | Modified html template to set focus to first useable field | Ted Trask | 2012-02-06 | 1 | -1/+2 |
| | |||||
* | Changed acf-util/logon controller to use standard view | Ted Trask | 2012-02-03 | 4 | -40/+3 |
| | |||||
* | Changed viewfunctions.lua to htmlviewfunctions.lua and made it an actual module | Ted Trask | 2012-02-02 | 8 | -20/+20 |
| | | | | | It should have been a module all along, but wasn't Unfortunately, this means changes to pretty much every view file | ||||
* | Modified require statements for acf.x | Ted Trask | 2012-01-21 | 2 | -4/+4 |
| | |||||
* | Removed logon / logout from list of home pages | Ted Trask | 2011-07-21 | 1 | -1/+3 |
| | |||||
* | Fixed logon auto-focus to userid using newer jquery | Ted Trask | 2011-07-18 | 1 | -1/+1 |
| | |||||
* | Restrict options for home in editme action | Ted Trask | 2011-05-18 | 1 | -2/+9 |
| | |||||
* | Added javascript to logon page to put focus on userid | Ted Trask | 2010-12-08 | 1 | -1/+8 |
| | |||||
* | Added home page (action) to user parameters and redirect there after login | Ted Trask | 2010-10-06 | 3 | -34/+24 |
| | | | | Moved get_all_permissions function from acf-util/roles-model to lib/roles | ||||
* | Made major changes to authenticator and roles to improve efficiency. | Ted Trask | 2010-09-28 | 5 | -30/+149 |
| | | | | | | | | | | Changed authenticator.lua to request individual users, rather than always loading everyone. Modified get_userinfo and removed get_userinfo_roles and get_userinfo_skin to remove unnecessary cfe processing. This was especially bad when retrieving the cfe options for skins and roles. This does break the interface used by other modules like acf-tinydns. Validation and cfe processing were moved into password-model, where they belong. Added global variables to authenticator and roles libraries so they can reuse data that was already generated. Modified logon-controller to only check for zero users if logon fails. | ||||
* | Added sessiontimeout, lockouttime, and lockouteventlimit parameters to acf.conf. | Ted Trask | 2010-03-10 | 1 | -1/+1 |
| | |||||
* | Sort users in view. | Ted Trask | 2010-03-04 | 1 | -1/+7 |
| | |||||
* | Added new view variable wwwprefix to adjust web path, fix index.html redirect. | Ted Trask | 2010-02-16 | 2 | -3/+3 |
| | |||||
* | Fixed bug with reporting skin in use. | Ted Trask | 2010-01-22 | 1 | -1/+1 |
| | |||||
* | Changes to skins to allow user skins to be added | Ted Trask | 2010-01-21 | 3 | -13/+14 |
| | | | | page_info.skindir is no longer available to views, but staticdir is. | ||||
* | Moved skins from acf-alpine-baselayout. | Ted Trask | 2010-01-13 | 5 | -1/+83 |
| | |||||
* | Moved non-ACF-specific libraries to acf-lib package, moved cfe_unpack ↵ | Ted Trask | 2009-12-31 | 6 | -26/+6 |
| | | | | function to viewfunctions library. | ||||
* | Changed file permissions, cli app should only be root executable. | Ted Trask | 2009-12-30 | 6 | -0/+0 |
| | |||||
* | Added ability to manage roles based on which roles file they're in = more ↵ | Ted Trask | 2009-12-28 | 2 | -9/+8 |
| | | | | granularity of roles. | ||||
* | Removed redundant/buggy basename and dirname functions. Added ↵ | Ted Trask | 2009-12-28 | 1 | -2/+2 |
| | | | | | | | parse_redir_string to www controller. Removed basename and dirname from mvc and fs, use posix functions instead. parse_path_info was buggy and used 2 ways, rewrote and created parse_redir_string for backwards parsing. | ||||
* | Modified permissions from controller:action to prefix/controller/action. | Ted Trask | 2009-12-21 | 8 | -50/+71 |
| | | | | | 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. | ||||
* | Graphical fix. Now displaying logonstatus as other views. | Mika Havela | 2009-10-07 | 1 | -8/+13 |
| | |||||
* | Graphical fixes - Fixing <DL> trouble that causes other skins to look strange. | Mika Havela | 2009-10-07 | 2 | -3/+5 |
| | |||||
* | Small graphical fix | Mika Havela | 2009-10-07 | 1 | -1/+0 |
| | | | | There was a </DL> too much. Now removed | ||||
* | Displaying existing roles by using <DL><DT><DD> instead of using a table. | Mika Havela | 2009-10-06 | 1 | -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 Trask | 2009-09-07 | 4 | -8/+8 |
| | |||||
* | Modified logonredirect to discard get/post data when don't follow login ↵ | Ted Trask | 2009-06-10 | 2 | -1/+9 |
| | | | | redirect. | ||||
* | Made session timeout nicer. | Ted Trask | 2009-06-10 | 1 | -1/+1 |
| | | | | Extended logon redirect due to session timeout to save get / post data and referrer info. | ||||
* | Removed built-in users alpine and foo from core, and instead redirect to ↵ | ttrask | 2009-03-20 | 3 | -1/+25 |
| | | | | | | create new user when none exist. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1738 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Proposed changes to menu. | Ted Trask | 2009-01-19 | 2 | -6/+6 |
| | | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1684 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Fixed two core bugs from version 1678. | Ted Trask | 2009-01-16 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1682 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Modified html.lua and viewlibrary.lua and all html files to html_escape ↵ | Ted Trask | 2009-01-15 | 8 | -39/+39 |
| | | | | | | 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 Trask | 2009-01-12 | 2 | -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 | ||||
* | Minor change to roles code and major change to roles. Replaced ALL, CREATE, ↵ | Ted Trask | 2008-10-24 | 4 | -7/+71 |
| | | | | | | 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 Trask | 2008-10-22 | 4 | -10/+12 |
| | | | | | | 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 | ||||
* | Modified acf_www and logon-controller to redirect to logon on dispatch error ↵ | Ted Trask | 2008-08-22 | 2 | -5/+7 |
| | | | | | | and redirect to requested page after logon. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1402 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Modified roles and authenticator to delete all data fields when deleting a ↵ | Ted Trask | 2008-08-16 | 2 | -13/+13 |
| | | | | | | 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 roles to list views that don't have actions in the list of ↵ | Ted Trask | 2008-08-09 | 1 | -1/+8 |
| | | | | | | available permissions git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1374 ab2d0c66-481e-0410-8bed-d214d4d58bed |