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,145 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI Progressbar 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/progressbar/
|
10
|
+
*
|
11
|
+
* Depends:
|
12
|
+
* jquery.ui.core.js
|
13
|
+
* jquery.ui.widget.js
|
14
|
+
*/
|
15
|
+
(function( $, undefined ) {
|
16
|
+
|
17
|
+
$.widget( "ui.progressbar", {
|
18
|
+
version: "1.10.1",
|
19
|
+
options: {
|
20
|
+
max: 100,
|
21
|
+
value: 0,
|
22
|
+
|
23
|
+
change: null,
|
24
|
+
complete: null
|
25
|
+
},
|
26
|
+
|
27
|
+
min: 0,
|
28
|
+
|
29
|
+
_create: function() {
|
30
|
+
// Constrain initial value
|
31
|
+
this.oldValue = this.options.value = this._constrainedValue();
|
32
|
+
|
33
|
+
this.element
|
34
|
+
.addClass( "ui-progressbar ui-widget ui-widget-content ui-corner-all" )
|
35
|
+
.attr({
|
36
|
+
// Only set static values, aria-valuenow and aria-valuemax are
|
37
|
+
// set inside _refreshValue()
|
38
|
+
role: "progressbar",
|
39
|
+
"aria-valuemin": this.min
|
40
|
+
});
|
41
|
+
|
42
|
+
this.valueDiv = $( "<div class='ui-progressbar-value ui-widget-header ui-corner-left'></div>" )
|
43
|
+
.appendTo( this.element );
|
44
|
+
|
45
|
+
this._refreshValue();
|
46
|
+
},
|
47
|
+
|
48
|
+
_destroy: function() {
|
49
|
+
this.element
|
50
|
+
.removeClass( "ui-progressbar ui-widget ui-widget-content ui-corner-all" )
|
51
|
+
.removeAttr( "role" )
|
52
|
+
.removeAttr( "aria-valuemin" )
|
53
|
+
.removeAttr( "aria-valuemax" )
|
54
|
+
.removeAttr( "aria-valuenow" );
|
55
|
+
|
56
|
+
this.valueDiv.remove();
|
57
|
+
},
|
58
|
+
|
59
|
+
value: function( newValue ) {
|
60
|
+
if ( newValue === undefined ) {
|
61
|
+
return this.options.value;
|
62
|
+
}
|
63
|
+
|
64
|
+
this.options.value = this._constrainedValue( newValue );
|
65
|
+
this._refreshValue();
|
66
|
+
},
|
67
|
+
|
68
|
+
_constrainedValue: function( newValue ) {
|
69
|
+
if ( newValue === undefined ) {
|
70
|
+
newValue = this.options.value;
|
71
|
+
}
|
72
|
+
|
73
|
+
this.indeterminate = newValue === false;
|
74
|
+
|
75
|
+
// sanitize value
|
76
|
+
if ( typeof newValue !== "number" ) {
|
77
|
+
newValue = 0;
|
78
|
+
}
|
79
|
+
|
80
|
+
return this.indeterminate ? false :
|
81
|
+
Math.min( this.options.max, Math.max( this.min, newValue ) );
|
82
|
+
},
|
83
|
+
|
84
|
+
_setOptions: function( options ) {
|
85
|
+
// Ensure "value" option is set after other values (like max)
|
86
|
+
var value = options.value;
|
87
|
+
delete options.value;
|
88
|
+
|
89
|
+
this._super( options );
|
90
|
+
|
91
|
+
this.options.value = this._constrainedValue( value );
|
92
|
+
this._refreshValue();
|
93
|
+
},
|
94
|
+
|
95
|
+
_setOption: function( key, value ) {
|
96
|
+
if ( key === "max" ) {
|
97
|
+
// Don't allow a max less than min
|
98
|
+
value = Math.max( this.min, value );
|
99
|
+
}
|
100
|
+
|
101
|
+
this._super( key, value );
|
102
|
+
},
|
103
|
+
|
104
|
+
_percentage: function() {
|
105
|
+
return this.indeterminate ? 100 : 100 * ( this.options.value - this.min ) / ( this.options.max - this.min );
|
106
|
+
},
|
107
|
+
|
108
|
+
_refreshValue: function() {
|
109
|
+
var value = this.options.value,
|
110
|
+
percentage = this._percentage();
|
111
|
+
|
112
|
+
this.valueDiv
|
113
|
+
.toggle( this.indeterminate || value > this.min )
|
114
|
+
.toggleClass( "ui-corner-right", value === this.options.max )
|
115
|
+
.width( percentage.toFixed(0) + "%" );
|
116
|
+
|
117
|
+
this.element.toggleClass( "ui-progressbar-indeterminate", this.indeterminate );
|
118
|
+
|
119
|
+
if ( this.indeterminate ) {
|
120
|
+
this.element.removeAttr( "aria-valuenow" );
|
121
|
+
if ( !this.overlayDiv ) {
|
122
|
+
this.overlayDiv = $( "<div class='ui-progressbar-overlay'></div>" ).appendTo( this.valueDiv );
|
123
|
+
}
|
124
|
+
} else {
|
125
|
+
this.element.attr({
|
126
|
+
"aria-valuemax": this.options.max,
|
127
|
+
"aria-valuenow": value
|
128
|
+
});
|
129
|
+
if ( this.overlayDiv ) {
|
130
|
+
this.overlayDiv.remove();
|
131
|
+
this.overlayDiv = null;
|
132
|
+
}
|
133
|
+
}
|
134
|
+
|
135
|
+
if ( this.oldValue !== value ) {
|
136
|
+
this.oldValue = value;
|
137
|
+
this._trigger( "change" );
|
138
|
+
}
|
139
|
+
if ( value === this.options.max ) {
|
140
|
+
this._trigger( "complete" );
|
141
|
+
}
|
142
|
+
}
|
143
|
+
});
|
144
|
+
|
145
|
+
})( jQuery );
|
@@ -0,0 +1,946 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI Resizable 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/resizable/
|
10
|
+
*
|
11
|
+
* Depends:
|
12
|
+
* jquery.ui.core.js
|
13
|
+
* jquery.ui.mouse.js
|
14
|
+
* jquery.ui.widget.js
|
15
|
+
*/
|
16
|
+
(function( $, undefined ) {
|
17
|
+
|
18
|
+
function num(v) {
|
19
|
+
return parseInt(v, 10) || 0;
|
20
|
+
}
|
21
|
+
|
22
|
+
function isNumber(value) {
|
23
|
+
return !isNaN(parseInt(value, 10));
|
24
|
+
}
|
25
|
+
|
26
|
+
$.widget("ui.resizable", $.ui.mouse, {
|
27
|
+
version: "1.10.1",
|
28
|
+
widgetEventPrefix: "resize",
|
29
|
+
options: {
|
30
|
+
alsoResize: false,
|
31
|
+
animate: false,
|
32
|
+
animateDuration: "slow",
|
33
|
+
animateEasing: "swing",
|
34
|
+
aspectRatio: false,
|
35
|
+
autoHide: false,
|
36
|
+
containment: false,
|
37
|
+
ghost: false,
|
38
|
+
grid: false,
|
39
|
+
handles: "e,s,se",
|
40
|
+
helper: false,
|
41
|
+
maxHeight: null,
|
42
|
+
maxWidth: null,
|
43
|
+
minHeight: 10,
|
44
|
+
minWidth: 10,
|
45
|
+
// See #7960
|
46
|
+
zIndex: 90,
|
47
|
+
|
48
|
+
// callbacks
|
49
|
+
resize: null,
|
50
|
+
start: null,
|
51
|
+
stop: null
|
52
|
+
},
|
53
|
+
_create: function() {
|
54
|
+
|
55
|
+
var n, i, handle, axis, hname,
|
56
|
+
that = this,
|
57
|
+
o = this.options;
|
58
|
+
this.element.addClass("ui-resizable");
|
59
|
+
|
60
|
+
$.extend(this, {
|
61
|
+
_aspectRatio: !!(o.aspectRatio),
|
62
|
+
aspectRatio: o.aspectRatio,
|
63
|
+
originalElement: this.element,
|
64
|
+
_proportionallyResizeElements: [],
|
65
|
+
_helper: o.helper || o.ghost || o.animate ? o.helper || "ui-resizable-helper" : null
|
66
|
+
});
|
67
|
+
|
68
|
+
//Wrap the element if it cannot hold child nodes
|
69
|
+
if(this.element[0].nodeName.match(/canvas|textarea|input|select|button|img/i)) {
|
70
|
+
|
71
|
+
//Create a wrapper element and set the wrapper to the new current internal element
|
72
|
+
this.element.wrap(
|
73
|
+
$("<div class='ui-wrapper' style='overflow: hidden;'></div>").css({
|
74
|
+
position: this.element.css("position"),
|
75
|
+
width: this.element.outerWidth(),
|
76
|
+
height: this.element.outerHeight(),
|
77
|
+
top: this.element.css("top"),
|
78
|
+
left: this.element.css("left")
|
79
|
+
})
|
80
|
+
);
|
81
|
+
|
82
|
+
//Overwrite the original this.element
|
83
|
+
this.element = this.element.parent().data(
|
84
|
+
"ui-resizable", this.element.data("ui-resizable")
|
85
|
+
);
|
86
|
+
|
87
|
+
this.elementIsWrapper = true;
|
88
|
+
|
89
|
+
//Move margins to the wrapper
|
90
|
+
this.element.css({ marginLeft: this.originalElement.css("marginLeft"), marginTop: this.originalElement.css("marginTop"), marginRight: this.originalElement.css("marginRight"), marginBottom: this.originalElement.css("marginBottom") });
|
91
|
+
this.originalElement.css({ marginLeft: 0, marginTop: 0, marginRight: 0, marginBottom: 0});
|
92
|
+
|
93
|
+
//Prevent Safari textarea resize
|
94
|
+
this.originalResizeStyle = this.originalElement.css("resize");
|
95
|
+
this.originalElement.css("resize", "none");
|
96
|
+
|
97
|
+
//Push the actual element to our proportionallyResize internal array
|
98
|
+
this._proportionallyResizeElements.push(this.originalElement.css({ position: "static", zoom: 1, display: "block" }));
|
99
|
+
|
100
|
+
// avoid IE jump (hard set the margin)
|
101
|
+
this.originalElement.css({ margin: this.originalElement.css("margin") });
|
102
|
+
|
103
|
+
// fix handlers offset
|
104
|
+
this._proportionallyResize();
|
105
|
+
|
106
|
+
}
|
107
|
+
|
108
|
+
this.handles = o.handles || (!$(".ui-resizable-handle", this.element).length ? "e,s,se" : { n: ".ui-resizable-n", e: ".ui-resizable-e", s: ".ui-resizable-s", w: ".ui-resizable-w", se: ".ui-resizable-se", sw: ".ui-resizable-sw", ne: ".ui-resizable-ne", nw: ".ui-resizable-nw" });
|
109
|
+
if(this.handles.constructor === String) {
|
110
|
+
|
111
|
+
if ( this.handles === "all") {
|
112
|
+
this.handles = "n,e,s,w,se,sw,ne,nw";
|
113
|
+
}
|
114
|
+
|
115
|
+
n = this.handles.split(",");
|
116
|
+
this.handles = {};
|
117
|
+
|
118
|
+
for(i = 0; i < n.length; i++) {
|
119
|
+
|
120
|
+
handle = $.trim(n[i]);
|
121
|
+
hname = "ui-resizable-"+handle;
|
122
|
+
axis = $("<div class='ui-resizable-handle " + hname + "'></div>");
|
123
|
+
|
124
|
+
// Apply zIndex to all handles - see #7960
|
125
|
+
axis.css({ zIndex: o.zIndex });
|
126
|
+
|
127
|
+
//TODO : What's going on here?
|
128
|
+
if ("se" === handle) {
|
129
|
+
axis.addClass("ui-icon ui-icon-gripsmall-diagonal-se");
|
130
|
+
}
|
131
|
+
|
132
|
+
//Insert into internal handles object and append to element
|
133
|
+
this.handles[handle] = ".ui-resizable-"+handle;
|
134
|
+
this.element.append(axis);
|
135
|
+
}
|
136
|
+
|
137
|
+
}
|
138
|
+
|
139
|
+
this._renderAxis = function(target) {
|
140
|
+
|
141
|
+
var i, axis;
|
142
|
+
|
143
|
+
target = target || this.element;
|
144
|
+
|
145
|
+
for(i in this.handles) {
|
146
|
+
|
147
|
+
if(this.handles[i].constructor === String) {
|
148
|
+
this.handles[i] = $(this.handles[i], this.element).show();
|
149
|
+
}
|
150
|
+
|
151
|
+
//TODO: What's that good for? There's not anything to be executed left
|
152
|
+
if(!$(this.handles[i]).length) {
|
153
|
+
continue;
|
154
|
+
}
|
155
|
+
}
|
156
|
+
};
|
157
|
+
|
158
|
+
//TODO: make renderAxis a prototype function
|
159
|
+
this._renderAxis(this.element);
|
160
|
+
|
161
|
+
this._handles = $(".ui-resizable-handle", this.element)
|
162
|
+
.disableSelection();
|
163
|
+
|
164
|
+
//Matching axis name
|
165
|
+
this._handles.mouseover(function() {
|
166
|
+
if (!that.resizing) {
|
167
|
+
if (this.className) {
|
168
|
+
axis = this.className.match(/ui-resizable-(se|sw|ne|nw|n|e|s|w)/i);
|
169
|
+
}
|
170
|
+
//Axis, default = se
|
171
|
+
that.axis = axis && axis[1] ? axis[1] : "se";
|
172
|
+
}
|
173
|
+
});
|
174
|
+
|
175
|
+
//If we want to auto hide the elements
|
176
|
+
if (o.autoHide) {
|
177
|
+
this._handles.hide();
|
178
|
+
$(this.element)
|
179
|
+
.addClass("ui-resizable-autohide")
|
180
|
+
.mouseenter(function() {
|
181
|
+
if (o.disabled) {
|
182
|
+
return;
|
183
|
+
}
|
184
|
+
$(this).removeClass("ui-resizable-autohide");
|
185
|
+
that._handles.show();
|
186
|
+
})
|
187
|
+
.mouseleave(function(){
|
188
|
+
if (o.disabled) {
|
189
|
+
return;
|
190
|
+
}
|
191
|
+
if (!that.resizing) {
|
192
|
+
$(this).addClass("ui-resizable-autohide");
|
193
|
+
that._handles.hide();
|
194
|
+
}
|
195
|
+
});
|
196
|
+
}
|
197
|
+
|
198
|
+
//Initialize the mouse interaction
|
199
|
+
this._mouseInit();
|
200
|
+
|
201
|
+
},
|
202
|
+
|
203
|
+
_destroy: function() {
|
204
|
+
|
205
|
+
this._mouseDestroy();
|
206
|
+
|
207
|
+
var wrapper,
|
208
|
+
_destroy = function(exp) {
|
209
|
+
$(exp).removeClass("ui-resizable ui-resizable-disabled ui-resizable-resizing")
|
210
|
+
.removeData("resizable").removeData("ui-resizable").unbind(".resizable").find(".ui-resizable-handle").remove();
|
211
|
+
};
|
212
|
+
|
213
|
+
//TODO: Unwrap at same DOM position
|
214
|
+
if (this.elementIsWrapper) {
|
215
|
+
_destroy(this.element);
|
216
|
+
wrapper = this.element;
|
217
|
+
this.originalElement.css({
|
218
|
+
position: wrapper.css("position"),
|
219
|
+
width: wrapper.outerWidth(),
|
220
|
+
height: wrapper.outerHeight(),
|
221
|
+
top: wrapper.css("top"),
|
222
|
+
left: wrapper.css("left")
|
223
|
+
}).insertAfter( wrapper );
|
224
|
+
wrapper.remove();
|
225
|
+
}
|
226
|
+
|
227
|
+
this.originalElement.css("resize", this.originalResizeStyle);
|
228
|
+
_destroy(this.originalElement);
|
229
|
+
|
230
|
+
return this;
|
231
|
+
},
|
232
|
+
|
233
|
+
_mouseCapture: function(event) {
|
234
|
+
var i, handle,
|
235
|
+
capture = false;
|
236
|
+
|
237
|
+
for (i in this.handles) {
|
238
|
+
handle = $(this.handles[i])[0];
|
239
|
+
if (handle === event.target || $.contains(handle, event.target)) {
|
240
|
+
capture = true;
|
241
|
+
}
|
242
|
+
}
|
243
|
+
|
244
|
+
return !this.options.disabled && capture;
|
245
|
+
},
|
246
|
+
|
247
|
+
_mouseStart: function(event) {
|
248
|
+
|
249
|
+
var curleft, curtop, cursor,
|
250
|
+
o = this.options,
|
251
|
+
iniPos = this.element.position(),
|
252
|
+
el = this.element;
|
253
|
+
|
254
|
+
this.resizing = true;
|
255
|
+
|
256
|
+
// bugfix for http://dev.jquery.com/ticket/1749
|
257
|
+
if ( (/absolute/).test( el.css("position") ) ) {
|
258
|
+
el.css({ position: "absolute", top: el.css("top"), left: el.css("left") });
|
259
|
+
} else if (el.is(".ui-draggable")) {
|
260
|
+
el.css({ position: "absolute", top: iniPos.top, left: iniPos.left });
|
261
|
+
}
|
262
|
+
|
263
|
+
this._renderProxy();
|
264
|
+
|
265
|
+
curleft = num(this.helper.css("left"));
|
266
|
+
curtop = num(this.helper.css("top"));
|
267
|
+
|
268
|
+
if (o.containment) {
|
269
|
+
curleft += $(o.containment).scrollLeft() || 0;
|
270
|
+
curtop += $(o.containment).scrollTop() || 0;
|
271
|
+
}
|
272
|
+
|
273
|
+
//Store needed variables
|
274
|
+
this.offset = this.helper.offset();
|
275
|
+
this.position = { left: curleft, top: curtop };
|
276
|
+
this.size = { width: el.outerWidth(), height: el.outerHeight() };
|
277
|
+
this.originalSize = { width: el.outerWidth(), height: el.outerHeight() };
|
278
|
+
this.originalPosition = { left: curleft, top: curtop };
|
279
|
+
this.sizeDiff = { width: 0, height: 0 };
|
280
|
+
this.originalMousePosition = { left: event.pageX, top: event.pageY };
|
281
|
+
|
282
|
+
//Aspect Ratio
|
283
|
+
this.aspectRatio = (typeof o.aspectRatio === "number") ? o.aspectRatio : ((this.originalSize.width / this.originalSize.height) || 1);
|
284
|
+
|
285
|
+
cursor = $(".ui-resizable-" + this.axis).css("cursor");
|
286
|
+
$("body").css("cursor", cursor === "auto" ? this.axis + "-resize" : cursor);
|
287
|
+
|
288
|
+
el.addClass("ui-resizable-resizing");
|
289
|
+
this._propagate("start", event);
|
290
|
+
return true;
|
291
|
+
},
|
292
|
+
|
293
|
+
_mouseDrag: function(event) {
|
294
|
+
|
295
|
+
//Increase performance, avoid regex
|
296
|
+
var data,
|
297
|
+
el = this.helper, props = {},
|
298
|
+
smp = this.originalMousePosition,
|
299
|
+
a = this.axis,
|
300
|
+
prevTop = this.position.top,
|
301
|
+
prevLeft = this.position.left,
|
302
|
+
prevWidth = this.size.width,
|
303
|
+
prevHeight = this.size.height,
|
304
|
+
dx = (event.pageX-smp.left)||0,
|
305
|
+
dy = (event.pageY-smp.top)||0,
|
306
|
+
trigger = this._change[a];
|
307
|
+
|
308
|
+
if (!trigger) {
|
309
|
+
return false;
|
310
|
+
}
|
311
|
+
|
312
|
+
// Calculate the attrs that will be change
|
313
|
+
data = trigger.apply(this, [event, dx, dy]);
|
314
|
+
|
315
|
+
// Put this in the mouseDrag handler since the user can start pressing shift while resizing
|
316
|
+
this._updateVirtualBoundaries(event.shiftKey);
|
317
|
+
if (this._aspectRatio || event.shiftKey) {
|
318
|
+
data = this._updateRatio(data, event);
|
319
|
+
}
|
320
|
+
|
321
|
+
data = this._respectSize(data, event);
|
322
|
+
|
323
|
+
this._updateCache(data);
|
324
|
+
|
325
|
+
// plugins callbacks need to be called first
|
326
|
+
this._propagate("resize", event);
|
327
|
+
|
328
|
+
if (this.position.top !== prevTop) {
|
329
|
+
props.top = this.position.top + "px";
|
330
|
+
}
|
331
|
+
if (this.position.left !== prevLeft) {
|
332
|
+
props.left = this.position.left + "px";
|
333
|
+
}
|
334
|
+
if (this.size.width !== prevWidth) {
|
335
|
+
props.width = this.size.width + "px";
|
336
|
+
}
|
337
|
+
if (this.size.height !== prevHeight) {
|
338
|
+
props.height = this.size.height + "px";
|
339
|
+
}
|
340
|
+
el.css(props);
|
341
|
+
|
342
|
+
if (!this._helper && this._proportionallyResizeElements.length) {
|
343
|
+
this._proportionallyResize();
|
344
|
+
}
|
345
|
+
|
346
|
+
// Call the user callback if the element was resized
|
347
|
+
if ( ! $.isEmptyObject(props) ) {
|
348
|
+
this._trigger("resize", event, this.ui());
|
349
|
+
}
|
350
|
+
|
351
|
+
return false;
|
352
|
+
},
|
353
|
+
|
354
|
+
_mouseStop: function(event) {
|
355
|
+
|
356
|
+
this.resizing = false;
|
357
|
+
var pr, ista, soffseth, soffsetw, s, left, top,
|
358
|
+
o = this.options, that = this;
|
359
|
+
|
360
|
+
if(this._helper) {
|
361
|
+
|
362
|
+
pr = this._proportionallyResizeElements;
|
363
|
+
ista = pr.length && (/textarea/i).test(pr[0].nodeName);
|
364
|
+
soffseth = ista && $.ui.hasScroll(pr[0], "left") /* TODO - jump height */ ? 0 : that.sizeDiff.height;
|
365
|
+
soffsetw = ista ? 0 : that.sizeDiff.width;
|
366
|
+
|
367
|
+
s = { width: (that.helper.width() - soffsetw), height: (that.helper.height() - soffseth) };
|
368
|
+
left = (parseInt(that.element.css("left"), 10) + (that.position.left - that.originalPosition.left)) || null;
|
369
|
+
top = (parseInt(that.element.css("top"), 10) + (that.position.top - that.originalPosition.top)) || null;
|
370
|
+
|
371
|
+
if (!o.animate) {
|
372
|
+
this.element.css($.extend(s, { top: top, left: left }));
|
373
|
+
}
|
374
|
+
|
375
|
+
that.helper.height(that.size.height);
|
376
|
+
that.helper.width(that.size.width);
|
377
|
+
|
378
|
+
if (this._helper && !o.animate) {
|
379
|
+
this._proportionallyResize();
|
380
|
+
}
|
381
|
+
}
|
382
|
+
|
383
|
+
$("body").css("cursor", "auto");
|
384
|
+
|
385
|
+
this.element.removeClass("ui-resizable-resizing");
|
386
|
+
|
387
|
+
this._propagate("stop", event);
|
388
|
+
|
389
|
+
if (this._helper) {
|
390
|
+
this.helper.remove();
|
391
|
+
}
|
392
|
+
|
393
|
+
return false;
|
394
|
+
|
395
|
+
},
|
396
|
+
|
397
|
+
_updateVirtualBoundaries: function(forceAspectRatio) {
|
398
|
+
var pMinWidth, pMaxWidth, pMinHeight, pMaxHeight, b,
|
399
|
+
o = this.options;
|
400
|
+
|
401
|
+
b = {
|
402
|
+
minWidth: isNumber(o.minWidth) ? o.minWidth : 0,
|
403
|
+
maxWidth: isNumber(o.maxWidth) ? o.maxWidth : Infinity,
|
404
|
+
minHeight: isNumber(o.minHeight) ? o.minHeight : 0,
|
405
|
+
maxHeight: isNumber(o.maxHeight) ? o.maxHeight : Infinity
|
406
|
+
};
|
407
|
+
|
408
|
+
if(this._aspectRatio || forceAspectRatio) {
|
409
|
+
// We want to create an enclosing box whose aspect ration is the requested one
|
410
|
+
// First, compute the "projected" size for each dimension based on the aspect ratio and other dimension
|
411
|
+
pMinWidth = b.minHeight * this.aspectRatio;
|
412
|
+
pMinHeight = b.minWidth / this.aspectRatio;
|
413
|
+
pMaxWidth = b.maxHeight * this.aspectRatio;
|
414
|
+
pMaxHeight = b.maxWidth / this.aspectRatio;
|
415
|
+
|
416
|
+
if(pMinWidth > b.minWidth) {
|
417
|
+
b.minWidth = pMinWidth;
|
418
|
+
}
|
419
|
+
if(pMinHeight > b.minHeight) {
|
420
|
+
b.minHeight = pMinHeight;
|
421
|
+
}
|
422
|
+
if(pMaxWidth < b.maxWidth) {
|
423
|
+
b.maxWidth = pMaxWidth;
|
424
|
+
}
|
425
|
+
if(pMaxHeight < b.maxHeight) {
|
426
|
+
b.maxHeight = pMaxHeight;
|
427
|
+
}
|
428
|
+
}
|
429
|
+
this._vBoundaries = b;
|
430
|
+
},
|
431
|
+
|
432
|
+
_updateCache: function(data) {
|
433
|
+
this.offset = this.helper.offset();
|
434
|
+
if (isNumber(data.left)) {
|
435
|
+
this.position.left = data.left;
|
436
|
+
}
|
437
|
+
if (isNumber(data.top)) {
|
438
|
+
this.position.top = data.top;
|
439
|
+
}
|
440
|
+
if (isNumber(data.height)) {
|
441
|
+
this.size.height = data.height;
|
442
|
+
}
|
443
|
+
if (isNumber(data.width)) {
|
444
|
+
this.size.width = data.width;
|
445
|
+
}
|
446
|
+
},
|
447
|
+
|
448
|
+
_updateRatio: function( data ) {
|
449
|
+
|
450
|
+
var cpos = this.position,
|
451
|
+
csize = this.size,
|
452
|
+
a = this.axis;
|
453
|
+
|
454
|
+
if (isNumber(data.height)) {
|
455
|
+
data.width = (data.height * this.aspectRatio);
|
456
|
+
} else if (isNumber(data.width)) {
|
457
|
+
data.height = (data.width / this.aspectRatio);
|
458
|
+
}
|
459
|
+
|
460
|
+
if (a === "sw") {
|
461
|
+
data.left = cpos.left + (csize.width - data.width);
|
462
|
+
data.top = null;
|
463
|
+
}
|
464
|
+
if (a === "nw") {
|
465
|
+
data.top = cpos.top + (csize.height - data.height);
|
466
|
+
data.left = cpos.left + (csize.width - data.width);
|
467
|
+
}
|
468
|
+
|
469
|
+
return data;
|
470
|
+
},
|
471
|
+
|
472
|
+
_respectSize: function( data ) {
|
473
|
+
|
474
|
+
var o = this._vBoundaries,
|
475
|
+
a = this.axis,
|
476
|
+
ismaxw = isNumber(data.width) && o.maxWidth && (o.maxWidth < data.width), ismaxh = isNumber(data.height) && o.maxHeight && (o.maxHeight < data.height),
|
477
|
+
isminw = isNumber(data.width) && o.minWidth && (o.minWidth > data.width), isminh = isNumber(data.height) && o.minHeight && (o.minHeight > data.height),
|
478
|
+
dw = this.originalPosition.left + this.originalSize.width,
|
479
|
+
dh = this.position.top + this.size.height,
|
480
|
+
cw = /sw|nw|w/.test(a), ch = /nw|ne|n/.test(a);
|
481
|
+
if (isminw) {
|
482
|
+
data.width = o.minWidth;
|
483
|
+
}
|
484
|
+
if (isminh) {
|
485
|
+
data.height = o.minHeight;
|
486
|
+
}
|
487
|
+
if (ismaxw) {
|
488
|
+
data.width = o.maxWidth;
|
489
|
+
}
|
490
|
+
if (ismaxh) {
|
491
|
+
data.height = o.maxHeight;
|
492
|
+
}
|
493
|
+
|
494
|
+
if (isminw && cw) {
|
495
|
+
data.left = dw - o.minWidth;
|
496
|
+
}
|
497
|
+
if (ismaxw && cw) {
|
498
|
+
data.left = dw - o.maxWidth;
|
499
|
+
}
|
500
|
+
if (isminh && ch) {
|
501
|
+
data.top = dh - o.minHeight;
|
502
|
+
}
|
503
|
+
if (ismaxh && ch) {
|
504
|
+
data.top = dh - o.maxHeight;
|
505
|
+
}
|
506
|
+
|
507
|
+
// fixing jump error on top/left - bug #2330
|
508
|
+
if (!data.width && !data.height && !data.left && data.top) {
|
509
|
+
data.top = null;
|
510
|
+
} else if (!data.width && !data.height && !data.top && data.left) {
|
511
|
+
data.left = null;
|
512
|
+
}
|
513
|
+
|
514
|
+
return data;
|
515
|
+
},
|
516
|
+
|
517
|
+
_proportionallyResize: function() {
|
518
|
+
|
519
|
+
if (!this._proportionallyResizeElements.length) {
|
520
|
+
return;
|
521
|
+
}
|
522
|
+
|
523
|
+
var i, j, borders, paddings, prel,
|
524
|
+
element = this.helper || this.element;
|
525
|
+
|
526
|
+
for ( i=0; i < this._proportionallyResizeElements.length; i++) {
|
527
|
+
|
528
|
+
prel = this._proportionallyResizeElements[i];
|
529
|
+
|
530
|
+
if (!this.borderDif) {
|
531
|
+
this.borderDif = [];
|
532
|
+
borders = [prel.css("borderTopWidth"), prel.css("borderRightWidth"), prel.css("borderBottomWidth"), prel.css("borderLeftWidth")];
|
533
|
+
paddings = [prel.css("paddingTop"), prel.css("paddingRight"), prel.css("paddingBottom"), prel.css("paddingLeft")];
|
534
|
+
|
535
|
+
for ( j = 0; j < borders.length; j++ ) {
|
536
|
+
this.borderDif[ j ] = ( parseInt( borders[ j ], 10 ) || 0 ) + ( parseInt( paddings[ j ], 10 ) || 0 );
|
537
|
+
}
|
538
|
+
}
|
539
|
+
|
540
|
+
prel.css({
|
541
|
+
height: (element.height() - this.borderDif[0] - this.borderDif[2]) || 0,
|
542
|
+
width: (element.width() - this.borderDif[1] - this.borderDif[3]) || 0
|
543
|
+
});
|
544
|
+
|
545
|
+
}
|
546
|
+
|
547
|
+
},
|
548
|
+
|
549
|
+
_renderProxy: function() {
|
550
|
+
|
551
|
+
var el = this.element, o = this.options;
|
552
|
+
this.elementOffset = el.offset();
|
553
|
+
|
554
|
+
if(this._helper) {
|
555
|
+
|
556
|
+
this.helper = this.helper || $("<div style='overflow:hidden;'></div>");
|
557
|
+
|
558
|
+
this.helper.addClass(this._helper).css({
|
559
|
+
width: this.element.outerWidth() - 1,
|
560
|
+
height: this.element.outerHeight() - 1,
|
561
|
+
position: "absolute",
|
562
|
+
left: this.elementOffset.left +"px",
|
563
|
+
top: this.elementOffset.top +"px",
|
564
|
+
zIndex: ++o.zIndex //TODO: Don't modify option
|
565
|
+
});
|
566
|
+
|
567
|
+
this.helper
|
568
|
+
.appendTo("body")
|
569
|
+
.disableSelection();
|
570
|
+
|
571
|
+
} else {
|
572
|
+
this.helper = this.element;
|
573
|
+
}
|
574
|
+
|
575
|
+
},
|
576
|
+
|
577
|
+
_change: {
|
578
|
+
e: function(event, dx) {
|
579
|
+
return { width: this.originalSize.width + dx };
|
580
|
+
},
|
581
|
+
w: function(event, dx) {
|
582
|
+
var cs = this.originalSize, sp = this.originalPosition;
|
583
|
+
return { left: sp.left + dx, width: cs.width - dx };
|
584
|
+
},
|
585
|
+
n: function(event, dx, dy) {
|
586
|
+
var cs = this.originalSize, sp = this.originalPosition;
|
587
|
+
return { top: sp.top + dy, height: cs.height - dy };
|
588
|
+
},
|
589
|
+
s: function(event, dx, dy) {
|
590
|
+
return { height: this.originalSize.height + dy };
|
591
|
+
},
|
592
|
+
se: function(event, dx, dy) {
|
593
|
+
return $.extend(this._change.s.apply(this, arguments), this._change.e.apply(this, [event, dx, dy]));
|
594
|
+
},
|
595
|
+
sw: function(event, dx, dy) {
|
596
|
+
return $.extend(this._change.s.apply(this, arguments), this._change.w.apply(this, [event, dx, dy]));
|
597
|
+
},
|
598
|
+
ne: function(event, dx, dy) {
|
599
|
+
return $.extend(this._change.n.apply(this, arguments), this._change.e.apply(this, [event, dx, dy]));
|
600
|
+
},
|
601
|
+
nw: function(event, dx, dy) {
|
602
|
+
return $.extend(this._change.n.apply(this, arguments), this._change.w.apply(this, [event, dx, dy]));
|
603
|
+
}
|
604
|
+
},
|
605
|
+
|
606
|
+
_propagate: function(n, event) {
|
607
|
+
$.ui.plugin.call(this, n, [event, this.ui()]);
|
608
|
+
(n !== "resize" && this._trigger(n, event, this.ui()));
|
609
|
+
},
|
610
|
+
|
611
|
+
plugins: {},
|
612
|
+
|
613
|
+
ui: function() {
|
614
|
+
return {
|
615
|
+
originalElement: this.originalElement,
|
616
|
+
element: this.element,
|
617
|
+
helper: this.helper,
|
618
|
+
position: this.position,
|
619
|
+
size: this.size,
|
620
|
+
originalSize: this.originalSize,
|
621
|
+
originalPosition: this.originalPosition
|
622
|
+
};
|
623
|
+
}
|
624
|
+
|
625
|
+
});
|
626
|
+
|
627
|
+
/*
|
628
|
+
* Resizable Extensions
|
629
|
+
*/
|
630
|
+
|
631
|
+
$.ui.plugin.add("resizable", "animate", {
|
632
|
+
|
633
|
+
stop: function( event ) {
|
634
|
+
var that = $(this).data("ui-resizable"),
|
635
|
+
o = that.options,
|
636
|
+
pr = that._proportionallyResizeElements,
|
637
|
+
ista = pr.length && (/textarea/i).test(pr[0].nodeName),
|
638
|
+
soffseth = ista && $.ui.hasScroll(pr[0], "left") /* TODO - jump height */ ? 0 : that.sizeDiff.height,
|
639
|
+
soffsetw = ista ? 0 : that.sizeDiff.width,
|
640
|
+
style = { width: (that.size.width - soffsetw), height: (that.size.height - soffseth) },
|
641
|
+
left = (parseInt(that.element.css("left"), 10) + (that.position.left - that.originalPosition.left)) || null,
|
642
|
+
top = (parseInt(that.element.css("top"), 10) + (that.position.top - that.originalPosition.top)) || null;
|
643
|
+
|
644
|
+
that.element.animate(
|
645
|
+
$.extend(style, top && left ? { top: top, left: left } : {}), {
|
646
|
+
duration: o.animateDuration,
|
647
|
+
easing: o.animateEasing,
|
648
|
+
step: function() {
|
649
|
+
|
650
|
+
var data = {
|
651
|
+
width: parseInt(that.element.css("width"), 10),
|
652
|
+
height: parseInt(that.element.css("height"), 10),
|
653
|
+
top: parseInt(that.element.css("top"), 10),
|
654
|
+
left: parseInt(that.element.css("left"), 10)
|
655
|
+
};
|
656
|
+
|
657
|
+
if (pr && pr.length) {
|
658
|
+
$(pr[0]).css({ width: data.width, height: data.height });
|
659
|
+
}
|
660
|
+
|
661
|
+
// propagating resize, and updating values for each animation step
|
662
|
+
that._updateCache(data);
|
663
|
+
that._propagate("resize", event);
|
664
|
+
|
665
|
+
}
|
666
|
+
}
|
667
|
+
);
|
668
|
+
}
|
669
|
+
|
670
|
+
});
|
671
|
+
|
672
|
+
$.ui.plugin.add("resizable", "containment", {
|
673
|
+
|
674
|
+
start: function() {
|
675
|
+
var element, p, co, ch, cw, width, height,
|
676
|
+
that = $(this).data("ui-resizable"),
|
677
|
+
o = that.options,
|
678
|
+
el = that.element,
|
679
|
+
oc = o.containment,
|
680
|
+
ce = (oc instanceof $) ? oc.get(0) : (/parent/.test(oc)) ? el.parent().get(0) : oc;
|
681
|
+
|
682
|
+
if (!ce) {
|
683
|
+
return;
|
684
|
+
}
|
685
|
+
|
686
|
+
that.containerElement = $(ce);
|
687
|
+
|
688
|
+
if (/document/.test(oc) || oc === document) {
|
689
|
+
that.containerOffset = { left: 0, top: 0 };
|
690
|
+
that.containerPosition = { left: 0, top: 0 };
|
691
|
+
|
692
|
+
that.parentData = {
|
693
|
+
element: $(document), left: 0, top: 0,
|
694
|
+
width: $(document).width(), height: $(document).height() || document.body.parentNode.scrollHeight
|
695
|
+
};
|
696
|
+
}
|
697
|
+
|
698
|
+
// i'm a node, so compute top, left, right, bottom
|
699
|
+
else {
|
700
|
+
element = $(ce);
|
701
|
+
|
702
|
+
that.containerOffset = element.offset();
|
703
|
+
that.containerPosition = element.position();
|
704
|
+
that.containerSize = { height: element.innerHeight(), width: element.innerWidth() };
|
705
|
+
|
706
|
+
co = that.containerOffset;
|
707
|
+
ch = that.containerSize.height;
|
708
|
+
cw = that.containerSize.width;
|
709
|
+
width = ($.ui.hasScroll(ce, "left") ? ce.scrollWidth : cw );
|
710
|
+
height = ($.ui.hasScroll(ce) ? ce.scrollHeight : ch);
|
711
|
+
|
712
|
+
that.parentData = {
|
713
|
+
element: ce, left: co.left, top: co.top, width: width, height: height
|
714
|
+
};
|
715
|
+
}
|
716
|
+
},
|
717
|
+
|
718
|
+
resize: function( event ) {
|
719
|
+
var woset, hoset, isParent, isOffsetRelative,
|
720
|
+
that = $(this).data("ui-resizable"),
|
721
|
+
o = that.options,
|
722
|
+
co = that.containerOffset, cp = that.position,
|
723
|
+
pRatio = that._aspectRatio || event.shiftKey,
|
724
|
+
cop = { top:0, left:0 }, ce = that.containerElement;
|
725
|
+
|
726
|
+
if (ce[0] !== document && (/static/).test(ce.css("position"))) {
|
727
|
+
cop = co;
|
728
|
+
}
|
729
|
+
|
730
|
+
if (cp.left < (that._helper ? co.left : 0)) {
|
731
|
+
that.size.width = that.size.width + (that._helper ? (that.position.left - co.left) : (that.position.left - cop.left));
|
732
|
+
if (pRatio) {
|
733
|
+
that.size.height = that.size.width / that.aspectRatio;
|
734
|
+
}
|
735
|
+
that.position.left = o.helper ? co.left : 0;
|
736
|
+
}
|
737
|
+
|
738
|
+
if (cp.top < (that._helper ? co.top : 0)) {
|
739
|
+
that.size.height = that.size.height + (that._helper ? (that.position.top - co.top) : that.position.top);
|
740
|
+
if (pRatio) {
|
741
|
+
that.size.width = that.size.height * that.aspectRatio;
|
742
|
+
}
|
743
|
+
that.position.top = that._helper ? co.top : 0;
|
744
|
+
}
|
745
|
+
|
746
|
+
that.offset.left = that.parentData.left+that.position.left;
|
747
|
+
that.offset.top = that.parentData.top+that.position.top;
|
748
|
+
|
749
|
+
woset = Math.abs( (that._helper ? that.offset.left - cop.left : (that.offset.left - cop.left)) + that.sizeDiff.width );
|
750
|
+
hoset = Math.abs( (that._helper ? that.offset.top - cop.top : (that.offset.top - co.top)) + that.sizeDiff.height );
|
751
|
+
|
752
|
+
isParent = that.containerElement.get(0) === that.element.parent().get(0);
|
753
|
+
isOffsetRelative = /relative|absolute/.test(that.containerElement.css("position"));
|
754
|
+
|
755
|
+
if(isParent && isOffsetRelative) {
|
756
|
+
woset -= that.parentData.left;
|
757
|
+
}
|
758
|
+
|
759
|
+
if (woset + that.size.width >= that.parentData.width) {
|
760
|
+
that.size.width = that.parentData.width - woset;
|
761
|
+
if (pRatio) {
|
762
|
+
that.size.height = that.size.width / that.aspectRatio;
|
763
|
+
}
|
764
|
+
}
|
765
|
+
|
766
|
+
if (hoset + that.size.height >= that.parentData.height) {
|
767
|
+
that.size.height = that.parentData.height - hoset;
|
768
|
+
if (pRatio) {
|
769
|
+
that.size.width = that.size.height * that.aspectRatio;
|
770
|
+
}
|
771
|
+
}
|
772
|
+
},
|
773
|
+
|
774
|
+
stop: function(){
|
775
|
+
var that = $(this).data("ui-resizable"),
|
776
|
+
o = that.options,
|
777
|
+
co = that.containerOffset,
|
778
|
+
cop = that.containerPosition,
|
779
|
+
ce = that.containerElement,
|
780
|
+
helper = $(that.helper),
|
781
|
+
ho = helper.offset(),
|
782
|
+
w = helper.outerWidth() - that.sizeDiff.width,
|
783
|
+
h = helper.outerHeight() - that.sizeDiff.height;
|
784
|
+
|
785
|
+
if (that._helper && !o.animate && (/relative/).test(ce.css("position"))) {
|
786
|
+
$(this).css({ left: ho.left - cop.left - co.left, width: w, height: h });
|
787
|
+
}
|
788
|
+
|
789
|
+
if (that._helper && !o.animate && (/static/).test(ce.css("position"))) {
|
790
|
+
$(this).css({ left: ho.left - cop.left - co.left, width: w, height: h });
|
791
|
+
}
|
792
|
+
|
793
|
+
}
|
794
|
+
});
|
795
|
+
|
796
|
+
$.ui.plugin.add("resizable", "alsoResize", {
|
797
|
+
|
798
|
+
start: function () {
|
799
|
+
var that = $(this).data("ui-resizable"),
|
800
|
+
o = that.options,
|
801
|
+
_store = function (exp) {
|
802
|
+
$(exp).each(function() {
|
803
|
+
var el = $(this);
|
804
|
+
el.data("ui-resizable-alsoresize", {
|
805
|
+
width: parseInt(el.width(), 10), height: parseInt(el.height(), 10),
|
806
|
+
left: parseInt(el.css("left"), 10), top: parseInt(el.css("top"), 10)
|
807
|
+
});
|
808
|
+
});
|
809
|
+
};
|
810
|
+
|
811
|
+
if (typeof(o.alsoResize) === "object" && !o.alsoResize.parentNode) {
|
812
|
+
if (o.alsoResize.length) { o.alsoResize = o.alsoResize[0]; _store(o.alsoResize); }
|
813
|
+
else { $.each(o.alsoResize, function (exp) { _store(exp); }); }
|
814
|
+
}else{
|
815
|
+
_store(o.alsoResize);
|
816
|
+
}
|
817
|
+
},
|
818
|
+
|
819
|
+
resize: function (event, ui) {
|
820
|
+
var that = $(this).data("ui-resizable"),
|
821
|
+
o = that.options,
|
822
|
+
os = that.originalSize,
|
823
|
+
op = that.originalPosition,
|
824
|
+
delta = {
|
825
|
+
height: (that.size.height - os.height) || 0, width: (that.size.width - os.width) || 0,
|
826
|
+
top: (that.position.top - op.top) || 0, left: (that.position.left - op.left) || 0
|
827
|
+
},
|
828
|
+
|
829
|
+
_alsoResize = function (exp, c) {
|
830
|
+
$(exp).each(function() {
|
831
|
+
var el = $(this), start = $(this).data("ui-resizable-alsoresize"), style = {},
|
832
|
+
css = c && c.length ? c : el.parents(ui.originalElement[0]).length ? ["width", "height"] : ["width", "height", "top", "left"];
|
833
|
+
|
834
|
+
$.each(css, function (i, prop) {
|
835
|
+
var sum = (start[prop]||0) + (delta[prop]||0);
|
836
|
+
if (sum && sum >= 0) {
|
837
|
+
style[prop] = sum || null;
|
838
|
+
}
|
839
|
+
});
|
840
|
+
|
841
|
+
el.css(style);
|
842
|
+
});
|
843
|
+
};
|
844
|
+
|
845
|
+
if (typeof(o.alsoResize) === "object" && !o.alsoResize.nodeType) {
|
846
|
+
$.each(o.alsoResize, function (exp, c) { _alsoResize(exp, c); });
|
847
|
+
}else{
|
848
|
+
_alsoResize(o.alsoResize);
|
849
|
+
}
|
850
|
+
},
|
851
|
+
|
852
|
+
stop: function () {
|
853
|
+
$(this).removeData("resizable-alsoresize");
|
854
|
+
}
|
855
|
+
});
|
856
|
+
|
857
|
+
$.ui.plugin.add("resizable", "ghost", {
|
858
|
+
|
859
|
+
start: function() {
|
860
|
+
|
861
|
+
var that = $(this).data("ui-resizable"), o = that.options, cs = that.size;
|
862
|
+
|
863
|
+
that.ghost = that.originalElement.clone();
|
864
|
+
that.ghost
|
865
|
+
.css({ opacity: 0.25, display: "block", position: "relative", height: cs.height, width: cs.width, margin: 0, left: 0, top: 0 })
|
866
|
+
.addClass("ui-resizable-ghost")
|
867
|
+
.addClass(typeof o.ghost === "string" ? o.ghost : "");
|
868
|
+
|
869
|
+
that.ghost.appendTo(that.helper);
|
870
|
+
|
871
|
+
},
|
872
|
+
|
873
|
+
resize: function(){
|
874
|
+
var that = $(this).data("ui-resizable");
|
875
|
+
if (that.ghost) {
|
876
|
+
that.ghost.css({ position: "relative", height: that.size.height, width: that.size.width });
|
877
|
+
}
|
878
|
+
},
|
879
|
+
|
880
|
+
stop: function() {
|
881
|
+
var that = $(this).data("ui-resizable");
|
882
|
+
if (that.ghost && that.helper) {
|
883
|
+
that.helper.get(0).removeChild(that.ghost.get(0));
|
884
|
+
}
|
885
|
+
}
|
886
|
+
|
887
|
+
});
|
888
|
+
|
889
|
+
$.ui.plugin.add("resizable", "grid", {
|
890
|
+
|
891
|
+
resize: function() {
|
892
|
+
var that = $(this).data("ui-resizable"),
|
893
|
+
o = that.options,
|
894
|
+
cs = that.size,
|
895
|
+
os = that.originalSize,
|
896
|
+
op = that.originalPosition,
|
897
|
+
a = that.axis,
|
898
|
+
grid = typeof o.grid === "number" ? [o.grid, o.grid] : o.grid,
|
899
|
+
gridX = (grid[0]||1),
|
900
|
+
gridY = (grid[1]||1),
|
901
|
+
ox = Math.round((cs.width - os.width) / gridX) * gridX,
|
902
|
+
oy = Math.round((cs.height - os.height) / gridY) * gridY,
|
903
|
+
newWidth = os.width + ox,
|
904
|
+
newHeight = os.height + oy,
|
905
|
+
isMaxWidth = o.maxWidth && (o.maxWidth < newWidth),
|
906
|
+
isMaxHeight = o.maxHeight && (o.maxHeight < newHeight),
|
907
|
+
isMinWidth = o.minWidth && (o.minWidth > newWidth),
|
908
|
+
isMinHeight = o.minHeight && (o.minHeight > newHeight);
|
909
|
+
|
910
|
+
o.grid = grid;
|
911
|
+
|
912
|
+
if (isMinWidth) {
|
913
|
+
newWidth = newWidth + gridX;
|
914
|
+
}
|
915
|
+
if (isMinHeight) {
|
916
|
+
newHeight = newHeight + gridY;
|
917
|
+
}
|
918
|
+
if (isMaxWidth) {
|
919
|
+
newWidth = newWidth - gridX;
|
920
|
+
}
|
921
|
+
if (isMaxHeight) {
|
922
|
+
newHeight = newHeight - gridY;
|
923
|
+
}
|
924
|
+
|
925
|
+
if (/^(se|s|e)$/.test(a)) {
|
926
|
+
that.size.width = newWidth;
|
927
|
+
that.size.height = newHeight;
|
928
|
+
} else if (/^(ne)$/.test(a)) {
|
929
|
+
that.size.width = newWidth;
|
930
|
+
that.size.height = newHeight;
|
931
|
+
that.position.top = op.top - oy;
|
932
|
+
} else if (/^(sw)$/.test(a)) {
|
933
|
+
that.size.width = newWidth;
|
934
|
+
that.size.height = newHeight;
|
935
|
+
that.position.left = op.left - ox;
|
936
|
+
} else {
|
937
|
+
that.size.width = newWidth;
|
938
|
+
that.size.height = newHeight;
|
939
|
+
that.position.top = op.top - oy;
|
940
|
+
that.position.left = op.left - ox;
|
941
|
+
}
|
942
|
+
}
|
943
|
+
|
944
|
+
});
|
945
|
+
|
946
|
+
})(jQuery);
|