summaryrefslogtreecommitdiffstats
path: root/www/cgi-bin
Commit message (Expand)AuthorAgeFilesLines
* Modified require statements for acf.xTed Trask2012-01-211-4/+1
* Fix the old method for requireing mvc.luaTed Trask2012-01-181-1/+2
* add compat scripts for acf-cli and mvc.luaNatanael Copa2012-01-122-0/+12
* Moved mvc.lua into /usr/share/lua and cli to /usr/bin/acf_cliTed Trask2011-08-303-411/+1
* Fixed cli app to properly destroy created controllersTed Trask2011-07-181-0/+2
* Changed mvc soft_require to include the prefix to avoid controller name confl...Ted Trask2010-11-171-2/+7
* Fixed typoTed Trask2010-07-301-1/+1
* Fixed destroy function so package not marked as loaded.Ted Trask2010-07-291-0/+4
* Allow appdir and libdir to be comma-separated lists of directories.Ted Trask2009-12-311-13/+15
* Added logfile config setting to acf.confTed Trask2009-12-301-1/+1
* Cleaned up acf.conf, removed hardcoded /usr/share/acf paths.Ted Trask2009-12-302-7/+7
* Changed file permissions, cli app should only be root executable.Ted Trask2009-12-302-0/+0
* Fixed template bug, remembered to actually remove the basename/dirname functi...Ted Trask2009-12-281-15/+0
* Removed redundant/buggy basename and dirname functions. Added parse_redir_str...Ted Trask2009-12-281-12/+20
* Fixed bug in loading controllers - allow '.' in pathTed Trask2009-12-231-10/+5
* Made command-line client work.Ted Trask2009-12-181-13/+39
* Increase the maximum input size from 32k to 256k for default squid config file.ttrask2009-03-191-1/+1
* Modified mvc to create a stack of self pointers as controllers are created. ...release-0.4.12Ted Trask2008-11-171-0/+14
* per-controller auditing now allowed via acf-hooks.luaNathan Angelacos2008-11-091-0/+14
* Moved cfe into mvc.lua and removed cfe.lua.Ted Trask2008-09-251-0/+14
* use <% %> instead of <? ?>Natanael Copa2008-07-281-2/+2
* Modified acf to allow file upload (arbitrary 32k limit).Ted Trask2008-05-271-1/+1
* Change inheritance from worker->self->parent to self->worker->parent as found...Ted Trask2008-05-141-84/+30
* Changed error redir code to use redirect function insteadTed Trask2008-04-281-1/+3
* Replaced all list_redir functions with redirect in mvc.lua, implemented a def...Ted Trask2008-04-241-17/+24
* Added destroy and on_unload functions. Moved saving of session from post_exec...Ted Trask2008-04-242-7/+25
* Fixed automatic redirection to include prefixTed Trask2008-04-221-2/+6
* Ted's Logon/permissions changesTed Trask2008-04-211-17/+66
* mvc.lua - Fix typo error on line 96Nathan Angelacos2007-11-031-1/+1
* mvc.lua - change new to return 3 values, new mvc object, Nathan Angelacos2007-11-021-5/+17
* beginning of cli wrapperAlexander Poslavsky2007-11-021-0/+22
* mvc.lua - last commit broke inheritanceNathan Angelacos2007-10-251-4/+5
* mvc.lua - removed redefinition of controller in dispatchNathan Angelacos2007-10-251-1/+0
* parse_path_info - not self:parse_path_infoNathan Angelacos2007-10-241-1/+1
* mvc.lua - parse_path_info can't use string as a parameter.Nathan Angelacos2007-10-241-6/+6
* mvc.lua - dispatch / parse_path_info less web centricNathan Angelacos2007-10-231-17/+26
* Remove some assumptions we are running via httpNathan Angelacos2007-10-221-13/+9
* removed -a option so it works in haserl-0.9.18Natanael Copa2007-08-141-1/+1
* moved core files to new dir structurev2.0_alpha1Natanael Copa2007-07-272-0/+297