HornsAndHooves-publify_core 10.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/CHANGELOG.md +102 -0
- data/MIT-LICENSE +21 -0
- data/README.md +9 -0
- data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.eot +0 -0
- data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.svg +288 -0
- data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf +0 -0
- data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.woff +0 -0
- data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2 +0 -0
- data/app/assets/fonts/open-sans-bold.woff +0 -0
- data/app/assets/fonts/open-sans.woff +0 -0
- data/app/assets/images/admin/loading.gif +0 -0
- data/app/assets/images/admin/typologo.gif +0 -0
- data/app/assets/images/calendar_date_select/calendar.gif +0 -0
- data/app/assets/images/close.gif +0 -0
- data/app/assets/images/closelabel.gif +0 -0
- data/app/assets/images/go.png +0 -0
- data/app/assets/images/loading.gif +0 -0
- data/app/assets/images/nextlabel.gif +0 -0
- data/app/assets/images/overlay.png +0 -0
- data/app/assets/images/powered.gif +0 -0
- data/app/assets/images/prevlabel.gif +0 -0
- data/app/assets/images/spinner-blue.gif +0 -0
- data/app/assets/images/spinner.gif +0 -0
- data/app/assets/images/thumb_blank.jpg +0 -0
- data/app/assets/javascripts/application.js +2 -0
- data/app/assets/javascripts/bootstrap/affix.js +164 -0
- data/app/assets/javascripts/bootstrap/alert.js +95 -0
- data/app/assets/javascripts/bootstrap/button.js +125 -0
- data/app/assets/javascripts/bootstrap/collapse.js +212 -0
- data/app/assets/javascripts/bootstrap/dropdown.js +165 -0
- data/app/assets/javascripts/bootstrap/modal.js +358 -0
- data/app/assets/javascripts/bootstrap/tab.js +155 -0
- data/app/assets/javascripts/bootstrap/transition.js +59 -0
- data/app/assets/javascripts/bootstrap-sprockets.js +8 -0
- data/app/assets/javascripts/cookies.js +60 -0
- data/app/assets/javascripts/datetimepicker.js +1470 -0
- data/app/assets/javascripts/lang/da_DK.js +17 -0
- data/app/assets/javascripts/lang/default.js +21 -0
- data/app/assets/javascripts/lang/en_US.js +21 -0
- data/app/assets/javascripts/lang/fr_FR.js +21 -0
- data/app/assets/javascripts/lang/nl_NL.js +21 -0
- data/app/assets/javascripts/lang/zh_TW.js +17 -0
- data/app/assets/javascripts/lightbox.js +350 -0
- data/app/assets/javascripts/observe.js +28 -0
- data/app/assets/javascripts/publify.js +11 -0
- data/app/assets/javascripts/publify_admin.js +104 -0
- data/app/assets/javascripts/quicktags.js +448 -0
- data/app/assets/javascripts/set-timeago-lang.js +3 -0
- data/app/assets/javascripts/sidebar.js +28 -0
- data/app/assets/javascripts/spinnable.js +5 -0
- data/app/assets/javascripts/tagmanager.js +481 -0
- data/app/assets/javascripts/typeahead.js +1139 -0
- data/app/assets/stylesheets/_bootstrap-compass.scss +9 -0
- data/app/assets/stylesheets/_bootstrap-mincer.scss +19 -0
- data/app/assets/stylesheets/_bootstrap-sprockets.scss +9 -0
- data/app/assets/stylesheets/_bootstrap.scss +43 -0
- data/app/assets/stylesheets/accounts.css.scss +7 -0
- data/app/assets/stylesheets/administration_structure.css.scss +255 -0
- data/app/assets/stylesheets/bootstrap/_alerts.scss +73 -0
- data/app/assets/stylesheets/bootstrap/_button-groups.scss +242 -0
- data/app/assets/stylesheets/bootstrap/_buttons.scss +168 -0
- data/app/assets/stylesheets/bootstrap/_close.scss +37 -0
- data/app/assets/stylesheets/bootstrap/_code.scss +69 -0
- data/app/assets/stylesheets/bootstrap/_component-animations.scss +38 -0
- data/app/assets/stylesheets/bootstrap/_dropdowns.scss +213 -0
- data/app/assets/stylesheets/bootstrap/_forms.scss +586 -0
- data/app/assets/stylesheets/bootstrap/_glyphicons.scss +307 -0
- data/app/assets/stylesheets/bootstrap/_grid.scss +94 -0
- data/app/assets/stylesheets/bootstrap/_labels.scss +66 -0
- data/app/assets/stylesheets/bootstrap/_media.scss +66 -0
- data/app/assets/stylesheets/bootstrap/_mixins.scss +37 -0
- data/app/assets/stylesheets/bootstrap/_modals.scss +150 -0
- data/app/assets/stylesheets/bootstrap/_navbar.scss +479 -0
- data/app/assets/stylesheets/bootstrap/_navs.scss +242 -0
- data/app/assets/stylesheets/bootstrap/_normalize.scss +427 -0
- data/app/assets/stylesheets/bootstrap/_pagination.scss +86 -0
- data/app/assets/stylesheets/bootstrap/_panels.scss +222 -0
- data/app/assets/stylesheets/bootstrap/_print.scss +99 -0
- data/app/assets/stylesheets/bootstrap/_scaffolding.scss +160 -0
- data/app/assets/stylesheets/bootstrap/_tables.scss +234 -0
- data/app/assets/stylesheets/bootstrap/_theme.scss +224 -0
- data/app/assets/stylesheets/bootstrap/_type.scss +296 -0
- data/app/assets/stylesheets/bootstrap/_utilities.scss +55 -0
- data/app/assets/stylesheets/bootstrap/_variables.scss +654 -0
- data/app/assets/stylesheets/bootstrap/_wells.scss +29 -0
- data/app/assets/stylesheets/bootstrap/mixins/_alerts.scss +15 -0
- data/app/assets/stylesheets/bootstrap/mixins/_background-variant.scss +12 -0
- data/app/assets/stylesheets/bootstrap/mixins/_border-radius.scss +18 -0
- data/app/assets/stylesheets/bootstrap/mixins/_buttons.scss +56 -0
- data/app/assets/stylesheets/bootstrap/mixins/_center-block.scss +7 -0
- data/app/assets/stylesheets/bootstrap/mixins/_clearfix.scss +22 -0
- data/app/assets/stylesheets/bootstrap/mixins/_forms.scss +82 -0
- data/app/assets/stylesheets/bootstrap/mixins/_gradients.scss +56 -0
- data/app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss +81 -0
- data/app/assets/stylesheets/bootstrap/mixins/_grid.scss +122 -0
- data/app/assets/stylesheets/bootstrap/mixins/_hide-text.scss +21 -0
- data/app/assets/stylesheets/bootstrap/mixins/_image.scss +28 -0
- data/app/assets/stylesheets/bootstrap/mixins/_labels.scss +12 -0
- data/app/assets/stylesheets/bootstrap/mixins/_nav-divider.scss +10 -0
- data/app/assets/stylesheets/bootstrap/mixins/_nav-vertical-align.scss +9 -0
- data/app/assets/stylesheets/bootstrap/mixins/_opacity.scss +7 -0
- data/app/assets/stylesheets/bootstrap/mixins/_pagination.scss +24 -0
- data/app/assets/stylesheets/bootstrap/mixins/_panels.scss +20 -0
- data/app/assets/stylesheets/bootstrap/mixins/_reset-filter.scss +8 -0
- data/app/assets/stylesheets/bootstrap/mixins/_resize.scss +6 -0
- data/app/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss +17 -0
- data/app/assets/stylesheets/bootstrap/mixins/_size.scss +10 -0
- data/app/assets/stylesheets/bootstrap/mixins/_tab-focus.scss +9 -0
- data/app/assets/stylesheets/bootstrap/mixins/_table-row.scss +28 -0
- data/app/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss +12 -0
- data/app/assets/stylesheets/bootstrap/mixins/_text-overflow.scss +8 -0
- data/app/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss +222 -0
- data/app/assets/stylesheets/coderay.css +135 -0
- data/app/assets/stylesheets/datetimepicker.css +306 -0
- data/app/assets/stylesheets/lightbox.css +63 -0
- data/app/assets/stylesheets/publify.css.scss +9 -0
- data/app/assets/stylesheets/publify_admin.css.scss +10 -0
- data/app/assets/stylesheets/rss.css +53 -0
- data/app/assets/stylesheets/sidebar_admin.css.scss +36 -0
- data/app/assets/stylesheets/tagmanager.css +102 -0
- data/app/assets/stylesheets/user-styles.css +29 -0
- data/app/controllers/accounts_controller.rb +4 -0
- data/app/controllers/admin/base_controller.rb +27 -0
- data/app/controllers/admin/content_controller.rb +194 -0
- data/app/controllers/admin/dashboard_controller.rb +33 -0
- data/app/controllers/admin/feedback_controller.rb +160 -0
- data/app/controllers/admin/notes_controller.rb +73 -0
- data/app/controllers/admin/pages_controller.rb +73 -0
- data/app/controllers/admin/post_types_controller.rb +57 -0
- data/app/controllers/admin/profiles_controller.rb +57 -0
- data/app/controllers/admin/redirects_controller.rb +51 -0
- data/app/controllers/admin/resources_controller.rb +36 -0
- data/app/controllers/admin/seo_controller.rb +46 -0
- data/app/controllers/admin/settings_controller.rb +53 -0
- data/app/controllers/admin/sidebar_controller.rb +67 -0
- data/app/controllers/admin/tags_controller.rb +55 -0
- data/app/controllers/admin/themes_controller.rb +31 -0
- data/app/controllers/admin/users_controller.rb +67 -0
- data/app/controllers/articles_controller.rb +215 -0
- data/app/controllers/authors_controller.rb +30 -0
- data/app/controllers/base_controller.rb +43 -0
- data/app/controllers/comments_controller.rb +67 -0
- data/app/controllers/content_controller.rb +24 -0
- data/app/controllers/feedback_controller.rb +13 -0
- data/app/controllers/notes_controller.rb +35 -0
- data/app/controllers/setup_controller.rb +61 -0
- data/app/controllers/tags_controller.rb +50 -0
- data/app/controllers/text_controller.rb +7 -0
- data/app/controllers/textfilter_controller.rb +5 -0
- data/app/controllers/theme_controller.rb +63 -0
- data/app/controllers/xml_controller.rb +20 -0
- data/app/helpers/admin/base_helper.rb +87 -0
- data/app/helpers/admin/feedback_helper.rb +53 -0
- data/app/helpers/articles_helper.rb +10 -0
- data/app/helpers/authors_helper.rb +30 -0
- data/app/helpers/base_helper.rb +257 -0
- data/app/helpers/blog_helper.rb +14 -0
- data/app/helpers/xml_helper.rb +18 -0
- data/app/jobs/application_job.rb +5 -0
- data/app/mailers/notification_mailer.rb +40 -0
- data/app/models/ability.rb +53 -0
- data/app/models/archives_sidebar.rb +45 -0
- data/app/models/article/factory.rb +64 -0
- data/app/models/article.rb +308 -0
- data/app/models/blog.rb +280 -0
- data/app/models/comment.rb +57 -0
- data/app/models/config_manager.rb +83 -0
- data/app/models/content.rb +118 -0
- data/app/models/content_base.rb +88 -0
- data/app/models/feedback.rb +250 -0
- data/app/models/meta_sidebar.rb +10 -0
- data/app/models/note.rb +152 -0
- data/app/models/page.rb +42 -0
- data/app/models/page_sidebar.rb +14 -0
- data/app/models/ping.rb +5 -0
- data/app/models/post_type.rb +16 -0
- data/app/models/redirect.rb +51 -0
- data/app/models/redirection.rb +6 -0
- data/app/models/resource.rb +12 -0
- data/app/models/search_sidebar.rb +9 -0
- data/app/models/sidebar.rb +142 -0
- data/app/models/static_sidebar.rb +22 -0
- data/app/models/tag.rb +71 -0
- data/app/models/tag_sidebar.rb +30 -0
- data/app/models/text_filter.rb +141 -0
- data/app/models/trackback.rb +46 -0
- data/app/models/trigger.rb +34 -0
- data/app/models/user.rb +142 -0
- data/app/services/title_builder.rb +88 -0
- data/app/uploaders/resource_uploader.rb +63 -0
- data/app/views/accounts/confirm.html.erb +7 -0
- data/app/views/admin/content/_article_list.html.erb +26 -0
- data/app/views/admin/content/_form.html.erb +145 -0
- data/app/views/admin/content/autosave.js.erb +5 -0
- data/app/views/admin/content/edit.html.erb +3 -0
- data/app/views/admin/content/index.html.erb +48 -0
- data/app/views/admin/content/index.js.erb +1 -0
- data/app/views/admin/content/new.html.erb +3 -0
- data/app/views/admin/dashboard/_comment.html.erb +18 -0
- data/app/views/admin/dashboard/_comments.html.erb +10 -0
- data/app/views/admin/dashboard/_drafts.html.erb +25 -0
- data/app/views/admin/dashboard/_overview.html.erb +21 -0
- data/app/views/admin/dashboard/_welcome.html.erb +28 -0
- data/app/views/admin/dashboard/index.html.erb +16 -0
- data/app/views/admin/feedback/_button.html.erb +19 -0
- data/app/views/admin/feedback/_feedback.html.erb +7 -0
- data/app/views/admin/feedback/_ham.html.erb +17 -0
- data/app/views/admin/feedback/_spam.html.erb +23 -0
- data/app/views/admin/feedback/article.html.erb +69 -0
- data/app/views/admin/feedback/edit.html.erb +48 -0
- data/app/views/admin/feedback/ham.js +1 -0
- data/app/views/admin/feedback/index.html.erb +53 -0
- data/app/views/admin/feedback/spam.js +1 -0
- data/app/views/admin/migrations/show.html.erb +39 -0
- data/app/views/admin/notes/_form.html.erb +37 -0
- data/app/views/admin/notes/_header.html.erb +6 -0
- data/app/views/admin/notes/_list.html.erb +13 -0
- data/app/views/admin/notes/_note.html.erb +14 -0
- data/app/views/admin/notes/edit.html.erb +11 -0
- data/app/views/admin/notes/index.html.erb +11 -0
- data/app/views/admin/notes/show.html.erb +14 -0
- data/app/views/admin/pages/_form.html.erb +101 -0
- data/app/views/admin/pages/_pages.html.erb +21 -0
- data/app/views/admin/pages/edit.html.erb +1 -0
- data/app/views/admin/pages/index.html.erb +17 -0
- data/app/views/admin/pages/new.html.erb +1 -0
- data/app/views/admin/post_types/_index_and_form.html.erb +65 -0
- data/app/views/admin/post_types/edit.html.erb +1 -0
- data/app/views/admin/post_types/index.html.erb +1 -0
- data/app/views/admin/profiles/index.html.erb +10 -0
- data/app/views/admin/redirects/_index_and_form.html.erb +68 -0
- data/app/views/admin/redirects/edit.html.erb +1 -0
- data/app/views/admin/redirects/index.html.erb +1 -0
- data/app/views/admin/resources/index.html.erb +72 -0
- data/app/views/admin/seo/_general.html.erb +104 -0
- data/app/views/admin/seo/_permalinks.html.erb +53 -0
- data/app/views/admin/seo/_titles.html.erb +209 -0
- data/app/views/admin/seo/show.html.erb +28 -0
- data/app/views/admin/settings/display.html.erb +101 -0
- data/app/views/admin/settings/feedback.html.erb +118 -0
- data/app/views/admin/settings/index.html.erb +73 -0
- data/app/views/admin/settings/write.html.erb +69 -0
- data/app/views/admin/shared/_edit.html.erb +4 -0
- data/app/views/admin/shared/_menu.html.erb +121 -0
- data/app/views/admin/shared/_twitter_alert.html.erb +3 -0
- data/app/views/admin/sidebar/_available.html.erb +6 -0
- data/app/views/admin/sidebar/_available.json.erb +6 -0
- data/app/views/admin/sidebar/_config.html.erb +27 -0
- data/app/views/admin/sidebar/_target.html.erb +9 -0
- data/app/views/admin/sidebar/_target_sidebar.html.erb +20 -0
- data/app/views/admin/sidebar/destroy.js.erb +1 -0
- data/app/views/admin/sidebar/index.html.erb +31 -0
- data/app/views/admin/sidebar/sortable.js.erb +3 -0
- data/app/views/admin/sidebar/update.js.erb +2 -0
- data/app/views/admin/tags/_index_and_form.html.erb +59 -0
- data/app/views/admin/tags/edit.html.erb +1 -0
- data/app/views/admin/tags/index.html.erb +1 -0
- data/app/views/admin/themes/index.html.erb +27 -0
- data/app/views/admin/users/_form.html.erb +215 -0
- data/app/views/admin/users/edit.html.erb +8 -0
- data/app/views/admin/users/index.html.erb +39 -0
- data/app/views/admin/users/new.html.erb +8 -0
- data/app/views/archives_sidebar/_content.html.erb +13 -0
- data/app/views/articles/_archives_article.html.erb +9 -0
- data/app/views/articles/_article.html.erb +9 -0
- data/app/views/articles/_article_author.html.erb +4 -0
- data/app/views/articles/_article_collection.html.erb +8 -0
- data/app/views/articles/_article_content.html.erb +5 -0
- data/app/views/articles/_article_excerpt.html.erb +15 -0
- data/app/views/articles/_article_links.html.erb +12 -0
- data/app/views/articles/_comment.html.erb +1 -0
- data/app/views/articles/_comment_errors.html.erb +2 -0
- data/app/views/articles/_comment_form.html.erb +48 -0
- data/app/views/articles/_comment_list.html.erb +5 -0
- data/app/views/articles/_comment_preview.html.erb +4 -0
- data/app/views/articles/_full_article_content.html.erb +4 -0
- data/app/views/articles/_password_form.html.erb +10 -0
- data/app/views/articles/_trackback.html.erb +6 -0
- data/app/views/articles/archives.html.erb +15 -0
- data/app/views/articles/comment.js.erb +5 -0
- data/app/views/articles/comment_failed.js.erb +3 -0
- data/app/views/articles/error.html.erb +3 -0
- data/app/views/articles/feedback_atom_feed.atom.builder +10 -0
- data/app/views/articles/feedback_rss_feed.rss.builder +21 -0
- data/app/views/articles/index.html.erb +1 -0
- data/app/views/articles/index_atom_feed.atom.builder +9 -0
- data/app/views/articles/index_rss_feed.rss.builder +20 -0
- data/app/views/articles/live_search.html.erb +10 -0
- data/app/views/articles/read.html.erb +43 -0
- data/app/views/articles/search.html.erb +8 -0
- data/app/views/articles/trackback.xml.builder +7 -0
- data/app/views/articles/view_page.html.erb +3 -0
- data/app/views/authors/show.html.erb +30 -0
- data/app/views/authors/show_atom_feed.atom.builder +9 -0
- data/app/views/authors/show_rss_feed.rss.builder +20 -0
- data/app/views/comments/_comment.html.erb +17 -0
- data/app/views/comments/preview.html.erb +1 -0
- data/app/views/comments/preview.js.erb +3 -0
- data/app/views/devise/mailer/reset_password_instructions.html.erb +11 -0
- data/app/views/devise/passwords/edit.html.erb +28 -0
- data/app/views/devise/passwords/new.html.erb +20 -0
- data/app/views/devise/registrations/new.html.erb +36 -0
- data/app/views/devise/sessions/new.html.erb +32 -0
- data/app/views/devise/shared/_links.html.erb +11 -0
- data/app/views/errors/404.html.erb +2 -0
- data/app/views/feedback/index.atom.builder +9 -0
- data/app/views/feedback/index.rss.builder +20 -0
- data/app/views/layouts/accounts.html.erb +33 -0
- data/app/views/layouts/administration.html.erb +37 -0
- data/app/views/layouts/default.html.erb +33 -0
- data/app/views/layouts/editor.html.erb +17 -0
- data/app/views/meta_sidebar/_content.html.erb +8 -0
- data/app/views/notes/_note.html.erb +16 -0
- data/app/views/notes/error.html.erb +3 -0
- data/app/views/notes/index.html.erb +15 -0
- data/app/views/notes/show.html.erb +5 -0
- data/app/views/notes/show_in_reply.html.erb +18 -0
- data/app/views/notification_mailer/_mail_footer.html.erb +5 -0
- data/app/views/notification_mailer/_mail_header.html.erb +3 -0
- data/app/views/notification_mailer/article.html.erb +7 -0
- data/app/views/notification_mailer/comment.html.erb +12 -0
- data/app/views/notification_mailer/notif_user.html.erb +9 -0
- data/app/views/page_sidebar/_content.html.erb +12 -0
- data/app/views/search_sidebar/_content.html.erb +10 -0
- data/app/views/settings/done.html.erb +2 -0
- data/app/views/settings/install.html.erb +12 -0
- data/app/views/setup/index.html.erb +17 -0
- data/app/views/shared/_atom_header.atom.builder +6 -0
- data/app/views/shared/_atom_item_article.atom.builder +36 -0
- data/app/views/shared/_atom_item_comment.atom.builder +10 -0
- data/app/views/shared/_atom_item_trackback.atom.builder +10 -0
- data/app/views/shared/_flash.erb +10 -0
- data/app/views/shared/_google_analytics.html.erb +8 -0
- data/app/views/shared/_page_header.html.erb +23 -0
- data/app/views/shared/_rss_item_article.rss.builder +32 -0
- data/app/views/shared/_rss_item_comment.rss.builder +9 -0
- data/app/views/shared/_rss_item_trackback.rss.builder +9 -0
- data/app/views/sidebar/_row.html.erb +1 -0
- data/app/views/sidebar/_sidebar.html.erb +5 -0
- data/app/views/sidebar/display_plugins.html.erb +5 -0
- data/app/views/sidebar/show.html.erb +1 -0
- data/app/views/static_sidebar/_content.html.erb +2 -0
- data/app/views/tag_sidebar/_content.html.erb +10 -0
- data/app/views/tags/index.html.erb +15 -0
- data/app/views/tags/show.html.erb +1 -0
- data/app/views/theme/static_view_test.html.erb +1 -0
- data/app/views/xml/_googlesitemap_item_article.googlesitemap.builder +7 -0
- data/app/views/xml/_googlesitemap_item_category.googlesitemap.builder +6 -0
- data/app/views/xml/_googlesitemap_item_page.googlesitemap.builder +6 -0
- data/app/views/xml/_googlesitemap_item_tag.googlesitemap.builder +6 -0
- data/app/views/xml/sitemap.googlesitemap.builder +9 -0
- data/config/i18n-tasks.yml +49 -0
- data/config/initializers/devise.rb +271 -0
- data/config/initializers/mime_types.rb +7 -0
- data/config/locales/da.yml +769 -0
- data/config/locales/de.yml +769 -0
- data/config/locales/en.yml +770 -0
- data/config/locales/es-MX.yml +769 -0
- data/config/locales/fr.yml +769 -0
- data/config/locales/he.yml +769 -0
- data/config/locales/it.yml +769 -0
- data/config/locales/ja.yml +769 -0
- data/config/locales/lt.yml +783 -0
- data/config/locales/nb-NO.yml +769 -0
- data/config/locales/nl.yml +769 -0
- data/config/locales/pl.yml +797 -0
- data/config/locales/pt-BR.yml +769 -0
- data/config/locales/ro.yml +782 -0
- data/config/locales/ru.yml +797 -0
- data/config/locales/sidebars.da.yml +20 -0
- data/config/locales/sidebars.de.yml +20 -0
- data/config/locales/sidebars.en.yml +20 -0
- data/config/locales/sidebars.es-MX.yml +20 -0
- data/config/locales/sidebars.fr.yml +20 -0
- data/config/locales/sidebars.he.yml +20 -0
- data/config/locales/sidebars.it.yml +20 -0
- data/config/locales/sidebars.ja.yml +20 -0
- data/config/locales/sidebars.lt.yml +20 -0
- data/config/locales/sidebars.nb-NO.yml +20 -0
- data/config/locales/sidebars.nl.yml +20 -0
- data/config/locales/sidebars.pl.yml +20 -0
- data/config/locales/sidebars.pt-BR.yml +20 -0
- data/config/locales/sidebars.ro.yml +20 -0
- data/config/locales/sidebars.ru.yml +20 -0
- data/config/locales/sidebars.zh-CN.yml +20 -0
- data/config/locales/sidebars.zh-TW.yml +20 -0
- data/config/locales/zh-CN.yml +768 -0
- data/config/locales/zh-TW.yml +769 -0
- data/config/routes.rb +174 -0
- data/db/migrate/113_initial_schema.rb +210 -0
- data/db/migrate/114_fixes_buggy_articles_and_notes.rb +56 -0
- data/db/migrate/115_drops_categories_for_tags.rb +37 -0
- data/db/migrate/20150207131657_add_missing_indexes.rb +23 -0
- data/db/migrate/20150807134129_simplify_redirect_relations.rb +45 -0
- data/db/migrate/20150808052637_add_blog_ids.rb +39 -0
- data/db/migrate/20150808191127_add_blog_id_to_redirects.rb +19 -0
- data/db/migrate/20150810094754_add_blog_id_to_tags.rb +19 -0
- data/db/migrate/20160108111120_add_devise_to_users.rb +57 -0
- data/db/migrate/20160108184201_move_last_connection_to_last_sign_in_at.rb +20 -0
- data/db/migrate/20160110094906_remove_profiles_rights.rb +18 -0
- data/db/migrate/20160605103918_replace_profile_id_with_string.rb +32 -0
- data/db/migrate/20160605154632_remove_profiles.rb +31 -0
- data/db/migrate/20160701061851_demand_blog_id_on_contents.rb +13 -0
- data/db/migrate/20160701062604_add_blog_id_to_resources.rb +32 -0
- data/db/migrate/20170528093024_move_resources_to_content.rb +9 -0
- data/db/migrate/20170528094923_move_tags_to_content.rb +10 -0
- data/db/migrate/20170528201606_remove_separate_published_flag.rb +9 -0
- data/db/migrate/20170605071626_remove_extra_state_columns_from_feedback.rb +10 -0
- data/db/migrate/20170702105201_remove_published_at_from_feedback.rb +9 -0
- data/db/migrate/20190208151235_add_text_filter_name_fields.rb +11 -0
- data/db/migrate/20190208152646_move_text_filter_to_name.rb +99 -0
- data/db/migrate/20190209155717_remove_text_filter_ids.rb +21 -0
- data/db/migrate/20190209160610_remove_text_filters.rb +19 -0
- data/db/seeds.rb +25 -0
- data/lib/email_notify.rb +28 -0
- data/lib/format.rb +9 -0
- data/lib/publify_core/engine.rb +31 -0
- data/lib/publify_core/lang.rb +9 -0
- data/lib/publify_core/testing_support/dns_mock.rb +15 -0
- data/lib/publify_core/testing_support/factories.rb +242 -0
- data/lib/publify_core/testing_support/feed_assertions.rb +48 -0
- data/lib/publify_core/testing_support/fixtures/exploit.svg +4 -0
- data/lib/publify_core/testing_support/fixtures/fakepng.png +1 -0
- data/lib/publify_core/testing_support/fixtures/otherfile.txt +1 -0
- data/lib/publify_core/testing_support/fixtures/testfile.png +0 -0
- data/lib/publify_core/testing_support/fixtures/testfile.txt +1 -0
- data/lib/publify_core/testing_support/upload_fixtures.rb +15 -0
- data/lib/publify_core/version.rb +5 -0
- data/lib/publify_core.rb +46 -0
- data/lib/publify_guid.rb +11 -0
- data/lib/publify_plugins.rb +77 -0
- data/lib/publify_textfilter_markdown.rb +57 -0
- data/lib/publify_textfilter_none.rb +16 -0
- data/lib/publify_textfilter_smartypants.rb +16 -0
- data/lib/publify_textfilter_textile.rb +23 -0
- data/lib/publify_textfilter_twitterfilter.rb +39 -0
- data/lib/publify_time.rb +34 -0
- data/lib/sidebar_field.rb +127 -0
- data/lib/sidebar_registry.rb +35 -0
- data/lib/spam_protection.rb +103 -0
- data/lib/tasks/i18n.rake +9 -0
- data/lib/tasks/manifest.rake +30 -0
- data/lib/tasks/publify_core_tasks.rake +6 -0
- data/lib/text_filter_plugin.rb +183 -0
- data/lib/theme.rb +72 -0
- data/lib/transforms.rb +47 -0
- data/themes/plain/about.markdown +4 -0
- data/themes/plain/javascripts/theme.js +0 -0
- data/themes/plain/preview.png +0 -0
- data/themes/plain/stylesheets/theme.css +57 -0
- metadata +1062 -0
@@ -0,0 +1,586 @@
|
|
1
|
+
//
|
2
|
+
// Forms
|
3
|
+
// --------------------------------------------------
|
4
|
+
|
5
|
+
|
6
|
+
// Normalize non-controls
|
7
|
+
//
|
8
|
+
// Restyle and baseline non-control form elements.
|
9
|
+
|
10
|
+
fieldset {
|
11
|
+
// Chrome and Firefox set a `min-width: min-content;` on fieldsets,
|
12
|
+
// so we reset that to ensure it behaves more like a standard block element.
|
13
|
+
// See https://github.com/twbs/bootstrap/issues/12359.
|
14
|
+
min-width: 0;
|
15
|
+
padding: 0;
|
16
|
+
margin: 0;
|
17
|
+
border: 0;
|
18
|
+
}
|
19
|
+
|
20
|
+
legend {
|
21
|
+
display: block;
|
22
|
+
width: 100%;
|
23
|
+
padding: 0;
|
24
|
+
margin-bottom: $line-height-computed;
|
25
|
+
font-size: ($font-size-base * 1.5);
|
26
|
+
line-height: inherit;
|
27
|
+
color: $legend-color;
|
28
|
+
border: 0;
|
29
|
+
border-bottom: 1px solid $legend-border-color;
|
30
|
+
}
|
31
|
+
|
32
|
+
label {
|
33
|
+
display: inline-block;
|
34
|
+
max-width: 100%; // Force IE8 to wrap long content (see https://github.com/twbs/bootstrap/issues/13141)
|
35
|
+
margin-bottom: 5px;
|
36
|
+
font-weight: 700;
|
37
|
+
}
|
38
|
+
|
39
|
+
|
40
|
+
// Normalize form controls
|
41
|
+
//
|
42
|
+
// While most of our form styles require extra classes, some basic normalization
|
43
|
+
// is required to ensure optimum display with or without those classes to better
|
44
|
+
// address browser inconsistencies.
|
45
|
+
|
46
|
+
input[type="search"] {
|
47
|
+
// Override content-box in Normalize (* isn't specific enough)
|
48
|
+
@include box-sizing(border-box);
|
49
|
+
|
50
|
+
// Search inputs in iOS
|
51
|
+
//
|
52
|
+
// This overrides the extra rounded corners on search inputs in iOS so that our
|
53
|
+
// `.form-control` class can properly style them. Note that this cannot simply
|
54
|
+
// be added to `.form-control` as it's not specific enough. For details, see
|
55
|
+
// https://github.com/twbs/bootstrap/issues/11586.
|
56
|
+
-webkit-appearance: none;
|
57
|
+
appearance: none;
|
58
|
+
}
|
59
|
+
|
60
|
+
// Position radios and checkboxes better
|
61
|
+
input[type="radio"],
|
62
|
+
input[type="checkbox"] {
|
63
|
+
margin: 4px 0 0;
|
64
|
+
margin-top: 1px \9; // IE8-9
|
65
|
+
line-height: normal;
|
66
|
+
|
67
|
+
// Apply same disabled cursor tweak as for inputs
|
68
|
+
// Some special care is needed because <label>s don't inherit their parent's `cursor`.
|
69
|
+
//
|
70
|
+
// Note: Neither radios nor checkboxes can be readonly.
|
71
|
+
&[disabled],
|
72
|
+
&.disabled,
|
73
|
+
fieldset[disabled] & {
|
74
|
+
cursor: $cursor-disabled;
|
75
|
+
}
|
76
|
+
}
|
77
|
+
|
78
|
+
input[type="file"] {
|
79
|
+
display: block;
|
80
|
+
}
|
81
|
+
|
82
|
+
// Make range inputs behave like textual form controls
|
83
|
+
input[type="range"] {
|
84
|
+
display: block;
|
85
|
+
width: 100%;
|
86
|
+
}
|
87
|
+
|
88
|
+
// Make multiple select elements height not fixed
|
89
|
+
select[multiple],
|
90
|
+
select[size] {
|
91
|
+
height: auto;
|
92
|
+
}
|
93
|
+
|
94
|
+
// Focus for file, radio, and checkbox
|
95
|
+
input[type="file"]:focus,
|
96
|
+
input[type="radio"]:focus,
|
97
|
+
input[type="checkbox"]:focus {
|
98
|
+
@include tab-focus;
|
99
|
+
}
|
100
|
+
|
101
|
+
// Adjust output element
|
102
|
+
output {
|
103
|
+
display: block;
|
104
|
+
padding-top: ($padding-base-vertical + 1);
|
105
|
+
font-size: $font-size-base;
|
106
|
+
line-height: $line-height-base;
|
107
|
+
color: $input-color;
|
108
|
+
}
|
109
|
+
|
110
|
+
|
111
|
+
// Common form controls
|
112
|
+
//
|
113
|
+
// Shared size and type resets for form controls. Apply `.form-control` to any
|
114
|
+
// of the following form controls:
|
115
|
+
//
|
116
|
+
// select
|
117
|
+
// textarea
|
118
|
+
// input[type="text"]
|
119
|
+
// input[type="password"]
|
120
|
+
// input[type="datetime"]
|
121
|
+
// input[type="datetime-local"]
|
122
|
+
// input[type="date"]
|
123
|
+
// input[type="month"]
|
124
|
+
// input[type="time"]
|
125
|
+
// input[type="week"]
|
126
|
+
// input[type="number"]
|
127
|
+
// input[type="email"]
|
128
|
+
// input[type="url"]
|
129
|
+
// input[type="search"]
|
130
|
+
// input[type="tel"]
|
131
|
+
// input[type="color"]
|
132
|
+
|
133
|
+
.form-control {
|
134
|
+
display: block;
|
135
|
+
width: 100%;
|
136
|
+
height: $input-height-base; // Make inputs at least the height of their button counterpart (base line-height + padding + border)
|
137
|
+
padding: $padding-base-vertical $padding-base-horizontal;
|
138
|
+
font-size: $font-size-base;
|
139
|
+
line-height: $line-height-base;
|
140
|
+
color: $input-color;
|
141
|
+
background-color: $input-bg;
|
142
|
+
background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214
|
143
|
+
border: 1px solid $input-border;
|
144
|
+
border-radius: $input-border-radius; // Note: This has no effect on <select>s in some browsers, due to the limited stylability of <select>s in CSS.
|
145
|
+
@include box-shadow(inset 0 1px 1px rgba(0, 0, 0, .075));
|
146
|
+
@include transition(border-color ease-in-out .15s, box-shadow ease-in-out .15s);
|
147
|
+
|
148
|
+
// Customize the `:focus` state to imitate native WebKit styles.
|
149
|
+
@include form-control-focus;
|
150
|
+
|
151
|
+
// Placeholder
|
152
|
+
@include placeholder;
|
153
|
+
|
154
|
+
// Unstyle the caret on `<select>`s in IE10+.
|
155
|
+
&::-ms-expand {
|
156
|
+
background-color: transparent;
|
157
|
+
border: 0;
|
158
|
+
}
|
159
|
+
|
160
|
+
// Disabled and read-only inputs
|
161
|
+
//
|
162
|
+
// HTML5 says that controls under a fieldset > legend:first-child won't be
|
163
|
+
// disabled if the fieldset is disabled. Due to implementation difficulty, we
|
164
|
+
// don't honor that edge case; we style them as disabled anyway.
|
165
|
+
&[disabled],
|
166
|
+
&[readonly],
|
167
|
+
fieldset[disabled] & {
|
168
|
+
background-color: $input-bg-disabled;
|
169
|
+
opacity: 1; // iOS fix for unreadable disabled content; see https://github.com/twbs/bootstrap/issues/11655
|
170
|
+
}
|
171
|
+
|
172
|
+
&[disabled],
|
173
|
+
fieldset[disabled] & {
|
174
|
+
cursor: $cursor-disabled;
|
175
|
+
}
|
176
|
+
|
177
|
+
// [converter] extracted textarea& to textarea.form-control
|
178
|
+
}
|
179
|
+
|
180
|
+
// Reset height for `textarea`s
|
181
|
+
textarea.form-control {
|
182
|
+
height: auto;
|
183
|
+
}
|
184
|
+
|
185
|
+
|
186
|
+
// Special styles for iOS temporal inputs
|
187
|
+
//
|
188
|
+
// In Mobile Safari, setting `display: block` on temporal inputs causes the
|
189
|
+
// text within the input to become vertically misaligned. As a workaround, we
|
190
|
+
// set a pixel line-height that matches the given height of the input, but only
|
191
|
+
// for Safari. See https://bugs.webkit.org/show_bug.cgi?id=139848
|
192
|
+
//
|
193
|
+
// Note that as of 9.3, iOS doesn't support `week`.
|
194
|
+
|
195
|
+
@media screen and (-webkit-min-device-pixel-ratio: 0) {
|
196
|
+
input[type="date"],
|
197
|
+
input[type="time"],
|
198
|
+
input[type="datetime-local"],
|
199
|
+
input[type="month"] {
|
200
|
+
&.form-control {
|
201
|
+
line-height: $input-height-base;
|
202
|
+
}
|
203
|
+
|
204
|
+
&.input-sm {
|
205
|
+
line-height: $input-height-small;
|
206
|
+
}
|
207
|
+
|
208
|
+
&.input-lg {
|
209
|
+
line-height: $input-height-large;
|
210
|
+
}
|
211
|
+
}
|
212
|
+
}
|
213
|
+
|
214
|
+
|
215
|
+
// Form groups
|
216
|
+
//
|
217
|
+
// Designed to help with the organization and spacing of vertical forms. For
|
218
|
+
// horizontal forms, use the predefined grid classes.
|
219
|
+
|
220
|
+
.form-group {
|
221
|
+
margin-bottom: $form-group-margin-bottom;
|
222
|
+
}
|
223
|
+
|
224
|
+
|
225
|
+
// Checkboxes and radios
|
226
|
+
//
|
227
|
+
// Indent the labels to position radios/checkboxes as hanging controls.
|
228
|
+
|
229
|
+
.radio,
|
230
|
+
.checkbox {
|
231
|
+
position: relative;
|
232
|
+
display: block;
|
233
|
+
margin-top: 10px;
|
234
|
+
margin-bottom: 10px;
|
235
|
+
|
236
|
+
// These are used on elements with <label> descendants
|
237
|
+
&.disabled,
|
238
|
+
fieldset[disabled] & {
|
239
|
+
label {
|
240
|
+
cursor: $cursor-disabled;
|
241
|
+
}
|
242
|
+
}
|
243
|
+
|
244
|
+
label {
|
245
|
+
min-height: $line-height-computed; // Ensure the input doesn't jump when there is no text
|
246
|
+
padding-left: 20px;
|
247
|
+
margin-bottom: 0;
|
248
|
+
font-weight: 400;
|
249
|
+
cursor: pointer;
|
250
|
+
}
|
251
|
+
}
|
252
|
+
.radio input[type="radio"],
|
253
|
+
.radio-inline input[type="radio"],
|
254
|
+
.checkbox input[type="checkbox"],
|
255
|
+
.checkbox-inline input[type="checkbox"] {
|
256
|
+
position: absolute;
|
257
|
+
margin-top: 4px \9;
|
258
|
+
margin-left: -20px;
|
259
|
+
}
|
260
|
+
|
261
|
+
.radio + .radio,
|
262
|
+
.checkbox + .checkbox {
|
263
|
+
margin-top: -5px; // Move up sibling radios or checkboxes for tighter spacing
|
264
|
+
}
|
265
|
+
|
266
|
+
// Radios and checkboxes on same line
|
267
|
+
.radio-inline,
|
268
|
+
.checkbox-inline {
|
269
|
+
position: relative;
|
270
|
+
display: inline-block;
|
271
|
+
padding-left: 20px;
|
272
|
+
margin-bottom: 0;
|
273
|
+
font-weight: 400;
|
274
|
+
vertical-align: middle;
|
275
|
+
cursor: pointer;
|
276
|
+
|
277
|
+
// These are used directly on <label>s
|
278
|
+
&.disabled,
|
279
|
+
fieldset[disabled] & {
|
280
|
+
cursor: $cursor-disabled;
|
281
|
+
}
|
282
|
+
}
|
283
|
+
.radio-inline + .radio-inline,
|
284
|
+
.checkbox-inline + .checkbox-inline {
|
285
|
+
margin-top: 0;
|
286
|
+
margin-left: 10px; // space out consecutive inline controls
|
287
|
+
}
|
288
|
+
|
289
|
+
|
290
|
+
// Static form control text
|
291
|
+
//
|
292
|
+
// Apply class to a `p` element to make any string of text align with labels in
|
293
|
+
// a horizontal form layout.
|
294
|
+
|
295
|
+
.form-control-static {
|
296
|
+
min-height: ($line-height-computed + $font-size-base);
|
297
|
+
// Size it appropriately next to real form controls
|
298
|
+
padding-top: ($padding-base-vertical + 1);
|
299
|
+
padding-bottom: ($padding-base-vertical + 1);
|
300
|
+
// Remove default margin from `p`
|
301
|
+
margin-bottom: 0;
|
302
|
+
|
303
|
+
&.input-lg,
|
304
|
+
&.input-sm {
|
305
|
+
padding-right: 0;
|
306
|
+
padding-left: 0;
|
307
|
+
}
|
308
|
+
}
|
309
|
+
|
310
|
+
|
311
|
+
// Form control sizing
|
312
|
+
//
|
313
|
+
// Build on `.form-control` with modifier classes to decrease or increase the
|
314
|
+
// height and font-size of form controls.
|
315
|
+
//
|
316
|
+
// The `.form-group-* form-control` variations are sadly duplicated to avoid the
|
317
|
+
// issue documented in https://github.com/twbs/bootstrap/issues/15074.
|
318
|
+
|
319
|
+
@include input-size('.input-sm', $input-height-small, $padding-small-vertical, $padding-small-horizontal, $font-size-small, $line-height-small, $input-border-radius-small);
|
320
|
+
.form-group-sm {
|
321
|
+
.form-control {
|
322
|
+
height: $input-height-small;
|
323
|
+
padding: $padding-small-vertical $padding-small-horizontal;
|
324
|
+
font-size: $font-size-small;
|
325
|
+
line-height: $line-height-small;
|
326
|
+
border-radius: $input-border-radius-small;
|
327
|
+
}
|
328
|
+
select.form-control {
|
329
|
+
height: $input-height-small;
|
330
|
+
line-height: $input-height-small;
|
331
|
+
}
|
332
|
+
textarea.form-control,
|
333
|
+
select[multiple].form-control {
|
334
|
+
height: auto;
|
335
|
+
}
|
336
|
+
.form-control-static {
|
337
|
+
height: $input-height-small;
|
338
|
+
min-height: ($line-height-computed + $font-size-small);
|
339
|
+
padding: ($padding-small-vertical + 1) $padding-small-horizontal;
|
340
|
+
font-size: $font-size-small;
|
341
|
+
line-height: $line-height-small;
|
342
|
+
}
|
343
|
+
}
|
344
|
+
|
345
|
+
@include input-size('.input-lg', $input-height-large, $padding-large-vertical, $padding-large-horizontal, $font-size-large, $line-height-large, $input-border-radius-large);
|
346
|
+
.form-group-lg {
|
347
|
+
.form-control {
|
348
|
+
height: $input-height-large;
|
349
|
+
padding: $padding-large-vertical $padding-large-horizontal;
|
350
|
+
font-size: $font-size-large;
|
351
|
+
line-height: $line-height-large;
|
352
|
+
border-radius: $input-border-radius-large;
|
353
|
+
}
|
354
|
+
select.form-control {
|
355
|
+
height: $input-height-large;
|
356
|
+
line-height: $input-height-large;
|
357
|
+
}
|
358
|
+
textarea.form-control,
|
359
|
+
select[multiple].form-control {
|
360
|
+
height: auto;
|
361
|
+
}
|
362
|
+
.form-control-static {
|
363
|
+
height: $input-height-large;
|
364
|
+
min-height: ($line-height-computed + $font-size-large);
|
365
|
+
padding: ($padding-large-vertical + 1) $padding-large-horizontal;
|
366
|
+
font-size: $font-size-large;
|
367
|
+
line-height: $line-height-large;
|
368
|
+
}
|
369
|
+
}
|
370
|
+
|
371
|
+
|
372
|
+
// Form control feedback states
|
373
|
+
//
|
374
|
+
// Apply contextual and semantic states to individual form controls.
|
375
|
+
|
376
|
+
.has-feedback {
|
377
|
+
// Enable absolute positioning
|
378
|
+
position: relative;
|
379
|
+
|
380
|
+
// Ensure icons don't overlap text
|
381
|
+
.form-control {
|
382
|
+
padding-right: ($input-height-base * 1.25);
|
383
|
+
}
|
384
|
+
}
|
385
|
+
// Feedback icon (requires .glyphicon classes)
|
386
|
+
.form-control-feedback {
|
387
|
+
position: absolute;
|
388
|
+
top: 0;
|
389
|
+
right: 0;
|
390
|
+
z-index: 2; // Ensure icon is above input groups
|
391
|
+
display: block;
|
392
|
+
width: $input-height-base;
|
393
|
+
height: $input-height-base;
|
394
|
+
line-height: $input-height-base;
|
395
|
+
text-align: center;
|
396
|
+
pointer-events: none;
|
397
|
+
}
|
398
|
+
.input-lg + .form-control-feedback,
|
399
|
+
.form-group-lg .form-control + .form-control-feedback {
|
400
|
+
width: $input-height-large;
|
401
|
+
height: $input-height-large;
|
402
|
+
line-height: $input-height-large;
|
403
|
+
}
|
404
|
+
.input-sm + .form-control-feedback,
|
405
|
+
.form-group-sm .form-control + .form-control-feedback {
|
406
|
+
width: $input-height-small;
|
407
|
+
height: $input-height-small;
|
408
|
+
line-height: $input-height-small;
|
409
|
+
}
|
410
|
+
|
411
|
+
// Feedback states
|
412
|
+
.has-success {
|
413
|
+
@include form-control-validation($state-success-text, $state-success-text, $state-success-bg);
|
414
|
+
}
|
415
|
+
.has-warning {
|
416
|
+
@include form-control-validation($state-warning-text, $state-warning-text, $state-warning-bg);
|
417
|
+
}
|
418
|
+
.has-error {
|
419
|
+
@include form-control-validation($state-danger-text, $state-danger-text, $state-danger-bg);
|
420
|
+
}
|
421
|
+
|
422
|
+
// Reposition feedback icon if input has visible label above
|
423
|
+
.has-feedback label {
|
424
|
+
|
425
|
+
& ~ .form-control-feedback {
|
426
|
+
top: ($line-height-computed + 5); // Height of the `label` and its margin
|
427
|
+
}
|
428
|
+
&.sr-only ~ .form-control-feedback {
|
429
|
+
top: 0;
|
430
|
+
}
|
431
|
+
}
|
432
|
+
|
433
|
+
|
434
|
+
// Help text
|
435
|
+
//
|
436
|
+
// Apply to any element you wish to create light text for placement immediately
|
437
|
+
// below a form control. Use for general help, formatting, or instructional text.
|
438
|
+
|
439
|
+
.help-block {
|
440
|
+
display: block; // account for any element using help-block
|
441
|
+
margin-top: 5px;
|
442
|
+
margin-bottom: 10px;
|
443
|
+
color: lighten($text-color, 25%); // lighten the text some for contrast
|
444
|
+
}
|
445
|
+
|
446
|
+
|
447
|
+
// Inline forms
|
448
|
+
//
|
449
|
+
// Make forms appear inline(-block) by adding the `.form-inline` class. Inline
|
450
|
+
// forms begin stacked on extra small (mobile) devices and then go inline when
|
451
|
+
// viewports reach <768px.
|
452
|
+
//
|
453
|
+
// Requires wrapping inputs and labels with `.form-group` for proper display of
|
454
|
+
// default HTML form controls and our custom form controls (e.g., input groups).
|
455
|
+
//
|
456
|
+
|
457
|
+
// [converter] extracted from `.form-inline` for libsass compatibility
|
458
|
+
@mixin form-inline {
|
459
|
+
|
460
|
+
// Kick in the inline
|
461
|
+
@media (min-width: $screen-sm-min) {
|
462
|
+
// Inline-block all the things for "inline"
|
463
|
+
.form-group {
|
464
|
+
display: inline-block;
|
465
|
+
margin-bottom: 0;
|
466
|
+
vertical-align: middle;
|
467
|
+
}
|
468
|
+
|
469
|
+
// In navbar-form, allow folks to *not* use `.form-group`
|
470
|
+
.form-control {
|
471
|
+
display: inline-block;
|
472
|
+
width: auto; // Prevent labels from stacking above inputs in `.form-group`
|
473
|
+
vertical-align: middle;
|
474
|
+
}
|
475
|
+
|
476
|
+
// Make static controls behave like regular ones
|
477
|
+
.form-control-static {
|
478
|
+
display: inline-block;
|
479
|
+
}
|
480
|
+
|
481
|
+
.control-label {
|
482
|
+
margin-bottom: 0;
|
483
|
+
vertical-align: middle;
|
484
|
+
}
|
485
|
+
|
486
|
+
// Remove default margin on radios/checkboxes that were used for stacking, and
|
487
|
+
// then undo the floating of radios and checkboxes to match.
|
488
|
+
.radio,
|
489
|
+
.checkbox {
|
490
|
+
display: inline-block;
|
491
|
+
margin-top: 0;
|
492
|
+
margin-bottom: 0;
|
493
|
+
vertical-align: middle;
|
494
|
+
|
495
|
+
label {
|
496
|
+
padding-left: 0;
|
497
|
+
}
|
498
|
+
}
|
499
|
+
.radio input[type="radio"],
|
500
|
+
.checkbox input[type="checkbox"] {
|
501
|
+
position: relative;
|
502
|
+
margin-left: 0;
|
503
|
+
}
|
504
|
+
|
505
|
+
// Re-override the feedback icon.
|
506
|
+
.has-feedback .form-control-feedback {
|
507
|
+
top: 0;
|
508
|
+
}
|
509
|
+
}
|
510
|
+
}
|
511
|
+
// [converter] extracted as `@mixin form-inline` for libsass compatibility
|
512
|
+
.form-inline {
|
513
|
+
@include form-inline;
|
514
|
+
}
|
515
|
+
|
516
|
+
|
517
|
+
|
518
|
+
// Horizontal forms
|
519
|
+
//
|
520
|
+
// Horizontal forms are built on grid classes and allow you to create forms with
|
521
|
+
// labels on the left and inputs on the right.
|
522
|
+
|
523
|
+
.form-horizontal {
|
524
|
+
|
525
|
+
// Consistent vertical alignment of radios and checkboxes
|
526
|
+
//
|
527
|
+
// Labels also get some reset styles, but that is scoped to a media query below.
|
528
|
+
.radio,
|
529
|
+
.checkbox,
|
530
|
+
.radio-inline,
|
531
|
+
.checkbox-inline {
|
532
|
+
padding-top: ($padding-base-vertical + 1); // Default padding plus a border
|
533
|
+
margin-top: 0;
|
534
|
+
margin-bottom: 0;
|
535
|
+
}
|
536
|
+
// Account for padding we're adding to ensure the alignment and of help text
|
537
|
+
// and other content below items
|
538
|
+
.radio,
|
539
|
+
.checkbox {
|
540
|
+
min-height: ($line-height-computed + ($padding-base-vertical + 1));
|
541
|
+
}
|
542
|
+
|
543
|
+
// Make form groups behave like rows
|
544
|
+
.form-group {
|
545
|
+
@include make-row;
|
546
|
+
}
|
547
|
+
|
548
|
+
// Reset spacing and right align labels, but scope to media queries so that
|
549
|
+
// labels on narrow viewports stack the same as a default form example.
|
550
|
+
@media (min-width: $screen-sm-min) {
|
551
|
+
.control-label {
|
552
|
+
padding-top: ($padding-base-vertical + 1); // Default padding plus a border
|
553
|
+
margin-bottom: 0;
|
554
|
+
text-align: right;
|
555
|
+
}
|
556
|
+
}
|
557
|
+
|
558
|
+
// Validation states
|
559
|
+
//
|
560
|
+
// Reposition the icon because it's now within a grid column and columns have
|
561
|
+
// `position: relative;` on them. Also accounts for the grid gutter padding.
|
562
|
+
.has-feedback .form-control-feedback {
|
563
|
+
right: floor(($grid-gutter-width / 2));
|
564
|
+
}
|
565
|
+
|
566
|
+
// Form group sizes
|
567
|
+
//
|
568
|
+
// Quick utility class for applying `.input-lg` and `.input-sm` styles to the
|
569
|
+
// inputs and labels within a `.form-group`.
|
570
|
+
.form-group-lg {
|
571
|
+
@media (min-width: $screen-sm-min) {
|
572
|
+
.control-label {
|
573
|
+
padding-top: ($padding-large-vertical + 1);
|
574
|
+
font-size: $font-size-large;
|
575
|
+
}
|
576
|
+
}
|
577
|
+
}
|
578
|
+
.form-group-sm {
|
579
|
+
@media (min-width: $screen-sm-min) {
|
580
|
+
.control-label {
|
581
|
+
padding-top: ($padding-small-vertical + 1);
|
582
|
+
font-size: $font-size-small;
|
583
|
+
}
|
584
|
+
}
|
585
|
+
}
|
586
|
+
}
|