summaryrefslogtreecommitdiffstats
path: root/postgresql-model.lua
Commit message (Collapse)AuthorAgeFilesLines
* Bug fix if listen_addresses not definedTed Trask2014-11-301-1/+1
|
* Add ability to view/modify databases using acf-db-libTed Trask2014-11-031-1/+41
|
* Remove all calls to 'module' in preparation for move to Lua 5.2Ted Trask2013-10-251-9/+11
| | | | | Use mymodule parameter for module definition. This was also helpful in revealing places where the code relied on the global environment.
* Change use of require to work with Lua 5.2Ted Trask2013-10-091-1/+1
|
* Updated for handle_form now passing self to get and set functionsTed Trask2012-04-281-4/+4
|
* Started work on updating for acf-core-0.15Ted Trask2012-04-181-1/+1
| | | | | Removed controllerfunctions library (still needs more work and corresponding work in model) Updated for viewfunctions to htmlviewfunctions
* Change startstop to use the latest method from acf-core-0.15Ted Trask2012-02-231-4/+8
|
* Added ability to handle multiple instancesTed Trask2011-05-151-0/+5
|
* Read data path from conf.d file, rather than hardcoded.Ted Trask2009-07-021-6/+14
|
* Updated for startstop in core 0.5.0root2009-06-041-19/+2
|
* Changed the way startstop works in core to add a list of allowed actions. ↵Ted Trask2009-03-171-15/+1
| | | | | | Modified all ACFs that don't use the standard functions to work with new library method. git-svn-id: svn://svn.alpinelinux.org/acf/postgresql/trunk@1730 ab2d0c66-481e-0410-8bed-d214d4d58bed
* Added postgresql first cut.Ted Trask2009-03-031-0/+86
git-svn-id: svn://svn.alpinelinux.org/acf/postgresql/trunk@1726 ab2d0c66-481e-0410-8bed-d214d4d58bed