summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed typoTed Trask2010-07-301-1/+1
|
* Bumped version to 0.10.6v0.10.6Ted Trask2010-07-291-1/+1
|
* Fixed destroy function so package not marked as loaded.Ted Trask2010-07-291-0/+4
|
* Bumped version to 0.10.5v0.10.5Ted Trask2010-07-151-1/+1
|
* Modified handling of boolean fields to allow them to be hidden.Ted Trask2010-07-151-1/+1
|
* Fixed typo in pagination code.Ted Trask2010-07-061-1/+1
|
* Fixed bug where single character entries in list were dropped.Ted Trask2010-07-061-1/+1
|
* Add Content-Length to stream template.Ted Trask2010-07-061-0/+1
|
* Change template-html to put class 'selected' on selected main menu option.Ted Trask2010-03-161-2/+2
|
* Fixed typo bug and sort user skins.Ted Trask2010-03-151-1/+2
|
* Bumped version to 0.10.4v0.10.4Ted Trask2010-03-101-1/+1
|
* Added sessiontimeout, lockouttime, and lockouteventlimit parameters to acf.conf.Ted Trask2010-03-104-8/+13
|
* Modified pagination to add display all link.Ted Trask2010-03-101-8/+25
|
* Fixed graphical error with paginationTed Trask2010-03-101-2/+2
|
* Sort users in view.Ted Trask2010-03-041-1/+7
|
* Bumped version to 0.10.3v0.10.3Ted Trask2010-02-231-1/+1
|
* Fix modelfunctions.write_file_with_audit to keep file permissions and ownership.Ted Trask2010-02-231-0/+1
|
* Bumped version to 0.10.2v0.10.2Ted Trask2010-02-161-1/+1
|
* Added new view variable wwwprefix to adjust web path, fix index.html redirect.Ted Trask2010-02-167-13/+14
|
* Fixed Makefile bug, bumped to 0.10.1v0.10.1Ted Trask2010-01-261-3/+2
|
* Bumped version to 0.10.0v0.10.0Ted Trask2010-01-221-1/+1
|
* Fixed bug with reporting skin in use.Ted Trask2010-01-221-1/+1
|
* Changes to skins to allow user skins to be addedTed Trask2010-01-218-23/+31
| | | | page_info.skindir is no longer available to views, but staticdir is.
* Added a skin to user options so users can choose own skin with user management.Ted Trask2010-01-132-21/+49
|
* Moved skins from acf-alpine-baselayout.Ted Trask2010-01-136-1/+87
|
* Fixed redirect bug caused by escape in HTTP_REFERER.Ted Trask2010-01-131-1/+3
|
* Made libdir load order match appdir load order, bumped to 0.9.1v0.9.1Ted Trask2010-01-043-5/+5
|
* Bumped version to 0.9.0v0.9.0Ted Trask2010-01-011-1/+1
|
* Moved non-ACF-specific libraries to acf-lib package, moved cfe_unpack ↵Ted Trask2009-12-3118-1817/+22
| | | | function to viewfunctions library.
* Allow appdir and libdir to be comma-separated lists of directories.Ted Trask2009-12-316-88/+121
|
* Removed unused variable from cliTed Trask2009-12-301-5/+0
|
* Added logfile config setting to acf.confTed Trask2009-12-303-5/+17
|
* Cleaned up acf.conf, removed hardcoded /usr/share/acf paths.Ted Trask2009-12-306-18/+17
|
* Removed jquery and moved to acf-skins and new acf-jquery package.Ted Trask2009-12-3010-904/+0
|
* Changed file permissions, cli app should only be root executable.Ted Trask2009-12-3010-3/+2
|
* Added ability to manage roles based on which roles file they're in = more ↵Ted Trask2009-12-283-33/+53
| | | | granularity of roles.
* Fixed template bug, remembered to actually remove the basename/dirname ↵Ted Trask2009-12-283-18/+3
| | | | functions.
* Fix fs.find bug that returned invalid file.Ted Trask2009-12-281-1/+1
|
* Cleaned up fs library use of posix.basename / dirname.Ted Trask2009-12-281-11/+15
|
* Removed redundant/buggy basename and dirname functions. Added ↵Ted Trask2009-12-286-51/+65
| | | | | | | 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.
* Added code to split menu group is multiple controllers add same tab to same ↵Ted Trask2009-12-241-0/+60
| | | | | | group. This will help for multiple instances of same service.
* Modified menus to allow multiple controllers to use same menu group.Ted Trask2009-12-234-24/+24
| | | | Also, allow for symlinks when searching for menu files. Slight cleanup of roles.
* Fixed bug in loading controllers - allow '.' in pathTed Trask2009-12-231-10/+5
|
* Fixed bug in is_valid_filename when restriction has magic characters.Ted Trask2009-12-221-1/+1
|
* Fixed roles bugs - path containing '.' and matching controller names.Ted Trask2009-12-221-12/+16
|
* Fixed bug with roles, added follow symlink flag for fs.find, allowed ↵Ted Trask2009-12-222-11/+25
| | | | | | symlinks in /usr/share/acf/app. Controllers with same name but different prefix were not correct in roles.
* Modified permissions from controller:action to prefix/controller/action.Ted Trask2009-12-2114-137/+107
| | | | | 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.
* Made command-line client work.Ted Trask2009-12-185-19/+74
|
* Added a check-permission function to viewlibrary to abstract permissions.Ted Trask2009-12-173-6/+17
|
* UI fix, bumped to 0.8.5v0.8.5Ted Trask2009-12-102-2/+5
|