summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix viewfunctions for select/multi to display the label of the default, not ↵Ted Trask2010-12-081-1/+20
| | | | the value.
* Added javascript to logon page to put focus on useridTed Trask2010-12-081-1/+8
|
* Changed mvc soft_require to include the prefix to avoid controller name ↵Ted Trask2010-11-171-2/+7
| | | | conflict problems.
* Added template-ajax.lsp and made www controller respect passed in viewtype.Ted Trask2010-11-163-1/+22
|
* Fixed bug in loading controllers to determine available actions.Ted Trask2010-11-151-0/+3
|
* In displaying a form, after sorting by seq, further sort params by name ↵Ted Trask2010-11-091-1/+1
| | | | alphabetically.
* Fix two bugs related to session lockout.Ted Trask2010-10-292-3/+4
| | | | | Parse the lockevent filename, was seeing user locked out because username was substring of another username. All active sessions were killed whenever anyone got locked out because of error with username processing.
* Added output of default value for form items.Ted Trask2010-10-291-0/+1
|
* Update modelfunctions and viewfunctions to allow specifying option value and ↵Ted Trask2010-10-282-6/+20
| | | | label.
* Modifed displayform and handle_clientdata to allow cfe groups in forms, ↵Ted Trask2010-10-153-15/+30
| | | | displayed under header tag.
* Modified displayform to look for 'seq' field if order is not specifiedTed Trask2010-10-131-0/+15
|
* Bumped version to 0.11.0v0.11.0Ted Trask2010-10-081-1/+1
|
* Added home page (action) to user parameters and redirect there after loginTed Trask2010-10-066-38/+65
| | | | Moved get_all_permissions function from acf-util/roles-model to lib/roles
* Made major changes to authenticator and roles to improve efficiency.Ted Trask2010-09-288-283/+277
| | | | | | | | | | 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.
* Bumped version to 0.10.9v0.10.9Ted Trask2010-09-091-1/+1
|
* Allow authenticator library to be specified in the config file.Ted Trask2010-09-031-1/+5
|
* Bumped version to 0.10.8v0.10.8Ted Trask2010-08-181-1/+1
|
* Made stream content-length optional, because it broke overlay download.Ted Trask2010-08-181-1/+3
|
* Fixed bug that caused exception when encountered invalid passwd line.Ted Trask2010-08-101-1/+3
|
* Fix minor exception when called from console clientTed Trask2010-08-051-1/+1
|
* Tagged release 0.10.7v0.10.7Ted Trask2010-07-301-1/+1
|
* 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.