Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bumped version to 0.12.4v0.12.40.12-stable | Ted Trask | 2012-01-21 | 1 | -1/+1 |
| | |||||
* | Must allow roles to have '-' character | Ted Trask | 2012-01-21 | 1 | -2/+2 |
| | | | | (cherry picked from commit 8cbd5764dc499274a0fd2f97717dfa1de121788a) | ||||
* | Fixed bug in roles where last matching controller used, rather than first | Ted Trask | 2012-01-21 | 1 | -1/+3 |
| | | | | (cherry picked from commit 1e53255088385fcfe49747202227d30a76e08c89) | ||||
* | Fixed bug in display of boolean default | Ted Trask | 2012-01-21 | 1 | -1/+1 |
| | | | | (cherry picked from commit 61444c20122bd7b91ffaf568a2bcf69cc36fd63e) | ||||
* | Added logrotate script for acf.log | Ted Trask | 2012-01-21 | 3 | -1/+54 |
| | | | | (cherry picked from commit aa581098ea396d65680e4ccee0db6e323c3c0ba2) | ||||
* | Bumped version to 0.12.3v0.12.3 | Ted Trask | 2011-11-25 | 1 | -1/+1 |
| | |||||
* | Fix viewfunctions to not modify values | Ted Trask | 2011-11-25 | 1 | -0/+4 |
| | | | | (cherry picked from commit db798e24226b68d98bd658e057fd5d9844518a46) | ||||
* | Removed logon / logout from list of home pages | Ted Trask | 2011-11-25 | 1 | -1/+3 |
| | | | | (cherry picked from commit 8d1cc190a47f421a40b65855efa34298e4633db5) | ||||
* | Fixed cli app to properly destroy created controllers | Ted Trask | 2011-11-25 | 1 | -0/+2 |
| | | | | (cherry picked from commit e927cb20b4280fed1f9769590d1abdcd891a32fc) | ||||
* | Bumped version to 0.12.2v0.12.2 | Ted Trask | 2011-06-27 | 1 | -1/+1 |
| | |||||
* | Removed duplicates from determine_perms arrays | Ted Trask | 2011-06-27 | 1 | -5/+11 |
| | | | | (cherry picked from commit 7845c088985ad2d7857f3f1c9d9f24846b844798) | ||||
* | Fixed bug with length in stream template | Ted Trask | 2011-06-27 | 1 | -0/+1 |
| | | | | (cherry picked from commit 3f555142bd5c871bd90e2c8b0e2a27fbbfa53c57) | ||||
* | Bumped version to 0.12.1v0.12.1 | Ted Trask | 2011-05-19 | 1 | -1/+1 |
| | |||||
* | Restrict options for home in editme action | Ted Trask | 2011-05-19 | 1 | -2/+9 |
| | | | | (cherry picked from commit c3f69dfabcd92915e4649123b83957bafe49b3a0) | ||||
* | Fixed minor bug in Makefile | Ted Trask | 2011-05-19 | 1 | -1/+1 |
| | | | | (cherry picked from commit 5fafa6aad121b9bdd329a3195079b619d24c25e5) | ||||
* | Bumped version to 0.12.0v0.12.0 | Ted Trask | 2010-12-23 | 1 | -1/+1 |
| | |||||
* | Fix parameter names with .'s to not assume clientdata converted to a table - ↵ | Ted Trask | 2010-12-10 | 1 | -1/+1 |
| | | | | bug fix for cli. | ||||
* | Fix viewfunctions for select/multi to display the label of the default, not ↵ | Ted Trask | 2010-12-08 | 1 | -1/+20 |
| | | | | the value. | ||||
* | Added javascript to logon page to put focus on userid | Ted Trask | 2010-12-08 | 1 | -1/+8 |
| | |||||
* | Changed mvc soft_require to include the prefix to avoid controller name ↵ | Ted Trask | 2010-11-17 | 1 | -2/+7 |
| | | | | conflict problems. | ||||
* | Added template-ajax.lsp and made www controller respect passed in viewtype. | Ted Trask | 2010-11-16 | 3 | -1/+22 |
| | |||||
* | Fixed bug in loading controllers to determine available actions. | Ted Trask | 2010-11-15 | 1 | -0/+3 |
| | |||||
* | In displaying a form, after sorting by seq, further sort params by name ↵ | Ted Trask | 2010-11-09 | 1 | -1/+1 |
| | | | | alphabetically. | ||||
* | Fix two bugs related to session lockout. | Ted Trask | 2010-10-29 | 2 | -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 Trask | 2010-10-29 | 1 | -0/+1 |
| | |||||
* | Update modelfunctions and viewfunctions to allow specifying option value and ↵ | Ted Trask | 2010-10-28 | 2 | -6/+20 |
| | | | | label. | ||||
* | Modifed displayform and handle_clientdata to allow cfe groups in forms, ↵ | Ted Trask | 2010-10-15 | 3 | -15/+30 |
| | | | | displayed under header tag. | ||||
* | Modified displayform to look for 'seq' field if order is not specified | Ted Trask | 2010-10-13 | 1 | -0/+15 |
| | |||||
* | Bumped version to 0.11.0v0.11.0 | Ted Trask | 2010-10-08 | 1 | -1/+1 |
| | |||||
* | Added home page (action) to user parameters and redirect there after login | Ted Trask | 2010-10-06 | 6 | -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 Trask | 2010-09-28 | 8 | -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.9 | Ted Trask | 2010-09-09 | 1 | -1/+1 |
| | |||||
* | Allow authenticator library to be specified in the config file. | Ted Trask | 2010-09-03 | 1 | -1/+5 |
| | |||||
* | Bumped version to 0.10.8v0.10.8 | Ted Trask | 2010-08-18 | 1 | -1/+1 |
| | |||||
* | Made stream content-length optional, because it broke overlay download. | Ted Trask | 2010-08-18 | 1 | -1/+3 |
| | |||||
* | Fixed bug that caused exception when encountered invalid passwd line. | Ted Trask | 2010-08-10 | 1 | -1/+3 |
| | |||||
* | Fix minor exception when called from console client | Ted Trask | 2010-08-05 | 1 | -1/+1 |
| | |||||
* | Tagged release 0.10.7v0.10.7 | Ted Trask | 2010-07-30 | 1 | -1/+1 |
| | |||||
* | Fixed typo | Ted Trask | 2010-07-30 | 1 | -1/+1 |
| | |||||
* | Bumped version to 0.10.6v0.10.6 | Ted Trask | 2010-07-29 | 1 | -1/+1 |
| | |||||
* | Fixed destroy function so package not marked as loaded. | Ted Trask | 2010-07-29 | 1 | -0/+4 |
| | |||||
* | Bumped version to 0.10.5v0.10.5 | Ted Trask | 2010-07-15 | 1 | -1/+1 |
| | |||||
* | Modified handling of boolean fields to allow them to be hidden. | Ted Trask | 2010-07-15 | 1 | -1/+1 |
| | |||||
* | Fixed typo in pagination code. | Ted Trask | 2010-07-06 | 1 | -1/+1 |
| | |||||
* | Fixed bug where single character entries in list were dropped. | Ted Trask | 2010-07-06 | 1 | -1/+1 |
| | |||||
* | Add Content-Length to stream template. | Ted Trask | 2010-07-06 | 1 | -0/+1 |
| | |||||
* | Change template-html to put class 'selected' on selected main menu option. | Ted Trask | 2010-03-16 | 1 | -2/+2 |
| | |||||
* | Fixed typo bug and sort user skins. | Ted Trask | 2010-03-15 | 1 | -1/+2 |
| | |||||
* | Bumped version to 0.10.4v0.10.4 | Ted Trask | 2010-03-10 | 1 | -1/+1 |
| | |||||
* | Added sessiontimeout, lockouttime, and lockouteventlimit parameters to acf.conf. | Ted Trask | 2010-03-10 | 4 | -8/+13 |
| |