Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump version to 0.17.3v0.17.30.17-stable | Ted Trask | 2014-09-18 | 1 | -1/+1 |
| | |||||
* | Modify htmlviewfunctions to display readonly select as text since select ↵ | Ted Trask | 2014-09-18 | 1 | -0/+2 |
| | | | | | | does not support readonly option (cherry picked from commit 0c3cebbfcf440e2810447ccf625ea17eb165f9bd) | ||||
* | Fix bug in acf_www-controler handle_clientdata where the cfe name is a number | Ted Trask | 2014-09-18 | 1 | -0/+7 |
| | | | | (cherry picked from commit da59e833390b1b2081d75422146147d47f738e09) | ||||
* | Bump version to 0.17.2v0.17.2 | Ted Trask | 2014-05-30 | 1 | -1/+1 |
| | |||||
* | Fixed bug in www controller redirect_to_referrer if the referrer is missing | Ted Trask | 2014-05-30 | 1 | -1/+2 |
| | | | | (cherry picked from commit 808a14774ed9ef0040f3e30ffc8af5dd3d786272) | ||||
* | Fix infinite loop in authenticator-plaintext when deleting user | Ted Trask | 2014-03-10 | 1 | -1/+3 |
| | | | | (cherry picked from commit c7a4b3984140613848d090e8b4d7839e4ffcb26f) | ||||
* | Fix htmlviewfunctions displaypagination when clientdata contains tables | Ted Trask | 2014-03-10 | 1 | -3/+10 |
| | | | | (cherry picked from commit 7fef28404c6a17b583a852053d4963aeb533ff55) | ||||
* | Bump version to 0.17.1v0.17.1 | Ted Trask | 2013-11-20 | 1 | -1/+1 |
| | |||||
* | Fix bug in acf_www-controller logevent based on global versus module variable | Ted Trask | 2013-11-20 | 1 | -1/+1 |
| | |||||
* | Cleanup authenticator subauths and limit authenticator-plaintext to traverse ↵ | Ted Trask | 2013-11-17 | 2 | -19/+30 |
| | | | | | | one directory level Fix subauths to properly list fields/entries and delete from all subauths | ||||
* | Change acf.conf to revert homepage to /acf-util/welcome/read to avoid ↵ | Ted Trask | 2013-11-15 | 1 | -1/+1 |
| | | | | confusion after logon | ||||
* | Modify authenticator-plaintext library to escape id and table before ↵ | Ted Trask | 2013-11-15 | 1 | -6/+7 |
| | | | | searching for it | ||||
* | Bump version to 0.17.0v0.17.0 | Ted Trask | 2013-10-31 | 1 | -1/+1 |
| | |||||
* | Remove all calls to 'module' in preparation for move to Lua 5.2 | Ted Trask | 2013-10-17 | 19 | -242/+269 |
| | | | | | Use mymodule parameter for module definition. This was also helpfule in revealing places where the code relied on the global environment. | ||||
* | Change use of require to work with Lua 5.2 | Ted Trask | 2013-10-09 | 23 | -37/+37 |
| | |||||
* | Only load js libraries if not already loaded | Ted Trask | 2013-10-03 | 2 | -2/+12 |
| | |||||
* | Check if jquery already loaded before loading again | Ted Trask | 2013-10-03 | 1 | -2/+8 |
| | |||||
* | Add authenticator setting to acf.conf | Ted Trask | 2013-06-01 | 1 | -0/+3 |
| | |||||
* | Replace mvc logevent use of os.execute with subprocess.open | Ted Trask | 2013-05-31 | 1 | -2/+2 |
| | |||||
* | Add home config option to acf.conf for default home page | Ted Trask | 2013-05-30 | 5 | -31/+34 |
| | | | | The default_prefix and default_controller logic was broken, and is now removed | ||||
* | Change logon/logout action to logon/logoff and standardize on logon/off ↵ | Ted Trask | 2013-05-30 | 9 | -21/+21 |
| | | | | instead of login/out | ||||
* | Started to implement chaining of authenticators | Ted Trask | 2013-05-30 | 1 | -5/+86 |
| | |||||
* | Fix delete user link to submit the form | Ted Trask | 2013-05-30 | 1 | -1/+1 |
| | |||||
* | Added support for automatic login after HTTP authentication if ACF user exists | Ted Trask | 2013-05-30 | 1 | -0/+13 |
| | |||||
* | Added missing require statements to authenticator-plaintext.lua and ↵ | Ted Trask | 2013-05-30 | 2 | -0/+4 |
| | | | | menubuilder.lua | ||||
* | Minor fix for when a controller has two menu tabs with the same name | Ted Trask | 2013-05-08 | 1 | -2/+7 |
| | |||||
* | Bump version to 0.16.3v0.16.3 | Ted Trask | 2013-04-30 | 1 | -1/+1 |
| | |||||
* | Further fixes for null handling in handle_clientdata | Ted Trask | 2013-04-30 | 2 | -1/+2 |
| | |||||
* | Bump version to 0.16.2v0.16.2 | Ted Trask | 2013-04-30 | 1 | -1/+1 |
| | |||||
* | Fix null clientdata handling bug | Ted Trask | 2013-04-30 | 1 | -0/+1 |
| | |||||
* | Fix null clientdata handling bug when recursing | Ted Trask | 2013-04-30 | 1 | -1/+2 |
| | |||||
* | Bump version to 0.16.1v0.16.1 | Ted Trask | 2013-01-01 | 1 | -1/+1 |
| | |||||
* | lib/modelfunctions: Add stdin input to run_executable function | Ted Trask | 2013-01-01 | 1 | -2/+10 |
| | |||||
* | Bump version to 0.16.0v0.16.0 | Ted Trask | 2012-12-26 | 1 | -1/+1 |
| | |||||
* | Make modelfunctions.run_executable poll so it doesn't block on full pipe. ↵ | Ted Trask | 2012-12-13 | 1 | -5/+21 |
| | | | | | | | Also add flag to add stderr to output. Polling with posix.sleep is definitely not the most efficient way to do this, but it works for now. We can try to add better C library support in the future. | ||||
* | modelfunctions - add run_executable function using lua-subprocess | Ted Trask | 2012-12-11 | 1 | -0/+35 |
| | |||||
* | Set the PATH environment variable to a standard value | Ted Trask | 2012-12-11 | 1 | -0/+3 |
| | |||||
* | Modified modelfunctions to change getstatus to handle nil parameters and ↵ | Ted Trask | 2012-11-26 | 1 | -22/+26 |
| | | | | rename processname to servicename | ||||
* | Bumped version to 0.15.4v0.15.4 | Ted Trask | 2012-11-09 | 1 | -1/+1 |
| | |||||
* | Fixed hostname parameter scope by moving if statement | Ted Trask | 2012-11-09 | 1 | -1/+3 |
| | |||||
* | Bumped version to 0.15.3v0.15.3 | Ted Trask | 2012-11-06 | 1 | -1/+1 |
| | |||||
* | Rename ajax viewtype to json to be more accurate | Ted Trask | 2012-11-06 | 3 | -3/+2 |
| | |||||
* | Added template for serialized lua output | Ted Trask | 2012-11-06 | 1 | -0/+5 |
| | |||||
* | Bumped version to 0.15.2v0.15.2 | Ted Trask | 2012-10-28 | 1 | -1/+1 |
| | |||||
* | Remove the public variable auth, replaced by get_subauth function | Ted Trask | 2012-10-26 | 1 | -6/+1 |
| | |||||
* | Removed old files from Makefilev0.15.1 | Ted Trask | 2012-10-19 | 1 | -2/+0 |
| | |||||
* | Bump version to 0.15.1 | Ted Trask | 2012-10-19 | 1 | -1/+1 |
| | |||||
* | Added option to have skin-specific javascript | Ted Trask | 2012-10-11 | 1 | -0/+1 |
| | |||||
* | Added option to have skin-specific template in skindir | Ted Trask | 2012-10-11 | 1 | -8/+15 |
| | |||||
* | No need for form view anymore since we have autoview | Ted Trask | 2012-10-11 | 1 | -9/+0 |
| |