summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjakefeasel <jfeasel@gmail.com>2012-10-07 21:35:17 -0700
committerjakefeasel <jfeasel@gmail.com>2012-10-07 21:35:17 -0700
commit29fa0e591dde64010ebbec6e8d0da6f42b025752 (patch)
treeb05e69369d992e177fdd87e6ae8f2cd4042599c5
parented20ea152e8511d3794989208a6a2a83c4e2ee86 (diff)
downloadsqlfiddle-29fa0e591dde64010ebbec6e8d0da6f42b025752.zip
sqlfiddle-29fa0e591dde64010ebbec6e8d0da6f42b025752.tar.gz
sqlfiddle-29fa0e591dde64010ebbec6e8d0da6f42b025752.tar.bz2
First attempt to move to maven structure
-rw-r--r--.gitignore12
-rw-r--r--README.md30
-rw-r--r--pom.xml55
-rw-r--r--src/main/webapp/.htaccess (renamed from .htaccess)0
-rw-r--r--src/main/webapp/Application.cfc (renamed from Application.cfc)0
-rw-r--r--src/main/webapp/IsapiRewrite4.ini (renamed from IsapiRewrite4.ini)0
-rw-r--r--src/main/webapp/README.markdown (renamed from README.markdown)0
-rw-r--r--src/main/webapp/WEB-INF/.htaccess6
-rw-r--r--src/main/webapp/WEB-INF/web.xml69
-rw-r--r--src/main/webapp/about.html (renamed from about.html)0
-rw-r--r--src/main/webapp/config/app.cfm (renamed from config/app.cfm)0
-rw-r--r--src/main/webapp/config/design/.gitignore (renamed from config/design/.gitignore)0
-rw-r--r--src/main/webapp/config/design/settings.cfm.example (renamed from config/design/settings.cfm.example)0
-rw-r--r--src/main/webapp/config/development/settings.cfm (renamed from config/development/settings.cfm)0
-rw-r--r--src/main/webapp/config/environment.cfm.example (renamed from config/environment.cfm.example)0
-rw-r--r--src/main/webapp/config/maintenance/settings.cfm (renamed from config/maintenance/settings.cfm)0
-rw-r--r--src/main/webapp/config/production/settings.cfm.example (renamed from config/production/settings.cfm.example)0
-rw-r--r--src/main/webapp/config/routes.cfm (renamed from config/routes.cfm)0
-rw-r--r--src/main/webapp/config/settings.cfm (renamed from config/settings.cfm)0
-rw-r--r--src/main/webapp/config/testing/settings.cfm (renamed from config/testing/settings.cfm)0
-rw-r--r--src/main/webapp/controllers/Controller.cfc (renamed from controllers/Controller.cfc)0
-rw-r--r--src/main/webapp/controllers/Dashboard.cfc (renamed from controllers/Dashboard.cfc)0
-rw-r--r--src/main/webapp/controllers/Fiddles.cfc (renamed from controllers/Fiddles.cfc)0
-rw-r--r--src/main/webapp/controllers/Proxy.cfc (renamed from controllers/Proxy.cfc)0
-rw-r--r--src/main/webapp/controllers/Tasks.cfc (renamed from controllers/Tasks.cfc)0
-rw-r--r--src/main/webapp/controllers/UserFiddles.cfc (renamed from controllers/UserFiddles.cfc)0
-rw-r--r--src/main/webapp/controllers/Users.cfc (renamed from controllers/Users.cfc)0
-rw-r--r--src/main/webapp/controllers/Wheels.cfc (renamed from controllers/Wheels.cfc)0
-rw-r--r--src/main/webapp/db/01_alter_db_types_add_execution_plans.sql (renamed from db/01_alter_db_types_add_execution_plans.sql)0
-rw-r--r--src/main/webapp/db/02_update_db_types_set_execution_plan_prefix_suffix.sql (renamed from db/02_update_db_types_set_execution_plan_prefix_suffix.sql)0
-rw-r--r--src/main/webapp/db/03_alter_db_types_add_execution_plan_xslt.sql (renamed from db/03_alter_db_types_add_execution_plan_xslt.sql)0
-rw-r--r--src/main/webapp/db/04_update_db_types_set_execution_plan_xslt.sql (renamed from db/04_update_db_types_set_execution_plan_xslt.sql)0
-rw-r--r--src/main/webapp/db/05_alter_db_types_add_context.sql (renamed from db/05_alter_db_types_add_context.sql)0
-rw-r--r--src/main/webapp/db/06_update_db_types_set_context.sql (renamed from db/06_update_db_types_set_context.sql)0
-rw-r--r--src/main/webapp/db/07_alter_db_types_pg_template.sql (renamed from db/07_alter_db_types_pg_template.sql)0
-rw-r--r--src/main/webapp/db/08_alter_db_types_add_execution_plan_check.sql (renamed from db/08_alter_db_types_add_execution_plan_check.sql)0
-rw-r--r--src/main/webapp/db/09_alter_queries_add_statement_separator.sql (renamed from db/09_alter_queries_add_statement_separator.sql)0
-rw-r--r--src/main/webapp/db/10_create_table_users.sql (renamed from db/10_create_table_users.sql)0
-rw-r--r--src/main/webapp/db/11_alter_schema_defs_add_owner_id.sql (renamed from db/11_alter_schema_defs_add_owner_id.sql)0
-rw-r--r--src/main/webapp/db/12_create_table_user_fiddles.sql (renamed from db/12_create_table_user_fiddles.sql)0
-rw-r--r--src/main/webapp/db/13_add_meta_data_structure.sql (renamed from db/13_add_meta_data_structure.sql)0
-rw-r--r--src/main/webapp/db/14_alter_user_fiddles_add_favorite.sql (renamed from db/14_alter_user_fiddles_add_favorite.sql)0
-rw-r--r--src/main/webapp/db/15_alter_db_types_add_latest_stable.sql (renamed from db/15_alter_db_types_add_latest_stable.sql)0
-rw-r--r--src/main/webapp/db/data.sql (renamed from db/data.sql)0
-rw-r--r--src/main/webapp/db/mssql_clearDBUsers.sql (renamed from db/mssql_clearDBUsers.sql)0
-rw-r--r--src/main/webapp/db/schema.sql (renamed from db/schema.sql)0
-rwxr-xr-xsrc/main/webapp/db/snapshot.sh (renamed from db/snapshot.sh)0
-rw-r--r--src/main/webapp/events/functions.cfm (renamed from events/functions.cfm)0
-rw-r--r--src/main/webapp/events/onapplicationend.cfm (renamed from events/onapplicationend.cfm)0
-rw-r--r--src/main/webapp/events/onapplicationstart.cfm (renamed from events/onapplicationstart.cfm)0
-rw-r--r--src/main/webapp/events/onerror.cfm (renamed from events/onerror.cfm)0
-rw-r--r--src/main/webapp/events/onmaintenance.cfm (renamed from events/onmaintenance.cfm)0
-rw-r--r--src/main/webapp/events/onmissingtemplate.cfm (renamed from events/onmissingtemplate.cfm)0
-rw-r--r--src/main/webapp/events/onrequestend.cfm (renamed from events/onrequestend.cfm)0
-rw-r--r--src/main/webapp/events/onrequeststart.cfm (renamed from events/onrequeststart.cfm)0
-rw-r--r--src/main/webapp/events/onsessionend.cfm (renamed from events/onsessionend.cfm)0
-rw-r--r--src/main/webapp/events/onsessionstart.cfm (renamed from events/onsessionstart.cfm)0
-rw-r--r--src/main/webapp/favicon.ico (renamed from favicon.ico)bin1150 -> 1150 bytes
-rw-r--r--src/main/webapp/files/.gitignore (renamed from files/.gitignore)0
-rw-r--r--src/main/webapp/images/.gitignore (renamed from images/.gitignore)0
-rw-r--r--src/main/webapp/images/201206-Banner-SQLFiddle-Complete-An-728x90.gif (renamed from images/201206-Banner-SQLFiddle-Complete-An-728x90.gif)bin76336 -> 76336 bytes
-rw-r--r--src/main/webapp/images/blog_sample.png (renamed from images/blog_sample.png)bin14343 -> 14343 bytes
-rw-r--r--src/main/webapp/images/fiddle_transparent.png (renamed from images/fiddle_transparent.png)bin49191 -> 49191 bytes
-rw-r--r--src/main/webapp/images/fiddle_transparent_small.png (renamed from images/fiddle_transparent_small.png)bin2183 -> 2183 bytes
-rw-r--r--src/main/webapp/images/fiddle_transparent_square.png (renamed from images/fiddle_transparent_square.png)bin35351 -> 35351 bytes
-rw-r--r--src/main/webapp/images/fiddle_white_square.jpg (renamed from images/fiddle_white_square.jpg)bin11848 -> 11848 bytes
-rw-r--r--src/main/webapp/images/geonorth.png (renamed from images/geonorth.png)bin6903 -> 6903 bytes
-rw-r--r--src/main/webapp/images/glyphicons-halflings-white.png (renamed from images/glyphicons-halflings-white.png)bin8777 -> 8777 bytes
-rw-r--r--src/main/webapp/images/glyphicons-halflings.png (renamed from images/glyphicons-halflings.png)bin13826 -> 13826 bytes
-rw-r--r--src/main/webapp/images/qp/arithmetic_expression.gif (renamed from images/qp/arithmetic_expression.gif)bin1321 -> 1321 bytes
-rw-r--r--src/main/webapp/images/qp/assert.gif (renamed from images/qp/assert.gif)bin1448 -> 1448 bytes
-rw-r--r--src/main/webapp/images/qp/assign.gif (renamed from images/qp/assign.gif)bin1294 -> 1294 bytes
-rw-r--r--src/main/webapp/images/qp/bitmap.gif (renamed from images/qp/bitmap.gif)bin1388 -> 1388 bytes
-rw-r--r--src/main/webapp/images/qp/bookmark_lookup.gif (renamed from images/qp/bookmark_lookup.gif)bin1648 -> 1648 bytes
-rw-r--r--src/main/webapp/images/qp/clustered_index_delete.gif (renamed from images/qp/clustered_index_delete.gif)bin1201 -> 1201 bytes
-rw-r--r--src/main/webapp/images/qp/clustered_index_insert.gif (renamed from images/qp/clustered_index_insert.gif)bin1251 -> 1251 bytes
-rw-r--r--src/main/webapp/images/qp/clustered_index_scan.gif (renamed from images/qp/clustered_index_scan.gif)bin1307 -> 1307 bytes
-rw-r--r--src/main/webapp/images/qp/clustered_index_seek.gif (renamed from images/qp/clustered_index_seek.gif)bin1192 -> 1192 bytes
-rw-r--r--src/main/webapp/images/qp/clustered_index_update.gif (renamed from images/qp/clustered_index_update.gif)bin1207 -> 1207 bytes
-rw-r--r--src/main/webapp/images/qp/collapse.gif (renamed from images/qp/collapse.gif)bin1446 -> 1446 bytes
-rw-r--r--src/main/webapp/images/qp/compute_scalar.gif (renamed from images/qp/compute_scalar.gif)bin1523 -> 1523 bytes
-rw-r--r--src/main/webapp/images/qp/concatenation.gif (renamed from images/qp/concatenation.gif)bin1382 -> 1382 bytes
-rw-r--r--src/main/webapp/images/qp/constant_scan.gif (renamed from images/qp/constant_scan.gif)bin1393 -> 1393 bytes
-rw-r--r--src/main/webapp/images/qp/convert.gif (renamed from images/qp/convert.gif)bin1210 -> 1210 bytes
-rw-r--r--src/main/webapp/images/qp/declare.gif (renamed from images/qp/declare.gif)bin1547 -> 1547 bytes
-rw-r--r--src/main/webapp/images/qp/deleted_scan.gif (renamed from images/qp/deleted_scan.gif)bin1629 -> 1629 bytes
-rw-r--r--src/main/webapp/images/qp/distribute_streams.gif (renamed from images/qp/distribute_streams.gif)bin1220 -> 1220 bytes
-rw-r--r--src/main/webapp/images/qp/dynamic.gif (renamed from images/qp/dynamic.gif)bin1338 -> 1338 bytes
-rw-r--r--src/main/webapp/images/qp/fetch_query.gif (renamed from images/qp/fetch_query.gif)bin1147 -> 1147 bytes
-rw-r--r--src/main/webapp/images/qp/filter.gif (renamed from images/qp/filter.gif)bin1919 -> 1919 bytes
-rw-r--r--src/main/webapp/images/qp/gather_streams.gif (renamed from images/qp/gather_streams.gif)bin1159 -> 1159 bytes
-rw-r--r--src/main/webapp/images/qp/hash_match.gif (renamed from images/qp/hash_match.gif)bin1640 -> 1640 bytes
-rw-r--r--src/main/webapp/images/qp/if.gif (renamed from images/qp/if.gif)bin1080 -> 1080 bytes
-rw-r--r--src/main/webapp/images/qp/inserted_scan.gif (renamed from images/qp/inserted_scan.gif)bin1561 -> 1561 bytes
-rw-r--r--src/main/webapp/images/qp/intrinsic.gif (renamed from images/qp/intrinsic.gif)bin1190 -> 1190 bytes
-rw-r--r--src/main/webapp/images/qp/keyset.gif (renamed from images/qp/keyset.gif)bin1368 -> 1368 bytes
-rw-r--r--src/main/webapp/images/qp/log_row_scan.gif (renamed from images/qp/log_row_scan.gif)bin1634 -> 1634 bytes
-rw-r--r--src/main/webapp/images/qp/merge_interval.gif (renamed from images/qp/merge_interval.gif)bin1297 -> 1297 bytes
-rw-r--r--src/main/webapp/images/qp/merge_join.gif (renamed from images/qp/merge_join.gif)bin1720 -> 1720 bytes
-rw-r--r--src/main/webapp/images/qp/nested_loops.gif (renamed from images/qp/nested_loops.gif)bin1375 -> 1375 bytes
-rw-r--r--src/main/webapp/images/qp/nonclustered_index_delete.gif (renamed from images/qp/nonclustered_index_delete.gif)bin1191 -> 1191 bytes
-rw-r--r--src/main/webapp/images/qp/nonclustered_index_insert.gif (renamed from images/qp/nonclustered_index_insert.gif)bin1241 -> 1241 bytes
-rw-r--r--src/main/webapp/images/qp/nonclustered_index_scan.gif (renamed from images/qp/nonclustered_index_scan.gif)bin1297 -> 1297 bytes
-rw-r--r--src/main/webapp/images/qp/nonclustered_index_seek.gif (renamed from images/qp/nonclustered_index_seek.gif)bin1182 -> 1182 bytes
-rw-r--r--src/main/webapp/images/qp/nonclustered_index_spool.gif (renamed from images/qp/nonclustered_index_spool.gif)bin1260 -> 1260 bytes
-rw-r--r--src/main/webapp/images/qp/nonclustered_index_update.gif (renamed from images/qp/nonclustered_index_update.gif)bin1197 -> 1197 bytes
-rw-r--r--src/main/webapp/images/qp/online_index_insert.gif (renamed from images/qp/online_index_insert.gif)bin1285 -> 1285 bytes
-rw-r--r--src/main/webapp/images/qp/parameter_table_scan.gif (renamed from images/qp/parameter_table_scan.gif)bin1393 -> 1393 bytes
-rw-r--r--src/main/webapp/images/qp/population_query.gif (renamed from images/qp/population_query.gif)bin1512 -> 1512 bytes
-rw-r--r--src/main/webapp/images/qp/rdi_lookup.gif (renamed from images/qp/rdi_lookup.gif)bin1254 -> 1254 bytes
-rw-r--r--src/main/webapp/images/qp/refresh_query.gif (renamed from images/qp/refresh_query.gif)bin1526 -> 1526 bytes
-rw-r--r--src/main/webapp/images/qp/remote_delete.gif (renamed from images/qp/remote_delete.gif)bin2434 -> 2434 bytes
-rw-r--r--src/main/webapp/images/qp/remote_insert.gif (renamed from images/qp/remote_insert.gif)bin2421 -> 2421 bytes
-rw-r--r--src/main/webapp/images/qp/remote_query.gif (renamed from images/qp/remote_query.gif)bin2123 -> 2123 bytes
-rw-r--r--src/main/webapp/images/qp/remote_scan.gif (renamed from images/qp/remote_scan.gif)bin1533 -> 1533 bytes
-rw-r--r--src/main/webapp/images/qp/remote_update.gif (renamed from images/qp/remote_update.gif)bin2419 -> 2419 bytes
-rw-r--r--src/main/webapp/images/qp/repartition_streams.gif (renamed from images/qp/repartition_streams.gif)bin1406 -> 1406 bytes
-rw-r--r--src/main/webapp/images/qp/result.gif (renamed from images/qp/result.gif)bin1366 -> 1366 bytes
-rw-r--r--src/main/webapp/images/qp/row_count_spool.gif (renamed from images/qp/row_count_spool.gif)bin1661 -> 1661 bytes
-rw-r--r--src/main/webapp/images/qp/segment.gif (renamed from images/qp/segment.gif)bin1677 -> 1677 bytes
-rw-r--r--src/main/webapp/images/qp/sequence.gif (renamed from images/qp/sequence.gif)bin1217 -> 1217 bytes
-rw-r--r--src/main/webapp/images/qp/sequenceproject.gif (renamed from images/qp/sequenceproject.gif)bin1508 -> 1508 bytes
-rw-r--r--src/main/webapp/images/qp/snapshot.gif (renamed from images/qp/snapshot.gif)bin1187 -> 1187 bytes
-rw-r--r--src/main/webapp/images/qp/sort.gif (renamed from images/qp/sort.gif)bin1579 -> 1579 bytes
-rw-r--r--src/main/webapp/images/qp/split.gif (renamed from images/qp/split.gif)bin1440 -> 1440 bytes
-rw-r--r--src/main/webapp/images/qp/spool.gif (renamed from images/qp/spool.gif)bin1486 -> 1486 bytes
-rw-r--r--src/main/webapp/images/qp/stream_aggregate.gif (renamed from images/qp/stream_aggregate.gif)bin1457 -> 1457 bytes
-rw-r--r--src/main/webapp/images/qp/switch.gif (renamed from images/qp/switch.gif)bin1401 -> 1401 bytes
-rw-r--r--src/main/webapp/images/qp/table_delete.gif (renamed from images/qp/table_delete.gif)bin1417 -> 1417 bytes
-rw-r--r--src/main/webapp/images/qp/table_insert.gif (renamed from images/qp/table_insert.gif)bin1406 -> 1406 bytes
-rw-r--r--src/main/webapp/images/qp/table_scan.gif (renamed from images/qp/table_scan.gif)bin1570 -> 1570 bytes
-rw-r--r--src/main/webapp/images/qp/table_spool.gif (renamed from images/qp/table_spool.gif)bin1490 -> 1490 bytes
-rw-r--r--src/main/webapp/images/qp/table_update.gif (renamed from images/qp/table_update.gif)bin1375 -> 1375 bytes
-rw-r--r--src/main/webapp/images/qp/table_valued_function.gif (renamed from images/qp/table_valued_function.gif)bin1632 -> 1632 bytes
-rw-r--r--src/main/webapp/images/qp/top.gif (renamed from images/qp/top.gif)bin964 -> 964 bytes
-rw-r--r--src/main/webapp/images/qp/udx.gif (renamed from images/qp/udx.gif)bin1112 -> 1112 bytes
-rw-r--r--src/main/webapp/images/qp/while.gif (renamed from images/qp/while.gif)bin1297 -> 1297 bytes
-rw-r--r--src/main/webapp/images/sqlsentry/00.jpg (renamed from images/sqlsentry/00.jpg)bin52688 -> 52688 bytes
-rw-r--r--src/main/webapp/images/sqlsentry/01.jpg (renamed from images/sqlsentry/01.jpg)bin64786 -> 64786 bytes
-rw-r--r--src/main/webapp/images/sqlsentry/02.jpg (renamed from images/sqlsentry/02.jpg)bin67520 -> 67520 bytes
-rw-r--r--src/main/webapp/images/sqlsentry/03.jpg (renamed from images/sqlsentry/03.jpg)bin48237 -> 48237 bytes
-rw-r--r--src/main/webapp/images/sqlsentry/04.jpg (renamed from images/sqlsentry/04.jpg)bin49916 -> 49916 bytes
-rw-r--r--src/main/webapp/images/stratascale.png (renamed from images/stratascale.png)bin15413 -> 15413 bytes
-rw-r--r--src/main/webapp/index.cfm (renamed from index.cfm)0
-rw-r--r--src/main/webapp/javascripts/.gitignore (renamed from javascripts/.gitignore)0
-rw-r--r--src/main/webapp/javascripts/fiddle_backbone/app.js (renamed from javascripts/fiddle_backbone/app.js)0
-rw-r--r--src/main/webapp/javascripts/fiddle_backbone/models/DBType.js (renamed from javascripts/fiddle_backbone/models/DBType.js)0
-rw-r--r--src/main/webapp/javascripts/fiddle_backbone/models/DBTypesList.js (renamed from javascripts/fiddle_backbone/models/DBTypesList.js)0
-rw-r--r--src/main/webapp/javascripts/fiddle_backbone/models/MyFiddleHistory.js (renamed from javascripts/fiddle_backbone/models/MyFiddleHistory.js)0
-rw-r--r--src/main/webapp/javascripts/fiddle_backbone/models/Query.js (renamed from javascripts/fiddle_backbone/models/Query.js)0
-rw-r--r--src/main/webapp/javascripts/fiddle_backbone/models/SchemaDef.js (renamed from javascripts/fiddle_backbone/models/SchemaDef.js)0
-rw-r--r--src/main/webapp/javascripts/fiddle_backbone/models/UsedFiddle.js (renamed from javascripts/fiddle_backbone/models/UsedFiddle.js)0
-rw-r--r--src/main/webapp/javascripts/fiddle_backbone/router.js (renamed from javascripts/fiddle_backbone/router.js)0
-rw-r--r--src/main/webapp/javascripts/fiddle_backbone/templates/dbTypes.html (renamed from javascripts/fiddle_backbone/templates/dbTypes.html)0
-rw-r--r--src/main/webapp/javascripts/fiddle_backbone/templates/queryPlaintextOutput.html (renamed from javascripts/fiddle_backbone/templates/queryPlaintextOutput.html)0
-rw-r--r--src/main/webapp/javascripts/fiddle_backbone/templates/queryTabularOutput.html (renamed from javascripts/fiddle_backbone/templates/queryTabularOutput.html)0
-rw-r--r--src/main/webapp/javascripts/fiddle_backbone/templates/schemaBrowser.html (renamed from javascripts/fiddle_backbone/templates/schemaBrowser.html)0
-rw-r--r--src/main/webapp/javascripts/fiddle_backbone/templates/schemaOutput.html (renamed from javascripts/fiddle_backbone/templates/schemaOutput.html)0
-rw-r--r--src/main/webapp/javascripts/fiddle_backbone/views/DBTypesList.js (renamed from javascripts/fiddle_backbone/views/DBTypesList.js)0
-rw-r--r--src/main/webapp/javascripts/fiddle_backbone/views/Query.js (renamed from javascripts/fiddle_backbone/views/Query.js)0
-rw-r--r--src/main/webapp/javascripts/fiddle_backbone/views/SchemaDef.js (renamed from javascripts/fiddle_backbone/views/SchemaDef.js)0
-rw-r--r--src/main/webapp/javascripts/libs/backbone.js (renamed from javascripts/libs/backbone.js)0
-rw-r--r--src/main/webapp/javascripts/libs/bootstrap/bootstrap-collapse.js (renamed from javascripts/libs/bootstrap/bootstrap-collapse.js)0
-rw-r--r--src/main/webapp/javascripts/libs/bootstrap/bootstrap-dropdown.js (renamed from javascripts/libs/bootstrap/bootstrap-dropdown.js)0
-rw-r--r--src/main/webapp/javascripts/libs/bootstrap/bootstrap-modal.js (renamed from javascripts/libs/bootstrap/bootstrap-modal.js)0
-rw-r--r--src/main/webapp/javascripts/libs/bootstrap/bootstrap-popover.js (renamed from javascripts/libs/bootstrap/bootstrap-popover.js)0
-rw-r--r--src/main/webapp/javascripts/libs/bootstrap/bootstrap-tab.js (renamed from javascripts/libs/bootstrap/bootstrap-tab.js)0
-rw-r--r--src/main/webapp/javascripts/libs/bootstrap/bootstrap-tooltip.js (renamed from javascripts/libs/bootstrap/bootstrap-tooltip.js)0
-rw-r--r--src/main/webapp/javascripts/libs/browserEngines/engines.js (renamed from javascripts/libs/browserEngines/engines.js)0
-rw-r--r--src/main/webapp/javascripts/libs/browserEngines/sqlite_driver.js (renamed from javascripts/libs/browserEngines/sqlite_driver.js)0
-rw-r--r--src/main/webapp/javascripts/libs/browserEngines/sqljs_driver.js (renamed from javascripts/libs/browserEngines/sqljs_driver.js)0
-rw-r--r--src/main/webapp/javascripts/libs/browserEngines/websql_driver.js (renamed from javascripts/libs/browserEngines/websql_driver.js)0
-rw-r--r--src/main/webapp/javascripts/libs/codemirror/codemirror.js (renamed from javascripts/libs/codemirror/codemirror.js)0
-rw-r--r--src/main/webapp/javascripts/libs/codemirror/mode/mysql/mysql.js (renamed from javascripts/libs/codemirror/mode/mysql/mysql.js)0
-rw-r--r--src/main/webapp/javascripts/libs/codemirror/mode/plsql/plsql.js (renamed from javascripts/libs/codemirror/mode/plsql/plsql.js)0
-rw-r--r--src/main/webapp/javascripts/libs/date.format.js (renamed from javascripts/libs/date.format.js)0
-rw-r--r--src/main/webapp/javascripts/libs/ddl_builder/ddl_builder.js (renamed from javascripts/libs/ddl_builder/ddl_builder.js)0
-rw-r--r--src/main/webapp/javascripts/libs/ddl_builder/qunit/columnTypes.js (renamed from javascripts/libs/ddl_builder/qunit/columnTypes.js)0
-rw-r--r--src/main/webapp/javascripts/libs/ddl_builder/qunit/fixture.html (renamed from javascripts/libs/ddl_builder/qunit/fixture.html)0
-rw-r--r--src/main/webapp/javascripts/libs/ddl_builder/qunit/guessValueSeparators.js (renamed from javascripts/libs/ddl_builder/qunit/guessValueSeparators.js)0
-rw-r--r--src/main/webapp/javascripts/libs/ddl_builder/qunit/headerNames.js (renamed from javascripts/libs/ddl_builder/qunit/headerNames.js)0
-rw-r--r--src/main/webapp/javascripts/libs/ddl_builder/qunit/main.js (renamed from javascripts/libs/ddl_builder/qunit/main.js)0
-rw-r--r--src/main/webapp/javascripts/libs/ddl_builder/qunit/recordCount.js (renamed from javascripts/libs/ddl_builder/qunit/recordCount.js)0
-rw-r--r--src/main/webapp/javascripts/libs/ddl_builder/templates/generic.sql (renamed from javascripts/libs/ddl_builder/templates/generic.sql)0
-rw-r--r--src/main/webapp/javascripts/libs/ddl_builder/templates/oracle.sql (renamed from javascripts/libs/ddl_builder/templates/oracle.sql)0
-rw-r--r--src/main/webapp/javascripts/libs/ddl_builder/templates/sqlite.sql (renamed from javascripts/libs/ddl_builder/templates/sqlite.sql)0
-rw-r--r--src/main/webapp/javascripts/libs/fiddleEditor.js (renamed from javascripts/libs/fiddleEditor.js)0
-rw-r--r--src/main/webapp/javascripts/libs/handlebars-1.0.0.beta.6.js (renamed from javascripts/libs/handlebars-1.0.0.beta.6.js)0
-rw-r--r--src/main/webapp/javascripts/libs/handlebarsHelpers/divider_display.js (renamed from javascripts/libs/handlebarsHelpers/divider_display.js)0
-rw-r--r--src/main/webapp/javascripts/libs/handlebarsHelpers/each_simple_value_with_index.js (renamed from javascripts/libs/handlebarsHelpers/each_simple_value_with_index.js)0
-rw-r--r--src/main/webapp/javascripts/libs/handlebarsHelpers/each_with_index.js (renamed from javascripts/libs/handlebarsHelpers/each_with_index.js)0
-rw-r--r--src/main/webapp/javascripts/libs/handlebarsHelpers/result_display.js (renamed from javascripts/libs/handlebarsHelpers/result_display.js)0
-rw-r--r--src/main/webapp/javascripts/libs/handlebarsHelpers/result_display_padded.js (renamed from javascripts/libs/handlebarsHelpers/result_display_padded.js)0
-rw-r--r--src/main/webapp/javascripts/libs/idselector.js (renamed from javascripts/libs/idselector.js)0
-rw-r--r--src/main/webapp/javascripts/libs/jquery/jquery.blockUI.js (renamed from javascripts/libs/jquery/jquery.blockUI.js)0
-rw-r--r--src/main/webapp/javascripts/libs/jquery/jquery.cookie.js (renamed from javascripts/libs/jquery/jquery.cookie.js)0
-rw-r--r--src/main/webapp/javascripts/libs/jquery/jquery.js (renamed from javascripts/libs/jquery/jquery.js)0
-rw-r--r--src/main/webapp/javascripts/libs/json2.js (renamed from javascripts/libs/json2.js)0
-rw-r--r--src/main/webapp/javascripts/libs/qunit-1.10.0.js (renamed from javascripts/libs/qunit-1.10.0.js)0
-rw-r--r--src/main/webapp/javascripts/libs/renderTerminator.js (renamed from javascripts/libs/renderTerminator.js)0
-rw-r--r--src/main/webapp/javascripts/libs/underscore.js (renamed from javascripts/libs/underscore.js)0
-rw-r--r--src/main/webapp/javascripts/libs/xplans/mssql.js (renamed from javascripts/libs/xplans/mssql.js)0
-rw-r--r--src/main/webapp/javascripts/libs/xplans/oracle/flashver.js (renamed from javascripts/libs/xplans/oracle/flashver.js)0
-rw-r--r--src/main/webapp/javascripts/libs/xplans/oracle/loadswf.js (renamed from javascripts/libs/xplans/oracle/loadswf.js)0
-rw-r--r--src/main/webapp/javascripts/main.js (renamed from javascripts/main.js)0
-rw-r--r--src/main/webapp/javascripts/qunit_main.js (renamed from javascripts/qunit_main.js)0
-rw-r--r--src/main/webapp/javascripts/text.js (renamed from javascripts/text.js)0
-rw-r--r--src/main/webapp/javascripts_min/.gitignore (renamed from javascripts_min/.gitignore)0
-rw-r--r--src/main/webapp/javascripts_min/build.txt (renamed from javascripts_min/build.txt)0
-rw-r--r--src/main/webapp/javascripts_min/fiddle_backbone/app.js (renamed from javascripts_min/fiddle_backbone/app.js)0
-rw-r--r--src/main/webapp/javascripts_min/fiddle_backbone/models/DBType.js (renamed from javascripts_min/fiddle_backbone/models/DBType.js)0
-rw-r--r--src/main/webapp/javascripts_min/fiddle_backbone/models/DBTypesList.js (renamed from javascripts_min/fiddle_backbone/models/DBTypesList.js)0
-rw-r--r--src/main/webapp/javascripts_min/fiddle_backbone/models/MyFiddleHistory.js (renamed from javascripts_min/fiddle_backbone/models/MyFiddleHistory.js)0
-rw-r--r--src/main/webapp/javascripts_min/fiddle_backbone/models/Query.js (renamed from javascripts_min/fiddle_backbone/models/Query.js)0
-rw-r--r--src/main/webapp/javascripts_min/fiddle_backbone/models/SchemaDef.js (renamed from javascripts_min/fiddle_backbone/models/SchemaDef.js)0
-rw-r--r--src/main/webapp/javascripts_min/fiddle_backbone/models/UsedFiddle.js (renamed from javascripts_min/fiddle_backbone/models/UsedFiddle.js)0
-rw-r--r--src/main/webapp/javascripts_min/fiddle_backbone/router.js (renamed from javascripts_min/fiddle_backbone/router.js)0
-rw-r--r--src/main/webapp/javascripts_min/fiddle_backbone/templates/dbTypes.html (renamed from javascripts_min/fiddle_backbone/templates/dbTypes.html)0
-rw-r--r--src/main/webapp/javascripts_min/fiddle_backbone/templates/queryPlaintextOutput.html (renamed from javascripts_min/fiddle_backbone/templates/queryPlaintextOutput.html)0
-rw-r--r--src/main/webapp/javascripts_min/fiddle_backbone/templates/queryTabularOutput.html (renamed from javascripts_min/fiddle_backbone/templates/queryTabularOutput.html)0
-rw-r--r--src/main/webapp/javascripts_min/fiddle_backbone/templates/schemaBrowser.html (renamed from javascripts_min/fiddle_backbone/templates/schemaBrowser.html)0
-rw-r--r--src/main/webapp/javascripts_min/fiddle_backbone/templates/schemaOutput.html (renamed from javascripts_min/fiddle_backbone/templates/schemaOutput.html)0
-rw-r--r--src/main/webapp/javascripts_min/fiddle_backbone/views/DBTypesList.js (renamed from javascripts_min/fiddle_backbone/views/DBTypesList.js)0
-rw-r--r--src/main/webapp/javascripts_min/fiddle_backbone/views/Query.js (renamed from javascripts_min/fiddle_backbone/views/Query.js)0
-rw-r--r--src/main/webapp/javascripts_min/fiddle_backbone/views/SchemaDef.js (renamed from javascripts_min/fiddle_backbone/views/SchemaDef.js)0
-rw-r--r--src/main/webapp/javascripts_min/libs/backbone.js (renamed from javascripts_min/libs/backbone.js)0
-rw-r--r--src/main/webapp/javascripts_min/libs/bootstrap/bootstrap-collapse.js (renamed from javascripts_min/libs/bootstrap/bootstrap-collapse.js)0
-rw-r--r--src/main/webapp/javascripts_min/libs/bootstrap/bootstrap-dropdown.js (renamed from javascripts_min/libs/bootstrap/bootstrap-dropdown.js)0
-rw-r--r--src/main/webapp/javascripts_min/libs/bootstrap/bootstrap-modal.js (renamed from javascripts_min/libs/bootstrap/bootstrap-modal.js)0
-rw-r--r--src/main/webapp/javascripts_min/libs/bootstrap/bootstrap-popover.js (renamed from javascripts_min/libs/bootstrap/bootstrap-popover.js)0
-rw-r--r--src/main/webapp/javascripts_min/libs/bootstrap/bootstrap-tab.js (renamed from javascripts_min/libs/bootstrap/bootstrap-tab.js)0
-rw-r--r--src/main/webapp/javascripts_min/libs/bootstrap/bootstrap-tooltip.js (renamed from javascripts_min/libs/bootstrap/bootstrap-tooltip.js)0
-rw-r--r--src/main/webapp/javascripts_min/libs/browserEngines/engines.js (renamed from javascripts_min/libs/browserEngines/engines.js)0
-rw-r--r--src/main/webapp/javascripts_min/libs/browserEngines/sqlite_driver.js (renamed from javascripts_min/libs/browserEngines/sqlite_driver.js)0
-rw-r--r--src/main/webapp/javascripts_min/libs/browserEngines/sqljs_driver.js (renamed from javascripts_min/libs/browserEngines/sqljs_driver.js)0
-rw-r--r--src/main/webapp/javascripts_min/libs/browserEngines/websql_driver.js (renamed from javascripts_min/libs/browserEngines/websql_driver.js)0
-rw-r--r--src/main/webapp/javascripts_min/libs/codemirror/codemirror.js (renamed from javascripts_min/libs/codemirror/codemirror.js)0
-rw-r--r--src/main/webapp/javascripts_min/libs/codemirror/mode/mysql/mysql.js (renamed from javascripts_min/libs/codemirror/mode/mysql/mysql.js)0
-rw-r--r--src/main/webapp/javascripts_min/libs/codemirror/mode/plsql/plsql.js (renamed from javascripts_min/libs/codemirror/mode/plsql/plsql.js)0
-rw-r--r--src/main/webapp/javascripts_min/libs/date.format.js (renamed from javascripts_min/libs/date.format.js)0
-rw-r--r--src/main/webapp/javascripts_min/libs/ddl_builder/ddl_builder.js (renamed from javascripts_min/libs/ddl_builder/ddl_builder.js)0
-rw-r--r--src/main/webapp/javascripts_min/libs/ddl_builder/qunit/columnTypes.js (renamed from javascripts_min/libs/ddl_builder/qunit/columnTypes.js)0
-rw-r--r--src/main/webapp/javascripts_min/libs/ddl_builder/qunit/fixture.html (renamed from javascripts_min/libs/ddl_builder/qunit/fixture.html)0
-rw-r--r--src/main/webapp/javascripts_min/libs/ddl_builder/qunit/guessValueSeparators.js (renamed from javascripts_min/libs/ddl_builder/qunit/guessValueSeparators.js)0
-rw-r--r--src/main/webapp/javascripts_min/libs/ddl_builder/qunit/headerNames.js (renamed from javascripts_min/libs/ddl_builder/qunit/headerNames.js)0
-rw-r--r--src/main/webapp/javascripts_min/libs/ddl_builder/qunit/main.js (renamed from javascripts_min/libs/ddl_builder/qunit/main.js)0
-rw-r--r--src/main/webapp/javascripts_min/libs/ddl_builder/qunit/recordCount.js (renamed from javascripts_min/libs/ddl_builder/qunit/recordCount.js)0
-rw-r--r--src/main/webapp/javascripts_min/libs/ddl_builder/templates/generic.sql (renamed from javascripts_min/libs/ddl_builder/templates/generic.sql)0
-rw-r--r--src/main/webapp/javascripts_min/libs/ddl_builder/templates/oracle.sql (renamed from javascripts_min/libs/ddl_builder/templates/oracle.sql)0
-rw-r--r--src/main/webapp/javascripts_min/libs/ddl_builder/templates/sqlite.sql (renamed from javascripts_min/libs/ddl_builder/templates/sqlite.sql)0
-rw-r--r--src/main/webapp/javascripts_min/libs/fiddleEditor.js (renamed from javascripts_min/libs/fiddleEditor.js)0
-rw-r--r--src/main/webapp/javascripts_min/libs/handlebars-1.0.0.beta.6.js (renamed from javascripts_min/libs/handlebars-1.0.0.beta.6.js)0
-rw-r--r--src/main/webapp/javascripts_min/libs/handlebarsHelpers/divider_display.js (renamed from javascripts_min/libs/handlebarsHelpers/divider_display.js)0
-rw-r--r--src/main/webapp/javascripts_min/libs/handlebarsHelpers/each_simple_value_with_index.js (renamed from javascripts_min/libs/handlebarsHelpers/each_simple_value_with_index.js)0
-rw-r--r--src/main/webapp/javascripts_min/libs/handlebarsHelpers/each_with_index.js (renamed from javascripts_min/libs/handlebarsHelpers/each_with_index.js)0
-rw-r--r--src/main/webapp/javascripts_min/libs/handlebarsHelpers/result_display.js (renamed from javascripts_min/libs/handlebarsHelpers/result_display.js)0
-rw-r--r--src/main/webapp/javascripts_min/libs/handlebarsHelpers/result_display_padded.js (renamed from javascripts_min/libs/handlebarsHelpers/result_display_padded.js)0
-rw-r--r--src/main/webapp/javascripts_min/libs/idselector.js (renamed from javascripts_min/libs/idselector.js)0
-rw-r--r--src/main/webapp/javascripts_min/libs/jquery/jquery.blockUI.js (renamed from javascripts_min/libs/jquery/jquery.blockUI.js)0
-rw-r--r--src/main/webapp/javascripts_min/libs/jquery/jquery.cookie.js (renamed from javascripts_min/libs/jquery/jquery.cookie.js)0
-rw-r--r--src/main/webapp/javascripts_min/libs/jquery/jquery.js (renamed from javascripts_min/libs/jquery/jquery.js)0
-rw-r--r--src/main/webapp/javascripts_min/libs/json2.js (renamed from javascripts_min/libs/json2.js)0
-rw-r--r--src/main/webapp/javascripts_min/libs/qunit-1.10.0.js (renamed from javascripts_min/libs/qunit-1.10.0.js)0
-rw-r--r--src/main/webapp/javascripts_min/libs/renderTerminator.js (renamed from javascripts_min/libs/renderTerminator.js)0
-rw-r--r--src/main/webapp/javascripts_min/libs/underscore.js (renamed from javascripts_min/libs/underscore.js)0
-rw-r--r--src/main/webapp/javascripts_min/libs/xplans/mssql.js (renamed from javascripts_min/libs/xplans/mssql.js)0
-rw-r--r--src/main/webapp/javascripts_min/libs/xplans/oracle/flashver.js (renamed from javascripts_min/libs/xplans/oracle/flashver.js)0
-rw-r--r--src/main/webapp/javascripts_min/libs/xplans/oracle/loadswf.js (renamed from javascripts_min/libs/xplans/oracle/loadswf.js)0
-rw-r--r--src/main/webapp/javascripts_min/main.js (renamed from javascripts_min/main.js)0
-rw-r--r--src/main/webapp/javascripts_min/qunit_main.js (renamed from javascripts_min/qunit_main.js)0
-rw-r--r--src/main/webapp/javascripts_min/text.js (renamed from javascripts_min/text.js)0
-rw-r--r--src/main/webapp/javascripts_static/sql.js (renamed from javascripts_static/sql.js)0
-rw-r--r--src/main/webapp/lib/.gitignore (renamed from lib/.gitignore)0
-rwxr-xr-xsrc/main/webapp/lib/OpenIDConsumer/ClientScopeOpenIDSession.cfc (renamed from lib/OpenIDConsumer/ClientScopeOpenIDSession.cfc)0
-rwxr-xr-xsrc/main/webapp/lib/OpenIDConsumer/OpenIDConsumer.cfc (renamed from lib/OpenIDConsumer/OpenIDConsumer.cfc)0
-rwxr-xr-xsrc/main/webapp/lib/OpenIDConsumer/OpenIDConsumer2.cfc (renamed from lib/OpenIDConsumer/OpenIDConsumer2.cfc)0
-rwxr-xr-xsrc/main/webapp/lib/OpenIDConsumer/SessionScopeOpenIDSession.cfc (renamed from lib/OpenIDConsumer/SessionScopeOpenIDSession.cfc)0
-rw-r--r--src/main/webapp/lib/OpenIDConsumer/httpClient.cfc (renamed from lib/OpenIDConsumer/httpClient.cfc)0
-rwxr-xr-xsrc/main/webapp/lib/OpenIDConsumer/json.cfc (renamed from lib/OpenIDConsumer/json.cfc)0
-rwxr-xr-xsrc/main/webapp/lib/OpenIDConsumer/yadis.cfc (renamed from lib/OpenIDConsumer/yadis.cfc)0
-rw-r--r--src/main/webapp/miscellaneous/Application.cfc (renamed from miscellaneous/Application.cfc)0
-rw-r--r--src/main/webapp/models/DB_Type.cfc (renamed from models/DB_Type.cfc)0
-rw-r--r--src/main/webapp/models/Host.cfc (renamed from models/Host.cfc)0
-rw-r--r--src/main/webapp/models/Model.cfc (renamed from models/Model.cfc)0
-rw-r--r--src/main/webapp/models/Query.cfc (renamed from models/Query.cfc)0
-rw-r--r--src/main/webapp/models/Query_Set.cfc (renamed from models/Query_Set.cfc)0
-rw-r--r--src/main/webapp/models/Schema_Def.cfc (renamed from models/Schema_Def.cfc)0
-rw-r--r--src/main/webapp/models/User.cfc (renamed from models/User.cfc)0
-rw-r--r--src/main/webapp/models/User_Fiddle.cfc (renamed from models/User_Fiddle.cfc)0
-rw-r--r--src/main/webapp/models/Wheels.cfc (renamed from models/Wheels.cfc)0
-rw-r--r--src/main/webapp/plugins/CFAdminDSN-0.1.zip (renamed from plugins/CFAdminDSN-0.1.zip)bin2184 -> 2184 bytes
-rw-r--r--src/main/webapp/plugins/CFAdminDSN/CFAdminDSN.cfc (renamed from plugins/CFAdminDSN/CFAdminDSN.cfc)0
-rw-r--r--src/main/webapp/plugins/CFAdminDSN/adobe.cfm (renamed from plugins/CFAdminDSN/adobe.cfm)0
-rw-r--r--src/main/webapp/plugins/CFAdminDSN/index.cfm (renamed from plugins/CFAdminDSN/index.cfm)0
-rw-r--r--src/main/webapp/plugins/CFAdminDSN/railo.cfm (renamed from plugins/CFAdminDSN/railo.cfm)0
-rw-r--r--src/main/webapp/plugins/RequireJS-0.2.1.zip (renamed from plugins/RequireJS-0.2.1.zip)bin1226540 -> 1226540 bytes
-rw-r--r--src/main/webapp/plugins/RequireJS/.gitignore (renamed from plugins/RequireJS/.gitignore)0
-rw-r--r--src/main/webapp/plugins/RequireJS/RequireJS.cfc (renamed from plugins/RequireJS/RequireJS.cfc)0
-rw-r--r--src/main/webapp/plugins/RequireJS/build.js (renamed from plugins/RequireJS/build.js)0
-rw-r--r--src/main/webapp/plugins/RequireJS/index.cfm (renamed from plugins/RequireJS/index.cfm)0
-rw-r--r--src/main/webapp/plugins/RequireJS/js.jar (renamed from plugins/RequireJS/js.jar)bin1122370 -> 1122370 bytes
-rw-r--r--src/main/webapp/plugins/RequireJS/less-rhino-1.3.0.js (renamed from plugins/RequireJS/less-rhino-1.3.0.js)0
-rw-r--r--src/main/webapp/plugins/RequireJS/r.js (renamed from plugins/RequireJS/r.js)0
-rw-r--r--src/main/webapp/plugins/RequireJS/require.js (renamed from plugins/RequireJS/require.js)0
-rw-r--r--src/main/webapp/rewrite.cfm (renamed from rewrite.cfm)0
-rw-r--r--src/main/webapp/root.cfm (renamed from root.cfm)0
-rw-r--r--src/main/webapp/stylesheets/.gitignore (renamed from stylesheets/.gitignore)0
-rw-r--r--src/main/webapp/stylesheets/about.css (renamed from stylesheets/about.css)0
-rw-r--r--src/main/webapp/stylesheets/bootstrap-2.0.4/accordion.less (renamed from stylesheets/bootstrap-2.0.4/accordion.less)0
-rw-r--r--src/main/webapp/stylesheets/bootstrap-2.0.4/alerts.less (renamed from stylesheets/bootstrap-2.0.4/alerts.less)0
-rw-r--r--src/main/webapp/stylesheets/bootstrap-2.0.4/bootstrap.css (renamed from stylesheets/bootstrap-2.0.4/bootstrap.css)0
-rw-r--r--src/main/webapp/stylesheets/bootstrap-2.0.4/bootstrap.less (renamed from stylesheets/bootstrap-2.0.4/bootstrap.less)0
-rw-r--r--src/main/webapp/stylesheets/bootstrap-2.0.4/breadcrumbs.less (renamed from stylesheets/bootstrap-2.0.4/breadcrumbs.less)0
-rw-r--r--src/main/webapp/stylesheets/bootstrap-2.0.4/button-groups.less (renamed from stylesheets/bootstrap-2.0.4/button-groups.less)0
-rw-r--r--src/main/webapp/stylesheets/bootstrap-2.0.4/buttons.less (renamed from stylesheets/bootstrap-2.0.4/buttons.less)0
-rw-r--r--src/main/webapp/stylesheets/bootstrap-2.0.4/carousel.less (renamed from stylesheets/bootstrap-2.0.4/carousel.less)0
-rw-r--r--src/main/webapp/stylesheets/bootstrap-2.0.4/close.less (renamed from stylesheets/bootstrap-2.0.4/close.less)0
-rw-r--r--src/main/webapp/stylesheets/bootstrap-2.0.4/code.less (renamed from stylesheets/bootstrap-2.0.4/code.less)0
-rw-r--r--src/main/webapp/stylesheets/bootstrap-2.0.4/component-animations.less (renamed from stylesheets/bootstrap-2.0.4/component-animations.less)0
-rw-r--r--src/main/webapp/stylesheets/bootstrap-2.0.4/dropdowns.less (renamed from stylesheets/bootstrap-2.0.4/dropdowns.less)0
-rw-r--r--src/main/webapp/stylesheets/bootstrap-2.0.4/forms.less (renamed from stylesheets/bootstrap-2.0.4/forms.less)0
-rw-r--r--src/main/webapp/stylesheets/bootstrap-2.0.4/grid.less (renamed from stylesheets/bootstrap-2.0.4/grid.less)0
-rw-r--r--src/main/webapp/stylesheets/bootstrap-2.0.4/hero-unit.less (renamed from stylesheets/bootstrap-2.0.4/hero-unit.less)0
-rw-r--r--src/main/webapp/stylesheets/bootstrap-2.0.4/labels-badges.less (renamed from stylesheets/bootstrap-2.0.4/labels-badges.less)0
-rw-r--r--src/main/webapp/stylesheets/bootstrap-2.0.4/layouts.less (renamed from stylesheets/bootstrap-2.0.4/layouts.less)0
-rw-r--r--src/main/webapp/stylesheets/bootstrap-2.0.4/mixins.less (renamed from stylesheets/bootstrap-2.0.4/mixins.less)0
-rw-r--r--src/main/webapp/stylesheets/bootstrap-2.0.4/modals.less (renamed from stylesheets/bootstrap-2.0.4/modals.less)0
-rw-r--r--src/main/webapp/stylesheets/bootstrap-2.0.4/navbar.less (renamed from stylesheets/bootstrap-2.0.4/navbar.less)0
-rw-r--r--src/main/webapp/stylesheets/bootstrap-2.0.4/navs.less (renamed from stylesheets/bootstrap-2.0.4/navs.less)0
-rw-r--r--src/main/webapp/stylesheets/bootstrap-2.0.4/pager.less (renamed from stylesheets/bootstrap-2.0.4/pager.less)0
-rw-r--r--src/main/webapp/stylesheets/bootstrap-2.0.4/pagination.less (renamed from stylesheets/bootstrap-2.0.4/pagination.less)0
-rw-r--r--src/main/webapp/stylesheets/bootstrap-2.0.4/popovers.less (renamed from stylesheets/bootstrap-2.0.4/popovers.less)0
-rw-r--r--src/main/webapp/stylesheets/bootstrap-2.0.4/progress-bars.less (renamed from stylesheets/bootstrap-2.0.4/progress-bars.less)0
-rw-r--r--src/main/webapp/stylesheets/bootstrap-2.0.4/reset.less (renamed from stylesheets/bootstrap-2.0.4/reset.less)0
-rw-r--r--src/main/webapp/stylesheets/bootstrap-2.0.4/responsive-1200px-min.less (renamed from stylesheets/bootstrap-2.0.4/responsive-1200px-min.less)0
-rw-r--r--src/main/webapp/stylesheets/bootstrap-2.0.4/responsive-767px-max.less (renamed from stylesheets/bootstrap-2.0.4/responsive-767px-max.less)0
-rw-r--r--src/main/webapp/stylesheets/bootstrap-2.0.4/responsive-768px-979px.less (renamed from stylesheets/bootstrap-2.0.4/responsive-768px-979px.less)0
-rw-r--r--src/main/webapp/stylesheets/bootstrap-2.0.4/responsive-navbar.less (renamed from stylesheets/bootstrap-2.0.4/responsive-navbar.less)0
-rw-r--r--src/main/webapp/stylesheets/bootstrap-2.0.4/responsive-utilities.less (renamed from stylesheets/bootstrap-2.0.4/responsive-utilities.less)0
-rw-r--r--src/main/webapp/stylesheets/bootstrap-2.0.4/responsive.css (renamed from stylesheets/bootstrap-2.0.4/responsive.css)0
-rw-r--r--src/main/webapp/stylesheets/bootstrap-2.0.4/responsive.less (renamed from stylesheets/bootstrap-2.0.4/responsive.less)0
-rw-r--r--src/main/webapp/stylesheets/bootstrap-2.0.4/scaffolding.less (renamed from stylesheets/bootstrap-2.0.4/scaffolding.less)0
-rw-r--r--src/main/webapp/stylesheets/bootstrap-2.0.4/sprites.less (renamed from stylesheets/bootstrap-2.0.4/sprites.less)0
-rw-r--r--src/main/webapp/stylesheets/bootstrap-2.0.4/tables.less (renamed from stylesheets/bootstrap-2.0.4/tables.less)0
-rw-r--r--src/main/webapp/stylesheets/bootstrap-2.0.4/thumbnails.less (renamed from stylesheets/bootstrap-2.0.4/thumbnails.less)0
-rw-r--r--src/main/webapp/stylesheets/bootstrap-2.0.4/tooltip.less (renamed from stylesheets/bootstrap-2.0.4/tooltip.less)0
-rw-r--r--src/main/webapp/stylesheets/bootstrap-2.0.4/type.less (renamed from stylesheets/bootstrap-2.0.4/type.less)0
-rw-r--r--src/main/webapp/stylesheets/bootstrap-2.0.4/utilities.less (renamed from stylesheets/bootstrap-2.0.4/utilities.less)0
-rw-r--r--src/main/webapp/stylesheets/bootstrap-2.0.4/variables.less (renamed from stylesheets/bootstrap-2.0.4/variables.less)0
-rw-r--r--src/main/webapp/stylesheets/bootstrap-2.0.4/wells.less (renamed from stylesheets/bootstrap-2.0.4/wells.less)0
-rw-r--r--src/main/webapp/stylesheets/codemirror.css (renamed from stylesheets/codemirror.css)0
-rw-r--r--src/main/webapp/stylesheets/fiddle.css (renamed from stylesheets/fiddle.css)0
-rw-r--r--src/main/webapp/stylesheets/fiddle.less (renamed from stylesheets/fiddle.less)0
-rw-r--r--src/main/webapp/stylesheets/fiddle_bootstrap_overrides.less (renamed from stylesheets/fiddle_bootstrap_overrides.less)0
-rw-r--r--src/main/webapp/stylesheets/fiddle_responsive.less (renamed from stylesheets/fiddle_responsive.less)0
-rw-r--r--src/main/webapp/stylesheets/print.css (renamed from stylesheets/print.css)0
-rw-r--r--src/main/webapp/stylesheets/qp.css (renamed from stylesheets/qp.css)0
-rw-r--r--src/main/webapp/stylesheets/qunit-1.10.0.css (renamed from stylesheets/qunit-1.10.0.css)0
-rw-r--r--src/main/webapp/stylesheets_min/_index.css (renamed from stylesheets_min/_index.css)0
-rw-r--r--src/main/webapp/stylesheets_min/bootstrap-2.0.4/bootstrap.css (renamed from stylesheets_min/bootstrap-2.0.4/bootstrap.css)0
-rw-r--r--src/main/webapp/stylesheets_min/bootstrap-2.0.4/responsive.css (renamed from stylesheets_min/bootstrap-2.0.4/responsive.css)0
-rw-r--r--src/main/webapp/stylesheets_min/codemirror.css (renamed from stylesheets_min/codemirror.css)0
-rw-r--r--src/main/webapp/stylesheets_min/fiddle.css (renamed from stylesheets_min/fiddle.css)0
-rw-r--r--src/main/webapp/stylesheets_min/qp.css (renamed from stylesheets_min/qp.css)0
-rw-r--r--src/main/webapp/stylesheets_min/test.css (renamed from stylesheets_min/test.css)0
-rw-r--r--src/main/webapp/tests/.gitignore (renamed from tests/.gitignore)0
-rw-r--r--src/main/webapp/views/Dashboard/index.cfm (renamed from views/Dashboard/index.cfm)0
-rw-r--r--src/main/webapp/views/Fiddles/_loginModal.cfm (renamed from views/Fiddles/_loginModal.cfm)0
-rw-r--r--src/main/webapp/views/Fiddles/_myFiddlesModal.cfm (renamed from views/Fiddles/_myFiddlesModal.cfm)0
-rw-r--r--src/main/webapp/views/Fiddles/_textToDDL.cfm (renamed from views/Fiddles/_textToDDL.cfm)0
-rw-r--r--src/main/webapp/views/Fiddles/dbtypes.cfm (renamed from views/Fiddles/dbtypes.cfm)0
-rw-r--r--src/main/webapp/views/Fiddles/index.cfm (renamed from views/Fiddles/index.cfm)0
-rw-r--r--src/main/webapp/views/QUnit/index.cfm (renamed from views/QUnit/index.cfm)0
-rw-r--r--src/main/webapp/views/QUnit/layout.cfm (renamed from views/QUnit/layout.cfm)0
-rw-r--r--src/main/webapp/views/UserFiddles/_favorites.cfm (renamed from views/UserFiddles/_favorites.cfm)0
-rw-r--r--src/main/webapp/views/UserFiddles/_fiddle_history.cfm (renamed from views/UserFiddles/_fiddle_history.cfm)0
-rw-r--r--src/main/webapp/views/UserFiddles/index.cfm (renamed from views/UserFiddles/index.cfm)0
-rw-r--r--src/main/webapp/views/Users/_info.cfm (renamed from views/Users/_info.cfm)0
-rw-r--r--src/main/webapp/views/Users/_login.cfm (renamed from views/Users/_login.cfm)0
-rw-r--r--src/main/webapp/views/helpers.cfm (renamed from views/helpers.cfm)0
-rw-r--r--src/main/webapp/views/layout.cfm (renamed from views/layout.cfm)0
-rw-r--r--src/main/webapp/views/wheels/layout.cfm (renamed from views/wheels/layout.cfm)0
-rw-r--r--src/main/webapp/views/wheels/wheels.cfm (renamed from views/wheels/wheels.cfm)0
-rw-r--r--src/main/webapp/web.config (renamed from web.config)0
-rwxr-xr-xsrc/main/webapp/wheels/CHANGELOG (renamed from wheels/CHANGELOG)0
-rwxr-xr-xsrc/main/webapp/wheels/Connection.cfc (renamed from wheels/Connection.cfc)0
-rwxr-xr-xsrc/main/webapp/wheels/Controller.cfc (renamed from wheels/Controller.cfc)0
-rwxr-xr-xsrc/main/webapp/wheels/Dispatch.cfc (renamed from wheels/Dispatch.cfc)0
-rwxr-xr-xsrc/main/webapp/wheels/Model.cfc (renamed from wheels/Model.cfc)0
-rwxr-xr-xsrc/main/webapp/wheels/Plugins.cfc (renamed from wheels/Plugins.cfc)0
-rwxr-xr-xsrc/main/webapp/wheels/Test.cfc (renamed from wheels/Test.cfc)0
-rwxr-xr-xsrc/main/webapp/wheels/controller.cfm (renamed from wheels/controller.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/controller/appfunctions.cfm (renamed from wheels/controller/appfunctions.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/controller/caching.cfm (renamed from wheels/controller/caching.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/controller/filters.cfm (renamed from wheels/controller/filters.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/controller/flash.cfm (renamed from wheels/controller/flash.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/controller/functions.cfm (renamed from wheels/controller/functions.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/controller/initialization.cfm (renamed from wheels/controller/initialization.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/controller/layouts.cfm (renamed from wheels/controller/layouts.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/controller/miscellaneous.cfm (renamed from wheels/controller/miscellaneous.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/controller/processing.cfm (renamed from wheels/controller/processing.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/controller/provides.cfm (renamed from wheels/controller/provides.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/controller/redirection.cfm (renamed from wheels/controller/redirection.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/controller/rendering.cfm (renamed from wheels/controller/rendering.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/controller/request.cfm (renamed from wheels/controller/request.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/controller/verifies.cfm (renamed from wheels/controller/verifies.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/dispatch/functions.cfm (renamed from wheels/dispatch/functions.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/dispatch/request.cfm (renamed from wheels/dispatch/request.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/events/onapplicationend.cfm (renamed from wheels/events/onapplicationend.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/events/onapplicationstart.cfm (renamed from wheels/events/onapplicationstart.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/events/onapplicationstart/settings.cfm (renamed from wheels/events/onapplicationstart/settings.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/events/onerror.cfm (renamed from wheels/events/onerror.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/events/onerror/cfmlerror.cfm (renamed from wheels/events/onerror/cfmlerror.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/events/onerror/wheelserror.cfm (renamed from wheels/events/onerror/wheelserror.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/events/onmissingtemplate.cfm (renamed from wheels/events/onmissingtemplate.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/events/onrequest.cfm (renamed from wheels/events/onrequest.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/events/onrequestend.cfm (renamed from wheels/events/onrequestend.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/events/onrequestend/debug.cfm (renamed from wheels/events/onrequestend/debug.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/events/onrequeststart.cfm (renamed from wheels/events/onrequeststart.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/events/onsessionend.cfm (renamed from wheels/events/onsessionend.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/events/onsessionstart.cfm (renamed from wheels/events/onsessionstart.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/functions.cfm (renamed from wheels/functions.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/global/appfunctions.cfm (renamed from wheels/global/appfunctions.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/global/cfml.cfm (renamed from wheels/global/cfml.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/global/functions.cfm (renamed from wheels/global/functions.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/global/internal.cfm (renamed from wheels/global/internal.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/global/public.cfm (renamed from wheels/global/public.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/index.cfm (renamed from wheels/index.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/license.txt (renamed from wheels/license.txt)0
-rwxr-xr-xsrc/main/webapp/wheels/model.cfm (renamed from wheels/model.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/model/adapters/Base.cfc (renamed from wheels/model/adapters/Base.cfc)0
-rwxr-xr-xsrc/main/webapp/wheels/model/adapters/H2.cfc (renamed from wheels/model/adapters/H2.cfc)0
-rwxr-xr-xsrc/main/webapp/wheels/model/adapters/MicrosoftSQLServer.cfc (renamed from wheels/model/adapters/MicrosoftSQLServer.cfc)0
-rwxr-xr-xsrc/main/webapp/wheels/model/adapters/MySQL.cfc (renamed from wheels/model/adapters/MySQL.cfc)0
-rwxr-xr-xsrc/main/webapp/wheels/model/adapters/Oracle.cfc (renamed from wheels/model/adapters/Oracle.cfc)0
-rwxr-xr-xsrc/main/webapp/wheels/model/adapters/PostgreSQL.cfc (renamed from wheels/model/adapters/PostgreSQL.cfc)0
-rwxr-xr-xsrc/main/webapp/wheels/model/associations.cfm (renamed from wheels/model/associations.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/model/calculations.cfm (renamed from wheels/model/calculations.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/model/callbacks.cfm (renamed from wheels/model/callbacks.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/model/crud.cfm (renamed from wheels/model/crud.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/model/errors.cfm (renamed from wheels/model/errors.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/model/functions.cfm (renamed from wheels/model/functions.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/model/initialization.cfm (renamed from wheels/model/initialization.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/model/miscellaneous.cfm (renamed from wheels/model/miscellaneous.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/model/nestedproperties.cfm (renamed from wheels/model/nestedproperties.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/model/onmissingmethod.cfm (renamed from wheels/model/onmissingmethod.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/model/properties.cfm (renamed from wheels/model/properties.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/model/serialize.cfm (renamed from wheels/model/serialize.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/model/sql.cfm (renamed from wheels/model/sql.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/model/transactions.cfm (renamed from wheels/model/transactions.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/model/validations.cfm (renamed from wheels/model/validations.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/plugins/injection.cfm (renamed from wheels/plugins/injection.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/public/congratulations.cfm (renamed from wheels/public/congratulations.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/public/layout.cfm (renamed from wheels/public/layout.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/public/plugins.cfm (renamed from wheels/public/plugins.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/public/tests.cfm (renamed from wheels/public/tests.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/public/wheels.cfm (renamed from wheels/public/wheels.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/styles/footer.cfm (renamed from wheels/styles/footer.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/styles/header.cfm (renamed from wheels/styles/header.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/test.cfm (renamed from wheels/test.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/vendor/toXml/toXML.cfc (renamed from wheels/vendor/toXml/toXML.cfc)0
-rwxr-xr-xsrc/main/webapp/wheels/view/assets.cfm (renamed from wheels/view/assets.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/view/dates.cfm (renamed from wheels/view/dates.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/view/errors.cfm (renamed from wheels/view/errors.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/view/forms.cfm (renamed from wheels/view/forms.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/view/formsassociation.cfm (renamed from wheels/view/formsassociation.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/view/formsdate.cfm (renamed from wheels/view/formsdate.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/view/formsdateobject.cfm (renamed from wheels/view/formsdateobject.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/view/formsdateplain.cfm (renamed from wheels/view/formsdateplain.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/view/formsobject.cfm (renamed from wheels/view/formsobject.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/view/formsplain.cfm (renamed from wheels/view/formsplain.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/view/functions.cfm (renamed from wheels/view/functions.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/view/links.cfm (renamed from wheels/view/links.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/view/miscellaneous.cfm (renamed from wheels/view/miscellaneous.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/view/sanitize.cfm (renamed from wheels/view/sanitize.cfm)0
-rwxr-xr-xsrc/main/webapp/wheels/view/text.cfm (renamed from wheels/view/text.cfm)0
-rw-r--r--target/.gitignore4
477 files changed, 171 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index d858cc4..409b55a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,7 @@
-WEB-INF
-.project
-.DS_Store
-config/production/settings.cfm
-config/environment.cfm
+src/main/webapp/WEB-INF/flex/
+src/main/webapp/WEB-INF/railo/
+src/main/webapp/WEB-INF/lib/
+src/main/webapp/.project
+src/main/webapp/.DS_Store
+src/main/webapp/config/production/settings.cfm
+src/main/webapp/config/environment.cfm
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..abe6892
--- /dev/null
+++ b/README.md
@@ -0,0 +1,30 @@
+SQL Fiddle
+==========
+
+##About
+
+See [the SQL Fiddle about page](http://sqlfiddle.com/about.html) page for background on the site.
+
+## Getting the project up and running
+
+Fork the code on github to a local branch for youself. *git clone* and then from within your working copy, run this:
+
+ mvn jetty:run
+
+Once everything downloads and runs, the app will be running on [localhost:8080](http://localhost:8080). The document root being served is src/main/webapp.
+
+You'll want to set the Railo Admin password right away. Here's the link to get there, once you have Jetty running:
+
+[Local Railo Admin](http://localhost:8080/railo-context/admin/web.cfm)
+
+Copy the file src/main/webapp/config/environment.cfm.example to src/main/webapp/onfig/environment.cfm
+
+Copy the file src/main/webapp/config/design/settings.cfm.example to src/main/webapp/config/design/settings.cfm
+
+Edit src/main/webapp/onfig/design/settings.cfm and update the CFAdminPassword value to be whatever you used for your Railo admin password.
+
+You should now have a functional copy of SQL Fiddle running locally. You won't have much in the way of database backends, of course, since setting those up requires separate work for each one (and isn't really necessary for most development work).
+
+I'm happy to entertain pull requests!
+
+Thanks, Jake
diff --git a/pom.xml b/pom.xml
new file mode 100644
index 0000000..2f86011
--- /dev/null
+++ b/pom.xml
@@ -0,0 +1,55 @@
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <modelVersion>4.0.0</modelVersion>
+
+ <groupId>org.yourorg</groupId>
+ <artifactId>railo-maven-template</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ <packaging>war</packaging>
+
+ <name>railo-maven-template</name>
+ <url>http://maven.apache.org</url>
+
+ <properties>
+ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
+ </properties>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.getrailo</groupId>
+ <artifactId>railo</artifactId>
+ <version>3.3.5.004</version>
+ </dependency>
+ </dependencies>
+ <build>
+ <plugins>
+
+<plugin>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>jetty-maven-plugin</artifactId>
+ <version>8.1.3.v20120416</version>
+
+ <configuration>
+ <scanIntervalSeconds>10</scanIntervalSeconds>
+ <contextPath>/</contextPath>
+ </configuration>
+
+</plugin>
+
+ </plugins>
+ </build>
+
+ <repositories>
+ <repository>
+ <id>cfmlprojects.org</id>
+ <url>http://cfmlprojects.org/artifacts</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+ </repositories>
+
+</project>
diff --git a/.htaccess b/src/main/webapp/.htaccess
index 3d33392..3d33392 100644
--- a/.htaccess
+++ b/src/main/webapp/.htaccess
diff --git a/Application.cfc b/src/main/webapp/Application.cfc
index c2d3690..c2d3690 100644
--- a/Application.cfc
+++ b/src/main/webapp/Application.cfc
diff --git a/IsapiRewrite4.ini b/src/main/webapp/IsapiRewrite4.ini
index 362837f..362837f 100644
--- a/IsapiRewrite4.ini
+++ b/src/main/webapp/IsapiRewrite4.ini
diff --git a/README.markdown b/src/main/webapp/README.markdown
index 16b7309..16b7309 100644
--- a/README.markdown
+++ b/src/main/webapp/README.markdown
diff --git a/src/main/webapp/WEB-INF/.htaccess b/src/main/webapp/WEB-INF/.htaccess
new file mode 100644
index 0000000..e0d9ba6
--- /dev/null
+++ b/src/main/webapp/WEB-INF/.htaccess
@@ -0,0 +1,6 @@
+AuthName "WebInf Folder"
+AuthType Basic
+<Limit GET POST>
+order deny,allow
+deny from all
+</Limit> \ No newline at end of file
diff --git a/src/main/webapp/WEB-INF/web.xml b/src/main/webapp/WEB-INF/web.xml
new file mode 100644
index 0000000..cd40c16
--- /dev/null
+++ b/src/main/webapp/WEB-INF/web.xml
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<web-app xmlns="http://java.sun.com/xml/ns/javaee"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
+ version="2.5">
+
+ <!-- =================================================================== -->
+ <!-- Invoke the Railo Servlet -->
+ <!-- =================================================================== -->
+
+<servlet>
+ <servlet-name>GlobalCFMLServlet</servlet-name>
+ <description>CFML runtime Engine</description>
+ <servlet-class>railo.loader.servlet.CFMLServlet</servlet-class>
+ <init-param>
+ <param-name>configuration</param-name>
+ <param-value>/WEB-INF/railo/</param-value>
+ <description>Configuraton directory</description>
+ </init-param>
+ <load-on-startup>1</load-on-startup>
+</servlet>
+
+ <servlet-mapping>
+ <servlet-name>default</servlet-name>
+ <url-pattern>/</url-pattern>
+ </servlet-mapping>
+
+
+
+ <!-- The mapping for the Railo servlet -->
+<servlet-mapping>
+ <servlet-name>GlobalCFMLServlet</servlet-name>
+ <url-pattern>*.cfm</url-pattern>
+</servlet-mapping>
+<servlet-mapping>
+ <servlet-name>GlobalCFMLServlet</servlet-name>
+ <url-pattern>/index.cfm/*</url-pattern>
+</servlet-mapping>
+<servlet-mapping>
+ <servlet-name>GlobalCFMLServlet</servlet-name>
+ <url-pattern>*.cfml</url-pattern>
+</servlet-mapping>
+<servlet-mapping>
+ <servlet-name>GlobalCFMLServlet</servlet-name>
+ <url-pattern>*.cfc</url-pattern>
+</servlet-mapping>
+
+
+ <!-- ==================== Default Welcome File List ===================== -->
+ <!-- When a request URI refers to a directory, the default servlet looks -->
+ <!-- for a "welcome file" within that directory and, if present, -->
+ <!-- to the corresponding resource URI for display. If no welcome file -->
+ <!-- is present, the default servlet either serves a directory listing, -->
+ <!-- or returns a 404 status, depending on how it is configured. -->
+ <!-- -->
+ <!-- If you define welcome files in your own application's web.xml -->
+ <!-- deployment descriptor, that list *replaces* the list configured -->
+ <!-- here, so be sure that you include any of the default values that -->
+ <!-- you wish to include. -->
+
+ <welcome-file-list>
+ <welcome-file>index.html</welcome-file>
+ <welcome-file>index.htm</welcome-file>
+ <welcome-file>index.jsp</welcome-file>
+ <welcome-file>index.cfm</welcome-file>
+ <welcome-file>index.cfml</welcome-file>
+ </welcome-file-list>
+
+</web-app>
diff --git a/about.html b/src/main/webapp/about.html
index be0f563..be0f563 100644
--- a/about.html
+++ b/src/main/webapp/about.html
diff --git a/config/app.cfm b/src/main/webapp/config/app.cfm
index fbfcabd..fbfcabd 100644
--- a/config/app.cfm
+++ b/src/main/webapp/config/app.cfm
diff --git a/config/design/.gitignore b/src/main/webapp/config/design/.gitignore
index 9c53ff0..9c53ff0 100644
--- a/config/design/.gitignore
+++ b/src/main/webapp/config/design/.gitignore
diff --git a/config/design/settings.cfm.example b/src/main/webapp/config/design/settings.cfm.example
index 581ac1c..581ac1c 100644
--- a/config/design/settings.cfm.example
+++ b/src/main/webapp/config/design/settings.cfm.example
diff --git a/config/development/settings.cfm b/src/main/webapp/config/development/settings.cfm
index 4eec4de..4eec4de 100644
--- a/config/development/settings.cfm
+++ b/src/main/webapp/config/development/settings.cfm
diff --git a/config/environment.cfm.example b/src/main/webapp/config/environment.cfm.example
index f19006a..f19006a 100644
--- a/config/environment.cfm.example
+++ b/src/main/webapp/config/environment.cfm.example
diff --git a/config/maintenance/settings.cfm b/src/main/webapp/config/maintenance/settings.cfm
index 705f113..705f113 100644
--- a/config/maintenance/settings.cfm
+++ b/src/main/webapp/config/maintenance/settings.cfm
diff --git a/config/production/settings.cfm.example b/src/main/webapp/config/production/settings.cfm.example
index 0758643..0758643 100644
--- a/config/production/settings.cfm.example
+++ b/src/main/webapp/config/production/settings.cfm.example
diff --git a/config/routes.cfm b/src/main/webapp/config/routes.cfm
index 17054b4..17054b4 100644
--- a/config/routes.cfm
+++ b/src/main/webapp/config/routes.cfm
diff --git a/config/settings.cfm b/src/main/webapp/config/settings.cfm
index d999e5e..d999e5e 100644
--- a/config/settings.cfm
+++ b/src/main/webapp/config/settings.cfm
diff --git a/config/testing/settings.cfm b/src/main/webapp/config/testing/settings.cfm
index e5ed425..e5ed425 100644
--- a/config/testing/settings.cfm
+++ b/src/main/webapp/config/testing/settings.cfm
diff --git a/controllers/Controller.cfc b/src/main/webapp/controllers/Controller.cfc
index cfcb401..cfcb401 100644
--- a/controllers/Controller.cfc
+++ b/src/main/webapp/controllers/Controller.cfc
diff --git a/controllers/Dashboard.cfc b/src/main/webapp/controllers/Dashboard.cfc
index d48295e..d48295e 100644
--- a/controllers/Dashboard.cfc
+++ b/src/main/webapp/controllers/Dashboard.cfc
diff --git a/controllers/Fiddles.cfc b/src/main/webapp/controllers/Fiddles.cfc
index 83cbf7c..83cbf7c 100644
--- a/controllers/Fiddles.cfc
+++ b/src/main/webapp/controllers/Fiddles.cfc
diff --git a/controllers/Proxy.cfc b/src/main/webapp/controllers/Proxy.cfc
index d90fc55..d90fc55 100644
--- a/controllers/Proxy.cfc
+++ b/src/main/webapp/controllers/Proxy.cfc
diff --git a/controllers/Tasks.cfc b/src/main/webapp/controllers/Tasks.cfc
index c7a470f..c7a470f 100644
--- a/controllers/Tasks.cfc
+++ b/src/main/webapp/controllers/Tasks.cfc
diff --git a/controllers/UserFiddles.cfc b/src/main/webapp/controllers/UserFiddles.cfc
index 107540e..107540e 100644
--- a/controllers/UserFiddles.cfc
+++ b/src/main/webapp/controllers/UserFiddles.cfc
diff --git a/controllers/Users.cfc b/src/main/webapp/controllers/Users.cfc
index a650e71..a650e71 100644
--- a/controllers/Users.cfc
+++ b/src/main/webapp/controllers/Users.cfc
diff --git a/controllers/Wheels.cfc b/src/main/webapp/controllers/Wheels.cfc
index f5e7951..f5e7951 100644
--- a/controllers/Wheels.cfc
+++ b/src/main/webapp/controllers/Wheels.cfc
diff --git a/db/01_alter_db_types_add_execution_plans.sql b/src/main/webapp/db/01_alter_db_types_add_execution_plans.sql
index 45d3029..45d3029 100644
--- a/db/01_alter_db_types_add_execution_plans.sql
+++ b/src/main/webapp/db/01_alter_db_types_add_execution_plans.sql
diff --git a/db/02_update_db_types_set_execution_plan_prefix_suffix.sql b/src/main/webapp/db/02_update_db_types_set_execution_plan_prefix_suffix.sql
index 7fd9bd7..7fd9bd7 100644
--- a/db/02_update_db_types_set_execution_plan_prefix_suffix.sql
+++ b/src/main/webapp/db/02_update_db_types_set_execution_plan_prefix_suffix.sql
diff --git a/db/03_alter_db_types_add_execution_plan_xslt.sql b/src/main/webapp/db/03_alter_db_types_add_execution_plan_xslt.sql
index 9a2e2e9..9a2e2e9 100644
--- a/db/03_alter_db_types_add_execution_plan_xslt.sql
+++ b/src/main/webapp/db/03_alter_db_types_add_execution_plan_xslt.sql
diff --git a/db/04_update_db_types_set_execution_plan_xslt.sql b/src/main/webapp/db/04_update_db_types_set_execution_plan_xslt.sql
index c9f1785..c9f1785 100644
--- a/db/04_update_db_types_set_execution_plan_xslt.sql
+++ b/src/main/webapp/db/04_update_db_types_set_execution_plan_xslt.sql
diff --git a/db/05_alter_db_types_add_context.sql b/src/main/webapp/db/05_alter_db_types_add_context.sql
index 5680b4e..5680b4e 100644
--- a/db/05_alter_db_types_add_context.sql
+++ b/src/main/webapp/db/05_alter_db_types_add_context.sql
diff --git a/db/06_update_db_types_set_context.sql b/src/main/webapp/db/06_update_db_types_set_context.sql
index 397836a..397836a 100644
--- a/db/06_update_db_types_set_context.sql
+++ b/src/main/webapp/db/06_update_db_types_set_context.sql
diff --git a/db/07_alter_db_types_pg_template.sql b/src/main/webapp/db/07_alter_db_types_pg_template.sql
index 33424a2..33424a2 100644
--- a/db/07_alter_db_types_pg_template.sql
+++ b/src/main/webapp/db/07_alter_db_types_pg_template.sql
diff --git a/db/08_alter_db_types_add_execution_plan_check.sql b/src/main/webapp/db/08_alter_db_types_add_execution_plan_check.sql
index 6705bed..6705bed 100644
--- a/db/08_alter_db_types_add_execution_plan_check.sql
+++ b/src/main/webapp/db/08_alter_db_types_add_execution_plan_check.sql
diff --git a/db/09_alter_queries_add_statement_separator.sql b/src/main/webapp/db/09_alter_queries_add_statement_separator.sql
index 577fa88..577fa88 100644
--- a/db/09_alter_queries_add_statement_separator.sql
+++ b/src/main/webapp/db/09_alter_queries_add_statement_separator.sql
diff --git a/db/10_create_table_users.sql b/src/main/webapp/db/10_create_table_users.sql
index 0f5a75e..0f5a75e 100644
--- a/db/10_create_table_users.sql
+++ b/src/main/webapp/db/10_create_table_users.sql
diff --git a/db/11_alter_schema_defs_add_owner_id.sql b/src/main/webapp/db/11_alter_schema_defs_add_owner_id.sql
index d60ab6f..d60ab6f 100644
--- a/db/11_alter_schema_defs_add_owner_id.sql
+++ b/src/main/webapp/db/11_alter_schema_defs_add_owner_id.sql
diff --git a/db/12_create_table_user_fiddles.sql b/src/main/webapp/db/12_create_table_user_fiddles.sql
index a124127..a124127 100644
--- a/db/12_create_table_user_fiddles.sql
+++ b/src/main/webapp/db/12_create_table_user_fiddles.sql
diff --git a/db/13_add_meta_data_structure.sql b/src/main/webapp/db/13_add_meta_data_structure.sql
index e435c1a..e435c1a 100644
--- a/db/13_add_meta_data_structure.sql
+++ b/src/main/webapp/db/13_add_meta_data_structure.sql
diff --git a/db/14_alter_user_fiddles_add_favorite.sql b/src/main/webapp/db/14_alter_user_fiddles_add_favorite.sql
index f6fc9db..f6fc9db 100644
--- a/db/14_alter_user_fiddles_add_favorite.sql
+++ b/src/main/webapp/db/14_alter_user_fiddles_add_favorite.sql
diff --git a/db/15_alter_db_types_add_latest_stable.sql b/src/main/webapp/db/15_alter_db_types_add_latest_stable.sql
index 6e959c9..6e959c9 100644
--- a/db/15_alter_db_types_add_latest_stable.sql
+++ b/src/main/webapp/db/15_alter_db_types_add_latest_stable.sql
diff --git a/db/data.sql b/src/main/webapp/db/data.sql
index 329c4f8..329c4f8 100644
--- a/db/data.sql
+++ b/src/main/webapp/db/data.sql
diff --git a/db/mssql_clearDBUsers.sql b/src/main/webapp/db/mssql_clearDBUsers.sql
index 186eeb6..186eeb6 100644
--- a/db/mssql_clearDBUsers.sql
+++ b/src/main/webapp/db/mssql_clearDBUsers.sql
diff --git a/db/schema.sql b/src/main/webapp/db/schema.sql
index 85bd1ae..85bd1ae 100644
--- a/db/schema.sql
+++ b/src/main/webapp/db/schema.sql
diff --git a/db/snapshot.sh b/src/main/webapp/db/snapshot.sh
index 236f45e..236f45e 100755
--- a/db/snapshot.sh
+++ b/src/main/webapp/db/snapshot.sh
diff --git a/events/functions.cfm b/src/main/webapp/events/functions.cfm
index db35cf4..db35cf4 100644
--- a/events/functions.cfm
+++ b/src/main/webapp/events/functions.cfm
diff --git a/events/onapplicationend.cfm b/src/main/webapp/events/onapplicationend.cfm
index 9a654bf..9a654bf 100644
--- a/events/onapplicationend.cfm
+++ b/src/main/webapp/events/onapplicationend.cfm
diff --git a/events/onapplicationstart.cfm b/src/main/webapp/events/onapplicationstart.cfm
index d4e94b0..d4e94b0 100644
--- a/events/onapplicationstart.cfm
+++ b/src/main/webapp/events/onapplicationstart.cfm
diff --git a/events/onerror.cfm b/src/main/webapp/events/onerror.cfm
index e822117..e822117 100644
--- a/events/onerror.cfm
+++ b/src/main/webapp/events/onerror.cfm
diff --git a/events/onmaintenance.cfm b/src/main/webapp/events/onmaintenance.cfm
index 10b439a..10b439a 100644
--- a/events/onmaintenance.cfm
+++ b/src/main/webapp/events/onmaintenance.cfm
diff --git a/events/onmissingtemplate.cfm b/src/main/webapp/events/onmissingtemplate.cfm
index 735682c..735682c 100644
--- a/events/onmissingtemplate.cfm
+++ b/src/main/webapp/events/onmissingtemplate.cfm
diff --git a/events/onrequestend.cfm b/src/main/webapp/events/onrequestend.cfm
index 4b31706..4b31706 100644
--- a/events/onrequestend.cfm
+++ b/src/main/webapp/events/onrequestend.cfm
diff --git a/events/onrequeststart.cfm b/src/main/webapp/events/onrequeststart.cfm
index dd25578..dd25578 100644
--- a/events/onrequeststart.cfm
+++ b/src/main/webapp/events/onrequeststart.cfm
diff --git a/events/onsessionend.cfm b/src/main/webapp/events/onsessionend.cfm
index 01c70cb..01c70cb 100644
--- a/events/onsessionend.cfm
+++ b/src/main/webapp/events/onsessionend.cfm
diff --git a/events/onsessionstart.cfm b/src/main/webapp/events/onsessionstart.cfm
index e7d0199..e7d0199 100644
--- a/events/onsessionstart.cfm
+++ b/src/main/webapp/events/onsessionstart.cfm
diff --git a/favicon.ico b/src/main/webapp/favicon.ico
index 361a9dd..361a9dd 100644
--- a/favicon.ico
+++ b/src/main/webapp/favicon.ico
Binary files differ
diff --git a/files/.gitignore b/src/main/webapp/files/.gitignore
index d3f5a12..d3f5a12 100644
--- a/files/.gitignore
+++ b/src/main/webapp/files/.gitignore
diff --git a/images/.gitignore b/src/main/webapp/images/.gitignore
index d3f5a12..d3f5a12 100644
--- a/images/.gitignore
+++ b/src/main/webapp/images/.gitignore
diff --git a/images/201206-Banner-SQLFiddle-Complete-An-728x90.gif b/src/main/webapp/images/201206-Banner-SQLFiddle-Complete-An-728x90.gif
index d184b84..d184b84 100644
--- a/images/201206-Banner-SQLFiddle-Complete-An-728x90.gif
+++ b/src/main/webapp/images/201206-Banner-SQLFiddle-Complete-An-728x90.gif
Binary files differ
diff --git a/images/blog_sample.png b/src/main/webapp/images/blog_sample.png
index 040c921..040c921 100644
--- a/images/blog_sample.png
+++ b/src/main/webapp/images/blog_sample.png
Binary files differ
diff --git a/images/fiddle_transparent.png b/src/main/webapp/images/fiddle_transparent.png
index 62598c0..62598c0 100644
--- a/images/fiddle_transparent.png
+++ b/src/main/webapp/images/fiddle_transparent.png
Binary files differ
diff --git a/images/fiddle_transparent_small.png b/src/main/webapp/images/fiddle_transparent_small.png
index 59cb732..59cb732 100644
--- a/images/fiddle_transparent_small.png
+++ b/src/main/webapp/images/fiddle_transparent_small.png
Binary files differ
diff --git a/images/fiddle_transparent_square.png b/src/main/webapp/images/fiddle_transparent_square.png
index d358d6a..d358d6a 100644
--- a/images/fiddle_transparent_square.png
+++ b/src/main/webapp/images/fiddle_transparent_square.png
Binary files differ
diff --git a/images/fiddle_white_square.jpg b/src/main/webapp/images/fiddle_white_square.jpg
index c12a064..c12a064 100644
--- a/images/fiddle_white_square.jpg
+++ b/src/main/webapp/images/fiddle_white_square.jpg
Binary files differ
diff --git a/images/geonorth.png b/src/main/webapp/images/geonorth.png
index 78eae33..78eae33 100644
--- a/images/geonorth.png
+++ b/src/main/webapp/images/geonorth.png
Binary files differ
diff --git a/images/glyphicons-halflings-white.png b/src/main/webapp/images/glyphicons-halflings-white.png
index 3bf6484..3bf6484 100644
--- a/images/glyphicons-halflings-white.png
+++ b/src/main/webapp/images/glyphicons-halflings-white.png
Binary files differ
diff --git a/images/glyphicons-halflings.png b/src/main/webapp/images/glyphicons-halflings.png
index 79bc568..79bc568 100644
--- a/images/glyphicons-halflings.png
+++ b/src/main/webapp/images/glyphicons-halflings.png
Binary files differ
diff --git a/images/qp/arithmetic_expression.gif b/src/main/webapp/images/qp/arithmetic_expression.gif
index 0a77c47..0a77c47 100644
--- a/images/qp/arithmetic_expression.gif
+++ b/src/main/webapp/images/qp/arithmetic_expression.gif
Binary files differ
diff --git a/images/qp/assert.gif b/src/main/webapp/images/qp/assert.gif
index 82f1b9e..82f1b9e 100644
--- a/images/qp/assert.gif
+++ b/src/main/webapp/images/qp/assert.gif
Binary files differ
diff --git a/images/qp/assign.gif b/src/main/webapp/images/qp/assign.gif
index c1ba357..c1ba357 100644
--- a/images/qp/assign.gif
+++ b/src/main/webapp/images/qp/assign.gif
Binary files differ
diff --git a/images/qp/bitmap.gif b/src/main/webapp/images/qp/bitmap.gif
index 2d2c305..2d2c305 100644
--- a/images/qp/bitmap.gif
+++ b/src/main/webapp/images/qp/bitmap.gif
Binary files differ
diff --git a/images/qp/bookmark_lookup.gif b/src/main/webapp/images/qp/bookmark_lookup.gif
index 18ef63a..18ef63a 100644
--- a/images/qp/bookmark_lookup.gif
+++ b/src/main/webapp/images/qp/bookmark_lookup.gif
Binary files differ
diff --git a/images/qp/clustered_index_delete.gif b/src/main/webapp/images/qp/clustered_index_delete.gif
index 163e3e0..163e3e0 100644
--- a/images/qp/clustered_index_delete.gif
+++ b/src/main/webapp/images/qp/clustered_index_delete.gif
Binary files differ
diff --git a/images/qp/clustered_index_insert.gif b/src/main/webapp/images/qp/clustered_index_insert.gif
index da3f6b8..da3f6b8 100644
--- a/images/qp/clustered_index_insert.gif
+++ b/src/main/webapp/images/qp/clustered_index_insert.gif
Binary files differ
diff --git a/images/qp/clustered_index_scan.gif b/src/main/webapp/images/qp/clustered_index_scan.gif
index a1719cf..a1719cf 100644
--- a/images/qp/clustered_index_scan.gif
+++ b/src/main/webapp/images/qp/clustered_index_scan.gif
Binary files differ
diff --git a/images/qp/clustered_index_seek.gif b/src/main/webapp/images/qp/clustered_index_seek.gif
index 1fe8309..1fe8309 100644
--- a/images/qp/clustered_index_seek.gif
+++ b/src/main/webapp/images/qp/clustered_index_seek.gif
Binary files differ
diff --git a/images/qp/clustered_index_update.gif b/src/main/webapp/images/qp/clustered_index_update.gif
index c887a34..c887a34 100644
--- a/images/qp/clustered_index_update.gif
+++ b/src/main/webapp/images/qp/clustered_index_update.gif
Binary files differ
diff --git a/images/qp/collapse.gif b/src/main/webapp/images/qp/collapse.gif
index 8912299..8912299 100644
--- a/images/qp/collapse.gif
+++ b/src/main/webapp/images/qp/collapse.gif
Binary files differ
diff --git a/images/qp/compute_scalar.gif b/src/main/webapp/images/qp/compute_scalar.gif
index 2c42761..2c42761 100644
--- a/images/qp/compute_scalar.gif
+++ b/src/main/webapp/images/qp/compute_scalar.gif
Binary files differ
diff --git a/images/qp/concatenation.gif b/src/main/webapp/images/qp/concatenation.gif
index 0e3c628..0e3c628 100644
--- a/images/qp/concatenation.gif
+++ b/src/main/webapp/images/qp/concatenation.gif
Binary files differ
diff --git a/images/qp/constant_scan.gif b/src/main/webapp/images/qp/constant_scan.gif
index 598e5c8..598e5c8 100644
--- a/images/qp/constant_scan.gif
+++ b/src/main/webapp/images/qp/constant_scan.gif
Binary files differ
diff --git a/images/qp/convert.gif b/src/main/webapp/images/qp/convert.gif
index 9ebd4f9..9ebd4f9 100644
--- a/images/qp/convert.gif
+++ b/src/main/webapp/images/qp/convert.gif
Binary files differ
diff --git a/images/qp/declare.gif b/src/main/webapp/images/qp/declare.gif
index 5265548..5265548 100644
--- a/images/qp/declare.gif
+++ b/src/main/webapp/images/qp/declare.gif
Binary files differ
diff --git a/images/qp/deleted_scan.gif b/src/main/webapp/images/qp/deleted_scan.gif
index 2d7b2b7..2d7b2b7 100644
--- a/images/qp/deleted_scan.gif
+++ b/src/main/webapp/images/qp/deleted_scan.gif
Binary files differ
diff --git a/images/qp/distribute_streams.gif b/src/main/webapp/images/qp/distribute_streams.gif
index 2e16bcb..2e16bcb 100644
--- a/images/qp/distribute_streams.gif
+++ b/src/main/webapp/images/qp/distribute_streams.gif
Binary files differ
diff --git a/images/qp/dynamic.gif b/src/main/webapp/images/qp/dynamic.gif
index 234c661..234c661 100644
--- a/images/qp/dynamic.gif
+++ b/src/main/webapp/images/qp/dynamic.gif
Binary files differ
diff --git a/images/qp/fetch_query.gif b/src/main/webapp/images/qp/fetch_query.gif
index b7cfda3..b7cfda3 100644
--- a/images/qp/fetch_query.gif
+++ b/src/main/webapp/images/qp/fetch_query.gif
Binary files differ
diff --git a/images/qp/filter.gif b/src/main/webapp/images/qp/filter.gif
index 45cbc11..45cbc11 100644
--- a/images/qp/filter.gif
+++ b/src/main/webapp/images/qp/filter.gif
Binary files differ
diff --git a/images/qp/gather_streams.gif b/src/main/webapp/images/qp/gather_streams.gif
index eade15c..eade15c 100644
--- a/images/qp/gather_streams.gif
+++ b/src/main/webapp/images/qp/gather_streams.gif
Binary files differ
diff --git a/images/qp/hash_match.gif b/src/main/webapp/images/qp/hash_match.gif
index 6287a21..6287a21 100644
--- a/images/qp/hash_match.gif
+++ b/src/main/webapp/images/qp/hash_match.gif
Binary files differ
diff --git a/images/qp/if.gif b/src/main/webapp/images/qp/if.gif
index 95503b4..95503b4 100644
--- a/images/qp/if.gif
+++ b/src/main/webapp/images/qp/if.gif
Binary files differ
diff --git a/images/qp/inserted_scan.gif b/src/main/webapp/images/qp/inserted_scan.gif
index 89c0de8..89c0de8 100644
--- a/images/qp/inserted_scan.gif
+++ b/src/main/webapp/images/qp/inserted_scan.gif
Binary files differ
diff --git a/images/qp/intrinsic.gif b/src/main/webapp/images/qp/intrinsic.gif
index 8564f82..8564f82 100644
--- a/images/qp/intrinsic.gif
+++ b/src/main/webapp/images/qp/intrinsic.gif
Binary files differ
diff --git a/images/qp/keyset.gif b/src/main/webapp/images/qp/keyset.gif
index 659accc..659accc 100644
--- a/images/qp/keyset.gif
+++ b/src/main/webapp/images/qp/keyset.gif
Binary files differ
diff --git a/images/qp/log_row_scan.gif b/src/main/webapp/images/qp/log_row_scan.gif
index 40c93dc..40c93dc 100644
--- a/images/qp/log_row_scan.gif
+++ b/src/main/webapp/images/qp/log_row_scan.gif
Binary files differ
diff --git a/images/qp/merge_interval.gif b/src/main/webapp/images/qp/merge_interval.gif
index feef439..feef439 100644
--- a/images/qp/merge_interval.gif
+++ b/src/main/webapp/images/qp/merge_interval.gif
Binary files differ
diff --git a/images/qp/merge_join.gif b/src/main/webapp/images/qp/merge_join.gif
index d599581..d599581 100644
--- a/images/qp/merge_join.gif
+++ b/src/main/webapp/images/qp/merge_join.gif
Binary files differ
diff --git a/images/qp/nested_loops.gif b/src/main/webapp/images/qp/nested_loops.gif
index 89cf8d6..89cf8d6 100644
--- a/images/qp/nested_loops.gif
+++ b/src/main/webapp/images/qp/nested_loops.gif
Binary files differ
diff --git a/images/qp/nonclustered_index_delete.gif b/src/main/webapp/images/qp/nonclustered_index_delete.gif
index 102fdf9..102fdf9 100644
--- a/images/qp/nonclustered_index_delete.gif
+++ b/src/main/webapp/images/qp/nonclustered_index_delete.gif
Binary files differ
diff --git a/images/qp/nonclustered_index_insert.gif b/src/main/webapp/images/qp/nonclustered_index_insert.gif
index 76c480c..76c480c 100644
--- a/images/qp/nonclustered_index_insert.gif
+++ b/src/main/webapp/images/qp/nonclustered_index_insert.gif
Binary files differ
diff --git a/images/qp/nonclustered_index_scan.gif b/src/main/webapp/images/qp/nonclustered_index_scan.gif
index 19437c3..19437c3 100644
--- a/images/qp/nonclustered_index_scan.gif
+++ b/src/main/webapp/images/qp/nonclustered_index_scan.gif
Binary files differ
diff --git a/images/qp/nonclustered_index_seek.gif b/src/main/webapp/images/qp/nonclustered_index_seek.gif
index 24c913c..24c913c 100644
--- a/images/qp/nonclustered_index_seek.gif
+++ b/src/main/webapp/images/qp/nonclustered_index_seek.gif
Binary files differ
diff --git a/images/qp/nonclustered_index_spool.gif b/src/main/webapp/images/qp/nonclustered_index_spool.gif
index 035b2dd..035b2dd 100644
--- a/images/qp/nonclustered_index_spool.gif
+++ b/src/main/webapp/images/qp/nonclustered_index_spool.gif
Binary files differ
diff --git a/images/qp/nonclustered_index_update.gif b/src/main/webapp/images/qp/nonclustered_index_update.gif
index 3b92f8b..3b92f8b 100644
--- a/images/qp/nonclustered_index_update.gif
+++ b/src/main/webapp/images/qp/nonclustered_index_update.gif
Binary files differ
diff --git a/images/qp/online_index_insert.gif b/src/main/webapp/images/qp/online_index_insert.gif
index c1156d3..c1156d3 100644
--- a/images/qp/online_index_insert.gif
+++ b/src/main/webapp/images/qp/online_index_insert.gif
Binary files differ
diff --git a/images/qp/parameter_table_scan.gif b/src/main/webapp/images/qp/parameter_table_scan.gif
index 598e5c8..598e5c8 100644
--- a/images/qp/parameter_table_scan.gif
+++ b/src/main/webapp/images/qp/parameter_table_scan.gif
Binary files differ
diff --git a/images/qp/population_query.gif b/src/main/webapp/images/qp/population_query.gif
index 12f6639..12f6639 100644
--- a/images/qp/population_query.gif
+++ b/src/main/webapp/images/qp/population_query.gif
Binary files differ
diff --git a/images/qp/rdi_lookup.gif b/src/main/webapp/images/qp/rdi_lookup.gif
index 753d033..753d033 100644
--- a/images/qp/rdi_lookup.gif
+++ b/src/main/webapp/images/qp/rdi_lookup.gif
Binary files differ
diff --git a/images/qp/refresh_query.gif b/src/main/webapp/images/qp/refresh_query.gif
index 06d21e1..06d21e1 100644
--- a/images/qp/refresh_query.gif
+++ b/src/main/webapp/images/qp/refresh_query.gif
Binary files differ
diff --git a/images/qp/remote_delete.gif b/src/main/webapp/images/qp/remote_delete.gif
index 3d8f331..3d8f331 100644
--- a/images/qp/remote_delete.gif
+++ b/src/main/webapp/images/qp/remote_delete.gif
Binary files differ
diff --git a/images/qp/remote_insert.gif b/src/main/webapp/images/qp/remote_insert.gif
index 969464a..969464a 100644
--- a/images/qp/remote_insert.gif
+++ b/src/main/webapp/images/qp/remote_insert.gif
Binary files differ
diff --git a/images/qp/remote_query.gif b/src/main/webapp/images/qp/remote_query.gif
index 706e487..706e487 100644
--- a/images/qp/remote_query.gif
+++ b/src/main/webapp/images/qp/remote_query.gif
Binary files differ
diff --git a/images/qp/remote_scan.gif b/src/main/webapp/images/qp/remote_scan.gif
index de749f4..de749f4 100644
--- a/images/qp/remote_scan.gif
+++ b/src/main/webapp/images/qp/remote_scan.gif
Binary files differ
diff --git a/images/qp/remote_update.gif b/src/main/webapp/images/qp/remote_update.gif
index eaeaa80..eaeaa80 100644
--- a/images/qp/remote_update.gif
+++ b/src/main/webapp/images/qp/remote_update.gif
Binary files differ
diff --git a/images/qp/repartition_streams.gif b/src/main/webapp/images/qp/repartition_streams.gif
index a91dc76..a91dc76 100644
--- a/images/qp/repartition_streams.gif
+++ b/src/main/webapp/images/qp/repartition_streams.gif
Binary files differ
diff --git a/images/qp/result.gif b/src/main/webapp/images/qp/result.gif
index 827876b..827876b 100644
--- a/images/qp/result.gif
+++ b/src/main/webapp/images/qp/result.gif
Binary files differ
diff --git a/images/qp/row_count_spool.gif b/src/main/webapp/images/qp/row_count_spool.gif
index c14858a..c14858a 100644
--- a/images/qp/row_count_spool.gif
+++ b/src/main/webapp/images/qp/row_count_spool.gif
Binary files differ
diff --git a/images/qp/segment.gif b/src/main/webapp/images/qp/segment.gif
index 7002502..7002502 100644
--- a/images/qp/segment.gif
+++ b/src/main/webapp/images/qp/segment.gif
Binary files differ
diff --git a/images/qp/sequence.gif b/src/main/webapp/images/qp/sequence.gif
index 5def3e4..5def3e4 100644
--- a/images/qp/sequence.gif
+++ b/src/main/webapp/images/qp/sequence.gif
Binary files differ
diff --git a/images/qp/sequenceproject.gif b/src/main/webapp/images/qp/sequenceproject.gif
index efa1cca..efa1cca 100644
--- a/images/qp/sequenceproject.gif
+++ b/src/main/webapp/images/qp/sequenceproject.gif
Binary files differ
diff --git a/images/qp/snapshot.gif b/src/main/webapp/images/qp/snapshot.gif
index 844cf63..844cf63 100644
--- a/images/qp/snapshot.gif
+++ b/src/main/webapp/images/qp/snapshot.gif
Binary files differ
diff --git a/images/qp/sort.gif b/src/main/webapp/images/qp/sort.gif
index 5fa81fc..5fa81fc 100644
--- a/images/qp/sort.gif
+++ b/src/main/webapp/images/qp/sort.gif
Binary files differ
diff --git a/images/qp/split.gif b/src/main/webapp/images/qp/split.gif
index bd4fe52..bd4fe52 100644
--- a/images/qp/split.gif
+++ b/src/main/webapp/images/qp/split.gif
Binary files differ
diff --git a/images/qp/spool.gif b/src/main/webapp/images/qp/spool.gif
index e4bb759..e4bb759 100644
--- a/images/qp/spool.gif
+++ b/src/main/webapp/images/qp/spool.gif
Binary files differ
diff --git a/images/qp/stream_aggregate.gif b/src/main/webapp/images/qp/stream_aggregate.gif
index 2d50e42..2d50e42 100644
--- a/images/qp/stream_aggregate.gif
+++ b/src/main/webapp/images/qp/stream_aggregate.gif
Binary files differ
diff --git a/images/qp/switch.gif b/src/main/webapp/images/qp/switch.gif
index 91e1b19..91e1b19 100644
--- a/images/qp/switch.gif
+++ b/src/main/webapp/images/qp/switch.gif
Binary files differ
diff --git a/images/qp/table_delete.gif b/src/main/webapp/images/qp/table_delete.gif
index 4f89c64..4f89c64 100644
--- a/images/qp/table_delete.gif
+++ b/src/main/webapp/images/qp/table_delete.gif
Binary files differ
diff --git a/images/qp/table_insert.gif b/src/main/webapp/images/qp/table_insert.gif
index 48719cf..48719cf 100644
--- a/images/qp/table_insert.gif
+++ b/src/main/webapp/images/qp/table_insert.gif
Binary files differ
diff --git a/images/qp/table_scan.gif b/src/main/webapp/images/qp/table_scan.gif
index b4cfd0b..b4cfd0b 100644
--- a/images/qp/table_scan.gif
+++ b/src/main/webapp/images/qp/table_scan.gif
Binary files differ
diff --git a/images/qp/table_spool.gif b/src/main/webapp/images/qp/table_spool.gif
index 92abd24..92abd24 100644
--- a/images/qp/table_spool.gif
+++ b/src/main/webapp/images/qp/table_spool.gif
Binary files differ
diff --git a/images/qp/table_update.gif b/src/main/webapp/images/qp/table_update.gif
index 254a0c5..254a0c5 100644
--- a/images/qp/table_update.gif
+++ b/src/main/webapp/images/qp/table_update.gif
Binary files differ
diff --git a/images/qp/table_valued_function.gif b/src/main/webapp/images/qp/table_valued_function.gif
index 1d49b69..1d49b69 100644
--- a/images/qp/table_valued_function.gif
+++ b/src/main/webapp/images/qp/table_valued_function.gif
Binary files differ
diff --git a/images/qp/top.gif b/src/main/webapp/images/qp/top.gif
index 996035f..996035f 100644
--- a/images/qp/top.gif
+++ b/src/main/webapp/images/qp/top.gif
Binary files differ
diff --git a/images/qp/udx.gif b/src/main/webapp/images/qp/udx.gif
index f5a3ce6..f5a3ce6 100644
--- a/images/qp/udx.gif
+++ b/src/main/webapp/images/qp/udx.gif
Binary files differ
diff --git a/images/qp/while.gif b/src/main/webapp/images/qp/while.gif
index f3e51e3..f3e51e3 100644
--- a/images/qp/while.gif
+++ b/src/main/webapp/images/qp/while.gif
Binary files differ
diff --git a/images/sqlsentry/00.jpg b/src/main/webapp/images/sqlsentry/00.jpg
index 4739aa6..4739aa6 100644
--- a/images/sqlsentry/00.jpg
+++ b/src/main/webapp/images/sqlsentry/00.jpg
Binary files differ
diff --git a/images/sqlsentry/01.jpg b/src/main/webapp/images/sqlsentry/01.jpg
index 6b023af..6b023af 100644
--- a/images/sqlsentry/01.jpg
+++ b/src/main/webapp/images/sqlsentry/01.jpg
Binary files differ
diff --git a/images/sqlsentry/02.jpg b/src/main/webapp/images/sqlsentry/02.jpg
index 3903ac7..3903ac7 100644
--- a/images/sqlsentry/02.jpg
+++ b/src/main/webapp/images/sqlsentry/02.jpg
Binary files differ
diff --git a/images/sqlsentry/03.jpg b/src/main/webapp/images/sqlsentry/03.jpg
index e2897aa..e2897aa 100644
--- a/images/sqlsentry/03.jpg
+++ b/src/main/webapp/images/sqlsentry/03.jpg
Binary files differ
diff --git a/images/sqlsentry/04.jpg b/src/main/webapp/images/sqlsentry/04.jpg
index 9c5ec3b..9c5ec3b 100644
--- a/images/sqlsentry/04.jpg
+++ b/src/main/webapp/images/sqlsentry/04.jpg
Binary files differ
diff --git a/images/stratascale.png b/src/main/webapp/images/stratascale.png
index 3e98fc2..3e98fc2 100644
--- a/images/stratascale.png
+++ b/src/main/webapp/images/stratascale.png
Binary files differ
diff --git a/index.cfm b/src/main/webapp/index.cfm
index 2a4a3b1..2a4a3b1 100644
--- a/index.cfm
+++ b/src/main/webapp/index.cfm
diff --git a/javascripts/.gitignore b/src/main/webapp/javascripts/.gitignore
index d770fc1..d770fc1 100644
--- a/javascripts/.gitignore
+++ b/src/main/webapp/javascripts/.gitignore
diff --git a/javascripts/fiddle_backbone/app.js b/src/main/webapp/javascripts/fiddle_backbone/app.js
index 9672967..9672967 100644
--- a/javascripts/fiddle_backbone/app.js
+++ b/src/main/webapp/javascripts/fiddle_backbone/app.js
diff --git a/javascripts/fiddle_backbone/models/DBType.js b/src/main/webapp/javascripts/fiddle_backbone/models/DBType.js
index 9320779..9320779 100644
--- a/javascripts/fiddle_backbone/models/DBType.js
+++ b/src/main/webapp/javascripts/fiddle_backbone/models/DBType.js
diff --git a/javascripts/fiddle_backbone/models/DBTypesList.js b/src/main/webapp/javascripts/fiddle_backbone/models/DBTypesList.js
index b064537..b064537 100644
--- a/javascripts/fiddle_backbone/models/DBTypesList.js
+++ b/src/main/webapp/javascripts/fiddle_backbone/models/DBTypesList.js
diff --git a/javascripts/fiddle_backbone/models/MyFiddleHistory.js b/src/main/webapp/javascripts/fiddle_backbone/models/MyFiddleHistory.js
index d7cffce..d7cffce 100644
--- a/javascripts/fiddle_backbone/models/MyFiddleHistory.js
+++ b/src/main/webapp/javascripts/fiddle_backbone/models/MyFiddleHistory.js
diff --git a/javascripts/fiddle_backbone/models/Query.js b/src/main/webapp/javascripts/fiddle_backbone/models/Query.js
index 2b6bd45..2b6bd45 100644
--- a/javascripts/fiddle_backbone/models/Query.js
+++ b/src/main/webapp/javascripts/fiddle_backbone/models/Query.js
diff --git a/javascripts/fiddle_backbone/models/SchemaDef.js b/src/main/webapp/javascripts/fiddle_backbone/models/SchemaDef.js
index 5f94145..5f94145 100644
--- a/javascripts/fiddle_backbone/models/SchemaDef.js
+++ b/src/main/webapp/javascripts/fiddle_backbone/models/SchemaDef.js
diff --git a/javascripts/fiddle_backbone/models/UsedFiddle.js b/src/main/webapp/javascripts/fiddle_backbone/models/UsedFiddle.js
index 5cb6b84..5cb6b84 100644
--- a/javascripts/fiddle_backbone/models/UsedFiddle.js
+++ b/src/main/webapp/javascripts/fiddle_backbone/models/UsedFiddle.js
diff --git a/javascripts/fiddle_backbone/router.js b/src/main/webapp/javascripts/fiddle_backbone/router.js
index 7bb3d36..7bb3d36 100644
--- a/javascripts/fiddle_backbone/router.js
+++ b/src/main/webapp/javascripts/fiddle_backbone/router.js
diff --git a/javascripts/fiddle_backbone/templates/dbTypes.html b/src/main/webapp/javascripts/fiddle_backbone/templates/dbTypes.html
index e5a4997..e5a4997 100644
--- a/javascripts/fiddle_backbone/templates/dbTypes.html
+++ b/src/main/webapp/javascripts/fiddle_backbone/templates/dbTypes.html
diff --git a/javascripts/fiddle_backbone/templates/queryPlaintextOutput.html b/src/main/webapp/javascripts/fiddle_backbone/templates/queryPlaintextOutput.html
index 04c04d9..04c04d9 100644
--- a/javascripts/fiddle_backbone/templates/queryPlaintextOutput.html
+++ b/src/main/webapp/javascripts/fiddle_backbone/templates/queryPlaintextOutput.html
diff --git a/javascripts/fiddle_backbone/templates/queryTabularOutput.html b/src/main/webapp/javascripts/fiddle_backbone/templates/queryTabularOutput.html
index 3670320..3670320 100644
--- a/javascripts/fiddle_backbone/templates/queryTabularOutput.html
+++ b/src/main/webapp/javascripts/fiddle_backbone/templates/queryTabularOutput.html
diff --git a/javascripts/fiddle_backbone/templates/schemaBrowser.html b/src/main/webapp/javascripts/fiddle_backbone/templates/schemaBrowser.html
index cdee721..cdee721 100644
--- a/javascripts/fiddle_backbone/templates/schemaBrowser.html
+++ b/src/main/webapp/javascripts/fiddle_backbone/templates/schemaBrowser.html
diff --git a/javascripts/fiddle_backbone/templates/schemaOutput.html b/src/main/webapp/javascripts/fiddle_backbone/templates/schemaOutput.html
index 1cff2a6..1cff2a6 100644
--- a/javascripts/fiddle_backbone/templates/schemaOutput.html
+++ b/src/main/webapp/javascripts/fiddle_backbone/templates/schemaOutput.html
diff --git a/javascripts/fiddle_backbone/views/DBTypesList.js b/src/main/webapp/javascripts/fiddle_backbone/views/DBTypesList.js
index 012a099..012a099 100644
--- a/javascripts/fiddle_backbone/views/DBTypesList.js
+++ b/src/main/webapp/javascripts/fiddle_backbone/views/DBTypesList.js
diff --git a/javascripts/fiddle_backbone/views/Query.js b/src/main/webapp/javascripts/fiddle_backbone/views/Query.js
index f5f78d2..f5f78d2 100644
--- a/javascripts/fiddle_backbone/views/Query.js
+++ b/src/main/webapp/javascripts/fiddle_backbone/views/Query.js
diff --git a/javascripts/fiddle_backbone/views/SchemaDef.js b/src/main/webapp/javascripts/fiddle_backbone/views/SchemaDef.js
index 5cf2283..5cf2283 100644
--- a/javascripts/fiddle_backbone/views/SchemaDef.js
+++ b/src/main/webapp/javascripts/fiddle_backbone/views/SchemaDef.js
diff --git a/javascripts/libs/backbone.js b/src/main/webapp/javascripts/libs/backbone.js
index 15a74d1..15a74d1 100644
--- a/javascripts/libs/backbone.js
+++ b/src/main/webapp/javascripts/libs/backbone.js
diff --git a/javascripts/libs/bootstrap/bootstrap-collapse.js b/src/main/webapp/javascripts/libs/bootstrap/bootstrap-collapse.js
index fbc915b..fbc915b 100644
--- a/javascripts/libs/bootstrap/bootstrap-collapse.js
+++ b/src/main/webapp/javascripts/libs/bootstrap/bootstrap-collapse.js
diff --git a/javascripts/libs/bootstrap/bootstrap-dropdown.js b/src/main/webapp/javascripts/libs/bootstrap/bootstrap-dropdown.js
index 454a968..454a968 100644
--- a/javascripts/libs/bootstrap/bootstrap-dropdown.js
+++ b/src/main/webapp/javascripts/libs/bootstrap/bootstrap-dropdown.js
diff --git a/javascripts/libs/bootstrap/bootstrap-modal.js b/src/main/webapp/javascripts/libs/bootstrap/bootstrap-modal.js
index 38fd0c8..38fd0c8 100644
--- a/javascripts/libs/bootstrap/bootstrap-modal.js
+++ b/src/main/webapp/javascripts/libs/bootstrap/bootstrap-modal.js
diff --git a/javascripts/libs/bootstrap/bootstrap-popover.js b/src/main/webapp/javascripts/libs/bootstrap/bootstrap-popover.js
index 39fbe35..39fbe35 100644
--- a/javascripts/libs/bootstrap/bootstrap-popover.js
+++ b/src/main/webapp/javascripts/libs/bootstrap/bootstrap-popover.js
diff --git a/javascripts/libs/bootstrap/bootstrap-tab.js b/src/main/webapp/javascripts/libs/bootstrap/bootstrap-tab.js
index d87f350..d87f350 100644
--- a/javascripts/libs/bootstrap/bootstrap-tab.js
+++ b/src/main/webapp/javascripts/libs/bootstrap/bootstrap-tab.js
diff --git a/javascripts/libs/bootstrap/bootstrap-tooltip.js b/src/main/webapp/javascripts/libs/bootstrap/bootstrap-tooltip.js
index b476f1c..b476f1c 100644
--- a/javascripts/libs/bootstrap/bootstrap-tooltip.js
+++ b/src/main/webapp/javascripts/libs/bootstrap/bootstrap-tooltip.js
diff --git a/javascripts/libs/browserEngines/engines.js b/src/main/webapp/javascripts/libs/browserEngines/engines.js
index 51d549c..51d549c 100644
--- a/javascripts/libs/browserEngines/engines.js
+++ b/src/main/webapp/javascripts/libs/browserEngines/engines.js
diff --git a/javascripts/libs/browserEngines/sqlite_driver.js b/src/main/webapp/javascripts/libs/browserEngines/sqlite_driver.js
index dfadb95..dfadb95 100644
--- a/javascripts/libs/browserEngines/sqlite_driver.js
+++ b/src/main/webapp/javascripts/libs/browserEngines/sqlite_driver.js
diff --git a/javascripts/libs/browserEngines/sqljs_driver.js b/src/main/webapp/javascripts/libs/browserEngines/sqljs_driver.js
index 0576fea..0576fea 100644
--- a/javascripts/libs/browserEngines/sqljs_driver.js
+++ b/src/main/webapp/javascripts/libs/browserEngines/sqljs_driver.js
diff --git a/javascripts/libs/browserEngines/websql_driver.js b/src/main/webapp/javascripts/libs/browserEngines/websql_driver.js
index e985ba5..e985ba5 100644
--- a/javascripts/libs/browserEngines/websql_driver.js
+++ b/src/main/webapp/javascripts/libs/browserEngines/websql_driver.js
diff --git a/javascripts/libs/codemirror/codemirror.js b/src/main/webapp/javascripts/libs/codemirror/codemirror.js
index 93c9839..93c9839 100644
--- a/javascripts/libs/codemirror/codemirror.js
+++ b/src/main/webapp/javascripts/libs/codemirror/codemirror.js
diff --git a/javascripts/libs/codemirror/mode/mysql/mysql.js b/src/main/webapp/javascripts/libs/codemirror/mode/mysql/mysql.js
index dca5b0f..dca5b0f 100644
--- a/javascripts/libs/codemirror/mode/mysql/mysql.js
+++ b/src/main/webapp/javascripts/libs/codemirror/mode/mysql/mysql.js
diff --git a/javascripts/libs/codemirror/mode/plsql/plsql.js b/src/main/webapp/javascripts/libs/codemirror/mode/plsql/plsql.js
index a2ac2e8..a2ac2e8 100644
--- a/javascripts/libs/codemirror/mode/plsql/plsql.js
+++ b/src/main/webapp/javascripts/libs/codemirror/mode/plsql/plsql.js
diff --git a/javascripts/libs/date.format.js b/src/main/webapp/javascripts/libs/date.format.js
index 3992c50..3992c50 100644
--- a/javascripts/libs/date.format.js
+++ b/src/main/webapp/javascripts/libs/date.format.js
diff --git a/javascripts/libs/ddl_builder/ddl_builder.js b/src/main/webapp/javascripts/libs/ddl_builder/ddl_builder.js
index a2797dc..a2797dc 100644
--- a/javascripts/libs/ddl_builder/ddl_builder.js
+++ b/src/main/webapp/javascripts/libs/ddl_builder/ddl_builder.js
diff --git a/javascripts/libs/ddl_builder/qunit/columnTypes.js b/src/main/webapp/javascripts/libs/ddl_builder/qunit/columnTypes.js
index 6ad3301..6ad3301 100644
--- a/javascripts/libs/ddl_builder/qunit/columnTypes.js
+++ b/src/main/webapp/javascripts/libs/ddl_builder/qunit/columnTypes.js
diff --git a/javascripts/libs/ddl_builder/qunit/fixture.html b/src/main/webapp/javascripts/libs/ddl_builder/qunit/fixture.html
index d2d5d40..d2d5d40 100644
--- a/javascripts/libs/ddl_builder/qunit/fixture.html
+++ b/src/main/webapp/javascripts/libs/ddl_builder/qunit/fixture.html
diff --git a/javascripts/libs/ddl_builder/qunit/guessValueSeparators.js b/src/main/webapp/javascripts/libs/ddl_builder/qunit/guessValueSeparators.js
index c118837..c118837 100644
--- a/javascripts/libs/ddl_builder/qunit/guessValueSeparators.js
+++ b/src/main/webapp/javascripts/libs/ddl_builder/qunit/guessValueSeparators.js
diff --git a/javascripts/libs/ddl_builder/qunit/headerNames.js b/src/main/webapp/javascripts/libs/ddl_builder/qunit/headerNames.js
index d8107ad..d8107ad 100644
--- a/javascripts/libs/ddl_builder/qunit/headerNames.js
+++ b/src/main/webapp/javascripts/libs/ddl_builder/qunit/headerNames.js
diff --git a/javascripts/libs/ddl_builder/qunit/main.js b/src/main/webapp/javascripts/libs/ddl_builder/qunit/main.js
index aba2ec9..aba2ec9 100644
--- a/javascripts/libs/ddl_builder/qunit/main.js
+++ b/src/main/webapp/javascripts/libs/ddl_builder/qunit/main.js
diff --git a/javascripts/libs/ddl_builder/qunit/recordCount.js b/src/main/webapp/javascripts/libs/ddl_builder/qunit/recordCount.js
index 0ec59fd..0ec59fd 100644
--- a/javascripts/libs/ddl_builder/qunit/recordCount.js
+++ b/src/main/webapp/javascripts/libs/ddl_builder/qunit/recordCount.js
diff --git a/javascripts/libs/ddl_builder/templates/generic.sql b/src/main/webapp/javascripts/libs/ddl_builder/templates/generic.sql
index f7a4f5f..f7a4f5f 100644
--- a/javascripts/libs/ddl_builder/templates/generic.sql
+++ b/src/main/webapp/javascripts/libs/ddl_builder/templates/generic.sql
diff --git a/javascripts/libs/ddl_builder/templates/oracle.sql b/src/main/webapp/javascripts/libs/ddl_builder/templates/oracle.sql
index 8180cf0..8180cf0 100644
--- a/javascripts/libs/ddl_builder/templates/oracle.sql
+++ b/src/main/webapp/javascripts/libs/ddl_builder/templates/oracle.sql
diff --git a/javascripts/libs/ddl_builder/templates/sqlite.sql b/src/main/webapp/javascripts/libs/ddl_builder/templates/sqlite.sql
index 4de3c7e..4de3c7e 100644
--- a/javascripts/libs/ddl_builder/templates/sqlite.sql
+++ b/src/main/webapp/javascripts/libs/ddl_builder/templates/sqlite.sql
diff --git a/javascripts/libs/fiddleEditor.js b/src/main/webapp/javascripts/libs/fiddleEditor.js
index 89e79e4..89e79e4 100644
--- a/javascripts/libs/fiddleEditor.js
+++ b/src/main/webapp/javascripts/libs/fiddleEditor.js
diff --git a/javascripts/libs/handlebars-1.0.0.beta.6.js b/src/main/webapp/javascripts/libs/handlebars-1.0.0.beta.6.js
index 83119ff..83119ff 100644
--- a/javascripts/libs/handlebars-1.0.0.beta.6.js
+++ b/src/main/webapp/javascripts/libs/handlebars-1.0.0.beta.6.js
diff --git a/javascripts/libs/handlebarsHelpers/divider_display.js b/src/main/webapp/javascripts/libs/handlebarsHelpers/divider_display.js
index 126e459..126e459 100644
--- a/javascripts/libs/handlebarsHelpers/divider_display.js
+++ b/src/main/webapp/javascripts/libs/handlebarsHelpers/divider_display.js
diff --git a/javascripts/libs/handlebarsHelpers/each_simple_value_with_index.js b/src/main/webapp/javascripts/libs/handlebarsHelpers/each_simple_value_with_index.js
index d35f7aa..d35f7aa 100644
--- a/javascripts/libs/handlebarsHelpers/each_simple_value_with_index.js
+++ b/src/main/webapp/javascripts/libs/handlebarsHelpers/each_simple_value_with_index.js
diff --git a/javascripts/libs/handlebarsHelpers/each_with_index.js b/src/main/webapp/javascripts/libs/handlebarsHelpers/each_with_index.js
index 5b6ba58..5b6ba58 100644
--- a/javascripts/libs/handlebarsHelpers/each_with_index.js
+++ b/src/main/webapp/javascripts/libs/handlebarsHelpers/each_with_index.js
diff --git a/javascripts/libs/handlebarsHelpers/result_display.js b/src/main/webapp/javascripts/libs/handlebarsHelpers/result_display.js
index fa50a2d..fa50a2d 100644
--- a/javascripts/libs/handlebarsHelpers/result_display.js
+++ b/src/main/webapp/javascripts/libs/handlebarsHelpers/result_display.js
diff --git a/javascripts/libs/handlebarsHelpers/result_display_padded.js b/src/main/webapp/javascripts/libs/handlebarsHelpers/result_display_padded.js
index 1d1ed8b..1d1ed8b 100644
--- a/javascripts/libs/handlebarsHelpers/result_display_padded.js
+++ b/src/main/webapp/javascripts/libs/handlebarsHelpers/result_display_padded.js
diff --git a/javascripts/libs/idselector.js b/src/main/webapp/javascripts/libs/idselector.js
index fac2331..fac2331 100644
--- a/javascripts/libs/idselector.js
+++ b/src/main/webapp/javascripts/libs/idselector.js
diff --git a/javascripts/libs/jquery/jquery.blockUI.js b/src/main/webapp/javascripts/libs/jquery/jquery.blockUI.js
index 55b52a9..55b52a9 100644
--- a/javascripts/libs/jquery/jquery.blockUI.js
+++ b/src/main/webapp/javascripts/libs/jquery/jquery.blockUI.js
diff --git a/javascripts/libs/jquery/jquery.cookie.js b/src/main/webapp/javascripts/libs/jquery/jquery.cookie.js
index 6d5974a..6d5974a 100644
--- a/javascripts/libs/jquery/jquery.cookie.js
+++ b/src/main/webapp/javascripts/libs/jquery/jquery.cookie.js
diff --git a/javascripts/libs/jquery/jquery.js b/src/main/webapp/javascripts/libs/jquery/jquery.js
index 3774ff9..3774ff9 100644
--- a/javascripts/libs/jquery/jquery.js
+++ b/src/main/webapp/javascripts/libs/jquery/jquery.js
diff --git a/javascripts/libs/json2.js b/src/main/webapp/javascripts/libs/json2.js
index 2dbf60d..2dbf60d 100644
--- a/javascripts/libs/json2.js
+++ b/src/main/webapp/javascripts/libs/json2.js
diff --git a/javascripts/libs/qunit-1.10.0.js b/src/main/webapp/javascripts/libs/qunit-1.10.0.js
index d4f17b5..d4f17b5 100644
--- a/javascripts/libs/qunit-1.10.0.js
+++ b/src/main/webapp/javascripts/libs/qunit-1.10.0.js
diff --git a/javascripts/libs/renderTerminator.js b/src/main/webapp/javascripts/libs/renderTerminator.js
index 5330a86..5330a86 100644
--- a/javascripts/libs/renderTerminator.js
+++ b/src/main/webapp/javascripts/libs/renderTerminator.js
diff --git a/javascripts/libs/underscore.js b/src/main/webapp/javascripts/libs/underscore.js
index a23ef78..a23ef78 100644
--- a/javascripts/libs/underscore.js
+++ b/src/main/webapp/javascripts/libs/underscore.js
diff --git a/javascripts/libs/xplans/mssql.js b/src/main/webapp/javascripts/libs/xplans/mssql.js
index e561424..e561424 100644
--- a/javascripts/libs/xplans/mssql.js
+++ b/src/main/webapp/javascripts/libs/xplans/mssql.js
diff --git a/javascripts/libs/xplans/oracle/flashver.js b/src/main/webapp/javascripts/libs/xplans/oracle/flashver.js
index 222850c..222850c 100644
--- a/javascripts/libs/xplans/oracle/flashver.js
+++ b/src/main/webapp/javascripts/libs/xplans/oracle/flashver.js
diff --git a/javascripts/libs/xplans/oracle/loadswf.js b/src/main/webapp/javascripts/libs/xplans/oracle/loadswf.js
index f87636c..f87636c 100644
--- a/javascripts/libs/xplans/oracle/loadswf.js
+++ b/src/main/webapp/javascripts/libs/xplans/oracle/loadswf.js
diff --git a/javascripts/main.js b/src/main/webapp/javascripts/main.js
index fa8052a..fa8052a 100644
--- a/javascripts/main.js
+++ b/src/main/webapp/javascripts/main.js
diff --git a/javascripts/qunit_main.js b/src/main/webapp/javascripts/qunit_main.js
index ed3bbcf..ed3bbcf 100644
--- a/javascripts/qunit_main.js
+++ b/src/main/webapp/javascripts/qunit_main.js
diff --git a/javascripts/text.js b/src/main/webapp/javascripts/text.js
index bf61a3f..bf61a3f 100644
--- a/javascripts/text.js
+++ b/src/main/webapp/javascripts/text.js
diff --git a/javascripts_min/.gitignore b/src/main/webapp/javascripts_min/.gitignore
index d770fc1..d770fc1 100644
--- a/javascripts_min/.gitignore
+++ b/src/main/webapp/javascripts_min/.gitignore
diff --git a/javascripts_min/build.txt b/src/main/webapp/javascripts_min/build.txt
index 5114a89..5114a89 100644
--- a/javascripts_min/build.txt
+++ b/src/main/webapp/javascripts_min/build.txt
diff --git a/javascripts_min/fiddle_backbone/app.js b/src/main/webapp/javascripts_min/fiddle_backbone/app.js
index b6fc0ce..b6fc0ce 100644
--- a/javascripts_min/fiddle_backbone/app.js
+++ b/src/main/webapp/javascripts_min/fiddle_backbone/app.js
diff --git a/javascripts_min/fiddle_backbone/models/DBType.js b/src/main/webapp/javascripts_min/fiddle_backbone/models/DBType.js
index 92ade88..92ade88 100644
--- a/javascripts_min/fiddle_backbone/models/DBType.js
+++ b/src/main/webapp/javascripts_min/fiddle_backbone/models/DBType.js
diff --git a/javascripts_min/fiddle_backbone/models/DBTypesList.js b/src/main/webapp/javascripts_min/fiddle_backbone/models/DBTypesList.js
index 47577b0..47577b0 100644
--- a/javascripts_min/fiddle_backbone/models/DBTypesList.js
+++ b/src/main/webapp/javascripts_min/fiddle_backbone/models/DBTypesList.js
diff --git a/javascripts_min/fiddle_backbone/models/MyFiddleHistory.js b/src/main/webapp/javascripts_min/fiddle_backbone/models/MyFiddleHistory.js
index 37d92b5..37d92b5 100644
--- a/javascripts_min/fiddle_backbone/models/MyFiddleHistory.js
+++ b/src/main/webapp/javascripts_min/fiddle_backbone/models/MyFiddleHistory.js
diff --git a/javascripts_min/fiddle_backbone/models/Query.js b/src/main/webapp/javascripts_min/fiddle_backbone/models/Query.js
index 6125131..6125131 100644
--- a/javascripts_min/fiddle_backbone/models/Query.js
+++ b/src/main/webapp/javascripts_min/fiddle_backbone/models/Query.js
diff --git a/javascripts_min/fiddle_backbone/models/SchemaDef.js b/src/main/webapp/javascripts_min/fiddle_backbone/models/SchemaDef.js
index 373fcbc..373fcbc 100644
--- a/javascripts_min/fiddle_backbone/models/SchemaDef.js
+++ b/src/main/webapp/javascripts_min/fiddle_backbone/models/SchemaDef.js
diff --git a/javascripts_min/fiddle_backbone/models/UsedFiddle.js b/src/main/webapp/javascripts_min/fiddle_backbone/models/UsedFiddle.js
index 1c3790c..1c3790c 100644
--- a/javascripts_min/fiddle_backbone/models/UsedFiddle.js
+++ b/src/main/webapp/javascripts_min/fiddle_backbone/models/UsedFiddle.js
diff --git a/javascripts_min/fiddle_backbone/router.js b/src/main/webapp/javascripts_min/fiddle_backbone/router.js
index da9b1e0..da9b1e0 100644
--- a/javascripts_min/fiddle_backbone/router.js
+++ b/src/main/webapp/javascripts_min/fiddle_backbone/router.js
diff --git a/javascripts_min/fiddle_backbone/templates/dbTypes.html b/src/main/webapp/javascripts_min/fiddle_backbone/templates/dbTypes.html
index e5a4997..e5a4997 100644
--- a/javascripts_min/fiddle_backbone/templates/dbTypes.html
+++ b/src/main/webapp/javascripts_min/fiddle_backbone/templates/dbTypes.html
diff --git a/javascripts_min/fiddle_backbone/templates/queryPlaintextOutput.html b/src/main/webapp/javascripts_min/fiddle_backbone/templates/queryPlaintextOutput.html
index 04c04d9..04c04d9 100644
--- a/javascripts_min/fiddle_backbone/templates/queryPlaintextOutput.html
+++ b/src/main/webapp/javascripts_min/fiddle_backbone/templates/queryPlaintextOutput.html
diff --git a/javascripts_min/fiddle_backbone/templates/queryTabularOutput.html b/src/main/webapp/javascripts_min/fiddle_backbone/templates/queryTabularOutput.html
index 3670320..3670320 100644
--- a/javascripts_min/fiddle_backbone/templates/queryTabularOutput.html
+++ b/src/main/webapp/javascripts_min/fiddle_backbone/templates/queryTabularOutput.html
diff --git a/javascripts_min/fiddle_backbone/templates/schemaBrowser.html b/src/main/webapp/javascripts_min/fiddle_backbone/templates/schemaBrowser.html
index cdee721..cdee721 100644
--- a/javascripts_min/fiddle_backbone/templates/schemaBrowser.html
+++ b/src/main/webapp/javascripts_min/fiddle_backbone/templates/schemaBrowser.html
diff --git a/javascripts_min/fiddle_backbone/templates/schemaOutput.html b/src/main/webapp/javascripts_min/fiddle_backbone/templates/schemaOutput.html
index 1cff2a6..1cff2a6 100644
--- a/javascripts_min/fiddle_backbone/templates/schemaOutput.html
+++ b/src/main/webapp/javascripts_min/fiddle_backbone/templates/schemaOutput.html
diff --git a/javascripts_min/fiddle_backbone/views/DBTypesList.js b/src/main/webapp/javascripts_min/fiddle_backbone/views/DBTypesList.js
index a9975c2..a9975c2 100644
--- a/javascripts_min/fiddle_backbone/views/DBTypesList.js
+++ b/src/main/webapp/javascripts_min/fiddle_backbone/views/DBTypesList.js
diff --git a/javascripts_min/fiddle_backbone/views/Query.js b/src/main/webapp/javascripts_min/fiddle_backbone/views/Query.js
index 4b38e73..4b38e73 100644
--- a/javascripts_min/fiddle_backbone/views/Query.js
+++ b/src/main/webapp/javascripts_min/fiddle_backbone/views/Query.js
diff --git a/javascripts_min/fiddle_backbone/views/SchemaDef.js b/src/main/webapp/javascripts_min/fiddle_backbone/views/SchemaDef.js
index 14c6a90..14c6a90 100644
--- a/javascripts_min/fiddle_backbone/views/SchemaDef.js
+++ b/src/main/webapp/javascripts_min/fiddle_backbone/views/SchemaDef.js
diff --git a/javascripts_min/libs/backbone.js b/src/main/webapp/javascripts_min/libs/backbone.js
index 2dff25e..2dff25e 100644
--- a/javascripts_min/libs/backbone.js
+++ b/src/main/webapp/javascripts_min/libs/backbone.js
diff --git a/javascripts_min/libs/bootstrap/bootstrap-collapse.js b/src/main/webapp/javascripts_min/libs/bootstrap/bootstrap-collapse.js
index a98871d..a98871d 100644
--- a/javascripts_min/libs/bootstrap/bootstrap-collapse.js
+++ b/src/main/webapp/javascripts_min/libs/bootstrap/bootstrap-collapse.js
diff --git a/javascripts_min/libs/bootstrap/bootstrap-dropdown.js b/src/main/webapp/javascripts_min/libs/bootstrap/bootstrap-dropdown.js
index 0b5b03f..0b5b03f 100644
--- a/javascripts_min/libs/bootstrap/bootstrap-dropdown.js
+++ b/src/main/webapp/javascripts_min/libs/bootstrap/bootstrap-dropdown.js
diff --git a/javascripts_min/libs/bootstrap/bootstrap-modal.js b/src/main/webapp/javascripts_min/libs/bootstrap/bootstrap-modal.js
index b32931e..b32931e 100644
--- a/javascripts_min/libs/bootstrap/bootstrap-modal.js
+++ b/src/main/webapp/javascripts_min/libs/bootstrap/bootstrap-modal.js
diff --git a/javascripts_min/libs/bootstrap/bootstrap-popover.js b/src/main/webapp/javascripts_min/libs/bootstrap/bootstrap-popover.js
index 976ad09..976ad09 100644
--- a/javascripts_min/libs/bootstrap/bootstrap-popover.js
+++ b/src/main/webapp/javascripts_min/libs/bootstrap/bootstrap-popover.js
diff --git a/javascripts_min/libs/bootstrap/bootstrap-tab.js b/src/main/webapp/javascripts_min/libs/bootstrap/bootstrap-tab.js
index 6e21ab2..6e21ab2 100644
--- a/javascripts_min/libs/bootstrap/bootstrap-tab.js
+++ b/src/main/webapp/javascripts_min/libs/bootstrap/bootstrap-tab.js
diff --git a/javascripts_min/libs/bootstrap/bootstrap-tooltip.js b/src/main/webapp/javascripts_min/libs/bootstrap/bootstrap-tooltip.js
index 0e1e0ad..0e1e0ad 100644
--- a/javascripts_min/libs/bootstrap/bootstrap-tooltip.js
+++ b/src/main/webapp/javascripts_min/libs/bootstrap/bootstrap-tooltip.js
diff --git a/javascripts_min/libs/browserEngines/engines.js b/src/main/webapp/javascripts_min/libs/browserEngines/engines.js
index f5b30d0..f5b30d0 100644
--- a/javascripts_min/libs/browserEngines/engines.js
+++ b/src/main/webapp/javascripts_min/libs/browserEngines/engines.js
diff --git a/javascripts_min/libs/browserEngines/sqlite_driver.js b/src/main/webapp/javascripts_min/libs/browserEngines/sqlite_driver.js
index 9a986e8..9a986e8 100644
--- a/javascripts_min/libs/browserEngines/sqlite_driver.js
+++ b/src/main/webapp/javascripts_min/libs/browserEngines/sqlite_driver.js
diff --git a/javascripts_min/libs/browserEngines/sqljs_driver.js b/src/main/webapp/javascripts_min/libs/browserEngines/sqljs_driver.js
index f765560..f765560 100644
--- a/javascripts_min/libs/browserEngines/sqljs_driver.js
+++ b/src/main/webapp/javascripts_min/libs/browserEngines/sqljs_driver.js
diff --git a/javascripts_min/libs/browserEngines/websql_driver.js b/src/main/webapp/javascripts_min/libs/browserEngines/websql_driver.js
index d90ead1..d90ead1 100644
--- a/javascripts_min/libs/browserEngines/websql_driver.js
+++ b/src/main/webapp/javascripts_min/libs/browserEngines/websql_driver.js
diff --git a/javascripts_min/libs/codemirror/codemirror.js b/src/main/webapp/javascripts_min/libs/codemirror/codemirror.js
index 0a5da03..0a5da03 100644
--- a/javascripts_min/libs/codemirror/codemirror.js
+++ b/src/main/webapp/javascripts_min/libs/codemirror/codemirror.js
diff --git a/javascripts_min/libs/codemirror/mode/mysql/mysql.js b/src/main/webapp/javascripts_min/libs/codemirror/mode/mysql/mysql.js
index dcaf25f..dcaf25f 100644
--- a/javascripts_min/libs/codemirror/mode/mysql/mysql.js
+++ b/src/main/webapp/javascripts_min/libs/codemirror/mode/mysql/mysql.js
diff --git a/javascripts_min/libs/codemirror/mode/plsql/plsql.js b/src/main/webapp/javascripts_min/libs/codemirror/mode/plsql/plsql.js
index f1195d1..f1195d1 100644
--- a/javascripts_min/libs/codemirror/mode/plsql/plsql.js
+++ b/src/main/webapp/javascripts_min/libs/codemirror/mode/plsql/plsql.js
diff --git a/javascripts_min/libs/date.format.js b/src/main/webapp/javascripts_min/libs/date.format.js
index 1579f91..1579f91 100644
--- a/javascripts_min/libs/date.format.js
+++ b/src/main/webapp/javascripts_min/libs/date.format.js
diff --git a/javascripts_min/libs/ddl_builder/ddl_builder.js b/src/main/webapp/javascripts_min/libs/ddl_builder/ddl_builder.js
index 19dd7ae..19dd7ae 100644
--- a/javascripts_min/libs/ddl_builder/ddl_builder.js
+++ b/src/main/webapp/javascripts_min/libs/ddl_builder/ddl_builder.js
diff --git a/javascripts_min/libs/ddl_builder/qunit/columnTypes.js b/src/main/webapp/javascripts_min/libs/ddl_builder/qunit/columnTypes.js
index 7c6c11d..7c6c11d 100644
--- a/javascripts_min/libs/ddl_builder/qunit/columnTypes.js
+++ b/src/main/webapp/javascripts_min/libs/ddl_builder/qunit/columnTypes.js
diff --git a/javascripts_min/libs/ddl_builder/qunit/fixture.html b/src/main/webapp/javascripts_min/libs/ddl_builder/qunit/fixture.html
index d2d5d40..d2d5d40 100644
--- a/javascripts_min/libs/ddl_builder/qunit/fixture.html
+++ b/src/main/webapp/javascripts_min/libs/ddl_builder/qunit/fixture.html
diff --git a/javascripts_min/libs/ddl_builder/qunit/guessValueSeparators.js b/src/main/webapp/javascripts_min/libs/ddl_builder/qunit/guessValueSeparators.js
index c18954a..c18954a 100644
--- a/javascripts_min/libs/ddl_builder/qunit/guessValueSeparators.js
+++ b/src/main/webapp/javascripts_min/libs/ddl_builder/qunit/guessValueSeparators.js
diff --git a/javascripts_min/libs/ddl_builder/qunit/headerNames.js b/src/main/webapp/javascripts_min/libs/ddl_builder/qunit/headerNames.js
index 44bca5e..44bca5e 100644
--- a/javascripts_min/libs/ddl_builder/qunit/headerNames.js
+++ b/src/main/webapp/javascripts_min/libs/ddl_builder/qunit/headerNames.js
diff --git a/javascripts_min/libs/ddl_builder/qunit/main.js b/src/main/webapp/javascripts_min/libs/ddl_builder/qunit/main.js
index 9e97a9d..9e97a9d 100644
--- a/javascripts_min/libs/ddl_builder/qunit/main.js
+++ b/src/main/webapp/javascripts_min/libs/ddl_builder/qunit/main.js
diff --git a/javascripts_min/libs/ddl_builder/qunit/recordCount.js b/src/main/webapp/javascripts_min/libs/ddl_builder/qunit/recordCount.js
index 8075b59..8075b59 100644
--- a/javascripts_min/libs/ddl_builder/qunit/recordCount.js
+++ b/src/main/webapp/javascripts_min/libs/ddl_builder/qunit/recordCount.js
diff --git a/javascripts_min/libs/ddl_builder/templates/generic.sql b/src/main/webapp/javascripts_min/libs/ddl_builder/templates/generic.sql
index f7a4f5f..f7a4f5f 100644
--- a/javascripts_min/libs/ddl_builder/templates/generic.sql
+++ b/src/main/webapp/javascripts_min/libs/ddl_builder/templates/generic.sql
diff --git a/javascripts_min/libs/ddl_builder/templates/oracle.sql b/src/main/webapp/javascripts_min/libs/ddl_builder/templates/oracle.sql
index 8180cf0..8180cf0 100644
--- a/javascripts_min/libs/ddl_builder/templates/oracle.sql
+++ b/src/main/webapp/javascripts_min/libs/ddl_builder/templates/oracle.sql
diff --git a/javascripts_min/libs/ddl_builder/templates/sqlite.sql b/src/main/webapp/javascripts_min/libs/ddl_builder/templates/sqlite.sql
index 4de3c7e..4de3c7e 100644
--- a/javascripts_min/libs/ddl_builder/templates/sqlite.sql
+++ b/src/main/webapp/javascripts_min/libs/ddl_builder/templates/sqlite.sql
diff --git a/javascripts_min/libs/fiddleEditor.js b/src/main/webapp/javascripts_min/libs/fiddleEditor.js
index 6a8c773..6a8c773 100644
--- a/javascripts_min/libs/fiddleEditor.js
+++ b/src/main/webapp/javascripts_min/libs/fiddleEditor.js
diff --git a/javascripts_min/libs/handlebars-1.0.0.beta.6.js b/src/main/webapp/javascripts_min/libs/handlebars-1.0.0.beta.6.js
index bd8326d..bd8326d 100644
--- a/javascripts_min/libs/handlebars-1.0.0.beta.6.js
+++ b/src/main/webapp/javascripts_min/libs/handlebars-1.0.0.beta.6.js
diff --git a/javascripts_min/libs/handlebarsHelpers/divider_display.js b/src/main/webapp/javascripts_min/libs/handlebarsHelpers/divider_display.js
index 219dd20..219dd20 100644
--- a/javascripts_min/libs/handlebarsHelpers/divider_display.js
+++ b/src/main/webapp/javascripts_min/libs/handlebarsHelpers/divider_display.js
diff --git a/javascripts_min/libs/handlebarsHelpers/each_simple_value_with_index.js b/src/main/webapp/javascripts_min/libs/handlebarsHelpers/each_simple_value_with_index.js
index 3b0c397..3b0c397 100644
--- a/javascripts_min/libs/handlebarsHelpers/each_simple_value_with_index.js
+++ b/src/main/webapp/javascripts_min/libs/handlebarsHelpers/each_simple_value_with_index.js
diff --git a/javascripts_min/libs/handlebarsHelpers/each_with_index.js b/src/main/webapp/javascripts_min/libs/handlebarsHelpers/each_with_index.js
index 39c76f6..39c76f6 100644
--- a/javascripts_min/libs/handlebarsHelpers/each_with_index.js
+++ b/src/main/webapp/javascripts_min/libs/handlebarsHelpers/each_with_index.js
diff --git a/javascripts_min/libs/handlebarsHelpers/result_display.js b/src/main/webapp/javascripts_min/libs/handlebarsHelpers/result_display.js
index 68219f2..68219f2 100644
--- a/javascripts_min/libs/handlebarsHelpers/result_display.js
+++ b/src/main/webapp/javascripts_min/libs/handlebarsHelpers/result_display.js
diff --git a/javascripts_min/libs/handlebarsHelpers/result_display_padded.js b/src/main/webapp/javascripts_min/libs/handlebarsHelpers/result_display_padded.js
index 8ccfdc8..8ccfdc8 100644
--- a/javascripts_min/libs/handlebarsHelpers/result_display_padded.js
+++ b/src/main/webapp/javascripts_min/libs/handlebarsHelpers/result_display_padded.js
diff --git a/javascripts_min/libs/idselector.js b/src/main/webapp/javascripts_min/libs/idselector.js
index 1359d9f..1359d9f 100644
--- a/javascripts_min/libs/idselector.js
+++ b/src/main/webapp/javascripts_min/libs/idselector.js
diff --git a/javascripts_min/libs/jquery/jquery.blockUI.js b/src/main/webapp/javascripts_min/libs/jquery/jquery.blockUI.js
index fe38b99..fe38b99 100644
--- a/javascripts_min/libs/jquery/jquery.blockUI.js
+++ b/src/main/webapp/javascripts_min/libs/jquery/jquery.blockUI.js
diff --git a/javascripts_min/libs/jquery/jquery.cookie.js b/src/main/webapp/javascripts_min/libs/jquery/jquery.cookie.js
index a7177f0..a7177f0 100644
--- a/javascripts_min/libs/jquery/jquery.cookie.js
+++ b/src/main/webapp/javascripts_min/libs/jquery/jquery.cookie.js
diff --git a/javascripts_min/libs/jquery/jquery.js b/src/main/webapp/javascripts_min/libs/jquery/jquery.js
index d477b5b..d477b5b 100644
--- a/javascripts_min/libs/jquery/jquery.js
+++ b/src/main/webapp/javascripts_min/libs/jquery/jquery.js
diff --git a/javascripts_min/libs/json2.js b/src/main/webapp/javascripts_min/libs/json2.js
index b37c5f8..b37c5f8 100644
--- a/javascripts_min/libs/json2.js
+++ b/src/main/webapp/javascripts_min/libs/json2.js
diff --git a/javascripts_min/libs/qunit-1.10.0.js b/src/main/webapp/javascripts_min/libs/qunit-1.10.0.js
index b917673..b917673 100644
--- a/javascripts_min/libs/qunit-1.10.0.js
+++ b/src/main/webapp/javascripts_min/libs/qunit-1.10.0.js
diff --git a/javascripts_min/libs/renderTerminator.js b/src/main/webapp/javascripts_min/libs/renderTerminator.js
index 6cde68b..6cde68b 100644
--- a/javascripts_min/libs/renderTerminator.js
+++ b/src/main/webapp/javascripts_min/libs/renderTerminator.js
diff --git a/javascripts_min/libs/underscore.js b/src/main/webapp/javascripts_min/libs/underscore.js
index 74339e6..74339e6 100644
--- a/javascripts_min/libs/underscore.js
+++ b/src/main/webapp/javascripts_min/libs/underscore.js
diff --git a/javascripts_min/libs/xplans/mssql.js b/src/main/webapp/javascripts_min/libs/xplans/mssql.js
index 5a58c2f..5a58c2f 100644
--- a/javascripts_min/libs/xplans/mssql.js
+++ b/src/main/webapp/javascripts_min/libs/xplans/mssql.js
diff --git a/javascripts_min/libs/xplans/oracle/flashver.js b/src/main/webapp/javascripts_min/libs/xplans/oracle/flashver.js
index b32522f..b32522f 100644
--- a/javascripts_min/libs/xplans/oracle/flashver.js
+++ b/src/main/webapp/javascripts_min/libs/xplans/oracle/flashver.js
diff --git a/javascripts_min/libs/xplans/oracle/loadswf.js b/src/main/webapp/javascripts_min/libs/xplans/oracle/loadswf.js
index 91506dd..91506dd 100644
--- a/javascripts_min/libs/xplans/oracle/loadswf.js
+++ b/src/main/webapp/javascripts_min/libs/xplans/oracle/loadswf.js
diff --git a/javascripts_min/main.js b/src/main/webapp/javascripts_min/main.js
index ac234d2..ac234d2 100644
--- a/javascripts_min/main.js
+++ b/src/main/webapp/javascripts_min/main.js
diff --git a/javascripts_min/qunit_main.js b/src/main/webapp/javascripts_min/qunit_main.js
index c592c86..c592c86 100644
--- a/javascripts_min/qunit_main.js
+++ b/src/main/webapp/javascripts_min/qunit_main.js
diff --git a/javascripts_min/text.js b/src/main/webapp/javascripts_min/text.js
index fc407f2..fc407f2 100644
--- a/javascripts_min/text.js
+++ b/src/main/webapp/javascripts_min/text.js
diff --git a/javascripts_static/sql.js b/src/main/webapp/javascripts_static/sql.js
index bdd80ea..bdd80ea 100644
--- a/javascripts_static/sql.js
+++ b/src/main/webapp/javascripts_static/sql.js
diff --git a/lib/.gitignore b/src/main/webapp/lib/.gitignore
index d3f5a12..d3f5a12 100644
--- a/lib/.gitignore
+++ b/src/main/webapp/lib/.gitignore
diff --git a/lib/OpenIDConsumer/ClientScopeOpenIDSession.cfc b/src/main/webapp/lib/OpenIDConsumer/ClientScopeOpenIDSession.cfc
index 626e74e..626e74e 100755
--- a/lib/OpenIDConsumer/ClientScopeOpenIDSession.cfc
+++ b/src/main/webapp/lib/OpenIDConsumer/ClientScopeOpenIDSession.cfc
diff --git a/lib/OpenIDConsumer/OpenIDConsumer.cfc b/src/main/webapp/lib/OpenIDConsumer/OpenIDConsumer.cfc
index ed53303..ed53303 100755
--- a/lib/OpenIDConsumer/OpenIDConsumer.cfc
+++ b/src/main/webapp/lib/OpenIDConsumer/OpenIDConsumer.cfc
diff --git a/lib/OpenIDConsumer/OpenIDConsumer2.cfc b/src/main/webapp/lib/OpenIDConsumer/OpenIDConsumer2.cfc
index 7a1b616..7a1b616 100755
--- a/lib/OpenIDConsumer/OpenIDConsumer2.cfc
+++ b/src/main/webapp/lib/OpenIDConsumer/OpenIDConsumer2.cfc
diff --git a/lib/OpenIDConsumer/SessionScopeOpenIDSession.cfc b/src/main/webapp/lib/OpenIDConsumer/SessionScopeOpenIDSession.cfc
index 6dff495..6dff495 100755
--- a/lib/OpenIDConsumer/SessionScopeOpenIDSession.cfc
+++ b/src/main/webapp/lib/OpenIDConsumer/SessionScopeOpenIDSession.cfc
diff --git a/lib/OpenIDConsumer/httpClient.cfc b/src/main/webapp/lib/OpenIDConsumer/httpClient.cfc
index 5ad9d3b..5ad9d3b 100644
--- a/lib/OpenIDConsumer/httpClient.cfc
+++ b/src/main/webapp/lib/OpenIDConsumer/httpClient.cfc
diff --git a/lib/OpenIDConsumer/json.cfc b/src/main/webapp/lib/OpenIDConsumer/json.cfc
index 87621a4..87621a4 100755
--- a/lib/OpenIDConsumer/json.cfc
+++ b/src/main/webapp/lib/OpenIDConsumer/json.cfc
diff --git a/lib/OpenIDConsumer/yadis.cfc b/src/main/webapp/lib/OpenIDConsumer/yadis.cfc
index 3c4dad3..3c4dad3 100755
--- a/lib/OpenIDConsumer/yadis.cfc
+++ b/src/main/webapp/lib/OpenIDConsumer/yadis.cfc
diff --git a/miscellaneous/Application.cfc b/src/main/webapp/miscellaneous/Application.cfc
index 536f461..536f461 100644
--- a/miscellaneous/Application.cfc
+++ b/src/main/webapp/miscellaneous/Application.cfc
diff --git a/models/DB_Type.cfc b/src/main/webapp/models/DB_Type.cfc
index bb42c02..bb42c02 100644
--- a/models/DB_Type.cfc
+++ b/src/main/webapp/models/DB_Type.cfc
diff --git a/models/Host.cfc b/src/main/webapp/models/Host.cfc
index a69f039..a69f039 100644
--- a/models/Host.cfc
+++ b/src/main/webapp/models/Host.cfc
diff --git a/models/Model.cfc b/src/main/webapp/models/Model.cfc
index cf76970..cf76970 100644
--- a/models/Model.cfc
+++ b/src/main/webapp/models/Model.cfc
diff --git a/models/Query.cfc b/src/main/webapp/models/Query.cfc
index b6dfb7b..b6dfb7b 100644
--- a/models/Query.cfc
+++ b/src/main/webapp/models/Query.cfc
diff --git a/models/Query_Set.cfc b/src/main/webapp/models/Query_Set.cfc
index d46d60d..d46d60d 100644
--- a/models/Query_Set.cfc
+++ b/src/main/webapp/models/Query_Set.cfc
diff --git a/models/Schema_Def.cfc b/src/main/webapp/models/Schema_Def.cfc
index 89c5bf2..89c5bf2 100644
--- a/models/Schema_Def.cfc
+++ b/src/main/webapp/models/Schema_Def.cfc
diff --git a/models/User.cfc b/src/main/webapp/models/User.cfc
index 60cad00..60cad00 100644
--- a/models/User.cfc
+++ b/src/main/webapp/models/User.cfc
diff --git a/models/User_Fiddle.cfc b/src/main/webapp/models/User_Fiddle.cfc
index f5cb9ed..f5cb9ed 100644
--- a/models/User_Fiddle.cfc
+++ b/src/main/webapp/models/User_Fiddle.cfc
diff --git a/models/Wheels.cfc b/src/main/webapp/models/Wheels.cfc
index ad01ab8..ad01ab8 100644
--- a/models/Wheels.cfc
+++ b/src/main/webapp/models/Wheels.cfc
diff --git a/plugins/CFAdminDSN-0.1.zip b/src/main/webapp/plugins/CFAdminDSN-0.1.zip
index 7bc2b4a..7bc2b4a 100644
--- a/plugins/CFAdminDSN-0.1.zip
+++ b/src/main/webapp/plugins/CFAdminDSN-0.1.zip
Binary files differ
diff --git a/plugins/CFAdminDSN/CFAdminDSN.cfc b/src/main/webapp/plugins/CFAdminDSN/CFAdminDSN.cfc
index bc2548d..bc2548d 100644
--- a/plugins/CFAdminDSN/CFAdminDSN.cfc
+++ b/src/main/webapp/plugins/CFAdminDSN/CFAdminDSN.cfc
diff --git a/plugins/CFAdminDSN/adobe.cfm b/src/main/webapp/plugins/CFAdminDSN/adobe.cfm
index 61eabeb..61eabeb 100644
--- a/plugins/CFAdminDSN/adobe.cfm
+++ b/src/main/webapp/plugins/CFAdminDSN/adobe.cfm
diff --git a/plugins/CFAdminDSN/index.cfm b/src/main/webapp/plugins/CFAdminDSN/index.cfm
index e69de29..e69de29 100644
--- a/plugins/CFAdminDSN/index.cfm
+++ b/src/main/webapp/plugins/CFAdminDSN/index.cfm
diff --git a/plugins/CFAdminDSN/railo.cfm b/src/main/webapp/plugins/CFAdminDSN/railo.cfm
index 222eb66..222eb66 100644
--- a/plugins/CFAdminDSN/railo.cfm
+++ b/src/main/webapp/plugins/CFAdminDSN/railo.cfm
diff --git a/plugins/RequireJS-0.2.1.zip b/src/main/webapp/plugins/RequireJS-0.2.1.zip
index 987e74b..987e74b 100644
--- a/plugins/RequireJS-0.2.1.zip
+++ b/src/main/webapp/plugins/RequireJS-0.2.1.zip
Binary files differ
diff --git a/plugins/RequireJS/.gitignore b/src/main/webapp/plugins/RequireJS/.gitignore
index 001f38b..001f38b 100644
--- a/plugins/RequireJS/.gitignore
+++ b/src/main/webapp/plugins/RequireJS/.gitignore
diff --git a/plugins/RequireJS/RequireJS.cfc b/src/main/webapp/plugins/RequireJS/RequireJS.cfc
index 97b12c4..97b12c4 100644
--- a/plugins/RequireJS/RequireJS.cfc
+++ b/src/main/webapp/plugins/RequireJS/RequireJS.cfc
diff --git a/plugins/RequireJS/build.js b/src/main/webapp/plugins/RequireJS/build.js
index 364ce18..364ce18 100644
--- a/plugins/RequireJS/build.js
+++ b/src/main/webapp/plugins/RequireJS/build.js
diff --git a/plugins/RequireJS/index.cfm b/src/main/webapp/plugins/RequireJS/index.cfm
index e69de29..e69de29 100644
--- a/plugins/RequireJS/index.cfm
+++ b/src/main/webapp/plugins/RequireJS/index.cfm
diff --git a/plugins/RequireJS/js.jar b/src/main/webapp/plugins/RequireJS/js.jar
index 878b0d9..878b0d9 100644
--- a/plugins/RequireJS/js.jar
+++ b/src/main/webapp/plugins/RequireJS/js.jar
Binary files differ
diff --git a/plugins/RequireJS/less-rhino-1.3.0.js b/src/main/webapp/plugins/RequireJS/less-rhino-1.3.0.js
index 934936d..934936d 100644
--- a/plugins/RequireJS/less-rhino-1.3.0.js
+++ b/src/main/webapp/plugins/RequireJS/less-rhino-1.3.0.js
diff --git a/plugins/RequireJS/r.js b/src/main/webapp/plugins/RequireJS/r.js
index aaafadf..aaafadf 100644
--- a/plugins/RequireJS/r.js
+++ b/src/main/webapp/plugins/RequireJS/r.js
diff --git a/plugins/RequireJS/require.js b/src/main/webapp/plugins/RequireJS/require.js
index 4e0dea6..4e0dea6 100644
--- a/plugins/RequireJS/require.js
+++ b/src/main/webapp/plugins/RequireJS/require.js
diff --git a/rewrite.cfm b/src/main/webapp/rewrite.cfm
index 2a4a3b1..2a4a3b1 100644
--- a/rewrite.cfm
+++ b/src/main/webapp/rewrite.cfm
diff --git a/root.cfm b/src/main/webapp/root.cfm
index d5e4bda..d5e4bda 100644
--- a/root.cfm
+++ b/src/main/webapp/root.cfm
diff --git a/stylesheets/.gitignore b/src/main/webapp/stylesheets/.gitignore
index d3f5a12..d3f5a12 100644
--- a/stylesheets/.gitignore
+++ b/src/main/webapp/stylesheets/.gitignore
diff --git a/stylesheets/about.css b/src/main/webapp/stylesheets/about.css
index e85c433..e85c433 100644
--- a/stylesheets/about.css
+++ b/src/main/webapp/stylesheets/about.css
diff --git a/stylesheets/bootstrap-2.0.4/accordion.less b/src/main/webapp/stylesheets/bootstrap-2.0.4/accordion.less
index 31b8cdc..31b8cdc 100644
--- a/stylesheets/bootstrap-2.0.4/accordion.less
+++ b/src/main/webapp/stylesheets/bootstrap-2.0.4/accordion.less
diff --git a/stylesheets/bootstrap-2.0.4/alerts.less b/src/main/webapp/stylesheets/bootstrap-2.0.4/alerts.less
index 46a0d77..46a0d77 100644
--- a/stylesheets/bootstrap-2.0.4/alerts.less
+++ b/src/main/webapp/stylesheets/bootstrap-2.0.4/alerts.less
diff --git a/stylesheets/bootstrap-2.0.4/bootstrap.css b/src/main/webapp/stylesheets/bootstrap-2.0.4/bootstrap.css
index 0bf01f1..0bf01f1 100644
--- a/stylesheets/bootstrap-2.0.4/bootstrap.css
+++ b/src/main/webapp/stylesheets/bootstrap-2.0.4/bootstrap.css
diff --git a/stylesheets/bootstrap-2.0.4/bootstrap.less b/src/main/webapp/stylesheets/bootstrap-2.0.4/bootstrap.less
index a3c34ce..a3c34ce 100644
--- a/stylesheets/bootstrap-2.0.4/bootstrap.less
+++ b/src/main/webapp/stylesheets/bootstrap-2.0.4/bootstrap.less
diff --git a/stylesheets/bootstrap-2.0.4/breadcrumbs.less b/src/main/webapp/stylesheets/bootstrap-2.0.4/breadcrumbs.less
index 111f122..111f122 100644
--- a/stylesheets/bootstrap-2.0.4/breadcrumbs.less
+++ b/src/main/webapp/stylesheets/bootstrap-2.0.4/breadcrumbs.less
diff --git a/stylesheets/bootstrap-2.0.4/button-groups.less b/src/main/webapp/stylesheets/bootstrap-2.0.4/button-groups.less
index 5338c5a..5338c5a 100644
--- a/stylesheets/bootstrap-2.0.4/button-groups.less
+++ b/src/main/webapp/stylesheets/bootstrap-2.0.4/button-groups.less
diff --git a/stylesheets/bootstrap-2.0.4/buttons.less b/src/main/webapp/stylesheets/bootstrap-2.0.4/buttons.less
index c44ff3e..c44ff3e 100644
--- a/stylesheets/bootstrap-2.0.4/buttons.less
+++ b/src/main/webapp/stylesheets/bootstrap-2.0.4/buttons.less
diff --git a/stylesheets/bootstrap-2.0.4/carousel.less b/src/main/webapp/stylesheets/bootstrap-2.0.4/carousel.less
index 8fbd303..8fbd303 100644
--- a/stylesheets/bootstrap-2.0.4/carousel.less
+++ b/src/main/webapp/stylesheets/bootstrap-2.0.4/carousel.less
diff --git a/stylesheets/bootstrap-2.0.4/close.less b/src/main/webapp/stylesheets/bootstrap-2.0.4/close.less
index 31fe6fc..31fe6fc 100644
--- a/stylesheets/bootstrap-2.0.4/close.less
+++ b/src/main/webapp/stylesheets/bootstrap-2.0.4/close.less
diff --git a/stylesheets/bootstrap-2.0.4/code.less b/src/main/webapp/stylesheets/bootstrap-2.0.4/code.less
index 0cae749..0cae749 100644
--- a/stylesheets/bootstrap-2.0.4/code.less
+++ b/src/main/webapp/stylesheets/bootstrap-2.0.4/code.less
diff --git a/stylesheets/bootstrap-2.0.4/component-animations.less b/src/main/webapp/stylesheets/bootstrap-2.0.4/component-animations.less
index 1e1e78b..1e1e78b 100644
--- a/stylesheets/bootstrap-2.0.4/component-animations.less
+++ b/src/main/webapp/stylesheets/bootstrap-2.0.4/component-animations.less
diff --git a/stylesheets/bootstrap-2.0.4/dropdowns.less b/src/main/webapp/stylesheets/bootstrap-2.0.4/dropdowns.less
index 5e23255..5e23255 100644
--- a/stylesheets/bootstrap-2.0.4/dropdowns.less
+++ b/src/main/webapp/stylesheets/bootstrap-2.0.4/dropdowns.less
diff --git a/stylesheets/bootstrap-2.0.4/forms.less b/src/main/webapp/stylesheets/bootstrap-2.0.4/forms.less
index 1163fe9..1163fe9 100644
--- a/stylesheets/bootstrap-2.0.4/forms.less
+++ b/src/main/webapp/stylesheets/bootstrap-2.0.4/forms.less
diff --git a/stylesheets/bootstrap-2.0.4/grid.less b/src/main/webapp/stylesheets/bootstrap-2.0.4/grid.less
index e62a960..e62a960 100644
--- a/stylesheets/bootstrap-2.0.4/grid.less
+++ b/src/main/webapp/stylesheets/bootstrap-2.0.4/grid.less
diff --git a/stylesheets/bootstrap-2.0.4/hero-unit.less b/src/main/webapp/stylesheets/bootstrap-2.0.4/hero-unit.less
index 0ffe829..0ffe829 100644
--- a/stylesheets/bootstrap-2.0.4/hero-unit.less
+++ b/src/main/webapp/stylesheets/bootstrap-2.0.4/hero-unit.less
diff --git a/stylesheets/bootstrap-2.0.4/labels-badges.less b/src/main/webapp/stylesheets/bootstrap-2.0.4/labels-badges.less
index 0fbd7bb..0fbd7bb 100644
--- a/stylesheets/bootstrap-2.0.4/labels-badges.less
+++ b/src/main/webapp/stylesheets/bootstrap-2.0.4/labels-badges.less
diff --git a/stylesheets/bootstrap-2.0.4/layouts.less b/src/main/webapp/stylesheets/bootstrap-2.0.4/layouts.less
index cc53627..cc53627 100644
--- a/stylesheets/bootstrap-2.0.4/layouts.less
+++ b/src/main/webapp/stylesheets/bootstrap-2.0.4/layouts.less
diff --git a/stylesheets/bootstrap-2.0.4/mixins.less b/src/main/webapp/stylesheets/bootstrap-2.0.4/mixins.less
index c3b57ed..c3b57ed 100644
--- a/stylesheets/bootstrap-2.0.4/mixins.less
+++ b/src/main/webapp/stylesheets/bootstrap-2.0.4/mixins.less
diff --git a/stylesheets/bootstrap-2.0.4/modals.less b/src/main/webapp/stylesheets/bootstrap-2.0.4/modals.less
index 870ad0d..870ad0d 100644
--- a/stylesheets/bootstrap-2.0.4/modals.less
+++ b/src/main/webapp/stylesheets/bootstrap-2.0.4/modals.less
diff --git a/stylesheets/bootstrap-2.0.4/navbar.less b/src/main/webapp/stylesheets/bootstrap-2.0.4/navbar.less
index 818f8a5..818f8a5 100644
--- a/stylesheets/bootstrap-2.0.4/navbar.less
+++ b/src/main/webapp/stylesheets/bootstrap-2.0.4/navbar.less
diff --git a/stylesheets/bootstrap-2.0.4/navs.less b/src/main/webapp/stylesheets/bootstrap-2.0.4/navs.less
index 5cb9f9f..5cb9f9f 100644
--- a/stylesheets/bootstrap-2.0.4/navs.less
+++ b/src/main/webapp/stylesheets/bootstrap-2.0.4/navs.less
diff --git a/stylesheets/bootstrap-2.0.4/pager.less b/src/main/webapp/stylesheets/bootstrap-2.0.4/pager.less
index 4244b5e..4244b5e 100644
--- a/stylesheets/bootstrap-2.0.4/pager.less
+++ b/src/main/webapp/stylesheets/bootstrap-2.0.4/pager.less
diff --git a/stylesheets/bootstrap-2.0.4/pagination.less b/src/main/webapp/stylesheets/bootstrap-2.0.4/pagination.less
index 38cf65c..38cf65c 100644
--- a/stylesheets/bootstrap-2.0.4/pagination.less
+++ b/src/main/webapp/stylesheets/bootstrap-2.0.4/pagination.less
diff --git a/stylesheets/bootstrap-2.0.4/popovers.less b/src/main/webapp/stylesheets/bootstrap-2.0.4/popovers.less
index 558d99e..558d99e 100644
--- a/stylesheets/bootstrap-2.0.4/popovers.less
+++ b/src/main/webapp/stylesheets/bootstrap-2.0.4/popovers.less
diff --git a/stylesheets/bootstrap-2.0.4/progress-bars.less b/src/main/webapp/stylesheets/bootstrap-2.0.4/progress-bars.less
index 3b47e64..3b47e64 100644
--- a/stylesheets/bootstrap-2.0.4/progress-bars.less
+++ b/src/main/webapp/stylesheets/bootstrap-2.0.4/progress-bars.less
diff --git a/stylesheets/bootstrap-2.0.4/reset.less b/src/main/webapp/stylesheets/bootstrap-2.0.4/reset.less
index 2332e03..2332e03 100644
--- a/stylesheets/bootstrap-2.0.4/reset.less
+++ b/src/main/webapp/stylesheets/bootstrap-2.0.4/reset.less
diff --git a/stylesheets/bootstrap-2.0.4/responsive-1200px-min.less b/src/main/webapp/stylesheets/bootstrap-2.0.4/responsive-1200px-min.less
index a7c9f4e..a7c9f4e 100644
--- a/stylesheets/bootstrap-2.0.4/responsive-1200px-min.less
+++ b/src/main/webapp/stylesheets/bootstrap-2.0.4/responsive-1200px-min.less
diff --git a/stylesheets/bootstrap-2.0.4/responsive-767px-max.less b/src/main/webapp/stylesheets/bootstrap-2.0.4/responsive-767px-max.less
index 614c690..614c690 100644
--- a/stylesheets/bootstrap-2.0.4/responsive-767px-max.less
+++ b/src/main/webapp/stylesheets/bootstrap-2.0.4/responsive-767px-max.less
diff --git a/stylesheets/bootstrap-2.0.4/responsive-768px-979px.less b/src/main/webapp/stylesheets/bootstrap-2.0.4/responsive-768px-979px.less
index 76f4f6d..76f4f6d 100644
--- a/stylesheets/bootstrap-2.0.4/responsive-768px-979px.less
+++ b/src/main/webapp/stylesheets/bootstrap-2.0.4/responsive-768px-979px.less
diff --git a/stylesheets/bootstrap-2.0.4/responsive-navbar.less b/src/main/webapp/stylesheets/bootstrap-2.0.4/responsive-navbar.less
index 8d31db5..8d31db5 100644
--- a/stylesheets/bootstrap-2.0.4/responsive-navbar.less
+++ b/src/main/webapp/stylesheets/bootstrap-2.0.4/responsive-navbar.less
diff --git a/stylesheets/bootstrap-2.0.4/responsive-utilities.less b/src/main/webapp/stylesheets/bootstrap-2.0.4/responsive-utilities.less
index 572846c..572846c 100644
--- a/stylesheets/bootstrap-2.0.4/responsive-utilities.less
+++ b/src/main/webapp/stylesheets/bootstrap-2.0.4/responsive-utilities.less
diff --git a/stylesheets/bootstrap-2.0.4/responsive.css b/src/main/webapp/stylesheets/bootstrap-2.0.4/responsive.css
index fff850f..fff850f 100644
--- a/stylesheets/bootstrap-2.0.4/responsive.css
+++ b/src/main/webapp/stylesheets/bootstrap-2.0.4/responsive.css
diff --git a/stylesheets/bootstrap-2.0.4/responsive.less b/src/main/webapp/stylesheets/bootstrap-2.0.4/responsive.less
index 734b198..734b198 100644
--- a/stylesheets/bootstrap-2.0.4/responsive.less
+++ b/src/main/webapp/stylesheets/bootstrap-2.0.4/responsive.less
diff --git a/stylesheets/bootstrap-2.0.4/scaffolding.less b/src/main/webapp/stylesheets/bootstrap-2.0.4/scaffolding.less
index 57c74ed..57c74ed 100644
--- a/stylesheets/bootstrap-2.0.4/scaffolding.less
+++ b/src/main/webapp/stylesheets/bootstrap-2.0.4/scaffolding.less
diff --git a/stylesheets/bootstrap-2.0.4/sprites.less b/src/main/webapp/stylesheets/bootstrap-2.0.4/sprites.less
index 72a3a91..72a3a91 100644
--- a/stylesheets/bootstrap-2.0.4/sprites.less
+++ b/src/main/webapp/stylesheets/bootstrap-2.0.4/sprites.less
diff --git a/stylesheets/bootstrap-2.0.4/tables.less b/src/main/webapp/stylesheets/bootstrap-2.0.4/tables.less
index b4f6027..b4f6027 100644
--- a/stylesheets/bootstrap-2.0.4/tables.less
+++ b/src/main/webapp/stylesheets/bootstrap-2.0.4/tables.less
diff --git a/stylesheets/bootstrap-2.0.4/thumbnails.less b/src/main/webapp/stylesheets/bootstrap-2.0.4/thumbnails.less
index aa69f8e..aa69f8e 100644
--- a/stylesheets/bootstrap-2.0.4/thumbnails.less
+++ b/src/main/webapp/stylesheets/bootstrap-2.0.4/thumbnails.less
diff --git a/stylesheets/bootstrap-2.0.4/tooltip.less b/src/main/webapp/stylesheets/bootstrap-2.0.4/tooltip.less
index 5111a19..5111a19 100644
--- a/stylesheets/bootstrap-2.0.4/tooltip.less
+++ b/src/main/webapp/stylesheets/bootstrap-2.0.4/tooltip.less
diff --git a/stylesheets/bootstrap-2.0.4/type.less b/src/main/webapp/stylesheets/bootstrap-2.0.4/type.less
index bdf8e60..bdf8e60 100644
--- a/stylesheets/bootstrap-2.0.4/type.less
+++ b/src/main/webapp/stylesheets/bootstrap-2.0.4/type.less
diff --git a/stylesheets/bootstrap-2.0.4/utilities.less b/src/main/webapp/stylesheets/bootstrap-2.0.4/utilities.less
index d60d220..d60d220 100644
--- a/stylesheets/bootstrap-2.0.4/utilities.less
+++ b/src/main/webapp/stylesheets/bootstrap-2.0.4/utilities.less
diff --git a/stylesheets/bootstrap-2.0.4/variables.less b/src/main/webapp/stylesheets/bootstrap-2.0.4/variables.less
index c69c006..c69c006 100644
--- a/stylesheets/bootstrap-2.0.4/variables.less
+++ b/src/main/webapp/stylesheets/bootstrap-2.0.4/variables.less
diff --git a/stylesheets/bootstrap-2.0.4/wells.less b/src/main/webapp/stylesheets/bootstrap-2.0.4/wells.less
index 9300061..9300061 100644
--- a/stylesheets/bootstrap-2.0.4/wells.less
+++ b/src/main/webapp/stylesheets/bootstrap-2.0.4/wells.less
diff --git a/stylesheets/codemirror.css b/src/main/webapp/stylesheets/codemirror.css
index 9c9c29a..9c9c29a 100644
--- a/stylesheets/codemirror.css
+++ b/src/main/webapp/stylesheets/codemirror.css
diff --git a/stylesheets/fiddle.css b/src/main/webapp/stylesheets/fiddle.css
index 75b4673..75b4673 100644
--- a/stylesheets/fiddle.css
+++ b/src/main/webapp/stylesheets/fiddle.css
diff --git a/stylesheets/fiddle.less b/src/main/webapp/stylesheets/fiddle.less
index 4dc326b..4dc326b 100644
--- a/stylesheets/fiddle.less
+++ b/src/main/webapp/stylesheets/fiddle.less
diff --git a/stylesheets/fiddle_bootstrap_overrides.less b/src/main/webapp/stylesheets/fiddle_bootstrap_overrides.less
index 2174b5c..2174b5c 100644
--- a/stylesheets/fiddle_bootstrap_overrides.less
+++ b/src/main/webapp/stylesheets/fiddle_bootstrap_overrides.less
diff --git a/stylesheets/fiddle_responsive.less b/src/main/webapp/stylesheets/fiddle_responsive.less
index 45c6c17..45c6c17 100644
--- a/stylesheets/fiddle_responsive.less
+++ b/src/main/webapp/stylesheets/fiddle_responsive.less
diff --git a/stylesheets/print.css b/src/main/webapp/stylesheets/print.css
index 4e831a6..4e831a6 100644
--- a/stylesheets/print.css
+++ b/src/main/webapp/stylesheets/print.css
diff --git a/stylesheets/qp.css b/src/main/webapp/stylesheets/qp.css
index 7d785b0..7d785b0 100644
--- a/stylesheets/qp.css
+++ b/src/main/webapp/stylesheets/qp.css
diff --git a/stylesheets/qunit-1.10.0.css b/src/main/webapp/stylesheets/qunit-1.10.0.css
index 55970e0..55970e0 100644
--- a/stylesheets/qunit-1.10.0.css
+++ b/src/main/webapp/stylesheets/qunit-1.10.0.css
diff --git a/stylesheets_min/_index.css b/src/main/webapp/stylesheets_min/_index.css
index d25060b..d25060b 100644
--- a/stylesheets_min/_index.css
+++ b/src/main/webapp/stylesheets_min/_index.css
diff --git a/stylesheets_min/bootstrap-2.0.4/bootstrap.css b/src/main/webapp/stylesheets_min/bootstrap-2.0.4/bootstrap.css
index b338941..b338941 100644
--- a/stylesheets_min/bootstrap-2.0.4/bootstrap.css
+++ b/src/main/webapp/stylesheets_min/bootstrap-2.0.4/bootstrap.css
diff --git a/stylesheets_min/bootstrap-2.0.4/responsive.css b/src/main/webapp/stylesheets_min/bootstrap-2.0.4/responsive.css
index 8648adc..8648adc 100644
--- a/stylesheets_min/bootstrap-2.0.4/responsive.css
+++ b/src/main/webapp/stylesheets_min/bootstrap-2.0.4/responsive.css
diff --git a/stylesheets_min/codemirror.css b/src/main/webapp/stylesheets_min/codemirror.css
index 34a9fca..34a9fca 100644
--- a/stylesheets_min/codemirror.css
+++ b/src/main/webapp/stylesheets_min/codemirror.css
diff --git a/stylesheets_min/fiddle.css b/src/main/webapp/stylesheets_min/fiddle.css
index cb73364..cb73364 100644
--- a/stylesheets_min/fiddle.css
+++ b/src/main/webapp/stylesheets_min/fiddle.css
diff --git a/stylesheets_min/qp.css b/src/main/webapp/stylesheets_min/qp.css
index d2dac70..d2dac70 100644
--- a/stylesheets_min/qp.css
+++ b/src/main/webapp/stylesheets_min/qp.css
diff --git a/stylesheets_min/test.css b/src/main/webapp/stylesheets_min/test.css
index 77f4a91..77f4a91 100644
--- a/stylesheets_min/test.css
+++ b/src/main/webapp/stylesheets_min/test.css
diff --git a/tests/.gitignore b/src/main/webapp/tests/.gitignore
index d3f5a12..d3f5a12 100644
--- a/tests/.gitignore
+++ b/src/main/webapp/tests/.gitignore
diff --git a/views/Dashboard/index.cfm b/src/main/webapp/views/Dashboard/index.cfm
index 66f924c..66f924c 100644
--- a/views/Dashboard/index.cfm
+++ b/src/main/webapp/views/Dashboard/index.cfm
diff --git a/views/Fiddles/_loginModal.cfm b/src/main/webapp/views/Fiddles/_loginModal.cfm
index 34d008e..34d008e 100644
--- a/views/Fiddles/_loginModal.cfm
+++ b/src/main/webapp/views/Fiddles/_loginModal.cfm
diff --git a/views/Fiddles/_myFiddlesModal.cfm b/src/main/webapp/views/Fiddles/_myFiddlesModal.cfm
index dd6a66f..dd6a66f 100644
--- a/views/Fiddles/_myFiddlesModal.cfm
+++ b/src/main/webapp/views/Fiddles/_myFiddlesModal.cfm
diff --git a/views/Fiddles/_textToDDL.cfm b/src/main/webapp/views/Fiddles/_textToDDL.cfm
index 7295fd2..7295fd2 100644
--- a/views/Fiddles/_textToDDL.cfm
+++ b/src/main/webapp/views/Fiddles/_textToDDL.cfm
diff --git a/views/Fiddles/dbtypes.cfm b/src/main/webapp/views/Fiddles/dbtypes.cfm
index 0f343ed..0f343ed 100644
--- a/views/Fiddles/dbtypes.cfm
+++ b/src/main/webapp/views/Fiddles/dbtypes.cfm
diff --git a/views/Fiddles/index.cfm b/src/main/webapp/views/Fiddles/index.cfm
index 998cee7..998cee7 100644
--- a/views/Fiddles/index.cfm
+++ b/src/main/webapp/views/Fiddles/index.cfm
diff --git a/views/QUnit/index.cfm b/src/main/webapp/views/QUnit/index.cfm
index e74ffbf..e74ffbf 100644
--- a/views/QUnit/index.cfm
+++ b/src/main/webapp/views/QUnit/index.cfm
diff --git a/views/QUnit/layout.cfm b/src/main/webapp/views/QUnit/layout.cfm
index e6c9592..e6c9592 100644
--- a/views/QUnit/layout.cfm
+++ b/src/main/webapp/views/QUnit/layout.cfm
diff --git a/views/UserFiddles/_favorites.cfm b/src/main/webapp/views/UserFiddles/_favorites.cfm
index 6892dee..6892dee 100644
--- a/views/UserFiddles/_favorites.cfm
+++ b/src/main/webapp/views/UserFiddles/_favorites.cfm
diff --git a/views/UserFiddles/_fiddle_history.cfm b/src/main/webapp/views/UserFiddles/_fiddle_history.cfm
index 7176114..7176114 100644
--- a/views/UserFiddles/_fiddle_history.cfm
+++ b/src/main/webapp/views/UserFiddles/_fiddle_history.cfm
diff --git a/views/UserFiddles/index.cfm b/src/main/webapp/views/UserFiddles/index.cfm
index 1f3b59b..1f3b59b 100644
--- a/views/UserFiddles/index.cfm
+++ b/src/main/webapp/views/UserFiddles/index.cfm
diff --git a/views/Users/_info.cfm b/src/main/webapp/views/Users/_info.cfm
index f2dcb10..f2dcb10 100644
--- a/views/Users/_info.cfm
+++ b/src/main/webapp/views/Users/_info.cfm
diff --git a/views/Users/_login.cfm b/src/main/webapp/views/Users/_login.cfm
index 6742a4e..6742a4e 100644
--- a/views/Users/_login.cfm
+++ b/src/main/webapp/views/Users/_login.cfm
diff --git a/views/helpers.cfm b/src/main/webapp/views/helpers.cfm
index 99d44e5..99d44e5 100644
--- a/views/helpers.cfm
+++ b/src/main/webapp/views/helpers.cfm
diff --git a/views/layout.cfm b/src/main/webapp/views/layout.cfm
index 99ae8ff..99ae8ff 100644
--- a/views/layout.cfm
+++ b/src/main/webapp/views/layout.cfm
diff --git a/views/wheels/layout.cfm b/src/main/webapp/views/wheels/layout.cfm
index 2a420e7..2a420e7 100644
--- a/views/wheels/layout.cfm
+++ b/src/main/webapp/views/wheels/layout.cfm
diff --git a/views/wheels/wheels.cfm b/src/main/webapp/views/wheels/wheels.cfm
index 52710d3..52710d3 100644
--- a/views/wheels/wheels.cfm
+++ b/src/main/webapp/views/wheels/wheels.cfm
diff --git a/web.config b/src/main/webapp/web.config
index 0f1eca2..0f1eca2 100644
--- a/web.config
+++ b/src/main/webapp/web.config
diff --git a/wheels/CHANGELOG b/src/main/webapp/wheels/CHANGELOG
index 9db0bec..9db0bec 100755
--- a/wheels/CHANGELOG
+++ b/src/main/webapp/wheels/CHANGELOG
diff --git a/wheels/Connection.cfc b/src/main/webapp/wheels/Connection.cfc
index e70f5e6..e70f5e6 100755
--- a/wheels/Connection.cfc
+++ b/src/main/webapp/wheels/Connection.cfc
diff --git a/wheels/Controller.cfc b/src/main/webapp/wheels/Controller.cfc
index e7ee606..e7ee606 100755
--- a/wheels/Controller.cfc
+++ b/src/main/webapp/wheels/Controller.cfc
diff --git a/wheels/Dispatch.cfc b/src/main/webapp/wheels/Dispatch.cfc
index bda0d5e..bda0d5e 100755
--- a/wheels/Dispatch.cfc
+++ b/src/main/webapp/wheels/Dispatch.cfc
diff --git a/wheels/Model.cfc b/src/main/webapp/wheels/Model.cfc
index 54d739c..54d739c 100755
--- a/wheels/Model.cfc
+++ b/src/main/webapp/wheels/Model.cfc
diff --git a/wheels/Plugins.cfc b/src/main/webapp/wheels/Plugins.cfc
index fbb15bd..fbb15bd 100755
--- a/wheels/Plugins.cfc
+++ b/src/main/webapp/wheels/Plugins.cfc
diff --git a/wheels/Test.cfc b/src/main/webapp/wheels/Test.cfc
index 2cd9e69..2cd9e69 100755
--- a/wheels/Test.cfc
+++ b/src/main/webapp/wheels/Test.cfc
diff --git a/wheels/controller.cfm b/src/main/webapp/wheels/controller.cfm
index fd22501..fd22501 100755
--- a/wheels/controller.cfm
+++ b/src/main/webapp/wheels/controller.cfm
diff --git a/wheels/controller/appfunctions.cfm b/src/main/webapp/wheels/controller/appfunctions.cfm
index a5d81d9..a5d81d9 100755
--- a/wheels/controller/appfunctions.cfm
+++ b/src/main/webapp/wheels/controller/appfunctions.cfm
diff --git a/wheels/controller/caching.cfm b/src/main/webapp/wheels/controller/caching.cfm
index a25385f..a25385f 100755
--- a/wheels/controller/caching.cfm
+++ b/src/main/webapp/wheels/controller/caching.cfm
diff --git a/wheels/controller/filters.cfm b/src/main/webapp/wheels/controller/filters.cfm
index 66e42e6..66e42e6 100755
--- a/wheels/controller/filters.cfm
+++ b/src/main/webapp/wheels/controller/filters.cfm
diff --git a/wheels/controller/flash.cfm b/src/main/webapp/wheels/controller/flash.cfm
index 46d41ab..46d41ab 100755
--- a/wheels/controller/flash.cfm
+++ b/src/main/webapp/wheels/controller/flash.cfm
diff --git a/wheels/controller/functions.cfm b/src/main/webapp/wheels/controller/functions.cfm
index 9ea2973..9ea2973 100755
--- a/wheels/controller/functions.cfm
+++ b/src/main/webapp/wheels/controller/functions.cfm
diff --git a/wheels/controller/initialization.cfm b/src/main/webapp/wheels/controller/initialization.cfm
index 396da99..396da99 100755
--- a/wheels/controller/initialization.cfm
+++ b/src/main/webapp/wheels/controller/initialization.cfm
diff --git a/wheels/controller/layouts.cfm b/src/main/webapp/wheels/controller/layouts.cfm
index 1209fdf..1209fdf 100755
--- a/wheels/controller/layouts.cfm
+++ b/src/main/webapp/wheels/controller/layouts.cfm
diff --git a/wheels/controller/miscellaneous.cfm b/src/main/webapp/wheels/controller/miscellaneous.cfm
index 4d37bd0..4d37bd0 100755
--- a/wheels/controller/miscellaneous.cfm
+++ b/src/main/webapp/wheels/controller/miscellaneous.cfm
diff --git a/wheels/controller/processing.cfm b/src/main/webapp/wheels/controller/processing.cfm
index c9225d5..c9225d5 100755
--- a/wheels/controller/processing.cfm
+++ b/src/main/webapp/wheels/controller/processing.cfm
diff --git a/wheels/controller/provides.cfm b/src/main/webapp/wheels/controller/provides.cfm
index e936059..e936059 100755
--- a/wheels/controller/provides.cfm
+++ b/src/main/webapp/wheels/controller/provides.cfm
diff --git a/wheels/controller/redirection.cfm b/src/main/webapp/wheels/controller/redirection.cfm
index ea9da9a..ea9da9a 100755
--- a/wheels/controller/redirection.cfm
+++ b/src/main/webapp/wheels/controller/redirection.cfm
diff --git a/wheels/controller/rendering.cfm b/src/main/webapp/wheels/controller/rendering.cfm
index d3501f0..d3501f0 100755
--- a/wheels/controller/rendering.cfm
+++ b/src/main/webapp/wheels/controller/rendering.cfm
diff --git a/wheels/controller/request.cfm b/src/main/webapp/wheels/controller/request.cfm
index 12004bb..12004bb 100755
--- a/wheels/controller/request.cfm
+++ b/src/main/webapp/wheels/controller/request.cfm
diff --git a/wheels/controller/verifies.cfm b/src/main/webapp/wheels/controller/verifies.cfm
index 43a10b6..43a10b6 100755
--- a/wheels/controller/verifies.cfm
+++ b/src/main/webapp/wheels/controller/verifies.cfm
diff --git a/wheels/dispatch/functions.cfm b/src/main/webapp/wheels/dispatch/functions.cfm
index d2f390c..d2f390c 100755
--- a/wheels/dispatch/functions.cfm
+++ b/src/main/webapp/wheels/dispatch/functions.cfm
diff --git a/wheels/dispatch/request.cfm b/src/main/webapp/wheels/dispatch/request.cfm
index 98eb69b..98eb69b 100755
--- a/wheels/dispatch/request.cfm
+++ b/src/main/webapp/wheels/dispatch/request.cfm
diff --git a/wheels/events/onapplicationend.cfm b/src/main/webapp/wheels/events/onapplicationend.cfm
index ab1215e..ab1215e 100755
--- a/wheels/events/onapplicationend.cfm
+++ b/src/main/webapp/wheels/events/onapplicationend.cfm
diff --git a/wheels/events/onapplicationstart.cfm b/src/main/webapp/wheels/events/onapplicationstart.cfm
index 871480a..871480a 100755
--- a/wheels/events/onapplicationstart.cfm
+++ b/src/main/webapp/wheels/events/onapplicationstart.cfm
diff --git a/wheels/events/onapplicationstart/settings.cfm b/src/main/webapp/wheels/events/onapplicationstart/settings.cfm
index e4c02fc..e4c02fc 100755
--- a/wheels/events/onapplicationstart/settings.cfm
+++ b/src/main/webapp/wheels/events/onapplicationstart/settings.cfm
diff --git a/wheels/events/onerror.cfm b/src/main/webapp/wheels/events/onerror.cfm
index 9cace49..9cace49 100755
--- a/wheels/events/onerror.cfm
+++ b/src/main/webapp/wheels/events/onerror.cfm
diff --git a/wheels/events/onerror/cfmlerror.cfm b/src/main/webapp/wheels/events/onerror/cfmlerror.cfm
index 63544f0..63544f0 100755
--- a/wheels/events/onerror/cfmlerror.cfm
+++ b/src/main/webapp/wheels/events/onerror/cfmlerror.cfm
diff --git a/wheels/events/onerror/wheelserror.cfm b/src/main/webapp/wheels/events/onerror/wheelserror.cfm
index 3c4370e..3c4370e 100755
--- a/wheels/events/onerror/wheelserror.cfm
+++ b/src/main/webapp/wheels/events/onerror/wheelserror.cfm
diff --git a/wheels/events/onmissingtemplate.cfm b/src/main/webapp/wheels/events/onmissingtemplate.cfm
index 04b1c7b..04b1c7b 100755
--- a/wheels/events/onmissingtemplate.cfm
+++ b/src/main/webapp/wheels/events/onmissingtemplate.cfm
diff --git a/wheels/events/onrequest.cfm b/src/main/webapp/wheels/events/onrequest.cfm
index db56b10..db56b10 100755
--- a/wheels/events/onrequest.cfm
+++ b/src/main/webapp/wheels/events/onrequest.cfm
diff --git a/wheels/events/onrequestend.cfm b/src/main/webapp/wheels/events/onrequestend.cfm
index 58c535f..58c535f 100755
--- a/wheels/events/onrequestend.cfm
+++ b/src/main/webapp/wheels/events/onrequestend.cfm
diff --git a/wheels/events/onrequestend/debug.cfm b/src/main/webapp/wheels/events/onrequestend/debug.cfm
index cd0ca84..cd0ca84 100755
--- a/wheels/events/onrequestend/debug.cfm
+++ b/src/main/webapp/wheels/events/onrequestend/debug.cfm
diff --git a/wheels/events/onrequeststart.cfm b/src/main/webapp/wheels/events/onrequeststart.cfm
index b5c1973..b5c1973 100755
--- a/wheels/events/onrequeststart.cfm
+++ b/src/main/webapp/wheels/events/onrequeststart.cfm
diff --git a/wheels/events/onsessionend.cfm b/src/main/webapp/wheels/events/onsessionend.cfm
index f84d30d..f84d30d 100755
--- a/wheels/events/onsessionend.cfm
+++ b/src/main/webapp/wheels/events/onsessionend.cfm
diff --git a/wheels/events/onsessionstart.cfm b/src/main/webapp/wheels/events/onsessionstart.cfm
index 37f04c0..37f04c0 100755
--- a/wheels/events/onsessionstart.cfm
+++ b/src/main/webapp/wheels/events/onsessionstart.cfm
diff --git a/wheels/functions.cfm b/src/main/webapp/wheels/functions.cfm
index d3e9cb1..d3e9cb1 100755
--- a/wheels/functions.cfm
+++ b/src/main/webapp/wheels/functions.cfm
diff --git a/wheels/global/appfunctions.cfm b/src/main/webapp/wheels/global/appfunctions.cfm
index 1d0949f..1d0949f 100755
--- a/wheels/global/appfunctions.cfm
+++ b/src/main/webapp/wheels/global/appfunctions.cfm
diff --git a/wheels/global/cfml.cfm b/src/main/webapp/wheels/global/cfml.cfm
index d0dd134..d0dd134 100755
--- a/wheels/global/cfml.cfm
+++ b/src/main/webapp/wheels/global/cfml.cfm
diff --git a/wheels/global/functions.cfm b/src/main/webapp/wheels/global/functions.cfm
index 8b0da07..8b0da07 100755
--- a/wheels/global/functions.cfm
+++ b/src/main/webapp/wheels/global/functions.cfm
diff --git a/wheels/global/internal.cfm b/src/main/webapp/wheels/global/internal.cfm
index d76fd10..d76fd10 100755
--- a/wheels/global/internal.cfm
+++ b/src/main/webapp/wheels/global/internal.cfm
diff --git a/wheels/global/public.cfm b/src/main/webapp/wheels/global/public.cfm
index a0ad61f..a0ad61f 100755
--- a/wheels/global/public.cfm
+++ b/src/main/webapp/wheels/global/public.cfm
diff --git a/wheels/index.cfm b/src/main/webapp/wheels/index.cfm
index 2b2b13f..2b2b13f 100755
--- a/wheels/index.cfm
+++ b/src/main/webapp/wheels/index.cfm
diff --git a/wheels/license.txt b/src/main/webapp/wheels/license.txt
index 4947287..4947287 100755
--- a/wheels/license.txt
+++ b/src/main/webapp/wheels/license.txt
diff --git a/wheels/model.cfm b/src/main/webapp/wheels/model.cfm
index a14a373..a14a373 100755
--- a/wheels/model.cfm
+++ b/src/main/webapp/wheels/model.cfm
diff --git a/wheels/model/adapters/Base.cfc b/src/main/webapp/wheels/model/adapters/Base.cfc
index 0e2eca3..0e2eca3 100755
--- a/wheels/model/adapters/Base.cfc
+++ b/src/main/webapp/wheels/model/adapters/Base.cfc
diff --git a/wheels/model/adapters/H2.cfc b/src/main/webapp/wheels/model/adapters/H2.cfc
index 6c52cd1..6c52cd1 100755
--- a/wheels/model/adapters/H2.cfc
+++ b/src/main/webapp/wheels/model/adapters/H2.cfc
diff --git a/wheels/model/adapters/MicrosoftSQLServer.cfc b/src/main/webapp/wheels/model/adapters/MicrosoftSQLServer.cfc
index 9dad873..9dad873 100755
--- a/wheels/model/adapters/MicrosoftSQLServer.cfc
+++ b/src/main/webapp/wheels/model/adapters/MicrosoftSQLServer.cfc
diff --git a/wheels/model/adapters/MySQL.cfc b/src/main/webapp/wheels/model/adapters/MySQL.cfc
index 94e851e..94e851e 100755
--- a/wheels/model/adapters/MySQL.cfc
+++ b/src/main/webapp/wheels/model/adapters/MySQL.cfc
diff --git a/wheels/model/adapters/Oracle.cfc b/src/main/webapp/wheels/model/adapters/Oracle.cfc
index f5e81ae..f5e81ae 100755
--- a/wheels/model/adapters/Oracle.cfc
+++ b/src/main/webapp/wheels/model/adapters/Oracle.cfc
diff --git a/wheels/model/adapters/PostgreSQL.cfc b/src/main/webapp/wheels/model/adapters/PostgreSQL.cfc
index b12c506..b12c506 100755
--- a/wheels/model/adapters/PostgreSQL.cfc
+++ b/src/main/webapp/wheels/model/adapters/PostgreSQL.cfc
diff --git a/wheels/model/associations.cfm b/src/main/webapp/wheels/model/associations.cfm
index ab3a201..ab3a201 100755
--- a/wheels/model/associations.cfm
+++ b/src/main/webapp/wheels/model/associations.cfm
diff --git a/wheels/model/calculations.cfm b/src/main/webapp/wheels/model/calculations.cfm
index 1eb016e..1eb016e 100755
--- a/wheels/model/calculations.cfm
+++ b/src/main/webapp/wheels/model/calculations.cfm
diff --git a/wheels/model/callbacks.cfm b/src/main/webapp/wheels/model/callbacks.cfm
index 48b0260..48b0260 100755
--- a/wheels/model/callbacks.cfm
+++ b/src/main/webapp/wheels/model/callbacks.cfm
diff --git a/wheels/model/crud.cfm b/src/main/webapp/wheels/model/crud.cfm
index cfb0664..cfb0664 100755
--- a/wheels/model/crud.cfm
+++ b/src/main/webapp/wheels/model/crud.cfm
diff --git a/wheels/model/errors.cfm b/src/main/webapp/wheels/model/errors.cfm
index b0aace9..b0aace9 100755
--- a/wheels/model/errors.cfm
+++ b/src/main/webapp/wheels/model/errors.cfm
diff --git a/wheels/model/functions.cfm b/src/main/webapp/wheels/model/functions.cfm
index bdc52af..bdc52af 100755
--- a/wheels/model/functions.cfm
+++ b/src/main/webapp/wheels/model/functions.cfm
diff --git a/wheels/model/initialization.cfm b/src/main/webapp/wheels/model/initialization.cfm
index 3755c2c..3755c2c 100755
--- a/wheels/model/initialization.cfm
+++ b/src/main/webapp/wheels/model/initialization.cfm
diff --git a/wheels/model/miscellaneous.cfm b/src/main/webapp/wheels/model/miscellaneous.cfm
index 3cd8d6c..3cd8d6c 100755
--- a/wheels/model/miscellaneous.cfm
+++ b/src/main/webapp/wheels/model/miscellaneous.cfm
diff --git a/wheels/model/nestedproperties.cfm b/src/main/webapp/wheels/model/nestedproperties.cfm
index 61638ed..61638ed 100755
--- a/wheels/model/nestedproperties.cfm
+++ b/src/main/webapp/wheels/model/nestedproperties.cfm
diff --git a/wheels/model/onmissingmethod.cfm b/src/main/webapp/wheels/model/onmissingmethod.cfm
index 701cae4..701cae4 100755
--- a/wheels/model/onmissingmethod.cfm
+++ b/src/main/webapp/wheels/model/onmissingmethod.cfm
diff --git a/wheels/model/properties.cfm b/src/main/webapp/wheels/model/properties.cfm
index 77e42c1..77e42c1 100755
--- a/wheels/model/properties.cfm
+++ b/src/main/webapp/wheels/model/properties.cfm
diff --git a/wheels/model/serialize.cfm b/src/main/webapp/wheels/model/serialize.cfm
index f54ee01..f54ee01 100755
--- a/wheels/model/serialize.cfm
+++ b/src/main/webapp/wheels/model/serialize.cfm
diff --git a/wheels/model/sql.cfm b/src/main/webapp/wheels/model/sql.cfm
index afb6da8..afb6da8 100755
--- a/wheels/model/sql.cfm
+++ b/src/main/webapp/wheels/model/sql.cfm
diff --git a/wheels/model/transactions.cfm b/src/main/webapp/wheels/model/transactions.cfm
index 75ecaca..75ecaca 100755
--- a/wheels/model/transactions.cfm
+++ b/src/main/webapp/wheels/model/transactions.cfm
diff --git a/wheels/model/validations.cfm b/src/main/webapp/wheels/model/validations.cfm
index da7e00f..da7e00f 100755
--- a/wheels/model/validations.cfm
+++ b/src/main/webapp/wheels/model/validations.cfm
diff --git a/wheels/plugins/injection.cfm b/src/main/webapp/wheels/plugins/injection.cfm
index ac8da09..ac8da09 100755
--- a/wheels/plugins/injection.cfm
+++ b/src/main/webapp/wheels/plugins/injection.cfm
diff --git a/wheels/public/congratulations.cfm b/src/main/webapp/wheels/public/congratulations.cfm
index 657c132..657c132 100755
--- a/wheels/public/congratulations.cfm
+++ b/src/main/webapp/wheels/public/congratulations.cfm
diff --git a/wheels/public/layout.cfm b/src/main/webapp/wheels/public/layout.cfm
index 5b26373..5b26373 100755
--- a/wheels/public/layout.cfm
+++ b/src/main/webapp/wheels/public/layout.cfm
diff --git a/wheels/public/plugins.cfm b/src/main/webapp/wheels/public/plugins.cfm
index 3eeb4f2..3eeb4f2 100755
--- a/wheels/public/plugins.cfm
+++ b/src/main/webapp/wheels/public/plugins.cfm
diff --git a/wheels/public/tests.cfm b/src/main/webapp/wheels/public/tests.cfm
index f1d1fab..f1d1fab 100755
--- a/wheels/public/tests.cfm
+++ b/src/main/webapp/wheels/public/tests.cfm
diff --git a/wheels/public/wheels.cfm b/src/main/webapp/wheels/public/wheels.cfm
index 37967cc..37967cc 100755
--- a/wheels/public/wheels.cfm
+++ b/src/main/webapp/wheels/public/wheels.cfm
diff --git a/wheels/styles/footer.cfm b/src/main/webapp/wheels/styles/footer.cfm
index fa3fe73..fa3fe73 100755
--- a/wheels/styles/footer.cfm
+++ b/src/main/webapp/wheels/styles/footer.cfm
diff --git a/wheels/styles/header.cfm b/src/main/webapp/wheels/styles/header.cfm
index 3f7b30f..3f7b30f 100755
--- a/wheels/styles/header.cfm
+++ b/src/main/webapp/wheels/styles/header.cfm
diff --git a/wheels/test.cfm b/src/main/webapp/wheels/test.cfm
index 8368783..8368783 100755
--- a/wheels/test.cfm
+++ b/src/main/webapp/wheels/test.cfm
diff --git a/wheels/vendor/toXml/toXML.cfc b/src/main/webapp/wheels/vendor/toXml/toXML.cfc
index da0c023..da0c023 100755
--- a/wheels/vendor/toXml/toXML.cfc
+++ b/src/main/webapp/wheels/vendor/toXml/toXML.cfc
diff --git a/wheels/view/assets.cfm b/src/main/webapp/wheels/view/assets.cfm
index 9a6772f..9a6772f 100755
--- a/wheels/view/assets.cfm
+++ b/src/main/webapp/wheels/view/assets.cfm
diff --git a/wheels/view/dates.cfm b/src/main/webapp/wheels/view/dates.cfm
index 6b1067e..6b1067e 100755
--- a/wheels/view/dates.cfm
+++ b/src/main/webapp/wheels/view/dates.cfm
diff --git a/wheels/view/errors.cfm b/src/main/webapp/wheels/view/errors.cfm
index 35b1525..35b1525 100755
--- a/wheels/view/errors.cfm
+++ b/src/main/webapp/wheels/view/errors.cfm
diff --git a/wheels/view/forms.cfm b/src/main/webapp/wheels/view/forms.cfm
index 4425b5c..4425b5c 100755
--- a/wheels/view/forms.cfm
+++ b/src/main/webapp/wheels/view/forms.cfm
diff --git a/wheels/view/formsassociation.cfm b/src/main/webapp/wheels/view/formsassociation.cfm
index bc24748..bc24748 100755
--- a/wheels/view/formsassociation.cfm
+++ b/src/main/webapp/wheels/view/formsassociation.cfm
diff --git a/wheels/view/formsdate.cfm b/src/main/webapp/wheels/view/formsdate.cfm
index a2b52cc..a2b52cc 100755
--- a/wheels/view/formsdate.cfm
+++ b/src/main/webapp/wheels/view/formsdate.cfm
diff --git a/wheels/view/formsdateobject.cfm b/src/main/webapp/wheels/view/formsdateobject.cfm
index 137e371..137e371 100755
--- a/wheels/view/formsdateobject.cfm
+++ b/src/main/webapp/wheels/view/formsdateobject.cfm
diff --git a/wheels/view/formsdateplain.cfm b/src/main/webapp/wheels/view/formsdateplain.cfm
index 81b99e7..81b99e7 100755
--- a/wheels/view/formsdateplain.cfm
+++ b/src/main/webapp/wheels/view/formsdateplain.cfm
diff --git a/wheels/view/formsobject.cfm b/src/main/webapp/wheels/view/formsobject.cfm
index 5a8afdc..5a8afdc 100755
--- a/wheels/view/formsobject.cfm
+++ b/src/main/webapp/wheels/view/formsobject.cfm
diff --git a/wheels/view/formsplain.cfm b/src/main/webapp/wheels/view/formsplain.cfm
index 06fd279..06fd279 100755
--- a/wheels/view/formsplain.cfm
+++ b/src/main/webapp/wheels/view/formsplain.cfm
diff --git a/wheels/view/functions.cfm b/src/main/webapp/wheels/view/functions.cfm
index d056187..d056187 100755
--- a/wheels/view/functions.cfm
+++ b/src/main/webapp/wheels/view/functions.cfm
diff --git a/wheels/view/links.cfm b/src/main/webapp/wheels/view/links.cfm
index e1ce632..e1ce632 100755
--- a/wheels/view/links.cfm
+++ b/src/main/webapp/wheels/view/links.cfm
diff --git a/wheels/view/miscellaneous.cfm b/src/main/webapp/wheels/view/miscellaneous.cfm
index 01949e5..01949e5 100755
--- a/wheels/view/miscellaneous.cfm
+++ b/src/main/webapp/wheels/view/miscellaneous.cfm
diff --git a/wheels/view/sanitize.cfm b/src/main/webapp/wheels/view/sanitize.cfm
index 5384805..5384805 100755
--- a/wheels/view/sanitize.cfm
+++ b/src/main/webapp/wheels/view/sanitize.cfm
diff --git a/wheels/view/text.cfm b/src/main/webapp/wheels/view/text.cfm
index fb8dddf..fb8dddf 100755
--- a/wheels/view/text.cfm
+++ b/src/main/webapp/wheels/view/text.cfm
diff --git a/target/.gitignore b/target/.gitignore
new file mode 100644
index 0000000..5e7d273
--- /dev/null
+++ b/target/.gitignore
@@ -0,0 +1,4 @@
+# Ignore everything in this directory
+*
+# Except this file
+!.gitignore