typo 5.5 → 6.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/PostInstall.txt +5 -0
- data/typo.gemspec +16 -0
- metadata +35 -1619
- data/CHANGELOG +0 -59
- data/MAINTAINERS +0 -23
- data/MIT-LICENSE +0 -21
- data/README +0 -57
- data/Rakefile +0 -10
- data/Typo users guide.pdf +0 -0
- data/UPGRADE +0 -144
- data/app/apis/blogger_service.rb +0 -93
- data/app/apis/meta_weblog_service.rb +0 -173
- data/app/apis/movable_type_service.rb +0 -144
- data/app/apis/typo_web_service.rb +0 -26
- data/app/controllers/accounts_controller.rb +0 -106
- data/app/controllers/admin/base_controller.rb +0 -18
- data/app/controllers/admin/categories_controller.rb +0 -66
- data/app/controllers/admin/content_controller.rb +0 -242
- data/app/controllers/admin/dashboard_controller.rb +0 -96
- data/app/controllers/admin/feedback_controller.rb +0 -173
- data/app/controllers/admin/pages_controller.rb +0 -77
- data/app/controllers/admin/profiles_controller.rb +0 -14
- data/app/controllers/admin/resources_controller.rb +0 -96
- data/app/controllers/admin/settings_controller.rb +0 -76
- data/app/controllers/admin/sidebar_controller.rb +0 -102
- data/app/controllers/admin/tags_controller.rb +0 -37
- data/app/controllers/admin/textfilters_controller.rb +0 -8
- data/app/controllers/admin/themes_controller.rb +0 -121
- data/app/controllers/admin/users_controller.rb +0 -47
- data/app/controllers/application_controller.rb +0 -78
- data/app/controllers/articles_controller.rb +0 -312
- data/app/controllers/authors_controller.rb +0 -21
- data/app/controllers/backend_controller.rb +0 -20
- data/app/controllers/categories_controller.rb +0 -4
- data/app/controllers/comments_controller.rb +0 -89
- data/app/controllers/content_controller.rb +0 -51
- data/app/controllers/feedback_controller.rb +0 -50
- data/app/controllers/grouping_controller.rb +0 -123
- data/app/controllers/setup_controller.rb +0 -45
- data/app/controllers/tags_controller.rb +0 -3
- data/app/controllers/textfilter_controller.rb +0 -19
- data/app/controllers/theme_controller.rb +0 -62
- data/app/controllers/trackbacks_controller.rb +0 -41
- data/app/controllers/xml_controller.rb +0 -134
- data/app/helpers/accounts_helper.rb +0 -2
- data/app/helpers/admin/base_helper.rb +0 -251
- data/app/helpers/admin/cache_helper.rb +0 -2
- data/app/helpers/admin/categories_helper.rb +0 -12
- data/app/helpers/admin/comments_helper.rb +0 -2
- data/app/helpers/admin/content_helper.rb +0 -88
- data/app/helpers/admin/feedback_helper.rb +0 -15
- data/app/helpers/admin/general_helper.rb +0 -2
- data/app/helpers/admin/pages_helper.rb +0 -8
- data/app/helpers/admin/resources_helper.rb +0 -8
- data/app/helpers/admin/settings_helper.rb +0 -23
- data/app/helpers/admin/sidebar_helper.rb +0 -2
- data/app/helpers/admin/textfilters_helper.rb +0 -2
- data/app/helpers/admin/themes_helper.rb +0 -23
- data/app/helpers/admin/trackbacks_helper.rb +0 -2
- data/app/helpers/admin/users_helper.rb +0 -14
- data/app/helpers/application_helper.rb +0 -199
- data/app/helpers/articles_helper.rb +0 -21
- data/app/helpers/authors_helper.rb +0 -19
- data/app/helpers/backend_helper.rb +0 -2
- data/app/helpers/categories_helper.rb +0 -5
- data/app/helpers/comments_helper.rb +0 -2
- data/app/helpers/content_helper.rb +0 -67
- data/app/helpers/groupings_helper.rb +0 -5
- data/app/helpers/mail_helper.rb +0 -7
- data/app/helpers/sidebar_helper.rb +0 -47
- data/app/helpers/sidebars/plugin_helper.rb +0 -2
- data/app/helpers/tags_helper.rb +0 -5
- data/app/helpers/text_filter_plugin_helper.rb +0 -2
- data/app/helpers/textfilter_helper.rb +0 -2
- data/app/helpers/theme_helper.rb +0 -7
- data/app/helpers/xml_helper.rb +0 -20
- data/app/models/article.rb +0 -575
- data/app/models/article/states.rb +0 -191
- data/app/models/blog.rb +0 -202
- data/app/models/blog_sweeper.rb +0 -88
- data/app/models/categorization.rb +0 -4
- data/app/models/category.rb +0 -98
- data/app/models/comment.rb +0 -75
- data/app/models/config_manager.rb +0 -80
- data/app/models/content.rb +0 -385
- data/app/models/email_notifier.rb +0 -8
- data/app/models/feedback.rb +0 -175
- data/app/models/feedback/states.rb +0 -221
- data/app/models/notification.rb +0 -4
- data/app/models/notification_mailer.rb +0 -41
- data/app/models/page.rb +0 -41
- data/app/models/page_cache.rb +0 -62
- data/app/models/ping.rb +0 -124
- data/app/models/profile.rb +0 -15
- data/app/models/redirect.rb +0 -3
- data/app/models/resource.rb +0 -66
- data/app/models/right.rb +0 -4
- data/app/models/sidebar.rb +0 -269
- data/app/models/tag.rb +0 -99
- data/app/models/text_filter.rb +0 -106
- data/app/models/theme.rb +0 -58
- data/app/models/trackback.rb +0 -67
- data/app/models/trigger.rb +0 -32
- data/app/models/user.rb +0 -208
- data/app/models/web_notifier.rb +0 -7
- data/app/views/accounts/confirm.html.erb +0 -1
- data/app/views/accounts/login.html.erb +0 -25
- data/app/views/accounts/recover_password.html.erb +0 -15
- data/app/views/accounts/signup.html.erb +0 -22
- data/app/views/admin/categories/_categories.html.erb +0 -22
- data/app/views/admin/categories/_form.html.erb +0 -19
- data/app/views/admin/categories/destroy.html.erb +0 -10
- data/app/views/admin/categories/index.html.erb +0 -8
- data/app/views/admin/categories/new.html.erb +0 -6
- data/app/views/admin/categories/reorder.html.erb +0 -11
- data/app/views/admin/content/_article_list.html.erb +0 -17
- data/app/views/admin/content/_attachment.html.erb +0 -30
- data/app/views/admin/content/_drafts.html.erb +0 -8
- data/app/views/admin/content/_form.html.erb +0 -124
- data/app/views/admin/content/_images.html.erb +0 -18
- data/app/views/admin/content/_show_resources.html.erb +0 -9
- data/app/views/admin/content/_simple_editor.html.erb +0 -15
- data/app/views/admin/content/_visual_editor.html.erb +0 -20
- data/app/views/admin/content/destroy.html.erb +0 -11
- data/app/views/admin/content/index.html.erb +0 -47
- data/app/views/admin/content/new.html.erb +0 -3
- data/app/views/admin/dashboard/_comments.html.erb +0 -19
- data/app/views/admin/dashboard/_inbound.html.erb +0 -23
- data/app/views/admin/dashboard/_overview.html.erb +0 -19
- data/app/views/admin/dashboard/_popular.html.erb +0 -17
- data/app/views/admin/dashboard/_posts.html.erb +0 -19
- data/app/views/admin/dashboard/_typo_dev.html.erb +0 -25
- data/app/views/admin/dashboard/_welcome.html.erb +0 -17
- data/app/views/admin/dashboard/index.html.erb +0 -13
- data/app/views/admin/feedback/_button.html.erb +0 -10
- data/app/views/admin/feedback/_form.html.erb +0 -32
- data/app/views/admin/feedback/_item.html.erb +0 -19
- data/app/views/admin/feedback/article.html.erb +0 -34
- data/app/views/admin/feedback/edit.html.erb +0 -10
- data/app/views/admin/feedback/index.html.erb +0 -44
- data/app/views/admin/pages/_form.html.erb +0 -62
- data/app/views/admin/pages/_images.html.erb +0 -18
- data/app/views/admin/pages/_pages.html.erb +0 -17
- data/app/views/admin/pages/_simple_editor.html.erb +0 -15
- data/app/views/admin/pages/_visual_editor.html.erb +0 -21
- data/app/views/admin/pages/destroy.html.erb +0 -11
- data/app/views/admin/pages/edit.html.erb +0 -4
- data/app/views/admin/pages/index.html.erb +0 -13
- data/app/views/admin/pages/new.html.erb +0 -3
- data/app/views/admin/pages/show.html.erb +0 -2
- data/app/views/admin/profiles/index.html.erb +0 -8
- data/app/views/admin/resources/_mime_edit.html.erb +0 -8
- data/app/views/admin/resources/_pages.html.erb +0 -3
- data/app/views/admin/resources/_upload.html.erb +0 -17
- data/app/views/admin/resources/destroy.html.erb +0 -11
- data/app/views/admin/resources/get_thumbnails.html.erb +0 -5
- data/app/views/admin/resources/images.html.erb +0 -28
- data/app/views/admin/resources/index.html.erb +0 -30
- data/app/views/admin/settings/_submit.html.erb +0 -3
- data/app/views/admin/settings/feedback.html.erb +0 -109
- data/app/views/admin/settings/index.html.erb +0 -86
- data/app/views/admin/settings/seo.html.erb +0 -80
- data/app/views/admin/settings/update_database.html.erb +0 -42
- data/app/views/admin/settings/write.html.erb +0 -34
- data/app/views/admin/shared/_edit.html.erb +0 -6
- data/app/views/admin/sidebar/_active.html.erb +0 -15
- data/app/views/admin/sidebar/_actives.html.erb +0 -9
- data/app/views/admin/sidebar/_available.html.erb +0 -7
- data/app/views/admin/sidebar/_availables.html.erb +0 -5
- data/app/views/admin/sidebar/_publish.html.erb +0 -2
- data/app/views/admin/sidebar/_target.html.erb +0 -1
- data/app/views/admin/sidebar/index.html.erb +0 -49
- data/app/views/admin/sidebar/publish.rjs +0 -4
- data/app/views/admin/sidebar/remove.rjs +0 -5
- data/app/views/admin/sidebar/set_active.rjs +0 -10
- data/app/views/admin/tags/_form.html.erb +0 -6
- data/app/views/admin/tags/destroy.html.erb +0 -11
- data/app/views/admin/tags/edit.html.erb +0 -13
- data/app/views/admin/tags/index.html.erb +0 -19
- data/app/views/admin/themes/catalogue.html.erb +0 -30
- data/app/views/admin/themes/editor.html.erb +0 -29
- data/app/views/admin/themes/index.html.erb +0 -36
- data/app/views/admin/users/_form.html.erb +0 -188
- data/app/views/admin/users/destroy.html.erb +0 -14
- data/app/views/admin/users/edit.html.erb +0 -6
- data/app/views/admin/users/index.html.erb +0 -27
- data/app/views/admin/users/new.html.erb +0 -6
- data/app/views/articles/_article.html.erb +0 -24
- data/app/views/articles/_article_content.html.erb +0 -1
- data/app/views/articles/_atom_feed.atom.builder +0 -12
- data/app/views/articles/_comment.html.erb +0 -9
- data/app/views/articles/_comment_box.html.erb +0 -45
- data/app/views/articles/_comment_error.html.erb +0 -1
- data/app/views/articles/_comment_failed.html.erb +0 -4
- data/app/views/articles/_password_form.html.erb +0 -10
- data/app/views/articles/_rss20_feed.rss.builder +0 -19
- data/app/views/articles/_trackback.html.erb +0 -6
- data/app/views/articles/archives.html.erb +0 -22
- data/app/views/articles/comment_preview.html.erb +0 -3
- data/app/views/articles/error.html.erb +0 -3
- data/app/views/articles/groupings.html.erb +0 -15
- data/app/views/articles/index.html.erb +0 -8
- data/app/views/articles/live_search.html.erb +0 -10
- data/app/views/articles/read.html.erb +0 -66
- data/app/views/articles/search.html.erb +0 -8
- data/app/views/articles/trackback.xml.builder +0 -5
- data/app/views/articles/view_page.html.erb +0 -3
- data/app/views/authors/show.html.erb +0 -37
- data/app/views/comments/index.html.erb +0 -1
- data/app/views/comments/show.html.erb +0 -13
- data/app/views/layouts/accounts.html.erb +0 -18
- data/app/views/layouts/administration.html.erb +0 -45
- data/app/views/layouts/setup.html.erb +0 -18
- data/app/views/layouts/sidebar.html.erb +0 -40
- data/app/views/notification_mailer/_mail_footer.html.erb +0 -7
- data/app/views/notification_mailer/_mail_header.html.erb +0 -1
- data/app/views/notification_mailer/article.html.erb +0 -6
- data/app/views/notification_mailer/comment.html.erb +0 -11
- data/app/views/notification_mailer/notif_user.html.erb +0 -14
- data/app/views/notification_mailer/trackback.html.erb +0 -3
- data/app/views/settings/done.html.erb +0 -2
- data/app/views/settings/install.html.erb +0 -12
- data/app/views/setup/confirm.html.erb +0 -1
- data/app/views/setup/index.html.erb +0 -17
- data/app/views/shared/_confirm.html.erb +0 -16
- data/app/views/shared/_search.html.erb +0 -10
- data/app/views/sidebar/_row.html.erb +0 -1
- data/app/views/sidebar/_sidebar.html.erb +0 -5
- data/app/views/sidebar/display_plugins.html.erb +0 -5
- data/app/views/sidebar/show.html.erb +0 -1
- data/app/views/theme/static_view_test.html.erb +0 -1
- data/app/views/trackbacks/trackback.xml.builder +0 -4
- data/app/views/xml/_atom10_item_article.atom.builder +0 -39
- data/app/views/xml/_atom10_item_comment.atom.builder +0 -12
- data/app/views/xml/_atom10_item_trackback.atom.builder +0 -16
- data/app/views/xml/_googlesitemap_item_article.googlesitemap.builder +0 -5
- data/app/views/xml/_googlesitemap_item_category.googlesitemap.builder +0 -4
- data/app/views/xml/_googlesitemap_item_page.googlesitemap.builder +0 -4
- data/app/views/xml/_googlesitemap_item_tag.googlesitemap.builder +0 -4
- data/app/views/xml/_itunes_item_resource.xml.builder +0 -28
- data/app/views/xml/_rss20_item_article.rss.builder +0 -29
- data/app/views/xml/_rss20_item_comment.rss.builder +0 -7
- data/app/views/xml/_rss20_item_trackback.rss.builder +0 -7
- data/app/views/xml/feed.atom.builder +0 -18
- data/app/views/xml/feed.googlesitemap.builder +0 -7
- data/app/views/xml/feed.rss.builder +0 -21
- data/app/views/xml/itunes_feed.rss.builder +0 -29
- data/app/views/xml/rsd.rsd.builder +0 -19
- data/app/views/xml/rsd.rxml +0 -19
- data/bin/typo +0 -122
- data/config/boot.rb +0 -110
- data/config/ckeditor.yml +0 -14
- data/config/database.yml.example +0 -18
- data/config/environment.rb +0 -109
- data/config/environments/cucumber.rb +0 -23
- data/config/environments/development.rb +0 -21
- data/config/environments/production.rb +0 -19
- data/config/environments/test.rb +0 -26
- data/config/filemanager.yml +0 -16
- data/config/initializers/access_rules.rb +0 -110
- data/config/initializers/inflector.rb +0 -4
- data/config/initializers/mime_types.rb +0 -3
- data/config/lighttpd.conf +0 -46
- data/config/locales/nl.rb +0 -103
- data/config/mail.yml.example +0 -8
- data/config/routes.rb +0 -128
- data/db/converters/README +0 -14
- data/db/converters/feed.rb +0 -68
- data/db/converters/mt3.rb +0 -172
- data/db/converters/rss.rb +0 -67
- data/db/converters/s9y.rb +0 -182
- data/db/converters/textpattern.rb +0 -137
- data/db/migrate/001_initial_schema.rb +0 -145
- data/db/migrate/002_add_user_email.rb +0 -17
- data/db/migrate/003_add_article_user_id.rb +0 -31
- data/db/migrate/004_add_sidebars.rb +0 -48
- data/db/migrate/005_add_cache_table.rb +0 -20
- data/db/migrate/006_add_pages.rb +0 -17
- data/db/migrate/007_add_permalink.rb +0 -36
- data/db/migrate/008_add_page_title.rb +0 -20
- data/db/migrate/009_add_article_guid.rb +0 -10
- data/db/migrate/010_add_tags.rb +0 -19
- data/db/migrate/011_add_article_id.rb +0 -17
- data/db/migrate/012_enlarge_settings.rb +0 -11
- data/db/migrate/013_add_textfilters.rb +0 -33
- data/db/migrate/014_move_text_filter_to_text_filter_id.rb +0 -43
- data/db/migrate/015_convert_mysql_to_innodb.rb +0 -19
- data/db/migrate/016_fix_is_primary_postgres.rb +0 -16
- data/db/migrate/017_add_comment_user_id.rb +0 -23
- data/db/migrate/018_add_guids.rb +0 -13
- data/db/migrate/019_add_whiteboards_to_content.rb +0 -15
- data/db/migrate/020_superclass_articles.rb +0 -168
- data/db/migrate/021_superclass_comments.rb +0 -94
- data/db/migrate/022_superclass_trackbacks.rb +0 -73
- data/db/migrate/023_superclass_pages.rb +0 -65
- data/db/migrate/024_cleanup_contents.rb +0 -54
- data/db/migrate/025_add_itunes_metadata.rb +0 -29
- data/db/migrate/026_add_redirect_table.rb +0 -13
- data/db/migrate/027_set_comment_published_flag.rb +0 -19
- data/db/migrate/028_rename_redirect_to.rb +0 -16
- data/db/migrate/029_add_user_notification.rb +0 -29
- data/db/migrate/030_index_sessions.rb +0 -9
- data/db/migrate/031_add_notifications_table.rb +0 -14
- data/db/migrate/032_add_jabber_notification.rb +0 -11
- data/db/migrate/033_add_count_caching.rb +0 -34
- data/db/migrate/034_boolify_published.rb +0 -36
- data/db/migrate/035_boolify_content_allow_foo.rb +0 -36
- data/db/migrate/036_add_tag_display_name.rb +0 -51
- data/db/migrate/037_enlarge_ip_field.rb +0 -9
- data/db/migrate/038_add_blog_object.rb +0 -52
- data/db/migrate/039_serialize_blog_attributes.rb +0 -160
- data/db/migrate/040_attach_content_to_blog.rb +0 -28
- data/db/migrate/041_fixup_default_sidebars.rb +0 -18
- data/db/migrate/042_remove_sidebar_staged_config.rb +0 -22
- data/db/migrate/043_create_triggers.rb +0 -14
- data/db/migrate/044_add_published_at_to_content.rb +0 -18
- data/db/migrate/045_fix_contents_published_default.rb +0 -9
- data/db/migrate/046_fixup_forthcoming_publications.rb +0 -40
- data/db/migrate/047_add_content_state_field.rb +0 -24
- data/db/migrate/048_remove_count_caching.rb +0 -31
- data/db/migrate/049_move_feedback_to_new_state_machine.rb +0 -33
- data/db/migrate/050_add_status_confirmed_field_to_content.rb +0 -19
- data/db/migrate/051_fix_canonical_server_url.rb +0 -17
- data/db/migrate/052_remove_cached_html.rb +0 -11
- data/db/migrate/053_promote_canonical_server_url.rb +0 -22
- data/db/migrate/054_upgrade_sidebar_objects.rb +0 -26
- data/db/migrate/055_link_sidebars_to_blog.rb +0 -17
- data/db/migrate/056_create_notifications.rb +0 -33
- data/db/migrate/057_add_categorization_model.rb +0 -58
- data/db/migrate/058_separate_entries_and_feedback.rb +0 -81
- data/db/migrate/059_cleanup_feedback_table.rb +0 -25
- data/db/migrate/060_cleanup_contents_table.rb +0 -37
- data/db/migrate/061_convert_title_prefix_setting.rb +0 -25
- data/db/migrate/062_add_sitealizer_plugin.rb +0 -18
- data/db/migrate/063_rejig_state_field.rb +0 -42
- data/db/migrate/064_add_users_profile.rb +0 -32
- data/db/migrate/065_add_users_rights.rb +0 -116
- data/db/migrate/066_fix_profiles.rb +0 -20
- data/db/migrate/067_remove_blog_ids.rb +0 -30
- data/db/migrate/068_fix_grants.rb +0 -113
- data/db/migrate/069_add_modules_to_profile.rb +0 -18
- data/db/migrate/070_add_users_to_non_admins.rb +0 -17
- data/db/migrate/071_fix_tags_naming.rb +0 -18
- data/db/migrate/072_add_remember_token.rb +0 -9
- data/db/migrate/073_add_meta_and_subcategories.rb +0 -13
- data/db/migrate/074_add_remember_token_expires_at.rb +0 -9
- data/db/migrate/075_move_editor_to_user.rb +0 -10
- data/db/migrate/076_fix_users_empty_email.rb +0 -15
- data/db/migrate/077_fix_userless_articles.rb +0 -20
- data/db/migrate/078_add_textfilter_to_users.rb +0 -15
- data/db/migrate/079_move_editor_as_string.rb +0 -16
- data/db/migrate/080_add_state_to_user.rb +0 -14
- data/db/migrate/081_create_cache_informations.rb +0 -28
- data/db/migrate/082_add_users_options.rb +0 -35
- data/db/migrate/083_add_users_display_perms.rb +0 -19
- data/db/migrate/084_move_users_to_profiles.rb +0 -19
- data/db/migrate/085_add_article_parent_draft.rb +0 -9
- data/db/migrate/086_add_user_last_connection.rb +0 -9
- data/db/migrate/087_drop_blacklist_patterns.rb +0 -14
- data/db/migrate/088_drop_session_table.rb +0 -14
- data/db/migrate/089_drop_cache_information_table.rb +0 -31
- data/db/migrate/090_remove_keywords_from_posts.rb +0 -9
- data/db/migrate/091_adds_password_protection_to_posts.rb +0 -9
- data/db/schema.mysql-v3.sql +0 -3
- data/db/schema.mysql.sql +0 -3
- data/db/schema.postgresql.sql +0 -3
- data/db/schema.sqlite.sql +0 -3
- data/db/schema.sqlite3.sql +0 -3
- data/db/schema.sqlserver.sql +0 -3
- data/db/schema_version +0 -1
- data/db/scripts/fix_permalinks.rb +0 -5
- data/db/updates/update.168.to.200.mysql.sql +0 -33
- data/db/updates/update.168.to.200.psql.sql +0 -30
- data/doc/CACHE.SETUP.README +0 -36
- data/doc/Installer.txt +0 -160
- data/installer/apache13.conf.example.template +0 -33
- data/installer/apache20.conf.example.template +0 -40
- data/installer/lighttpd.conf.example.template +0 -6
- data/installer/rails_installer_defaults.yml +0 -5
- data/lang/de_DE.rb +0 -497
- data/lang/en_US.rb +0 -3
- data/lang/es_MX.rb +0 -556
- data/lang/fr_FR.rb +0 -762
- data/lang/he_IL.rb +0 -715
- data/lang/it_IT.rb +0 -566
- data/lang/ja_JP.rb +0 -707
- data/lang/nl_NL.rb +0 -657
- data/lang/pl_PL.rb +0 -685
- data/lang/ro_RO.rb +0 -552
- data/lang/zh_TW.rb +0 -597
- data/lib/backpack_api.rb +0 -202
- data/lib/bare_migration.rb +0 -145
- data/lib/email_notify.rb +0 -32
- data/lib/filemanager.rb +0 -53
- data/lib/filemanager/controller.rb +0 -217
- data/lib/format.rb +0 -19
- data/lib/generators/sidebar/sidebar_generator.rb +0 -22
- data/lib/generators/sidebar/templates/Rakefile +0 -22
- data/lib/generators/sidebar/templates/content.html.erb +0 -10
- data/lib/generators/sidebar/templates/init.rb +0 -4
- data/lib/generators/sidebar/templates/sidebar.rb +0 -16
- data/lib/generators/sidebar/templates/unit_test.rb +0 -8
- data/lib/i18n_interpolation_deprecation.rb +0 -26
- data/lib/migrator.rb +0 -28
- data/lib/rails_patch/active_record.rb +0 -9
- data/lib/rails_patch/active_support.rb +0 -4
- data/lib/route_cache.rb +0 -15
- data/lib/sidebars/component_plugin.rb +0 -8
- data/lib/sidebars/consolidated_plugin.rb +0 -26
- data/lib/sidebars/plugin.rb +0 -237
- data/lib/spam_protection.rb +0 -110
- data/lib/stateful.rb +0 -111
- data/lib/tasks/cucumber.rake +0 -20
- data/lib/tasks/release.rake +0 -53
- data/lib/tasks/rspec.rake +0 -167
- data/lib/tasks/schemas.rake +0 -6
- data/lib/tasks/sweep_cache.rake +0 -5
- data/lib/text_filter_plugin.rb +0 -148
- data/lib/transforms.rb +0 -26
- data/lib/typo_guid.rb +0 -10
- data/lib/typo_plugins.rb +0 -19
- data/lib/typo_version.rb +0 -1
- data/public/.htaccess +0 -36
- data/public/404.html +0 -8
- data/public/500.html +0 -8
- data/public/dispatch.cgi +0 -10
- data/public/dispatch.fcgi +0 -24
- data/public/dispatch.rb +0 -10
- data/public/favicon.ico +0 -0
- data/public/filemanager/images/avi.gif +0 -0
- data/public/filemanager/images/box.gif +0 -0
- data/public/filemanager/images/bullet.gif +0 -0
- data/public/filemanager/images/close.gif +0 -0
- data/public/filemanager/images/closelabel.gif +0 -0
- data/public/filemanager/images/doc.gif +0 -0
- data/public/filemanager/images/donate-button.gif +0 -0
- data/public/filemanager/images/download-icon.gif +0 -0
- data/public/filemanager/images/folder.gif +0 -0
- data/public/filemanager/images/gif.gif +0 -0
- data/public/filemanager/images/htm.gif +0 -0
- data/public/filemanager/images/html.gif +0 -0
- data/public/filemanager/images/image-1.jpg +0 -0
- data/public/filemanager/images/image.gif +0 -0
- data/public/filemanager/images/jpg.gif +0 -0
- data/public/filemanager/images/loading.gif +0 -0
- data/public/filemanager/images/mov.gif +0 -0
- data/public/filemanager/images/nextlabel.gif +0 -0
- data/public/filemanager/images/pdf.gif +0 -0
- data/public/filemanager/images/png.gif +0 -0
- data/public/filemanager/images/ppt.gif +0 -0
- data/public/filemanager/images/prevlabel.gif +0 -0
- data/public/filemanager/images/rar.gif +0 -0
- data/public/filemanager/images/rm.gif +0 -0
- data/public/filemanager/images/rmvb.gif +0 -0
- data/public/filemanager/images/separator.gif +0 -0
- data/public/filemanager/images/spacer.gif +0 -0
- data/public/filemanager/images/swf.gif +0 -0
- data/public/filemanager/images/thumb-1.jpg +0 -0
- data/public/filemanager/images/tool_copy.gif +0 -0
- data/public/filemanager/images/tool_cut.gif +0 -0
- data/public/filemanager/images/tool_del.gif +0 -0
- data/public/filemanager/images/tool_folder.gif +0 -0
- data/public/filemanager/images/tool_imagemanager.gif +0 -0
- data/public/filemanager/images/tool_new.gif +0 -0
- data/public/filemanager/images/tool_paste.gif +0 -0
- data/public/filemanager/images/tool_props.gif +0 -0
- data/public/filemanager/images/tool_refresh.gif +0 -0
- data/public/filemanager/images/tool_unzip.gif +0 -0
- data/public/filemanager/images/tool_upload.gif +0 -0
- data/public/filemanager/images/tool_zip.gif +0 -0
- data/public/filemanager/images/txt.gif +0 -0
- data/public/filemanager/images/unknown.gif +0 -0
- data/public/filemanager/images/wmv.gif +0 -0
- data/public/filemanager/images/xls.gif +0 -0
- data/public/filemanager/images/zip.gif +0 -0
- data/public/filemanager/javascripts/filemanager.js +0 -6
- data/public/filemanager/javascripts/lang/en.js +0 -31
- data/public/filemanager/javascripts/lang/zh_CN.js +0 -31
- data/public/filemanager/javascripts/lightbox.js +0 -497
- data/public/filemanager/javascripts/translate.js +0 -42
- data/public/filemanager/resources/resources.txt +0 -1
- data/public/filemanager/stylesheets/filelist.css +0 -147
- data/public/filemanager/stylesheets/general.css +0 -135
- data/public/filemanager/stylesheets/lightbox.css +0 -27
- data/public/images/admin/loading.gif +0 -0
- data/public/images/admin/typologo.gif +0 -0
- data/public/images/admin/ui-bg_diagonals-thick_90_eeeeee_40x40.png +0 -0
- data/public/images/admin/ui-bg_flat_15_cd0a0a_40x100.png +0 -0
- data/public/images/admin/ui-bg_glass_100_e4f1fb_1x400.png +0 -0
- data/public/images/admin/ui-bg_glass_80_d7ebf9_1x400.png +0 -0
- data/public/images/admin/ui-bg_highlight-hard_100_f2f5f7_1x100.png +0 -0
- data/public/images/admin/ui-bg_highlight-hard_70_000000_1x100.png +0 -0
- data/public/images/admin/ui-bg_highlight-soft_100_deedf7_1x100.png +0 -0
- data/public/images/admin/ui-bg_highlight-soft_25_ffef8f_1x100.png +0 -0
- data/public/images/admin/ui-bg_highlight-soft_50_116088_1x100.png +0 -0
- data/public/images/admin/ui-icons_2694e8_256x240.png +0 -0
- data/public/images/admin/ui-icons_2e83ff_256x240.png +0 -0
- data/public/images/admin/ui-icons_3d80b3_256x240.png +0 -0
- data/public/images/admin/ui-icons_72a7cf_256x240.png +0 -0
- data/public/images/admin/ui-icons_ffffff_256x240.png +0 -0
- data/public/images/calendar_date_select/calendar.gif +0 -0
- data/public/images/close.gif +0 -0
- data/public/images/closelabel.gif +0 -0
- data/public/images/go.png +0 -0
- data/public/images/loading.gif +0 -0
- data/public/images/nextlabel.gif +0 -0
- data/public/images/overlay.png +0 -0
- data/public/images/powered.gif +0 -0
- data/public/images/prevlabel.gif +0 -0
- data/public/images/spinner-blue.gif +0 -0
- data/public/images/spinner.gif +0 -0
- data/public/images/thumb_blank.jpg +0 -0
- data/public/javascripts/administration.js +0 -20
- data/public/javascripts/application.js +0 -2
- data/public/javascripts/base_packaged.js +0 -377
- data/public/javascripts/builder.js +0 -136
- data/public/javascripts/calendar_date_select/calendar_date_select.js +0 -443
- data/public/javascripts/calendar_date_select/format_db.js +0 -27
- data/public/javascripts/ckcustom.js +0 -27
- data/public/javascripts/ckeditor/.htaccess +0 -24
- data/public/javascripts/ckeditor/CHANGES.html +0 -254
- data/public/javascripts/ckeditor/INSTALL.html +0 -92
- data/public/javascripts/ckeditor/LICENSE.html +0 -1334
- data/public/javascripts/ckeditor/ckeditor.js +0 -108
- data/public/javascripts/ckeditor/ckeditor.pack +0 -199
- data/public/javascripts/ckeditor/ckeditor_basic.js +0 -8
- data/public/javascripts/ckeditor/ckeditor_basic_source.js +0 -20
- data/public/javascripts/ckeditor/ckeditor_source.js +0 -25
- data/public/javascripts/ckeditor/config.bak +0 -27
- data/public/javascripts/ckeditor/contents.css +0 -35
- data/public/javascripts/ckeditor/images/spacer.gif +0 -0
- data/public/javascripts/ckeditor/lang/_languages.js +0 -6
- data/public/javascripts/ckeditor/lang/_translationstatus.txt +0 -59
- data/public/javascripts/ckeditor/lang/af.js +0 -6
- data/public/javascripts/ckeditor/lang/ar.js +0 -6
- data/public/javascripts/ckeditor/lang/bg.js +0 -6
- data/public/javascripts/ckeditor/lang/bn.js +0 -6
- data/public/javascripts/ckeditor/lang/bs.js +0 -6
- data/public/javascripts/ckeditor/lang/ca.js +0 -6
- data/public/javascripts/ckeditor/lang/cs.js +0 -6
- data/public/javascripts/ckeditor/lang/da.js +0 -6
- data/public/javascripts/ckeditor/lang/de.js +0 -6
- data/public/javascripts/ckeditor/lang/el.js +0 -6
- data/public/javascripts/ckeditor/lang/en-au.js +0 -6
- data/public/javascripts/ckeditor/lang/en-ca.js +0 -6
- data/public/javascripts/ckeditor/lang/en-uk.js +0 -6
- data/public/javascripts/ckeditor/lang/en.js +0 -6
- data/public/javascripts/ckeditor/lang/eo.js +0 -6
- data/public/javascripts/ckeditor/lang/es.js +0 -6
- data/public/javascripts/ckeditor/lang/et.js +0 -6
- data/public/javascripts/ckeditor/lang/eu.js +0 -6
- data/public/javascripts/ckeditor/lang/fa.js +0 -6
- data/public/javascripts/ckeditor/lang/fi.js +0 -6
- data/public/javascripts/ckeditor/lang/fo.js +0 -6
- data/public/javascripts/ckeditor/lang/fr-ca.js +0 -6
- data/public/javascripts/ckeditor/lang/fr.js +0 -6
- data/public/javascripts/ckeditor/lang/gl.js +0 -6
- data/public/javascripts/ckeditor/lang/gu.js +0 -6
- data/public/javascripts/ckeditor/lang/he.js +0 -6
- data/public/javascripts/ckeditor/lang/hi.js +0 -6
- data/public/javascripts/ckeditor/lang/hr.js +0 -6
- data/public/javascripts/ckeditor/lang/hu.js +0 -6
- data/public/javascripts/ckeditor/lang/is.js +0 -6
- data/public/javascripts/ckeditor/lang/it.js +0 -6
- data/public/javascripts/ckeditor/lang/ja.js +0 -6
- data/public/javascripts/ckeditor/lang/km.js +0 -6
- data/public/javascripts/ckeditor/lang/ko.js +0 -6
- data/public/javascripts/ckeditor/lang/lt.js +0 -6
- data/public/javascripts/ckeditor/lang/lv.js +0 -6
- data/public/javascripts/ckeditor/lang/mn.js +0 -6
- data/public/javascripts/ckeditor/lang/ms.js +0 -6
- data/public/javascripts/ckeditor/lang/nb.js +0 -6
- data/public/javascripts/ckeditor/lang/nl.js +0 -6
- data/public/javascripts/ckeditor/lang/no.js +0 -6
- data/public/javascripts/ckeditor/lang/pl.js +0 -6
- data/public/javascripts/ckeditor/lang/pt-br.js +0 -6
- data/public/javascripts/ckeditor/lang/pt.js +0 -6
- data/public/javascripts/ckeditor/lang/ro.js +0 -6
- data/public/javascripts/ckeditor/lang/ru.js +0 -6
- data/public/javascripts/ckeditor/lang/sk.js +0 -6
- data/public/javascripts/ckeditor/lang/sl.js +0 -6
- data/public/javascripts/ckeditor/lang/sr-latn.js +0 -6
- data/public/javascripts/ckeditor/lang/sr.js +0 -6
- data/public/javascripts/ckeditor/lang/sv.js +0 -6
- data/public/javascripts/ckeditor/lang/th.js +0 -6
- data/public/javascripts/ckeditor/lang/tr.js +0 -6
- data/public/javascripts/ckeditor/lang/uk.js +0 -6
- data/public/javascripts/ckeditor/lang/vi.js +0 -6
- data/public/javascripts/ckeditor/lang/zh-cn.js +0 -6
- data/public/javascripts/ckeditor/lang/zh.js +0 -6
- data/public/javascripts/ckeditor/plugins/about/dialogs/about.js +0 -6
- data/public/javascripts/ckeditor/plugins/about/dialogs/logo_ckeditor.png +0 -0
- data/public/javascripts/ckeditor/plugins/about/plugin.js +0 -6
- data/public/javascripts/ckeditor/plugins/basicstyles/plugin.js +0 -6
- data/public/javascripts/ckeditor/plugins/blockquote/plugin.js +0 -7
- data/public/javascripts/ckeditor/plugins/button/plugin.js +0 -7
- data/public/javascripts/ckeditor/plugins/clipboard/dialogs/paste.js +0 -7
- data/public/javascripts/ckeditor/plugins/clipboard/plugin.js +0 -6
- data/public/javascripts/ckeditor/plugins/colorbutton/plugin.js +0 -7
- data/public/javascripts/ckeditor/plugins/colordialog/dialogs/colordialog.js +0 -6
- data/public/javascripts/ckeditor/plugins/colordialog/plugin.js +0 -6
- data/public/javascripts/ckeditor/plugins/contextmenu/plugin.js +0 -6
- data/public/javascripts/ckeditor/plugins/dialog/dialogDefinition.js +0 -4
- data/public/javascripts/ckeditor/plugins/dialog/plugin.js +0 -17
- data/public/javascripts/ckeditor/plugins/dialogui/plugin.js +0 -11
- data/public/javascripts/ckeditor/plugins/domiterator/plugin.js +0 -7
- data/public/javascripts/ckeditor/plugins/editingblock/plugin.js +0 -6
- data/public/javascripts/ckeditor/plugins/elementspath/plugin.js +0 -6
- data/public/javascripts/ckeditor/plugins/enterkey/plugin.js +0 -7
- data/public/javascripts/ckeditor/plugins/entities/plugin.js +0 -6
- data/public/javascripts/ckeditor/plugins/fakeobjects/plugin.js +0 -6
- data/public/javascripts/ckeditor/plugins/filebrowser/plugin.js +0 -7
- data/public/javascripts/ckeditor/plugins/find/dialogs/find.js +0 -9
- data/public/javascripts/ckeditor/plugins/find/plugin.js +0 -6
- data/public/javascripts/ckeditor/plugins/flash/dialogs/flash.js +0 -9
- data/public/javascripts/ckeditor/plugins/flash/images/placeholder.png +0 -0
- data/public/javascripts/ckeditor/plugins/flash/plugin.js +0 -6
- data/public/javascripts/ckeditor/plugins/floatpanel/plugin.js +0 -7
- data/public/javascripts/ckeditor/plugins/font/plugin.js +0 -6
- data/public/javascripts/ckeditor/plugins/format/plugin.js +0 -6
- data/public/javascripts/ckeditor/plugins/forms/dialogs/button.js +0 -6
- data/public/javascripts/ckeditor/plugins/forms/dialogs/checkbox.js +0 -6
- data/public/javascripts/ckeditor/plugins/forms/dialogs/form.js +0 -6
- data/public/javascripts/ckeditor/plugins/forms/dialogs/hiddenfield.js +0 -6
- data/public/javascripts/ckeditor/plugins/forms/dialogs/radio.js +0 -6
- data/public/javascripts/ckeditor/plugins/forms/dialogs/select.js +0 -9
- data/public/javascripts/ckeditor/plugins/forms/dialogs/textarea.js +0 -6
- data/public/javascripts/ckeditor/plugins/forms/dialogs/textfield.js +0 -6
- data/public/javascripts/ckeditor/plugins/forms/plugin.js +0 -7
- data/public/javascripts/ckeditor/plugins/horizontalrule/plugin.js +0 -6
- data/public/javascripts/ckeditor/plugins/htmldataprocessor/plugin.js +0 -7
- data/public/javascripts/ckeditor/plugins/htmlwriter/plugin.js +0 -6
- data/public/javascripts/ckeditor/plugins/iframedialog/plugin.js +0 -6
- data/public/javascripts/ckeditor/plugins/image/dialogs/image.js +0 -12
- data/public/javascripts/ckeditor/plugins/image/plugin.js +0 -6
- data/public/javascripts/ckeditor/plugins/indent/plugin.js +0 -7
- data/public/javascripts/ckeditor/plugins/justify/plugin.js +0 -6
- data/public/javascripts/ckeditor/plugins/keystrokes/plugin.js +0 -6
- data/public/javascripts/ckeditor/plugins/link/dialogs/anchor.js +0 -6
- data/public/javascripts/ckeditor/plugins/link/dialogs/link.js +0 -11
- data/public/javascripts/ckeditor/plugins/link/images/anchor.gif +0 -0
- data/public/javascripts/ckeditor/plugins/link/plugin.js +0 -6
- data/public/javascripts/ckeditor/plugins/list/plugin.js +0 -9
- data/public/javascripts/ckeditor/plugins/listblock/plugin.js +0 -7
- data/public/javascripts/ckeditor/plugins/maximize/plugin.js +0 -7
- data/public/javascripts/ckeditor/plugins/menu/plugin.js +0 -7
- data/public/javascripts/ckeditor/plugins/menubutton/plugin.js +0 -6
- data/public/javascripts/ckeditor/plugins/newpage/plugin.js +0 -6
- data/public/javascripts/ckeditor/plugins/pagebreak/images/pagebreak.gif +0 -0
- data/public/javascripts/ckeditor/plugins/pagebreak/plugin.js +0 -6
- data/public/javascripts/ckeditor/plugins/panel/plugin.js +0 -7
- data/public/javascripts/ckeditor/plugins/panelbutton/plugin.js +0 -6
- data/public/javascripts/ckeditor/plugins/pastefromword/dialogs/pastefromword.js +0 -8
- data/public/javascripts/ckeditor/plugins/pastefromword/plugin.js +0 -6
- data/public/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js +0 -6
- data/public/javascripts/ckeditor/plugins/pastetext/plugin.js +0 -6
- data/public/javascripts/ckeditor/plugins/popup/plugin.js +0 -6
- data/public/javascripts/ckeditor/plugins/preview/plugin.js +0 -6
- data/public/javascripts/ckeditor/plugins/print/plugin.js +0 -6
- data/public/javascripts/ckeditor/plugins/removeformat/plugin.js +0 -6
- data/public/javascripts/ckeditor/plugins/resize/plugin.js +0 -6
- data/public/javascripts/ckeditor/plugins/richcombo/plugin.js +0 -7
- data/public/javascripts/ckeditor/plugins/save/plugin.js +0 -6
- data/public/javascripts/ckeditor/plugins/scayt/dialogs/options.js +0 -8
- data/public/javascripts/ckeditor/plugins/scayt/dialogs/toolbar.css +0 -6
- data/public/javascripts/ckeditor/plugins/scayt/plugin.js +0 -8
- data/public/javascripts/ckeditor/plugins/selection/plugin.js +0 -9
- data/public/javascripts/ckeditor/plugins/showblocks/images/block_address.png +0 -0
- data/public/javascripts/ckeditor/plugins/showblocks/images/block_blockquote.png +0 -0
- data/public/javascripts/ckeditor/plugins/showblocks/images/block_div.png +0 -0
- data/public/javascripts/ckeditor/plugins/showblocks/images/block_h1.png +0 -0
- data/public/javascripts/ckeditor/plugins/showblocks/images/block_h2.png +0 -0
- data/public/javascripts/ckeditor/plugins/showblocks/images/block_h3.png +0 -0
- data/public/javascripts/ckeditor/plugins/showblocks/images/block_h4.png +0 -0
- data/public/javascripts/ckeditor/plugins/showblocks/images/block_h5.png +0 -0
- data/public/javascripts/ckeditor/plugins/showblocks/images/block_h6.png +0 -0
- data/public/javascripts/ckeditor/plugins/showblocks/images/block_p.png +0 -0
- data/public/javascripts/ckeditor/plugins/showblocks/images/block_pre.png +0 -0
- data/public/javascripts/ckeditor/plugins/showblocks/plugin.js +0 -6
- data/public/javascripts/ckeditor/plugins/smiley/dialogs/smiley.js +0 -7
- data/public/javascripts/ckeditor/plugins/smiley/images/angel_smile.gif +0 -0
- data/public/javascripts/ckeditor/plugins/smiley/images/angry_smile.gif +0 -0
- data/public/javascripts/ckeditor/plugins/smiley/images/broken_heart.gif +0 -0
- data/public/javascripts/ckeditor/plugins/smiley/images/confused_smile.gif +0 -0
- data/public/javascripts/ckeditor/plugins/smiley/images/cry_smile.gif +0 -0
- data/public/javascripts/ckeditor/plugins/smiley/images/devil_smile.gif +0 -0
- data/public/javascripts/ckeditor/plugins/smiley/images/embaressed_smile.gif +0 -0
- data/public/javascripts/ckeditor/plugins/smiley/images/envelope.gif +0 -0
- data/public/javascripts/ckeditor/plugins/smiley/images/heart.gif +0 -0
- data/public/javascripts/ckeditor/plugins/smiley/images/kiss.gif +0 -0
- data/public/javascripts/ckeditor/plugins/smiley/images/lightbulb.gif +0 -0
- data/public/javascripts/ckeditor/plugins/smiley/images/omg_smile.gif +0 -0
- data/public/javascripts/ckeditor/plugins/smiley/images/regular_smile.gif +0 -0
- data/public/javascripts/ckeditor/plugins/smiley/images/sad_smile.gif +0 -0
- data/public/javascripts/ckeditor/plugins/smiley/images/shades_smile.gif +0 -0
- data/public/javascripts/ckeditor/plugins/smiley/images/teeth_smile.gif +0 -0
- data/public/javascripts/ckeditor/plugins/smiley/images/thumbs_down.gif +0 -0
- data/public/javascripts/ckeditor/plugins/smiley/images/thumbs_up.gif +0 -0
- data/public/javascripts/ckeditor/plugins/smiley/images/tounge_smile.gif +0 -0
- data/public/javascripts/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
- data/public/javascripts/ckeditor/plugins/smiley/images/wink_smile.gif +0 -0
- data/public/javascripts/ckeditor/plugins/smiley/plugin.js +0 -6
- data/public/javascripts/ckeditor/plugins/sourcearea/plugin.js +0 -6
- data/public/javascripts/ckeditor/plugins/specialchar/dialogs/specialchar.js +0 -7
- data/public/javascripts/ckeditor/plugins/specialchar/plugin.js +0 -6
- data/public/javascripts/ckeditor/plugins/styles/plugin.js +0 -10
- data/public/javascripts/ckeditor/plugins/stylescombo/plugin.js +0 -7
- data/public/javascripts/ckeditor/plugins/stylescombo/styles/default.js +0 -6
- data/public/javascripts/ckeditor/plugins/tab/plugin.js +0 -6
- data/public/javascripts/ckeditor/plugins/table/dialogs/table.js +0 -8
- data/public/javascripts/ckeditor/plugins/table/plugin.js +0 -6
- data/public/javascripts/ckeditor/plugins/tabletools/dialogs/tableCell.js +0 -7
- data/public/javascripts/ckeditor/plugins/tabletools/plugin.js +0 -9
- data/public/javascripts/ckeditor/plugins/templates/dialogs/templates.js +0 -6
- data/public/javascripts/ckeditor/plugins/templates/plugin.js +0 -6
- data/public/javascripts/ckeditor/plugins/templates/templates/default.js +0 -6
- data/public/javascripts/ckeditor/plugins/templates/templates/images/template1.gif +0 -0
- data/public/javascripts/ckeditor/plugins/templates/templates/images/template2.gif +0 -0
- data/public/javascripts/ckeditor/plugins/templates/templates/images/template3.gif +0 -0
- data/public/javascripts/ckeditor/plugins/toolbar/plugin.js +0 -7
- data/public/javascripts/ckeditor/plugins/uicolor/dialogs/uicolor.js +0 -7
- data/public/javascripts/ckeditor/plugins/uicolor/lang/en.js +0 -6
- data/public/javascripts/ckeditor/plugins/uicolor/plugin.js +0 -6
- data/public/javascripts/ckeditor/plugins/uicolor/uicolor.gif +0 -0
- data/public/javascripts/ckeditor/plugins/uicolor/yui/assets/hue_bg.png +0 -0
- data/public/javascripts/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png +0 -0
- data/public/javascripts/ckeditor/plugins/uicolor/yui/assets/picker_mask.png +0 -0
- data/public/javascripts/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png +0 -0
- data/public/javascripts/ckeditor/plugins/uicolor/yui/assets/yui.css +0 -6
- data/public/javascripts/ckeditor/plugins/uicolor/yui/yui.js +0 -76
- data/public/javascripts/ckeditor/plugins/undo/plugin.js +0 -7
- data/public/javascripts/ckeditor/plugins/wsc/dialogs/ciframe.html +0 -49
- data/public/javascripts/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +0 -52
- data/public/javascripts/ckeditor/plugins/wsc/dialogs/wsc.css +0 -6
- data/public/javascripts/ckeditor/plugins/wsc/dialogs/wsc.js +0 -7
- data/public/javascripts/ckeditor/plugins/wsc/plugin.js +0 -6
- data/public/javascripts/ckeditor/plugins/wysiwygarea/plugin.js +0 -8
- data/public/javascripts/ckeditor/skins/kama/dialog.css +0 -9
- data/public/javascripts/ckeditor/skins/kama/editor.css +0 -12
- data/public/javascripts/ckeditor/skins/kama/icons.png +0 -0
- data/public/javascripts/ckeditor/skins/kama/images/dialog_sides.gif +0 -0
- data/public/javascripts/ckeditor/skins/kama/images/dialog_sides.png +0 -0
- data/public/javascripts/ckeditor/skins/kama/images/dialog_sides_rtl.png +0 -0
- data/public/javascripts/ckeditor/skins/kama/images/mini.gif +0 -0
- data/public/javascripts/ckeditor/skins/kama/images/noimage.png +0 -0
- data/public/javascripts/ckeditor/skins/kama/images/sprites.png +0 -0
- data/public/javascripts/ckeditor/skins/kama/images/sprites_ie6.png +0 -0
- data/public/javascripts/ckeditor/skins/kama/images/toolbar_start.gif +0 -0
- data/public/javascripts/ckeditor/skins/kama/skin.js +0 -7
- data/public/javascripts/ckeditor/skins/kama/templates.css +0 -6
- data/public/javascripts/ckeditor/skins/office2003/dialog.css +0 -8
- data/public/javascripts/ckeditor/skins/office2003/editor.css +0 -13
- data/public/javascripts/ckeditor/skins/office2003/icons.png +0 -0
- data/public/javascripts/ckeditor/skins/office2003/images/dialog_sides.gif +0 -0
- data/public/javascripts/ckeditor/skins/office2003/images/dialog_sides.png +0 -0
- data/public/javascripts/ckeditor/skins/office2003/images/dialog_sides_rtl.png +0 -0
- data/public/javascripts/ckeditor/skins/office2003/images/mini.gif +0 -0
- data/public/javascripts/ckeditor/skins/office2003/images/noimage.png +0 -0
- data/public/javascripts/ckeditor/skins/office2003/images/sprites.png +0 -0
- data/public/javascripts/ckeditor/skins/office2003/images/sprites_ie6.png +0 -0
- data/public/javascripts/ckeditor/skins/office2003/skin.js +0 -6
- data/public/javascripts/ckeditor/skins/office2003/templates.css +0 -6
- data/public/javascripts/ckeditor/skins/v2/dialog.css +0 -8
- data/public/javascripts/ckeditor/skins/v2/editor.css +0 -12
- data/public/javascripts/ckeditor/skins/v2/icons.png +0 -0
- data/public/javascripts/ckeditor/skins/v2/images/dialog_sides.gif +0 -0
- data/public/javascripts/ckeditor/skins/v2/images/dialog_sides.png +0 -0
- data/public/javascripts/ckeditor/skins/v2/images/dialog_sides_rtl.png +0 -0
- data/public/javascripts/ckeditor/skins/v2/images/mini.gif +0 -0
- data/public/javascripts/ckeditor/skins/v2/images/noimage.png +0 -0
- data/public/javascripts/ckeditor/skins/v2/images/sprites.png +0 -0
- data/public/javascripts/ckeditor/skins/v2/images/sprites_ie6.png +0 -0
- data/public/javascripts/ckeditor/skins/v2/images/toolbar_start.gif +0 -0
- data/public/javascripts/ckeditor/skins/v2/skin.js +0 -6
- data/public/javascripts/ckeditor/skins/v2/templates.css +0 -6
- data/public/javascripts/ckeditor/themes/default/theme.js +0 -7
- data/public/javascripts/codecollapse.js +0 -8
- data/public/javascripts/controls.js +0 -963
- data/public/javascripts/cookies.js +0 -60
- data/public/javascripts/dragdrop.js +0 -973
- data/public/javascripts/effects.js +0 -1128
- data/public/javascripts/growler.js +0 -168
- data/public/javascripts/lang/default.js +0 -21
- data/public/javascripts/lang/en_US.js +0 -21
- data/public/javascripts/lang/fr_FR.js +0 -21
- data/public/javascripts/lang/nl_NL.js +0 -21
- data/public/javascripts/lang/zh_TW.js +0 -17
- data/public/javascripts/lightbox.js +0 -497
- data/public/javascripts/prototype.js +0 -4320
- data/public/javascripts/prototype_ext.js +0 -117
- data/public/javascripts/quicktags.js +0 -522
- data/public/javascripts/scriptaculous.js +0 -58
- data/public/javascripts/slider.js +0 -258
- data/public/javascripts/typo.js +0 -136
- data/public/javascripts/typo_carousel.js +0 -340
- data/public/robots.txt +0 -6
- data/public/stylesheets/accounts.css +0 -119
- data/public/stylesheets/administration.css +0 -678
- data/public/stylesheets/administration_rtl.css +0 -905
- data/public/stylesheets/base_packaged.css +0 -100
- data/public/stylesheets/calendar_date_select/default.css +0 -136
- data/public/stylesheets/codecollapse.css +0 -3
- data/public/stylesheets/coderay.css +0 -128
- data/public/stylesheets/growler.css +0 -216
- data/public/stylesheets/lightbox.css +0 -27
- data/public/stylesheets/rss.css +0 -54
- data/public/stylesheets/textmate/dawn.css +0 -209
- data/public/stylesheets/textmate/iplastic.css +0 -142
- data/public/stylesheets/textmate/space_cadet.css +0 -99
- data/public/stylesheets/textmate/textmate.css +0 -48
- data/public/stylesheets/textmate/twilight.css +0 -227
- data/public/stylesheets/user-styles.css +0 -24
- data/script/about +0 -4
- data/script/autospec +0 -6
- data/script/breakpointer +0 -3
- data/script/console +0 -3
- data/script/dbconsole +0 -3
- data/script/destroy +0 -3
- data/script/generate +0 -3
- data/script/lighttpd +0 -2
- data/script/logreport +0 -79
- data/script/migrate +0 -31
- data/script/performance/benchmarker +0 -3
- data/script/performance/profiler +0 -3
- data/script/plugin +0 -3
- data/script/runner +0 -3
- data/script/server +0 -3
- data/script/spacecheck +0 -40
- data/script/spec +0 -10
- data/themes/dirtylicious/about.markdown +0 -3
- data/themes/dirtylicious/images/body.jpg +0 -0
- data/themes/dirtylicious/images/container.jpg +0 -0
- data/themes/dirtylicious/images/gravatar.gif +0 -0
- data/themes/dirtylicious/images/header.jpg +0 -0
- data/themes/dirtylicious/images/li.gif +0 -0
- data/themes/dirtylicious/images/main.gif +0 -0
- data/themes/dirtylicious/images/nav.gif +0 -0
- data/themes/dirtylicious/images/quote.gif +0 -0
- data/themes/dirtylicious/images/spinner.gif +0 -0
- data/themes/dirtylicious/layouts/default.html.erb +0 -57
- data/themes/dirtylicious/preview.png +0 -0
- data/themes/dirtylicious/stylesheets/application.css +0 -327
- data/themes/dirtylicious/views/articles/_article.html.erb +0 -43
- data/themes/dirtylicious/views/articles/_article_content.html.erb +0 -1
- data/themes/dirtylicious/views/articles/_comment.html.erb +0 -14
- data/themes/dirtylicious/views/articles/_comment_form.html.erb +0 -37
- data/themes/dirtylicious/views/articles/_comment_list.html.erb +0 -7
- data/themes/dirtylicious/views/articles/_password_form.html.erb +0 -10
- data/themes/dirtylicious/views/articles/_trackback.html.erb +0 -9
- data/themes/dirtylicious/views/articles/comment_preview.html.erb +0 -10
- data/themes/dirtylicious/views/articles/index.html.erb +0 -3
- data/themes/dirtylicious/views/articles/read.html.erb +0 -48
- data/themes/scribbish/CONTRIBUTORS +0 -2
- data/themes/scribbish/about.markdown +0 -9
- data/themes/scribbish/images/background.gif +0 -0
- data/themes/scribbish/images/gravatar.gif +0 -0
- data/themes/scribbish/images/header_shadow.gif +0 -0
- data/themes/scribbish/images/spinner.gif +0 -0
- data/themes/scribbish/layouts/default.html.erb +0 -41
- data/themes/scribbish/preview.png +0 -0
- data/themes/scribbish/stylesheets/application.css +0 -27
- data/themes/scribbish/stylesheets/content.css +0 -399
- data/themes/scribbish/stylesheets/layout.css +0 -70
- data/themes/scribbish/views/articles/_article.html.erb +0 -47
- data/themes/scribbish/views/articles/_article_content.html.erb +0 -1
- data/themes/scribbish/views/articles/_comment.html.erb +0 -14
- data/themes/scribbish/views/articles/_comment_form.html.erb +0 -53
- data/themes/scribbish/views/articles/_comment_list.html.erb +0 -7
- data/themes/scribbish/views/articles/_password_form.html.erb +0 -10
- data/themes/scribbish/views/articles/_trackback.html.erb +0 -9
- data/themes/scribbish/views/articles/comment_preview.html.erb +0 -10
- data/themes/scribbish/views/articles/index.html.erb +0 -3
- data/themes/scribbish/views/articles/read.html.erb +0 -48
- data/themes/standard_issue/about.markdown +0 -5
- data/themes/standard_issue/images/img01.gif +0 -0
- data/themes/standard_issue/images/img02.gif +0 -0
- data/themes/standard_issue/images/img03.gif +0 -0
- data/themes/standard_issue/images/img04.jpg +0 -0
- data/themes/standard_issue/images/img05.gif +0 -0
- data/themes/standard_issue/images/img06.gif +0 -0
- data/themes/standard_issue/images/img07.gif +0 -0
- data/themes/standard_issue/images/img08.gif +0 -0
- data/themes/standard_issue/images/img09.gif +0 -0
- data/themes/standard_issue/images/img10.gif +0 -0
- data/themes/standard_issue/images/spacer.gif +0 -0
- data/themes/standard_issue/images/spinner.gif +0 -0
- data/themes/standard_issue/layouts/default.html.erb +0 -56
- data/themes/standard_issue/preview.png +0 -0
- data/themes/standard_issue/stylesheets/application.css +0 -461
- data/themes/standard_issue/views/articles/_article.html.erb +0 -47
- data/themes/standard_issue/views/articles/_article_content.html.erb +0 -1
- data/themes/standard_issue/views/articles/_comment.html.erb +0 -12
- data/themes/standard_issue/views/articles/_comment_form.html.erb +0 -48
- data/themes/standard_issue/views/articles/_comment_list.html.erb +0 -7
- data/themes/standard_issue/views/articles/_password_form.html.erb +0 -10
- data/themes/standard_issue/views/articles/_trackback.html.erb +0 -9
- data/themes/standard_issue/views/articles/comment_preview.html.erb +0 -10
- data/themes/standard_issue/views/articles/index.html.erb +0 -3
- data/themes/standard_issue/views/articles/read.html.erb +0 -47
- data/themes/standard_issue/views/theme/static_view_test.html.erb +0 -1
- data/themes/true-blue-3/README +0 -3
- data/themes/true-blue-3/about.markdown +0 -3
- data/themes/true-blue-3/helpers/theme_helper.rb +0 -85
- data/themes/true-blue-3/images/background.gif +0 -0
- data/themes/true-blue-3/images/bg_input.jpg +0 -0
- data/themes/true-blue-3/images/bullet.jpg +0 -0
- data/themes/true-blue-3/images/comment.gif +0 -0
- data/themes/true-blue-3/images/comment.jpg +0 -0
- data/themes/true-blue-3/images/comment_bottom.gif +0 -0
- data/themes/true-blue-3/images/comment_fdv.gif +0 -0
- data/themes/true-blue-3/images/find.png +0 -0
- data/themes/true-blue-3/images/fleche1.png +0 -0
- data/themes/true-blue-3/images/fleche2.png +0 -0
- data/themes/true-blue-3/images/rss.png +0 -0
- data/themes/true-blue-3/images/searchform.png +0 -0
- data/themes/true-blue-3/images/submit_form.jpg +0 -0
- data/themes/true-blue-3/images/twitter.jpg +0 -0
- data/themes/true-blue-3/images/twitter.png +0 -0
- data/themes/true-blue-3/layouts/default.html.erb +0 -52
- data/themes/true-blue-3/preview.png +0 -0
- data/themes/true-blue-3/psd/true-blue-3.psd +0 -0
- data/themes/true-blue-3/psd/true-blue-3_article.psd +0 -0
- data/themes/true-blue-3/stylesheets/style.css +0 -579
- data/themes/true-blue-3/views/articles/_article.html.erb +0 -28
- data/themes/true-blue-3/views/articles/_article_content.html.erb +0 -1
- data/themes/true-blue-3/views/articles/_comment.html.erb +0 -14
- data/themes/true-blue-3/views/articles/_comment_form.html.erb +0 -23
- data/themes/true-blue-3/views/articles/_comment_list.html.erb +0 -8
- data/themes/true-blue-3/views/articles/_password_form.html.erb +0 -10
- data/themes/true-blue-3/views/articles/_trackback.html.erb +0 -9
- data/themes/true-blue-3/views/articles/comment_preview.html.erb +0 -10
- data/themes/true-blue-3/views/articles/index.html.erb +0 -5
- data/themes/true-blue-3/views/articles/read.html.erb +0 -38
- data/themes/true-blue-3/views/articles/search.html.erb +0 -29
- data/themes/true-blue-3/views/articles/view_page.html.erb +0 -4
- data/themes/true-blue-3/views/categories/_article.html.erb +0 -27
- data/themes/true-blue-3/views/categories/index.html.erb +0 -13
- data/themes/true-blue-3/views/categories/show.html.erb +0 -7
- data/themes/true-blue-3/views/tags/_article.html.erb +0 -26
- data/themes/true-blue-3/views/tags/show.html.erb +0 -6
- data/themes/typographic/about.markdown +0 -7
- data/themes/typographic/images/accept.gif +0 -0
- data/themes/typographic/images/accept.png +0 -0
- data/themes/typographic/images/accept50.gif +0 -0
- data/themes/typographic/images/accept50.png +0 -0
- data/themes/typographic/images/bg_body.jpg +0 -0
- data/themes/typographic/images/bg_white.gif +0 -0
- data/themes/typographic/images/bg_white.png +0 -0
- data/themes/typographic/images/bg_wrapper.gif +0 -0
- data/themes/typographic/images/bg_wrapper.jpg +0 -0
- data/themes/typographic/images/bullet_bottom.gif +0 -0
- data/themes/typographic/images/bullet_bottom.png +0 -0
- data/themes/typographic/images/bullet_right.gif +0 -0
- data/themes/typographic/images/bullet_right.png +0 -0
- data/themes/typographic/images/email_open.gif +0 -0
- data/themes/typographic/images/email_open.png +0 -0
- data/themes/typographic/images/email_open50.gif +0 -0
- data/themes/typographic/images/email_open50.png +0 -0
- data/themes/typographic/images/meta.gif +0 -0
- data/themes/typographic/images/meta.png +0 -0
- data/themes/typographic/images/page_edit.gif +0 -0
- data/themes/typographic/images/page_edit.png +0 -0
- data/themes/typographic/images/page_edit50.gif +0 -0
- data/themes/typographic/images/page_edit50.png +0 -0
- data/themes/typographic/images/spinner.gif +0 -0
- data/themes/typographic/images/tag.gif +0 -0
- data/themes/typographic/images/tag.png +0 -0
- data/themes/typographic/images/user.gif +0 -0
- data/themes/typographic/images/user.png +0 -0
- data/themes/typographic/images/user50.gif +0 -0
- data/themes/typographic/images/user50.png +0 -0
- data/themes/typographic/images/world_link.gif +0 -0
- data/themes/typographic/images/world_link.png +0 -0
- data/themes/typographic/images/world_link50.gif +0 -0
- data/themes/typographic/images/world_link50.png +0 -0
- data/themes/typographic/layouts/default.html.erb +0 -44
- data/themes/typographic/preview.png +0 -0
- data/themes/typographic/stylesheets/colors.css +0 -51
- data/themes/typographic/stylesheets/ie6.css +0 -86
- data/themes/typographic/stylesheets/layout.css +0 -350
- data/themes/typographic/stylesheets/reset.css +0 -5
- data/themes/typographic/stylesheets/style.css +0 -36
- data/themes/typographic/views/articles/_article.html.erb +0 -51
- data/themes/typographic/views/articles/_article_content.html.erb +0 -1
- data/themes/typographic/views/articles/_comment.html.erb +0 -14
- data/themes/typographic/views/articles/_comment_form.html.erb +0 -48
- data/themes/typographic/views/articles/_comment_list.html.erb +0 -7
- data/themes/typographic/views/articles/_password_form.html.erb +0 -10
- data/themes/typographic/views/articles/_trackback.html.erb +0 -9
- data/themes/typographic/views/articles/comment_preview.html.erb +0 -10
- data/themes/typographic/views/articles/index.html.erb +0 -3
- data/themes/typographic/views/articles/read.html.erb +0 -46
- data/themes/typographic/views/theme/static_view_test.html.erb +0 -1
- data/vendor/akismet/akismet.rb +0 -168
- data/vendor/flickr/Rakefile +0 -36
- data/vendor/flickr/flickr.rb +0 -490
- data/vendor/flickr/index.html +0 -129
- data/vendor/flickr/test_flickr.rb +0 -173
- data/vendor/plugins/acts_as_list/README +0 -23
- data/vendor/plugins/acts_as_list/init.rb +0 -3
- data/vendor/plugins/acts_as_list/lib/active_record/acts/list.rb +0 -256
- data/vendor/plugins/acts_as_list/test/list_test.rb +0 -332
- data/vendor/plugins/acts_as_tree/README +0 -26
- data/vendor/plugins/acts_as_tree/Rakefile +0 -22
- data/vendor/plugins/acts_as_tree/init.rb +0 -1
- data/vendor/plugins/acts_as_tree/lib/active_record/acts/tree.rb +0 -96
- data/vendor/plugins/acts_as_tree/test/abstract_unit.rb +0 -0
- data/vendor/plugins/acts_as_tree/test/acts_as_tree_test.rb +0 -219
- data/vendor/plugins/acts_as_tree/test/database.yml +0 -0
- data/vendor/plugins/acts_as_tree/test/fixtures/mixin.rb +0 -0
- data/vendor/plugins/acts_as_tree/test/fixtures/mixins.yml +0 -0
- data/vendor/plugins/acts_as_tree/test/schema.rb +0 -0
- data/vendor/plugins/amazon_sidebar/init.rb +0 -5
- data/vendor/plugins/amazon_sidebar/lib/amazon_sidebar.rb +0 -16
- data/vendor/plugins/amazon_sidebar/views/content.rhtml +0 -4
- data/vendor/plugins/archives_sidebar/Rakefile +0 -22
- data/vendor/plugins/archives_sidebar/init.rb +0 -5
- data/vendor/plugins/archives_sidebar/lib/archives_sidebar.rb +0 -40
- data/vendor/plugins/archives_sidebar/test/archives_sidebar_test.rb +0 -8
- data/vendor/plugins/archives_sidebar/views/content.rhtml +0 -11
- data/vendor/plugins/authors_sidebar/Rakefile +0 -22
- data/vendor/plugins/authors_sidebar/init.rb +0 -4
- data/vendor/plugins/authors_sidebar/lib/authors_sidebar.rb +0 -10
- data/vendor/plugins/authors_sidebar/test/authors_sidebar_test.rb +0 -8
- data/vendor/plugins/authors_sidebar/views/content.rhtml +0 -11
- data/vendor/plugins/category_sidebar/Rakefile +0 -22
- data/vendor/plugins/category_sidebar/init.rb +0 -5
- data/vendor/plugins/category_sidebar/lib/category_sidebar.rb +0 -11
- data/vendor/plugins/category_sidebar/test/category_sidebar_test.rb +0 -8
- data/vendor/plugins/category_sidebar/views/content.rhtml +0 -10
- data/vendor/plugins/easy-ckeditor/CHANGELOG +0 -15
- data/vendor/plugins/easy-ckeditor/LICENSE +0 -16
- data/vendor/plugins/easy-ckeditor/README.textile +0 -164
- data/vendor/plugins/easy-ckeditor/Rakefile +0 -72
- data/vendor/plugins/easy-ckeditor/app/controllers/ckeditor_controller.rb +0 -226
- data/vendor/plugins/easy-ckeditor/app/helpers/ckeditor_helper.rb +0 -2
- data/vendor/plugins/easy-ckeditor/init.rb +0 -33
- data/vendor/plugins/easy-ckeditor/install.rb +0 -12
- data/vendor/plugins/easy-ckeditor/lib/ckeditor.rb +0 -93
- data/vendor/plugins/easy-ckeditor/lib/ckeditor_file_utils.rb +0 -108
- data/vendor/plugins/easy-ckeditor/lib/ckeditor_version.rb +0 -9
- data/vendor/plugins/easy-ckeditor/lib/tasks/ckeditor_tasks.rake +0 -108
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckcustom.js +0 -16
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/.htaccess +0 -24
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/CHANGES.html +0 -254
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/INSTALL.html +0 -92
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/LICENSE.html +0 -1334
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/ckeditor.js +0 -108
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/ckeditor.pack +0 -199
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/ckeditor_basic.js +0 -8
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/ckeditor_basic_source.js +0 -20
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/ckeditor_source.js +0 -25
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/config.js +0 -11
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/contents.css +0 -35
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/images/spacer.gif +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/_languages.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/_translationstatus.txt +0 -59
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/af.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/ar.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/bg.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/bn.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/bs.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/ca.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/cs.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/da.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/de.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/el.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/en-au.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/en-ca.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/en-uk.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/en.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/eo.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/es.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/et.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/eu.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/fa.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/fi.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/fo.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/fr-ca.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/fr.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/gl.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/gu.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/he.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/hi.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/hr.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/hu.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/is.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/it.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/ja.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/km.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/ko.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/lt.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/lv.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/mn.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/ms.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/nb.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/nl.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/no.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/pl.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/pt-br.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/pt.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/ro.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/ru.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/sk.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/sl.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/sr-latn.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/sr.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/sv.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/th.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/tr.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/uk.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/vi.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/zh-cn.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/zh.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/about/dialogs/about.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/about/dialogs/logo_ckeditor.png +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/about/plugin.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/basicstyles/plugin.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/blockquote/plugin.js +0 -7
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/button/plugin.js +0 -7
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/clipboard/dialogs/paste.js +0 -7
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/clipboard/plugin.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/colorbutton/plugin.js +0 -7
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/contextmenu/plugin.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/dialog/dialogDefinition.js +0 -4
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/dialog/plugin.js +0 -17
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/dialogui/plugin.js +0 -11
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/domiterator/plugin.js +0 -7
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/editingblock/plugin.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/elementspath/plugin.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/enterkey/plugin.js +0 -7
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/entities/plugin.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/fakeobjects/plugin.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/filebrowser/plugin.js +0 -7
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/find/dialogs/find.js +0 -9
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/find/plugin.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/flash/dialogs/flash.js +0 -9
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/flash/images/placeholder.png +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/flash/plugin.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/floatpanel/plugin.js +0 -7
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/font/plugin.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/format/plugin.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/forms/dialogs/button.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/forms/dialogs/checkbox.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/forms/dialogs/form.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/forms/dialogs/hiddenfield.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/forms/dialogs/radio.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/forms/dialogs/select.js +0 -9
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/forms/dialogs/textarea.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/forms/dialogs/textfield.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/forms/plugin.js +0 -7
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/horizontalrule/plugin.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/htmldataprocessor/plugin.js +0 -7
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/htmlwriter/plugin.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/iframedialog/plugin.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/image/dialogs/image.js +0 -12
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/image/plugin.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/indent/plugin.js +0 -7
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/justify/plugin.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/keystrokes/plugin.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/link/dialogs/anchor.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/link/dialogs/link.js +0 -11
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/link/images/anchor.gif +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/link/plugin.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/list/plugin.js +0 -9
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/listblock/plugin.js +0 -7
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/maximize/plugin.js +0 -7
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/menu/plugin.js +0 -7
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/menubutton/plugin.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/newpage/plugin.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/pagebreak/images/pagebreak.gif +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/pagebreak/plugin.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/panel/plugin.js +0 -7
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/panelbutton/plugin.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/pastefromword/dialogs/pastefromword.js +0 -8
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/pastefromword/plugin.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/pastetext/plugin.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/popup/plugin.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/preview/plugin.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/print/plugin.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/removeformat/plugin.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/resize/plugin.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/richcombo/plugin.js +0 -7
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/save/plugin.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/scayt/dialogs/options.js +0 -8
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/scayt/dialogs/toolbar.css +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/scayt/plugin.js +0 -8
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/selection/plugin.js +0 -9
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/showblocks/images/block_address.png +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/showblocks/images/block_blockquote.png +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/showblocks/images/block_div.png +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/showblocks/images/block_h1.png +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/showblocks/images/block_h2.png +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/showblocks/images/block_h3.png +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/showblocks/images/block_h4.png +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/showblocks/images/block_h5.png +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/showblocks/images/block_h6.png +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/showblocks/images/block_p.png +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/showblocks/images/block_pre.png +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/showblocks/plugin.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/dialogs/smiley.js +0 -7
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/angel_smile.gif +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/angry_smile.gif +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/broken_heart.gif +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/confused_smile.gif +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/cry_smile.gif +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/devil_smile.gif +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/embaressed_smile.gif +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/envelope.gif +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/heart.gif +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/kiss.gif +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/lightbulb.gif +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/omg_smile.gif +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/regular_smile.gif +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/sad_smile.gif +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/shades_smile.gif +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/teeth_smile.gif +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/thumbs_down.gif +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/thumbs_up.gif +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/tounge_smile.gif +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/wink_smile.gif +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/plugin.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/sourcearea/plugin.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/specialchar/dialogs/specialchar.js +0 -7
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/specialchar/plugin.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/styles/plugin.js +0 -10
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/stylescombo/plugin.js +0 -7
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/stylescombo/styles/default.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/tab/plugin.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/table/dialogs/table.js +0 -8
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/table/plugin.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/tabletools/dialogs/tableCell.js +0 -7
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/tabletools/plugin.js +0 -9
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/templates/dialogs/templates.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/templates/plugin.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/templates/templates/default.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/templates/templates/images/template1.gif +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/templates/templates/images/template2.gif +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/templates/templates/images/template3.gif +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/toolbar/plugin.js +0 -7
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/uicolor/dialogs/uicolor.js +0 -7
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/uicolor/lang/en.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/uicolor/plugin.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/uicolor/uicolor.gif +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/uicolor/yui/assets/hue_bg.png +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/uicolor/yui/assets/picker_mask.png +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/uicolor/yui/assets/yui.css +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/uicolor/yui/yui.js +0 -76
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/undo/plugin.js +0 -7
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/wsc/dialogs/ciframe.html +0 -49
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +0 -52
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/wsc/dialogs/wsc.css +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/wsc/dialogs/wsc.js +0 -7
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/wsc/plugin.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/wysiwygarea/plugin.js +0 -8
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/kama/dialog.css +0 -9
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/kama/editor.css +0 -12
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/kama/icons.png +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/kama/images/dialog_sides.gif +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/kama/images/dialog_sides.png +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/kama/images/dialog_sides_rtl.png +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/kama/images/mini.gif +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/kama/images/noimage.png +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/kama/images/sprites.png +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/kama/images/sprites_ie6.png +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/kama/images/toolbar_start.gif +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/kama/skin.js +0 -7
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/kama/templates.css +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/office2003/dialog.css +0 -8
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/office2003/editor.css +0 -13
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/office2003/icons.png +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/office2003/images/dialog_sides.gif +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/office2003/images/dialog_sides.png +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/office2003/images/dialog_sides_rtl.png +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/office2003/images/mini.gif +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/office2003/images/noimage.png +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/office2003/images/sprites.png +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/office2003/images/sprites_ie6.png +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/office2003/skin.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/office2003/templates.css +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/v2/dialog.css +0 -8
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/v2/editor.css +0 -12
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/v2/icons.png +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/v2/images/dialog_sides.gif +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/v2/images/dialog_sides.png +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/v2/images/dialog_sides_rtl.png +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/v2/images/mini.gif +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/v2/images/noimage.png +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/v2/images/sprites.png +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/v2/images/sprites_ie6.png +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/v2/images/toolbar_start.gif +0 -0
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/v2/skin.js +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/v2/templates.css +0 -6
- data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/themes/default/theme.js +0 -7
- data/vendor/plugins/easy-ckeditor/uninstall.rb +0 -8
- data/vendor/plugins/filemanager/app/controllers/fm/filemanager_controller.rb +0 -22
- data/vendor/plugins/filemanager/app/views/fm/filemanager/index.html.erb +0 -512
- data/vendor/plugins/filemanager/app/views/fm/filemanager/view.html.erb +0 -67
- data/vendor/plugins/filemanager/filemanager.yml +0 -16
- data/vendor/plugins/livesearch_sidebar/init.rb +0 -4
- data/vendor/plugins/livesearch_sidebar/lib/livesearch_sidebar.rb +0 -5
- data/vendor/plugins/livesearch_sidebar/views/content.rhtml +0 -15
- data/vendor/plugins/localization/CHANGELOG +0 -1
- data/vendor/plugins/localization/README +0 -85
- data/vendor/plugins/localization/bin/make_language.rb +0 -78
- data/vendor/plugins/localization/init.rb +0 -3
- data/vendor/plugins/localization/lib/localization.rb +0 -60
- data/vendor/plugins/page_sidebar/Rakefile +0 -22
- data/vendor/plugins/page_sidebar/init.rb +0 -5
- data/vendor/plugins/page_sidebar/lib/page_sidebar.rb +0 -10
- data/vendor/plugins/page_sidebar/test/page_sidebar_test.rb +0 -8
- data/vendor/plugins/page_sidebar/views/content.rhtml +0 -12
- data/vendor/plugins/search_sidebar/Rakefile +0 -22
- data/vendor/plugins/search_sidebar/init.rb +0 -4
- data/vendor/plugins/search_sidebar/lib/search_sidebar.rb +0 -6
- data/vendor/plugins/search_sidebar/test/search_sidebar_test.rb +0 -8
- data/vendor/plugins/search_sidebar/views/content.rhtml +0 -7
- data/vendor/plugins/static_sidebar/init.rb +0 -4
- data/vendor/plugins/static_sidebar/lib/static_sidebar.rb +0 -18
- data/vendor/plugins/static_sidebar/views/content.rhtml +0 -2
- data/vendor/plugins/tag_sidebar/Rakefile +0 -22
- data/vendor/plugins/tag_sidebar/init.rb +0 -5
- data/vendor/plugins/tag_sidebar/lib/tag_sidebar.rb +0 -24
- data/vendor/plugins/tag_sidebar/test/tag_sidebar_test.rb +0 -8
- data/vendor/plugins/tag_sidebar/views/content.rhtml +0 -8
- data/vendor/plugins/typo_converter/README +0 -71
- data/vendor/plugins/typo_converter/Rakefile +0 -21
- data/vendor/plugins/typo_converter/db/wp25_schema.rb +0 -152
- data/vendor/plugins/typo_converter/init.rb +0 -8
- data/vendor/plugins/typo_converter/lib/converters/base.rb +0 -288
- data/vendor/plugins/typo_converter/lib/converters/dotclear.rb +0 -98
- data/vendor/plugins/typo_converter/lib/converters/dotclear/category.rb +0 -7
- data/vendor/plugins/typo_converter/lib/converters/dotclear/comment.rb +0 -8
- data/vendor/plugins/typo_converter/lib/converters/dotclear/post.rb +0 -9
- data/vendor/plugins/typo_converter/lib/converters/dotclear/user.rb +0 -8
- data/vendor/plugins/typo_converter/lib/converters/dotclear_2.rb +0 -122
- data/vendor/plugins/typo_converter/lib/converters/dotclear_2/category.rb +0 -11
- data/vendor/plugins/typo_converter/lib/converters/dotclear_2/comment.rb +0 -13
- data/vendor/plugins/typo_converter/lib/converters/dotclear_2/post.rb +0 -15
- data/vendor/plugins/typo_converter/lib/converters/dotclear_2/tag.rb +0 -13
- data/vendor/plugins/typo_converter/lib/converters/dotclear_2/user.rb +0 -13
- data/vendor/plugins/typo_converter/lib/converters/wp25.rb +0 -183
- data/vendor/plugins/typo_converter/lib/converters/wp25/comment.rb +0 -13
- data/vendor/plugins/typo_converter/lib/converters/wp25/option.rb +0 -11
- data/vendor/plugins/typo_converter/lib/converters/wp25/post.rb +0 -37
- data/vendor/plugins/typo_converter/lib/converters/wp25/term.rb +0 -11
- data/vendor/plugins/typo_converter/lib/converters/wp25/term_relationship.rb +0 -13
- data/vendor/plugins/typo_converter/lib/converters/wp25/term_taxonomy.rb +0 -19
- data/vendor/plugins/typo_converter/lib/converters/wp25/user.rb +0 -12
- data/vendor/plugins/typo_converter/lib/tasks/typo_converters_tasks.rake +0 -1
- data/vendor/plugins/typo_converter/spec/converters/wp25_spec.rb +0 -192
- data/vendor/plugins/typo_converter/spec/factories/wp25_factories.rb +0 -77
- data/vendor/plugins/typo_converter/spec/spec_helper.rb +0 -19
- data/vendor/plugins/typo_converter/spec/typo_converter_spec.rb +0 -2
- data/vendor/plugins/typo_login_system/init.rb +0 -2
- data/vendor/plugins/typo_login_system/lib/access_control.rb +0 -182
- data/vendor/plugins/typo_login_system/lib/login_system.rb +0 -90
- data/vendor/plugins/typo_textfilter_code/README +0 -4
- data/vendor/plugins/typo_textfilter_code/Rakefile +0 -22
- data/vendor/plugins/typo_textfilter_code/init.rb +0 -9
- data/vendor/plugins/typo_textfilter_code/install.rb +0 -1
- data/vendor/plugins/typo_textfilter_code/lib/tasks/typo_textfilter_code_tasks.rake +0 -4
- data/vendor/plugins/typo_textfilter_code/lib/typo_textfilter_code.rb +0 -70
- data/vendor/plugins/typo_textfilter_code/test/typo_textfilter_code_test.rb +0 -8
- data/vendor/plugins/typo_textfilter_flickr/README +0 -4
- data/vendor/plugins/typo_textfilter_flickr/Rakefile +0 -22
- data/vendor/plugins/typo_textfilter_flickr/init.rb +0 -4
- data/vendor/plugins/typo_textfilter_flickr/install.rb +0 -1
- data/vendor/plugins/typo_textfilter_flickr/lib/tasks/typo_textfilter_flickr_tasks.rake +0 -4
- data/vendor/plugins/typo_textfilter_flickr/lib/typo_textfilter_flickr.rb +0 -79
- data/vendor/plugins/typo_textfilter_flickr/test/typo_textfilter_flickr_test.rb +0 -8
- data/vendor/plugins/typo_textfilter_htmlfilter/README +0 -4
- data/vendor/plugins/typo_textfilter_htmlfilter/Rakefile +0 -22
- data/vendor/plugins/typo_textfilter_htmlfilter/init.rb +0 -2
- data/vendor/plugins/typo_textfilter_htmlfilter/install.rb +0 -1
- data/vendor/plugins/typo_textfilter_htmlfilter/lib/tasks/typo_textfilter_htmlfilter_tasks.rake +0 -4
- data/vendor/plugins/typo_textfilter_htmlfilter/lib/typo_textfilter_htmlfilter.rb +0 -12
- data/vendor/plugins/typo_textfilter_htmlfilter/test/typo_textfilter_htmlfilter_test.rb +0 -8
- data/vendor/plugins/typo_textfilter_lightbox/README +0 -4
- data/vendor/plugins/typo_textfilter_lightbox/Rakefile +0 -22
- data/vendor/plugins/typo_textfilter_lightbox/init.rb +0 -2
- data/vendor/plugins/typo_textfilter_lightbox/install.rb +0 -1
- data/vendor/plugins/typo_textfilter_lightbox/lib/tasks/typo_textfilter_lightbox_tasks.rake +0 -4
- data/vendor/plugins/typo_textfilter_lightbox/lib/typo_textfilter_lightbox.rb +0 -127
- data/vendor/plugins/typo_textfilter_lightbox/test/typo_textfilter_lightbox_test.rb +0 -8
- data/vendor/plugins/typo_textfilter_markdown/README +0 -4
- data/vendor/plugins/typo_textfilter_markdown/Rakefile +0 -22
- data/vendor/plugins/typo_textfilter_markdown/init.rb +0 -2
- data/vendor/plugins/typo_textfilter_markdown/install.rb +0 -1
- data/vendor/plugins/typo_textfilter_markdown/lib/tasks/typo_textfilter_markdown_tasks.rake +0 -4
- data/vendor/plugins/typo_textfilter_markdown/lib/typo_textfilter_markdown.rb +0 -36
- data/vendor/plugins/typo_textfilter_markdown/test/typo_textfilter_markdown_test.rb +0 -8
- data/vendor/plugins/typo_textfilter_none/README +0 -4
- data/vendor/plugins/typo_textfilter_none/Rakefile +0 -22
- data/vendor/plugins/typo_textfilter_none/init.rb +0 -2
- data/vendor/plugins/typo_textfilter_none/install.rb +0 -1
- data/vendor/plugins/typo_textfilter_none/lib/tasks/typo_textfilter_none_tasks.rake +0 -4
- data/vendor/plugins/typo_textfilter_none/lib/typo_textfilter_none.rb +0 -12
- data/vendor/plugins/typo_textfilter_none/test/typo_textfilter_none_test.rb +0 -8
- data/vendor/plugins/typo_textfilter_smartypants/README +0 -4
- data/vendor/plugins/typo_textfilter_smartypants/Rakefile +0 -22
- data/vendor/plugins/typo_textfilter_smartypants/init.rb +0 -2
- data/vendor/plugins/typo_textfilter_smartypants/install.rb +0 -1
- data/vendor/plugins/typo_textfilter_smartypants/lib/tasks/typo_textfilter_smartypants_tasks.rake +0 -4
- data/vendor/plugins/typo_textfilter_smartypants/lib/typo_textfilter_smartypants.rb +0 -12
- data/vendor/plugins/typo_textfilter_smartypants/test/typo_textfilter_smartypants_test.rb +0 -8
- data/vendor/plugins/typo_textfilter_textile/README +0 -4
- data/vendor/plugins/typo_textfilter_textile/Rakefile +0 -22
- data/vendor/plugins/typo_textfilter_textile/init.rb +0 -2
- data/vendor/plugins/typo_textfilter_textile/install.rb +0 -1
- data/vendor/plugins/typo_textfilter_textile/lib/tasks/typo_textfilter_textile_tasks.rake +0 -4
- data/vendor/plugins/typo_textfilter_textile/lib/typo_textfilter_textile.rb +0 -18
- data/vendor/plugins/typo_textfilter_textile/test/typo_textfilter_textile_test.rb +0 -8
- data/vendor/plugins/typo_textfilter_textile_and_markdown/README +0 -4
- data/vendor/plugins/typo_textfilter_textile_and_markdown/Rakefile +0 -22
- data/vendor/plugins/typo_textfilter_textile_and_markdown/init.rb +0 -2
- data/vendor/plugins/typo_textfilter_textile_and_markdown/install.rb +0 -1
- data/vendor/plugins/typo_textfilter_textile_and_markdown/lib/tasks/typo_textfilter_textile_and_markdown_tasks.rake +0 -4
- data/vendor/plugins/typo_textfilter_textile_and_markdown/lib/typo_textfilter_textile_and_markdown.rb +0 -12
- data/vendor/plugins/typo_textfilter_textile_and_markdown/test/typo_textfilter_textile_and_markdown_test.rb +0 -8
- data/vendor/plugins/upload_progress/CHANGELOG +0 -3
- data/vendor/plugins/upload_progress/MIT-LICENSE +0 -20
- data/vendor/plugins/upload_progress/README +0 -45
- data/vendor/plugins/upload_progress/Rakefile +0 -23
- data/vendor/plugins/upload_progress/init.rb +0 -7
- data/vendor/plugins/upload_progress/lib/multipart_progress.rb +0 -169
- data/vendor/plugins/upload_progress/lib/progress.rb +0 -145
- data/vendor/plugins/upload_progress/lib/upload_progress.rb +0 -303
- data/vendor/plugins/upload_progress/lib/upload_progress_helper.rb +0 -424
- data/vendor/plugins/upload_progress/public/stylesheets/upload_progress.css +0 -21
- data/vendor/plugins/upload_progress/test/multipart_progress_testx.rb +0 -364
- data/vendor/plugins/upload_progress/test/upload_progress_helper_testx.rb +0 -134
- data/vendor/plugins/upload_progress/test/upload_progress_testx.rb +0 -88
- data/vendor/plugins/xml_sidebar/Rakefile +0 -22
- data/vendor/plugins/xml_sidebar/init.rb +0 -5
- data/vendor/plugins/xml_sidebar/lib/xml_sidebar.rb +0 -24
- data/vendor/plugins/xml_sidebar/test/xml_sidebar_test.rb +0 -8
- data/vendor/plugins/xml_sidebar/views/content.rhtml +0 -26
- data/vendor/rubypants/README +0 -114
- data/vendor/rubypants/Rakefile +0 -55
- data/vendor/rubypants/html/classes/RubyPants.html +0 -924
- data/vendor/rubypants/html/created.rid +0 -1
- data/vendor/rubypants/html/files/README.html +0 -248
- data/vendor/rubypants/html/files/rubypants_rb.html +0 -125
- data/vendor/rubypants/html/fr_class_index.html +0 -27
- data/vendor/rubypants/html/fr_file_index.html +0 -28
- data/vendor/rubypants/html/fr_method_index.html +0 -38
- data/vendor/rubypants/html/index.html +0 -24
- data/vendor/rubypants/html/rdoc-style.css +0 -172
- data/vendor/rubypants/install.rb +0 -9
- data/vendor/rubypants/rubypants.rb +0 -490
- data/vendor/rubypants/test_rubypants.rb +0 -162
- data/vendor/uuidtools/CHANGELOG +0 -4
- data/vendor/uuidtools/README +0 -13
- data/vendor/uuidtools/install.rb +0 -30
- data/vendor/uuidtools/lib/uuidtools.rb +0 -555
- data/vendor/uuidtools/rakefile +0 -112
data/PostInstall.txt
ADDED
@@ -0,0 +1,5 @@
|
|
1
|
+
Since version 6.0, Typo is no longer available as a gem.
|
2
|
+
Please download Typo source at http://typosphere.org/stable.tgz
|
3
|
+
|
4
|
+
To install Typo from scratch: https://github.com/fdv/typo/wiki/Installing-Typo
|
5
|
+
Upgrading Typo from an older version: https://github.com/fdv/typo/wiki/Upgrading-to-typo-6.0
|
data/typo.gemspec
ADDED
@@ -0,0 +1,16 @@
|
|
1
|
+
# -*- encoding: utf-8 -*-
|
2
|
+
Gem::Specification.new do |s|
|
3
|
+
s.name = "typo"
|
4
|
+
s.version = "6.0.4"
|
5
|
+
s.platform = Gem::Platform::RUBY
|
6
|
+
s.authors = ["Frédéric de Villamil", "Matijs van Zuijlen", "Thomas Lecavellier", "Cyril Mougel"]
|
7
|
+
s.email = ["frederic@de-villamil.com"]
|
8
|
+
s.homepage = "http://typosphere.org"
|
9
|
+
s.summary = %q{The missing blogging engine.}
|
10
|
+
s.description = %q{Since Typo has been in existence since March 2005, it is likely the oldest blogging platform in Rails. It has a full set of features you would expect from such an engine, which include powerful SEO capabilities, full themes, and plug-in extensions. }
|
11
|
+
s.has_rdoc = false
|
12
|
+
s.rubyforge_project = "typo"
|
13
|
+
|
14
|
+
s.files = `ls`.split("\n")
|
15
|
+
s.post_install_message = "\e[1;31m\n" + ('-' * 79) + "\n\n" + File.read('PostInstall.txt') + "\n" + ('-' * 79) + "\n\e[0m"
|
16
|
+
end
|
metadata
CHANGED
@@ -1,1664 +1,80 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: typo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
4
|
+
hash: 39
|
5
|
+
prerelease:
|
5
6
|
segments:
|
6
|
-
-
|
7
|
-
-
|
8
|
-
|
7
|
+
- 6
|
8
|
+
- 0
|
9
|
+
- 4
|
10
|
+
version: 6.0.4
|
9
11
|
platform: ruby
|
10
12
|
authors:
|
11
13
|
- "Fr\xC3\xA9d\xC3\xA9ric de Villamil"
|
14
|
+
- Matijs van Zuijlen
|
15
|
+
- Thomas Lecavellier
|
16
|
+
- Cyril Mougel
|
12
17
|
autorequire:
|
13
18
|
bindir: bin
|
14
19
|
cert_chain: []
|
15
20
|
|
16
|
-
date:
|
21
|
+
date: 2011-02-23 00:00:00 +01:00
|
17
22
|
default_executable:
|
18
|
-
dependencies:
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
- !ruby/object:Gem::Version
|
26
|
-
segments:
|
27
|
-
- 2
|
28
|
-
- 3
|
29
|
-
- 8
|
30
|
-
version: 2.3.8
|
31
|
-
type: :runtime
|
32
|
-
version_requirements: *id001
|
33
|
-
- !ruby/object:Gem::Dependency
|
34
|
-
name: rails-app-installer
|
35
|
-
prerelease: false
|
36
|
-
requirement: &id002 !ruby/object:Gem::Requirement
|
37
|
-
requirements:
|
38
|
-
- - ">="
|
39
|
-
- !ruby/object:Gem::Version
|
40
|
-
segments:
|
41
|
-
- 0
|
42
|
-
- 2
|
43
|
-
- 0
|
44
|
-
version: 0.2.0
|
45
|
-
type: :runtime
|
46
|
-
version_requirements: *id002
|
47
|
-
- !ruby/object:Gem::Dependency
|
48
|
-
name: ruby-debug
|
49
|
-
prerelease: false
|
50
|
-
requirement: &id003 !ruby/object:Gem::Requirement
|
51
|
-
requirements:
|
52
|
-
- - ">="
|
53
|
-
- !ruby/object:Gem::Version
|
54
|
-
segments:
|
55
|
-
- 0
|
56
|
-
- 10
|
57
|
-
- 3
|
58
|
-
version: 0.10.3
|
59
|
-
type: :runtime
|
60
|
-
version_requirements: *id003
|
61
|
-
- !ruby/object:Gem::Dependency
|
62
|
-
name: flexmock
|
63
|
-
prerelease: false
|
64
|
-
requirement: &id004 !ruby/object:Gem::Requirement
|
65
|
-
requirements:
|
66
|
-
- - ">="
|
67
|
-
- !ruby/object:Gem::Version
|
68
|
-
segments:
|
69
|
-
- 0
|
70
|
-
- 8
|
71
|
-
- 3
|
72
|
-
version: 0.8.3
|
73
|
-
type: :runtime
|
74
|
-
version_requirements: *id004
|
75
|
-
- !ruby/object:Gem::Dependency
|
76
|
-
name: rspec-rails
|
77
|
-
prerelease: false
|
78
|
-
requirement: &id005 !ruby/object:Gem::Requirement
|
79
|
-
requirements:
|
80
|
-
- - "="
|
81
|
-
- !ruby/object:Gem::Version
|
82
|
-
segments:
|
83
|
-
- 1
|
84
|
-
- 3
|
85
|
-
- 2
|
86
|
-
version: 1.3.2
|
87
|
-
type: :runtime
|
88
|
-
version_requirements: *id005
|
89
|
-
- !ruby/object:Gem::Dependency
|
90
|
-
name: bluecloth
|
91
|
-
prerelease: false
|
92
|
-
requirement: &id006 !ruby/object:Gem::Requirement
|
93
|
-
requirements:
|
94
|
-
- - ~>
|
95
|
-
- !ruby/object:Gem::Version
|
96
|
-
segments:
|
97
|
-
- 2
|
98
|
-
- 0
|
99
|
-
- 5
|
100
|
-
version: 2.0.5
|
101
|
-
type: :runtime
|
102
|
-
version_requirements: *id006
|
103
|
-
- !ruby/object:Gem::Dependency
|
104
|
-
name: htmlentities
|
105
|
-
prerelease: false
|
106
|
-
requirement: &id007 !ruby/object:Gem::Requirement
|
107
|
-
requirements:
|
108
|
-
- - ">="
|
109
|
-
- !ruby/object:Gem::Version
|
110
|
-
segments:
|
111
|
-
- 0
|
112
|
-
version: "0"
|
113
|
-
type: :runtime
|
114
|
-
version_requirements: *id007
|
115
|
-
- !ruby/object:Gem::Dependency
|
116
|
-
name: json
|
117
|
-
prerelease: false
|
118
|
-
requirement: &id008 !ruby/object:Gem::Requirement
|
119
|
-
requirements:
|
120
|
-
- - ">="
|
121
|
-
- !ruby/object:Gem::Version
|
122
|
-
segments:
|
123
|
-
- 0
|
124
|
-
version: "0"
|
125
|
-
type: :runtime
|
126
|
-
version_requirements: *id008
|
127
|
-
- !ruby/object:Gem::Dependency
|
128
|
-
name: calendar_date_select
|
129
|
-
prerelease: false
|
130
|
-
requirement: &id009 !ruby/object:Gem::Requirement
|
131
|
-
requirements:
|
132
|
-
- - ">="
|
133
|
-
- !ruby/object:Gem::Version
|
134
|
-
segments:
|
135
|
-
- 0
|
136
|
-
version: "0"
|
137
|
-
type: :runtime
|
138
|
-
version_requirements: *id009
|
139
|
-
- !ruby/object:Gem::Dependency
|
140
|
-
name: coderay
|
141
|
-
prerelease: false
|
142
|
-
requirement: &id010 !ruby/object:Gem::Requirement
|
143
|
-
requirements:
|
144
|
-
- - ~>
|
145
|
-
- !ruby/object:Gem::Version
|
146
|
-
segments:
|
147
|
-
- 0
|
148
|
-
- 9
|
149
|
-
version: "0.9"
|
150
|
-
type: :runtime
|
151
|
-
version_requirements: *id010
|
152
|
-
- !ruby/object:Gem::Dependency
|
153
|
-
name: RedCloth
|
154
|
-
prerelease: false
|
155
|
-
requirement: &id011 !ruby/object:Gem::Requirement
|
156
|
-
requirements:
|
157
|
-
- - ~>
|
158
|
-
- !ruby/object:Gem::Version
|
159
|
-
segments:
|
160
|
-
- 4
|
161
|
-
- 2
|
162
|
-
- 2
|
163
|
-
version: 4.2.2
|
164
|
-
type: :runtime
|
165
|
-
version_requirements: *id011
|
166
|
-
description:
|
167
|
-
email: frederic@de-villamil.com
|
168
|
-
executables:
|
169
|
-
- typo
|
23
|
+
dependencies: []
|
24
|
+
|
25
|
+
description: "Since Typo has been in existence since March 2005, it is likely the oldest blogging platform in Rails. It has a full set of features you would expect from such an engine, which include powerful SEO capabilities, full themes, and plug-in extensions. "
|
26
|
+
email:
|
27
|
+
- frederic@de-villamil.com
|
28
|
+
executables: []
|
29
|
+
|
170
30
|
extensions: []
|
171
31
|
|
172
32
|
extra_rdoc_files: []
|
173
33
|
|
174
34
|
files:
|
175
|
-
-
|
176
|
-
-
|
177
|
-
-
|
178
|
-
- app/apis/typo_web_service.rb
|
179
|
-
- app/controllers/accounts_controller.rb
|
180
|
-
- app/controllers/admin/base_controller.rb
|
181
|
-
- app/controllers/admin/categories_controller.rb
|
182
|
-
- app/controllers/admin/content_controller.rb
|
183
|
-
- app/controllers/admin/dashboard_controller.rb
|
184
|
-
- app/controllers/admin/feedback_controller.rb
|
185
|
-
- app/controllers/admin/pages_controller.rb
|
186
|
-
- app/controllers/admin/profiles_controller.rb
|
187
|
-
- app/controllers/admin/resources_controller.rb
|
188
|
-
- app/controllers/admin/settings_controller.rb
|
189
|
-
- app/controllers/admin/sidebar_controller.rb
|
190
|
-
- app/controllers/admin/tags_controller.rb
|
191
|
-
- app/controllers/admin/textfilters_controller.rb
|
192
|
-
- app/controllers/admin/themes_controller.rb
|
193
|
-
- app/controllers/admin/users_controller.rb
|
194
|
-
- app/controllers/application_controller.rb
|
195
|
-
- app/controllers/articles_controller.rb
|
196
|
-
- app/controllers/authors_controller.rb
|
197
|
-
- app/controllers/backend_controller.rb
|
198
|
-
- app/controllers/categories_controller.rb
|
199
|
-
- app/controllers/comments_controller.rb
|
200
|
-
- app/controllers/content_controller.rb
|
201
|
-
- app/controllers/feedback_controller.rb
|
202
|
-
- app/controllers/grouping_controller.rb
|
203
|
-
- app/controllers/setup_controller.rb
|
204
|
-
- app/controllers/tags_controller.rb
|
205
|
-
- app/controllers/textfilter_controller.rb
|
206
|
-
- app/controllers/theme_controller.rb
|
207
|
-
- app/controllers/trackbacks_controller.rb
|
208
|
-
- app/controllers/xml_controller.rb
|
209
|
-
- app/helpers/accounts_helper.rb
|
210
|
-
- app/helpers/admin/base_helper.rb
|
211
|
-
- app/helpers/admin/cache_helper.rb
|
212
|
-
- app/helpers/admin/categories_helper.rb
|
213
|
-
- app/helpers/admin/comments_helper.rb
|
214
|
-
- app/helpers/admin/content_helper.rb
|
215
|
-
- app/helpers/admin/feedback_helper.rb
|
216
|
-
- app/helpers/admin/general_helper.rb
|
217
|
-
- app/helpers/admin/pages_helper.rb
|
218
|
-
- app/helpers/admin/resources_helper.rb
|
219
|
-
- app/helpers/admin/settings_helper.rb
|
220
|
-
- app/helpers/admin/sidebar_helper.rb
|
221
|
-
- app/helpers/admin/textfilters_helper.rb
|
222
|
-
- app/helpers/admin/themes_helper.rb
|
223
|
-
- app/helpers/admin/trackbacks_helper.rb
|
224
|
-
- app/helpers/admin/users_helper.rb
|
225
|
-
- app/helpers/application_helper.rb
|
226
|
-
- app/helpers/articles_helper.rb
|
227
|
-
- app/helpers/authors_helper.rb
|
228
|
-
- app/helpers/backend_helper.rb
|
229
|
-
- app/helpers/categories_helper.rb
|
230
|
-
- app/helpers/comments_helper.rb
|
231
|
-
- app/helpers/content_helper.rb
|
232
|
-
- app/helpers/groupings_helper.rb
|
233
|
-
- app/helpers/mail_helper.rb
|
234
|
-
- app/helpers/sidebar_helper.rb
|
235
|
-
- app/helpers/sidebars/plugin_helper.rb
|
236
|
-
- app/helpers/tags_helper.rb
|
237
|
-
- app/helpers/text_filter_plugin_helper.rb
|
238
|
-
- app/helpers/textfilter_helper.rb
|
239
|
-
- app/helpers/theme_helper.rb
|
240
|
-
- app/helpers/xml_helper.rb
|
241
|
-
- app/models/article/states.rb
|
242
|
-
- app/models/article.rb
|
243
|
-
- app/models/blog.rb
|
244
|
-
- app/models/blog_sweeper.rb
|
245
|
-
- app/models/categorization.rb
|
246
|
-
- app/models/category.rb
|
247
|
-
- app/models/comment.rb
|
248
|
-
- app/models/config_manager.rb
|
249
|
-
- app/models/content.rb
|
250
|
-
- app/models/email_notifier.rb
|
251
|
-
- app/models/feedback/states.rb
|
252
|
-
- app/models/feedback.rb
|
253
|
-
- app/models/notification.rb
|
254
|
-
- app/models/notification_mailer.rb
|
255
|
-
- app/models/page.rb
|
256
|
-
- app/models/page_cache.rb
|
257
|
-
- app/models/ping.rb
|
258
|
-
- app/models/profile.rb
|
259
|
-
- app/models/redirect.rb
|
260
|
-
- app/models/resource.rb
|
261
|
-
- app/models/right.rb
|
262
|
-
- app/models/sidebar.rb
|
263
|
-
- app/models/tag.rb
|
264
|
-
- app/models/text_filter.rb
|
265
|
-
- app/models/theme.rb
|
266
|
-
- app/models/trackback.rb
|
267
|
-
- app/models/trigger.rb
|
268
|
-
- app/models/user.rb
|
269
|
-
- app/models/web_notifier.rb
|
270
|
-
- app/views/accounts/confirm.html.erb
|
271
|
-
- app/views/accounts/login.html.erb
|
272
|
-
- app/views/accounts/recover_password.html.erb
|
273
|
-
- app/views/accounts/signup.html.erb
|
274
|
-
- app/views/admin/categories/_categories.html.erb
|
275
|
-
- app/views/admin/categories/_form.html.erb
|
276
|
-
- app/views/admin/categories/destroy.html.erb
|
277
|
-
- app/views/admin/categories/index.html.erb
|
278
|
-
- app/views/admin/categories/new.html.erb
|
279
|
-
- app/views/admin/categories/reorder.html.erb
|
280
|
-
- app/views/admin/content/_article_list.html.erb
|
281
|
-
- app/views/admin/content/_attachment.html.erb
|
282
|
-
- app/views/admin/content/_drafts.html.erb
|
283
|
-
- app/views/admin/content/_form.html.erb
|
284
|
-
- app/views/admin/content/_images.html.erb
|
285
|
-
- app/views/admin/content/_show_resources.html.erb
|
286
|
-
- app/views/admin/content/_simple_editor.html.erb
|
287
|
-
- app/views/admin/content/_visual_editor.html.erb
|
288
|
-
- app/views/admin/content/destroy.html.erb
|
289
|
-
- app/views/admin/content/index.html.erb
|
290
|
-
- app/views/admin/content/new.html.erb
|
291
|
-
- app/views/admin/dashboard/_comments.html.erb
|
292
|
-
- app/views/admin/dashboard/_inbound.html.erb
|
293
|
-
- app/views/admin/dashboard/_overview.html.erb
|
294
|
-
- app/views/admin/dashboard/_popular.html.erb
|
295
|
-
- app/views/admin/dashboard/_posts.html.erb
|
296
|
-
- app/views/admin/dashboard/_typo_dev.html.erb
|
297
|
-
- app/views/admin/dashboard/_welcome.html.erb
|
298
|
-
- app/views/admin/dashboard/index.html.erb
|
299
|
-
- app/views/admin/feedback/_button.html.erb
|
300
|
-
- app/views/admin/feedback/_form.html.erb
|
301
|
-
- app/views/admin/feedback/_item.html.erb
|
302
|
-
- app/views/admin/feedback/article.html.erb
|
303
|
-
- app/views/admin/feedback/edit.html.erb
|
304
|
-
- app/views/admin/feedback/index.html.erb
|
305
|
-
- app/views/admin/pages/_form.html.erb
|
306
|
-
- app/views/admin/pages/_images.html.erb
|
307
|
-
- app/views/admin/pages/_pages.html.erb
|
308
|
-
- app/views/admin/pages/_simple_editor.html.erb
|
309
|
-
- app/views/admin/pages/_visual_editor.html.erb
|
310
|
-
- app/views/admin/pages/destroy.html.erb
|
311
|
-
- app/views/admin/pages/edit.html.erb
|
312
|
-
- app/views/admin/pages/index.html.erb
|
313
|
-
- app/views/admin/pages/new.html.erb
|
314
|
-
- app/views/admin/pages/show.html.erb
|
315
|
-
- app/views/admin/profiles/index.html.erb
|
316
|
-
- app/views/admin/resources/_mime_edit.html.erb
|
317
|
-
- app/views/admin/resources/_pages.html.erb
|
318
|
-
- app/views/admin/resources/_upload.html.erb
|
319
|
-
- app/views/admin/resources/destroy.html.erb
|
320
|
-
- app/views/admin/resources/get_thumbnails.html.erb
|
321
|
-
- app/views/admin/resources/images.html.erb
|
322
|
-
- app/views/admin/resources/index.html.erb
|
323
|
-
- app/views/admin/settings/_submit.html.erb
|
324
|
-
- app/views/admin/settings/feedback.html.erb
|
325
|
-
- app/views/admin/settings/index.html.erb
|
326
|
-
- app/views/admin/settings/seo.html.erb
|
327
|
-
- app/views/admin/settings/update_database.html.erb
|
328
|
-
- app/views/admin/settings/write.html.erb
|
329
|
-
- app/views/admin/shared/_edit.html.erb
|
330
|
-
- app/views/admin/sidebar/_active.html.erb
|
331
|
-
- app/views/admin/sidebar/_actives.html.erb
|
332
|
-
- app/views/admin/sidebar/_available.html.erb
|
333
|
-
- app/views/admin/sidebar/_availables.html.erb
|
334
|
-
- app/views/admin/sidebar/_publish.html.erb
|
335
|
-
- app/views/admin/sidebar/_target.html.erb
|
336
|
-
- app/views/admin/sidebar/index.html.erb
|
337
|
-
- app/views/admin/sidebar/publish.rjs
|
338
|
-
- app/views/admin/sidebar/remove.rjs
|
339
|
-
- app/views/admin/sidebar/set_active.rjs
|
340
|
-
- app/views/admin/tags/_form.html.erb
|
341
|
-
- app/views/admin/tags/destroy.html.erb
|
342
|
-
- app/views/admin/tags/edit.html.erb
|
343
|
-
- app/views/admin/tags/index.html.erb
|
344
|
-
- app/views/admin/themes/catalogue.html.erb
|
345
|
-
- app/views/admin/themes/editor.html.erb
|
346
|
-
- app/views/admin/themes/index.html.erb
|
347
|
-
- app/views/admin/users/_form.html.erb
|
348
|
-
- app/views/admin/users/destroy.html.erb
|
349
|
-
- app/views/admin/users/edit.html.erb
|
350
|
-
- app/views/admin/users/index.html.erb
|
351
|
-
- app/views/admin/users/new.html.erb
|
352
|
-
- app/views/articles/_article.html.erb
|
353
|
-
- app/views/articles/_article_content.html.erb
|
354
|
-
- app/views/articles/_atom_feed.atom.builder
|
355
|
-
- app/views/articles/_comment.html.erb
|
356
|
-
- app/views/articles/_comment_box.html.erb
|
357
|
-
- app/views/articles/_comment_error.html.erb
|
358
|
-
- app/views/articles/_comment_failed.html.erb
|
359
|
-
- app/views/articles/_password_form.html.erb
|
360
|
-
- app/views/articles/_rss20_feed.rss.builder
|
361
|
-
- app/views/articles/_trackback.html.erb
|
362
|
-
- app/views/articles/archives.html.erb
|
363
|
-
- app/views/articles/comment_preview.html.erb
|
364
|
-
- app/views/articles/error.html.erb
|
365
|
-
- app/views/articles/groupings.html.erb
|
366
|
-
- app/views/articles/index.html.erb
|
367
|
-
- app/views/articles/live_search.html.erb
|
368
|
-
- app/views/articles/read.html.erb
|
369
|
-
- app/views/articles/search.html.erb
|
370
|
-
- app/views/articles/trackback.xml.builder
|
371
|
-
- app/views/articles/view_page.html.erb
|
372
|
-
- app/views/authors/show.html.erb
|
373
|
-
- app/views/comments/index.html.erb
|
374
|
-
- app/views/comments/show.html.erb
|
375
|
-
- app/views/layouts/accounts.html.erb
|
376
|
-
- app/views/layouts/administration.html.erb
|
377
|
-
- app/views/layouts/setup.html.erb
|
378
|
-
- app/views/layouts/sidebar.html.erb
|
379
|
-
- app/views/notification_mailer/_mail_footer.html.erb
|
380
|
-
- app/views/notification_mailer/_mail_header.html.erb
|
381
|
-
- app/views/notification_mailer/article.html.erb
|
382
|
-
- app/views/notification_mailer/comment.html.erb
|
383
|
-
- app/views/notification_mailer/notif_user.html.erb
|
384
|
-
- app/views/notification_mailer/trackback.html.erb
|
385
|
-
- app/views/settings/done.html.erb
|
386
|
-
- app/views/settings/install.html.erb
|
387
|
-
- app/views/setup/confirm.html.erb
|
388
|
-
- app/views/setup/index.html.erb
|
389
|
-
- app/views/shared/_confirm.html.erb
|
390
|
-
- app/views/shared/_search.html.erb
|
391
|
-
- app/views/sidebar/_row.html.erb
|
392
|
-
- app/views/sidebar/_sidebar.html.erb
|
393
|
-
- app/views/sidebar/display_plugins.html.erb
|
394
|
-
- app/views/sidebar/show.html.erb
|
395
|
-
- app/views/theme/static_view_test.html.erb
|
396
|
-
- app/views/trackbacks/trackback.xml.builder
|
397
|
-
- app/views/xml/_atom10_item_article.atom.builder
|
398
|
-
- app/views/xml/_atom10_item_comment.atom.builder
|
399
|
-
- app/views/xml/_atom10_item_trackback.atom.builder
|
400
|
-
- app/views/xml/_googlesitemap_item_article.googlesitemap.builder
|
401
|
-
- app/views/xml/_googlesitemap_item_category.googlesitemap.builder
|
402
|
-
- app/views/xml/_googlesitemap_item_page.googlesitemap.builder
|
403
|
-
- app/views/xml/_googlesitemap_item_tag.googlesitemap.builder
|
404
|
-
- app/views/xml/_itunes_item_resource.xml.builder
|
405
|
-
- app/views/xml/_rss20_item_article.rss.builder
|
406
|
-
- app/views/xml/_rss20_item_comment.rss.builder
|
407
|
-
- app/views/xml/_rss20_item_trackback.rss.builder
|
408
|
-
- app/views/xml/feed.atom.builder
|
409
|
-
- app/views/xml/feed.googlesitemap.builder
|
410
|
-
- app/views/xml/feed.rss.builder
|
411
|
-
- app/views/xml/itunes_feed.rss.builder
|
412
|
-
- app/views/xml/rsd.rsd.builder
|
413
|
-
- app/views/xml/rsd.rxml
|
414
|
-
- bin/typo
|
415
|
-
- CHANGELOG
|
416
|
-
- config/boot.rb
|
417
|
-
- config/ckeditor.yml
|
418
|
-
- config/database.yml.example
|
419
|
-
- config/environment.rb
|
420
|
-
- config/environments/cucumber.rb
|
421
|
-
- config/environments/development.rb
|
422
|
-
- config/environments/production.rb
|
423
|
-
- config/environments/test.rb
|
424
|
-
- config/filemanager.yml
|
425
|
-
- config/initializers/access_rules.rb
|
426
|
-
- config/initializers/inflector.rb
|
427
|
-
- config/initializers/mime_types.rb
|
428
|
-
- config/lighttpd.conf
|
429
|
-
- config/locales/nl.rb
|
430
|
-
- config/mail.yml.example
|
431
|
-
- config/routes.rb
|
432
|
-
- db/converters/feed.rb
|
433
|
-
- db/converters/mt3.rb
|
434
|
-
- db/converters/README
|
435
|
-
- db/converters/rss.rb
|
436
|
-
- db/converters/s9y.rb
|
437
|
-
- db/converters/textpattern.rb
|
438
|
-
- db/migrate/001_initial_schema.rb
|
439
|
-
- db/migrate/002_add_user_email.rb
|
440
|
-
- db/migrate/003_add_article_user_id.rb
|
441
|
-
- db/migrate/004_add_sidebars.rb
|
442
|
-
- db/migrate/005_add_cache_table.rb
|
443
|
-
- db/migrate/006_add_pages.rb
|
444
|
-
- db/migrate/007_add_permalink.rb
|
445
|
-
- db/migrate/008_add_page_title.rb
|
446
|
-
- db/migrate/009_add_article_guid.rb
|
447
|
-
- db/migrate/010_add_tags.rb
|
448
|
-
- db/migrate/011_add_article_id.rb
|
449
|
-
- db/migrate/012_enlarge_settings.rb
|
450
|
-
- db/migrate/013_add_textfilters.rb
|
451
|
-
- db/migrate/014_move_text_filter_to_text_filter_id.rb
|
452
|
-
- db/migrate/015_convert_mysql_to_innodb.rb
|
453
|
-
- db/migrate/016_fix_is_primary_postgres.rb
|
454
|
-
- db/migrate/017_add_comment_user_id.rb
|
455
|
-
- db/migrate/018_add_guids.rb
|
456
|
-
- db/migrate/019_add_whiteboards_to_content.rb
|
457
|
-
- db/migrate/020_superclass_articles.rb
|
458
|
-
- db/migrate/021_superclass_comments.rb
|
459
|
-
- db/migrate/022_superclass_trackbacks.rb
|
460
|
-
- db/migrate/023_superclass_pages.rb
|
461
|
-
- db/migrate/024_cleanup_contents.rb
|
462
|
-
- db/migrate/025_add_itunes_metadata.rb
|
463
|
-
- db/migrate/026_add_redirect_table.rb
|
464
|
-
- db/migrate/027_set_comment_published_flag.rb
|
465
|
-
- db/migrate/028_rename_redirect_to.rb
|
466
|
-
- db/migrate/029_add_user_notification.rb
|
467
|
-
- db/migrate/030_index_sessions.rb
|
468
|
-
- db/migrate/031_add_notifications_table.rb
|
469
|
-
- db/migrate/032_add_jabber_notification.rb
|
470
|
-
- db/migrate/033_add_count_caching.rb
|
471
|
-
- db/migrate/034_boolify_published.rb
|
472
|
-
- db/migrate/035_boolify_content_allow_foo.rb
|
473
|
-
- db/migrate/036_add_tag_display_name.rb
|
474
|
-
- db/migrate/037_enlarge_ip_field.rb
|
475
|
-
- db/migrate/038_add_blog_object.rb
|
476
|
-
- db/migrate/039_serialize_blog_attributes.rb
|
477
|
-
- db/migrate/040_attach_content_to_blog.rb
|
478
|
-
- db/migrate/041_fixup_default_sidebars.rb
|
479
|
-
- db/migrate/042_remove_sidebar_staged_config.rb
|
480
|
-
- db/migrate/043_create_triggers.rb
|
481
|
-
- db/migrate/044_add_published_at_to_content.rb
|
482
|
-
- db/migrate/045_fix_contents_published_default.rb
|
483
|
-
- db/migrate/046_fixup_forthcoming_publications.rb
|
484
|
-
- db/migrate/047_add_content_state_field.rb
|
485
|
-
- db/migrate/048_remove_count_caching.rb
|
486
|
-
- db/migrate/049_move_feedback_to_new_state_machine.rb
|
487
|
-
- db/migrate/050_add_status_confirmed_field_to_content.rb
|
488
|
-
- db/migrate/051_fix_canonical_server_url.rb
|
489
|
-
- db/migrate/052_remove_cached_html.rb
|
490
|
-
- db/migrate/053_promote_canonical_server_url.rb
|
491
|
-
- db/migrate/054_upgrade_sidebar_objects.rb
|
492
|
-
- db/migrate/055_link_sidebars_to_blog.rb
|
493
|
-
- db/migrate/056_create_notifications.rb
|
494
|
-
- db/migrate/057_add_categorization_model.rb
|
495
|
-
- db/migrate/058_separate_entries_and_feedback.rb
|
496
|
-
- db/migrate/059_cleanup_feedback_table.rb
|
497
|
-
- db/migrate/060_cleanup_contents_table.rb
|
498
|
-
- db/migrate/061_convert_title_prefix_setting.rb
|
499
|
-
- db/migrate/062_add_sitealizer_plugin.rb
|
500
|
-
- db/migrate/063_rejig_state_field.rb
|
501
|
-
- db/migrate/064_add_users_profile.rb
|
502
|
-
- db/migrate/065_add_users_rights.rb
|
503
|
-
- db/migrate/066_fix_profiles.rb
|
504
|
-
- db/migrate/067_remove_blog_ids.rb
|
505
|
-
- db/migrate/068_fix_grants.rb
|
506
|
-
- db/migrate/069_add_modules_to_profile.rb
|
507
|
-
- db/migrate/070_add_users_to_non_admins.rb
|
508
|
-
- db/migrate/071_fix_tags_naming.rb
|
509
|
-
- db/migrate/072_add_remember_token.rb
|
510
|
-
- db/migrate/073_add_meta_and_subcategories.rb
|
511
|
-
- db/migrate/074_add_remember_token_expires_at.rb
|
512
|
-
- db/migrate/075_move_editor_to_user.rb
|
513
|
-
- db/migrate/076_fix_users_empty_email.rb
|
514
|
-
- db/migrate/077_fix_userless_articles.rb
|
515
|
-
- db/migrate/078_add_textfilter_to_users.rb
|
516
|
-
- db/migrate/079_move_editor_as_string.rb
|
517
|
-
- db/migrate/080_add_state_to_user.rb
|
518
|
-
- db/migrate/081_create_cache_informations.rb
|
519
|
-
- db/migrate/082_add_users_options.rb
|
520
|
-
- db/migrate/083_add_users_display_perms.rb
|
521
|
-
- db/migrate/084_move_users_to_profiles.rb
|
522
|
-
- db/migrate/085_add_article_parent_draft.rb
|
523
|
-
- db/migrate/086_add_user_last_connection.rb
|
524
|
-
- db/migrate/087_drop_blacklist_patterns.rb
|
525
|
-
- db/migrate/088_drop_session_table.rb
|
526
|
-
- db/migrate/089_drop_cache_information_table.rb
|
527
|
-
- db/migrate/090_remove_keywords_from_posts.rb
|
528
|
-
- db/migrate/091_adds_password_protection_to_posts.rb
|
529
|
-
- db/schema.mysql-v3.sql
|
530
|
-
- db/schema.mysql.sql
|
531
|
-
- db/schema.postgresql.sql
|
532
|
-
- db/schema.sqlite.sql
|
533
|
-
- db/schema.sqlite3.sql
|
534
|
-
- db/schema.sqlserver.sql
|
535
|
-
- db/schema_version
|
536
|
-
- db/scripts/fix_permalinks.rb
|
537
|
-
- db/updates/update.168.to.200.mysql.sql
|
538
|
-
- db/updates/update.168.to.200.psql.sql
|
539
|
-
- doc/CACHE.SETUP.README
|
540
|
-
- doc/Installer.txt
|
541
|
-
- installer/apache13.conf.example.template
|
542
|
-
- installer/apache20.conf.example.template
|
543
|
-
- installer/lighttpd.conf.example.template
|
544
|
-
- installer/rails_installer_defaults.yml
|
545
|
-
- lang/de_DE.rb
|
546
|
-
- lang/en_US.rb
|
547
|
-
- lang/es_MX.rb
|
548
|
-
- lang/fr_FR.rb
|
549
|
-
- lang/he_IL.rb
|
550
|
-
- lang/it_IT.rb
|
551
|
-
- lang/ja_JP.rb
|
552
|
-
- lang/nl_NL.rb
|
553
|
-
- lang/pl_PL.rb
|
554
|
-
- lang/ro_RO.rb
|
555
|
-
- lang/zh_TW.rb
|
556
|
-
- lib/backpack_api.rb
|
557
|
-
- lib/bare_migration.rb
|
558
|
-
- lib/email_notify.rb
|
559
|
-
- lib/filemanager/controller.rb
|
560
|
-
- lib/filemanager.rb
|
561
|
-
- lib/format.rb
|
562
|
-
- lib/generators/sidebar/sidebar_generator.rb
|
563
|
-
- lib/generators/sidebar/templates/content.html.erb
|
564
|
-
- lib/generators/sidebar/templates/init.rb
|
565
|
-
- lib/generators/sidebar/templates/Rakefile
|
566
|
-
- lib/generators/sidebar/templates/sidebar.rb
|
567
|
-
- lib/generators/sidebar/templates/unit_test.rb
|
568
|
-
- lib/i18n_interpolation_deprecation.rb
|
569
|
-
- lib/migrator.rb
|
570
|
-
- lib/rails_patch/active_record.rb
|
571
|
-
- lib/rails_patch/active_support.rb
|
572
|
-
- lib/route_cache.rb
|
573
|
-
- lib/sidebars/component_plugin.rb
|
574
|
-
- lib/sidebars/consolidated_plugin.rb
|
575
|
-
- lib/sidebars/plugin.rb
|
576
|
-
- lib/spam_protection.rb
|
577
|
-
- lib/stateful.rb
|
578
|
-
- lib/tasks/cucumber.rake
|
579
|
-
- lib/tasks/release.rake
|
580
|
-
- lib/tasks/rspec.rake
|
581
|
-
- lib/tasks/schemas.rake
|
582
|
-
- lib/tasks/sweep_cache.rake
|
583
|
-
- lib/text_filter_plugin.rb
|
584
|
-
- lib/transforms.rb
|
585
|
-
- lib/typo_guid.rb
|
586
|
-
- lib/typo_plugins.rb
|
587
|
-
- lib/typo_version.rb
|
588
|
-
- MAINTAINERS
|
589
|
-
- MIT-LICENSE
|
590
|
-
- public/.htaccess
|
591
|
-
- public/404.html
|
592
|
-
- public/500.html
|
593
|
-
- public/dispatch.cgi
|
594
|
-
- public/dispatch.fcgi
|
595
|
-
- public/dispatch.rb
|
596
|
-
- public/favicon.ico
|
597
|
-
- public/filemanager/images/avi.gif
|
598
|
-
- public/filemanager/images/box.gif
|
599
|
-
- public/filemanager/images/bullet.gif
|
600
|
-
- public/filemanager/images/close.gif
|
601
|
-
- public/filemanager/images/closelabel.gif
|
602
|
-
- public/filemanager/images/doc.gif
|
603
|
-
- public/filemanager/images/donate-button.gif
|
604
|
-
- public/filemanager/images/download-icon.gif
|
605
|
-
- public/filemanager/images/folder.gif
|
606
|
-
- public/filemanager/images/gif.gif
|
607
|
-
- public/filemanager/images/htm.gif
|
608
|
-
- public/filemanager/images/html.gif
|
609
|
-
- public/filemanager/images/image-1.jpg
|
610
|
-
- public/filemanager/images/image.gif
|
611
|
-
- public/filemanager/images/jpg.gif
|
612
|
-
- public/filemanager/images/loading.gif
|
613
|
-
- public/filemanager/images/mov.gif
|
614
|
-
- public/filemanager/images/nextlabel.gif
|
615
|
-
- public/filemanager/images/pdf.gif
|
616
|
-
- public/filemanager/images/png.gif
|
617
|
-
- public/filemanager/images/ppt.gif
|
618
|
-
- public/filemanager/images/prevlabel.gif
|
619
|
-
- public/filemanager/images/rar.gif
|
620
|
-
- public/filemanager/images/rm.gif
|
621
|
-
- public/filemanager/images/rmvb.gif
|
622
|
-
- public/filemanager/images/separator.gif
|
623
|
-
- public/filemanager/images/spacer.gif
|
624
|
-
- public/filemanager/images/swf.gif
|
625
|
-
- public/filemanager/images/thumb-1.jpg
|
626
|
-
- public/filemanager/images/tool_copy.gif
|
627
|
-
- public/filemanager/images/tool_cut.gif
|
628
|
-
- public/filemanager/images/tool_del.gif
|
629
|
-
- public/filemanager/images/tool_folder.gif
|
630
|
-
- public/filemanager/images/tool_imagemanager.gif
|
631
|
-
- public/filemanager/images/tool_new.gif
|
632
|
-
- public/filemanager/images/tool_paste.gif
|
633
|
-
- public/filemanager/images/tool_props.gif
|
634
|
-
- public/filemanager/images/tool_refresh.gif
|
635
|
-
- public/filemanager/images/tool_unzip.gif
|
636
|
-
- public/filemanager/images/tool_upload.gif
|
637
|
-
- public/filemanager/images/tool_zip.gif
|
638
|
-
- public/filemanager/images/txt.gif
|
639
|
-
- public/filemanager/images/unknown.gif
|
640
|
-
- public/filemanager/images/wmv.gif
|
641
|
-
- public/filemanager/images/xls.gif
|
642
|
-
- public/filemanager/images/zip.gif
|
643
|
-
- public/filemanager/javascripts/filemanager.js
|
644
|
-
- public/filemanager/javascripts/lang/en.js
|
645
|
-
- public/filemanager/javascripts/lang/zh_CN.js
|
646
|
-
- public/filemanager/javascripts/lightbox.js
|
647
|
-
- public/filemanager/javascripts/translate.js
|
648
|
-
- public/filemanager/resources/resources.txt
|
649
|
-
- public/filemanager/stylesheets/filelist.css
|
650
|
-
- public/filemanager/stylesheets/general.css
|
651
|
-
- public/filemanager/stylesheets/lightbox.css
|
652
|
-
- public/images/admin/loading.gif
|
653
|
-
- public/images/admin/typologo.gif
|
654
|
-
- public/images/admin/ui-bg_diagonals-thick_90_eeeeee_40x40.png
|
655
|
-
- public/images/admin/ui-bg_flat_15_cd0a0a_40x100.png
|
656
|
-
- public/images/admin/ui-bg_glass_100_e4f1fb_1x400.png
|
657
|
-
- public/images/admin/ui-bg_glass_80_d7ebf9_1x400.png
|
658
|
-
- public/images/admin/ui-bg_highlight-hard_100_f2f5f7_1x100.png
|
659
|
-
- public/images/admin/ui-bg_highlight-hard_70_000000_1x100.png
|
660
|
-
- public/images/admin/ui-bg_highlight-soft_100_deedf7_1x100.png
|
661
|
-
- public/images/admin/ui-bg_highlight-soft_25_ffef8f_1x100.png
|
662
|
-
- public/images/admin/ui-bg_highlight-soft_50_116088_1x100.png
|
663
|
-
- public/images/admin/ui-icons_2694e8_256x240.png
|
664
|
-
- public/images/admin/ui-icons_2e83ff_256x240.png
|
665
|
-
- public/images/admin/ui-icons_3d80b3_256x240.png
|
666
|
-
- public/images/admin/ui-icons_72a7cf_256x240.png
|
667
|
-
- public/images/admin/ui-icons_ffffff_256x240.png
|
668
|
-
- public/images/calendar_date_select/calendar.gif
|
669
|
-
- public/images/close.gif
|
670
|
-
- public/images/closelabel.gif
|
671
|
-
- public/images/go.png
|
672
|
-
- public/images/loading.gif
|
673
|
-
- public/images/nextlabel.gif
|
674
|
-
- public/images/overlay.png
|
675
|
-
- public/images/powered.gif
|
676
|
-
- public/images/prevlabel.gif
|
677
|
-
- public/images/spinner-blue.gif
|
678
|
-
- public/images/spinner.gif
|
679
|
-
- public/images/thumb_blank.jpg
|
680
|
-
- public/javascripts/administration.js
|
681
|
-
- public/javascripts/application.js
|
682
|
-
- public/javascripts/base_packaged.js
|
683
|
-
- public/javascripts/builder.js
|
684
|
-
- public/javascripts/calendar_date_select/calendar_date_select.js
|
685
|
-
- public/javascripts/calendar_date_select/format_db.js
|
686
|
-
- public/javascripts/ckcustom.js
|
687
|
-
- public/javascripts/ckeditor/.htaccess
|
688
|
-
- public/javascripts/ckeditor/CHANGES.html
|
689
|
-
- public/javascripts/ckeditor/ckeditor.js
|
690
|
-
- public/javascripts/ckeditor/ckeditor.pack
|
691
|
-
- public/javascripts/ckeditor/ckeditor_basic.js
|
692
|
-
- public/javascripts/ckeditor/ckeditor_basic_source.js
|
693
|
-
- public/javascripts/ckeditor/ckeditor_source.js
|
694
|
-
- public/javascripts/ckeditor/config.bak
|
695
|
-
- public/javascripts/ckeditor/contents.css
|
696
|
-
- public/javascripts/ckeditor/images/spacer.gif
|
697
|
-
- public/javascripts/ckeditor/INSTALL.html
|
698
|
-
- public/javascripts/ckeditor/lang/_languages.js
|
699
|
-
- public/javascripts/ckeditor/lang/_translationstatus.txt
|
700
|
-
- public/javascripts/ckeditor/lang/af.js
|
701
|
-
- public/javascripts/ckeditor/lang/ar.js
|
702
|
-
- public/javascripts/ckeditor/lang/bg.js
|
703
|
-
- public/javascripts/ckeditor/lang/bn.js
|
704
|
-
- public/javascripts/ckeditor/lang/bs.js
|
705
|
-
- public/javascripts/ckeditor/lang/ca.js
|
706
|
-
- public/javascripts/ckeditor/lang/cs.js
|
707
|
-
- public/javascripts/ckeditor/lang/da.js
|
708
|
-
- public/javascripts/ckeditor/lang/de.js
|
709
|
-
- public/javascripts/ckeditor/lang/el.js
|
710
|
-
- public/javascripts/ckeditor/lang/en-au.js
|
711
|
-
- public/javascripts/ckeditor/lang/en-ca.js
|
712
|
-
- public/javascripts/ckeditor/lang/en-uk.js
|
713
|
-
- public/javascripts/ckeditor/lang/en.js
|
714
|
-
- public/javascripts/ckeditor/lang/eo.js
|
715
|
-
- public/javascripts/ckeditor/lang/es.js
|
716
|
-
- public/javascripts/ckeditor/lang/et.js
|
717
|
-
- public/javascripts/ckeditor/lang/eu.js
|
718
|
-
- public/javascripts/ckeditor/lang/fa.js
|
719
|
-
- public/javascripts/ckeditor/lang/fi.js
|
720
|
-
- public/javascripts/ckeditor/lang/fo.js
|
721
|
-
- public/javascripts/ckeditor/lang/fr-ca.js
|
722
|
-
- public/javascripts/ckeditor/lang/fr.js
|
723
|
-
- public/javascripts/ckeditor/lang/gl.js
|
724
|
-
- public/javascripts/ckeditor/lang/gu.js
|
725
|
-
- public/javascripts/ckeditor/lang/he.js
|
726
|
-
- public/javascripts/ckeditor/lang/hi.js
|
727
|
-
- public/javascripts/ckeditor/lang/hr.js
|
728
|
-
- public/javascripts/ckeditor/lang/hu.js
|
729
|
-
- public/javascripts/ckeditor/lang/is.js
|
730
|
-
- public/javascripts/ckeditor/lang/it.js
|
731
|
-
- public/javascripts/ckeditor/lang/ja.js
|
732
|
-
- public/javascripts/ckeditor/lang/km.js
|
733
|
-
- public/javascripts/ckeditor/lang/ko.js
|
734
|
-
- public/javascripts/ckeditor/lang/lt.js
|
735
|
-
- public/javascripts/ckeditor/lang/lv.js
|
736
|
-
- public/javascripts/ckeditor/lang/mn.js
|
737
|
-
- public/javascripts/ckeditor/lang/ms.js
|
738
|
-
- public/javascripts/ckeditor/lang/nb.js
|
739
|
-
- public/javascripts/ckeditor/lang/nl.js
|
740
|
-
- public/javascripts/ckeditor/lang/no.js
|
741
|
-
- public/javascripts/ckeditor/lang/pl.js
|
742
|
-
- public/javascripts/ckeditor/lang/pt-br.js
|
743
|
-
- public/javascripts/ckeditor/lang/pt.js
|
744
|
-
- public/javascripts/ckeditor/lang/ro.js
|
745
|
-
- public/javascripts/ckeditor/lang/ru.js
|
746
|
-
- public/javascripts/ckeditor/lang/sk.js
|
747
|
-
- public/javascripts/ckeditor/lang/sl.js
|
748
|
-
- public/javascripts/ckeditor/lang/sr-latn.js
|
749
|
-
- public/javascripts/ckeditor/lang/sr.js
|
750
|
-
- public/javascripts/ckeditor/lang/sv.js
|
751
|
-
- public/javascripts/ckeditor/lang/th.js
|
752
|
-
- public/javascripts/ckeditor/lang/tr.js
|
753
|
-
- public/javascripts/ckeditor/lang/uk.js
|
754
|
-
- public/javascripts/ckeditor/lang/vi.js
|
755
|
-
- public/javascripts/ckeditor/lang/zh-cn.js
|
756
|
-
- public/javascripts/ckeditor/lang/zh.js
|
757
|
-
- public/javascripts/ckeditor/LICENSE.html
|
758
|
-
- public/javascripts/ckeditor/plugins/about/dialogs/about.js
|
759
|
-
- public/javascripts/ckeditor/plugins/about/dialogs/logo_ckeditor.png
|
760
|
-
- public/javascripts/ckeditor/plugins/about/plugin.js
|
761
|
-
- public/javascripts/ckeditor/plugins/basicstyles/plugin.js
|
762
|
-
- public/javascripts/ckeditor/plugins/blockquote/plugin.js
|
763
|
-
- public/javascripts/ckeditor/plugins/button/plugin.js
|
764
|
-
- public/javascripts/ckeditor/plugins/clipboard/dialogs/paste.js
|
765
|
-
- public/javascripts/ckeditor/plugins/clipboard/plugin.js
|
766
|
-
- public/javascripts/ckeditor/plugins/colorbutton/plugin.js
|
767
|
-
- public/javascripts/ckeditor/plugins/colordialog/dialogs/colordialog.js
|
768
|
-
- public/javascripts/ckeditor/plugins/colordialog/plugin.js
|
769
|
-
- public/javascripts/ckeditor/plugins/contextmenu/plugin.js
|
770
|
-
- public/javascripts/ckeditor/plugins/dialog/dialogDefinition.js
|
771
|
-
- public/javascripts/ckeditor/plugins/dialog/plugin.js
|
772
|
-
- public/javascripts/ckeditor/plugins/dialogui/plugin.js
|
773
|
-
- public/javascripts/ckeditor/plugins/domiterator/plugin.js
|
774
|
-
- public/javascripts/ckeditor/plugins/editingblock/plugin.js
|
775
|
-
- public/javascripts/ckeditor/plugins/elementspath/plugin.js
|
776
|
-
- public/javascripts/ckeditor/plugins/enterkey/plugin.js
|
777
|
-
- public/javascripts/ckeditor/plugins/entities/plugin.js
|
778
|
-
- public/javascripts/ckeditor/plugins/fakeobjects/plugin.js
|
779
|
-
- public/javascripts/ckeditor/plugins/filebrowser/plugin.js
|
780
|
-
- public/javascripts/ckeditor/plugins/find/dialogs/find.js
|
781
|
-
- public/javascripts/ckeditor/plugins/find/plugin.js
|
782
|
-
- public/javascripts/ckeditor/plugins/flash/dialogs/flash.js
|
783
|
-
- public/javascripts/ckeditor/plugins/flash/images/placeholder.png
|
784
|
-
- public/javascripts/ckeditor/plugins/flash/plugin.js
|
785
|
-
- public/javascripts/ckeditor/plugins/floatpanel/plugin.js
|
786
|
-
- public/javascripts/ckeditor/plugins/font/plugin.js
|
787
|
-
- public/javascripts/ckeditor/plugins/format/plugin.js
|
788
|
-
- public/javascripts/ckeditor/plugins/forms/dialogs/button.js
|
789
|
-
- public/javascripts/ckeditor/plugins/forms/dialogs/checkbox.js
|
790
|
-
- public/javascripts/ckeditor/plugins/forms/dialogs/form.js
|
791
|
-
- public/javascripts/ckeditor/plugins/forms/dialogs/hiddenfield.js
|
792
|
-
- public/javascripts/ckeditor/plugins/forms/dialogs/radio.js
|
793
|
-
- public/javascripts/ckeditor/plugins/forms/dialogs/select.js
|
794
|
-
- public/javascripts/ckeditor/plugins/forms/dialogs/textarea.js
|
795
|
-
- public/javascripts/ckeditor/plugins/forms/dialogs/textfield.js
|
796
|
-
- public/javascripts/ckeditor/plugins/forms/plugin.js
|
797
|
-
- public/javascripts/ckeditor/plugins/horizontalrule/plugin.js
|
798
|
-
- public/javascripts/ckeditor/plugins/htmldataprocessor/plugin.js
|
799
|
-
- public/javascripts/ckeditor/plugins/htmlwriter/plugin.js
|
800
|
-
- public/javascripts/ckeditor/plugins/iframedialog/plugin.js
|
801
|
-
- public/javascripts/ckeditor/plugins/image/dialogs/image.js
|
802
|
-
- public/javascripts/ckeditor/plugins/image/plugin.js
|
803
|
-
- public/javascripts/ckeditor/plugins/indent/plugin.js
|
804
|
-
- public/javascripts/ckeditor/plugins/justify/plugin.js
|
805
|
-
- public/javascripts/ckeditor/plugins/keystrokes/plugin.js
|
806
|
-
- public/javascripts/ckeditor/plugins/link/dialogs/anchor.js
|
807
|
-
- public/javascripts/ckeditor/plugins/link/dialogs/link.js
|
808
|
-
- public/javascripts/ckeditor/plugins/link/images/anchor.gif
|
809
|
-
- public/javascripts/ckeditor/plugins/link/plugin.js
|
810
|
-
- public/javascripts/ckeditor/plugins/list/plugin.js
|
811
|
-
- public/javascripts/ckeditor/plugins/listblock/plugin.js
|
812
|
-
- public/javascripts/ckeditor/plugins/maximize/plugin.js
|
813
|
-
- public/javascripts/ckeditor/plugins/menu/plugin.js
|
814
|
-
- public/javascripts/ckeditor/plugins/menubutton/plugin.js
|
815
|
-
- public/javascripts/ckeditor/plugins/newpage/plugin.js
|
816
|
-
- public/javascripts/ckeditor/plugins/pagebreak/images/pagebreak.gif
|
817
|
-
- public/javascripts/ckeditor/plugins/pagebreak/plugin.js
|
818
|
-
- public/javascripts/ckeditor/plugins/panel/plugin.js
|
819
|
-
- public/javascripts/ckeditor/plugins/panelbutton/plugin.js
|
820
|
-
- public/javascripts/ckeditor/plugins/pastefromword/dialogs/pastefromword.js
|
821
|
-
- public/javascripts/ckeditor/plugins/pastefromword/plugin.js
|
822
|
-
- public/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js
|
823
|
-
- public/javascripts/ckeditor/plugins/pastetext/plugin.js
|
824
|
-
- public/javascripts/ckeditor/plugins/popup/plugin.js
|
825
|
-
- public/javascripts/ckeditor/plugins/preview/plugin.js
|
826
|
-
- public/javascripts/ckeditor/plugins/print/plugin.js
|
827
|
-
- public/javascripts/ckeditor/plugins/removeformat/plugin.js
|
828
|
-
- public/javascripts/ckeditor/plugins/resize/plugin.js
|
829
|
-
- public/javascripts/ckeditor/plugins/richcombo/plugin.js
|
830
|
-
- public/javascripts/ckeditor/plugins/save/plugin.js
|
831
|
-
- public/javascripts/ckeditor/plugins/scayt/dialogs/options.js
|
832
|
-
- public/javascripts/ckeditor/plugins/scayt/dialogs/toolbar.css
|
833
|
-
- public/javascripts/ckeditor/plugins/scayt/plugin.js
|
834
|
-
- public/javascripts/ckeditor/plugins/selection/plugin.js
|
835
|
-
- public/javascripts/ckeditor/plugins/showblocks/images/block_address.png
|
836
|
-
- public/javascripts/ckeditor/plugins/showblocks/images/block_blockquote.png
|
837
|
-
- public/javascripts/ckeditor/plugins/showblocks/images/block_div.png
|
838
|
-
- public/javascripts/ckeditor/plugins/showblocks/images/block_h1.png
|
839
|
-
- public/javascripts/ckeditor/plugins/showblocks/images/block_h2.png
|
840
|
-
- public/javascripts/ckeditor/plugins/showblocks/images/block_h3.png
|
841
|
-
- public/javascripts/ckeditor/plugins/showblocks/images/block_h4.png
|
842
|
-
- public/javascripts/ckeditor/plugins/showblocks/images/block_h5.png
|
843
|
-
- public/javascripts/ckeditor/plugins/showblocks/images/block_h6.png
|
844
|
-
- public/javascripts/ckeditor/plugins/showblocks/images/block_p.png
|
845
|
-
- public/javascripts/ckeditor/plugins/showblocks/images/block_pre.png
|
846
|
-
- public/javascripts/ckeditor/plugins/showblocks/plugin.js
|
847
|
-
- public/javascripts/ckeditor/plugins/smiley/dialogs/smiley.js
|
848
|
-
- public/javascripts/ckeditor/plugins/smiley/images/angel_smile.gif
|
849
|
-
- public/javascripts/ckeditor/plugins/smiley/images/angry_smile.gif
|
850
|
-
- public/javascripts/ckeditor/plugins/smiley/images/broken_heart.gif
|
851
|
-
- public/javascripts/ckeditor/plugins/smiley/images/confused_smile.gif
|
852
|
-
- public/javascripts/ckeditor/plugins/smiley/images/cry_smile.gif
|
853
|
-
- public/javascripts/ckeditor/plugins/smiley/images/devil_smile.gif
|
854
|
-
- public/javascripts/ckeditor/plugins/smiley/images/embaressed_smile.gif
|
855
|
-
- public/javascripts/ckeditor/plugins/smiley/images/envelope.gif
|
856
|
-
- public/javascripts/ckeditor/plugins/smiley/images/heart.gif
|
857
|
-
- public/javascripts/ckeditor/plugins/smiley/images/kiss.gif
|
858
|
-
- public/javascripts/ckeditor/plugins/smiley/images/lightbulb.gif
|
859
|
-
- public/javascripts/ckeditor/plugins/smiley/images/omg_smile.gif
|
860
|
-
- public/javascripts/ckeditor/plugins/smiley/images/regular_smile.gif
|
861
|
-
- public/javascripts/ckeditor/plugins/smiley/images/sad_smile.gif
|
862
|
-
- public/javascripts/ckeditor/plugins/smiley/images/shades_smile.gif
|
863
|
-
- public/javascripts/ckeditor/plugins/smiley/images/teeth_smile.gif
|
864
|
-
- public/javascripts/ckeditor/plugins/smiley/images/thumbs_down.gif
|
865
|
-
- public/javascripts/ckeditor/plugins/smiley/images/thumbs_up.gif
|
866
|
-
- public/javascripts/ckeditor/plugins/smiley/images/tounge_smile.gif
|
867
|
-
- public/javascripts/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif
|
868
|
-
- public/javascripts/ckeditor/plugins/smiley/images/wink_smile.gif
|
869
|
-
- public/javascripts/ckeditor/plugins/smiley/plugin.js
|
870
|
-
- public/javascripts/ckeditor/plugins/sourcearea/plugin.js
|
871
|
-
- public/javascripts/ckeditor/plugins/specialchar/dialogs/specialchar.js
|
872
|
-
- public/javascripts/ckeditor/plugins/specialchar/plugin.js
|
873
|
-
- public/javascripts/ckeditor/plugins/styles/plugin.js
|
874
|
-
- public/javascripts/ckeditor/plugins/stylescombo/plugin.js
|
875
|
-
- public/javascripts/ckeditor/plugins/stylescombo/styles/default.js
|
876
|
-
- public/javascripts/ckeditor/plugins/tab/plugin.js
|
877
|
-
- public/javascripts/ckeditor/plugins/table/dialogs/table.js
|
878
|
-
- public/javascripts/ckeditor/plugins/table/plugin.js
|
879
|
-
- public/javascripts/ckeditor/plugins/tabletools/dialogs/tableCell.js
|
880
|
-
- public/javascripts/ckeditor/plugins/tabletools/plugin.js
|
881
|
-
- public/javascripts/ckeditor/plugins/templates/dialogs/templates.js
|
882
|
-
- public/javascripts/ckeditor/plugins/templates/plugin.js
|
883
|
-
- public/javascripts/ckeditor/plugins/templates/templates/default.js
|
884
|
-
- public/javascripts/ckeditor/plugins/templates/templates/images/template1.gif
|
885
|
-
- public/javascripts/ckeditor/plugins/templates/templates/images/template2.gif
|
886
|
-
- public/javascripts/ckeditor/plugins/templates/templates/images/template3.gif
|
887
|
-
- public/javascripts/ckeditor/plugins/toolbar/plugin.js
|
888
|
-
- public/javascripts/ckeditor/plugins/uicolor/dialogs/uicolor.js
|
889
|
-
- public/javascripts/ckeditor/plugins/uicolor/lang/en.js
|
890
|
-
- public/javascripts/ckeditor/plugins/uicolor/plugin.js
|
891
|
-
- public/javascripts/ckeditor/plugins/uicolor/uicolor.gif
|
892
|
-
- public/javascripts/ckeditor/plugins/uicolor/yui/assets/hue_bg.png
|
893
|
-
- public/javascripts/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png
|
894
|
-
- public/javascripts/ckeditor/plugins/uicolor/yui/assets/picker_mask.png
|
895
|
-
- public/javascripts/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png
|
896
|
-
- public/javascripts/ckeditor/plugins/uicolor/yui/assets/yui.css
|
897
|
-
- public/javascripts/ckeditor/plugins/uicolor/yui/yui.js
|
898
|
-
- public/javascripts/ckeditor/plugins/undo/plugin.js
|
899
|
-
- public/javascripts/ckeditor/plugins/wsc/dialogs/ciframe.html
|
900
|
-
- public/javascripts/ckeditor/plugins/wsc/dialogs/tmpFrameset.html
|
901
|
-
- public/javascripts/ckeditor/plugins/wsc/dialogs/wsc.css
|
902
|
-
- public/javascripts/ckeditor/plugins/wsc/dialogs/wsc.js
|
903
|
-
- public/javascripts/ckeditor/plugins/wsc/plugin.js
|
904
|
-
- public/javascripts/ckeditor/plugins/wysiwygarea/plugin.js
|
905
|
-
- public/javascripts/ckeditor/skins/kama/dialog.css
|
906
|
-
- public/javascripts/ckeditor/skins/kama/editor.css
|
907
|
-
- public/javascripts/ckeditor/skins/kama/icons.png
|
908
|
-
- public/javascripts/ckeditor/skins/kama/images/dialog_sides.gif
|
909
|
-
- public/javascripts/ckeditor/skins/kama/images/dialog_sides.png
|
910
|
-
- public/javascripts/ckeditor/skins/kama/images/dialog_sides_rtl.png
|
911
|
-
- public/javascripts/ckeditor/skins/kama/images/mini.gif
|
912
|
-
- public/javascripts/ckeditor/skins/kama/images/noimage.png
|
913
|
-
- public/javascripts/ckeditor/skins/kama/images/sprites.png
|
914
|
-
- public/javascripts/ckeditor/skins/kama/images/sprites_ie6.png
|
915
|
-
- public/javascripts/ckeditor/skins/kama/images/toolbar_start.gif
|
916
|
-
- public/javascripts/ckeditor/skins/kama/skin.js
|
917
|
-
- public/javascripts/ckeditor/skins/kama/templates.css
|
918
|
-
- public/javascripts/ckeditor/skins/office2003/dialog.css
|
919
|
-
- public/javascripts/ckeditor/skins/office2003/editor.css
|
920
|
-
- public/javascripts/ckeditor/skins/office2003/icons.png
|
921
|
-
- public/javascripts/ckeditor/skins/office2003/images/dialog_sides.gif
|
922
|
-
- public/javascripts/ckeditor/skins/office2003/images/dialog_sides.png
|
923
|
-
- public/javascripts/ckeditor/skins/office2003/images/dialog_sides_rtl.png
|
924
|
-
- public/javascripts/ckeditor/skins/office2003/images/mini.gif
|
925
|
-
- public/javascripts/ckeditor/skins/office2003/images/noimage.png
|
926
|
-
- public/javascripts/ckeditor/skins/office2003/images/sprites.png
|
927
|
-
- public/javascripts/ckeditor/skins/office2003/images/sprites_ie6.png
|
928
|
-
- public/javascripts/ckeditor/skins/office2003/skin.js
|
929
|
-
- public/javascripts/ckeditor/skins/office2003/templates.css
|
930
|
-
- public/javascripts/ckeditor/skins/v2/dialog.css
|
931
|
-
- public/javascripts/ckeditor/skins/v2/editor.css
|
932
|
-
- public/javascripts/ckeditor/skins/v2/icons.png
|
933
|
-
- public/javascripts/ckeditor/skins/v2/images/dialog_sides.gif
|
934
|
-
- public/javascripts/ckeditor/skins/v2/images/dialog_sides.png
|
935
|
-
- public/javascripts/ckeditor/skins/v2/images/dialog_sides_rtl.png
|
936
|
-
- public/javascripts/ckeditor/skins/v2/images/mini.gif
|
937
|
-
- public/javascripts/ckeditor/skins/v2/images/noimage.png
|
938
|
-
- public/javascripts/ckeditor/skins/v2/images/sprites.png
|
939
|
-
- public/javascripts/ckeditor/skins/v2/images/sprites_ie6.png
|
940
|
-
- public/javascripts/ckeditor/skins/v2/images/toolbar_start.gif
|
941
|
-
- public/javascripts/ckeditor/skins/v2/skin.js
|
942
|
-
- public/javascripts/ckeditor/skins/v2/templates.css
|
943
|
-
- public/javascripts/ckeditor/themes/default/theme.js
|
944
|
-
- public/javascripts/codecollapse.js
|
945
|
-
- public/javascripts/controls.js
|
946
|
-
- public/javascripts/cookies.js
|
947
|
-
- public/javascripts/dragdrop.js
|
948
|
-
- public/javascripts/effects.js
|
949
|
-
- public/javascripts/growler.js
|
950
|
-
- public/javascripts/lang/default.js
|
951
|
-
- public/javascripts/lang/en_US.js
|
952
|
-
- public/javascripts/lang/fr_FR.js
|
953
|
-
- public/javascripts/lang/nl_NL.js
|
954
|
-
- public/javascripts/lang/zh_TW.js
|
955
|
-
- public/javascripts/lightbox.js
|
956
|
-
- public/javascripts/prototype.js
|
957
|
-
- public/javascripts/prototype_ext.js
|
958
|
-
- public/javascripts/quicktags.js
|
959
|
-
- public/javascripts/scriptaculous.js
|
960
|
-
- public/javascripts/slider.js
|
961
|
-
- public/javascripts/typo.js
|
962
|
-
- public/javascripts/typo_carousel.js
|
963
|
-
- public/robots.txt
|
964
|
-
- public/stylesheets/accounts.css
|
965
|
-
- public/stylesheets/administration.css
|
966
|
-
- public/stylesheets/administration_rtl.css
|
967
|
-
- public/stylesheets/base_packaged.css
|
968
|
-
- public/stylesheets/calendar_date_select/default.css
|
969
|
-
- public/stylesheets/codecollapse.css
|
970
|
-
- public/stylesheets/coderay.css
|
971
|
-
- public/stylesheets/growler.css
|
972
|
-
- public/stylesheets/lightbox.css
|
973
|
-
- public/stylesheets/rss.css
|
974
|
-
- public/stylesheets/textmate/dawn.css
|
975
|
-
- public/stylesheets/textmate/iplastic.css
|
976
|
-
- public/stylesheets/textmate/space_cadet.css
|
977
|
-
- public/stylesheets/textmate/textmate.css
|
978
|
-
- public/stylesheets/textmate/twilight.css
|
979
|
-
- public/stylesheets/user-styles.css
|
980
|
-
- Rakefile
|
981
|
-
- README
|
982
|
-
- script/about
|
983
|
-
- script/autospec
|
984
|
-
- script/breakpointer
|
985
|
-
- script/console
|
986
|
-
- script/dbconsole
|
987
|
-
- script/destroy
|
988
|
-
- script/generate
|
989
|
-
- script/lighttpd
|
990
|
-
- script/logreport
|
991
|
-
- script/migrate
|
992
|
-
- script/performance/benchmarker
|
993
|
-
- script/performance/profiler
|
994
|
-
- script/plugin
|
995
|
-
- script/runner
|
996
|
-
- script/server
|
997
|
-
- script/spacecheck
|
998
|
-
- script/spec
|
999
|
-
- themes/dirtylicious/about.markdown
|
1000
|
-
- themes/dirtylicious/images/body.jpg
|
1001
|
-
- themes/dirtylicious/images/container.jpg
|
1002
|
-
- themes/dirtylicious/images/gravatar.gif
|
1003
|
-
- themes/dirtylicious/images/header.jpg
|
1004
|
-
- themes/dirtylicious/images/li.gif
|
1005
|
-
- themes/dirtylicious/images/main.gif
|
1006
|
-
- themes/dirtylicious/images/nav.gif
|
1007
|
-
- themes/dirtylicious/images/quote.gif
|
1008
|
-
- themes/dirtylicious/images/spinner.gif
|
1009
|
-
- themes/dirtylicious/layouts/default.html.erb
|
1010
|
-
- themes/dirtylicious/preview.png
|
1011
|
-
- themes/dirtylicious/stylesheets/application.css
|
1012
|
-
- themes/dirtylicious/views/articles/_article.html.erb
|
1013
|
-
- themes/dirtylicious/views/articles/_article_content.html.erb
|
1014
|
-
- themes/dirtylicious/views/articles/_comment.html.erb
|
1015
|
-
- themes/dirtylicious/views/articles/_comment_form.html.erb
|
1016
|
-
- themes/dirtylicious/views/articles/_comment_list.html.erb
|
1017
|
-
- themes/dirtylicious/views/articles/_password_form.html.erb
|
1018
|
-
- themes/dirtylicious/views/articles/_trackback.html.erb
|
1019
|
-
- themes/dirtylicious/views/articles/comment_preview.html.erb
|
1020
|
-
- themes/dirtylicious/views/articles/index.html.erb
|
1021
|
-
- themes/dirtylicious/views/articles/read.html.erb
|
1022
|
-
- themes/scribbish/about.markdown
|
1023
|
-
- themes/scribbish/CONTRIBUTORS
|
1024
|
-
- themes/scribbish/images/background.gif
|
1025
|
-
- themes/scribbish/images/gravatar.gif
|
1026
|
-
- themes/scribbish/images/header_shadow.gif
|
1027
|
-
- themes/scribbish/images/spinner.gif
|
1028
|
-
- themes/scribbish/layouts/default.html.erb
|
1029
|
-
- themes/scribbish/preview.png
|
1030
|
-
- themes/scribbish/stylesheets/application.css
|
1031
|
-
- themes/scribbish/stylesheets/content.css
|
1032
|
-
- themes/scribbish/stylesheets/layout.css
|
1033
|
-
- themes/scribbish/views/articles/_article.html.erb
|
1034
|
-
- themes/scribbish/views/articles/_article_content.html.erb
|
1035
|
-
- themes/scribbish/views/articles/_comment.html.erb
|
1036
|
-
- themes/scribbish/views/articles/_comment_form.html.erb
|
1037
|
-
- themes/scribbish/views/articles/_comment_list.html.erb
|
1038
|
-
- themes/scribbish/views/articles/_password_form.html.erb
|
1039
|
-
- themes/scribbish/views/articles/_trackback.html.erb
|
1040
|
-
- themes/scribbish/views/articles/comment_preview.html.erb
|
1041
|
-
- themes/scribbish/views/articles/index.html.erb
|
1042
|
-
- themes/scribbish/views/articles/read.html.erb
|
1043
|
-
- themes/standard_issue/about.markdown
|
1044
|
-
- themes/standard_issue/images/img01.gif
|
1045
|
-
- themes/standard_issue/images/img02.gif
|
1046
|
-
- themes/standard_issue/images/img03.gif
|
1047
|
-
- themes/standard_issue/images/img04.jpg
|
1048
|
-
- themes/standard_issue/images/img05.gif
|
1049
|
-
- themes/standard_issue/images/img06.gif
|
1050
|
-
- themes/standard_issue/images/img07.gif
|
1051
|
-
- themes/standard_issue/images/img08.gif
|
1052
|
-
- themes/standard_issue/images/img09.gif
|
1053
|
-
- themes/standard_issue/images/img10.gif
|
1054
|
-
- themes/standard_issue/images/spacer.gif
|
1055
|
-
- themes/standard_issue/images/spinner.gif
|
1056
|
-
- themes/standard_issue/layouts/default.html.erb
|
1057
|
-
- themes/standard_issue/preview.png
|
1058
|
-
- themes/standard_issue/stylesheets/application.css
|
1059
|
-
- themes/standard_issue/views/articles/_article.html.erb
|
1060
|
-
- themes/standard_issue/views/articles/_article_content.html.erb
|
1061
|
-
- themes/standard_issue/views/articles/_comment.html.erb
|
1062
|
-
- themes/standard_issue/views/articles/_comment_form.html.erb
|
1063
|
-
- themes/standard_issue/views/articles/_comment_list.html.erb
|
1064
|
-
- themes/standard_issue/views/articles/_password_form.html.erb
|
1065
|
-
- themes/standard_issue/views/articles/_trackback.html.erb
|
1066
|
-
- themes/standard_issue/views/articles/comment_preview.html.erb
|
1067
|
-
- themes/standard_issue/views/articles/index.html.erb
|
1068
|
-
- themes/standard_issue/views/articles/read.html.erb
|
1069
|
-
- themes/standard_issue/views/theme/static_view_test.html.erb
|
1070
|
-
- themes/true-blue-3/about.markdown
|
1071
|
-
- themes/true-blue-3/helpers/theme_helper.rb
|
1072
|
-
- themes/true-blue-3/images/background.gif
|
1073
|
-
- themes/true-blue-3/images/bg_input.jpg
|
1074
|
-
- themes/true-blue-3/images/bullet.jpg
|
1075
|
-
- themes/true-blue-3/images/comment.gif
|
1076
|
-
- themes/true-blue-3/images/comment.jpg
|
1077
|
-
- themes/true-blue-3/images/comment_bottom.gif
|
1078
|
-
- themes/true-blue-3/images/comment_fdv.gif
|
1079
|
-
- themes/true-blue-3/images/find.png
|
1080
|
-
- themes/true-blue-3/images/fleche1.png
|
1081
|
-
- themes/true-blue-3/images/fleche2.png
|
1082
|
-
- themes/true-blue-3/images/rss.png
|
1083
|
-
- themes/true-blue-3/images/searchform.png
|
1084
|
-
- themes/true-blue-3/images/submit_form.jpg
|
1085
|
-
- themes/true-blue-3/images/twitter.jpg
|
1086
|
-
- themes/true-blue-3/images/twitter.png
|
1087
|
-
- themes/true-blue-3/layouts/default.html.erb
|
1088
|
-
- themes/true-blue-3/preview.png
|
1089
|
-
- themes/true-blue-3/psd/true-blue-3.psd
|
1090
|
-
- themes/true-blue-3/psd/true-blue-3_article.psd
|
1091
|
-
- themes/true-blue-3/README
|
1092
|
-
- themes/true-blue-3/stylesheets/style.css
|
1093
|
-
- themes/true-blue-3/views/articles/_article.html.erb
|
1094
|
-
- themes/true-blue-3/views/articles/_article_content.html.erb
|
1095
|
-
- themes/true-blue-3/views/articles/_comment.html.erb
|
1096
|
-
- themes/true-blue-3/views/articles/_comment_form.html.erb
|
1097
|
-
- themes/true-blue-3/views/articles/_comment_list.html.erb
|
1098
|
-
- themes/true-blue-3/views/articles/_password_form.html.erb
|
1099
|
-
- themes/true-blue-3/views/articles/_trackback.html.erb
|
1100
|
-
- themes/true-blue-3/views/articles/comment_preview.html.erb
|
1101
|
-
- themes/true-blue-3/views/articles/index.html.erb
|
1102
|
-
- themes/true-blue-3/views/articles/read.html.erb
|
1103
|
-
- themes/true-blue-3/views/articles/search.html.erb
|
1104
|
-
- themes/true-blue-3/views/articles/view_page.html.erb
|
1105
|
-
- themes/true-blue-3/views/categories/_article.html.erb
|
1106
|
-
- themes/true-blue-3/views/categories/index.html.erb
|
1107
|
-
- themes/true-blue-3/views/categories/show.html.erb
|
1108
|
-
- themes/true-blue-3/views/tags/_article.html.erb
|
1109
|
-
- themes/true-blue-3/views/tags/show.html.erb
|
1110
|
-
- themes/typographic/about.markdown
|
1111
|
-
- themes/typographic/images/accept.gif
|
1112
|
-
- themes/typographic/images/accept.png
|
1113
|
-
- themes/typographic/images/accept50.gif
|
1114
|
-
- themes/typographic/images/accept50.png
|
1115
|
-
- themes/typographic/images/bg_body.jpg
|
1116
|
-
- themes/typographic/images/bg_white.gif
|
1117
|
-
- themes/typographic/images/bg_white.png
|
1118
|
-
- themes/typographic/images/bg_wrapper.gif
|
1119
|
-
- themes/typographic/images/bg_wrapper.jpg
|
1120
|
-
- themes/typographic/images/bullet_bottom.gif
|
1121
|
-
- themes/typographic/images/bullet_bottom.png
|
1122
|
-
- themes/typographic/images/bullet_right.gif
|
1123
|
-
- themes/typographic/images/bullet_right.png
|
1124
|
-
- themes/typographic/images/email_open.gif
|
1125
|
-
- themes/typographic/images/email_open.png
|
1126
|
-
- themes/typographic/images/email_open50.gif
|
1127
|
-
- themes/typographic/images/email_open50.png
|
1128
|
-
- themes/typographic/images/meta.gif
|
1129
|
-
- themes/typographic/images/meta.png
|
1130
|
-
- themes/typographic/images/page_edit.gif
|
1131
|
-
- themes/typographic/images/page_edit.png
|
1132
|
-
- themes/typographic/images/page_edit50.gif
|
1133
|
-
- themes/typographic/images/page_edit50.png
|
1134
|
-
- themes/typographic/images/spinner.gif
|
1135
|
-
- themes/typographic/images/tag.gif
|
1136
|
-
- themes/typographic/images/tag.png
|
1137
|
-
- themes/typographic/images/user.gif
|
1138
|
-
- themes/typographic/images/user.png
|
1139
|
-
- themes/typographic/images/user50.gif
|
1140
|
-
- themes/typographic/images/user50.png
|
1141
|
-
- themes/typographic/images/world_link.gif
|
1142
|
-
- themes/typographic/images/world_link.png
|
1143
|
-
- themes/typographic/images/world_link50.gif
|
1144
|
-
- themes/typographic/images/world_link50.png
|
1145
|
-
- themes/typographic/layouts/default.html.erb
|
1146
|
-
- themes/typographic/preview.png
|
1147
|
-
- themes/typographic/stylesheets/colors.css
|
1148
|
-
- themes/typographic/stylesheets/ie6.css
|
1149
|
-
- themes/typographic/stylesheets/layout.css
|
1150
|
-
- themes/typographic/stylesheets/reset.css
|
1151
|
-
- themes/typographic/stylesheets/style.css
|
1152
|
-
- themes/typographic/views/articles/_article.html.erb
|
1153
|
-
- themes/typographic/views/articles/_article_content.html.erb
|
1154
|
-
- themes/typographic/views/articles/_comment.html.erb
|
1155
|
-
- themes/typographic/views/articles/_comment_form.html.erb
|
1156
|
-
- themes/typographic/views/articles/_comment_list.html.erb
|
1157
|
-
- themes/typographic/views/articles/_password_form.html.erb
|
1158
|
-
- themes/typographic/views/articles/_trackback.html.erb
|
1159
|
-
- themes/typographic/views/articles/comment_preview.html.erb
|
1160
|
-
- themes/typographic/views/articles/index.html.erb
|
1161
|
-
- themes/typographic/views/articles/read.html.erb
|
1162
|
-
- themes/typographic/views/theme/static_view_test.html.erb
|
1163
|
-
- Typo users guide.pdf
|
1164
|
-
- UPGRADE
|
1165
|
-
- vendor/akismet/akismet.rb
|
1166
|
-
- vendor/flickr/flickr.rb
|
1167
|
-
- vendor/flickr/index.html
|
1168
|
-
- vendor/flickr/Rakefile
|
1169
|
-
- vendor/flickr/test_flickr.rb
|
1170
|
-
- vendor/plugins/acts_as_list/init.rb
|
1171
|
-
- vendor/plugins/acts_as_list/lib/active_record/acts/list.rb
|
1172
|
-
- vendor/plugins/acts_as_list/README
|
1173
|
-
- vendor/plugins/acts_as_list/test/list_test.rb
|
1174
|
-
- vendor/plugins/acts_as_tree/init.rb
|
1175
|
-
- vendor/plugins/acts_as_tree/lib/active_record/acts/tree.rb
|
1176
|
-
- vendor/plugins/acts_as_tree/Rakefile
|
1177
|
-
- vendor/plugins/acts_as_tree/README
|
1178
|
-
- vendor/plugins/acts_as_tree/test/abstract_unit.rb
|
1179
|
-
- vendor/plugins/acts_as_tree/test/acts_as_tree_test.rb
|
1180
|
-
- vendor/plugins/acts_as_tree/test/database.yml
|
1181
|
-
- vendor/plugins/acts_as_tree/test/fixtures/mixin.rb
|
1182
|
-
- vendor/plugins/acts_as_tree/test/fixtures/mixins.yml
|
1183
|
-
- vendor/plugins/acts_as_tree/test/schema.rb
|
1184
|
-
- vendor/plugins/amazon_sidebar/init.rb
|
1185
|
-
- vendor/plugins/amazon_sidebar/lib/amazon_sidebar.rb
|
1186
|
-
- vendor/plugins/amazon_sidebar/views/content.rhtml
|
1187
|
-
- vendor/plugins/archives_sidebar/init.rb
|
1188
|
-
- vendor/plugins/archives_sidebar/lib/archives_sidebar.rb
|
1189
|
-
- vendor/plugins/archives_sidebar/Rakefile
|
1190
|
-
- vendor/plugins/archives_sidebar/test/archives_sidebar_test.rb
|
1191
|
-
- vendor/plugins/archives_sidebar/views/content.rhtml
|
1192
|
-
- vendor/plugins/authors_sidebar/init.rb
|
1193
|
-
- vendor/plugins/authors_sidebar/lib/authors_sidebar.rb
|
1194
|
-
- vendor/plugins/authors_sidebar/Rakefile
|
1195
|
-
- vendor/plugins/authors_sidebar/test/authors_sidebar_test.rb
|
1196
|
-
- vendor/plugins/authors_sidebar/views/content.rhtml
|
1197
|
-
- vendor/plugins/category_sidebar/init.rb
|
1198
|
-
- vendor/plugins/category_sidebar/lib/category_sidebar.rb
|
1199
|
-
- vendor/plugins/category_sidebar/Rakefile
|
1200
|
-
- vendor/plugins/category_sidebar/test/category_sidebar_test.rb
|
1201
|
-
- vendor/plugins/category_sidebar/views/content.rhtml
|
1202
|
-
- vendor/plugins/easy-ckeditor/app/controllers/ckeditor_controller.rb
|
1203
|
-
- vendor/plugins/easy-ckeditor/app/helpers/ckeditor_helper.rb
|
1204
|
-
- vendor/plugins/easy-ckeditor/CHANGELOG
|
1205
|
-
- vendor/plugins/easy-ckeditor/init.rb
|
1206
|
-
- vendor/plugins/easy-ckeditor/install.rb
|
1207
|
-
- vendor/plugins/easy-ckeditor/lib/ckeditor.rb
|
1208
|
-
- vendor/plugins/easy-ckeditor/lib/ckeditor_file_utils.rb
|
1209
|
-
- vendor/plugins/easy-ckeditor/lib/ckeditor_version.rb
|
1210
|
-
- vendor/plugins/easy-ckeditor/lib/tasks/ckeditor_tasks.rake
|
1211
|
-
- vendor/plugins/easy-ckeditor/LICENSE
|
1212
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckcustom.js
|
1213
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/.htaccess
|
1214
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/CHANGES.html
|
1215
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/ckeditor.js
|
1216
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/ckeditor.pack
|
1217
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/ckeditor_basic.js
|
1218
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/ckeditor_basic_source.js
|
1219
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/ckeditor_source.js
|
1220
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/config.js
|
1221
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/contents.css
|
1222
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/images/spacer.gif
|
1223
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/INSTALL.html
|
1224
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/_languages.js
|
1225
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/_translationstatus.txt
|
1226
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/af.js
|
1227
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/ar.js
|
1228
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/bg.js
|
1229
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/bn.js
|
1230
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/bs.js
|
1231
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/ca.js
|
1232
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/cs.js
|
1233
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/da.js
|
1234
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/de.js
|
1235
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/el.js
|
1236
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/en-au.js
|
1237
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/en-ca.js
|
1238
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/en-uk.js
|
1239
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/en.js
|
1240
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/eo.js
|
1241
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/es.js
|
1242
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/et.js
|
1243
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/eu.js
|
1244
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/fa.js
|
1245
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/fi.js
|
1246
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/fo.js
|
1247
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/fr-ca.js
|
1248
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/fr.js
|
1249
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/gl.js
|
1250
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/gu.js
|
1251
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/he.js
|
1252
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/hi.js
|
1253
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/hr.js
|
1254
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/hu.js
|
1255
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/is.js
|
1256
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/it.js
|
1257
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/ja.js
|
1258
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/km.js
|
1259
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/ko.js
|
1260
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/lt.js
|
1261
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/lv.js
|
1262
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/mn.js
|
1263
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/ms.js
|
1264
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/nb.js
|
1265
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/nl.js
|
1266
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/no.js
|
1267
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/pl.js
|
1268
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/pt-br.js
|
1269
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/pt.js
|
1270
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/ro.js
|
1271
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/ru.js
|
1272
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/sk.js
|
1273
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/sl.js
|
1274
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/sr-latn.js
|
1275
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/sr.js
|
1276
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/sv.js
|
1277
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/th.js
|
1278
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/tr.js
|
1279
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/uk.js
|
1280
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/vi.js
|
1281
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/zh-cn.js
|
1282
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/zh.js
|
1283
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/LICENSE.html
|
1284
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/about/dialogs/about.js
|
1285
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/about/dialogs/logo_ckeditor.png
|
1286
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/about/plugin.js
|
1287
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/basicstyles/plugin.js
|
1288
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/blockquote/plugin.js
|
1289
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/button/plugin.js
|
1290
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/clipboard/dialogs/paste.js
|
1291
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/clipboard/plugin.js
|
1292
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/colorbutton/plugin.js
|
1293
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/contextmenu/plugin.js
|
1294
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/dialog/dialogDefinition.js
|
1295
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/dialog/plugin.js
|
1296
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/dialogui/plugin.js
|
1297
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/domiterator/plugin.js
|
1298
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/editingblock/plugin.js
|
1299
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/elementspath/plugin.js
|
1300
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/enterkey/plugin.js
|
1301
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/entities/plugin.js
|
1302
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/fakeobjects/plugin.js
|
1303
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/filebrowser/plugin.js
|
1304
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/find/dialogs/find.js
|
1305
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/find/plugin.js
|
1306
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/flash/dialogs/flash.js
|
1307
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/flash/images/placeholder.png
|
1308
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/flash/plugin.js
|
1309
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/floatpanel/plugin.js
|
1310
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/font/plugin.js
|
1311
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/format/plugin.js
|
1312
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/forms/dialogs/button.js
|
1313
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/forms/dialogs/checkbox.js
|
1314
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/forms/dialogs/form.js
|
1315
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/forms/dialogs/hiddenfield.js
|
1316
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/forms/dialogs/radio.js
|
1317
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/forms/dialogs/select.js
|
1318
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/forms/dialogs/textarea.js
|
1319
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/forms/dialogs/textfield.js
|
1320
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/forms/plugin.js
|
1321
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/horizontalrule/plugin.js
|
1322
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/htmldataprocessor/plugin.js
|
1323
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/htmlwriter/plugin.js
|
1324
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/iframedialog/plugin.js
|
1325
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/image/dialogs/image.js
|
1326
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/image/plugin.js
|
1327
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/indent/plugin.js
|
1328
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/justify/plugin.js
|
1329
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/keystrokes/plugin.js
|
1330
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/link/dialogs/anchor.js
|
1331
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/link/dialogs/link.js
|
1332
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/link/images/anchor.gif
|
1333
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/link/plugin.js
|
1334
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/list/plugin.js
|
1335
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/listblock/plugin.js
|
1336
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/maximize/plugin.js
|
1337
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/menu/plugin.js
|
1338
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/menubutton/plugin.js
|
1339
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/newpage/plugin.js
|
1340
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/pagebreak/images/pagebreak.gif
|
1341
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/pagebreak/plugin.js
|
1342
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/panel/plugin.js
|
1343
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/panelbutton/plugin.js
|
1344
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/pastefromword/dialogs/pastefromword.js
|
1345
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/pastefromword/plugin.js
|
1346
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js
|
1347
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/pastetext/plugin.js
|
1348
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/popup/plugin.js
|
1349
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/preview/plugin.js
|
1350
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/print/plugin.js
|
1351
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/removeformat/plugin.js
|
1352
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/resize/plugin.js
|
1353
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/richcombo/plugin.js
|
1354
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/save/plugin.js
|
1355
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/scayt/dialogs/options.js
|
1356
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/scayt/dialogs/toolbar.css
|
1357
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/scayt/plugin.js
|
1358
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/selection/plugin.js
|
1359
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/showblocks/images/block_address.png
|
1360
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/showblocks/images/block_blockquote.png
|
1361
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/showblocks/images/block_div.png
|
1362
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/showblocks/images/block_h1.png
|
1363
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/showblocks/images/block_h2.png
|
1364
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/showblocks/images/block_h3.png
|
1365
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/showblocks/images/block_h4.png
|
1366
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/showblocks/images/block_h5.png
|
1367
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/showblocks/images/block_h6.png
|
1368
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/showblocks/images/block_p.png
|
1369
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/showblocks/images/block_pre.png
|
1370
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/showblocks/plugin.js
|
1371
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/dialogs/smiley.js
|
1372
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/angel_smile.gif
|
1373
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/angry_smile.gif
|
1374
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/broken_heart.gif
|
1375
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/confused_smile.gif
|
1376
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/cry_smile.gif
|
1377
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/devil_smile.gif
|
1378
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/embaressed_smile.gif
|
1379
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/envelope.gif
|
1380
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/heart.gif
|
1381
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/kiss.gif
|
1382
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/lightbulb.gif
|
1383
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/omg_smile.gif
|
1384
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/regular_smile.gif
|
1385
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/sad_smile.gif
|
1386
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/shades_smile.gif
|
1387
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/teeth_smile.gif
|
1388
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/thumbs_down.gif
|
1389
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/thumbs_up.gif
|
1390
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/tounge_smile.gif
|
1391
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif
|
1392
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/wink_smile.gif
|
1393
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/plugin.js
|
1394
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/sourcearea/plugin.js
|
1395
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/specialchar/dialogs/specialchar.js
|
1396
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/specialchar/plugin.js
|
1397
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/styles/plugin.js
|
1398
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/stylescombo/plugin.js
|
1399
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/stylescombo/styles/default.js
|
1400
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/tab/plugin.js
|
1401
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/table/dialogs/table.js
|
1402
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/table/plugin.js
|
1403
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/tabletools/dialogs/tableCell.js
|
1404
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/tabletools/plugin.js
|
1405
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/templates/dialogs/templates.js
|
1406
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/templates/plugin.js
|
1407
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/templates/templates/default.js
|
1408
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/templates/templates/images/template1.gif
|
1409
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/templates/templates/images/template2.gif
|
1410
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/templates/templates/images/template3.gif
|
1411
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/toolbar/plugin.js
|
1412
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/uicolor/dialogs/uicolor.js
|
1413
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/uicolor/lang/en.js
|
1414
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/uicolor/plugin.js
|
1415
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/uicolor/uicolor.gif
|
1416
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/uicolor/yui/assets/hue_bg.png
|
1417
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png
|
1418
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/uicolor/yui/assets/picker_mask.png
|
1419
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png
|
1420
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/uicolor/yui/assets/yui.css
|
1421
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/uicolor/yui/yui.js
|
1422
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/undo/plugin.js
|
1423
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/wsc/dialogs/ciframe.html
|
1424
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/wsc/dialogs/tmpFrameset.html
|
1425
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/wsc/dialogs/wsc.css
|
1426
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/wsc/dialogs/wsc.js
|
1427
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/wsc/plugin.js
|
1428
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/wysiwygarea/plugin.js
|
1429
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/kama/dialog.css
|
1430
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/kama/editor.css
|
1431
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/kama/icons.png
|
1432
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/kama/images/dialog_sides.gif
|
1433
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/kama/images/dialog_sides.png
|
1434
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/kama/images/dialog_sides_rtl.png
|
1435
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/kama/images/mini.gif
|
1436
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/kama/images/noimage.png
|
1437
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/kama/images/sprites.png
|
1438
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/kama/images/sprites_ie6.png
|
1439
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/kama/images/toolbar_start.gif
|
1440
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/kama/skin.js
|
1441
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/kama/templates.css
|
1442
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/office2003/dialog.css
|
1443
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/office2003/editor.css
|
1444
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/office2003/icons.png
|
1445
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/office2003/images/dialog_sides.gif
|
1446
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/office2003/images/dialog_sides.png
|
1447
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/office2003/images/dialog_sides_rtl.png
|
1448
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/office2003/images/mini.gif
|
1449
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/office2003/images/noimage.png
|
1450
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/office2003/images/sprites.png
|
1451
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/office2003/images/sprites_ie6.png
|
1452
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/office2003/skin.js
|
1453
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/office2003/templates.css
|
1454
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/v2/dialog.css
|
1455
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/v2/editor.css
|
1456
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/v2/icons.png
|
1457
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/v2/images/dialog_sides.gif
|
1458
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/v2/images/dialog_sides.png
|
1459
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/v2/images/dialog_sides_rtl.png
|
1460
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/v2/images/mini.gif
|
1461
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/v2/images/noimage.png
|
1462
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/v2/images/sprites.png
|
1463
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/v2/images/sprites_ie6.png
|
1464
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/v2/images/toolbar_start.gif
|
1465
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/v2/skin.js
|
1466
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/v2/templates.css
|
1467
|
-
- vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/themes/default/theme.js
|
1468
|
-
- vendor/plugins/easy-ckeditor/Rakefile
|
1469
|
-
- vendor/plugins/easy-ckeditor/README.textile
|
1470
|
-
- vendor/plugins/easy-ckeditor/uninstall.rb
|
1471
|
-
- vendor/plugins/filemanager/app/controllers/fm/filemanager_controller.rb
|
1472
|
-
- vendor/plugins/filemanager/app/views/fm/filemanager/index.html.erb
|
1473
|
-
- vendor/plugins/filemanager/app/views/fm/filemanager/view.html.erb
|
1474
|
-
- vendor/plugins/filemanager/filemanager.yml
|
1475
|
-
- vendor/plugins/livesearch_sidebar/init.rb
|
1476
|
-
- vendor/plugins/livesearch_sidebar/lib/livesearch_sidebar.rb
|
1477
|
-
- vendor/plugins/livesearch_sidebar/views/content.rhtml
|
1478
|
-
- vendor/plugins/localization/bin/make_language.rb
|
1479
|
-
- vendor/plugins/localization/CHANGELOG
|
1480
|
-
- vendor/plugins/localization/init.rb
|
1481
|
-
- vendor/plugins/localization/lib/localization.rb
|
1482
|
-
- vendor/plugins/localization/README
|
1483
|
-
- vendor/plugins/page_sidebar/init.rb
|
1484
|
-
- vendor/plugins/page_sidebar/lib/page_sidebar.rb
|
1485
|
-
- vendor/plugins/page_sidebar/Rakefile
|
1486
|
-
- vendor/plugins/page_sidebar/test/page_sidebar_test.rb
|
1487
|
-
- vendor/plugins/page_sidebar/views/content.rhtml
|
1488
|
-
- vendor/plugins/search_sidebar/init.rb
|
1489
|
-
- vendor/plugins/search_sidebar/lib/search_sidebar.rb
|
1490
|
-
- vendor/plugins/search_sidebar/Rakefile
|
1491
|
-
- vendor/plugins/search_sidebar/test/search_sidebar_test.rb
|
1492
|
-
- vendor/plugins/search_sidebar/views/content.rhtml
|
1493
|
-
- vendor/plugins/static_sidebar/init.rb
|
1494
|
-
- vendor/plugins/static_sidebar/lib/static_sidebar.rb
|
1495
|
-
- vendor/plugins/static_sidebar/views/content.rhtml
|
1496
|
-
- vendor/plugins/tag_sidebar/init.rb
|
1497
|
-
- vendor/plugins/tag_sidebar/lib/tag_sidebar.rb
|
1498
|
-
- vendor/plugins/tag_sidebar/Rakefile
|
1499
|
-
- vendor/plugins/tag_sidebar/test/tag_sidebar_test.rb
|
1500
|
-
- vendor/plugins/tag_sidebar/views/content.rhtml
|
1501
|
-
- vendor/plugins/typo_converter/db/wp25_schema.rb
|
1502
|
-
- vendor/plugins/typo_converter/init.rb
|
1503
|
-
- vendor/plugins/typo_converter/lib/converters/base.rb
|
1504
|
-
- vendor/plugins/typo_converter/lib/converters/dotclear/category.rb
|
1505
|
-
- vendor/plugins/typo_converter/lib/converters/dotclear/comment.rb
|
1506
|
-
- vendor/plugins/typo_converter/lib/converters/dotclear/post.rb
|
1507
|
-
- vendor/plugins/typo_converter/lib/converters/dotclear/user.rb
|
1508
|
-
- vendor/plugins/typo_converter/lib/converters/dotclear.rb
|
1509
|
-
- vendor/plugins/typo_converter/lib/converters/dotclear_2/category.rb
|
1510
|
-
- vendor/plugins/typo_converter/lib/converters/dotclear_2/comment.rb
|
1511
|
-
- vendor/plugins/typo_converter/lib/converters/dotclear_2/post.rb
|
1512
|
-
- vendor/plugins/typo_converter/lib/converters/dotclear_2/tag.rb
|
1513
|
-
- vendor/plugins/typo_converter/lib/converters/dotclear_2/user.rb
|
1514
|
-
- vendor/plugins/typo_converter/lib/converters/dotclear_2.rb
|
1515
|
-
- vendor/plugins/typo_converter/lib/converters/wp25/comment.rb
|
1516
|
-
- vendor/plugins/typo_converter/lib/converters/wp25/option.rb
|
1517
|
-
- vendor/plugins/typo_converter/lib/converters/wp25/post.rb
|
1518
|
-
- vendor/plugins/typo_converter/lib/converters/wp25/term.rb
|
1519
|
-
- vendor/plugins/typo_converter/lib/converters/wp25/term_relationship.rb
|
1520
|
-
- vendor/plugins/typo_converter/lib/converters/wp25/term_taxonomy.rb
|
1521
|
-
- vendor/plugins/typo_converter/lib/converters/wp25/user.rb
|
1522
|
-
- vendor/plugins/typo_converter/lib/converters/wp25.rb
|
1523
|
-
- vendor/plugins/typo_converter/lib/tasks/typo_converters_tasks.rake
|
1524
|
-
- vendor/plugins/typo_converter/Rakefile
|
1525
|
-
- vendor/plugins/typo_converter/README
|
1526
|
-
- vendor/plugins/typo_converter/spec/converters/wp25_spec.rb
|
1527
|
-
- vendor/plugins/typo_converter/spec/factories/wp25_factories.rb
|
1528
|
-
- vendor/plugins/typo_converter/spec/spec_helper.rb
|
1529
|
-
- vendor/plugins/typo_converter/spec/typo_converter_spec.rb
|
1530
|
-
- vendor/plugins/typo_login_system/init.rb
|
1531
|
-
- vendor/plugins/typo_login_system/lib/access_control.rb
|
1532
|
-
- vendor/plugins/typo_login_system/lib/login_system.rb
|
1533
|
-
- vendor/plugins/typo_textfilter_code/init.rb
|
1534
|
-
- vendor/plugins/typo_textfilter_code/install.rb
|
1535
|
-
- vendor/plugins/typo_textfilter_code/lib/tasks/typo_textfilter_code_tasks.rake
|
1536
|
-
- vendor/plugins/typo_textfilter_code/lib/typo_textfilter_code.rb
|
1537
|
-
- vendor/plugins/typo_textfilter_code/Rakefile
|
1538
|
-
- vendor/plugins/typo_textfilter_code/README
|
1539
|
-
- vendor/plugins/typo_textfilter_code/test/typo_textfilter_code_test.rb
|
1540
|
-
- vendor/plugins/typo_textfilter_flickr/init.rb
|
1541
|
-
- vendor/plugins/typo_textfilter_flickr/install.rb
|
1542
|
-
- vendor/plugins/typo_textfilter_flickr/lib/tasks/typo_textfilter_flickr_tasks.rake
|
1543
|
-
- vendor/plugins/typo_textfilter_flickr/lib/typo_textfilter_flickr.rb
|
1544
|
-
- vendor/plugins/typo_textfilter_flickr/Rakefile
|
1545
|
-
- vendor/plugins/typo_textfilter_flickr/README
|
1546
|
-
- vendor/plugins/typo_textfilter_flickr/test/typo_textfilter_flickr_test.rb
|
1547
|
-
- vendor/plugins/typo_textfilter_htmlfilter/init.rb
|
1548
|
-
- vendor/plugins/typo_textfilter_htmlfilter/install.rb
|
1549
|
-
- vendor/plugins/typo_textfilter_htmlfilter/lib/tasks/typo_textfilter_htmlfilter_tasks.rake
|
1550
|
-
- vendor/plugins/typo_textfilter_htmlfilter/lib/typo_textfilter_htmlfilter.rb
|
1551
|
-
- vendor/plugins/typo_textfilter_htmlfilter/Rakefile
|
1552
|
-
- vendor/plugins/typo_textfilter_htmlfilter/README
|
1553
|
-
- vendor/plugins/typo_textfilter_htmlfilter/test/typo_textfilter_htmlfilter_test.rb
|
1554
|
-
- vendor/plugins/typo_textfilter_lightbox/init.rb
|
1555
|
-
- vendor/plugins/typo_textfilter_lightbox/install.rb
|
1556
|
-
- vendor/plugins/typo_textfilter_lightbox/lib/tasks/typo_textfilter_lightbox_tasks.rake
|
1557
|
-
- vendor/plugins/typo_textfilter_lightbox/lib/typo_textfilter_lightbox.rb
|
1558
|
-
- vendor/plugins/typo_textfilter_lightbox/Rakefile
|
1559
|
-
- vendor/plugins/typo_textfilter_lightbox/README
|
1560
|
-
- vendor/plugins/typo_textfilter_lightbox/test/typo_textfilter_lightbox_test.rb
|
1561
|
-
- vendor/plugins/typo_textfilter_markdown/init.rb
|
1562
|
-
- vendor/plugins/typo_textfilter_markdown/install.rb
|
1563
|
-
- vendor/plugins/typo_textfilter_markdown/lib/tasks/typo_textfilter_markdown_tasks.rake
|
1564
|
-
- vendor/plugins/typo_textfilter_markdown/lib/typo_textfilter_markdown.rb
|
1565
|
-
- vendor/plugins/typo_textfilter_markdown/Rakefile
|
1566
|
-
- vendor/plugins/typo_textfilter_markdown/README
|
1567
|
-
- vendor/plugins/typo_textfilter_markdown/test/typo_textfilter_markdown_test.rb
|
1568
|
-
- vendor/plugins/typo_textfilter_none/init.rb
|
1569
|
-
- vendor/plugins/typo_textfilter_none/install.rb
|
1570
|
-
- vendor/plugins/typo_textfilter_none/lib/tasks/typo_textfilter_none_tasks.rake
|
1571
|
-
- vendor/plugins/typo_textfilter_none/lib/typo_textfilter_none.rb
|
1572
|
-
- vendor/plugins/typo_textfilter_none/Rakefile
|
1573
|
-
- vendor/plugins/typo_textfilter_none/README
|
1574
|
-
- vendor/plugins/typo_textfilter_none/test/typo_textfilter_none_test.rb
|
1575
|
-
- vendor/plugins/typo_textfilter_smartypants/init.rb
|
1576
|
-
- vendor/plugins/typo_textfilter_smartypants/install.rb
|
1577
|
-
- vendor/plugins/typo_textfilter_smartypants/lib/tasks/typo_textfilter_smartypants_tasks.rake
|
1578
|
-
- vendor/plugins/typo_textfilter_smartypants/lib/typo_textfilter_smartypants.rb
|
1579
|
-
- vendor/plugins/typo_textfilter_smartypants/Rakefile
|
1580
|
-
- vendor/plugins/typo_textfilter_smartypants/README
|
1581
|
-
- vendor/plugins/typo_textfilter_smartypants/test/typo_textfilter_smartypants_test.rb
|
1582
|
-
- vendor/plugins/typo_textfilter_textile/init.rb
|
1583
|
-
- vendor/plugins/typo_textfilter_textile/install.rb
|
1584
|
-
- vendor/plugins/typo_textfilter_textile/lib/tasks/typo_textfilter_textile_tasks.rake
|
1585
|
-
- vendor/plugins/typo_textfilter_textile/lib/typo_textfilter_textile.rb
|
1586
|
-
- vendor/plugins/typo_textfilter_textile/Rakefile
|
1587
|
-
- vendor/plugins/typo_textfilter_textile/README
|
1588
|
-
- vendor/plugins/typo_textfilter_textile/test/typo_textfilter_textile_test.rb
|
1589
|
-
- vendor/plugins/typo_textfilter_textile_and_markdown/init.rb
|
1590
|
-
- vendor/plugins/typo_textfilter_textile_and_markdown/install.rb
|
1591
|
-
- vendor/plugins/typo_textfilter_textile_and_markdown/lib/tasks/typo_textfilter_textile_and_markdown_tasks.rake
|
1592
|
-
- vendor/plugins/typo_textfilter_textile_and_markdown/lib/typo_textfilter_textile_and_markdown.rb
|
1593
|
-
- vendor/plugins/typo_textfilter_textile_and_markdown/Rakefile
|
1594
|
-
- vendor/plugins/typo_textfilter_textile_and_markdown/README
|
1595
|
-
- vendor/plugins/typo_textfilter_textile_and_markdown/test/typo_textfilter_textile_and_markdown_test.rb
|
1596
|
-
- vendor/plugins/upload_progress/CHANGELOG
|
1597
|
-
- vendor/plugins/upload_progress/init.rb
|
1598
|
-
- vendor/plugins/upload_progress/lib/multipart_progress.rb
|
1599
|
-
- vendor/plugins/upload_progress/lib/progress.rb
|
1600
|
-
- vendor/plugins/upload_progress/lib/upload_progress.rb
|
1601
|
-
- vendor/plugins/upload_progress/lib/upload_progress_helper.rb
|
1602
|
-
- vendor/plugins/upload_progress/MIT-LICENSE
|
1603
|
-
- vendor/plugins/upload_progress/public/stylesheets/upload_progress.css
|
1604
|
-
- vendor/plugins/upload_progress/Rakefile
|
1605
|
-
- vendor/plugins/upload_progress/README
|
1606
|
-
- vendor/plugins/upload_progress/test/multipart_progress_testx.rb
|
1607
|
-
- vendor/plugins/upload_progress/test/upload_progress_helper_testx.rb
|
1608
|
-
- vendor/plugins/upload_progress/test/upload_progress_testx.rb
|
1609
|
-
- vendor/plugins/xml_sidebar/init.rb
|
1610
|
-
- vendor/plugins/xml_sidebar/lib/xml_sidebar.rb
|
1611
|
-
- vendor/plugins/xml_sidebar/Rakefile
|
1612
|
-
- vendor/plugins/xml_sidebar/test/xml_sidebar_test.rb
|
1613
|
-
- vendor/plugins/xml_sidebar/views/content.rhtml
|
1614
|
-
- vendor/rubypants/html/classes/RubyPants.html
|
1615
|
-
- vendor/rubypants/html/created.rid
|
1616
|
-
- vendor/rubypants/html/files/README.html
|
1617
|
-
- vendor/rubypants/html/files/rubypants_rb.html
|
1618
|
-
- vendor/rubypants/html/fr_class_index.html
|
1619
|
-
- vendor/rubypants/html/fr_file_index.html
|
1620
|
-
- vendor/rubypants/html/fr_method_index.html
|
1621
|
-
- vendor/rubypants/html/index.html
|
1622
|
-
- vendor/rubypants/html/rdoc-style.css
|
1623
|
-
- vendor/rubypants/install.rb
|
1624
|
-
- vendor/rubypants/Rakefile
|
1625
|
-
- vendor/rubypants/README
|
1626
|
-
- vendor/rubypants/rubypants.rb
|
1627
|
-
- vendor/rubypants/test_rubypants.rb
|
1628
|
-
- vendor/uuidtools/CHANGELOG
|
1629
|
-
- vendor/uuidtools/install.rb
|
1630
|
-
- vendor/uuidtools/lib/uuidtools.rb
|
1631
|
-
- vendor/uuidtools/rakefile
|
1632
|
-
- vendor/uuidtools/README
|
35
|
+
- PostInstall.txt
|
36
|
+
- typo-6.0.4.gem
|
37
|
+
- typo.gemspec
|
1633
38
|
has_rdoc: true
|
1634
39
|
homepage: http://typosphere.org
|
1635
40
|
licenses: []
|
1636
41
|
|
1637
|
-
post_install_message:
|
42
|
+
post_install_message: "\e[1;31m\n\
|
43
|
+
-------------------------------------------------------------------------------\n\n\
|
44
|
+
Since version 6.0, Typo is no longer available as a gem. \n\
|
45
|
+
Please download Typo source at http://typosphere.org/stable.tgz \n\n\
|
46
|
+
To install Typo from scratch: https://github.com/fdv/typo/wiki/Installing-Typo\n\
|
47
|
+
Upgrading Typo from an older version: https://github.com/fdv/typo/wiki/Upgrading-to-typo-6.0\n\n\
|
48
|
+
-------------------------------------------------------------------------------\n\
|
49
|
+
\e[0m"
|
1638
50
|
rdoc_options: []
|
1639
51
|
|
1640
52
|
require_paths:
|
1641
|
-
-
|
53
|
+
- lib
|
1642
54
|
required_ruby_version: !ruby/object:Gem::Requirement
|
55
|
+
none: false
|
1643
56
|
requirements:
|
1644
57
|
- - ">="
|
1645
58
|
- !ruby/object:Gem::Version
|
59
|
+
hash: 3
|
1646
60
|
segments:
|
1647
61
|
- 0
|
1648
62
|
version: "0"
|
1649
63
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
64
|
+
none: false
|
1650
65
|
requirements:
|
1651
66
|
- - ">="
|
1652
67
|
- !ruby/object:Gem::Version
|
68
|
+
hash: 3
|
1653
69
|
segments:
|
1654
70
|
- 0
|
1655
71
|
version: "0"
|
1656
72
|
requirements: []
|
1657
73
|
|
1658
74
|
rubyforge_project: typo
|
1659
|
-
rubygems_version: 1.
|
75
|
+
rubygems_version: 1.5.0
|
1660
76
|
signing_key:
|
1661
77
|
specification_version: 3
|
1662
|
-
summary:
|
78
|
+
summary: The missing blogging engine.
|
1663
79
|
test_files: []
|
1664
80
|
|