summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-04-24 20:31:58 +0000
committerTed Trask <ttrask01@yahoo.com>2008-04-24 20:31:58 +0000
commitccffcab22db6694991fec31bd2f87c34f41ac8cd (patch)
tree0a7a91a12cd7f203dcb4d006feb6b5566f58153f
parent73b3dd015cfc460f6fd2216fcf98c69a052a009f (diff)
downloadacf-devtools-ccffcab22db6694991fec31bd2f87c34f41ac8cd.tar.bz2
acf-devtools-ccffcab22db6694991fec31bd2f87c34f41ac8cd.tar.xz
Replaced all list_redir functions with redirect in mvc.lua, implemented a default_action string in each controller, removing the on_load functions
git-svn-id: svn://svn.alpinelinux.org/acf/devtools/trunk@1037 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r--acfupdate-controller.lua17
1 files changed, 1 insertions, 16 deletions
diff --git a/acfupdate-controller.lua b/acfupdate-controller.lua
index def2ba7..df8fdf5 100644
--- a/acfupdate-controller.lua
+++ b/acfupdate-controller.lua
@@ -1,24 +1,9 @@
module (..., package.seeall)
-- ################################################################################
--- LOCAL FUNCTIONS
-
-local function list_redir (self)
- self.conf.action = "read"
- self.conf.type = "redir"
- error (self.conf)
-end
-
--- ################################################################################
-- PUBLIC FUNCTIONS
-mvc={}
-function mvc.on_load(self, parent)
- if (self.worker[self.conf.action] == nil ) or ( self.conf.action == "init" ) then
- self.worker[self.conf.action] = list_redir(self)
- end
-end
-
+default_action = "read"
function read (self )
return ({projects = self.model:get(),