houston-core 0.5.0.beta1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.codeclimate.yml +46 -0
- data/.gitignore +23 -0
- data/.gitmodules +0 -0
- data/Gemfile +24 -0
- data/Gemfile.lock +354 -0
- data/README.md +133 -0
- data/Rakefile +8 -0
- data/app/adapters/houston/adapters.rb +51 -0
- data/app/adapters/houston/adapters/ci_server.rb +5 -0
- data/app/adapters/houston/adapters/ci_server/errors.rb +16 -0
- data/app/adapters/houston/adapters/ci_server/jenkins_adapter.rb +21 -0
- data/app/adapters/houston/adapters/ci_server/jenkins_adapter/job.rb +245 -0
- data/app/adapters/houston/adapters/ci_server/none_adapter.rb +21 -0
- data/app/adapters/houston/adapters/ci_server/none_adapter/job.rb +25 -0
- data/app/adapters/houston/adapters/deployment/engineyard.rb +107 -0
- data/app/adapters/houston/adapters/deployment/engineyard/config.rb +18 -0
- data/app/adapters/houston/adapters/error_tracker.rb +5 -0
- data/app/adapters/houston/adapters/error_tracker/errbit_adapter.rb +69 -0
- data/app/adapters/houston/adapters/error_tracker/errbit_adapter/app.rb +48 -0
- data/app/adapters/houston/adapters/error_tracker/errbit_adapter/connection.rb +153 -0
- data/app/adapters/houston/adapters/error_tracker/errbit_adapter/notice.rb +26 -0
- data/app/adapters/houston/adapters/error_tracker/errbit_adapter/problem.rb +98 -0
- data/app/adapters/houston/adapters/error_tracker/errors.rb +0 -0
- data/app/adapters/houston/adapters/error_tracker/none_adapter.rb +31 -0
- data/app/adapters/houston/adapters/error_tracker/null_app.rb +40 -0
- data/app/adapters/houston/adapters/ticket_tracker.rb +5 -0
- data/app/adapters/houston/adapters/ticket_tracker/errors.rb +23 -0
- data/app/adapters/houston/adapters/ticket_tracker/github_adapter.rb +27 -0
- data/app/adapters/houston/adapters/ticket_tracker/github_adapter/connection.rb +167 -0
- data/app/adapters/houston/adapters/ticket_tracker/github_adapter/issue.rb +99 -0
- data/app/adapters/houston/adapters/ticket_tracker/houston_adapter.rb +23 -0
- data/app/adapters/houston/adapters/ticket_tracker/houston_adapter/connection.rb +48 -0
- data/app/adapters/houston/adapters/ticket_tracker/houston_adapter/ticket.rb +65 -0
- data/app/adapters/houston/adapters/ticket_tracker/none_adapter.rb +21 -0
- data/app/adapters/houston/adapters/ticket_tracker/null_connection.rb +46 -0
- data/app/adapters/houston/adapters/ticket_tracker/null_ticket.rb +71 -0
- data/app/adapters/houston/adapters/ticket_tracker/unfuddle_adapter.rb +43 -0
- data/app/adapters/houston/adapters/ticket_tracker/unfuddle_adapter/connection.rb +224 -0
- data/app/adapters/houston/adapters/ticket_tracker/unfuddle_adapter/milestone.rb +42 -0
- data/app/adapters/houston/adapters/ticket_tracker/unfuddle_adapter/ticket.rb +240 -0
- data/app/adapters/houston/adapters/version_control.rb +5 -0
- data/app/adapters/houston/adapters/version_control/commit.rb +29 -0
- data/app/adapters/houston/adapters/version_control/errors.rb +37 -0
- data/app/adapters/houston/adapters/version_control/git_adapter.rb +96 -0
- data/app/adapters/houston/adapters/version_control/git_adapter/diff_changes.rb +49 -0
- data/app/adapters/houston/adapters/version_control/git_adapter/github_repo.rb +65 -0
- data/app/adapters/houston/adapters/version_control/git_adapter/remote_repo.rb +104 -0
- data/app/adapters/houston/adapters/version_control/git_adapter/repo.rb +247 -0
- data/app/adapters/houston/adapters/version_control/none_adapter.rb +21 -0
- data/app/adapters/houston/adapters/version_control/null_commit.rb +21 -0
- data/app/adapters/houston/adapters/version_control/null_repo.rb +65 -0
- data/app/assets/font/octicons.eot +0 -0
- data/app/assets/font/octicons.svg +198 -0
- data/app/assets/font/octicons.ttf +0 -0
- data/app/assets/font/octicons.woff +0 -0
- data/app/assets/font/roboto-black-webfont.eot +0 -0
- data/app/assets/font/roboto-black-webfont.svg +675 -0
- data/app/assets/font/roboto-black-webfont.ttf +0 -0
- data/app/assets/font/roboto-black-webfont.woff +0 -0
- data/app/assets/font/roboto-blackitalic-webfont.eot +0 -0
- data/app/assets/font/roboto-blackitalic-webfont.svg +677 -0
- data/app/assets/font/roboto-blackitalic-webfont.ttf +0 -0
- data/app/assets/font/roboto-blackitalic-webfont.woff +0 -0
- data/app/assets/font/roboto-bold-webfont.eot +0 -0
- data/app/assets/font/roboto-bold-webfont.svg +675 -0
- data/app/assets/font/roboto-bold-webfont.ttf +0 -0
- data/app/assets/font/roboto-bold-webfont.woff +0 -0
- data/app/assets/font/roboto-bolditalic-webfont.eot +0 -0
- data/app/assets/font/roboto-bolditalic-webfont.svg +677 -0
- data/app/assets/font/roboto-bolditalic-webfont.ttf +0 -0
- data/app/assets/font/roboto-bolditalic-webfont.woff +0 -0
- data/app/assets/font/roboto-italic-webfont.eot +0 -0
- data/app/assets/font/roboto-italic-webfont.svg +668 -0
- data/app/assets/font/roboto-italic-webfont.ttf +0 -0
- data/app/assets/font/roboto-italic-webfont.woff +0 -0
- data/app/assets/font/roboto-light-webfont.eot +0 -0
- data/app/assets/font/roboto-light-webfont.svg +666 -0
- data/app/assets/font/roboto-light-webfont.ttf +0 -0
- data/app/assets/font/roboto-light-webfont.woff +0 -0
- data/app/assets/font/roboto-lightitalic-webfont.eot +0 -0
- data/app/assets/font/roboto-lightitalic-webfont.svg +668 -0
- data/app/assets/font/roboto-lightitalic-webfont.ttf +0 -0
- data/app/assets/font/roboto-lightitalic-webfont.woff +0 -0
- data/app/assets/font/roboto-medium-webfont.eot +0 -0
- data/app/assets/font/roboto-medium-webfont.svg +675 -0
- data/app/assets/font/roboto-medium-webfont.ttf +0 -0
- data/app/assets/font/roboto-medium-webfont.woff +0 -0
- data/app/assets/font/roboto-mediumitalic-webfont.eot +0 -0
- data/app/assets/font/roboto-mediumitalic-webfont.svg +677 -0
- data/app/assets/font/roboto-mediumitalic-webfont.ttf +0 -0
- data/app/assets/font/roboto-mediumitalic-webfont.woff +0 -0
- data/app/assets/font/roboto-regular-webfont.eot +0 -0
- data/app/assets/font/roboto-regular-webfont.svg +666 -0
- data/app/assets/font/roboto-regular-webfont.ttf +0 -0
- data/app/assets/font/roboto-regular-webfont.woff +0 -0
- data/app/assets/font/roboto-thin-webfont.eot +0 -0
- data/app/assets/font/roboto-thin-webfont.svg +666 -0
- data/app/assets/font/roboto-thin-webfont.ttf +0 -0
- data/app/assets/font/roboto-thin-webfont.woff +0 -0
- data/app/assets/font/roboto-thinitalic-webfont.eot +0 -0
- data/app/assets/font/roboto-thinitalic-webfont.svg +668 -0
- data/app/assets/font/roboto-thinitalic-webfont.ttf +0 -0
- data/app/assets/font/roboto-thinitalic-webfont.woff +0 -0
- data/app/assets/images/.keep +0 -0
- data/app/assets/images/bug-fixed-128.png +0 -0
- data/app/assets/images/bug-fixed-32.png +0 -0
- data/app/assets/images/bug-fixed-48.png +0 -0
- data/app/assets/images/bug-new-128.png +0 -0
- data/app/assets/images/bug-new-32.png +0 -0
- data/app/assets/images/bug-new-48.png +0 -0
- data/app/assets/images/bug-open-32.png +0 -0
- data/app/assets/images/bug-zero-128.png +0 -0
- data/app/assets/images/bug-zero-48.png +0 -0
- data/app/assets/javascripts/app/boot.coffee +22 -0
- data/app/assets/javascripts/app/emoji.coffee.erb +2 -0
- data/app/assets/javascripts/app/infinite_scroll.coffee +32 -0
- data/app/assets/javascripts/app/models/commit.coffee +9 -0
- data/app/assets/javascripts/app/models/release.coffee +9 -0
- data/app/assets/javascripts/app/models/task.coffee +5 -0
- data/app/assets/javascripts/app/models/tester.coffee +8 -0
- data/app/assets/javascripts/app/models/testing_note.coffee +18 -0
- data/app/assets/javascripts/app/models/ticket.coffee +165 -0
- data/app/assets/javascripts/app/models/user.coffee +3 -0
- data/app/assets/javascripts/app/mousetrap-bind-scoped.js +37 -0
- data/app/assets/javascripts/app/releases.coffee +55 -0
- data/app/assets/javascripts/app/stacked_area_graph.coffee +113 -0
- data/app/assets/javascripts/app/stacked_bar_graph.coffee +108 -0
- data/app/assets/javascripts/app/table_row_expander.coffee +52 -0
- data/app/assets/javascripts/app/ticket_tracker_refresh.coffee +73 -0
- data/app/assets/javascripts/app/views/_show_sprint_view.coffee +84 -0
- data/app/assets/javascripts/app/views/_tickets_view.coffee +62 -0
- data/app/assets/javascripts/app/views/all_tickets_view.coffee +29 -0
- data/app/assets/javascripts/app/views/commit_view.coffee +13 -0
- data/app/assets/javascripts/app/views/edit_sprint_view.coffee +327 -0
- data/app/assets/javascripts/app/views/edit_ticket_view.coffee +67 -0
- data/app/assets/javascripts/app/views/find_or_create_ticket_view.coffee +75 -0
- data/app/assets/javascripts/app/views/keyboard_shortcuts_modal.coffee +42 -0
- data/app/assets/javascripts/app/views/new_ticket_modal.coffee +24 -0
- data/app/assets/javascripts/app/views/new_ticket_view.coffee +207 -0
- data/app/assets/javascripts/app/views/problems_view.coffee +114 -0
- data/app/assets/javascripts/app/views/reports_view.coffee +51 -0
- data/app/assets/javascripts/app/views/testing_note_view.coffee +85 -0
- data/app/assets/javascripts/app/views/testing_report_view.coffee +29 -0
- data/app/assets/javascripts/app/views/testing_ticket_view.coffee +203 -0
- data/app/assets/javascripts/app/views/ticket_modal_view.coffee +77 -0
- data/app/assets/javascripts/application.js +18 -0
- data/app/assets/javascripts/core/app.coffee +169 -0
- data/app/assets/javascripts/core/burndown_chart.coffee +111 -0
- data/app/assets/javascripts/core/core_ext/number.coffee +48 -0
- data/app/assets/javascripts/core/errors.coffee +26 -0
- data/app/assets/javascripts/core/handlebars_helpers.coffee +164 -0
- data/app/assets/javascripts/core/helpers.coffee +18 -0
- data/app/assets/javascripts/core/jquery_extensions.coffee +176 -0
- data/app/assets/javascripts/dashboard.js +23 -0
- data/app/assets/javascripts/dashboard/refresher.coffee +120 -0
- data/app/assets/javascripts/vendor.js +26 -0
- data/app/assets/stylesheets/application.css +14 -0
- data/app/assets/stylesheets/application/ansi.scss +38 -0
- data/app/assets/stylesheets/application/commit.scss +6 -0
- data/app/assets/stylesheets/application/emoji.scss +5 -0
- data/app/assets/stylesheets/application/exceptions.scss +64 -0
- data/app/assets/stylesheets/application/find_or_create_ticket.scss +12 -0
- data/app/assets/stylesheets/application/follow_up.scss +44 -0
- data/app/assets/stylesheets/application/forms.scss +46 -0
- data/app/assets/stylesheets/application/freight_train.css.scss +46 -0
- data/app/assets/stylesheets/application/full_screen.scss +8 -0
- data/app/assets/stylesheets/application/infinite_scroll.scss +17 -0
- data/app/assets/stylesheets/application/keyboard_shortcuts.scss +31 -0
- data/app/assets/stylesheets/application/markdown.scss +27 -0
- data/app/assets/stylesheets/application/mobile.scss +3 -0
- data/app/assets/stylesheets/application/modals.scss +3 -0
- data/app/assets/stylesheets/application/navigation.scss +212 -0
- data/app/assets/stylesheets/application/new_ticket_view.scss +89 -0
- data/app/assets/stylesheets/application/omnibar.scss +55 -0
- data/app/assets/stylesheets/application/project_banner_buttons.scss +70 -0
- data/app/assets/stylesheets/application/project_tiles.scss +26 -0
- data/app/assets/stylesheets/application/projects.css.scss +96 -0
- data/app/assets/stylesheets/application/pull_requests.scss +68 -0
- data/app/assets/stylesheets/application/queue.scss +11 -0
- data/app/assets/stylesheets/application/release_form.scss +67 -0
- data/app/assets/stylesheets/application/releases.scss +164 -0
- data/app/assets/stylesheets/application/sortable_table.scss +26 -0
- data/app/assets/stylesheets/application/sprint.scss +83 -0
- data/app/assets/stylesheets/application/tables.scss +74 -0
- data/app/assets/stylesheets/application/test_run.scss +145 -0
- data/app/assets/stylesheets/application/testing_report.scss +279 -0
- data/app/assets/stylesheets/application/ticket.scss +156 -0
- data/app/assets/stylesheets/application/ticket_modal.scss +173 -0
- data/app/assets/stylesheets/application/tickets.scss +36 -0
- data/app/assets/stylesheets/application/timeline.scss +206 -0
- data/app/assets/stylesheets/application/tips.scss +5 -0
- data/app/assets/stylesheets/application/typeahead.scss +29 -0
- data/app/assets/stylesheets/application/uploading.scss +101 -0
- data/app/assets/stylesheets/application/user_wall.scss +4 -0
- data/app/assets/stylesheets/application/users.scss +22 -0
- data/app/assets/stylesheets/application/welcome.scss +48 -0
- data/app/assets/stylesheets/core/alerts.scss +14 -0
- data/app/assets/stylesheets/core/avatars.scss +22 -0
- data/app/assets/stylesheets/core/burndown_chart.scss +92 -0
- data/app/assets/stylesheets/core/colors.scss.erb +106 -0
- data/app/assets/stylesheets/core/misc.scss +165 -0
- data/app/assets/stylesheets/core/octicons-icons.scss +221 -0
- data/app/assets/stylesheets/core/octicons.scss.erb +9 -0
- data/app/assets/stylesheets/core/overrides.scss +48 -0
- data/app/assets/stylesheets/core/roboto.scss.erb +131 -0
- data/app/assets/stylesheets/core/scores.scss +123 -0
- data/app/assets/stylesheets/dashboard.css +14 -0
- data/app/assets/stylesheets/dashboard/dashboard.scss +110 -0
- data/app/assets/stylesheets/print.css.scss +22 -0
- data/app/assets/stylesheets/vendor.css +16 -0
- data/app/assets/templates/commit.hbs +9 -0
- data/app/assets/templates/keyboard_shortcuts.hbs +14 -0
- data/app/assets/templates/new_ticket/form.hbs +14 -0
- data/app/assets/templates/new_ticket/modal.hbs +9 -0
- data/app/assets/templates/new_ticket/suggestion.hbs +3 -0
- data/app/assets/templates/omnibar/commit.hbs +6 -0
- data/app/assets/templates/omnibar/modal.hbs +5 -0
- data/app/assets/templates/omnibar/project.hbs +5 -0
- data/app/assets/templates/omnibar/ticket.hbs +6 -0
- data/app/assets/templates/problems/index.hbs +3 -0
- data/app/assets/templates/problems/show.hbs +48 -0
- data/app/assets/templates/sprints/edit.hbs +50 -0
- data/app/assets/templates/sprints/show.hbs +1 -0
- data/app/assets/templates/sprints/task.hbs +17 -0
- data/app/assets/templates/sprints/typeahead.hbs +7 -0
- data/app/assets/templates/testing_notes/edit.hbs +20 -0
- data/app/assets/templates/testing_notes/new.hbs +27 -0
- data/app/assets/templates/testing_notes/show.hbs +11 -0
- data/app/assets/templates/testing_report/description.hbs +12 -0
- data/app/assets/templates/testing_report/ticket.hbs +21 -0
- data/app/assets/templates/testing_report/verdict.hbs +4 -0
- data/app/assets/templates/tickets/find_or_create.hbs +4 -0
- data/app/assets/templates/tickets/index.hbs +19 -0
- data/app/assets/templates/tickets/modal.hbs +5 -0
- data/app/assets/templates/tickets/show.hbs +62 -0
- data/app/assets/templates/tickets/typeahead.hbs +2 -0
- data/app/concerns/belongs_to_commit.rb +22 -0
- data/app/concerns/commit_synchronizer.rb +94 -0
- data/app/concerns/feature_state.rb +27 -0
- data/app/concerns/feature_support.rb +15 -0
- data/app/concerns/historical_weekly_stats.rb +15 -0
- data/app/concerns/milestone_synchronizer.rb +60 -0
- data/app/concerns/nosync.rb +21 -0
- data/app/concerns/project_adapter.rb +81 -0
- data/app/concerns/retirement.rb +28 -0
- data/app/concerns/ticket_synchronizer.rb +120 -0
- data/app/concerns/unique_add.rb +7 -0
- data/app/controllers/api/v1/sprint_tasks_controller.rb +97 -0
- data/app/controllers/api/v1/ticket_tasks_controller.rb +75 -0
- data/app/controllers/application_controller.rb +151 -0
- data/app/controllers/commits_controller.rb +33 -0
- data/app/controllers/concerns/.keep +0 -0
- data/app/controllers/deploys_controller.rb +43 -0
- data/app/controllers/home_controller.rb +9 -0
- data/app/controllers/hooks_controller.rb +31 -0
- data/app/controllers/jobs_controller.rb +13 -0
- data/app/controllers/oauth_consumers_controller.rb +68 -0
- data/app/controllers/omnibar_controller.rb +64 -0
- data/app/controllers/project_exceptions_controller.rb +36 -0
- data/app/controllers/project_hooks_controller.rb +30 -0
- data/app/controllers/project_options_controller.rb +27 -0
- data/app/controllers/project_pretickets_controller.rb +27 -0
- data/app/controllers/project_roles_controller.rb +22 -0
- data/app/controllers/project_tickets_controller.rb +153 -0
- data/app/controllers/project_tickets_sync_controller.rb +22 -0
- data/app/controllers/projects_controller.rb +97 -0
- data/app/controllers/releases_controller.rb +130 -0
- data/app/controllers/reports_controller.rb +215 -0
- data/app/controllers/sessions_controller.rb +8 -0
- data/app/controllers/settings_controller.rb +14 -0
- data/app/controllers/sprint_task_locks_controller.rb +47 -0
- data/app/controllers/sprints_controller.rb +99 -0
- data/app/controllers/tasks_controller.rb +40 -0
- data/app/controllers/test_runs_controller.rb +35 -0
- data/app/controllers/tester_bar_controller.rb +12 -0
- data/app/controllers/testing_notes_controller.rb +50 -0
- data/app/controllers/testing_report_controller.rb +38 -0
- data/app/controllers/tickets_controller.rb +48 -0
- data/app/controllers/uploads_controller.rb +56 -0
- data/app/controllers/user_credentials_controller.rb +24 -0
- data/app/controllers/user_options_controller.rb +19 -0
- data/app/controllers/users_controller.rb +115 -0
- data/app/controllers/welcome_controller.rb +28 -0
- data/app/helpers/ansi_helper.rb +46 -0
- data/app/helpers/application_helper.rb +97 -0
- data/app/helpers/avatar_helper.rb +32 -0
- data/app/helpers/backtrace_helper.rb +7 -0
- data/app/helpers/breadcrumbs_helper.rb +60 -0
- data/app/helpers/commit_helper.rb +60 -0
- data/app/helpers/demo_helper.rb +23 -0
- data/app/helpers/email_helper.rb +13 -0
- data/app/helpers/emoji_helper.rb +13 -0
- data/app/helpers/excel_helpers.rb +7 -0
- data/app/helpers/exposure_helper.rb +11 -0
- data/app/helpers/flash_message_helper.rb +22 -0
- data/app/helpers/maintenance_light_helper.rb +19 -0
- data/app/helpers/markdown_helper.rb +17 -0
- data/app/helpers/navigation_helper.rb +67 -0
- data/app/helpers/project_helper.rb +33 -0
- data/app/helpers/release_helper.rb +47 -0
- data/app/helpers/score_card_helper.rb +85 -0
- data/app/helpers/sprint_helper.rb +11 -0
- data/app/helpers/static_chart_helper.rb +7 -0
- data/app/helpers/test_run_helper.rb +36 -0
- data/app/helpers/ticket_helper.rb +70 -0
- data/app/helpers/timeline_helper.rb +39 -0
- data/app/helpers/url_helper.rb +75 -0
- data/app/helpers/user_helper.rb +15 -0
- data/app/helpers/version_helper.rb +9 -0
- data/app/interactors/push_gemfile_to_gemnasium.rb +88 -0
- data/app/interactors/test_run_comparer.rb +46 -0
- data/app/interactors/ticket_report.rb +66 -0
- data/app/jobs/sync_all_tickets_job.rb +48 -0
- data/app/jobs/sync_commits_job.rb +13 -0
- data/app/jobs/sync_project_tickets_job.rb +32 -0
- data/app/mailers/.gitkeep +0 -0
- data/app/mailers/.keep +0 -0
- data/app/mailers/deploy_notification.rb +33 -0
- data/app/mailers/project_notification.rb +131 -0
- data/app/mailers/view_mailer.rb +117 -0
- data/app/models/.gitkeep +0 -0
- data/app/models/.keep +0 -0
- data/app/models/ability.rb +53 -0
- data/app/models/activity_feed.rb +111 -0
- data/app/models/antecedent.rb +15 -0
- data/app/models/code_climate/coverage_report.rb +167 -0
- data/app/models/commit.rb +255 -0
- data/app/models/concerns/.keep +0 -0
- data/app/models/consumer_token.rb +13 -0
- data/app/models/deploy.rb +103 -0
- data/app/models/environment.rb +39 -0
- data/app/models/gemnasium/alert.rb +25 -0
- data/app/models/github/comment_event.rb +29 -0
- data/app/models/github/commit_comment_event.rb +7 -0
- data/app/models/github/commit_status_report.rb +73 -0
- data/app/models/github/diff_comment_event.rb +7 -0
- data/app/models/github/event.rb +20 -0
- data/app/models/github/issue_comment_event.rb +16 -0
- data/app/models/github/post_receive_event.rb +14 -0
- data/app/models/github/pull_request.rb +133 -0
- data/app/models/github/pull_request_event.rb +43 -0
- data/app/models/github/unauthorized.rb +4 -0
- data/app/models/github_token.rb +8 -0
- data/app/models/historical_head.rb +5 -0
- data/app/models/key_dependency.rb +45 -0
- data/app/models/maintenance_light.rb +12 -0
- data/app/models/measurement.rb +110 -0
- data/app/models/menu_item.rb +19 -0
- data/app/models/menu_item_divider.rb +11 -0
- data/app/models/milestone.rb +106 -0
- data/app/models/output_stream.rb +26 -0
- data/app/models/post_receive_payload.rb +30 -0
- data/app/models/project.rb +247 -0
- data/app/models/project_dependencies.rb +52 -0
- data/app/models/project_dependency.rb +108 -0
- data/app/models/project_menu_item.rb +12 -0
- data/app/models/release.rb +217 -0
- data/app/models/release_change.rb +54 -0
- data/app/models/role.rb +55 -0
- data/app/models/rubygems/gem.rb +76 -0
- data/app/models/run_tests_on_post_receive.rb +180 -0
- data/app/models/setting.rb +10 -0
- data/app/models/settings.rb +38 -0
- data/app/models/source_file_coverage.rb +10 -0
- data/app/models/sprint.rb +75 -0
- data/app/models/sprint_report.rb +56 -0
- data/app/models/sprint_task.rb +32 -0
- data/app/models/static_chart.rb +137 -0
- data/app/models/static_chart/area.rb +70 -0
- data/app/models/task.rb +217 -0
- data/app/models/test.rb +8 -0
- data/app/models/test_error.rb +8 -0
- data/app/models/test_result.rb +10 -0
- data/app/models/test_run.rb +366 -0
- data/app/models/test_run_statistics.rb +54 -0
- data/app/models/testing_note.rb +64 -0
- data/app/models/ticket.rb +368 -0
- data/app/models/ticket_antecedent.rb +39 -0
- data/app/models/ticket_comment.rb +21 -0
- data/app/models/ticket_committer.rb +11 -0
- data/app/models/ticket_tag.rb +25 -0
- data/app/models/user.rb +160 -0
- data/app/models/user_credentials.rb +48 -0
- data/app/models/value_statement.rb +9 -0
- data/app/presenters/commit_presenter.rb +52 -0
- data/app/presenters/full_ticket_presenter.rb +78 -0
- data/app/presenters/one_or_many.rb +22 -0
- data/app/presenters/problem_presenter.rb +49 -0
- data/app/presenters/release_presenter.rb +20 -0
- data/app/presenters/sprint_task_presenter.rb +49 -0
- data/app/presenters/task_presenter.rb +44 -0
- data/app/presenters/tasks_excel_presenter.rb +107 -0
- data/app/presenters/tester_presenter.rb +15 -0
- data/app/presenters/testing_note_presenter.rb +27 -0
- data/app/presenters/testing_report_ticket_presenter.rb +71 -0
- data/app/presenters/ticket_presenter.rb +36 -0
- data/app/views/activity/_events.html.erb +24 -0
- data/app/views/commits/show.html.erb +49 -0
- data/app/views/configuration_error/_invalid_repo.html.erb +7 -0
- data/app/views/configuration_error/_no_ticket_tracker.html.erb +7 -0
- data/app/views/configuration_error/_no_version_control.html.erb +7 -0
- data/app/views/deploys/show.html.erb +39 -0
- data/app/views/devise/_links.erb +25 -0
- data/app/views/devise/confirmations/new.html.erb +12 -0
- data/app/views/devise/invitations/edit.html.erb +26 -0
- data/app/views/devise/invitations/new.html.erb +12 -0
- data/app/views/devise/mailer/confirmation_instructions.html.erb +5 -0
- data/app/views/devise/mailer/invitation_instructions.html.erb +8 -0
- data/app/views/devise/mailer/reset_password_instructions.html.erb +8 -0
- data/app/views/devise/mailer/unlock_instructions.html.erb +7 -0
- data/app/views/devise/passwords/edit.html.erb +28 -0
- data/app/views/devise/passwords/new.html.erb +19 -0
- data/app/views/devise/registrations/edit.html.erb +25 -0
- data/app/views/devise/registrations/new.html.erb +18 -0
- data/app/views/devise/sessions/new.html.erb +43 -0
- data/app/views/devise/unlocks/new.html.erb +12 -0
- data/app/views/home/index.html.erb +0 -0
- data/app/views/jobs/show.html.erb +82 -0
- data/app/views/layouts/_navigation.html.erb +96 -0
- data/app/views/layouts/_tester_bar.html.erb +6 -0
- data/app/views/layouts/application.html.erb +83 -0
- data/app/views/layouts/dashboard.html.erb +48 -0
- data/app/views/layouts/email.html.erb +217 -0
- data/app/views/layouts/minimal.html.erb +54 -0
- data/app/views/layouts/naked_dashboard.html.erb +46 -0
- data/app/views/oauth_consumers/error.html.erb +5 -0
- data/app/views/oauth_consumers/index.html.erb +29 -0
- data/app/views/oauth_consumers/show.html.erb +7 -0
- data/app/views/project_notification/ci_configuration_error.html.erb +15 -0
- data/app/views/project_notification/follow_up.html.erb +26 -0
- data/app/views/project_notification/new_release.html.erb +31 -0
- data/app/views/project_notification/test_run.html.erb +141 -0
- data/app/views/project_notification/testing_note.html.erb +9 -0
- data/app/views/project_pretickets/show.html.erb +49 -0
- data/app/views/project_tickets/_tickets.html.erb +37 -0
- data/app/views/project_tickets/bugs.html.erb +13 -0
- data/app/views/project_tickets/ideas.html.erb +13 -0
- data/app/views/project_tickets/index.html.erb +13 -0
- data/app/views/project_tickets/index.xls.erb +130 -0
- data/app/views/project_tickets/new.html.erb +18 -0
- data/app/views/project_tickets/no_ticket_tracker.html.erb +8 -0
- data/app/views/project_tickets/open.html.erb +13 -0
- data/app/views/project_tickets/open_bugs.html.erb +13 -0
- data/app/views/project_tickets/open_ideas.html.erb +13 -0
- data/app/views/project_tickets/show.html.erb +76 -0
- data/app/views/projects/_form.html.erb +174 -0
- data/app/views/projects/_header.html.erb +11 -0
- data/app/views/projects/_keyboard_shortcuts.html.erb +8 -0
- data/app/views/projects/_new_ticket.html.erb +8 -0
- data/app/views/projects/_ticket_tracker_refresh.html.erb +4 -0
- data/app/views/projects/edit.html.erb +3 -0
- data/app/views/projects/index.html.erb +157 -0
- data/app/views/projects/new.html.erb +7 -0
- data/app/views/releases/_antecedents.html.erb +12 -0
- data/app/views/releases/_changelog.html.erb +48 -0
- data/app/views/releases/_commits.html.erb +18 -0
- data/app/views/releases/_form.html.erb +126 -0
- data/app/views/releases/_new_release.html.erb +15 -0
- data/app/views/releases/_tickets.html.erb +12 -0
- data/app/views/releases/edit.html.erb +19 -0
- data/app/views/releases/index.html.erb +80 -0
- data/app/views/releases/new.html.erb +72 -0
- data/app/views/releases/show.html.erb +3 -0
- data/app/views/reports/index.html.erb +9 -0
- data/app/views/reports/sprint.html.erb +21 -0
- data/app/views/reports/velocity.html.erb +104 -0
- data/app/views/settings/show.html.erb +20 -0
- data/app/views/sprints/dashboard.html.erb +29 -0
- data/app/views/sprints/show.html.erb +39 -0
- data/app/views/test_runs/confirm_retry.html.erb +3 -0
- data/app/views/testing_report/_scripts.html.erb +12 -0
- data/app/views/testing_report/index.html.erb +31 -0
- data/app/views/testing_report/show.html.erb +29 -0
- data/app/views/tickets/new.html.erb +18 -0
- data/app/views/users/_form.html.erb +115 -0
- data/app/views/users/_header.html.erb +10 -0
- data/app/views/users/edit.html.erb +3 -0
- data/app/views/users/index.html.erb +80 -0
- data/app/views/users/new.html.erb +8 -0
- data/app/views/users/show.html.erb +13 -0
- data/app/views/welcome/_tdl.html.erb +31 -0
- data/app/views/welcome/index.html.erb +29 -0
- data/bin/bundle +3 -0
- data/bin/rails +4 -0
- data/bin/rake +4 -0
- data/config/application.rb +91 -0
- data/config/boot.rb +4 -0
- data/config/database.yml +21 -0
- data/config/environment.rb +5 -0
- data/config/environments/development.rb +48 -0
- data/config/environments/production.rb +86 -0
- data/config/environments/test.rb +45 -0
- data/config/initializers/action_view_field_error_proc.rb +30 -0
- data/config/initializers/add_navigation_renderers.rb +66 -0
- data/config/initializers/assets.rb +9 -0
- data/config/initializers/backtrace_silencers.rb +7 -0
- data/config/initializers/constants.rb +9 -0
- data/config/initializers/cookies_serializer.rb +3 -0
- data/config/initializers/devise.rb +287 -0
- data/config/initializers/filter_parameter_logging.rb +4 -0
- data/config/initializers/hard_coded_knowledge.rb +141 -0
- data/config/initializers/houston_async.rb +13 -0
- data/config/initializers/houston_benchmark.rb +11 -0
- data/config/initializers/houston_report_exception.rb +27 -0
- data/config/initializers/houston_scheduler.rb +23 -0
- data/config/initializers/houston_tdl.rb +104 -0
- data/config/initializers/houston_try.rb +24 -0
- data/config/initializers/inflections.rb +16 -0
- data/config/initializers/mime_types.rb +5 -0
- data/config/initializers/oauth_consumers.rb +18 -0
- data/config/initializers/profile_gc.rb +1 -0
- data/config/initializers/requirements.rb +4 -0
- data/config/initializers/run_tests_on_post_receive.rb +1 -0
- data/config/initializers/secret_token.rb +16 -0
- data/config/initializers/session_store.rb +3 -0
- data/config/initializers/sync_commits_on_post_receive.rb +8 -0
- data/config/initializers/unfuddle.rb +6 -0
- data/config/initializers/vestal_versions.rb +9 -0
- data/config/initializers/wrap_parameters.rb +14 -0
- data/config/locales/devise.en.yml +59 -0
- data/config/locales/devise_invitable.en.yml +10 -0
- data/config/locales/en.yml +23 -0
- data/config/routes.rb +279 -0
- data/db/fixtures/projects.yml +21 -0
- data/db/fixtures/roles.yml +9 -0
- data/db/fixtures/users.yml +36 -0
- data/db/migrate/20120324185914_create_projects.rb +12 -0
- data/db/migrate/20120324202224_create_environments.rb +11 -0
- data/db/migrate/20120324212848_create_releases.rb +12 -0
- data/db/migrate/20120324212946_create_changes.rb +11 -0
- data/db/migrate/20120324230038_create_commits.rb +13 -0
- data/db/migrate/20120406185643_add_initial_commit_to_environments.rb +5 -0
- data/db/migrate/20120408155047_add_kanban_fields_to_projects.rb +9 -0
- data/db/migrate/20120417175450_devise_create_users.rb +52 -0
- data/db/migrate/20120417175841_devise_invitable_add_to_users.rb +23 -0
- data/db/migrate/20120417190504_add_role_to_users.rb +5 -0
- data/db/migrate/20120417195313_create_tickets.rb +12 -0
- data/db/migrate/20120417195433_create_ticket_queues.rb +11 -0
- data/db/migrate/20120424212706_create_testing_notes.rb +14 -0
- data/db/migrate/20120501230243_add_unfuddle_id_to_tickets.rb +9 -0
- data/db/migrate/20120501231817_add_expires_at_to_testing_notes.rb +5 -0
- data/db/migrate/20120501231948_add_unfuddle_id_to_testing_notes.rb +5 -0
- data/db/migrate/20120504143615_link_tickets_and_releases.rb +19 -0
- data/db/migrate/20120525013703_add_health_fields_to_projects.rb +6 -0
- data/db/migrate/20120607124115_add_cached_queries_to_projects.rb +5 -0
- data/db/migrate/20120626140242_add_deployment_to_tickets.rb +5 -0
- data/db/migrate/20120626150333_add_last_release_at_to_tickets.rb +14 -0
- data/db/migrate/20120626151320_link_tickets_and_commits.rb +17 -0
- data/db/migrate/20120626152020_add_committer_email_to_commits.rb +13 -0
- data/db/migrate/20120626152949_replace_committer_info_with_author_info.rb +12 -0
- data/db/migrate/20120715230526_change_testing_notes_comment_to_text.rb +9 -0
- data/db/migrate/20120715230922_create_user_notifications.rb +19 -0
- data/db/migrate/20120716010743_add_user_to_releases.rb +14 -0
- data/db/migrate/20120726212620_add_message_to_release.rb +5 -0
- data/db/migrate/20120726231754_link_projects_and_maintainers.rb +22 -0
- data/db/migrate/20120804003344_add_goldmine_to_tickets.rb +5 -0
- data/db/migrate/20120823025935_add_errbit_app_id_to_projects.rb +5 -0
- data/db/migrate/20120826022643_add_authentication_token_to_users.rb +13 -0
- data/db/migrate/20120827190634_add_git_last_sync_at_to_projects.rb +5 -0
- data/db/migrate/20120913020218_add_new_relic_id_to_projects.rb +5 -0
- data/db/migrate/20120920023251_add_administrator_to_users.rb +17 -0
- data/db/migrate/20120922010212_add_unfuddle_id_to_users.rb +5 -0
- data/db/migrate/20121026014457_split_users_name_into_first_and_last.rb +22 -0
- data/db/migrate/20121027160548_create_deploys.rb +11 -0
- data/db/migrate/20121027171215_add_deploy_id_to_releases.rb +6 -0
- data/db/migrate/20121104233305_add_tag_slug_to_changes.rb +5 -0
- data/db/migrate/20121126005019_add_retired_at_to_projects.rb +5 -0
- data/db/migrate/20121214025558_add_estimated_effort_and_estimated_value_to_tickets.rb +6 -0
- data/db/migrate/20121219202734_add_category_to_projects.rb +5 -0
- data/db/migrate/20121220031008_add_expires_at_to_tickets.rb +5 -0
- data/db/migrate/20121222170917_add_version_control_adapter_to_projects.rb +17 -0
- data/db/migrate/20121222223325_remove_unused_fields_from_projects.rb +21 -0
- data/db/migrate/20121222223635_add_ticket_tracking_adapter_to_projects.rb +17 -0
- data/db/migrate/20121224212623_rename_environments.rb +29 -0
- data/db/migrate/20121225175106_replace_environment_id_with_environment_name.rb +39 -0
- data/db/migrate/20121230173644_setup_hstore.rb +9 -0
- data/db/migrate/20121230174234_create_test_runs.rb +22 -0
- data/db/migrate/20130105200429_add_c_i_adapter_to_projects.rb +5 -0
- data/db/migrate/20130106184327_replace_test_runs_details_with_tests.rb +11 -0
- data/db/migrate/20130106185425_add_total_count_to_test_runs.rb +5 -0
- data/db/migrate/20130119203853_remove_cached_queries_from_projects.rb +9 -0
- data/db/migrate/20130119204608_add_extended_attributes_to_tickets.rb +35 -0
- data/db/migrate/20130119211540_remove_estimated_effort_and_estimated_value_from_tickets.rb +11 -0
- data/db/migrate/20130119212008_rename_tickets_unfuddle_id_to_remote_id.rb +5 -0
- data/db/migrate/20130120182026_create_ticket_prerequisites.rb +13 -0
- data/db/migrate/20130211015046_add_min_passing_verdicts_to_projects.rb +5 -0
- data/db/migrate/20130302205014_change_default_role_for_users.rb +8 -0
- data/db/migrate/20130306023456_add_agent_email_to_test_runs.rb +5 -0
- data/db/migrate/20130306023613_add_branch_to_test_runs.rb +5 -0
- data/db/migrate/20130312224911_create_errors.rb +12 -0
- data/db/migrate/20130319003918_add_coverage_to_test_runs.rb +7 -0
- data/db/migrate/20130407195450_create_roles.rb +14 -0
- data/db/migrate/20130407200624_populate_roles.rb +43 -0
- data/db/migrate/20130407220039_add_project_id_to_testing_notes.rb +26 -0
- data/db/migrate/20130407220937_add_project_id_to_commits.rb +26 -0
- data/db/migrate/20130416020627_add_environments_subscribed_to_to_users.rb +17 -0
- data/db/migrate/20130420151334_rename_ticket_tracking_to_ticket_tracker.rb +6 -0
- data/db/migrate/20130420155332_rename_projects_version_control_adapter_to_version_control_name.rb +5 -0
- data/db/migrate/20130420172322_rename_projects_ci_adapter_to_ci_server_name.rb +5 -0
- data/db/migrate/20130420174002_rename_projects_errbit_app_id_to_error_tracker_id.rb +5 -0
- data/db/migrate/20130420174126_add_error_tracker_name_to_projects.rb +11 -0
- data/db/migrate/20130427223925_create_project_quotas.rb +14 -0
- data/db/migrate/20130428005808_create_settings.rb +8 -0
- data/db/migrate/20130504014802_add_extended_attributes_to_projects.rb +19 -0
- data/db/migrate/20130504135741_add_antecedents_to_tickets.rb +26 -0
- data/db/migrate/20130505144446_add_tags_to_tickets.rb +9 -0
- data/db/migrate/20130505162039_add_type_to_tickets.rb +9 -0
- data/db/migrate/20130505212838_add_closed_at_to_tickets.rb +9 -0
- data/db/migrate/20130518224352_drop_environments.rb +9 -0
- data/db/migrate/20130518224406_drop_projects_maintainers.rb +9 -0
- data/db/migrate/20130518224655_remove_goldmine_from_tickets.rb +9 -0
- data/db/migrate/20130518224722_remove_pre_adapter_fields_from_projects.rb +11 -0
- data/db/migrate/20130519163615_create_user_credentials.rb +18 -0
- data/db/migrate/20130525192607_add_reporter_email_and_reporter_id_to_tickets.rb +6 -0
- data/db/migrate/20130525222131_add_regression_count_to_test_runs.rb +5 -0
- data/db/migrate/20130526024851_give_default_values_for_counts_from_test_runs.rb +19 -0
- data/db/migrate/20130706141443_drop_deprecated_project_roles.rb +9 -0
- data/db/migrate/20130710233849_add_authored_at_to_commits.rb +52 -0
- data/db/migrate/20130711004558_downcase_commits_committer_emails.rb +10 -0
- data/db/migrate/20130711013156_link_commits_and_users.rb +35 -0
- data/db/migrate/20130728191005_add_retired_at_to_users.rb +5 -0
- data/db/migrate/20130806143651_link_commits_and_releases.rb +18 -0
- data/db/migrate/20130815232527_add_unreachable_to_commits.rb +6 -0
- data/db/migrate/20130914152419_rename_test_runs_commit_to_sha.rb +9 -0
- data/db/migrate/20130914155044_add_code_climate_repo_token_to_projects.rb +5 -0
- data/db/migrate/20130921141449_create_milestones.rb +19 -0
- data/db/migrate/20131002005512_add_last_ticket_tracker_sync_at_to_projects.rb +5 -0
- data/db/migrate/20131002015547_add_ticket_tracker_sync_started_at_to_projects.rb +5 -0
- data/db/migrate/20131002145620_add_destroyed_at_to_tickets.rb +6 -0
- data/db/migrate/20131003014023_add_destroyed_at_to_milestones.rb +6 -0
- data/db/migrate/20131004015452_add_resolution_to_tickets.rb +6 -0
- data/db/migrate/20131004185618_add_first_release_at_to_tickets.rb +14 -0
- data/db/migrate/20131012152403_create_sprints.rb +15 -0
- data/db/migrate/20131013185636_add_checked_out_to_tickets.rb +6 -0
- data/db/migrate/20131027214942_add_priority_to_tickets.rb +5 -0
- data/db/migrate/20131112010815_delete_duplicate_commits.rb +33 -0
- data/db/migrate/20131216014505_create_oauth_consumer_tokens.rb +20 -0
- data/db/migrate/20131223194246_add_reopened_at_to_tickets.rb +5 -0
- data/db/migrate/20140106212047_add_options_to_projects.rb +5 -0
- data/db/migrate/20140106212305_add_options_to_users.rb +5 -0
- data/db/migrate/20140114014144_add_deployer_to_deploys.rb +5 -0
- data/db/migrate/20140217150735_drop_table_user_notifications.rb +9 -0
- data/db/migrate/20140217160450_add_email_addresses_to_users.rb +18 -0
- data/db/migrate/20140217195942_add_prerequisites_to_tickets.rb +5 -0
- data/db/migrate/20140327020121_drop_ticket_prerequisites.rb +9 -0
- data/db/migrate/20140401234330_add_index_to_ticket_queues.rb +6 -0
- data/db/migrate/20140406183224_remove_new_relic_id_from_projects.rb +9 -0
- data/db/migrate/20140406230121_delete_automatically_generated_messages_for_releases.rb +12 -0
- data/db/migrate/20140407010111_drop_sprints_project_id.rb +9 -0
- data/db/migrate/20140411214022_add_invitation_created_at_to_user.rb +5 -0
- data/db/migrate/20140418133005_change_ticket_antecedents_to_text_array.rb +9 -0
- data/db/migrate/20140419152214_add_gemnasium_slug_to_projects.rb +5 -0
- data/db/migrate/20140425141946_embed_changes_in_releases.rb +19 -0
- data/db/migrate/20140427235508_prevent_release_changes_from_being_null.rb +6 -0
- data/db/migrate/20140428023146_prevent_ticket_number_from_being_null.rb +5 -0
- data/db/migrate/20140429000919_add_feature_states_to_projects.rb +5 -0
- data/db/migrate/20140506032958_add_locked_to_sprints.rb +5 -0
- data/db/migrate/20140506035755_create_value_statements.rb +9 -0
- data/db/migrate/20140511024021_rename_testing_notes_unfuddle_id_to_remote_id.rb +5 -0
- data/db/migrate/20140515174322_create_tasks.rb +20 -0
- data/db/migrate/20140515200824_link_tasks_and_commits.rb +8 -0
- data/db/migrate/20140516005310_link_tasks_and_releases.rb +8 -0
- data/db/migrate/20140516012049_create_tasks_for_existing_tickets.rb +33 -0
- data/db/migrate/20140517012626_prevent_hstore_fields_from_being_null.rb +22 -0
- data/db/migrate/20140521014652_allow_task_descriptions_to_be_null.rb +13 -0
- data/db/migrate/20140526155845_add_commit_id_to_deploys.rb +31 -0
- data/db/migrate/20140526162645_add_commit_before_id_and_commit_after_id_to_releases.rb +28 -0
- data/db/migrate/20140526180608_associate_remaining_deploys_and_releases.rb +60 -0
- data/db/migrate/20140606232907_create_vestal_versions.rb +28 -0
- data/db/migrate/20140724231918_create_sprints_tasks.rb +17 -0
- data/db/migrate/20140806233301_add_position_to_milestones.rb +5 -0
- data/db/migrate/20140810224209_add_size_and_units_to_milestones.rb +7 -0
- data/db/migrate/20140824194031_add_project_id_to_tasks.rb +11 -0
- data/db/migrate/20140824194526_add_completed_at_to_tasks.rb +20 -0
- data/db/migrate/20140824211249_require_sprints_to_be_unique.rb +9 -0
- data/db/migrate/20140907012329_drop_table_changes.rb +9 -0
- data/db/migrate/20140907013836_drop_table_errors.rb +9 -0
- data/db/migrate/20140921190022_add_checked_out_to_sprints_tasks.rb +19 -0
- data/db/migrate/20140921201441_drop_users_name.rb +9 -0
- data/db/migrate/20140925021043_rename_deploys_commit_to_sha.rb +17 -0
- data/db/migrate/20140929004347_create_historical_heads.rb +23 -0
- data/db/migrate/20141027194819_make_users_environments_subscribed_to_an_array.rb +18 -0
- data/db/migrate/20141202004123_add_duration_to_deploys.rb +5 -0
- data/db/migrate/20141226171730_create_measurements.rb +17 -0
- data/db/migrate/20150116153233_add_timestamps_to_measurements.rb +6 -0
- data/db/migrate/20150119154013_drop_unused_fields_from_milestones.rb +13 -0
- data/db/migrate/20150220215154_add_branch_to_deploys.rb +5 -0
- data/db/migrate/20150222205616_add_features_to_projects.rb +12 -0
- data/db/migrate/20150222214124_add_current_project_to_users.rb +5 -0
- data/db/migrate/20150223013721_add_nickname_to_users.rb +5 -0
- data/db/migrate/20150302153319_add_username_to_users.rb +5 -0
- data/db/migrate/20150323004452_add_deploys_completed_at.rb +10 -0
- data/db/migrate/20150323011050_add_output_to_deploy.rb +5 -0
- data/db/migrate/20150805180939_add_commit_id_to_test_runs.rb +30 -0
- data/db/migrate/20150805233946_add_user_id_to_test_runs.rb +23 -0
- data/db/migrate/20150806032230_create_tests.rb +33 -0
- data/db/migrate/20150808161729_create_test_errors.rb +10 -0
- data/db/migrate/20150808161805_create_test_results.rb +72 -0
- data/db/migrate/20150808162928_index_test_runs_on_commit_id.rb +5 -0
- data/db/migrate/20150808192103_index_commits_on_sha.rb +5 -0
- data/db/migrate/20150808193354_add_parent_sha_to_commits.rb +43 -0
- data/db/migrate/20150809132417_rename_test_results_regression_to_difference.rb +11 -0
- data/db/migrate/20150809201942_add_compared_to_test_runs.rb +5 -0
- data/db/migrate/20150817232311_create_pull_requests.rb +25 -0
- data/db/migrate/20150820023708_add_labels_to_pull_requests.rb +5 -0
- data/db/migrate/20150902005758_downcase_environment_names.rb +19 -0
- data/db/migrate/20150902010629_add_user_id_to_deploys.rb +5 -0
- data/db/migrate/20150902010853_populate_deploys_user.rb +13 -0
- data/db/seeds.rb +9 -0
- data/db/structure.sql +2282 -0
- data/houston.gemspec +99 -0
- data/lib/configuration.rb +764 -0
- data/lib/core_ext/duration.rb +21 -0
- data/lib/core_ext/exception.rb +7 -0
- data/lib/core_ext/hash.rb +51 -0
- data/lib/core_ext/kernel.rb +23 -0
- data/lib/houston/application.rb +1 -0
- data/lib/houston/version.rb +3 -0
- data/lib/houston_daemonize.rb +37 -0
- data/lib/houston_observer.rb +69 -0
- data/lib/houston_server.rb +31 -0
- data/lib/parallel_enumerable.rb +56 -0
- data/lib/patches/sprockets_output_path_for_assets.rb +29 -0
- data/lib/tasks/.gitkeep +0 -0
- data/lib/tasks/.keep +0 -0
- data/lib/tasks/config.rake +255 -0
- data/lib/tasks/keypair.rake +18 -0
- data/lib/unexpected_response.rb +22 -0
- data/log/.gitkeep +0 -0
- data/log/.keep +0 -0
- data/script/bootstrap +14 -0
- data/script/cibuild +9 -0
- data/support/award.ai +4409 -19
- data/support/badges.ai +4621 -19
- data/support/bugs-1.ai +1364 -1
- data/support/bugs-2.ai +806 -1
- data/support/chevron.ai +4431 -19
- data/support/favicon.psd +0 -0
- data/support/flask.ai +386 -1
- data/support/headings.ai +394 -0
- data/support/new-window-link-12.gif +0 -0
- data/support/newrelic.ai +204 -0
- data/support/newrelic.png +0 -0
- data/support/wrench.ai +4389 -20
- data/vendor/assets/javascripts/.gitkeep +0 -0
- data/vendor/assets/javascripts/.keep +0 -0
- data/vendor/assets/javascripts/Markdown.Converter.js +1412 -0
- data/vendor/assets/javascripts/alertify.js +1 -0
- data/vendor/assets/javascripts/bootstrap.js +2280 -0
- data/vendor/assets/javascripts/d3.v3.js +9274 -0
- data/vendor/assets/javascripts/dropzone.js +1728 -0
- data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.accordion.js +572 -0
- data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.autocomplete.js +608 -0
- data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.button.js +419 -0
- data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.core.js +324 -0
- data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.datepicker.js +2050 -0
- data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.dialog.js +799 -0
- data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.draggable.js +943 -0
- data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.droppable.js +371 -0
- data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-blind.js +82 -0
- data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-bounce.js +113 -0
- data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-clip.js +67 -0
- data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-drop.js +65 -0
- data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-explode.js +97 -0
- data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-fade.js +30 -0
- data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-fold.js +76 -0
- data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-highlight.js +50 -0
- data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-pulsate.js +63 -0
- data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-scale.js +318 -0
- data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-shake.js +74 -0
- data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-slide.js +64 -0
- data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-transfer.js +47 -0
- data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect.js +1268 -0
- data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.menu.js +621 -0
- data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.mouse.js +169 -0
- data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.position.js +497 -0
- data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.progressbar.js +145 -0
- data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.resizable.js +946 -0
- data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.selectable.js +277 -0
- data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.slider.js +672 -0
- data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.sortable.js +1250 -0
- data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.spinner.js +492 -0
- data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.tabs.js +846 -0
- data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.tooltip.js +402 -0
- data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.widget.js +521 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery-ui-i18n.js +1379 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-af.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ar-DZ.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ar.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-az.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-bg.js +24 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-bs.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ca.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-cs.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-da.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-de.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-el.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-en-AU.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-en-GB.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-en-NZ.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-eo.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-es.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-et.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-eu.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-fa.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-fi.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-fo.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-fr-CH.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-fr.js +25 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-gl.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-he.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-hr.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-hu.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-hy.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-id.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-is.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-it.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ja.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ko.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-kz.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-lt.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-lv.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ml.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ms.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-nl.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-no.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-pl.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-pt-BR.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-pt.js +22 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-rm.js +21 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ro.js +26 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ru.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-sk.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-sl.js +24 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-sq.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-sr-SR.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-sr.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-sv.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ta.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-th.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-tj.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-tr.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-uk.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-vi.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-zh-CN.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-zh-HK.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-zh-TW.js +23 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.blind.js +49 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.bounce.js +78 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.clip.js +54 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.core.js +746 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.drop.js +50 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.explode.js +79 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.fade.js +32 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.fold.js +56 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.highlight.js +49 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.pulsate.js +51 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.scale.js +178 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.shake.js +57 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.slide.js +50 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.transfer.js +45 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.accordion.js +611 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.autocomplete.js +612 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.button.js +416 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.core.js +312 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.datepicker.js +1814 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.dialog.js +879 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.draggable.js +823 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.droppable.js +296 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.mouse.js +160 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.position.js +252 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.progressbar.js +109 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.resizable.js +842 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.selectable.js +266 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.slider.js +666 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.sortable.js +1077 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.tabs.js +758 -0
- data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.widget.js +262 -0
- data/vendor/assets/javascripts/jquery-ui.js +55 -0
- data/vendor/assets/javascripts/jquery.autosize.js +242 -0
- data/vendor/assets/javascripts/jquery.pjax.js +817 -0
- data/vendor/assets/javascripts/jquery.tablesorter.js +1032 -0
- data/vendor/assets/javascripts/jquery.timeago.js +214 -0
- data/vendor/assets/javascripts/md5.js +202 -0
- data/vendor/assets/javascripts/mousetrap.js +953 -0
- data/vendor/assets/stylesheets/.gitkeep +0 -0
- data/vendor/assets/stylesheets/.keep +0 -0
- data/vendor/assets/stylesheets/alertify-bootstrap-3.css +2 -0
- data/vendor/assets/stylesheets/alertify-bootstrap.css +2 -0
- data/vendor/assets/stylesheets/alertify.css +2 -0
- data/vendor/assets/stylesheets/bootstrap-responsive.css +800 -0
- data/vendor/assets/stylesheets/bootstrap.css +6163 -0
- data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.accordion.css +38 -0
- data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.autocomplete.css +16 -0
- data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.button.css +114 -0
- data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.core.css +93 -0
- data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.datepicker.css +178 -0
- data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.dialog.css +69 -0
- data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.menu.css +77 -0
- data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.progressbar.css +28 -0
- data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.resizable.css +78 -0
- data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.selectable.css +15 -0
- data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.slider.css +73 -0
- data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.spinner.css +65 -0
- data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.tabs.css +52 -0
- data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.theme.css +406 -0
- data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.tooltip.css +19 -0
- data/vendor/assets/stylesheets/jquery-ui.css +28 -0
- data/vendor/images/fa-bank.svg +9 -0
- data/vendor/images/fa-bell.svg +9 -0
- data/vendor/images/fa-bomb.svg +9 -0
- data/vendor/images/fa-bug.svg +9 -0
- data/vendor/images/fa-bullhorn.svg +6 -0
- data/vendor/images/fa-burndown.svg +15 -0
- data/vendor/images/fa-calendar-o.svg +9 -0
- data/vendor/images/fa-comment.svg +9 -0
- data/vendor/images/fa-comments.svg +9 -0
- data/vendor/images/fa-database.svg +9 -0
- data/vendor/images/fa-fire-extinguisher.svg +9 -0
- data/vendor/images/fa-gear.svg +6 -0
- data/vendor/images/fa-lightbulb-o.svg +9 -0
- data/vendor/images/fa-paper-plane.svg +9 -0
- data/vendor/images/fa-road.svg +9 -0
- data/vendor/images/fa-user.svg +9 -0
- metadata +1611 -0
@@ -0,0 +1,402 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI Tooltip 1.10.1
|
3
|
+
* http://jqueryui.com
|
4
|
+
*
|
5
|
+
* Copyright 2013 jQuery Foundation and other contributors
|
6
|
+
* Released under the MIT license.
|
7
|
+
* http://jquery.org/license
|
8
|
+
*
|
9
|
+
* http://api.jqueryui.com/tooltip/
|
10
|
+
*
|
11
|
+
* Depends:
|
12
|
+
* jquery.ui.core.js
|
13
|
+
* jquery.ui.widget.js
|
14
|
+
* jquery.ui.position.js
|
15
|
+
*/
|
16
|
+
(function( $ ) {
|
17
|
+
|
18
|
+
var increments = 0;
|
19
|
+
|
20
|
+
function addDescribedBy( elem, id ) {
|
21
|
+
var describedby = (elem.attr( "aria-describedby" ) || "").split( /\s+/ );
|
22
|
+
describedby.push( id );
|
23
|
+
elem
|
24
|
+
.data( "ui-tooltip-id", id )
|
25
|
+
.attr( "aria-describedby", $.trim( describedby.join( " " ) ) );
|
26
|
+
}
|
27
|
+
|
28
|
+
function removeDescribedBy( elem ) {
|
29
|
+
var id = elem.data( "ui-tooltip-id" ),
|
30
|
+
describedby = (elem.attr( "aria-describedby" ) || "").split( /\s+/ ),
|
31
|
+
index = $.inArray( id, describedby );
|
32
|
+
if ( index !== -1 ) {
|
33
|
+
describedby.splice( index, 1 );
|
34
|
+
}
|
35
|
+
|
36
|
+
elem.removeData( "ui-tooltip-id" );
|
37
|
+
describedby = $.trim( describedby.join( " " ) );
|
38
|
+
if ( describedby ) {
|
39
|
+
elem.attr( "aria-describedby", describedby );
|
40
|
+
} else {
|
41
|
+
elem.removeAttr( "aria-describedby" );
|
42
|
+
}
|
43
|
+
}
|
44
|
+
|
45
|
+
$.widget( "ui.tooltip", {
|
46
|
+
version: "1.10.1",
|
47
|
+
options: {
|
48
|
+
content: function() {
|
49
|
+
// support: IE<9, Opera in jQuery <1.7
|
50
|
+
// .text() can't accept undefined, so coerce to a string
|
51
|
+
var title = $( this ).attr( "title" ) || "";
|
52
|
+
// Escape title, since we're going from an attribute to raw HTML
|
53
|
+
return $( "<a>" ).text( title ).html();
|
54
|
+
},
|
55
|
+
hide: true,
|
56
|
+
// Disabled elements have inconsistent behavior across browsers (#8661)
|
57
|
+
items: "[title]:not([disabled])",
|
58
|
+
position: {
|
59
|
+
my: "left top+15",
|
60
|
+
at: "left bottom",
|
61
|
+
collision: "flipfit flip"
|
62
|
+
},
|
63
|
+
show: true,
|
64
|
+
tooltipClass: null,
|
65
|
+
track: false,
|
66
|
+
|
67
|
+
// callbacks
|
68
|
+
close: null,
|
69
|
+
open: null
|
70
|
+
},
|
71
|
+
|
72
|
+
_create: function() {
|
73
|
+
this._on({
|
74
|
+
mouseover: "open",
|
75
|
+
focusin: "open"
|
76
|
+
});
|
77
|
+
|
78
|
+
// IDs of generated tooltips, needed for destroy
|
79
|
+
this.tooltips = {};
|
80
|
+
// IDs of parent tooltips where we removed the title attribute
|
81
|
+
this.parents = {};
|
82
|
+
|
83
|
+
if ( this.options.disabled ) {
|
84
|
+
this._disable();
|
85
|
+
}
|
86
|
+
},
|
87
|
+
|
88
|
+
_setOption: function( key, value ) {
|
89
|
+
var that = this;
|
90
|
+
|
91
|
+
if ( key === "disabled" ) {
|
92
|
+
this[ value ? "_disable" : "_enable" ]();
|
93
|
+
this.options[ key ] = value;
|
94
|
+
// disable element style changes
|
95
|
+
return;
|
96
|
+
}
|
97
|
+
|
98
|
+
this._super( key, value );
|
99
|
+
|
100
|
+
if ( key === "content" ) {
|
101
|
+
$.each( this.tooltips, function( id, element ) {
|
102
|
+
that._updateContent( element );
|
103
|
+
});
|
104
|
+
}
|
105
|
+
},
|
106
|
+
|
107
|
+
_disable: function() {
|
108
|
+
var that = this;
|
109
|
+
|
110
|
+
// close open tooltips
|
111
|
+
$.each( this.tooltips, function( id, element ) {
|
112
|
+
var event = $.Event( "blur" );
|
113
|
+
event.target = event.currentTarget = element[0];
|
114
|
+
that.close( event, true );
|
115
|
+
});
|
116
|
+
|
117
|
+
// remove title attributes to prevent native tooltips
|
118
|
+
this.element.find( this.options.items ).addBack().each(function() {
|
119
|
+
var element = $( this );
|
120
|
+
if ( element.is( "[title]" ) ) {
|
121
|
+
element
|
122
|
+
.data( "ui-tooltip-title", element.attr( "title" ) )
|
123
|
+
.attr( "title", "" );
|
124
|
+
}
|
125
|
+
});
|
126
|
+
},
|
127
|
+
|
128
|
+
_enable: function() {
|
129
|
+
// restore title attributes
|
130
|
+
this.element.find( this.options.items ).addBack().each(function() {
|
131
|
+
var element = $( this );
|
132
|
+
if ( element.data( "ui-tooltip-title" ) ) {
|
133
|
+
element.attr( "title", element.data( "ui-tooltip-title" ) );
|
134
|
+
}
|
135
|
+
});
|
136
|
+
},
|
137
|
+
|
138
|
+
open: function( event ) {
|
139
|
+
var that = this,
|
140
|
+
target = $( event ? event.target : this.element )
|
141
|
+
// we need closest here due to mouseover bubbling,
|
142
|
+
// but always pointing at the same event target
|
143
|
+
.closest( this.options.items );
|
144
|
+
|
145
|
+
// No element to show a tooltip for or the tooltip is already open
|
146
|
+
if ( !target.length || target.data( "ui-tooltip-id" ) ) {
|
147
|
+
return;
|
148
|
+
}
|
149
|
+
|
150
|
+
if ( target.attr( "title" ) ) {
|
151
|
+
target.data( "ui-tooltip-title", target.attr( "title" ) );
|
152
|
+
}
|
153
|
+
|
154
|
+
target.data( "ui-tooltip-open", true );
|
155
|
+
|
156
|
+
// kill parent tooltips, custom or native, for hover
|
157
|
+
if ( event && event.type === "mouseover" ) {
|
158
|
+
target.parents().each(function() {
|
159
|
+
var parent = $( this ),
|
160
|
+
blurEvent;
|
161
|
+
if ( parent.data( "ui-tooltip-open" ) ) {
|
162
|
+
blurEvent = $.Event( "blur" );
|
163
|
+
blurEvent.target = blurEvent.currentTarget = this;
|
164
|
+
that.close( blurEvent, true );
|
165
|
+
}
|
166
|
+
if ( parent.attr( "title" ) ) {
|
167
|
+
parent.uniqueId();
|
168
|
+
that.parents[ this.id ] = {
|
169
|
+
element: this,
|
170
|
+
title: parent.attr( "title" )
|
171
|
+
};
|
172
|
+
parent.attr( "title", "" );
|
173
|
+
}
|
174
|
+
});
|
175
|
+
}
|
176
|
+
|
177
|
+
this._updateContent( target, event );
|
178
|
+
},
|
179
|
+
|
180
|
+
_updateContent: function( target, event ) {
|
181
|
+
var content,
|
182
|
+
contentOption = this.options.content,
|
183
|
+
that = this,
|
184
|
+
eventType = event ? event.type : null;
|
185
|
+
|
186
|
+
if ( typeof contentOption === "string" ) {
|
187
|
+
return this._open( event, target, contentOption );
|
188
|
+
}
|
189
|
+
|
190
|
+
content = contentOption.call( target[0], function( response ) {
|
191
|
+
// ignore async response if tooltip was closed already
|
192
|
+
if ( !target.data( "ui-tooltip-open" ) ) {
|
193
|
+
return;
|
194
|
+
}
|
195
|
+
// IE may instantly serve a cached response for ajax requests
|
196
|
+
// delay this call to _open so the other call to _open runs first
|
197
|
+
that._delay(function() {
|
198
|
+
// jQuery creates a special event for focusin when it doesn't
|
199
|
+
// exist natively. To improve performance, the native event
|
200
|
+
// object is reused and the type is changed. Therefore, we can't
|
201
|
+
// rely on the type being correct after the event finished
|
202
|
+
// bubbling, so we set it back to the previous value. (#8740)
|
203
|
+
if ( event ) {
|
204
|
+
event.type = eventType;
|
205
|
+
}
|
206
|
+
this._open( event, target, response );
|
207
|
+
});
|
208
|
+
});
|
209
|
+
if ( content ) {
|
210
|
+
this._open( event, target, content );
|
211
|
+
}
|
212
|
+
},
|
213
|
+
|
214
|
+
_open: function( event, target, content ) {
|
215
|
+
var tooltip, events, delayedShow,
|
216
|
+
positionOption = $.extend( {}, this.options.position );
|
217
|
+
|
218
|
+
if ( !content ) {
|
219
|
+
return;
|
220
|
+
}
|
221
|
+
|
222
|
+
// Content can be updated multiple times. If the tooltip already
|
223
|
+
// exists, then just update the content and bail.
|
224
|
+
tooltip = this._find( target );
|
225
|
+
if ( tooltip.length ) {
|
226
|
+
tooltip.find( ".ui-tooltip-content" ).html( content );
|
227
|
+
return;
|
228
|
+
}
|
229
|
+
|
230
|
+
// if we have a title, clear it to prevent the native tooltip
|
231
|
+
// we have to check first to avoid defining a title if none exists
|
232
|
+
// (we don't want to cause an element to start matching [title])
|
233
|
+
//
|
234
|
+
// We use removeAttr only for key events, to allow IE to export the correct
|
235
|
+
// accessible attributes. For mouse events, set to empty string to avoid
|
236
|
+
// native tooltip showing up (happens only when removing inside mouseover).
|
237
|
+
if ( target.is( "[title]" ) ) {
|
238
|
+
if ( event && event.type === "mouseover" ) {
|
239
|
+
target.attr( "title", "" );
|
240
|
+
} else {
|
241
|
+
target.removeAttr( "title" );
|
242
|
+
}
|
243
|
+
}
|
244
|
+
|
245
|
+
tooltip = this._tooltip( target );
|
246
|
+
addDescribedBy( target, tooltip.attr( "id" ) );
|
247
|
+
tooltip.find( ".ui-tooltip-content" ).html( content );
|
248
|
+
|
249
|
+
function position( event ) {
|
250
|
+
positionOption.of = event;
|
251
|
+
if ( tooltip.is( ":hidden" ) ) {
|
252
|
+
return;
|
253
|
+
}
|
254
|
+
tooltip.position( positionOption );
|
255
|
+
}
|
256
|
+
if ( this.options.track && event && /^mouse/.test( event.type ) ) {
|
257
|
+
this._on( this.document, {
|
258
|
+
mousemove: position
|
259
|
+
});
|
260
|
+
// trigger once to override element-relative positioning
|
261
|
+
position( event );
|
262
|
+
} else {
|
263
|
+
tooltip.position( $.extend({
|
264
|
+
of: target
|
265
|
+
}, this.options.position ) );
|
266
|
+
}
|
267
|
+
|
268
|
+
tooltip.hide();
|
269
|
+
|
270
|
+
this._show( tooltip, this.options.show );
|
271
|
+
// Handle tracking tooltips that are shown with a delay (#8644). As soon
|
272
|
+
// as the tooltip is visible, position the tooltip using the most recent
|
273
|
+
// event.
|
274
|
+
if ( this.options.show && this.options.show.delay ) {
|
275
|
+
delayedShow = this.delayedShow = setInterval(function() {
|
276
|
+
if ( tooltip.is( ":visible" ) ) {
|
277
|
+
position( positionOption.of );
|
278
|
+
clearInterval( delayedShow );
|
279
|
+
}
|
280
|
+
}, $.fx.interval );
|
281
|
+
}
|
282
|
+
|
283
|
+
this._trigger( "open", event, { tooltip: tooltip } );
|
284
|
+
|
285
|
+
events = {
|
286
|
+
keyup: function( event ) {
|
287
|
+
if ( event.keyCode === $.ui.keyCode.ESCAPE ) {
|
288
|
+
var fakeEvent = $.Event(event);
|
289
|
+
fakeEvent.currentTarget = target[0];
|
290
|
+
this.close( fakeEvent, true );
|
291
|
+
}
|
292
|
+
},
|
293
|
+
remove: function() {
|
294
|
+
this._removeTooltip( tooltip );
|
295
|
+
}
|
296
|
+
};
|
297
|
+
if ( !event || event.type === "mouseover" ) {
|
298
|
+
events.mouseleave = "close";
|
299
|
+
}
|
300
|
+
if ( !event || event.type === "focusin" ) {
|
301
|
+
events.focusout = "close";
|
302
|
+
}
|
303
|
+
this._on( true, target, events );
|
304
|
+
},
|
305
|
+
|
306
|
+
close: function( event ) {
|
307
|
+
var that = this,
|
308
|
+
target = $( event ? event.currentTarget : this.element ),
|
309
|
+
tooltip = this._find( target );
|
310
|
+
|
311
|
+
// disabling closes the tooltip, so we need to track when we're closing
|
312
|
+
// to avoid an infinite loop in case the tooltip becomes disabled on close
|
313
|
+
if ( this.closing ) {
|
314
|
+
return;
|
315
|
+
}
|
316
|
+
|
317
|
+
// Clear the interval for delayed tracking tooltips
|
318
|
+
clearInterval( this.delayedShow );
|
319
|
+
|
320
|
+
// only set title if we had one before (see comment in _open())
|
321
|
+
if ( target.data( "ui-tooltip-title" ) ) {
|
322
|
+
target.attr( "title", target.data( "ui-tooltip-title" ) );
|
323
|
+
}
|
324
|
+
|
325
|
+
removeDescribedBy( target );
|
326
|
+
|
327
|
+
tooltip.stop( true );
|
328
|
+
this._hide( tooltip, this.options.hide, function() {
|
329
|
+
that._removeTooltip( $( this ) );
|
330
|
+
});
|
331
|
+
|
332
|
+
target.removeData( "ui-tooltip-open" );
|
333
|
+
this._off( target, "mouseleave focusout keyup" );
|
334
|
+
// Remove 'remove' binding only on delegated targets
|
335
|
+
if ( target[0] !== this.element[0] ) {
|
336
|
+
this._off( target, "remove" );
|
337
|
+
}
|
338
|
+
this._off( this.document, "mousemove" );
|
339
|
+
|
340
|
+
if ( event && event.type === "mouseleave" ) {
|
341
|
+
$.each( this.parents, function( id, parent ) {
|
342
|
+
$( parent.element ).attr( "title", parent.title );
|
343
|
+
delete that.parents[ id ];
|
344
|
+
});
|
345
|
+
}
|
346
|
+
|
347
|
+
this.closing = true;
|
348
|
+
this._trigger( "close", event, { tooltip: tooltip } );
|
349
|
+
this.closing = false;
|
350
|
+
},
|
351
|
+
|
352
|
+
_tooltip: function( element ) {
|
353
|
+
var id = "ui-tooltip-" + increments++,
|
354
|
+
tooltip = $( "<div>" )
|
355
|
+
.attr({
|
356
|
+
id: id,
|
357
|
+
role: "tooltip"
|
358
|
+
})
|
359
|
+
.addClass( "ui-tooltip ui-widget ui-corner-all ui-widget-content " +
|
360
|
+
( this.options.tooltipClass || "" ) );
|
361
|
+
$( "<div>" )
|
362
|
+
.addClass( "ui-tooltip-content" )
|
363
|
+
.appendTo( tooltip );
|
364
|
+
tooltip.appendTo( this.document[0].body );
|
365
|
+
this.tooltips[ id ] = element;
|
366
|
+
return tooltip;
|
367
|
+
},
|
368
|
+
|
369
|
+
_find: function( target ) {
|
370
|
+
var id = target.data( "ui-tooltip-id" );
|
371
|
+
return id ? $( "#" + id ) : $();
|
372
|
+
},
|
373
|
+
|
374
|
+
_removeTooltip: function( tooltip ) {
|
375
|
+
tooltip.remove();
|
376
|
+
delete this.tooltips[ tooltip.attr( "id" ) ];
|
377
|
+
},
|
378
|
+
|
379
|
+
_destroy: function() {
|
380
|
+
var that = this;
|
381
|
+
|
382
|
+
// close open tooltips
|
383
|
+
$.each( this.tooltips, function( id, element ) {
|
384
|
+
// Delegate to close method to handle common cleanup
|
385
|
+
var event = $.Event( "blur" );
|
386
|
+
event.target = event.currentTarget = element[0];
|
387
|
+
that.close( event, true );
|
388
|
+
|
389
|
+
// Remove immediately; destroying an open tooltip doesn't use the
|
390
|
+
// hide animation
|
391
|
+
$( "#" + id ).remove();
|
392
|
+
|
393
|
+
// Restore the title
|
394
|
+
if ( element.data( "ui-tooltip-title" ) ) {
|
395
|
+
element.attr( "title", element.data( "ui-tooltip-title" ) );
|
396
|
+
element.removeData( "ui-tooltip-title" );
|
397
|
+
}
|
398
|
+
});
|
399
|
+
}
|
400
|
+
});
|
401
|
+
|
402
|
+
}( jQuery ) );
|
@@ -0,0 +1,521 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI Widget 1.10.1
|
3
|
+
* http://jqueryui.com
|
4
|
+
*
|
5
|
+
* Copyright 2013 jQuery Foundation and other contributors
|
6
|
+
* Released under the MIT license.
|
7
|
+
* http://jquery.org/license
|
8
|
+
*
|
9
|
+
* http://api.jqueryui.com/jQuery.widget/
|
10
|
+
*/
|
11
|
+
(function( $, undefined ) {
|
12
|
+
|
13
|
+
var uuid = 0,
|
14
|
+
slice = Array.prototype.slice,
|
15
|
+
_cleanData = $.cleanData;
|
16
|
+
$.cleanData = function( elems ) {
|
17
|
+
for ( var i = 0, elem; (elem = elems[i]) != null; i++ ) {
|
18
|
+
try {
|
19
|
+
$( elem ).triggerHandler( "remove" );
|
20
|
+
// http://bugs.jquery.com/ticket/8235
|
21
|
+
} catch( e ) {}
|
22
|
+
}
|
23
|
+
_cleanData( elems );
|
24
|
+
};
|
25
|
+
|
26
|
+
$.widget = function( name, base, prototype ) {
|
27
|
+
var fullName, existingConstructor, constructor, basePrototype,
|
28
|
+
// proxiedPrototype allows the provided prototype to remain unmodified
|
29
|
+
// so that it can be used as a mixin for multiple widgets (#8876)
|
30
|
+
proxiedPrototype = {},
|
31
|
+
namespace = name.split( "." )[ 0 ];
|
32
|
+
|
33
|
+
name = name.split( "." )[ 1 ];
|
34
|
+
fullName = namespace + "-" + name;
|
35
|
+
|
36
|
+
if ( !prototype ) {
|
37
|
+
prototype = base;
|
38
|
+
base = $.Widget;
|
39
|
+
}
|
40
|
+
|
41
|
+
// create selector for plugin
|
42
|
+
$.expr[ ":" ][ fullName.toLowerCase() ] = function( elem ) {
|
43
|
+
return !!$.data( elem, fullName );
|
44
|
+
};
|
45
|
+
|
46
|
+
$[ namespace ] = $[ namespace ] || {};
|
47
|
+
existingConstructor = $[ namespace ][ name ];
|
48
|
+
constructor = $[ namespace ][ name ] = function( options, element ) {
|
49
|
+
// allow instantiation without "new" keyword
|
50
|
+
if ( !this._createWidget ) {
|
51
|
+
return new constructor( options, element );
|
52
|
+
}
|
53
|
+
|
54
|
+
// allow instantiation without initializing for simple inheritance
|
55
|
+
// must use "new" keyword (the code above always passes args)
|
56
|
+
if ( arguments.length ) {
|
57
|
+
this._createWidget( options, element );
|
58
|
+
}
|
59
|
+
};
|
60
|
+
// extend with the existing constructor to carry over any static properties
|
61
|
+
$.extend( constructor, existingConstructor, {
|
62
|
+
version: prototype.version,
|
63
|
+
// copy the object used to create the prototype in case we need to
|
64
|
+
// redefine the widget later
|
65
|
+
_proto: $.extend( {}, prototype ),
|
66
|
+
// track widgets that inherit from this widget in case this widget is
|
67
|
+
// redefined after a widget inherits from it
|
68
|
+
_childConstructors: []
|
69
|
+
});
|
70
|
+
|
71
|
+
basePrototype = new base();
|
72
|
+
// we need to make the options hash a property directly on the new instance
|
73
|
+
// otherwise we'll modify the options hash on the prototype that we're
|
74
|
+
// inheriting from
|
75
|
+
basePrototype.options = $.widget.extend( {}, basePrototype.options );
|
76
|
+
$.each( prototype, function( prop, value ) {
|
77
|
+
if ( !$.isFunction( value ) ) {
|
78
|
+
proxiedPrototype[ prop ] = value;
|
79
|
+
return;
|
80
|
+
}
|
81
|
+
proxiedPrototype[ prop ] = (function() {
|
82
|
+
var _super = function() {
|
83
|
+
return base.prototype[ prop ].apply( this, arguments );
|
84
|
+
},
|
85
|
+
_superApply = function( args ) {
|
86
|
+
return base.prototype[ prop ].apply( this, args );
|
87
|
+
};
|
88
|
+
return function() {
|
89
|
+
var __super = this._super,
|
90
|
+
__superApply = this._superApply,
|
91
|
+
returnValue;
|
92
|
+
|
93
|
+
this._super = _super;
|
94
|
+
this._superApply = _superApply;
|
95
|
+
|
96
|
+
returnValue = value.apply( this, arguments );
|
97
|
+
|
98
|
+
this._super = __super;
|
99
|
+
this._superApply = __superApply;
|
100
|
+
|
101
|
+
return returnValue;
|
102
|
+
};
|
103
|
+
})();
|
104
|
+
});
|
105
|
+
constructor.prototype = $.widget.extend( basePrototype, {
|
106
|
+
// TODO: remove support for widgetEventPrefix
|
107
|
+
// always use the name + a colon as the prefix, e.g., draggable:start
|
108
|
+
// don't prefix for widgets that aren't DOM-based
|
109
|
+
widgetEventPrefix: existingConstructor ? basePrototype.widgetEventPrefix : name
|
110
|
+
}, proxiedPrototype, {
|
111
|
+
constructor: constructor,
|
112
|
+
namespace: namespace,
|
113
|
+
widgetName: name,
|
114
|
+
widgetFullName: fullName
|
115
|
+
});
|
116
|
+
|
117
|
+
// If this widget is being redefined then we need to find all widgets that
|
118
|
+
// are inheriting from it and redefine all of them so that they inherit from
|
119
|
+
// the new version of this widget. We're essentially trying to replace one
|
120
|
+
// level in the prototype chain.
|
121
|
+
if ( existingConstructor ) {
|
122
|
+
$.each( existingConstructor._childConstructors, function( i, child ) {
|
123
|
+
var childPrototype = child.prototype;
|
124
|
+
|
125
|
+
// redefine the child widget using the same prototype that was
|
126
|
+
// originally used, but inherit from the new version of the base
|
127
|
+
$.widget( childPrototype.namespace + "." + childPrototype.widgetName, constructor, child._proto );
|
128
|
+
});
|
129
|
+
// remove the list of existing child constructors from the old constructor
|
130
|
+
// so the old child constructors can be garbage collected
|
131
|
+
delete existingConstructor._childConstructors;
|
132
|
+
} else {
|
133
|
+
base._childConstructors.push( constructor );
|
134
|
+
}
|
135
|
+
|
136
|
+
$.widget.bridge( name, constructor );
|
137
|
+
};
|
138
|
+
|
139
|
+
$.widget.extend = function( target ) {
|
140
|
+
var input = slice.call( arguments, 1 ),
|
141
|
+
inputIndex = 0,
|
142
|
+
inputLength = input.length,
|
143
|
+
key,
|
144
|
+
value;
|
145
|
+
for ( ; inputIndex < inputLength; inputIndex++ ) {
|
146
|
+
for ( key in input[ inputIndex ] ) {
|
147
|
+
value = input[ inputIndex ][ key ];
|
148
|
+
if ( input[ inputIndex ].hasOwnProperty( key ) && value !== undefined ) {
|
149
|
+
// Clone objects
|
150
|
+
if ( $.isPlainObject( value ) ) {
|
151
|
+
target[ key ] = $.isPlainObject( target[ key ] ) ?
|
152
|
+
$.widget.extend( {}, target[ key ], value ) :
|
153
|
+
// Don't extend strings, arrays, etc. with objects
|
154
|
+
$.widget.extend( {}, value );
|
155
|
+
// Copy everything else by reference
|
156
|
+
} else {
|
157
|
+
target[ key ] = value;
|
158
|
+
}
|
159
|
+
}
|
160
|
+
}
|
161
|
+
}
|
162
|
+
return target;
|
163
|
+
};
|
164
|
+
|
165
|
+
$.widget.bridge = function( name, object ) {
|
166
|
+
var fullName = object.prototype.widgetFullName || name;
|
167
|
+
$.fn[ name ] = function( options ) {
|
168
|
+
var isMethodCall = typeof options === "string",
|
169
|
+
args = slice.call( arguments, 1 ),
|
170
|
+
returnValue = this;
|
171
|
+
|
172
|
+
// allow multiple hashes to be passed on init
|
173
|
+
options = !isMethodCall && args.length ?
|
174
|
+
$.widget.extend.apply( null, [ options ].concat(args) ) :
|
175
|
+
options;
|
176
|
+
|
177
|
+
if ( isMethodCall ) {
|
178
|
+
this.each(function() {
|
179
|
+
var methodValue,
|
180
|
+
instance = $.data( this, fullName );
|
181
|
+
if ( !instance ) {
|
182
|
+
return $.error( "cannot call methods on " + name + " prior to initialization; " +
|
183
|
+
"attempted to call method '" + options + "'" );
|
184
|
+
}
|
185
|
+
if ( !$.isFunction( instance[options] ) || options.charAt( 0 ) === "_" ) {
|
186
|
+
return $.error( "no such method '" + options + "' for " + name + " widget instance" );
|
187
|
+
}
|
188
|
+
methodValue = instance[ options ].apply( instance, args );
|
189
|
+
if ( methodValue !== instance && methodValue !== undefined ) {
|
190
|
+
returnValue = methodValue && methodValue.jquery ?
|
191
|
+
returnValue.pushStack( methodValue.get() ) :
|
192
|
+
methodValue;
|
193
|
+
return false;
|
194
|
+
}
|
195
|
+
});
|
196
|
+
} else {
|
197
|
+
this.each(function() {
|
198
|
+
var instance = $.data( this, fullName );
|
199
|
+
if ( instance ) {
|
200
|
+
instance.option( options || {} )._init();
|
201
|
+
} else {
|
202
|
+
$.data( this, fullName, new object( options, this ) );
|
203
|
+
}
|
204
|
+
});
|
205
|
+
}
|
206
|
+
|
207
|
+
return returnValue;
|
208
|
+
};
|
209
|
+
};
|
210
|
+
|
211
|
+
$.Widget = function( /* options, element */ ) {};
|
212
|
+
$.Widget._childConstructors = [];
|
213
|
+
|
214
|
+
$.Widget.prototype = {
|
215
|
+
widgetName: "widget",
|
216
|
+
widgetEventPrefix: "",
|
217
|
+
defaultElement: "<div>",
|
218
|
+
options: {
|
219
|
+
disabled: false,
|
220
|
+
|
221
|
+
// callbacks
|
222
|
+
create: null
|
223
|
+
},
|
224
|
+
_createWidget: function( options, element ) {
|
225
|
+
element = $( element || this.defaultElement || this )[ 0 ];
|
226
|
+
this.element = $( element );
|
227
|
+
this.uuid = uuid++;
|
228
|
+
this.eventNamespace = "." + this.widgetName + this.uuid;
|
229
|
+
this.options = $.widget.extend( {},
|
230
|
+
this.options,
|
231
|
+
this._getCreateOptions(),
|
232
|
+
options );
|
233
|
+
|
234
|
+
this.bindings = $();
|
235
|
+
this.hoverable = $();
|
236
|
+
this.focusable = $();
|
237
|
+
|
238
|
+
if ( element !== this ) {
|
239
|
+
$.data( element, this.widgetFullName, this );
|
240
|
+
this._on( true, this.element, {
|
241
|
+
remove: function( event ) {
|
242
|
+
if ( event.target === element ) {
|
243
|
+
this.destroy();
|
244
|
+
}
|
245
|
+
}
|
246
|
+
});
|
247
|
+
this.document = $( element.style ?
|
248
|
+
// element within the document
|
249
|
+
element.ownerDocument :
|
250
|
+
// element is window or document
|
251
|
+
element.document || element );
|
252
|
+
this.window = $( this.document[0].defaultView || this.document[0].parentWindow );
|
253
|
+
}
|
254
|
+
|
255
|
+
this._create();
|
256
|
+
this._trigger( "create", null, this._getCreateEventData() );
|
257
|
+
this._init();
|
258
|
+
},
|
259
|
+
_getCreateOptions: $.noop,
|
260
|
+
_getCreateEventData: $.noop,
|
261
|
+
_create: $.noop,
|
262
|
+
_init: $.noop,
|
263
|
+
|
264
|
+
destroy: function() {
|
265
|
+
this._destroy();
|
266
|
+
// we can probably remove the unbind calls in 2.0
|
267
|
+
// all event bindings should go through this._on()
|
268
|
+
this.element
|
269
|
+
.unbind( this.eventNamespace )
|
270
|
+
// 1.9 BC for #7810
|
271
|
+
// TODO remove dual storage
|
272
|
+
.removeData( this.widgetName )
|
273
|
+
.removeData( this.widgetFullName )
|
274
|
+
// support: jquery <1.6.3
|
275
|
+
// http://bugs.jquery.com/ticket/9413
|
276
|
+
.removeData( $.camelCase( this.widgetFullName ) );
|
277
|
+
this.widget()
|
278
|
+
.unbind( this.eventNamespace )
|
279
|
+
.removeAttr( "aria-disabled" )
|
280
|
+
.removeClass(
|
281
|
+
this.widgetFullName + "-disabled " +
|
282
|
+
"ui-state-disabled" );
|
283
|
+
|
284
|
+
// clean up events and states
|
285
|
+
this.bindings.unbind( this.eventNamespace );
|
286
|
+
this.hoverable.removeClass( "ui-state-hover" );
|
287
|
+
this.focusable.removeClass( "ui-state-focus" );
|
288
|
+
},
|
289
|
+
_destroy: $.noop,
|
290
|
+
|
291
|
+
widget: function() {
|
292
|
+
return this.element;
|
293
|
+
},
|
294
|
+
|
295
|
+
option: function( key, value ) {
|
296
|
+
var options = key,
|
297
|
+
parts,
|
298
|
+
curOption,
|
299
|
+
i;
|
300
|
+
|
301
|
+
if ( arguments.length === 0 ) {
|
302
|
+
// don't return a reference to the internal hash
|
303
|
+
return $.widget.extend( {}, this.options );
|
304
|
+
}
|
305
|
+
|
306
|
+
if ( typeof key === "string" ) {
|
307
|
+
// handle nested keys, e.g., "foo.bar" => { foo: { bar: ___ } }
|
308
|
+
options = {};
|
309
|
+
parts = key.split( "." );
|
310
|
+
key = parts.shift();
|
311
|
+
if ( parts.length ) {
|
312
|
+
curOption = options[ key ] = $.widget.extend( {}, this.options[ key ] );
|
313
|
+
for ( i = 0; i < parts.length - 1; i++ ) {
|
314
|
+
curOption[ parts[ i ] ] = curOption[ parts[ i ] ] || {};
|
315
|
+
curOption = curOption[ parts[ i ] ];
|
316
|
+
}
|
317
|
+
key = parts.pop();
|
318
|
+
if ( value === undefined ) {
|
319
|
+
return curOption[ key ] === undefined ? null : curOption[ key ];
|
320
|
+
}
|
321
|
+
curOption[ key ] = value;
|
322
|
+
} else {
|
323
|
+
if ( value === undefined ) {
|
324
|
+
return this.options[ key ] === undefined ? null : this.options[ key ];
|
325
|
+
}
|
326
|
+
options[ key ] = value;
|
327
|
+
}
|
328
|
+
}
|
329
|
+
|
330
|
+
this._setOptions( options );
|
331
|
+
|
332
|
+
return this;
|
333
|
+
},
|
334
|
+
_setOptions: function( options ) {
|
335
|
+
var key;
|
336
|
+
|
337
|
+
for ( key in options ) {
|
338
|
+
this._setOption( key, options[ key ] );
|
339
|
+
}
|
340
|
+
|
341
|
+
return this;
|
342
|
+
},
|
343
|
+
_setOption: function( key, value ) {
|
344
|
+
this.options[ key ] = value;
|
345
|
+
|
346
|
+
if ( key === "disabled" ) {
|
347
|
+
this.widget()
|
348
|
+
.toggleClass( this.widgetFullName + "-disabled ui-state-disabled", !!value )
|
349
|
+
.attr( "aria-disabled", value );
|
350
|
+
this.hoverable.removeClass( "ui-state-hover" );
|
351
|
+
this.focusable.removeClass( "ui-state-focus" );
|
352
|
+
}
|
353
|
+
|
354
|
+
return this;
|
355
|
+
},
|
356
|
+
|
357
|
+
enable: function() {
|
358
|
+
return this._setOption( "disabled", false );
|
359
|
+
},
|
360
|
+
disable: function() {
|
361
|
+
return this._setOption( "disabled", true );
|
362
|
+
},
|
363
|
+
|
364
|
+
_on: function( suppressDisabledCheck, element, handlers ) {
|
365
|
+
var delegateElement,
|
366
|
+
instance = this;
|
367
|
+
|
368
|
+
// no suppressDisabledCheck flag, shuffle arguments
|
369
|
+
if ( typeof suppressDisabledCheck !== "boolean" ) {
|
370
|
+
handlers = element;
|
371
|
+
element = suppressDisabledCheck;
|
372
|
+
suppressDisabledCheck = false;
|
373
|
+
}
|
374
|
+
|
375
|
+
// no element argument, shuffle and use this.element
|
376
|
+
if ( !handlers ) {
|
377
|
+
handlers = element;
|
378
|
+
element = this.element;
|
379
|
+
delegateElement = this.widget();
|
380
|
+
} else {
|
381
|
+
// accept selectors, DOM elements
|
382
|
+
element = delegateElement = $( element );
|
383
|
+
this.bindings = this.bindings.add( element );
|
384
|
+
}
|
385
|
+
|
386
|
+
$.each( handlers, function( event, handler ) {
|
387
|
+
function handlerProxy() {
|
388
|
+
// allow widgets to customize the disabled handling
|
389
|
+
// - disabled as an array instead of boolean
|
390
|
+
// - disabled class as method for disabling individual parts
|
391
|
+
if ( !suppressDisabledCheck &&
|
392
|
+
( instance.options.disabled === true ||
|
393
|
+
$( this ).hasClass( "ui-state-disabled" ) ) ) {
|
394
|
+
return;
|
395
|
+
}
|
396
|
+
return ( typeof handler === "string" ? instance[ handler ] : handler )
|
397
|
+
.apply( instance, arguments );
|
398
|
+
}
|
399
|
+
|
400
|
+
// copy the guid so direct unbinding works
|
401
|
+
if ( typeof handler !== "string" ) {
|
402
|
+
handlerProxy.guid = handler.guid =
|
403
|
+
handler.guid || handlerProxy.guid || $.guid++;
|
404
|
+
}
|
405
|
+
|
406
|
+
var match = event.match( /^(\w+)\s*(.*)$/ ),
|
407
|
+
eventName = match[1] + instance.eventNamespace,
|
408
|
+
selector = match[2];
|
409
|
+
if ( selector ) {
|
410
|
+
delegateElement.delegate( selector, eventName, handlerProxy );
|
411
|
+
} else {
|
412
|
+
element.bind( eventName, handlerProxy );
|
413
|
+
}
|
414
|
+
});
|
415
|
+
},
|
416
|
+
|
417
|
+
_off: function( element, eventName ) {
|
418
|
+
eventName = (eventName || "").split( " " ).join( this.eventNamespace + " " ) + this.eventNamespace;
|
419
|
+
element.unbind( eventName ).undelegate( eventName );
|
420
|
+
},
|
421
|
+
|
422
|
+
_delay: function( handler, delay ) {
|
423
|
+
function handlerProxy() {
|
424
|
+
return ( typeof handler === "string" ? instance[ handler ] : handler )
|
425
|
+
.apply( instance, arguments );
|
426
|
+
}
|
427
|
+
var instance = this;
|
428
|
+
return setTimeout( handlerProxy, delay || 0 );
|
429
|
+
},
|
430
|
+
|
431
|
+
_hoverable: function( element ) {
|
432
|
+
this.hoverable = this.hoverable.add( element );
|
433
|
+
this._on( element, {
|
434
|
+
mouseenter: function( event ) {
|
435
|
+
$( event.currentTarget ).addClass( "ui-state-hover" );
|
436
|
+
},
|
437
|
+
mouseleave: function( event ) {
|
438
|
+
$( event.currentTarget ).removeClass( "ui-state-hover" );
|
439
|
+
}
|
440
|
+
});
|
441
|
+
},
|
442
|
+
|
443
|
+
_focusable: function( element ) {
|
444
|
+
this.focusable = this.focusable.add( element );
|
445
|
+
this._on( element, {
|
446
|
+
focusin: function( event ) {
|
447
|
+
$( event.currentTarget ).addClass( "ui-state-focus" );
|
448
|
+
},
|
449
|
+
focusout: function( event ) {
|
450
|
+
$( event.currentTarget ).removeClass( "ui-state-focus" );
|
451
|
+
}
|
452
|
+
});
|
453
|
+
},
|
454
|
+
|
455
|
+
_trigger: function( type, event, data ) {
|
456
|
+
var prop, orig,
|
457
|
+
callback = this.options[ type ];
|
458
|
+
|
459
|
+
data = data || {};
|
460
|
+
event = $.Event( event );
|
461
|
+
event.type = ( type === this.widgetEventPrefix ?
|
462
|
+
type :
|
463
|
+
this.widgetEventPrefix + type ).toLowerCase();
|
464
|
+
// the original event may come from any element
|
465
|
+
// so we need to reset the target on the new event
|
466
|
+
event.target = this.element[ 0 ];
|
467
|
+
|
468
|
+
// copy original event properties over to the new event
|
469
|
+
orig = event.originalEvent;
|
470
|
+
if ( orig ) {
|
471
|
+
for ( prop in orig ) {
|
472
|
+
if ( !( prop in event ) ) {
|
473
|
+
event[ prop ] = orig[ prop ];
|
474
|
+
}
|
475
|
+
}
|
476
|
+
}
|
477
|
+
|
478
|
+
this.element.trigger( event, data );
|
479
|
+
return !( $.isFunction( callback ) &&
|
480
|
+
callback.apply( this.element[0], [ event ].concat( data ) ) === false ||
|
481
|
+
event.isDefaultPrevented() );
|
482
|
+
}
|
483
|
+
};
|
484
|
+
|
485
|
+
$.each( { show: "fadeIn", hide: "fadeOut" }, function( method, defaultEffect ) {
|
486
|
+
$.Widget.prototype[ "_" + method ] = function( element, options, callback ) {
|
487
|
+
if ( typeof options === "string" ) {
|
488
|
+
options = { effect: options };
|
489
|
+
}
|
490
|
+
var hasOptions,
|
491
|
+
effectName = !options ?
|
492
|
+
method :
|
493
|
+
options === true || typeof options === "number" ?
|
494
|
+
defaultEffect :
|
495
|
+
options.effect || defaultEffect;
|
496
|
+
options = options || {};
|
497
|
+
if ( typeof options === "number" ) {
|
498
|
+
options = { duration: options };
|
499
|
+
}
|
500
|
+
hasOptions = !$.isEmptyObject( options );
|
501
|
+
options.complete = callback;
|
502
|
+
if ( options.delay ) {
|
503
|
+
element.delay( options.delay );
|
504
|
+
}
|
505
|
+
if ( hasOptions && $.effects && $.effects.effect[ effectName ] ) {
|
506
|
+
element[ method ]( options );
|
507
|
+
} else if ( effectName !== method && element[ effectName ] ) {
|
508
|
+
element[ effectName ]( options.duration, options.easing, callback );
|
509
|
+
} else {
|
510
|
+
element.queue(function( next ) {
|
511
|
+
$( this )[ method ]();
|
512
|
+
if ( callback ) {
|
513
|
+
callback.call( element[ 0 ] );
|
514
|
+
}
|
515
|
+
next();
|
516
|
+
});
|
517
|
+
}
|
518
|
+
};
|
519
|
+
});
|
520
|
+
|
521
|
+
})( jQuery );
|