basic BSE message database
authorTony Cook <tony@develop-help.com>
Thu, 27 May 2010 09:04:21 +0000 (09:04 +0000)
committertony <tony@45cb6cf1-00bc-42d2-bb5a-07f51df49f94>
Thu, 27 May 2010 09:04:21 +0000 (09:04 +0000)
commitebc63b18854af8c8f7d7df5259ac9178ed1b66d3
tree0aab277e08e8d90064f33fa4287d0b157758354a
parent3c43f2e56dc18658a4b0fe35227aa975bee4fa8b
basic BSE message database
35 files changed:
MANIFEST
localinst.perl
schema/bse.sql
site/cgi-bin/admin/messages.pl [new file with mode: 0755]
site/cgi-bin/bse.cfg
site/cgi-bin/modules/BSE/AdminMenu.pm
site/cgi-bin/modules/BSE/Cache.pm [new file with mode: 0644]
site/cgi-bin/modules/BSE/Cache.pod [deleted file]
site/cgi-bin/modules/BSE/Edit/Article.pm
site/cgi-bin/modules/BSE/Message.pm
site/cgi-bin/modules/BSE/MessageScanner.pm [new file with mode: 0644]
site/cgi-bin/modules/BSE/Request/Base.pm
site/cgi-bin/modules/BSE/TB/AdminUIState.pm [new file with mode: 0644]
site/cgi-bin/modules/BSE/TB/AdminUIStates.pm [new file with mode: 0644]
site/cgi-bin/modules/BSE/Template.pm
site/cgi-bin/modules/BSE/UI/AdminDispatch.pm
site/cgi-bin/modules/BSE/UI/AdminMessages.pm [new file with mode: 0644]
site/cgi-bin/modules/BSE/UI/Dispatch.pm
site/cgi-bin/modules/DevHelp/LoaderData.pm
site/data/db/bse_msg_base.data [new file with mode: 0644]
site/data/db/bse_msg_base.pkey [new file with mode: 0644]
site/data/db/bse_msg_defaults.data [new file with mode: 0644]
site/data/db/bse_msg_defaults.pkey [new file with mode: 0644]
site/data/db/sql_statements.data
site/htdocs/css/admin.css
site/htdocs/css/admin_messages.css [new file with mode: 0644]
site/htdocs/js/admin_messages.js [new file with mode: 0644]
site/htdocs/js/admin_tools.js [new file with mode: 0644]
site/htdocs/js/bse_api.js
site/templates/admin/msgs/index.tmpl [new file with mode: 0644]
site/templates/admin/xbase.tmpl
site/util/bse_msgcheck.pl [new file with mode: 0644]
site/util/loaddata.pl
site/util/mysql.str
t/t85message.t [new file with mode: 0644]