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,1250 @@
|
|
1
|
+
/*!
|
2
|
+
* jQuery UI Sortable 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/sortable/
|
10
|
+
*
|
11
|
+
* Depends:
|
12
|
+
* jquery.ui.core.js
|
13
|
+
* jquery.ui.mouse.js
|
14
|
+
* jquery.ui.widget.js
|
15
|
+
*/
|
16
|
+
(function( $, undefined ) {
|
17
|
+
|
18
|
+
/*jshint loopfunc: true */
|
19
|
+
|
20
|
+
function isOverAxis( x, reference, size ) {
|
21
|
+
return ( x > reference ) && ( x < ( reference + size ) );
|
22
|
+
}
|
23
|
+
|
24
|
+
$.widget("ui.sortable", $.ui.mouse, {
|
25
|
+
version: "1.10.1",
|
26
|
+
widgetEventPrefix: "sort",
|
27
|
+
ready: false,
|
28
|
+
options: {
|
29
|
+
appendTo: "parent",
|
30
|
+
axis: false,
|
31
|
+
connectWith: false,
|
32
|
+
containment: false,
|
33
|
+
cursor: "auto",
|
34
|
+
cursorAt: false,
|
35
|
+
dropOnEmpty: true,
|
36
|
+
forcePlaceholderSize: false,
|
37
|
+
forceHelperSize: false,
|
38
|
+
grid: false,
|
39
|
+
handle: false,
|
40
|
+
helper: "original",
|
41
|
+
items: "> *",
|
42
|
+
opacity: false,
|
43
|
+
placeholder: false,
|
44
|
+
revert: false,
|
45
|
+
scroll: true,
|
46
|
+
scrollSensitivity: 20,
|
47
|
+
scrollSpeed: 20,
|
48
|
+
scope: "default",
|
49
|
+
tolerance: "intersect",
|
50
|
+
zIndex: 1000,
|
51
|
+
|
52
|
+
// callbacks
|
53
|
+
activate: null,
|
54
|
+
beforeStop: null,
|
55
|
+
change: null,
|
56
|
+
deactivate: null,
|
57
|
+
out: null,
|
58
|
+
over: null,
|
59
|
+
receive: null,
|
60
|
+
remove: null,
|
61
|
+
sort: null,
|
62
|
+
start: null,
|
63
|
+
stop: null,
|
64
|
+
update: null
|
65
|
+
},
|
66
|
+
_create: function() {
|
67
|
+
|
68
|
+
var o = this.options;
|
69
|
+
this.containerCache = {};
|
70
|
+
this.element.addClass("ui-sortable");
|
71
|
+
|
72
|
+
//Get the items
|
73
|
+
this.refresh();
|
74
|
+
|
75
|
+
//Let's determine if the items are being displayed horizontally
|
76
|
+
this.floating = this.items.length ? o.axis === "x" || (/left|right/).test(this.items[0].item.css("float")) || (/inline|table-cell/).test(this.items[0].item.css("display")) : false;
|
77
|
+
|
78
|
+
//Let's determine the parent's offset
|
79
|
+
this.offset = this.element.offset();
|
80
|
+
|
81
|
+
//Initialize mouse events for interaction
|
82
|
+
this._mouseInit();
|
83
|
+
|
84
|
+
//We're ready to go
|
85
|
+
this.ready = true;
|
86
|
+
|
87
|
+
},
|
88
|
+
|
89
|
+
_destroy: function() {
|
90
|
+
this.element
|
91
|
+
.removeClass("ui-sortable ui-sortable-disabled");
|
92
|
+
this._mouseDestroy();
|
93
|
+
|
94
|
+
for ( var i = this.items.length - 1; i >= 0; i-- ) {
|
95
|
+
this.items[i].item.removeData(this.widgetName + "-item");
|
96
|
+
}
|
97
|
+
|
98
|
+
return this;
|
99
|
+
},
|
100
|
+
|
101
|
+
_setOption: function(key, value){
|
102
|
+
if ( key === "disabled" ) {
|
103
|
+
this.options[ key ] = value;
|
104
|
+
|
105
|
+
this.widget().toggleClass( "ui-sortable-disabled", !!value );
|
106
|
+
} else {
|
107
|
+
// Don't call widget base _setOption for disable as it adds ui-state-disabled class
|
108
|
+
$.Widget.prototype._setOption.apply(this, arguments);
|
109
|
+
}
|
110
|
+
},
|
111
|
+
|
112
|
+
_mouseCapture: function(event, overrideHandle) {
|
113
|
+
var currentItem = null,
|
114
|
+
validHandle = false,
|
115
|
+
that = this;
|
116
|
+
|
117
|
+
if (this.reverting) {
|
118
|
+
return false;
|
119
|
+
}
|
120
|
+
|
121
|
+
if(this.options.disabled || this.options.type === "static") {
|
122
|
+
return false;
|
123
|
+
}
|
124
|
+
|
125
|
+
//We have to refresh the items data once first
|
126
|
+
this._refreshItems(event);
|
127
|
+
|
128
|
+
//Find out if the clicked node (or one of its parents) is a actual item in this.items
|
129
|
+
$(event.target).parents().each(function() {
|
130
|
+
if($.data(this, that.widgetName + "-item") === that) {
|
131
|
+
currentItem = $(this);
|
132
|
+
return false;
|
133
|
+
}
|
134
|
+
});
|
135
|
+
if($.data(event.target, that.widgetName + "-item") === that) {
|
136
|
+
currentItem = $(event.target);
|
137
|
+
}
|
138
|
+
|
139
|
+
if(!currentItem) {
|
140
|
+
return false;
|
141
|
+
}
|
142
|
+
if(this.options.handle && !overrideHandle) {
|
143
|
+
$(this.options.handle, currentItem).find("*").addBack().each(function() {
|
144
|
+
if(this === event.target) {
|
145
|
+
validHandle = true;
|
146
|
+
}
|
147
|
+
});
|
148
|
+
if(!validHandle) {
|
149
|
+
return false;
|
150
|
+
}
|
151
|
+
}
|
152
|
+
|
153
|
+
this.currentItem = currentItem;
|
154
|
+
this._removeCurrentsFromItems();
|
155
|
+
return true;
|
156
|
+
|
157
|
+
},
|
158
|
+
|
159
|
+
_mouseStart: function(event, overrideHandle, noActivation) {
|
160
|
+
|
161
|
+
var i,
|
162
|
+
o = this.options;
|
163
|
+
|
164
|
+
this.currentContainer = this;
|
165
|
+
|
166
|
+
//We only need to call refreshPositions, because the refreshItems call has been moved to mouseCapture
|
167
|
+
this.refreshPositions();
|
168
|
+
|
169
|
+
//Create and append the visible helper
|
170
|
+
this.helper = this._createHelper(event);
|
171
|
+
|
172
|
+
//Cache the helper size
|
173
|
+
this._cacheHelperProportions();
|
174
|
+
|
175
|
+
/*
|
176
|
+
* - Position generation -
|
177
|
+
* This block generates everything position related - it's the core of draggables.
|
178
|
+
*/
|
179
|
+
|
180
|
+
//Cache the margins of the original element
|
181
|
+
this._cacheMargins();
|
182
|
+
|
183
|
+
//Get the next scrolling parent
|
184
|
+
this.scrollParent = this.helper.scrollParent();
|
185
|
+
|
186
|
+
//The element's absolute position on the page minus margins
|
187
|
+
this.offset = this.currentItem.offset();
|
188
|
+
this.offset = {
|
189
|
+
top: this.offset.top - this.margins.top,
|
190
|
+
left: this.offset.left - this.margins.left
|
191
|
+
};
|
192
|
+
|
193
|
+
$.extend(this.offset, {
|
194
|
+
click: { //Where the click happened, relative to the element
|
195
|
+
left: event.pageX - this.offset.left,
|
196
|
+
top: event.pageY - this.offset.top
|
197
|
+
},
|
198
|
+
parent: this._getParentOffset(),
|
199
|
+
relative: this._getRelativeOffset() //This is a relative to absolute position minus the actual position calculation - only used for relative positioned helper
|
200
|
+
});
|
201
|
+
|
202
|
+
// Only after we got the offset, we can change the helper's position to absolute
|
203
|
+
// TODO: Still need to figure out a way to make relative sorting possible
|
204
|
+
this.helper.css("position", "absolute");
|
205
|
+
this.cssPosition = this.helper.css("position");
|
206
|
+
|
207
|
+
//Generate the original position
|
208
|
+
this.originalPosition = this._generatePosition(event);
|
209
|
+
this.originalPageX = event.pageX;
|
210
|
+
this.originalPageY = event.pageY;
|
211
|
+
|
212
|
+
//Adjust the mouse offset relative to the helper if "cursorAt" is supplied
|
213
|
+
(o.cursorAt && this._adjustOffsetFromHelper(o.cursorAt));
|
214
|
+
|
215
|
+
//Cache the former DOM position
|
216
|
+
this.domPosition = { prev: this.currentItem.prev()[0], parent: this.currentItem.parent()[0] };
|
217
|
+
|
218
|
+
//If the helper is not the original, hide the original so it's not playing any role during the drag, won't cause anything bad this way
|
219
|
+
if(this.helper[0] !== this.currentItem[0]) {
|
220
|
+
this.currentItem.hide();
|
221
|
+
}
|
222
|
+
|
223
|
+
//Create the placeholder
|
224
|
+
this._createPlaceholder();
|
225
|
+
|
226
|
+
//Set a containment if given in the options
|
227
|
+
if(o.containment) {
|
228
|
+
this._setContainment();
|
229
|
+
}
|
230
|
+
|
231
|
+
if(o.cursor) { // cursor option
|
232
|
+
if ($("body").css("cursor")) {
|
233
|
+
this._storedCursor = $("body").css("cursor");
|
234
|
+
}
|
235
|
+
$("body").css("cursor", o.cursor);
|
236
|
+
}
|
237
|
+
|
238
|
+
if(o.opacity) { // opacity option
|
239
|
+
if (this.helper.css("opacity")) {
|
240
|
+
this._storedOpacity = this.helper.css("opacity");
|
241
|
+
}
|
242
|
+
this.helper.css("opacity", o.opacity);
|
243
|
+
}
|
244
|
+
|
245
|
+
if(o.zIndex) { // zIndex option
|
246
|
+
if (this.helper.css("zIndex")) {
|
247
|
+
this._storedZIndex = this.helper.css("zIndex");
|
248
|
+
}
|
249
|
+
this.helper.css("zIndex", o.zIndex);
|
250
|
+
}
|
251
|
+
|
252
|
+
//Prepare scrolling
|
253
|
+
if(this.scrollParent[0] !== document && this.scrollParent[0].tagName !== "HTML") {
|
254
|
+
this.overflowOffset = this.scrollParent.offset();
|
255
|
+
}
|
256
|
+
|
257
|
+
//Call callbacks
|
258
|
+
this._trigger("start", event, this._uiHash());
|
259
|
+
|
260
|
+
//Recache the helper size
|
261
|
+
if(!this._preserveHelperProportions) {
|
262
|
+
this._cacheHelperProportions();
|
263
|
+
}
|
264
|
+
|
265
|
+
|
266
|
+
//Post "activate" events to possible containers
|
267
|
+
if( !noActivation ) {
|
268
|
+
for ( i = this.containers.length - 1; i >= 0; i-- ) {
|
269
|
+
this.containers[ i ]._trigger( "activate", event, this._uiHash( this ) );
|
270
|
+
}
|
271
|
+
}
|
272
|
+
|
273
|
+
//Prepare possible droppables
|
274
|
+
if($.ui.ddmanager) {
|
275
|
+
$.ui.ddmanager.current = this;
|
276
|
+
}
|
277
|
+
|
278
|
+
if ($.ui.ddmanager && !o.dropBehaviour) {
|
279
|
+
$.ui.ddmanager.prepareOffsets(this, event);
|
280
|
+
}
|
281
|
+
|
282
|
+
this.dragging = true;
|
283
|
+
|
284
|
+
this.helper.addClass("ui-sortable-helper");
|
285
|
+
this._mouseDrag(event); //Execute the drag once - this causes the helper not to be visible before getting its correct position
|
286
|
+
return true;
|
287
|
+
|
288
|
+
},
|
289
|
+
|
290
|
+
_mouseDrag: function(event) {
|
291
|
+
var i, item, itemElement, intersection,
|
292
|
+
o = this.options,
|
293
|
+
scrolled = false;
|
294
|
+
|
295
|
+
//Compute the helpers position
|
296
|
+
this.position = this._generatePosition(event);
|
297
|
+
this.positionAbs = this._convertPositionTo("absolute");
|
298
|
+
|
299
|
+
if (!this.lastPositionAbs) {
|
300
|
+
this.lastPositionAbs = this.positionAbs;
|
301
|
+
}
|
302
|
+
|
303
|
+
//Do scrolling
|
304
|
+
if(this.options.scroll) {
|
305
|
+
if(this.scrollParent[0] !== document && this.scrollParent[0].tagName !== "HTML") {
|
306
|
+
|
307
|
+
if((this.overflowOffset.top + this.scrollParent[0].offsetHeight) - event.pageY < o.scrollSensitivity) {
|
308
|
+
this.scrollParent[0].scrollTop = scrolled = this.scrollParent[0].scrollTop + o.scrollSpeed;
|
309
|
+
} else if(event.pageY - this.overflowOffset.top < o.scrollSensitivity) {
|
310
|
+
this.scrollParent[0].scrollTop = scrolled = this.scrollParent[0].scrollTop - o.scrollSpeed;
|
311
|
+
}
|
312
|
+
|
313
|
+
if((this.overflowOffset.left + this.scrollParent[0].offsetWidth) - event.pageX < o.scrollSensitivity) {
|
314
|
+
this.scrollParent[0].scrollLeft = scrolled = this.scrollParent[0].scrollLeft + o.scrollSpeed;
|
315
|
+
} else if(event.pageX - this.overflowOffset.left < o.scrollSensitivity) {
|
316
|
+
this.scrollParent[0].scrollLeft = scrolled = this.scrollParent[0].scrollLeft - o.scrollSpeed;
|
317
|
+
}
|
318
|
+
|
319
|
+
} else {
|
320
|
+
|
321
|
+
if(event.pageY - $(document).scrollTop() < o.scrollSensitivity) {
|
322
|
+
scrolled = $(document).scrollTop($(document).scrollTop() - o.scrollSpeed);
|
323
|
+
} else if($(window).height() - (event.pageY - $(document).scrollTop()) < o.scrollSensitivity) {
|
324
|
+
scrolled = $(document).scrollTop($(document).scrollTop() + o.scrollSpeed);
|
325
|
+
}
|
326
|
+
|
327
|
+
if(event.pageX - $(document).scrollLeft() < o.scrollSensitivity) {
|
328
|
+
scrolled = $(document).scrollLeft($(document).scrollLeft() - o.scrollSpeed);
|
329
|
+
} else if($(window).width() - (event.pageX - $(document).scrollLeft()) < o.scrollSensitivity) {
|
330
|
+
scrolled = $(document).scrollLeft($(document).scrollLeft() + o.scrollSpeed);
|
331
|
+
}
|
332
|
+
|
333
|
+
}
|
334
|
+
|
335
|
+
if(scrolled !== false && $.ui.ddmanager && !o.dropBehaviour) {
|
336
|
+
$.ui.ddmanager.prepareOffsets(this, event);
|
337
|
+
}
|
338
|
+
}
|
339
|
+
|
340
|
+
//Regenerate the absolute position used for position checks
|
341
|
+
this.positionAbs = this._convertPositionTo("absolute");
|
342
|
+
|
343
|
+
//Set the helper position
|
344
|
+
if(!this.options.axis || this.options.axis !== "y") {
|
345
|
+
this.helper[0].style.left = this.position.left+"px";
|
346
|
+
}
|
347
|
+
if(!this.options.axis || this.options.axis !== "x") {
|
348
|
+
this.helper[0].style.top = this.position.top+"px";
|
349
|
+
}
|
350
|
+
|
351
|
+
//Rearrange
|
352
|
+
for (i = this.items.length - 1; i >= 0; i--) {
|
353
|
+
|
354
|
+
//Cache variables and intersection, continue if no intersection
|
355
|
+
item = this.items[i];
|
356
|
+
itemElement = item.item[0];
|
357
|
+
intersection = this._intersectsWithPointer(item);
|
358
|
+
if (!intersection) {
|
359
|
+
continue;
|
360
|
+
}
|
361
|
+
|
362
|
+
// Only put the placeholder inside the current Container, skip all
|
363
|
+
// items form other containers. This works because when moving
|
364
|
+
// an item from one container to another the
|
365
|
+
// currentContainer is switched before the placeholder is moved.
|
366
|
+
//
|
367
|
+
// Without this moving items in "sub-sortables" can cause the placeholder to jitter
|
368
|
+
// beetween the outer and inner container.
|
369
|
+
if (item.instance !== this.currentContainer) {
|
370
|
+
continue;
|
371
|
+
}
|
372
|
+
|
373
|
+
// cannot intersect with itself
|
374
|
+
// no useless actions that have been done before
|
375
|
+
// no action if the item moved is the parent of the item checked
|
376
|
+
if (itemElement !== this.currentItem[0] &&
|
377
|
+
this.placeholder[intersection === 1 ? "next" : "prev"]()[0] !== itemElement &&
|
378
|
+
!$.contains(this.placeholder[0], itemElement) &&
|
379
|
+
(this.options.type === "semi-dynamic" ? !$.contains(this.element[0], itemElement) : true)
|
380
|
+
) {
|
381
|
+
|
382
|
+
this.direction = intersection === 1 ? "down" : "up";
|
383
|
+
|
384
|
+
if (this.options.tolerance === "pointer" || this._intersectsWithSides(item)) {
|
385
|
+
this._rearrange(event, item);
|
386
|
+
} else {
|
387
|
+
break;
|
388
|
+
}
|
389
|
+
|
390
|
+
this._trigger("change", event, this._uiHash());
|
391
|
+
break;
|
392
|
+
}
|
393
|
+
}
|
394
|
+
|
395
|
+
//Post events to containers
|
396
|
+
this._contactContainers(event);
|
397
|
+
|
398
|
+
//Interconnect with droppables
|
399
|
+
if($.ui.ddmanager) {
|
400
|
+
$.ui.ddmanager.drag(this, event);
|
401
|
+
}
|
402
|
+
|
403
|
+
//Call callbacks
|
404
|
+
this._trigger("sort", event, this._uiHash());
|
405
|
+
|
406
|
+
this.lastPositionAbs = this.positionAbs;
|
407
|
+
return false;
|
408
|
+
|
409
|
+
},
|
410
|
+
|
411
|
+
_mouseStop: function(event, noPropagation) {
|
412
|
+
|
413
|
+
if(!event) {
|
414
|
+
return;
|
415
|
+
}
|
416
|
+
|
417
|
+
//If we are using droppables, inform the manager about the drop
|
418
|
+
if ($.ui.ddmanager && !this.options.dropBehaviour) {
|
419
|
+
$.ui.ddmanager.drop(this, event);
|
420
|
+
}
|
421
|
+
|
422
|
+
if(this.options.revert) {
|
423
|
+
var that = this,
|
424
|
+
cur = this.placeholder.offset();
|
425
|
+
|
426
|
+
this.reverting = true;
|
427
|
+
|
428
|
+
$(this.helper).animate({
|
429
|
+
left: cur.left - this.offset.parent.left - this.margins.left + (this.offsetParent[0] === document.body ? 0 : this.offsetParent[0].scrollLeft),
|
430
|
+
top: cur.top - this.offset.parent.top - this.margins.top + (this.offsetParent[0] === document.body ? 0 : this.offsetParent[0].scrollTop)
|
431
|
+
}, parseInt(this.options.revert, 10) || 500, function() {
|
432
|
+
that._clear(event);
|
433
|
+
});
|
434
|
+
} else {
|
435
|
+
this._clear(event, noPropagation);
|
436
|
+
}
|
437
|
+
|
438
|
+
return false;
|
439
|
+
|
440
|
+
},
|
441
|
+
|
442
|
+
cancel: function() {
|
443
|
+
|
444
|
+
if(this.dragging) {
|
445
|
+
|
446
|
+
this._mouseUp({ target: null });
|
447
|
+
|
448
|
+
if(this.options.helper === "original") {
|
449
|
+
this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper");
|
450
|
+
} else {
|
451
|
+
this.currentItem.show();
|
452
|
+
}
|
453
|
+
|
454
|
+
//Post deactivating events to containers
|
455
|
+
for (var i = this.containers.length - 1; i >= 0; i--){
|
456
|
+
this.containers[i]._trigger("deactivate", null, this._uiHash(this));
|
457
|
+
if(this.containers[i].containerCache.over) {
|
458
|
+
this.containers[i]._trigger("out", null, this._uiHash(this));
|
459
|
+
this.containers[i].containerCache.over = 0;
|
460
|
+
}
|
461
|
+
}
|
462
|
+
|
463
|
+
}
|
464
|
+
|
465
|
+
if (this.placeholder) {
|
466
|
+
//$(this.placeholder[0]).remove(); would have been the jQuery way - unfortunately, it unbinds ALL events from the original node!
|
467
|
+
if(this.placeholder[0].parentNode) {
|
468
|
+
this.placeholder[0].parentNode.removeChild(this.placeholder[0]);
|
469
|
+
}
|
470
|
+
if(this.options.helper !== "original" && this.helper && this.helper[0].parentNode) {
|
471
|
+
this.helper.remove();
|
472
|
+
}
|
473
|
+
|
474
|
+
$.extend(this, {
|
475
|
+
helper: null,
|
476
|
+
dragging: false,
|
477
|
+
reverting: false,
|
478
|
+
_noFinalSort: null
|
479
|
+
});
|
480
|
+
|
481
|
+
if(this.domPosition.prev) {
|
482
|
+
$(this.domPosition.prev).after(this.currentItem);
|
483
|
+
} else {
|
484
|
+
$(this.domPosition.parent).prepend(this.currentItem);
|
485
|
+
}
|
486
|
+
}
|
487
|
+
|
488
|
+
return this;
|
489
|
+
|
490
|
+
},
|
491
|
+
|
492
|
+
serialize: function(o) {
|
493
|
+
|
494
|
+
var items = this._getItemsAsjQuery(o && o.connected),
|
495
|
+
str = [];
|
496
|
+
o = o || {};
|
497
|
+
|
498
|
+
$(items).each(function() {
|
499
|
+
var res = ($(o.item || this).attr(o.attribute || "id") || "").match(o.expression || (/(.+)[\-=_](.+)/));
|
500
|
+
if (res) {
|
501
|
+
str.push((o.key || res[1]+"[]")+"="+(o.key && o.expression ? res[1] : res[2]));
|
502
|
+
}
|
503
|
+
});
|
504
|
+
|
505
|
+
if(!str.length && o.key) {
|
506
|
+
str.push(o.key + "=");
|
507
|
+
}
|
508
|
+
|
509
|
+
return str.join("&");
|
510
|
+
|
511
|
+
},
|
512
|
+
|
513
|
+
toArray: function(o) {
|
514
|
+
|
515
|
+
var items = this._getItemsAsjQuery(o && o.connected),
|
516
|
+
ret = [];
|
517
|
+
|
518
|
+
o = o || {};
|
519
|
+
|
520
|
+
items.each(function() { ret.push($(o.item || this).attr(o.attribute || "id") || ""); });
|
521
|
+
return ret;
|
522
|
+
|
523
|
+
},
|
524
|
+
|
525
|
+
/* Be careful with the following core functions */
|
526
|
+
_intersectsWith: function(item) {
|
527
|
+
|
528
|
+
var x1 = this.positionAbs.left,
|
529
|
+
x2 = x1 + this.helperProportions.width,
|
530
|
+
y1 = this.positionAbs.top,
|
531
|
+
y2 = y1 + this.helperProportions.height,
|
532
|
+
l = item.left,
|
533
|
+
r = l + item.width,
|
534
|
+
t = item.top,
|
535
|
+
b = t + item.height,
|
536
|
+
dyClick = this.offset.click.top,
|
537
|
+
dxClick = this.offset.click.left,
|
538
|
+
isOverElement = (y1 + dyClick) > t && (y1 + dyClick) < b && (x1 + dxClick) > l && (x1 + dxClick) < r;
|
539
|
+
|
540
|
+
if ( this.options.tolerance === "pointer" ||
|
541
|
+
this.options.forcePointerForContainers ||
|
542
|
+
(this.options.tolerance !== "pointer" && this.helperProportions[this.floating ? "width" : "height"] > item[this.floating ? "width" : "height"])
|
543
|
+
) {
|
544
|
+
return isOverElement;
|
545
|
+
} else {
|
546
|
+
|
547
|
+
return (l < x1 + (this.helperProportions.width / 2) && // Right Half
|
548
|
+
x2 - (this.helperProportions.width / 2) < r && // Left Half
|
549
|
+
t < y1 + (this.helperProportions.height / 2) && // Bottom Half
|
550
|
+
y2 - (this.helperProportions.height / 2) < b ); // Top Half
|
551
|
+
|
552
|
+
}
|
553
|
+
},
|
554
|
+
|
555
|
+
_intersectsWithPointer: function(item) {
|
556
|
+
|
557
|
+
var isOverElementHeight = (this.options.axis === "x") || isOverAxis(this.positionAbs.top + this.offset.click.top, item.top, item.height),
|
558
|
+
isOverElementWidth = (this.options.axis === "y") || isOverAxis(this.positionAbs.left + this.offset.click.left, item.left, item.width),
|
559
|
+
isOverElement = isOverElementHeight && isOverElementWidth,
|
560
|
+
verticalDirection = this._getDragVerticalDirection(),
|
561
|
+
horizontalDirection = this._getDragHorizontalDirection();
|
562
|
+
|
563
|
+
if (!isOverElement) {
|
564
|
+
return false;
|
565
|
+
}
|
566
|
+
|
567
|
+
return this.floating ?
|
568
|
+
( ((horizontalDirection && horizontalDirection === "right") || verticalDirection === "down") ? 2 : 1 )
|
569
|
+
: ( verticalDirection && (verticalDirection === "down" ? 2 : 1) );
|
570
|
+
|
571
|
+
},
|
572
|
+
|
573
|
+
_intersectsWithSides: function(item) {
|
574
|
+
|
575
|
+
var isOverBottomHalf = isOverAxis(this.positionAbs.top + this.offset.click.top, item.top + (item.height/2), item.height),
|
576
|
+
isOverRightHalf = isOverAxis(this.positionAbs.left + this.offset.click.left, item.left + (item.width/2), item.width),
|
577
|
+
verticalDirection = this._getDragVerticalDirection(),
|
578
|
+
horizontalDirection = this._getDragHorizontalDirection();
|
579
|
+
|
580
|
+
if (this.floating && horizontalDirection) {
|
581
|
+
return ((horizontalDirection === "right" && isOverRightHalf) || (horizontalDirection === "left" && !isOverRightHalf));
|
582
|
+
} else {
|
583
|
+
return verticalDirection && ((verticalDirection === "down" && isOverBottomHalf) || (verticalDirection === "up" && !isOverBottomHalf));
|
584
|
+
}
|
585
|
+
|
586
|
+
},
|
587
|
+
|
588
|
+
_getDragVerticalDirection: function() {
|
589
|
+
var delta = this.positionAbs.top - this.lastPositionAbs.top;
|
590
|
+
return delta !== 0 && (delta > 0 ? "down" : "up");
|
591
|
+
},
|
592
|
+
|
593
|
+
_getDragHorizontalDirection: function() {
|
594
|
+
var delta = this.positionAbs.left - this.lastPositionAbs.left;
|
595
|
+
return delta !== 0 && (delta > 0 ? "right" : "left");
|
596
|
+
},
|
597
|
+
|
598
|
+
refresh: function(event) {
|
599
|
+
this._refreshItems(event);
|
600
|
+
this.refreshPositions();
|
601
|
+
return this;
|
602
|
+
},
|
603
|
+
|
604
|
+
_connectWith: function() {
|
605
|
+
var options = this.options;
|
606
|
+
return options.connectWith.constructor === String ? [options.connectWith] : options.connectWith;
|
607
|
+
},
|
608
|
+
|
609
|
+
_getItemsAsjQuery: function(connected) {
|
610
|
+
|
611
|
+
var i, j, cur, inst,
|
612
|
+
items = [],
|
613
|
+
queries = [],
|
614
|
+
connectWith = this._connectWith();
|
615
|
+
|
616
|
+
if(connectWith && connected) {
|
617
|
+
for (i = connectWith.length - 1; i >= 0; i--){
|
618
|
+
cur = $(connectWith[i]);
|
619
|
+
for ( j = cur.length - 1; j >= 0; j--){
|
620
|
+
inst = $.data(cur[j], this.widgetFullName);
|
621
|
+
if(inst && inst !== this && !inst.options.disabled) {
|
622
|
+
queries.push([$.isFunction(inst.options.items) ? inst.options.items.call(inst.element) : $(inst.options.items, inst.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"), inst]);
|
623
|
+
}
|
624
|
+
}
|
625
|
+
}
|
626
|
+
}
|
627
|
+
|
628
|
+
queries.push([$.isFunction(this.options.items) ? this.options.items.call(this.element, null, { options: this.options, item: this.currentItem }) : $(this.options.items, this.element).not(".ui-sortable-helper").not(".ui-sortable-placeholder"), this]);
|
629
|
+
|
630
|
+
for (i = queries.length - 1; i >= 0; i--){
|
631
|
+
queries[i][0].each(function() {
|
632
|
+
items.push(this);
|
633
|
+
});
|
634
|
+
}
|
635
|
+
|
636
|
+
return $(items);
|
637
|
+
|
638
|
+
},
|
639
|
+
|
640
|
+
_removeCurrentsFromItems: function() {
|
641
|
+
|
642
|
+
var list = this.currentItem.find(":data(" + this.widgetName + "-item)");
|
643
|
+
|
644
|
+
this.items = $.grep(this.items, function (item) {
|
645
|
+
for (var j=0; j < list.length; j++) {
|
646
|
+
if(list[j] === item.item[0]) {
|
647
|
+
return false;
|
648
|
+
}
|
649
|
+
}
|
650
|
+
return true;
|
651
|
+
});
|
652
|
+
|
653
|
+
},
|
654
|
+
|
655
|
+
_refreshItems: function(event) {
|
656
|
+
|
657
|
+
this.items = [];
|
658
|
+
this.containers = [this];
|
659
|
+
|
660
|
+
var i, j, cur, inst, targetData, _queries, item, queriesLength,
|
661
|
+
items = this.items,
|
662
|
+
queries = [[$.isFunction(this.options.items) ? this.options.items.call(this.element[0], event, { item: this.currentItem }) : $(this.options.items, this.element), this]],
|
663
|
+
connectWith = this._connectWith();
|
664
|
+
|
665
|
+
if(connectWith && this.ready) { //Shouldn't be run the first time through due to massive slow-down
|
666
|
+
for (i = connectWith.length - 1; i >= 0; i--){
|
667
|
+
cur = $(connectWith[i]);
|
668
|
+
for (j = cur.length - 1; j >= 0; j--){
|
669
|
+
inst = $.data(cur[j], this.widgetFullName);
|
670
|
+
if(inst && inst !== this && !inst.options.disabled) {
|
671
|
+
queries.push([$.isFunction(inst.options.items) ? inst.options.items.call(inst.element[0], event, { item: this.currentItem }) : $(inst.options.items, inst.element), inst]);
|
672
|
+
this.containers.push(inst);
|
673
|
+
}
|
674
|
+
}
|
675
|
+
}
|
676
|
+
}
|
677
|
+
|
678
|
+
for (i = queries.length - 1; i >= 0; i--) {
|
679
|
+
targetData = queries[i][1];
|
680
|
+
_queries = queries[i][0];
|
681
|
+
|
682
|
+
for (j=0, queriesLength = _queries.length; j < queriesLength; j++) {
|
683
|
+
item = $(_queries[j]);
|
684
|
+
|
685
|
+
item.data(this.widgetName + "-item", targetData); // Data for target checking (mouse manager)
|
686
|
+
|
687
|
+
items.push({
|
688
|
+
item: item,
|
689
|
+
instance: targetData,
|
690
|
+
width: 0, height: 0,
|
691
|
+
left: 0, top: 0
|
692
|
+
});
|
693
|
+
}
|
694
|
+
}
|
695
|
+
|
696
|
+
},
|
697
|
+
|
698
|
+
refreshPositions: function(fast) {
|
699
|
+
|
700
|
+
//This has to be redone because due to the item being moved out/into the offsetParent, the offsetParent's position will change
|
701
|
+
if(this.offsetParent && this.helper) {
|
702
|
+
this.offset.parent = this._getParentOffset();
|
703
|
+
}
|
704
|
+
|
705
|
+
var i, item, t, p;
|
706
|
+
|
707
|
+
for (i = this.items.length - 1; i >= 0; i--){
|
708
|
+
item = this.items[i];
|
709
|
+
|
710
|
+
//We ignore calculating positions of all connected containers when we're not over them
|
711
|
+
if(item.instance !== this.currentContainer && this.currentContainer && item.item[0] !== this.currentItem[0]) {
|
712
|
+
continue;
|
713
|
+
}
|
714
|
+
|
715
|
+
t = this.options.toleranceElement ? $(this.options.toleranceElement, item.item) : item.item;
|
716
|
+
|
717
|
+
if (!fast) {
|
718
|
+
item.width = t.outerWidth();
|
719
|
+
item.height = t.outerHeight();
|
720
|
+
}
|
721
|
+
|
722
|
+
p = t.offset();
|
723
|
+
item.left = p.left;
|
724
|
+
item.top = p.top;
|
725
|
+
}
|
726
|
+
|
727
|
+
if(this.options.custom && this.options.custom.refreshContainers) {
|
728
|
+
this.options.custom.refreshContainers.call(this);
|
729
|
+
} else {
|
730
|
+
for (i = this.containers.length - 1; i >= 0; i--){
|
731
|
+
p = this.containers[i].element.offset();
|
732
|
+
this.containers[i].containerCache.left = p.left;
|
733
|
+
this.containers[i].containerCache.top = p.top;
|
734
|
+
this.containers[i].containerCache.width = this.containers[i].element.outerWidth();
|
735
|
+
this.containers[i].containerCache.height = this.containers[i].element.outerHeight();
|
736
|
+
}
|
737
|
+
}
|
738
|
+
|
739
|
+
return this;
|
740
|
+
},
|
741
|
+
|
742
|
+
_createPlaceholder: function(that) {
|
743
|
+
that = that || this;
|
744
|
+
var className,
|
745
|
+
o = that.options;
|
746
|
+
|
747
|
+
if(!o.placeholder || o.placeholder.constructor === String) {
|
748
|
+
className = o.placeholder;
|
749
|
+
o.placeholder = {
|
750
|
+
element: function() {
|
751
|
+
|
752
|
+
var el = $(document.createElement(that.currentItem[0].nodeName))
|
753
|
+
.addClass(className || that.currentItem[0].className+" ui-sortable-placeholder")
|
754
|
+
.removeClass("ui-sortable-helper")[0];
|
755
|
+
|
756
|
+
if(!className) {
|
757
|
+
el.style.visibility = "hidden";
|
758
|
+
}
|
759
|
+
|
760
|
+
return el;
|
761
|
+
},
|
762
|
+
update: function(container, p) {
|
763
|
+
|
764
|
+
// 1. If a className is set as 'placeholder option, we don't force sizes - the class is responsible for that
|
765
|
+
// 2. The option 'forcePlaceholderSize can be enabled to force it even if a class name is specified
|
766
|
+
if(className && !o.forcePlaceholderSize) {
|
767
|
+
return;
|
768
|
+
}
|
769
|
+
|
770
|
+
//If the element doesn't have a actual height by itself (without styles coming from a stylesheet), it receives the inline height from the dragged item
|
771
|
+
if(!p.height()) { p.height(that.currentItem.innerHeight() - parseInt(that.currentItem.css("paddingTop")||0, 10) - parseInt(that.currentItem.css("paddingBottom")||0, 10)); }
|
772
|
+
if(!p.width()) { p.width(that.currentItem.innerWidth() - parseInt(that.currentItem.css("paddingLeft")||0, 10) - parseInt(that.currentItem.css("paddingRight")||0, 10)); }
|
773
|
+
}
|
774
|
+
};
|
775
|
+
}
|
776
|
+
|
777
|
+
//Create the placeholder
|
778
|
+
that.placeholder = $(o.placeholder.element.call(that.element, that.currentItem));
|
779
|
+
|
780
|
+
//Append it after the actual current item
|
781
|
+
that.currentItem.after(that.placeholder);
|
782
|
+
|
783
|
+
//Update the size of the placeholder (TODO: Logic to fuzzy, see line 316/317)
|
784
|
+
o.placeholder.update(that, that.placeholder);
|
785
|
+
|
786
|
+
},
|
787
|
+
|
788
|
+
_contactContainers: function(event) {
|
789
|
+
var i, j, dist, itemWithLeastDistance, posProperty, sizeProperty, base, cur, nearBottom,
|
790
|
+
innermostContainer = null,
|
791
|
+
innermostIndex = null;
|
792
|
+
|
793
|
+
// get innermost container that intersects with item
|
794
|
+
for (i = this.containers.length - 1; i >= 0; i--) {
|
795
|
+
|
796
|
+
// never consider a container that's located within the item itself
|
797
|
+
if($.contains(this.currentItem[0], this.containers[i].element[0])) {
|
798
|
+
continue;
|
799
|
+
}
|
800
|
+
|
801
|
+
if(this._intersectsWith(this.containers[i].containerCache)) {
|
802
|
+
|
803
|
+
// if we've already found a container and it's more "inner" than this, then continue
|
804
|
+
if(innermostContainer && $.contains(this.containers[i].element[0], innermostContainer.element[0])) {
|
805
|
+
continue;
|
806
|
+
}
|
807
|
+
|
808
|
+
innermostContainer = this.containers[i];
|
809
|
+
innermostIndex = i;
|
810
|
+
|
811
|
+
} else {
|
812
|
+
// container doesn't intersect. trigger "out" event if necessary
|
813
|
+
if(this.containers[i].containerCache.over) {
|
814
|
+
this.containers[i]._trigger("out", event, this._uiHash(this));
|
815
|
+
this.containers[i].containerCache.over = 0;
|
816
|
+
}
|
817
|
+
}
|
818
|
+
|
819
|
+
}
|
820
|
+
|
821
|
+
// if no intersecting containers found, return
|
822
|
+
if(!innermostContainer) {
|
823
|
+
return;
|
824
|
+
}
|
825
|
+
|
826
|
+
// move the item into the container if it's not there already
|
827
|
+
if(this.containers.length === 1) {
|
828
|
+
this.containers[innermostIndex]._trigger("over", event, this._uiHash(this));
|
829
|
+
this.containers[innermostIndex].containerCache.over = 1;
|
830
|
+
} else {
|
831
|
+
|
832
|
+
//When entering a new container, we will find the item with the least distance and append our item near it
|
833
|
+
dist = 10000;
|
834
|
+
itemWithLeastDistance = null;
|
835
|
+
posProperty = this.containers[innermostIndex].floating ? "left" : "top";
|
836
|
+
sizeProperty = this.containers[innermostIndex].floating ? "width" : "height";
|
837
|
+
base = this.positionAbs[posProperty] + this.offset.click[posProperty];
|
838
|
+
for (j = this.items.length - 1; j >= 0; j--) {
|
839
|
+
if(!$.contains(this.containers[innermostIndex].element[0], this.items[j].item[0])) {
|
840
|
+
continue;
|
841
|
+
}
|
842
|
+
if(this.items[j].item[0] === this.currentItem[0]) {
|
843
|
+
continue;
|
844
|
+
}
|
845
|
+
cur = this.items[j].item.offset()[posProperty];
|
846
|
+
nearBottom = false;
|
847
|
+
if(Math.abs(cur - base) > Math.abs(cur + this.items[j][sizeProperty] - base)){
|
848
|
+
nearBottom = true;
|
849
|
+
cur += this.items[j][sizeProperty];
|
850
|
+
}
|
851
|
+
|
852
|
+
if(Math.abs(cur - base) < dist) {
|
853
|
+
dist = Math.abs(cur - base); itemWithLeastDistance = this.items[j];
|
854
|
+
this.direction = nearBottom ? "up": "down";
|
855
|
+
}
|
856
|
+
}
|
857
|
+
|
858
|
+
//Check if dropOnEmpty is enabled
|
859
|
+
if(!itemWithLeastDistance && !this.options.dropOnEmpty) {
|
860
|
+
return;
|
861
|
+
}
|
862
|
+
|
863
|
+
this.currentContainer = this.containers[innermostIndex];
|
864
|
+
itemWithLeastDistance ? this._rearrange(event, itemWithLeastDistance, null, true) : this._rearrange(event, null, this.containers[innermostIndex].element, true);
|
865
|
+
this._trigger("change", event, this._uiHash());
|
866
|
+
this.containers[innermostIndex]._trigger("change", event, this._uiHash(this));
|
867
|
+
|
868
|
+
//Update the placeholder
|
869
|
+
this.options.placeholder.update(this.currentContainer, this.placeholder);
|
870
|
+
|
871
|
+
this.containers[innermostIndex]._trigger("over", event, this._uiHash(this));
|
872
|
+
this.containers[innermostIndex].containerCache.over = 1;
|
873
|
+
}
|
874
|
+
|
875
|
+
|
876
|
+
},
|
877
|
+
|
878
|
+
_createHelper: function(event) {
|
879
|
+
|
880
|
+
var o = this.options,
|
881
|
+
helper = $.isFunction(o.helper) ? $(o.helper.apply(this.element[0], [event, this.currentItem])) : (o.helper === "clone" ? this.currentItem.clone() : this.currentItem);
|
882
|
+
|
883
|
+
//Add the helper to the DOM if that didn't happen already
|
884
|
+
if(!helper.parents("body").length) {
|
885
|
+
$(o.appendTo !== "parent" ? o.appendTo : this.currentItem[0].parentNode)[0].appendChild(helper[0]);
|
886
|
+
}
|
887
|
+
|
888
|
+
if(helper[0] === this.currentItem[0]) {
|
889
|
+
this._storedCSS = { width: this.currentItem[0].style.width, height: this.currentItem[0].style.height, position: this.currentItem.css("position"), top: this.currentItem.css("top"), left: this.currentItem.css("left") };
|
890
|
+
}
|
891
|
+
|
892
|
+
if(!helper[0].style.width || o.forceHelperSize) {
|
893
|
+
helper.width(this.currentItem.width());
|
894
|
+
}
|
895
|
+
if(!helper[0].style.height || o.forceHelperSize) {
|
896
|
+
helper.height(this.currentItem.height());
|
897
|
+
}
|
898
|
+
|
899
|
+
return helper;
|
900
|
+
|
901
|
+
},
|
902
|
+
|
903
|
+
_adjustOffsetFromHelper: function(obj) {
|
904
|
+
if (typeof obj === "string") {
|
905
|
+
obj = obj.split(" ");
|
906
|
+
}
|
907
|
+
if ($.isArray(obj)) {
|
908
|
+
obj = {left: +obj[0], top: +obj[1] || 0};
|
909
|
+
}
|
910
|
+
if ("left" in obj) {
|
911
|
+
this.offset.click.left = obj.left + this.margins.left;
|
912
|
+
}
|
913
|
+
if ("right" in obj) {
|
914
|
+
this.offset.click.left = this.helperProportions.width - obj.right + this.margins.left;
|
915
|
+
}
|
916
|
+
if ("top" in obj) {
|
917
|
+
this.offset.click.top = obj.top + this.margins.top;
|
918
|
+
}
|
919
|
+
if ("bottom" in obj) {
|
920
|
+
this.offset.click.top = this.helperProportions.height - obj.bottom + this.margins.top;
|
921
|
+
}
|
922
|
+
},
|
923
|
+
|
924
|
+
_getParentOffset: function() {
|
925
|
+
|
926
|
+
|
927
|
+
//Get the offsetParent and cache its position
|
928
|
+
this.offsetParent = this.helper.offsetParent();
|
929
|
+
var po = this.offsetParent.offset();
|
930
|
+
|
931
|
+
// This is a special case where we need to modify a offset calculated on start, since the following happened:
|
932
|
+
// 1. The position of the helper is absolute, so it's position is calculated based on the next positioned parent
|
933
|
+
// 2. The actual offset parent is a child of the scroll parent, and the scroll parent isn't the document, which means that
|
934
|
+
// the scroll is included in the initial calculation of the offset of the parent, and never recalculated upon drag
|
935
|
+
if(this.cssPosition === "absolute" && this.scrollParent[0] !== document && $.contains(this.scrollParent[0], this.offsetParent[0])) {
|
936
|
+
po.left += this.scrollParent.scrollLeft();
|
937
|
+
po.top += this.scrollParent.scrollTop();
|
938
|
+
}
|
939
|
+
|
940
|
+
// This needs to be actually done for all browsers, since pageX/pageY includes this information
|
941
|
+
// with an ugly IE fix
|
942
|
+
if( this.offsetParent[0] === document.body || (this.offsetParent[0].tagName && this.offsetParent[0].tagName.toLowerCase() === "html" && $.ui.ie)) {
|
943
|
+
po = { top: 0, left: 0 };
|
944
|
+
}
|
945
|
+
|
946
|
+
return {
|
947
|
+
top: po.top + (parseInt(this.offsetParent.css("borderTopWidth"),10) || 0),
|
948
|
+
left: po.left + (parseInt(this.offsetParent.css("borderLeftWidth"),10) || 0)
|
949
|
+
};
|
950
|
+
|
951
|
+
},
|
952
|
+
|
953
|
+
_getRelativeOffset: function() {
|
954
|
+
|
955
|
+
if(this.cssPosition === "relative") {
|
956
|
+
var p = this.currentItem.position();
|
957
|
+
return {
|
958
|
+
top: p.top - (parseInt(this.helper.css("top"),10) || 0) + this.scrollParent.scrollTop(),
|
959
|
+
left: p.left - (parseInt(this.helper.css("left"),10) || 0) + this.scrollParent.scrollLeft()
|
960
|
+
};
|
961
|
+
} else {
|
962
|
+
return { top: 0, left: 0 };
|
963
|
+
}
|
964
|
+
|
965
|
+
},
|
966
|
+
|
967
|
+
_cacheMargins: function() {
|
968
|
+
this.margins = {
|
969
|
+
left: (parseInt(this.currentItem.css("marginLeft"),10) || 0),
|
970
|
+
top: (parseInt(this.currentItem.css("marginTop"),10) || 0)
|
971
|
+
};
|
972
|
+
},
|
973
|
+
|
974
|
+
_cacheHelperProportions: function() {
|
975
|
+
this.helperProportions = {
|
976
|
+
width: this.helper.outerWidth(),
|
977
|
+
height: this.helper.outerHeight()
|
978
|
+
};
|
979
|
+
},
|
980
|
+
|
981
|
+
_setContainment: function() {
|
982
|
+
|
983
|
+
var ce, co, over,
|
984
|
+
o = this.options;
|
985
|
+
if(o.containment === "parent") {
|
986
|
+
o.containment = this.helper[0].parentNode;
|
987
|
+
}
|
988
|
+
if(o.containment === "document" || o.containment === "window") {
|
989
|
+
this.containment = [
|
990
|
+
0 - this.offset.relative.left - this.offset.parent.left,
|
991
|
+
0 - this.offset.relative.top - this.offset.parent.top,
|
992
|
+
$(o.containment === "document" ? document : window).width() - this.helperProportions.width - this.margins.left,
|
993
|
+
($(o.containment === "document" ? document : window).height() || document.body.parentNode.scrollHeight) - this.helperProportions.height - this.margins.top
|
994
|
+
];
|
995
|
+
}
|
996
|
+
|
997
|
+
if(!(/^(document|window|parent)$/).test(o.containment)) {
|
998
|
+
ce = $(o.containment)[0];
|
999
|
+
co = $(o.containment).offset();
|
1000
|
+
over = ($(ce).css("overflow") !== "hidden");
|
1001
|
+
|
1002
|
+
this.containment = [
|
1003
|
+
co.left + (parseInt($(ce).css("borderLeftWidth"),10) || 0) + (parseInt($(ce).css("paddingLeft"),10) || 0) - this.margins.left,
|
1004
|
+
co.top + (parseInt($(ce).css("borderTopWidth"),10) || 0) + (parseInt($(ce).css("paddingTop"),10) || 0) - this.margins.top,
|
1005
|
+
co.left+(over ? Math.max(ce.scrollWidth,ce.offsetWidth) : ce.offsetWidth) - (parseInt($(ce).css("borderLeftWidth"),10) || 0) - (parseInt($(ce).css("paddingRight"),10) || 0) - this.helperProportions.width - this.margins.left,
|
1006
|
+
co.top+(over ? Math.max(ce.scrollHeight,ce.offsetHeight) : ce.offsetHeight) - (parseInt($(ce).css("borderTopWidth"),10) || 0) - (parseInt($(ce).css("paddingBottom"),10) || 0) - this.helperProportions.height - this.margins.top
|
1007
|
+
];
|
1008
|
+
}
|
1009
|
+
|
1010
|
+
},
|
1011
|
+
|
1012
|
+
_convertPositionTo: function(d, pos) {
|
1013
|
+
|
1014
|
+
if(!pos) {
|
1015
|
+
pos = this.position;
|
1016
|
+
}
|
1017
|
+
var mod = d === "absolute" ? 1 : -1,
|
1018
|
+
scroll = this.cssPosition === "absolute" && !(this.scrollParent[0] !== document && $.contains(this.scrollParent[0], this.offsetParent[0])) ? this.offsetParent : this.scrollParent,
|
1019
|
+
scrollIsRootNode = (/(html|body)/i).test(scroll[0].tagName);
|
1020
|
+
|
1021
|
+
return {
|
1022
|
+
top: (
|
1023
|
+
pos.top + // The absolute mouse position
|
1024
|
+
this.offset.relative.top * mod + // Only for relative positioned nodes: Relative offset from element to offset parent
|
1025
|
+
this.offset.parent.top * mod - // The offsetParent's offset without borders (offset + border)
|
1026
|
+
( ( this.cssPosition === "fixed" ? -this.scrollParent.scrollTop() : ( scrollIsRootNode ? 0 : scroll.scrollTop() ) ) * mod)
|
1027
|
+
),
|
1028
|
+
left: (
|
1029
|
+
pos.left + // The absolute mouse position
|
1030
|
+
this.offset.relative.left * mod + // Only for relative positioned nodes: Relative offset from element to offset parent
|
1031
|
+
this.offset.parent.left * mod - // The offsetParent's offset without borders (offset + border)
|
1032
|
+
( ( this.cssPosition === "fixed" ? -this.scrollParent.scrollLeft() : scrollIsRootNode ? 0 : scroll.scrollLeft() ) * mod)
|
1033
|
+
)
|
1034
|
+
};
|
1035
|
+
|
1036
|
+
},
|
1037
|
+
|
1038
|
+
_generatePosition: function(event) {
|
1039
|
+
|
1040
|
+
var top, left,
|
1041
|
+
o = this.options,
|
1042
|
+
pageX = event.pageX,
|
1043
|
+
pageY = event.pageY,
|
1044
|
+
scroll = this.cssPosition === "absolute" && !(this.scrollParent[0] !== document && $.contains(this.scrollParent[0], this.offsetParent[0])) ? this.offsetParent : this.scrollParent, scrollIsRootNode = (/(html|body)/i).test(scroll[0].tagName);
|
1045
|
+
|
1046
|
+
// This is another very weird special case that only happens for relative elements:
|
1047
|
+
// 1. If the css position is relative
|
1048
|
+
// 2. and the scroll parent is the document or similar to the offset parent
|
1049
|
+
// we have to refresh the relative offset during the scroll so there are no jumps
|
1050
|
+
if(this.cssPosition === "relative" && !(this.scrollParent[0] !== document && this.scrollParent[0] !== this.offsetParent[0])) {
|
1051
|
+
this.offset.relative = this._getRelativeOffset();
|
1052
|
+
}
|
1053
|
+
|
1054
|
+
/*
|
1055
|
+
* - Position constraining -
|
1056
|
+
* Constrain the position to a mix of grid, containment.
|
1057
|
+
*/
|
1058
|
+
|
1059
|
+
if(this.originalPosition) { //If we are not dragging yet, we won't check for options
|
1060
|
+
|
1061
|
+
if(this.containment) {
|
1062
|
+
if(event.pageX - this.offset.click.left < this.containment[0]) {
|
1063
|
+
pageX = this.containment[0] + this.offset.click.left;
|
1064
|
+
}
|
1065
|
+
if(event.pageY - this.offset.click.top < this.containment[1]) {
|
1066
|
+
pageY = this.containment[1] + this.offset.click.top;
|
1067
|
+
}
|
1068
|
+
if(event.pageX - this.offset.click.left > this.containment[2]) {
|
1069
|
+
pageX = this.containment[2] + this.offset.click.left;
|
1070
|
+
}
|
1071
|
+
if(event.pageY - this.offset.click.top > this.containment[3]) {
|
1072
|
+
pageY = this.containment[3] + this.offset.click.top;
|
1073
|
+
}
|
1074
|
+
}
|
1075
|
+
|
1076
|
+
if(o.grid) {
|
1077
|
+
top = this.originalPageY + Math.round((pageY - this.originalPageY) / o.grid[1]) * o.grid[1];
|
1078
|
+
pageY = this.containment ? ( (top - this.offset.click.top >= this.containment[1] && top - this.offset.click.top <= this.containment[3]) ? top : ((top - this.offset.click.top >= this.containment[1]) ? top - o.grid[1] : top + o.grid[1])) : top;
|
1079
|
+
|
1080
|
+
left = this.originalPageX + Math.round((pageX - this.originalPageX) / o.grid[0]) * o.grid[0];
|
1081
|
+
pageX = this.containment ? ( (left - this.offset.click.left >= this.containment[0] && left - this.offset.click.left <= this.containment[2]) ? left : ((left - this.offset.click.left >= this.containment[0]) ? left - o.grid[0] : left + o.grid[0])) : left;
|
1082
|
+
}
|
1083
|
+
|
1084
|
+
}
|
1085
|
+
|
1086
|
+
return {
|
1087
|
+
top: (
|
1088
|
+
pageY - // The absolute mouse position
|
1089
|
+
this.offset.click.top - // Click offset (relative to the element)
|
1090
|
+
this.offset.relative.top - // Only for relative positioned nodes: Relative offset from element to offset parent
|
1091
|
+
this.offset.parent.top + // The offsetParent's offset without borders (offset + border)
|
1092
|
+
( ( this.cssPosition === "fixed" ? -this.scrollParent.scrollTop() : ( scrollIsRootNode ? 0 : scroll.scrollTop() ) ))
|
1093
|
+
),
|
1094
|
+
left: (
|
1095
|
+
pageX - // The absolute mouse position
|
1096
|
+
this.offset.click.left - // Click offset (relative to the element)
|
1097
|
+
this.offset.relative.left - // Only for relative positioned nodes: Relative offset from element to offset parent
|
1098
|
+
this.offset.parent.left + // The offsetParent's offset without borders (offset + border)
|
1099
|
+
( ( this.cssPosition === "fixed" ? -this.scrollParent.scrollLeft() : scrollIsRootNode ? 0 : scroll.scrollLeft() ))
|
1100
|
+
)
|
1101
|
+
};
|
1102
|
+
|
1103
|
+
},
|
1104
|
+
|
1105
|
+
_rearrange: function(event, i, a, hardRefresh) {
|
1106
|
+
|
1107
|
+
a ? a[0].appendChild(this.placeholder[0]) : i.item[0].parentNode.insertBefore(this.placeholder[0], (this.direction === "down" ? i.item[0] : i.item[0].nextSibling));
|
1108
|
+
|
1109
|
+
//Various things done here to improve the performance:
|
1110
|
+
// 1. we create a setTimeout, that calls refreshPositions
|
1111
|
+
// 2. on the instance, we have a counter variable, that get's higher after every append
|
1112
|
+
// 3. on the local scope, we copy the counter variable, and check in the timeout, if it's still the same
|
1113
|
+
// 4. this lets only the last addition to the timeout stack through
|
1114
|
+
this.counter = this.counter ? ++this.counter : 1;
|
1115
|
+
var counter = this.counter;
|
1116
|
+
|
1117
|
+
this._delay(function() {
|
1118
|
+
if(counter === this.counter) {
|
1119
|
+
this.refreshPositions(!hardRefresh); //Precompute after each DOM insertion, NOT on mousemove
|
1120
|
+
}
|
1121
|
+
});
|
1122
|
+
|
1123
|
+
},
|
1124
|
+
|
1125
|
+
_clear: function(event, noPropagation) {
|
1126
|
+
|
1127
|
+
this.reverting = false;
|
1128
|
+
// We delay all events that have to be triggered to after the point where the placeholder has been removed and
|
1129
|
+
// everything else normalized again
|
1130
|
+
var i,
|
1131
|
+
delayedTriggers = [];
|
1132
|
+
|
1133
|
+
// We first have to update the dom position of the actual currentItem
|
1134
|
+
// Note: don't do it if the current item is already removed (by a user), or it gets reappended (see #4088)
|
1135
|
+
if(!this._noFinalSort && this.currentItem.parent().length) {
|
1136
|
+
this.placeholder.before(this.currentItem);
|
1137
|
+
}
|
1138
|
+
this._noFinalSort = null;
|
1139
|
+
|
1140
|
+
if(this.helper[0] === this.currentItem[0]) {
|
1141
|
+
for(i in this._storedCSS) {
|
1142
|
+
if(this._storedCSS[i] === "auto" || this._storedCSS[i] === "static") {
|
1143
|
+
this._storedCSS[i] = "";
|
1144
|
+
}
|
1145
|
+
}
|
1146
|
+
this.currentItem.css(this._storedCSS).removeClass("ui-sortable-helper");
|
1147
|
+
} else {
|
1148
|
+
this.currentItem.show();
|
1149
|
+
}
|
1150
|
+
|
1151
|
+
if(this.fromOutside && !noPropagation) {
|
1152
|
+
delayedTriggers.push(function(event) { this._trigger("receive", event, this._uiHash(this.fromOutside)); });
|
1153
|
+
}
|
1154
|
+
if((this.fromOutside || this.domPosition.prev !== this.currentItem.prev().not(".ui-sortable-helper")[0] || this.domPosition.parent !== this.currentItem.parent()[0]) && !noPropagation) {
|
1155
|
+
delayedTriggers.push(function(event) { this._trigger("update", event, this._uiHash()); }); //Trigger update callback if the DOM position has changed
|
1156
|
+
}
|
1157
|
+
|
1158
|
+
// Check if the items Container has Changed and trigger appropriate
|
1159
|
+
// events.
|
1160
|
+
if (this !== this.currentContainer) {
|
1161
|
+
if(!noPropagation) {
|
1162
|
+
delayedTriggers.push(function(event) { this._trigger("remove", event, this._uiHash()); });
|
1163
|
+
delayedTriggers.push((function(c) { return function(event) { c._trigger("receive", event, this._uiHash(this)); }; }).call(this, this.currentContainer));
|
1164
|
+
delayedTriggers.push((function(c) { return function(event) { c._trigger("update", event, this._uiHash(this)); }; }).call(this, this.currentContainer));
|
1165
|
+
}
|
1166
|
+
}
|
1167
|
+
|
1168
|
+
|
1169
|
+
//Post events to containers
|
1170
|
+
for (i = this.containers.length - 1; i >= 0; i--){
|
1171
|
+
if(!noPropagation) {
|
1172
|
+
delayedTriggers.push((function(c) { return function(event) { c._trigger("deactivate", event, this._uiHash(this)); }; }).call(this, this.containers[i]));
|
1173
|
+
}
|
1174
|
+
if(this.containers[i].containerCache.over) {
|
1175
|
+
delayedTriggers.push((function(c) { return function(event) { c._trigger("out", event, this._uiHash(this)); }; }).call(this, this.containers[i]));
|
1176
|
+
this.containers[i].containerCache.over = 0;
|
1177
|
+
}
|
1178
|
+
}
|
1179
|
+
|
1180
|
+
//Do what was originally in plugins
|
1181
|
+
if(this._storedCursor) {
|
1182
|
+
$("body").css("cursor", this._storedCursor);
|
1183
|
+
}
|
1184
|
+
if(this._storedOpacity) {
|
1185
|
+
this.helper.css("opacity", this._storedOpacity);
|
1186
|
+
}
|
1187
|
+
if(this._storedZIndex) {
|
1188
|
+
this.helper.css("zIndex", this._storedZIndex === "auto" ? "" : this._storedZIndex);
|
1189
|
+
}
|
1190
|
+
|
1191
|
+
this.dragging = false;
|
1192
|
+
if(this.cancelHelperRemoval) {
|
1193
|
+
if(!noPropagation) {
|
1194
|
+
this._trigger("beforeStop", event, this._uiHash());
|
1195
|
+
for (i=0; i < delayedTriggers.length; i++) {
|
1196
|
+
delayedTriggers[i].call(this, event);
|
1197
|
+
} //Trigger all delayed events
|
1198
|
+
this._trigger("stop", event, this._uiHash());
|
1199
|
+
}
|
1200
|
+
|
1201
|
+
this.fromOutside = false;
|
1202
|
+
return false;
|
1203
|
+
}
|
1204
|
+
|
1205
|
+
if(!noPropagation) {
|
1206
|
+
this._trigger("beforeStop", event, this._uiHash());
|
1207
|
+
}
|
1208
|
+
|
1209
|
+
//$(this.placeholder[0]).remove(); would have been the jQuery way - unfortunately, it unbinds ALL events from the original node!
|
1210
|
+
this.placeholder[0].parentNode.removeChild(this.placeholder[0]);
|
1211
|
+
|
1212
|
+
if(this.helper[0] !== this.currentItem[0]) {
|
1213
|
+
this.helper.remove();
|
1214
|
+
}
|
1215
|
+
this.helper = null;
|
1216
|
+
|
1217
|
+
if(!noPropagation) {
|
1218
|
+
for (i=0; i < delayedTriggers.length; i++) {
|
1219
|
+
delayedTriggers[i].call(this, event);
|
1220
|
+
} //Trigger all delayed events
|
1221
|
+
this._trigger("stop", event, this._uiHash());
|
1222
|
+
}
|
1223
|
+
|
1224
|
+
this.fromOutside = false;
|
1225
|
+
return true;
|
1226
|
+
|
1227
|
+
},
|
1228
|
+
|
1229
|
+
_trigger: function() {
|
1230
|
+
if ($.Widget.prototype._trigger.apply(this, arguments) === false) {
|
1231
|
+
this.cancel();
|
1232
|
+
}
|
1233
|
+
},
|
1234
|
+
|
1235
|
+
_uiHash: function(_inst) {
|
1236
|
+
var inst = _inst || this;
|
1237
|
+
return {
|
1238
|
+
helper: inst.helper,
|
1239
|
+
placeholder: inst.placeholder || $([]),
|
1240
|
+
position: inst.position,
|
1241
|
+
originalPosition: inst.originalPosition,
|
1242
|
+
offset: inst.positionAbs,
|
1243
|
+
item: inst.currentItem,
|
1244
|
+
sender: _inst ? _inst.element : null
|
1245
|
+
};
|
1246
|
+
}
|
1247
|
+
|
1248
|
+
});
|
1249
|
+
|
1250
|
+
})(jQuery);
|