initial commit
authorChuck Scott <cscott@gaslightmedia.com>
Mon, 3 Nov 2014 20:00:43 +0000 (15:00 -0500)
committerChuck Scott <cscott@gaslightmedia.com>
Mon, 3 Nov 2014 20:00:43 +0000 (15:00 -0500)
commit0198ab2871a53ba93f1d78a25732a92fe78871e6
tree015b2f22bec5c46a2b50efec0bc1597f681f3423
initial commit
230 files changed:
controllers/admin.php [new file with mode: 0644]
controllers/front_end.php [new file with mode: 0644]
index.php [new file with mode: 0644]
lib/Smarty-3.1.21/COPYING.lib [new file with mode: 0644]
lib/Smarty-3.1.21/README [new file with mode: 0644]
lib/Smarty-3.1.21/SMARTY_2_BC_NOTES.txt [new file with mode: 0644]
lib/Smarty-3.1.21/SMARTY_3.0_BC_NOTES.txt [new file with mode: 0644]
lib/Smarty-3.1.21/SMARTY_3.1_NOTES.txt [new file with mode: 0644]
lib/Smarty-3.1.21/change_log.txt [new file with mode: 0644]
lib/Smarty-3.1.21/demo/configs/test.conf [new file with mode: 0644]
lib/Smarty-3.1.21/demo/index.php [new file with mode: 0644]
lib/Smarty-3.1.21/demo/plugins/cacheresource.apc.php [new file with mode: 0644]
lib/Smarty-3.1.21/demo/plugins/cacheresource.memcache.php [new file with mode: 0644]
lib/Smarty-3.1.21/demo/plugins/cacheresource.mysql.php [new file with mode: 0644]
lib/Smarty-3.1.21/demo/plugins/resource.extendsall.php [new file with mode: 0644]
lib/Smarty-3.1.21/demo/plugins/resource.mysql.php [new file with mode: 0644]
lib/Smarty-3.1.21/demo/plugins/resource.mysqls.php [new file with mode: 0644]
lib/Smarty-3.1.21/demo/templates/footer.tpl [new file with mode: 0644]
lib/Smarty-3.1.21/demo/templates/header.tpl [new file with mode: 0644]
lib/Smarty-3.1.21/demo/templates/index.tpl [new file with mode: 0644]
lib/Smarty-3.1.21/libs/Smarty.class.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/SmartyBC.class.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/debug.tpl [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/block.textformat.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/function.counter.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/function.cycle.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/function.fetch.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/function.html_checkboxes.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/function.html_image.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/function.html_options.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/function.html_radios.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/function.html_select_date.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/function.html_select_time.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/function.html_table.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/function.mailto.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/function.math.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifier.capitalize.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifier.date_format.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifier.debug_print_var.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifier.escape.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifier.regex_replace.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifier.replace.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifier.spacify.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifier.truncate.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifiercompiler.cat.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifiercompiler.count_characters.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifiercompiler.count_paragraphs.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifiercompiler.count_sentences.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifiercompiler.count_words.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifiercompiler.default.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifiercompiler.escape.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifiercompiler.from_charset.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifiercompiler.indent.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifiercompiler.lower.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifiercompiler.noprint.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifiercompiler.string_format.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifiercompiler.strip.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifiercompiler.strip_tags.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifiercompiler.to_charset.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifiercompiler.unescape.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifiercompiler.upper.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/modifiercompiler.wordwrap.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/outputfilter.trimwhitespace.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/shared.escape_special_chars.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/shared.literal_compiler_param.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/shared.make_timestamp.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/shared.mb_str_replace.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/shared.mb_unicode.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/shared.mb_wordwrap.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/plugins/variablefilter.htmlspecialchars.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_cacheresource.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_cacheresource_custom.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_cacheresource_keyvaluestore.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_config_source.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_cacheresource_file.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_append.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_assign.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_block.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_break.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_call.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_capture.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_config_load.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_continue.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_debug.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_eval.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_extends.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_for.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_foreach.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_function.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_if.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_include.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_include_php.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_insert.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_ldelim.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_nocache.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_private_block_plugin.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_private_function_plugin.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_private_modifier.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_private_object_block_function.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_private_object_function.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_private_print_expression.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_private_registered_block.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_private_registered_function.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_private_special_variable.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_rdelim.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_section.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_setfilter.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compile_while.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_compilebase.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_config.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_config_file_compiler.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_configfilelexer.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_configfileparser.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_data.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_debug.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_filter_handler.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_function_call_handler.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_get_include_path.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_nocache_insert.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_parsetree.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_resource_eval.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_resource_extends.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_resource_file.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_resource_php.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_resource_registered.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_resource_stream.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_resource_string.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_smartytemplatecompiler.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_template.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_templatebase.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_templatecompilerbase.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_templatelexer.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_templateparser.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_utility.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_internal_write_file.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_resource.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_resource_custom.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_resource_recompiled.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_resource_uncompiled.php [new file with mode: 0644]
lib/Smarty-3.1.21/libs/sysplugins/smarty_security.php [new file with mode: 0644]
lib/foundation/.svn/all-wcprops [new file with mode: 0644]
lib/foundation/.svn/entries [new file with mode: 0644]
lib/foundation/5.4.0/.svn/all-wcprops [new file with mode: 0644]
lib/foundation/5.4.0/.svn/entries [new file with mode: 0644]
lib/foundation/5.4.0/.svn/text-base/humans.txt.svn-base [new file with mode: 0644]
lib/foundation/5.4.0/.svn/text-base/index.html.svn-base [new file with mode: 0644]
lib/foundation/5.4.0/.svn/text-base/robots.txt.svn-base [new file with mode: 0644]
lib/foundation/5.4.0/css/.svn/all-wcprops [new file with mode: 0644]
lib/foundation/5.4.0/css/.svn/entries [new file with mode: 0644]
lib/foundation/5.4.0/css/.svn/text-base/foundation.css.svn-base [new file with mode: 0644]
lib/foundation/5.4.0/css/.svn/text-base/foundation.min.css.svn-base [new file with mode: 0644]
lib/foundation/5.4.0/css/.svn/text-base/normalize.css.svn-base [new file with mode: 0644]
lib/foundation/5.4.0/css/foundation.css [new file with mode: 0644]
lib/foundation/5.4.0/css/foundation.min.css [new file with mode: 0644]
lib/foundation/5.4.0/css/normalize.css [new file with mode: 0644]
lib/foundation/5.4.0/humans.txt [new file with mode: 0644]
lib/foundation/5.4.0/img/.gitkeep [new file with mode: 0644]
lib/foundation/5.4.0/img/.svn/all-wcprops [new file with mode: 0644]
lib/foundation/5.4.0/img/.svn/entries [new file with mode: 0644]
lib/foundation/5.4.0/img/.svn/text-base/.gitkeep.svn-base [new file with mode: 0644]
lib/foundation/5.4.0/index.html [new file with mode: 0644]
lib/foundation/5.4.0/js/.svn/all-wcprops [new file with mode: 0644]
lib/foundation/5.4.0/js/.svn/entries [new file with mode: 0644]
lib/foundation/5.4.0/js/.svn/text-base/foundation.min.js.svn-base [new file with mode: 0644]
lib/foundation/5.4.0/js/foundation.min.js [new file with mode: 0644]
lib/foundation/5.4.0/js/foundation/.svn/all-wcprops [new file with mode: 0644]
lib/foundation/5.4.0/js/foundation/.svn/entries [new file with mode: 0644]
lib/foundation/5.4.0/js/foundation/.svn/text-base/foundation.abide.js.svn-base [new file with mode: 0644]
lib/foundation/5.4.0/js/foundation/.svn/text-base/foundation.accordion.js.svn-base [new file with mode: 0644]
lib/foundation/5.4.0/js/foundation/.svn/text-base/foundation.alert.js.svn-base [new file with mode: 0644]
lib/foundation/5.4.0/js/foundation/.svn/text-base/foundation.clearing.js.svn-base [new file with mode: 0644]
lib/foundation/5.4.0/js/foundation/.svn/text-base/foundation.dropdown.js.svn-base [new file with mode: 0644]
lib/foundation/5.4.0/js/foundation/.svn/text-base/foundation.equalizer.js.svn-base [new file with mode: 0644]
lib/foundation/5.4.0/js/foundation/.svn/text-base/foundation.interchange.js.svn-base [new file with mode: 0644]
lib/foundation/5.4.0/js/foundation/.svn/text-base/foundation.joyride.js.svn-base [new file with mode: 0644]
lib/foundation/5.4.0/js/foundation/.svn/text-base/foundation.js.svn-base [new file with mode: 0644]
lib/foundation/5.4.0/js/foundation/.svn/text-base/foundation.magellan.js.svn-base [new file with mode: 0644]
lib/foundation/5.4.0/js/foundation/.svn/text-base/foundation.offcanvas.js.svn-base [new file with mode: 0644]
lib/foundation/5.4.0/js/foundation/.svn/text-base/foundation.orbit.js.svn-base [new file with mode: 0644]
lib/foundation/5.4.0/js/foundation/.svn/text-base/foundation.reveal.js.svn-base [new file with mode: 0644]
lib/foundation/5.4.0/js/foundation/.svn/text-base/foundation.slider.js.svn-base [new file with mode: 0644]
lib/foundation/5.4.0/js/foundation/.svn/text-base/foundation.tab.js.svn-base [new file with mode: 0644]
lib/foundation/5.4.0/js/foundation/.svn/text-base/foundation.tooltip.js.svn-base [new file with mode: 0644]
lib/foundation/5.4.0/js/foundation/.svn/text-base/foundation.topbar.js.svn-base [new file with mode: 0644]
lib/foundation/5.4.0/js/foundation/foundation.abide.js [new file with mode: 0644]
lib/foundation/5.4.0/js/foundation/foundation.accordion.js [new file with mode: 0644]
lib/foundation/5.4.0/js/foundation/foundation.alert.js [new file with mode: 0644]
lib/foundation/5.4.0/js/foundation/foundation.clearing.js [new file with mode: 0644]
lib/foundation/5.4.0/js/foundation/foundation.dropdown.js [new file with mode: 0644]
lib/foundation/5.4.0/js/foundation/foundation.equalizer.js [new file with mode: 0644]
lib/foundation/5.4.0/js/foundation/foundation.interchange.js [new file with mode: 0644]
lib/foundation/5.4.0/js/foundation/foundation.joyride.js [new file with mode: 0644]
lib/foundation/5.4.0/js/foundation/foundation.js [new file with mode: 0644]
lib/foundation/5.4.0/js/foundation/foundation.magellan.js [new file with mode: 0644]
lib/foundation/5.4.0/js/foundation/foundation.offcanvas.js [new file with mode: 0644]
lib/foundation/5.4.0/js/foundation/foundation.orbit.js [new file with mode: 0644]
lib/foundation/5.4.0/js/foundation/foundation.reveal.js [new file with mode: 0644]
lib/foundation/5.4.0/js/foundation/foundation.slider.js [new file with mode: 0644]
lib/foundation/5.4.0/js/foundation/foundation.tab.js [new file with mode: 0644]
lib/foundation/5.4.0/js/foundation/foundation.tooltip.js [new file with mode: 0644]
lib/foundation/5.4.0/js/foundation/foundation.topbar.js [new file with mode: 0644]
lib/foundation/5.4.0/js/vendor/.svn/all-wcprops [new file with mode: 0644]
lib/foundation/5.4.0/js/vendor/.svn/entries [new file with mode: 0644]
lib/foundation/5.4.0/js/vendor/.svn/text-base/fastclick.js.svn-base [new file with mode: 0644]
lib/foundation/5.4.0/js/vendor/.svn/text-base/jquery.cookie.js.svn-base [new file with mode: 0644]
lib/foundation/5.4.0/js/vendor/.svn/text-base/jquery.js.svn-base [new file with mode: 0644]
lib/foundation/5.4.0/js/vendor/.svn/text-base/modernizr.js.svn-base [new file with mode: 0644]
lib/foundation/5.4.0/js/vendor/.svn/text-base/placeholder.js.svn-base [new file with mode: 0644]
lib/foundation/5.4.0/js/vendor/fastclick.js [new file with mode: 0644]
lib/foundation/5.4.0/js/vendor/jquery.cookie.js [new file with mode: 0644]
lib/foundation/5.4.0/js/vendor/jquery.js [new file with mode: 0644]
lib/foundation/5.4.0/js/vendor/modernizr.js [new file with mode: 0644]
lib/foundation/5.4.0/js/vendor/placeholder.js [new file with mode: 0644]
lib/foundation/5.4.0/robots.txt [new file with mode: 0644]
lib/smartyTemplateSupport.php [new file with mode: 0644]
misc/smarty/templates_c/07557605a50b72527ba4a33f3751225a01514a9c.file.prototype_list.html.php [new file with mode: 0644]
misc/smarty/templates_c/24e69b2eb76a792aa0d71ffd4f532062d563a3c0.file.prototype_add.html.php [new file with mode: 0644]
misc/smarty/templates_c/58a8832f2f5610198f8fdb65d6a8192801972372.file.prototype_submitted.html.php [new file with mode: 0644]
misc/smarty/templates_c/f1c3c89c4c86393013d491140c500b302c3d7174.file.prototype_add.html.php [new file with mode: 0644]
models/activate.php [new file with mode: 0644]
models/admin/add.php [new file with mode: 0644]
models/admin/display.php [new file with mode: 0644]
models/admin/list.php [new file with mode: 0644]
models/deactivate.php [new file with mode: 0644]
models/uninstall.php [new file with mode: 0644]
readme.txt [new file with mode: 0644]
views/admin/prototype_add.html [new file with mode: 0644]
views/admin/prototype_display.html [new file with mode: 0644]
views/admin/prototype_list.html [new file with mode: 0644]
views/admin/prototype_submitted.html [new file with mode: 0644]