Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove trailing whitespace | Ted Trask | 2016-08-04 | 1 | -2/+2 |
| | |||||
* | Bump version to 0.20.1v0.20.1 | Ted Trask | 2016-03-11 | 1 | -1/+1 |
| | |||||
* | Modified require statements for acf.x | Ted Trask | 2012-01-21 | 1 | -4/+1 |
| | |||||
* | Fix the old method for requireing mvc.lua | Ted Trask | 2012-01-18 | 1 | -1/+2 |
| | |||||
* | add compat scripts for acf-cli and mvc.lua | Natanael Copa | 2012-01-12 | 2 | -0/+12 |
| | | | | they log and forward to new location | ||||
* | Moved mvc.lua into /usr/share/lua and cli to /usr/bin/acf_cli | Ted Trask | 2011-08-30 | 3 | -411/+1 |
| | |||||
* | Fixed cli app to properly destroy created controllers | Ted Trask | 2011-07-18 | 1 | -0/+2 |
| | |||||
* | Changed mvc soft_require to include the prefix to avoid controller name ↵ | Ted Trask | 2010-11-17 | 1 | -2/+7 |
| | | | | conflict problems. | ||||
* | Fixed typo | Ted Trask | 2010-07-30 | 1 | -1/+1 |
| | |||||
* | Fixed destroy function so package not marked as loaded. | Ted Trask | 2010-07-29 | 1 | -0/+4 |
| | |||||
* | Allow appdir and libdir to be comma-separated lists of directories. | Ted Trask | 2009-12-31 | 1 | -13/+15 |
| | |||||
* | Added logfile config setting to acf.conf | Ted Trask | 2009-12-30 | 1 | -1/+1 |
| | |||||
* | Cleaned up acf.conf, removed hardcoded /usr/share/acf paths. | Ted Trask | 2009-12-30 | 2 | -7/+7 |
| | |||||
* | Changed file permissions, cli app should only be root executable. | Ted Trask | 2009-12-30 | 2 | -0/+0 |
| | |||||
* | Fixed template bug, remembered to actually remove the basename/dirname ↵ | Ted Trask | 2009-12-28 | 1 | -15/+0 |
| | | | | functions. | ||||
* | Removed redundant/buggy basename and dirname functions. Added ↵ | Ted Trask | 2009-12-28 | 1 | -12/+20 |
| | | | | | | | 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. | ||||
* | Fixed bug in loading controllers - allow '.' in path | Ted Trask | 2009-12-23 | 1 | -10/+5 |
| | |||||
* | Made command-line client work. | Ted Trask | 2009-12-18 | 1 | -13/+39 |
| | |||||
* | Increase the maximum input size from 32k to 256k for default squid config file. | ttrask | 2009-03-19 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1733 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Modified mvc to create a stack of self pointers as controllers are created. ↵release-0.4.12 | Ted Trask | 2008-11-17 | 1 | -0/+14 |
| | | | | | | Modelfunctions write_file_with_audit uses the stack to find self for auditing. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1595 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | per-controller auditing now allowed via acf-hooks.lua | Nathan Angelacos | 2008-11-09 | 1 | -0/+14 |
| | | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1582 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Moved cfe into mvc.lua and removed cfe.lua. | Ted Trask | 2008-09-25 | 1 | -0/+14 |
| | | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1518 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | use <% %> instead of <? ?> | Natanael Copa | 2008-07-28 | 1 | -2/+2 |
| | | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1323 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Modified acf to allow file upload (arbitrary 32k limit). | Ted Trask | 2008-05-27 | 1 | -1/+1 |
| | | | | | | Cleaned up openssl and added ability to upload/generate CA certificate. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1184 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Change inheritance from worker->self->parent to self->worker->parent as ↵ | Ted Trask | 2008-05-14 | 1 | -84/+30 |
| | | | | | | | | | | found in wiki. Move the permissions stuff out of mvc.dispatch into new acf_www.dispatch. Moved redirect from mvc to acf_www and made to parse path. Changed the order of parameters to template and passed all to the view. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1118 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Changed error redir code to use redirect function instead | Ted Trask | 2008-04-28 | 1 | -1/+3 |
| | | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1051 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Replaced all list_redir functions with redirect in mvc.lua, implemented a ↵ | Ted Trask | 2008-04-24 | 1 | -17/+24 |
| | | | | | | default_action string in each controller, removing the on_load functions git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1037 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Added destroy and on_unload functions. Moved saving of session from ↵ | Ted Trask | 2008-04-24 | 2 | -7/+25 |
| | | | | | | post_exec to on_unload. git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1036 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Fixed automatic redirection to include prefix | Ted Trask | 2008-04-22 | 1 | -2/+6 |
| | | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1033 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Ted's Logon/permissions changes | Ted Trask | 2008-04-21 | 1 | -17/+66 |
| | | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1030 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | mvc.lua - Fix typo error on line 96 | Nathan Angelacos | 2007-11-03 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@267 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | mvc.lua - change new to return 3 values, new mvc object, | Nathan Angelacos | 2007-11-02 | 1 | -5/+17 |
| | | | | | | | | | | | and a boolean each for the status of loading the named controller and model acf_www-controller.lua - example showing how to cope if the mvc:new returns with a missing model/controller git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@266 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | beginning of cli wrapper | Alexander Poslavsky | 2007-11-02 | 1 | -0/+22 |
| | | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@262 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | mvc.lua - last commit broke inheritance | Nathan Angelacos | 2007-10-25 | 1 | -4/+5 |
| | | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@233 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | mvc.lua - removed redefinition of controller in dispatch | Nathan Angelacos | 2007-10-25 | 1 | -1/+0 |
| | | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@232 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | parse_path_info - not self:parse_path_info | Nathan Angelacos | 2007-10-24 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@226 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | mvc.lua - parse_path_info can't use string as a parameter. | Nathan Angelacos | 2007-10-24 | 1 | -6/+6 |
| | | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@225 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | mvc.lua - dispatch / parse_path_info less web centric | Nathan Angelacos | 2007-10-23 | 1 | -17/+26 |
| | | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@224 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | Remove some assumptions we are running via http | Nathan Angelacos | 2007-10-22 | 1 | -13/+9 |
| | | | | | | | | Change the check for running under http from PATH_INFO to REQUEST_METHOD git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@223 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | removed -a option so it works in haserl-0.9.18 | Natanael Copa | 2007-08-14 | 1 | -1/+1 |
| | | | | git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@222 ab2d0c66-481e-0410-8bed-d214d4d58bed | ||||
* | moved core files to new dir structurev2.0_alpha1 | Natanael Copa | 2007-07-27 | 2 | -0/+297 |
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@219 ab2d0c66-481e-0410-8bed-d214d4d58bed |