From 68a8022f6bebd4df4f4e737ba110615ba849b8dc Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 18 Apr 2012 02:02:10 +0000 Subject: Started work on updating for acf-core-0.15 Removed controllerfunctions library (still needs more work and corresponding work in model) Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries --- weblog-adhocquery-html.lsp | 8 ++++---- weblog-config-html.lsp | 4 ++-- weblog-controller.lua | 23 ++++++++++------------- weblog-createdatabase-html.lsp | 4 ++-- weblog-createwatchlistentry-html.lsp | 4 ++-- weblog-editsource-html.lsp | 4 ++-- weblog-listfiles-html.lsp | 4 ++-- weblog-listsources-html.lsp | 4 ++-- weblog-model.lua | 6 +++--- weblog-status-html.lsp | 4 ++-- weblog-viewactivitylog-html.lsp | 6 +++--- weblog-viewauditstats-html.lsp | 8 ++++---- weblog-viewusagestats-html.lsp | 6 +++--- weblog-viewweblog-html.lsp | 10 +++++----- 14 files changed, 46 insertions(+), 49 deletions(-) diff --git a/weblog-adhocquery-html.lsp b/weblog-adhocquery-html.lsp index 2923005..fde57d5 100644 --- a/weblog-adhocquery-html.lsp +++ b/weblog-adhocquery-html.lsp @@ -1,5 +1,5 @@ <% local form, viewlibrary, page_info = ... -require("viewfunctions") +require("htmlviewfunctions") %>