| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Note: this breaks backward compatibility
|
|
|
|
| |
.displaysectionend function
|
|
|
|
|
|
| |
with forms created by displayitem
Use .displayitemstart/middle/end
|
| |
|
|
|
|
| |
and remove custom HTML
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
It should have been a module all along, but wasn't
Unfortunately, this means changes to pretty much every view file
|
| |
|
|
|
|
| |
page_info.skindir is no longer available to views, but staticdir is.
|
|
|
|
| |
function to viewfunctions library.
|
|
|
|
| |
granularity of roles.
|
|
|
|
|
| |
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.
|
|
|
|
| |
There was a </DL> too much. Now removed
|
|
|
|
|
| |
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'.
|
| |
|
|
|
|
|
|
| |
variables before displaying them.
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1678 ab2d0c66-481e-0410-8bed-d214d4d58bed
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed
|
|
|
|
| |
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1298 ab2d0c66-481e-0410-8bed-d214d4d58bed
|
|
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1099 ab2d0c66-481e-0410-8bed-d214d4d58bed
|