Added Canvas 1.1.0, originally not under SCM so no historical development records... master
commit9e1be4fddff9028958d6d0c8ad93e5c08a8b7136
authormaraby <chiology@gmail.com>
Wed, 19 Dec 2007 05:40:11 +0000 (19 00:40 -0500)
committermaraby <chiology@gmail.com>
Wed, 19 Dec 2007 05:40:11 +0000 (19 00:40 -0500)
treec84550a4923fcdb9b1ee99e13f680f127a0f2986
Added Canvas 1.1.0, originally not under SCM so no historical development records exist. All development by mtodd (aka maraby).
162 files changed:
config/.htaccess [new file with mode: 0755]
config/config.cache [new file with mode: 0644]
config/config.yml [new file with mode: 0755]
config/database.yml [new file with mode: 0755]
config/routes.php [new file with mode: 0755]
controllers/application_controller.php [new file with mode: 0755]
dispatcher.php [new file with mode: 0755]
extensions/Auth.php [new file with mode: 0755]
extensions/Auth2.php [new file with mode: 0755]
extensions/LDAP.php [new file with mode: 0644]
extensions/Meta.php [new file with mode: 0755]
extensions/RSS.php [new file with mode: 0644]
extensions/RedCloth.php [new file with mode: 0755]
extensions/RedCloth/redcloth [new file with mode: 0755]
extensions/RedCloth/redcloth.rb [new file with mode: 0755]
extensions/extexception.php [new file with mode: 0755]
helpers/application_helper.php [new file with mode: 0644]
library/AutoLoad.php [new file with mode: 0755]
library/Canvas.php [new file with mode: 0755]
library/Config2.php [new file with mode: 0755]
library/Controller.php [new file with mode: 0644]
library/Conventions.php [new file with mode: 0755]
library/Debug.php [new file with mode: 0755]
library/File.php [new file with mode: 0755]
library/Globals.php [new file with mode: 0755]
library/LICENSE [new file with mode: 0644]
library/Model2.php [new file with mode: 0644]
library/README [new file with mode: 0644]
library/Request.php [new file with mode: 0755]
library/Response.php [new file with mode: 0755]
library/Router.php [new file with mode: 0755]
library/Router2.php [new file with mode: 0644]
library/Session.php [new file with mode: 0755]
library/View.php [new file with mode: 0755]
library/YAML.php [new file with mode: 0755]
library/YAML/CHANGES [new file with mode: 0755]
library/YAML/README [new file with mode: 0755]
library/YAML/spyc.php [new file with mode: 0755]
library/YAML/spyc.php4 [new file with mode: 0755]
library/YAML/spyc.yml [new file with mode: 0755]
library/YAML/test.php [new file with mode: 0755]
library/YAML/yaml-dump.php [new file with mode: 0755]
library/YAML/yaml-load.php [new file with mode: 0755]
library/adapters/mysql.php [new file with mode: 0755]
library/adapters/mysql_backup.php [new file with mode: 0755]
library/database.php [new file with mode: 0755]
library/dependencies.php [new file with mode: 0644]
library/ext/Pager.php [new file with mode: 0755]
library/ext/Pluralize.php [new file with mode: 0755]
library/interfaces/Adapter.php [new file with mode: 0755]
library/interfaces/Model.php [new file with mode: 0755]
library/interfaces/_adapter.php [new file with mode: 0755]
library/smarty/Config_File.class.php [new file with mode: 0755]
library/smarty/Smarty.class.php [new file with mode: 0755]
library/smarty/Smarty_Compiler.class.php [new file with mode: 0755]
library/smarty/debug.tpl [new file with mode: 0755]
library/smarty/internals/core.assemble_plugin_filepath.php [new file with mode: 0755]
library/smarty/internals/core.assign_smarty_interface.php [new file with mode: 0755]
library/smarty/internals/core.create_dir_structure.php [new file with mode: 0755]
library/smarty/internals/core.display_debug_console.php [new file with mode: 0755]
library/smarty/internals/core.get_include_path.php [new file with mode: 0755]
library/smarty/internals/core.get_microtime.php [new file with mode: 0755]
library/smarty/internals/core.get_php_resource.php [new file with mode: 0755]
library/smarty/internals/core.is_secure.php [new file with mode: 0755]
library/smarty/internals/core.is_trusted.php [new file with mode: 0755]
library/smarty/internals/core.load_plugins.php [new file with mode: 0755]
library/smarty/internals/core.load_resource_plugin.php [new file with mode: 0755]
library/smarty/internals/core.process_cached_inserts.php [new file with mode: 0755]
library/smarty/internals/core.process_compiled_include.php [new file with mode: 0755]
library/smarty/internals/core.read_cache_file.php [new file with mode: 0755]
library/smarty/internals/core.rm_auto.php [new file with mode: 0755]
library/smarty/internals/core.rmdir.php [new file with mode: 0755]
library/smarty/internals/core.run_insert_handler.php [new file with mode: 0755]
library/smarty/internals/core.smarty_include_php.php [new file with mode: 0755]
library/smarty/internals/core.write_cache_file.php [new file with mode: 0755]
library/smarty/internals/core.write_compiled_include.php [new file with mode: 0755]
library/smarty/internals/core.write_compiled_resource.php [new file with mode: 0755]
library/smarty/internals/core.write_file.php [new file with mode: 0755]
library/smarty/plugins/block.textformat.php [new file with mode: 0755]
library/smarty/plugins/compiler.assign.php [new file with mode: 0755]
library/smarty/plugins/function.assign_debug_info.php [new file with mode: 0755]
library/smarty/plugins/function.config_load.php [new file with mode: 0755]
library/smarty/plugins/function.counter.php [new file with mode: 0755]
library/smarty/plugins/function.cycle.php [new file with mode: 0755]
library/smarty/plugins/function.debug.php [new file with mode: 0755]
library/smarty/plugins/function.eval.php [new file with mode: 0755]
library/smarty/plugins/function.fetch.php [new file with mode: 0755]
library/smarty/plugins/function.html_checkboxes.php [new file with mode: 0755]
library/smarty/plugins/function.html_image.php [new file with mode: 0755]
library/smarty/plugins/function.html_options.php [new file with mode: 0755]
library/smarty/plugins/function.html_radios.php [new file with mode: 0755]
library/smarty/plugins/function.html_select_date.php [new file with mode: 0755]
library/smarty/plugins/function.html_select_time.php [new file with mode: 0755]
library/smarty/plugins/function.html_table.php [new file with mode: 0755]
library/smarty/plugins/function.mailto.php [new file with mode: 0755]
library/smarty/plugins/function.math.php [new file with mode: 0755]
library/smarty/plugins/function.popup.php [new file with mode: 0755]
library/smarty/plugins/function.popup_init.php [new file with mode: 0755]
library/smarty/plugins/modifier.capitalize.php [new file with mode: 0755]
library/smarty/plugins/modifier.cat.php [new file with mode: 0755]
library/smarty/plugins/modifier.count_characters.php [new file with mode: 0755]
library/smarty/plugins/modifier.count_paragraphs.php [new file with mode: 0755]
library/smarty/plugins/modifier.count_sentences.php [new file with mode: 0755]
library/smarty/plugins/modifier.count_words.php [new file with mode: 0755]
library/smarty/plugins/modifier.date_format.php [new file with mode: 0755]
library/smarty/plugins/modifier.debug_print_var.php [new file with mode: 0755]
library/smarty/plugins/modifier.default.php [new file with mode: 0755]
library/smarty/plugins/modifier.escape.php [new file with mode: 0755]
library/smarty/plugins/modifier.indent.php [new file with mode: 0755]
library/smarty/plugins/modifier.lower.php [new file with mode: 0755]
library/smarty/plugins/modifier.nl2br.php [new file with mode: 0755]
library/smarty/plugins/modifier.regex_replace.php [new file with mode: 0755]
library/smarty/plugins/modifier.replace.php [new file with mode: 0755]
library/smarty/plugins/modifier.spacify.php [new file with mode: 0755]
library/smarty/plugins/modifier.string_format.php [new file with mode: 0755]
library/smarty/plugins/modifier.strip.php [new file with mode: 0755]
library/smarty/plugins/modifier.strip_tags.php [new file with mode: 0755]
library/smarty/plugins/modifier.truncate.php [new file with mode: 0755]
library/smarty/plugins/modifier.upper.php [new file with mode: 0755]
library/smarty/plugins/modifier.wordwrap.php [new file with mode: 0755]
library/smarty/plugins/outputfilter.trimwhitespace.php [new file with mode: 0755]
library/smarty/plugins/shared.escape_special_chars.php [new file with mode: 0755]
library/smarty/plugins/shared.make_timestamp.php [new file with mode: 0755]
library/stdexception.php [new file with mode: 0755]
logs/.htaccess [new file with mode: 0644]
logs/dev.log [new file with mode: 0644]
logs/production.log [new file with mode: 0644]
logs/sql.log [new file with mode: 0644]
logs/sql.warn.log [new file with mode: 0755]
logs/system.log [new file with mode: 0644]
logs/test.log [new file with mode: 0755]
res/.htaccess [new file with mode: 0755]
res/js/builder.js [new file with mode: 0644]
res/js/controls.js [new file with mode: 0644]
res/js/dragdrop.js [new file with mode: 0644]
res/js/effects.js [new file with mode: 0644]
res/js/lightbox.js [new file with mode: 0755]
res/js/moo.fx.js [new file with mode: 0644]
res/js/moo.fx.pack.js [new file with mode: 0644]
res/js/prototype.js [new file with mode: 0644]
res/js/prototype.lb.js [new file with mode: 0755]
res/js/prototype.lite.js [new file with mode: 0644]
res/js/scriptaculous.js [new file with mode: 0644]
res/js/slider.js [new file with mode: 0644]
res/js/unittest.js [new file with mode: 0644]
scripts/.htaccess [new file with mode: 0644]
scripts/generate [new file with mode: 0755]
scripts/generator/actions.rb [new file with mode: 0644]
scripts/generator/base.rb [new file with mode: 0644]
scripts/generator/templates/controller.rhtml [new file with mode: 0755]
scripts/generator/templates/model.rhtml [new file with mode: 0644]
scripts/generator/templates/view.rhtml [new file with mode: 0644]
scripts/generator/templates/view_layout.rhtml [new file with mode: 0644]
scripts/set_permissions [new file with mode: 0755]
static/.DS_Store [new file with mode: 0644]
static/.htaccess [new file with mode: 0755]
static/errors/.DS_Store [new file with mode: 0644]
static/errors/403.html [new file with mode: 0755]
static/images/.DS_Store [new file with mode: 0644]
static/images/.htaccess [new file with mode: 0644]
views/templates/ajax_response.php [new file with mode: 0755]
views/templates/layout.php [new file with mode: 0644]