houston-core 0.5.0.beta1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (926) hide show
  1. checksums.yaml +7 -0
  2. data/.codeclimate.yml +46 -0
  3. data/.gitignore +23 -0
  4. data/.gitmodules +0 -0
  5. data/Gemfile +24 -0
  6. data/Gemfile.lock +354 -0
  7. data/README.md +133 -0
  8. data/Rakefile +8 -0
  9. data/app/adapters/houston/adapters.rb +51 -0
  10. data/app/adapters/houston/adapters/ci_server.rb +5 -0
  11. data/app/adapters/houston/adapters/ci_server/errors.rb +16 -0
  12. data/app/adapters/houston/adapters/ci_server/jenkins_adapter.rb +21 -0
  13. data/app/adapters/houston/adapters/ci_server/jenkins_adapter/job.rb +245 -0
  14. data/app/adapters/houston/adapters/ci_server/none_adapter.rb +21 -0
  15. data/app/adapters/houston/adapters/ci_server/none_adapter/job.rb +25 -0
  16. data/app/adapters/houston/adapters/deployment/engineyard.rb +107 -0
  17. data/app/adapters/houston/adapters/deployment/engineyard/config.rb +18 -0
  18. data/app/adapters/houston/adapters/error_tracker.rb +5 -0
  19. data/app/adapters/houston/adapters/error_tracker/errbit_adapter.rb +69 -0
  20. data/app/adapters/houston/adapters/error_tracker/errbit_adapter/app.rb +48 -0
  21. data/app/adapters/houston/adapters/error_tracker/errbit_adapter/connection.rb +153 -0
  22. data/app/adapters/houston/adapters/error_tracker/errbit_adapter/notice.rb +26 -0
  23. data/app/adapters/houston/adapters/error_tracker/errbit_adapter/problem.rb +98 -0
  24. data/app/adapters/houston/adapters/error_tracker/errors.rb +0 -0
  25. data/app/adapters/houston/adapters/error_tracker/none_adapter.rb +31 -0
  26. data/app/adapters/houston/adapters/error_tracker/null_app.rb +40 -0
  27. data/app/adapters/houston/adapters/ticket_tracker.rb +5 -0
  28. data/app/adapters/houston/adapters/ticket_tracker/errors.rb +23 -0
  29. data/app/adapters/houston/adapters/ticket_tracker/github_adapter.rb +27 -0
  30. data/app/adapters/houston/adapters/ticket_tracker/github_adapter/connection.rb +167 -0
  31. data/app/adapters/houston/adapters/ticket_tracker/github_adapter/issue.rb +99 -0
  32. data/app/adapters/houston/adapters/ticket_tracker/houston_adapter.rb +23 -0
  33. data/app/adapters/houston/adapters/ticket_tracker/houston_adapter/connection.rb +48 -0
  34. data/app/adapters/houston/adapters/ticket_tracker/houston_adapter/ticket.rb +65 -0
  35. data/app/adapters/houston/adapters/ticket_tracker/none_adapter.rb +21 -0
  36. data/app/adapters/houston/adapters/ticket_tracker/null_connection.rb +46 -0
  37. data/app/adapters/houston/adapters/ticket_tracker/null_ticket.rb +71 -0
  38. data/app/adapters/houston/adapters/ticket_tracker/unfuddle_adapter.rb +43 -0
  39. data/app/adapters/houston/adapters/ticket_tracker/unfuddle_adapter/connection.rb +224 -0
  40. data/app/adapters/houston/adapters/ticket_tracker/unfuddle_adapter/milestone.rb +42 -0
  41. data/app/adapters/houston/adapters/ticket_tracker/unfuddle_adapter/ticket.rb +240 -0
  42. data/app/adapters/houston/adapters/version_control.rb +5 -0
  43. data/app/adapters/houston/adapters/version_control/commit.rb +29 -0
  44. data/app/adapters/houston/adapters/version_control/errors.rb +37 -0
  45. data/app/adapters/houston/adapters/version_control/git_adapter.rb +96 -0
  46. data/app/adapters/houston/adapters/version_control/git_adapter/diff_changes.rb +49 -0
  47. data/app/adapters/houston/adapters/version_control/git_adapter/github_repo.rb +65 -0
  48. data/app/adapters/houston/adapters/version_control/git_adapter/remote_repo.rb +104 -0
  49. data/app/adapters/houston/adapters/version_control/git_adapter/repo.rb +247 -0
  50. data/app/adapters/houston/adapters/version_control/none_adapter.rb +21 -0
  51. data/app/adapters/houston/adapters/version_control/null_commit.rb +21 -0
  52. data/app/adapters/houston/adapters/version_control/null_repo.rb +65 -0
  53. data/app/assets/font/octicons.eot +0 -0
  54. data/app/assets/font/octicons.svg +198 -0
  55. data/app/assets/font/octicons.ttf +0 -0
  56. data/app/assets/font/octicons.woff +0 -0
  57. data/app/assets/font/roboto-black-webfont.eot +0 -0
  58. data/app/assets/font/roboto-black-webfont.svg +675 -0
  59. data/app/assets/font/roboto-black-webfont.ttf +0 -0
  60. data/app/assets/font/roboto-black-webfont.woff +0 -0
  61. data/app/assets/font/roboto-blackitalic-webfont.eot +0 -0
  62. data/app/assets/font/roboto-blackitalic-webfont.svg +677 -0
  63. data/app/assets/font/roboto-blackitalic-webfont.ttf +0 -0
  64. data/app/assets/font/roboto-blackitalic-webfont.woff +0 -0
  65. data/app/assets/font/roboto-bold-webfont.eot +0 -0
  66. data/app/assets/font/roboto-bold-webfont.svg +675 -0
  67. data/app/assets/font/roboto-bold-webfont.ttf +0 -0
  68. data/app/assets/font/roboto-bold-webfont.woff +0 -0
  69. data/app/assets/font/roboto-bolditalic-webfont.eot +0 -0
  70. data/app/assets/font/roboto-bolditalic-webfont.svg +677 -0
  71. data/app/assets/font/roboto-bolditalic-webfont.ttf +0 -0
  72. data/app/assets/font/roboto-bolditalic-webfont.woff +0 -0
  73. data/app/assets/font/roboto-italic-webfont.eot +0 -0
  74. data/app/assets/font/roboto-italic-webfont.svg +668 -0
  75. data/app/assets/font/roboto-italic-webfont.ttf +0 -0
  76. data/app/assets/font/roboto-italic-webfont.woff +0 -0
  77. data/app/assets/font/roboto-light-webfont.eot +0 -0
  78. data/app/assets/font/roboto-light-webfont.svg +666 -0
  79. data/app/assets/font/roboto-light-webfont.ttf +0 -0
  80. data/app/assets/font/roboto-light-webfont.woff +0 -0
  81. data/app/assets/font/roboto-lightitalic-webfont.eot +0 -0
  82. data/app/assets/font/roboto-lightitalic-webfont.svg +668 -0
  83. data/app/assets/font/roboto-lightitalic-webfont.ttf +0 -0
  84. data/app/assets/font/roboto-lightitalic-webfont.woff +0 -0
  85. data/app/assets/font/roboto-medium-webfont.eot +0 -0
  86. data/app/assets/font/roboto-medium-webfont.svg +675 -0
  87. data/app/assets/font/roboto-medium-webfont.ttf +0 -0
  88. data/app/assets/font/roboto-medium-webfont.woff +0 -0
  89. data/app/assets/font/roboto-mediumitalic-webfont.eot +0 -0
  90. data/app/assets/font/roboto-mediumitalic-webfont.svg +677 -0
  91. data/app/assets/font/roboto-mediumitalic-webfont.ttf +0 -0
  92. data/app/assets/font/roboto-mediumitalic-webfont.woff +0 -0
  93. data/app/assets/font/roboto-regular-webfont.eot +0 -0
  94. data/app/assets/font/roboto-regular-webfont.svg +666 -0
  95. data/app/assets/font/roboto-regular-webfont.ttf +0 -0
  96. data/app/assets/font/roboto-regular-webfont.woff +0 -0
  97. data/app/assets/font/roboto-thin-webfont.eot +0 -0
  98. data/app/assets/font/roboto-thin-webfont.svg +666 -0
  99. data/app/assets/font/roboto-thin-webfont.ttf +0 -0
  100. data/app/assets/font/roboto-thin-webfont.woff +0 -0
  101. data/app/assets/font/roboto-thinitalic-webfont.eot +0 -0
  102. data/app/assets/font/roboto-thinitalic-webfont.svg +668 -0
  103. data/app/assets/font/roboto-thinitalic-webfont.ttf +0 -0
  104. data/app/assets/font/roboto-thinitalic-webfont.woff +0 -0
  105. data/app/assets/images/.keep +0 -0
  106. data/app/assets/images/bug-fixed-128.png +0 -0
  107. data/app/assets/images/bug-fixed-32.png +0 -0
  108. data/app/assets/images/bug-fixed-48.png +0 -0
  109. data/app/assets/images/bug-new-128.png +0 -0
  110. data/app/assets/images/bug-new-32.png +0 -0
  111. data/app/assets/images/bug-new-48.png +0 -0
  112. data/app/assets/images/bug-open-32.png +0 -0
  113. data/app/assets/images/bug-zero-128.png +0 -0
  114. data/app/assets/images/bug-zero-48.png +0 -0
  115. data/app/assets/javascripts/app/boot.coffee +22 -0
  116. data/app/assets/javascripts/app/emoji.coffee.erb +2 -0
  117. data/app/assets/javascripts/app/infinite_scroll.coffee +32 -0
  118. data/app/assets/javascripts/app/models/commit.coffee +9 -0
  119. data/app/assets/javascripts/app/models/release.coffee +9 -0
  120. data/app/assets/javascripts/app/models/task.coffee +5 -0
  121. data/app/assets/javascripts/app/models/tester.coffee +8 -0
  122. data/app/assets/javascripts/app/models/testing_note.coffee +18 -0
  123. data/app/assets/javascripts/app/models/ticket.coffee +165 -0
  124. data/app/assets/javascripts/app/models/user.coffee +3 -0
  125. data/app/assets/javascripts/app/mousetrap-bind-scoped.js +37 -0
  126. data/app/assets/javascripts/app/releases.coffee +55 -0
  127. data/app/assets/javascripts/app/stacked_area_graph.coffee +113 -0
  128. data/app/assets/javascripts/app/stacked_bar_graph.coffee +108 -0
  129. data/app/assets/javascripts/app/table_row_expander.coffee +52 -0
  130. data/app/assets/javascripts/app/ticket_tracker_refresh.coffee +73 -0
  131. data/app/assets/javascripts/app/views/_show_sprint_view.coffee +84 -0
  132. data/app/assets/javascripts/app/views/_tickets_view.coffee +62 -0
  133. data/app/assets/javascripts/app/views/all_tickets_view.coffee +29 -0
  134. data/app/assets/javascripts/app/views/commit_view.coffee +13 -0
  135. data/app/assets/javascripts/app/views/edit_sprint_view.coffee +327 -0
  136. data/app/assets/javascripts/app/views/edit_ticket_view.coffee +67 -0
  137. data/app/assets/javascripts/app/views/find_or_create_ticket_view.coffee +75 -0
  138. data/app/assets/javascripts/app/views/keyboard_shortcuts_modal.coffee +42 -0
  139. data/app/assets/javascripts/app/views/new_ticket_modal.coffee +24 -0
  140. data/app/assets/javascripts/app/views/new_ticket_view.coffee +207 -0
  141. data/app/assets/javascripts/app/views/problems_view.coffee +114 -0
  142. data/app/assets/javascripts/app/views/reports_view.coffee +51 -0
  143. data/app/assets/javascripts/app/views/testing_note_view.coffee +85 -0
  144. data/app/assets/javascripts/app/views/testing_report_view.coffee +29 -0
  145. data/app/assets/javascripts/app/views/testing_ticket_view.coffee +203 -0
  146. data/app/assets/javascripts/app/views/ticket_modal_view.coffee +77 -0
  147. data/app/assets/javascripts/application.js +18 -0
  148. data/app/assets/javascripts/core/app.coffee +169 -0
  149. data/app/assets/javascripts/core/burndown_chart.coffee +111 -0
  150. data/app/assets/javascripts/core/core_ext/number.coffee +48 -0
  151. data/app/assets/javascripts/core/errors.coffee +26 -0
  152. data/app/assets/javascripts/core/handlebars_helpers.coffee +164 -0
  153. data/app/assets/javascripts/core/helpers.coffee +18 -0
  154. data/app/assets/javascripts/core/jquery_extensions.coffee +176 -0
  155. data/app/assets/javascripts/dashboard.js +23 -0
  156. data/app/assets/javascripts/dashboard/refresher.coffee +120 -0
  157. data/app/assets/javascripts/vendor.js +26 -0
  158. data/app/assets/stylesheets/application.css +14 -0
  159. data/app/assets/stylesheets/application/ansi.scss +38 -0
  160. data/app/assets/stylesheets/application/commit.scss +6 -0
  161. data/app/assets/stylesheets/application/emoji.scss +5 -0
  162. data/app/assets/stylesheets/application/exceptions.scss +64 -0
  163. data/app/assets/stylesheets/application/find_or_create_ticket.scss +12 -0
  164. data/app/assets/stylesheets/application/follow_up.scss +44 -0
  165. data/app/assets/stylesheets/application/forms.scss +46 -0
  166. data/app/assets/stylesheets/application/freight_train.css.scss +46 -0
  167. data/app/assets/stylesheets/application/full_screen.scss +8 -0
  168. data/app/assets/stylesheets/application/infinite_scroll.scss +17 -0
  169. data/app/assets/stylesheets/application/keyboard_shortcuts.scss +31 -0
  170. data/app/assets/stylesheets/application/markdown.scss +27 -0
  171. data/app/assets/stylesheets/application/mobile.scss +3 -0
  172. data/app/assets/stylesheets/application/modals.scss +3 -0
  173. data/app/assets/stylesheets/application/navigation.scss +212 -0
  174. data/app/assets/stylesheets/application/new_ticket_view.scss +89 -0
  175. data/app/assets/stylesheets/application/omnibar.scss +55 -0
  176. data/app/assets/stylesheets/application/project_banner_buttons.scss +70 -0
  177. data/app/assets/stylesheets/application/project_tiles.scss +26 -0
  178. data/app/assets/stylesheets/application/projects.css.scss +96 -0
  179. data/app/assets/stylesheets/application/pull_requests.scss +68 -0
  180. data/app/assets/stylesheets/application/queue.scss +11 -0
  181. data/app/assets/stylesheets/application/release_form.scss +67 -0
  182. data/app/assets/stylesheets/application/releases.scss +164 -0
  183. data/app/assets/stylesheets/application/sortable_table.scss +26 -0
  184. data/app/assets/stylesheets/application/sprint.scss +83 -0
  185. data/app/assets/stylesheets/application/tables.scss +74 -0
  186. data/app/assets/stylesheets/application/test_run.scss +145 -0
  187. data/app/assets/stylesheets/application/testing_report.scss +279 -0
  188. data/app/assets/stylesheets/application/ticket.scss +156 -0
  189. data/app/assets/stylesheets/application/ticket_modal.scss +173 -0
  190. data/app/assets/stylesheets/application/tickets.scss +36 -0
  191. data/app/assets/stylesheets/application/timeline.scss +206 -0
  192. data/app/assets/stylesheets/application/tips.scss +5 -0
  193. data/app/assets/stylesheets/application/typeahead.scss +29 -0
  194. data/app/assets/stylesheets/application/uploading.scss +101 -0
  195. data/app/assets/stylesheets/application/user_wall.scss +4 -0
  196. data/app/assets/stylesheets/application/users.scss +22 -0
  197. data/app/assets/stylesheets/application/welcome.scss +48 -0
  198. data/app/assets/stylesheets/core/alerts.scss +14 -0
  199. data/app/assets/stylesheets/core/avatars.scss +22 -0
  200. data/app/assets/stylesheets/core/burndown_chart.scss +92 -0
  201. data/app/assets/stylesheets/core/colors.scss.erb +106 -0
  202. data/app/assets/stylesheets/core/misc.scss +165 -0
  203. data/app/assets/stylesheets/core/octicons-icons.scss +221 -0
  204. data/app/assets/stylesheets/core/octicons.scss.erb +9 -0
  205. data/app/assets/stylesheets/core/overrides.scss +48 -0
  206. data/app/assets/stylesheets/core/roboto.scss.erb +131 -0
  207. data/app/assets/stylesheets/core/scores.scss +123 -0
  208. data/app/assets/stylesheets/dashboard.css +14 -0
  209. data/app/assets/stylesheets/dashboard/dashboard.scss +110 -0
  210. data/app/assets/stylesheets/print.css.scss +22 -0
  211. data/app/assets/stylesheets/vendor.css +16 -0
  212. data/app/assets/templates/commit.hbs +9 -0
  213. data/app/assets/templates/keyboard_shortcuts.hbs +14 -0
  214. data/app/assets/templates/new_ticket/form.hbs +14 -0
  215. data/app/assets/templates/new_ticket/modal.hbs +9 -0
  216. data/app/assets/templates/new_ticket/suggestion.hbs +3 -0
  217. data/app/assets/templates/omnibar/commit.hbs +6 -0
  218. data/app/assets/templates/omnibar/modal.hbs +5 -0
  219. data/app/assets/templates/omnibar/project.hbs +5 -0
  220. data/app/assets/templates/omnibar/ticket.hbs +6 -0
  221. data/app/assets/templates/problems/index.hbs +3 -0
  222. data/app/assets/templates/problems/show.hbs +48 -0
  223. data/app/assets/templates/sprints/edit.hbs +50 -0
  224. data/app/assets/templates/sprints/show.hbs +1 -0
  225. data/app/assets/templates/sprints/task.hbs +17 -0
  226. data/app/assets/templates/sprints/typeahead.hbs +7 -0
  227. data/app/assets/templates/testing_notes/edit.hbs +20 -0
  228. data/app/assets/templates/testing_notes/new.hbs +27 -0
  229. data/app/assets/templates/testing_notes/show.hbs +11 -0
  230. data/app/assets/templates/testing_report/description.hbs +12 -0
  231. data/app/assets/templates/testing_report/ticket.hbs +21 -0
  232. data/app/assets/templates/testing_report/verdict.hbs +4 -0
  233. data/app/assets/templates/tickets/find_or_create.hbs +4 -0
  234. data/app/assets/templates/tickets/index.hbs +19 -0
  235. data/app/assets/templates/tickets/modal.hbs +5 -0
  236. data/app/assets/templates/tickets/show.hbs +62 -0
  237. data/app/assets/templates/tickets/typeahead.hbs +2 -0
  238. data/app/concerns/belongs_to_commit.rb +22 -0
  239. data/app/concerns/commit_synchronizer.rb +94 -0
  240. data/app/concerns/feature_state.rb +27 -0
  241. data/app/concerns/feature_support.rb +15 -0
  242. data/app/concerns/historical_weekly_stats.rb +15 -0
  243. data/app/concerns/milestone_synchronizer.rb +60 -0
  244. data/app/concerns/nosync.rb +21 -0
  245. data/app/concerns/project_adapter.rb +81 -0
  246. data/app/concerns/retirement.rb +28 -0
  247. data/app/concerns/ticket_synchronizer.rb +120 -0
  248. data/app/concerns/unique_add.rb +7 -0
  249. data/app/controllers/api/v1/sprint_tasks_controller.rb +97 -0
  250. data/app/controllers/api/v1/ticket_tasks_controller.rb +75 -0
  251. data/app/controllers/application_controller.rb +151 -0
  252. data/app/controllers/commits_controller.rb +33 -0
  253. data/app/controllers/concerns/.keep +0 -0
  254. data/app/controllers/deploys_controller.rb +43 -0
  255. data/app/controllers/home_controller.rb +9 -0
  256. data/app/controllers/hooks_controller.rb +31 -0
  257. data/app/controllers/jobs_controller.rb +13 -0
  258. data/app/controllers/oauth_consumers_controller.rb +68 -0
  259. data/app/controllers/omnibar_controller.rb +64 -0
  260. data/app/controllers/project_exceptions_controller.rb +36 -0
  261. data/app/controllers/project_hooks_controller.rb +30 -0
  262. data/app/controllers/project_options_controller.rb +27 -0
  263. data/app/controllers/project_pretickets_controller.rb +27 -0
  264. data/app/controllers/project_roles_controller.rb +22 -0
  265. data/app/controllers/project_tickets_controller.rb +153 -0
  266. data/app/controllers/project_tickets_sync_controller.rb +22 -0
  267. data/app/controllers/projects_controller.rb +97 -0
  268. data/app/controllers/releases_controller.rb +130 -0
  269. data/app/controllers/reports_controller.rb +215 -0
  270. data/app/controllers/sessions_controller.rb +8 -0
  271. data/app/controllers/settings_controller.rb +14 -0
  272. data/app/controllers/sprint_task_locks_controller.rb +47 -0
  273. data/app/controllers/sprints_controller.rb +99 -0
  274. data/app/controllers/tasks_controller.rb +40 -0
  275. data/app/controllers/test_runs_controller.rb +35 -0
  276. data/app/controllers/tester_bar_controller.rb +12 -0
  277. data/app/controllers/testing_notes_controller.rb +50 -0
  278. data/app/controllers/testing_report_controller.rb +38 -0
  279. data/app/controllers/tickets_controller.rb +48 -0
  280. data/app/controllers/uploads_controller.rb +56 -0
  281. data/app/controllers/user_credentials_controller.rb +24 -0
  282. data/app/controllers/user_options_controller.rb +19 -0
  283. data/app/controllers/users_controller.rb +115 -0
  284. data/app/controllers/welcome_controller.rb +28 -0
  285. data/app/helpers/ansi_helper.rb +46 -0
  286. data/app/helpers/application_helper.rb +97 -0
  287. data/app/helpers/avatar_helper.rb +32 -0
  288. data/app/helpers/backtrace_helper.rb +7 -0
  289. data/app/helpers/breadcrumbs_helper.rb +60 -0
  290. data/app/helpers/commit_helper.rb +60 -0
  291. data/app/helpers/demo_helper.rb +23 -0
  292. data/app/helpers/email_helper.rb +13 -0
  293. data/app/helpers/emoji_helper.rb +13 -0
  294. data/app/helpers/excel_helpers.rb +7 -0
  295. data/app/helpers/exposure_helper.rb +11 -0
  296. data/app/helpers/flash_message_helper.rb +22 -0
  297. data/app/helpers/maintenance_light_helper.rb +19 -0
  298. data/app/helpers/markdown_helper.rb +17 -0
  299. data/app/helpers/navigation_helper.rb +67 -0
  300. data/app/helpers/project_helper.rb +33 -0
  301. data/app/helpers/release_helper.rb +47 -0
  302. data/app/helpers/score_card_helper.rb +85 -0
  303. data/app/helpers/sprint_helper.rb +11 -0
  304. data/app/helpers/static_chart_helper.rb +7 -0
  305. data/app/helpers/test_run_helper.rb +36 -0
  306. data/app/helpers/ticket_helper.rb +70 -0
  307. data/app/helpers/timeline_helper.rb +39 -0
  308. data/app/helpers/url_helper.rb +75 -0
  309. data/app/helpers/user_helper.rb +15 -0
  310. data/app/helpers/version_helper.rb +9 -0
  311. data/app/interactors/push_gemfile_to_gemnasium.rb +88 -0
  312. data/app/interactors/test_run_comparer.rb +46 -0
  313. data/app/interactors/ticket_report.rb +66 -0
  314. data/app/jobs/sync_all_tickets_job.rb +48 -0
  315. data/app/jobs/sync_commits_job.rb +13 -0
  316. data/app/jobs/sync_project_tickets_job.rb +32 -0
  317. data/app/mailers/.gitkeep +0 -0
  318. data/app/mailers/.keep +0 -0
  319. data/app/mailers/deploy_notification.rb +33 -0
  320. data/app/mailers/project_notification.rb +131 -0
  321. data/app/mailers/view_mailer.rb +117 -0
  322. data/app/models/.gitkeep +0 -0
  323. data/app/models/.keep +0 -0
  324. data/app/models/ability.rb +53 -0
  325. data/app/models/activity_feed.rb +111 -0
  326. data/app/models/antecedent.rb +15 -0
  327. data/app/models/code_climate/coverage_report.rb +167 -0
  328. data/app/models/commit.rb +255 -0
  329. data/app/models/concerns/.keep +0 -0
  330. data/app/models/consumer_token.rb +13 -0
  331. data/app/models/deploy.rb +103 -0
  332. data/app/models/environment.rb +39 -0
  333. data/app/models/gemnasium/alert.rb +25 -0
  334. data/app/models/github/comment_event.rb +29 -0
  335. data/app/models/github/commit_comment_event.rb +7 -0
  336. data/app/models/github/commit_status_report.rb +73 -0
  337. data/app/models/github/diff_comment_event.rb +7 -0
  338. data/app/models/github/event.rb +20 -0
  339. data/app/models/github/issue_comment_event.rb +16 -0
  340. data/app/models/github/post_receive_event.rb +14 -0
  341. data/app/models/github/pull_request.rb +133 -0
  342. data/app/models/github/pull_request_event.rb +43 -0
  343. data/app/models/github/unauthorized.rb +4 -0
  344. data/app/models/github_token.rb +8 -0
  345. data/app/models/historical_head.rb +5 -0
  346. data/app/models/key_dependency.rb +45 -0
  347. data/app/models/maintenance_light.rb +12 -0
  348. data/app/models/measurement.rb +110 -0
  349. data/app/models/menu_item.rb +19 -0
  350. data/app/models/menu_item_divider.rb +11 -0
  351. data/app/models/milestone.rb +106 -0
  352. data/app/models/output_stream.rb +26 -0
  353. data/app/models/post_receive_payload.rb +30 -0
  354. data/app/models/project.rb +247 -0
  355. data/app/models/project_dependencies.rb +52 -0
  356. data/app/models/project_dependency.rb +108 -0
  357. data/app/models/project_menu_item.rb +12 -0
  358. data/app/models/release.rb +217 -0
  359. data/app/models/release_change.rb +54 -0
  360. data/app/models/role.rb +55 -0
  361. data/app/models/rubygems/gem.rb +76 -0
  362. data/app/models/run_tests_on_post_receive.rb +180 -0
  363. data/app/models/setting.rb +10 -0
  364. data/app/models/settings.rb +38 -0
  365. data/app/models/source_file_coverage.rb +10 -0
  366. data/app/models/sprint.rb +75 -0
  367. data/app/models/sprint_report.rb +56 -0
  368. data/app/models/sprint_task.rb +32 -0
  369. data/app/models/static_chart.rb +137 -0
  370. data/app/models/static_chart/area.rb +70 -0
  371. data/app/models/task.rb +217 -0
  372. data/app/models/test.rb +8 -0
  373. data/app/models/test_error.rb +8 -0
  374. data/app/models/test_result.rb +10 -0
  375. data/app/models/test_run.rb +366 -0
  376. data/app/models/test_run_statistics.rb +54 -0
  377. data/app/models/testing_note.rb +64 -0
  378. data/app/models/ticket.rb +368 -0
  379. data/app/models/ticket_antecedent.rb +39 -0
  380. data/app/models/ticket_comment.rb +21 -0
  381. data/app/models/ticket_committer.rb +11 -0
  382. data/app/models/ticket_tag.rb +25 -0
  383. data/app/models/user.rb +160 -0
  384. data/app/models/user_credentials.rb +48 -0
  385. data/app/models/value_statement.rb +9 -0
  386. data/app/presenters/commit_presenter.rb +52 -0
  387. data/app/presenters/full_ticket_presenter.rb +78 -0
  388. data/app/presenters/one_or_many.rb +22 -0
  389. data/app/presenters/problem_presenter.rb +49 -0
  390. data/app/presenters/release_presenter.rb +20 -0
  391. data/app/presenters/sprint_task_presenter.rb +49 -0
  392. data/app/presenters/task_presenter.rb +44 -0
  393. data/app/presenters/tasks_excel_presenter.rb +107 -0
  394. data/app/presenters/tester_presenter.rb +15 -0
  395. data/app/presenters/testing_note_presenter.rb +27 -0
  396. data/app/presenters/testing_report_ticket_presenter.rb +71 -0
  397. data/app/presenters/ticket_presenter.rb +36 -0
  398. data/app/views/activity/_events.html.erb +24 -0
  399. data/app/views/commits/show.html.erb +49 -0
  400. data/app/views/configuration_error/_invalid_repo.html.erb +7 -0
  401. data/app/views/configuration_error/_no_ticket_tracker.html.erb +7 -0
  402. data/app/views/configuration_error/_no_version_control.html.erb +7 -0
  403. data/app/views/deploys/show.html.erb +39 -0
  404. data/app/views/devise/_links.erb +25 -0
  405. data/app/views/devise/confirmations/new.html.erb +12 -0
  406. data/app/views/devise/invitations/edit.html.erb +26 -0
  407. data/app/views/devise/invitations/new.html.erb +12 -0
  408. data/app/views/devise/mailer/confirmation_instructions.html.erb +5 -0
  409. data/app/views/devise/mailer/invitation_instructions.html.erb +8 -0
  410. data/app/views/devise/mailer/reset_password_instructions.html.erb +8 -0
  411. data/app/views/devise/mailer/unlock_instructions.html.erb +7 -0
  412. data/app/views/devise/passwords/edit.html.erb +28 -0
  413. data/app/views/devise/passwords/new.html.erb +19 -0
  414. data/app/views/devise/registrations/edit.html.erb +25 -0
  415. data/app/views/devise/registrations/new.html.erb +18 -0
  416. data/app/views/devise/sessions/new.html.erb +43 -0
  417. data/app/views/devise/unlocks/new.html.erb +12 -0
  418. data/app/views/home/index.html.erb +0 -0
  419. data/app/views/jobs/show.html.erb +82 -0
  420. data/app/views/layouts/_navigation.html.erb +96 -0
  421. data/app/views/layouts/_tester_bar.html.erb +6 -0
  422. data/app/views/layouts/application.html.erb +83 -0
  423. data/app/views/layouts/dashboard.html.erb +48 -0
  424. data/app/views/layouts/email.html.erb +217 -0
  425. data/app/views/layouts/minimal.html.erb +54 -0
  426. data/app/views/layouts/naked_dashboard.html.erb +46 -0
  427. data/app/views/oauth_consumers/error.html.erb +5 -0
  428. data/app/views/oauth_consumers/index.html.erb +29 -0
  429. data/app/views/oauth_consumers/show.html.erb +7 -0
  430. data/app/views/project_notification/ci_configuration_error.html.erb +15 -0
  431. data/app/views/project_notification/follow_up.html.erb +26 -0
  432. data/app/views/project_notification/new_release.html.erb +31 -0
  433. data/app/views/project_notification/test_run.html.erb +141 -0
  434. data/app/views/project_notification/testing_note.html.erb +9 -0
  435. data/app/views/project_pretickets/show.html.erb +49 -0
  436. data/app/views/project_tickets/_tickets.html.erb +37 -0
  437. data/app/views/project_tickets/bugs.html.erb +13 -0
  438. data/app/views/project_tickets/ideas.html.erb +13 -0
  439. data/app/views/project_tickets/index.html.erb +13 -0
  440. data/app/views/project_tickets/index.xls.erb +130 -0
  441. data/app/views/project_tickets/new.html.erb +18 -0
  442. data/app/views/project_tickets/no_ticket_tracker.html.erb +8 -0
  443. data/app/views/project_tickets/open.html.erb +13 -0
  444. data/app/views/project_tickets/open_bugs.html.erb +13 -0
  445. data/app/views/project_tickets/open_ideas.html.erb +13 -0
  446. data/app/views/project_tickets/show.html.erb +76 -0
  447. data/app/views/projects/_form.html.erb +174 -0
  448. data/app/views/projects/_header.html.erb +11 -0
  449. data/app/views/projects/_keyboard_shortcuts.html.erb +8 -0
  450. data/app/views/projects/_new_ticket.html.erb +8 -0
  451. data/app/views/projects/_ticket_tracker_refresh.html.erb +4 -0
  452. data/app/views/projects/edit.html.erb +3 -0
  453. data/app/views/projects/index.html.erb +157 -0
  454. data/app/views/projects/new.html.erb +7 -0
  455. data/app/views/releases/_antecedents.html.erb +12 -0
  456. data/app/views/releases/_changelog.html.erb +48 -0
  457. data/app/views/releases/_commits.html.erb +18 -0
  458. data/app/views/releases/_form.html.erb +126 -0
  459. data/app/views/releases/_new_release.html.erb +15 -0
  460. data/app/views/releases/_tickets.html.erb +12 -0
  461. data/app/views/releases/edit.html.erb +19 -0
  462. data/app/views/releases/index.html.erb +80 -0
  463. data/app/views/releases/new.html.erb +72 -0
  464. data/app/views/releases/show.html.erb +3 -0
  465. data/app/views/reports/index.html.erb +9 -0
  466. data/app/views/reports/sprint.html.erb +21 -0
  467. data/app/views/reports/velocity.html.erb +104 -0
  468. data/app/views/settings/show.html.erb +20 -0
  469. data/app/views/sprints/dashboard.html.erb +29 -0
  470. data/app/views/sprints/show.html.erb +39 -0
  471. data/app/views/test_runs/confirm_retry.html.erb +3 -0
  472. data/app/views/testing_report/_scripts.html.erb +12 -0
  473. data/app/views/testing_report/index.html.erb +31 -0
  474. data/app/views/testing_report/show.html.erb +29 -0
  475. data/app/views/tickets/new.html.erb +18 -0
  476. data/app/views/users/_form.html.erb +115 -0
  477. data/app/views/users/_header.html.erb +10 -0
  478. data/app/views/users/edit.html.erb +3 -0
  479. data/app/views/users/index.html.erb +80 -0
  480. data/app/views/users/new.html.erb +8 -0
  481. data/app/views/users/show.html.erb +13 -0
  482. data/app/views/welcome/_tdl.html.erb +31 -0
  483. data/app/views/welcome/index.html.erb +29 -0
  484. data/bin/bundle +3 -0
  485. data/bin/rails +4 -0
  486. data/bin/rake +4 -0
  487. data/config/application.rb +91 -0
  488. data/config/boot.rb +4 -0
  489. data/config/database.yml +21 -0
  490. data/config/environment.rb +5 -0
  491. data/config/environments/development.rb +48 -0
  492. data/config/environments/production.rb +86 -0
  493. data/config/environments/test.rb +45 -0
  494. data/config/initializers/action_view_field_error_proc.rb +30 -0
  495. data/config/initializers/add_navigation_renderers.rb +66 -0
  496. data/config/initializers/assets.rb +9 -0
  497. data/config/initializers/backtrace_silencers.rb +7 -0
  498. data/config/initializers/constants.rb +9 -0
  499. data/config/initializers/cookies_serializer.rb +3 -0
  500. data/config/initializers/devise.rb +287 -0
  501. data/config/initializers/filter_parameter_logging.rb +4 -0
  502. data/config/initializers/hard_coded_knowledge.rb +141 -0
  503. data/config/initializers/houston_async.rb +13 -0
  504. data/config/initializers/houston_benchmark.rb +11 -0
  505. data/config/initializers/houston_report_exception.rb +27 -0
  506. data/config/initializers/houston_scheduler.rb +23 -0
  507. data/config/initializers/houston_tdl.rb +104 -0
  508. data/config/initializers/houston_try.rb +24 -0
  509. data/config/initializers/inflections.rb +16 -0
  510. data/config/initializers/mime_types.rb +5 -0
  511. data/config/initializers/oauth_consumers.rb +18 -0
  512. data/config/initializers/profile_gc.rb +1 -0
  513. data/config/initializers/requirements.rb +4 -0
  514. data/config/initializers/run_tests_on_post_receive.rb +1 -0
  515. data/config/initializers/secret_token.rb +16 -0
  516. data/config/initializers/session_store.rb +3 -0
  517. data/config/initializers/sync_commits_on_post_receive.rb +8 -0
  518. data/config/initializers/unfuddle.rb +6 -0
  519. data/config/initializers/vestal_versions.rb +9 -0
  520. data/config/initializers/wrap_parameters.rb +14 -0
  521. data/config/locales/devise.en.yml +59 -0
  522. data/config/locales/devise_invitable.en.yml +10 -0
  523. data/config/locales/en.yml +23 -0
  524. data/config/routes.rb +279 -0
  525. data/db/fixtures/projects.yml +21 -0
  526. data/db/fixtures/roles.yml +9 -0
  527. data/db/fixtures/users.yml +36 -0
  528. data/db/migrate/20120324185914_create_projects.rb +12 -0
  529. data/db/migrate/20120324202224_create_environments.rb +11 -0
  530. data/db/migrate/20120324212848_create_releases.rb +12 -0
  531. data/db/migrate/20120324212946_create_changes.rb +11 -0
  532. data/db/migrate/20120324230038_create_commits.rb +13 -0
  533. data/db/migrate/20120406185643_add_initial_commit_to_environments.rb +5 -0
  534. data/db/migrate/20120408155047_add_kanban_fields_to_projects.rb +9 -0
  535. data/db/migrate/20120417175450_devise_create_users.rb +52 -0
  536. data/db/migrate/20120417175841_devise_invitable_add_to_users.rb +23 -0
  537. data/db/migrate/20120417190504_add_role_to_users.rb +5 -0
  538. data/db/migrate/20120417195313_create_tickets.rb +12 -0
  539. data/db/migrate/20120417195433_create_ticket_queues.rb +11 -0
  540. data/db/migrate/20120424212706_create_testing_notes.rb +14 -0
  541. data/db/migrate/20120501230243_add_unfuddle_id_to_tickets.rb +9 -0
  542. data/db/migrate/20120501231817_add_expires_at_to_testing_notes.rb +5 -0
  543. data/db/migrate/20120501231948_add_unfuddle_id_to_testing_notes.rb +5 -0
  544. data/db/migrate/20120504143615_link_tickets_and_releases.rb +19 -0
  545. data/db/migrate/20120525013703_add_health_fields_to_projects.rb +6 -0
  546. data/db/migrate/20120607124115_add_cached_queries_to_projects.rb +5 -0
  547. data/db/migrate/20120626140242_add_deployment_to_tickets.rb +5 -0
  548. data/db/migrate/20120626150333_add_last_release_at_to_tickets.rb +14 -0
  549. data/db/migrate/20120626151320_link_tickets_and_commits.rb +17 -0
  550. data/db/migrate/20120626152020_add_committer_email_to_commits.rb +13 -0
  551. data/db/migrate/20120626152949_replace_committer_info_with_author_info.rb +12 -0
  552. data/db/migrate/20120715230526_change_testing_notes_comment_to_text.rb +9 -0
  553. data/db/migrate/20120715230922_create_user_notifications.rb +19 -0
  554. data/db/migrate/20120716010743_add_user_to_releases.rb +14 -0
  555. data/db/migrate/20120726212620_add_message_to_release.rb +5 -0
  556. data/db/migrate/20120726231754_link_projects_and_maintainers.rb +22 -0
  557. data/db/migrate/20120804003344_add_goldmine_to_tickets.rb +5 -0
  558. data/db/migrate/20120823025935_add_errbit_app_id_to_projects.rb +5 -0
  559. data/db/migrate/20120826022643_add_authentication_token_to_users.rb +13 -0
  560. data/db/migrate/20120827190634_add_git_last_sync_at_to_projects.rb +5 -0
  561. data/db/migrate/20120913020218_add_new_relic_id_to_projects.rb +5 -0
  562. data/db/migrate/20120920023251_add_administrator_to_users.rb +17 -0
  563. data/db/migrate/20120922010212_add_unfuddle_id_to_users.rb +5 -0
  564. data/db/migrate/20121026014457_split_users_name_into_first_and_last.rb +22 -0
  565. data/db/migrate/20121027160548_create_deploys.rb +11 -0
  566. data/db/migrate/20121027171215_add_deploy_id_to_releases.rb +6 -0
  567. data/db/migrate/20121104233305_add_tag_slug_to_changes.rb +5 -0
  568. data/db/migrate/20121126005019_add_retired_at_to_projects.rb +5 -0
  569. data/db/migrate/20121214025558_add_estimated_effort_and_estimated_value_to_tickets.rb +6 -0
  570. data/db/migrate/20121219202734_add_category_to_projects.rb +5 -0
  571. data/db/migrate/20121220031008_add_expires_at_to_tickets.rb +5 -0
  572. data/db/migrate/20121222170917_add_version_control_adapter_to_projects.rb +17 -0
  573. data/db/migrate/20121222223325_remove_unused_fields_from_projects.rb +21 -0
  574. data/db/migrate/20121222223635_add_ticket_tracking_adapter_to_projects.rb +17 -0
  575. data/db/migrate/20121224212623_rename_environments.rb +29 -0
  576. data/db/migrate/20121225175106_replace_environment_id_with_environment_name.rb +39 -0
  577. data/db/migrate/20121230173644_setup_hstore.rb +9 -0
  578. data/db/migrate/20121230174234_create_test_runs.rb +22 -0
  579. data/db/migrate/20130105200429_add_c_i_adapter_to_projects.rb +5 -0
  580. data/db/migrate/20130106184327_replace_test_runs_details_with_tests.rb +11 -0
  581. data/db/migrate/20130106185425_add_total_count_to_test_runs.rb +5 -0
  582. data/db/migrate/20130119203853_remove_cached_queries_from_projects.rb +9 -0
  583. data/db/migrate/20130119204608_add_extended_attributes_to_tickets.rb +35 -0
  584. data/db/migrate/20130119211540_remove_estimated_effort_and_estimated_value_from_tickets.rb +11 -0
  585. data/db/migrate/20130119212008_rename_tickets_unfuddle_id_to_remote_id.rb +5 -0
  586. data/db/migrate/20130120182026_create_ticket_prerequisites.rb +13 -0
  587. data/db/migrate/20130211015046_add_min_passing_verdicts_to_projects.rb +5 -0
  588. data/db/migrate/20130302205014_change_default_role_for_users.rb +8 -0
  589. data/db/migrate/20130306023456_add_agent_email_to_test_runs.rb +5 -0
  590. data/db/migrate/20130306023613_add_branch_to_test_runs.rb +5 -0
  591. data/db/migrate/20130312224911_create_errors.rb +12 -0
  592. data/db/migrate/20130319003918_add_coverage_to_test_runs.rb +7 -0
  593. data/db/migrate/20130407195450_create_roles.rb +14 -0
  594. data/db/migrate/20130407200624_populate_roles.rb +43 -0
  595. data/db/migrate/20130407220039_add_project_id_to_testing_notes.rb +26 -0
  596. data/db/migrate/20130407220937_add_project_id_to_commits.rb +26 -0
  597. data/db/migrate/20130416020627_add_environments_subscribed_to_to_users.rb +17 -0
  598. data/db/migrate/20130420151334_rename_ticket_tracking_to_ticket_tracker.rb +6 -0
  599. data/db/migrate/20130420155332_rename_projects_version_control_adapter_to_version_control_name.rb +5 -0
  600. data/db/migrate/20130420172322_rename_projects_ci_adapter_to_ci_server_name.rb +5 -0
  601. data/db/migrate/20130420174002_rename_projects_errbit_app_id_to_error_tracker_id.rb +5 -0
  602. data/db/migrate/20130420174126_add_error_tracker_name_to_projects.rb +11 -0
  603. data/db/migrate/20130427223925_create_project_quotas.rb +14 -0
  604. data/db/migrate/20130428005808_create_settings.rb +8 -0
  605. data/db/migrate/20130504014802_add_extended_attributes_to_projects.rb +19 -0
  606. data/db/migrate/20130504135741_add_antecedents_to_tickets.rb +26 -0
  607. data/db/migrate/20130505144446_add_tags_to_tickets.rb +9 -0
  608. data/db/migrate/20130505162039_add_type_to_tickets.rb +9 -0
  609. data/db/migrate/20130505212838_add_closed_at_to_tickets.rb +9 -0
  610. data/db/migrate/20130518224352_drop_environments.rb +9 -0
  611. data/db/migrate/20130518224406_drop_projects_maintainers.rb +9 -0
  612. data/db/migrate/20130518224655_remove_goldmine_from_tickets.rb +9 -0
  613. data/db/migrate/20130518224722_remove_pre_adapter_fields_from_projects.rb +11 -0
  614. data/db/migrate/20130519163615_create_user_credentials.rb +18 -0
  615. data/db/migrate/20130525192607_add_reporter_email_and_reporter_id_to_tickets.rb +6 -0
  616. data/db/migrate/20130525222131_add_regression_count_to_test_runs.rb +5 -0
  617. data/db/migrate/20130526024851_give_default_values_for_counts_from_test_runs.rb +19 -0
  618. data/db/migrate/20130706141443_drop_deprecated_project_roles.rb +9 -0
  619. data/db/migrate/20130710233849_add_authored_at_to_commits.rb +52 -0
  620. data/db/migrate/20130711004558_downcase_commits_committer_emails.rb +10 -0
  621. data/db/migrate/20130711013156_link_commits_and_users.rb +35 -0
  622. data/db/migrate/20130728191005_add_retired_at_to_users.rb +5 -0
  623. data/db/migrate/20130806143651_link_commits_and_releases.rb +18 -0
  624. data/db/migrate/20130815232527_add_unreachable_to_commits.rb +6 -0
  625. data/db/migrate/20130914152419_rename_test_runs_commit_to_sha.rb +9 -0
  626. data/db/migrate/20130914155044_add_code_climate_repo_token_to_projects.rb +5 -0
  627. data/db/migrate/20130921141449_create_milestones.rb +19 -0
  628. data/db/migrate/20131002005512_add_last_ticket_tracker_sync_at_to_projects.rb +5 -0
  629. data/db/migrate/20131002015547_add_ticket_tracker_sync_started_at_to_projects.rb +5 -0
  630. data/db/migrate/20131002145620_add_destroyed_at_to_tickets.rb +6 -0
  631. data/db/migrate/20131003014023_add_destroyed_at_to_milestones.rb +6 -0
  632. data/db/migrate/20131004015452_add_resolution_to_tickets.rb +6 -0
  633. data/db/migrate/20131004185618_add_first_release_at_to_tickets.rb +14 -0
  634. data/db/migrate/20131012152403_create_sprints.rb +15 -0
  635. data/db/migrate/20131013185636_add_checked_out_to_tickets.rb +6 -0
  636. data/db/migrate/20131027214942_add_priority_to_tickets.rb +5 -0
  637. data/db/migrate/20131112010815_delete_duplicate_commits.rb +33 -0
  638. data/db/migrate/20131216014505_create_oauth_consumer_tokens.rb +20 -0
  639. data/db/migrate/20131223194246_add_reopened_at_to_tickets.rb +5 -0
  640. data/db/migrate/20140106212047_add_options_to_projects.rb +5 -0
  641. data/db/migrate/20140106212305_add_options_to_users.rb +5 -0
  642. data/db/migrate/20140114014144_add_deployer_to_deploys.rb +5 -0
  643. data/db/migrate/20140217150735_drop_table_user_notifications.rb +9 -0
  644. data/db/migrate/20140217160450_add_email_addresses_to_users.rb +18 -0
  645. data/db/migrate/20140217195942_add_prerequisites_to_tickets.rb +5 -0
  646. data/db/migrate/20140327020121_drop_ticket_prerequisites.rb +9 -0
  647. data/db/migrate/20140401234330_add_index_to_ticket_queues.rb +6 -0
  648. data/db/migrate/20140406183224_remove_new_relic_id_from_projects.rb +9 -0
  649. data/db/migrate/20140406230121_delete_automatically_generated_messages_for_releases.rb +12 -0
  650. data/db/migrate/20140407010111_drop_sprints_project_id.rb +9 -0
  651. data/db/migrate/20140411214022_add_invitation_created_at_to_user.rb +5 -0
  652. data/db/migrate/20140418133005_change_ticket_antecedents_to_text_array.rb +9 -0
  653. data/db/migrate/20140419152214_add_gemnasium_slug_to_projects.rb +5 -0
  654. data/db/migrate/20140425141946_embed_changes_in_releases.rb +19 -0
  655. data/db/migrate/20140427235508_prevent_release_changes_from_being_null.rb +6 -0
  656. data/db/migrate/20140428023146_prevent_ticket_number_from_being_null.rb +5 -0
  657. data/db/migrate/20140429000919_add_feature_states_to_projects.rb +5 -0
  658. data/db/migrate/20140506032958_add_locked_to_sprints.rb +5 -0
  659. data/db/migrate/20140506035755_create_value_statements.rb +9 -0
  660. data/db/migrate/20140511024021_rename_testing_notes_unfuddle_id_to_remote_id.rb +5 -0
  661. data/db/migrate/20140515174322_create_tasks.rb +20 -0
  662. data/db/migrate/20140515200824_link_tasks_and_commits.rb +8 -0
  663. data/db/migrate/20140516005310_link_tasks_and_releases.rb +8 -0
  664. data/db/migrate/20140516012049_create_tasks_for_existing_tickets.rb +33 -0
  665. data/db/migrate/20140517012626_prevent_hstore_fields_from_being_null.rb +22 -0
  666. data/db/migrate/20140521014652_allow_task_descriptions_to_be_null.rb +13 -0
  667. data/db/migrate/20140526155845_add_commit_id_to_deploys.rb +31 -0
  668. data/db/migrate/20140526162645_add_commit_before_id_and_commit_after_id_to_releases.rb +28 -0
  669. data/db/migrate/20140526180608_associate_remaining_deploys_and_releases.rb +60 -0
  670. data/db/migrate/20140606232907_create_vestal_versions.rb +28 -0
  671. data/db/migrate/20140724231918_create_sprints_tasks.rb +17 -0
  672. data/db/migrate/20140806233301_add_position_to_milestones.rb +5 -0
  673. data/db/migrate/20140810224209_add_size_and_units_to_milestones.rb +7 -0
  674. data/db/migrate/20140824194031_add_project_id_to_tasks.rb +11 -0
  675. data/db/migrate/20140824194526_add_completed_at_to_tasks.rb +20 -0
  676. data/db/migrate/20140824211249_require_sprints_to_be_unique.rb +9 -0
  677. data/db/migrate/20140907012329_drop_table_changes.rb +9 -0
  678. data/db/migrate/20140907013836_drop_table_errors.rb +9 -0
  679. data/db/migrate/20140921190022_add_checked_out_to_sprints_tasks.rb +19 -0
  680. data/db/migrate/20140921201441_drop_users_name.rb +9 -0
  681. data/db/migrate/20140925021043_rename_deploys_commit_to_sha.rb +17 -0
  682. data/db/migrate/20140929004347_create_historical_heads.rb +23 -0
  683. data/db/migrate/20141027194819_make_users_environments_subscribed_to_an_array.rb +18 -0
  684. data/db/migrate/20141202004123_add_duration_to_deploys.rb +5 -0
  685. data/db/migrate/20141226171730_create_measurements.rb +17 -0
  686. data/db/migrate/20150116153233_add_timestamps_to_measurements.rb +6 -0
  687. data/db/migrate/20150119154013_drop_unused_fields_from_milestones.rb +13 -0
  688. data/db/migrate/20150220215154_add_branch_to_deploys.rb +5 -0
  689. data/db/migrate/20150222205616_add_features_to_projects.rb +12 -0
  690. data/db/migrate/20150222214124_add_current_project_to_users.rb +5 -0
  691. data/db/migrate/20150223013721_add_nickname_to_users.rb +5 -0
  692. data/db/migrate/20150302153319_add_username_to_users.rb +5 -0
  693. data/db/migrate/20150323004452_add_deploys_completed_at.rb +10 -0
  694. data/db/migrate/20150323011050_add_output_to_deploy.rb +5 -0
  695. data/db/migrate/20150805180939_add_commit_id_to_test_runs.rb +30 -0
  696. data/db/migrate/20150805233946_add_user_id_to_test_runs.rb +23 -0
  697. data/db/migrate/20150806032230_create_tests.rb +33 -0
  698. data/db/migrate/20150808161729_create_test_errors.rb +10 -0
  699. data/db/migrate/20150808161805_create_test_results.rb +72 -0
  700. data/db/migrate/20150808162928_index_test_runs_on_commit_id.rb +5 -0
  701. data/db/migrate/20150808192103_index_commits_on_sha.rb +5 -0
  702. data/db/migrate/20150808193354_add_parent_sha_to_commits.rb +43 -0
  703. data/db/migrate/20150809132417_rename_test_results_regression_to_difference.rb +11 -0
  704. data/db/migrate/20150809201942_add_compared_to_test_runs.rb +5 -0
  705. data/db/migrate/20150817232311_create_pull_requests.rb +25 -0
  706. data/db/migrate/20150820023708_add_labels_to_pull_requests.rb +5 -0
  707. data/db/migrate/20150902005758_downcase_environment_names.rb +19 -0
  708. data/db/migrate/20150902010629_add_user_id_to_deploys.rb +5 -0
  709. data/db/migrate/20150902010853_populate_deploys_user.rb +13 -0
  710. data/db/seeds.rb +9 -0
  711. data/db/structure.sql +2282 -0
  712. data/houston.gemspec +99 -0
  713. data/lib/configuration.rb +764 -0
  714. data/lib/core_ext/duration.rb +21 -0
  715. data/lib/core_ext/exception.rb +7 -0
  716. data/lib/core_ext/hash.rb +51 -0
  717. data/lib/core_ext/kernel.rb +23 -0
  718. data/lib/houston/application.rb +1 -0
  719. data/lib/houston/version.rb +3 -0
  720. data/lib/houston_daemonize.rb +37 -0
  721. data/lib/houston_observer.rb +69 -0
  722. data/lib/houston_server.rb +31 -0
  723. data/lib/parallel_enumerable.rb +56 -0
  724. data/lib/patches/sprockets_output_path_for_assets.rb +29 -0
  725. data/lib/tasks/.gitkeep +0 -0
  726. data/lib/tasks/.keep +0 -0
  727. data/lib/tasks/config.rake +255 -0
  728. data/lib/tasks/keypair.rake +18 -0
  729. data/lib/unexpected_response.rb +22 -0
  730. data/log/.gitkeep +0 -0
  731. data/log/.keep +0 -0
  732. data/script/bootstrap +14 -0
  733. data/script/cibuild +9 -0
  734. data/support/award.ai +4409 -19
  735. data/support/badges.ai +4621 -19
  736. data/support/bugs-1.ai +1364 -1
  737. data/support/bugs-2.ai +806 -1
  738. data/support/chevron.ai +4431 -19
  739. data/support/favicon.psd +0 -0
  740. data/support/flask.ai +386 -1
  741. data/support/headings.ai +394 -0
  742. data/support/new-window-link-12.gif +0 -0
  743. data/support/newrelic.ai +204 -0
  744. data/support/newrelic.png +0 -0
  745. data/support/wrench.ai +4389 -20
  746. data/vendor/assets/javascripts/.gitkeep +0 -0
  747. data/vendor/assets/javascripts/.keep +0 -0
  748. data/vendor/assets/javascripts/Markdown.Converter.js +1412 -0
  749. data/vendor/assets/javascripts/alertify.js +1 -0
  750. data/vendor/assets/javascripts/bootstrap.js +2280 -0
  751. data/vendor/assets/javascripts/d3.v3.js +9274 -0
  752. data/vendor/assets/javascripts/dropzone.js +1728 -0
  753. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.accordion.js +572 -0
  754. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.autocomplete.js +608 -0
  755. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.button.js +419 -0
  756. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.core.js +324 -0
  757. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.datepicker.js +2050 -0
  758. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.dialog.js +799 -0
  759. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.draggable.js +943 -0
  760. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.droppable.js +371 -0
  761. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-blind.js +82 -0
  762. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-bounce.js +113 -0
  763. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-clip.js +67 -0
  764. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-drop.js +65 -0
  765. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-explode.js +97 -0
  766. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-fade.js +30 -0
  767. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-fold.js +76 -0
  768. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-highlight.js +50 -0
  769. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-pulsate.js +63 -0
  770. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-scale.js +318 -0
  771. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-shake.js +74 -0
  772. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-slide.js +64 -0
  773. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect-transfer.js +47 -0
  774. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.effect.js +1268 -0
  775. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.menu.js +621 -0
  776. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.mouse.js +169 -0
  777. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.position.js +497 -0
  778. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.progressbar.js +145 -0
  779. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.resizable.js +946 -0
  780. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.selectable.js +277 -0
  781. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.slider.js +672 -0
  782. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.sortable.js +1250 -0
  783. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.spinner.js +492 -0
  784. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.tabs.js +846 -0
  785. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.tooltip.js +402 -0
  786. data/vendor/assets/javascripts/jquery-ui-1.10.1/jquery.ui.widget.js +521 -0
  787. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery-ui-i18n.js +1379 -0
  788. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-af.js +23 -0
  789. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ar-DZ.js +23 -0
  790. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ar.js +23 -0
  791. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-az.js +23 -0
  792. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-bg.js +24 -0
  793. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-bs.js +23 -0
  794. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ca.js +23 -0
  795. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-cs.js +23 -0
  796. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-da.js +23 -0
  797. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-de.js +23 -0
  798. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-el.js +23 -0
  799. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-en-AU.js +23 -0
  800. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-en-GB.js +23 -0
  801. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-en-NZ.js +23 -0
  802. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-eo.js +23 -0
  803. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-es.js +23 -0
  804. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-et.js +23 -0
  805. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-eu.js +23 -0
  806. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-fa.js +23 -0
  807. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-fi.js +23 -0
  808. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-fo.js +23 -0
  809. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-fr-CH.js +23 -0
  810. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-fr.js +25 -0
  811. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-gl.js +23 -0
  812. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-he.js +23 -0
  813. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-hr.js +23 -0
  814. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-hu.js +23 -0
  815. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-hy.js +23 -0
  816. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-id.js +23 -0
  817. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-is.js +23 -0
  818. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-it.js +23 -0
  819. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ja.js +23 -0
  820. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ko.js +23 -0
  821. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-kz.js +23 -0
  822. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-lt.js +23 -0
  823. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-lv.js +23 -0
  824. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ml.js +23 -0
  825. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ms.js +23 -0
  826. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-nl.js +23 -0
  827. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-no.js +23 -0
  828. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-pl.js +23 -0
  829. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-pt-BR.js +23 -0
  830. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-pt.js +22 -0
  831. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-rm.js +21 -0
  832. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ro.js +26 -0
  833. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ru.js +23 -0
  834. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-sk.js +23 -0
  835. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-sl.js +24 -0
  836. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-sq.js +23 -0
  837. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-sr-SR.js +23 -0
  838. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-sr.js +23 -0
  839. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-sv.js +23 -0
  840. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-ta.js +23 -0
  841. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-th.js +23 -0
  842. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-tj.js +23 -0
  843. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-tr.js +23 -0
  844. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-uk.js +23 -0
  845. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-vi.js +23 -0
  846. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-zh-CN.js +23 -0
  847. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-zh-HK.js +23 -0
  848. data/vendor/assets/javascripts/jquery-ui-1.8.4/i18n/jquery.ui.datepicker-zh-TW.js +23 -0
  849. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.blind.js +49 -0
  850. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.bounce.js +78 -0
  851. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.clip.js +54 -0
  852. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.core.js +746 -0
  853. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.drop.js +50 -0
  854. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.explode.js +79 -0
  855. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.fade.js +32 -0
  856. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.fold.js +56 -0
  857. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.highlight.js +49 -0
  858. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.pulsate.js +51 -0
  859. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.scale.js +178 -0
  860. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.shake.js +57 -0
  861. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.slide.js +50 -0
  862. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.effects.transfer.js +45 -0
  863. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.accordion.js +611 -0
  864. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.autocomplete.js +612 -0
  865. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.button.js +416 -0
  866. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.core.js +312 -0
  867. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.datepicker.js +1814 -0
  868. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.dialog.js +879 -0
  869. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.draggable.js +823 -0
  870. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.droppable.js +296 -0
  871. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.mouse.js +160 -0
  872. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.position.js +252 -0
  873. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.progressbar.js +109 -0
  874. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.resizable.js +842 -0
  875. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.selectable.js +266 -0
  876. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.slider.js +666 -0
  877. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.sortable.js +1077 -0
  878. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.tabs.js +758 -0
  879. data/vendor/assets/javascripts/jquery-ui-1.8.4/jquery.ui.widget.js +262 -0
  880. data/vendor/assets/javascripts/jquery-ui.js +55 -0
  881. data/vendor/assets/javascripts/jquery.autosize.js +242 -0
  882. data/vendor/assets/javascripts/jquery.pjax.js +817 -0
  883. data/vendor/assets/javascripts/jquery.tablesorter.js +1032 -0
  884. data/vendor/assets/javascripts/jquery.timeago.js +214 -0
  885. data/vendor/assets/javascripts/md5.js +202 -0
  886. data/vendor/assets/javascripts/mousetrap.js +953 -0
  887. data/vendor/assets/stylesheets/.gitkeep +0 -0
  888. data/vendor/assets/stylesheets/.keep +0 -0
  889. data/vendor/assets/stylesheets/alertify-bootstrap-3.css +2 -0
  890. data/vendor/assets/stylesheets/alertify-bootstrap.css +2 -0
  891. data/vendor/assets/stylesheets/alertify.css +2 -0
  892. data/vendor/assets/stylesheets/bootstrap-responsive.css +800 -0
  893. data/vendor/assets/stylesheets/bootstrap.css +6163 -0
  894. data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.accordion.css +38 -0
  895. data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.autocomplete.css +16 -0
  896. data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.button.css +114 -0
  897. data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.core.css +93 -0
  898. data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.datepicker.css +178 -0
  899. data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.dialog.css +69 -0
  900. data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.menu.css +77 -0
  901. data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.progressbar.css +28 -0
  902. data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.resizable.css +78 -0
  903. data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.selectable.css +15 -0
  904. data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.slider.css +73 -0
  905. data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.spinner.css +65 -0
  906. data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.tabs.css +52 -0
  907. data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.theme.css +406 -0
  908. data/vendor/assets/stylesheets/jquery-ui-1.10.1/jquery.ui.tooltip.css +19 -0
  909. data/vendor/assets/stylesheets/jquery-ui.css +28 -0
  910. data/vendor/images/fa-bank.svg +9 -0
  911. data/vendor/images/fa-bell.svg +9 -0
  912. data/vendor/images/fa-bomb.svg +9 -0
  913. data/vendor/images/fa-bug.svg +9 -0
  914. data/vendor/images/fa-bullhorn.svg +6 -0
  915. data/vendor/images/fa-burndown.svg +15 -0
  916. data/vendor/images/fa-calendar-o.svg +9 -0
  917. data/vendor/images/fa-comment.svg +9 -0
  918. data/vendor/images/fa-comments.svg +9 -0
  919. data/vendor/images/fa-database.svg +9 -0
  920. data/vendor/images/fa-fire-extinguisher.svg +9 -0
  921. data/vendor/images/fa-gear.svg +6 -0
  922. data/vendor/images/fa-lightbulb-o.svg +9 -0
  923. data/vendor/images/fa-paper-plane.svg +9 -0
  924. data/vendor/images/fa-road.svg +9 -0
  925. data/vendor/images/fa-user.svg +9 -0
  926. metadata +1611 -0
@@ -0,0 +1,2050 @@
1
+ /*!
2
+ * jQuery UI Datepicker 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/datepicker/
10
+ *
11
+ * Depends:
12
+ * jquery.ui.core.js
13
+ */
14
+ (function( $, undefined ) {
15
+
16
+ $.extend($.ui, { datepicker: { version: "1.10.1" } });
17
+
18
+ var PROP_NAME = "datepicker",
19
+ dpuuid = new Date().getTime(),
20
+ instActive;
21
+
22
+ /* Date picker manager.
23
+ Use the singleton instance of this class, $.datepicker, to interact with the date picker.
24
+ Settings for (groups of) date pickers are maintained in an instance object,
25
+ allowing multiple different settings on the same page. */
26
+
27
+ function Datepicker() {
28
+ this._curInst = null; // The current instance in use
29
+ this._keyEvent = false; // If the last event was a key event
30
+ this._disabledInputs = []; // List of date picker inputs that have been disabled
31
+ this._datepickerShowing = false; // True if the popup picker is showing , false if not
32
+ this._inDialog = false; // True if showing within a "dialog", false if not
33
+ this._mainDivId = "ui-datepicker-div"; // The ID of the main datepicker division
34
+ this._inlineClass = "ui-datepicker-inline"; // The name of the inline marker class
35
+ this._appendClass = "ui-datepicker-append"; // The name of the append marker class
36
+ this._triggerClass = "ui-datepicker-trigger"; // The name of the trigger marker class
37
+ this._dialogClass = "ui-datepicker-dialog"; // The name of the dialog marker class
38
+ this._disableClass = "ui-datepicker-disabled"; // The name of the disabled covering marker class
39
+ this._unselectableClass = "ui-datepicker-unselectable"; // The name of the unselectable cell marker class
40
+ this._currentClass = "ui-datepicker-current-day"; // The name of the current day marker class
41
+ this._dayOverClass = "ui-datepicker-days-cell-over"; // The name of the day hover marker class
42
+ this.regional = []; // Available regional settings, indexed by language code
43
+ this.regional[""] = { // Default regional settings
44
+ closeText: "Done", // Display text for close link
45
+ prevText: "Prev", // Display text for previous month link
46
+ nextText: "Next", // Display text for next month link
47
+ currentText: "Today", // Display text for current month link
48
+ monthNames: ["January","February","March","April","May","June",
49
+ "July","August","September","October","November","December"], // Names of months for drop-down and formatting
50
+ monthNamesShort: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"], // For formatting
51
+ dayNames: ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"], // For formatting
52
+ dayNamesShort: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"], // For formatting
53
+ dayNamesMin: ["Su","Mo","Tu","We","Th","Fr","Sa"], // Column headings for days starting at Sunday
54
+ weekHeader: "Wk", // Column header for week of the year
55
+ dateFormat: "mm/dd/yy", // See format options on parseDate
56
+ firstDay: 0, // The first day of the week, Sun = 0, Mon = 1, ...
57
+ isRTL: false, // True if right-to-left language, false if left-to-right
58
+ showMonthAfterYear: false, // True if the year select precedes month, false for month then year
59
+ yearSuffix: "" // Additional text to append to the year in the month headers
60
+ };
61
+ this._defaults = { // Global defaults for all the date picker instances
62
+ showOn: "focus", // "focus" for popup on focus,
63
+ // "button" for trigger button, or "both" for either
64
+ showAnim: "fadeIn", // Name of jQuery animation for popup
65
+ showOptions: {}, // Options for enhanced animations
66
+ defaultDate: null, // Used when field is blank: actual date,
67
+ // +/-number for offset from today, null for today
68
+ appendText: "", // Display text following the input box, e.g. showing the format
69
+ buttonText: "...", // Text for trigger button
70
+ buttonImage: "", // URL for trigger button image
71
+ buttonImageOnly: false, // True if the image appears alone, false if it appears on a button
72
+ hideIfNoPrevNext: false, // True to hide next/previous month links
73
+ // if not applicable, false to just disable them
74
+ navigationAsDateFormat: false, // True if date formatting applied to prev/today/next links
75
+ gotoCurrent: false, // True if today link goes back to current selection instead
76
+ changeMonth: false, // True if month can be selected directly, false if only prev/next
77
+ changeYear: false, // True if year can be selected directly, false if only prev/next
78
+ yearRange: "c-10:c+10", // Range of years to display in drop-down,
79
+ // either relative to today's year (-nn:+nn), relative to currently displayed year
80
+ // (c-nn:c+nn), absolute (nnnn:nnnn), or a combination of the above (nnnn:-n)
81
+ showOtherMonths: false, // True to show dates in other months, false to leave blank
82
+ selectOtherMonths: false, // True to allow selection of dates in other months, false for unselectable
83
+ showWeek: false, // True to show week of the year, false to not show it
84
+ calculateWeek: this.iso8601Week, // How to calculate the week of the year,
85
+ // takes a Date and returns the number of the week for it
86
+ shortYearCutoff: "+10", // Short year values < this are in the current century,
87
+ // > this are in the previous century,
88
+ // string value starting with "+" for current year + value
89
+ minDate: null, // The earliest selectable date, or null for no limit
90
+ maxDate: null, // The latest selectable date, or null for no limit
91
+ duration: "fast", // Duration of display/closure
92
+ beforeShowDay: null, // Function that takes a date and returns an array with
93
+ // [0] = true if selectable, false if not, [1] = custom CSS class name(s) or "",
94
+ // [2] = cell title (optional), e.g. $.datepicker.noWeekends
95
+ beforeShow: null, // Function that takes an input field and
96
+ // returns a set of custom settings for the date picker
97
+ onSelect: null, // Define a callback function when a date is selected
98
+ onChangeMonthYear: null, // Define a callback function when the month or year is changed
99
+ onClose: null, // Define a callback function when the datepicker is closed
100
+ numberOfMonths: 1, // Number of months to show at a time
101
+ showCurrentAtPos: 0, // The position in multipe months at which to show the current month (starting at 0)
102
+ stepMonths: 1, // Number of months to step back/forward
103
+ stepBigMonths: 12, // Number of months to step back/forward for the big links
104
+ altField: "", // Selector for an alternate field to store selected dates into
105
+ altFormat: "", // The date format to use for the alternate field
106
+ constrainInput: true, // The input is constrained by the current date format
107
+ showButtonPanel: false, // True to show button panel, false to not show it
108
+ autoSize: false, // True to size the input for the date format, false to leave as is
109
+ disabled: false // The initial disabled state
110
+ };
111
+ $.extend(this._defaults, this.regional[""]);
112
+ this.dpDiv = bindHover($("<div id='" + this._mainDivId + "' class='ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all'></div>"));
113
+ }
114
+
115
+ $.extend(Datepicker.prototype, {
116
+ /* Class name added to elements to indicate already configured with a date picker. */
117
+ markerClassName: "hasDatepicker",
118
+
119
+ //Keep track of the maximum number of rows displayed (see #7043)
120
+ maxRows: 4,
121
+
122
+ // TODO rename to "widget" when switching to widget factory
123
+ _widgetDatepicker: function() {
124
+ return this.dpDiv;
125
+ },
126
+
127
+ /* Override the default settings for all instances of the date picker.
128
+ * @param settings object - the new settings to use as defaults (anonymous object)
129
+ * @return the manager object
130
+ */
131
+ setDefaults: function(settings) {
132
+ extendRemove(this._defaults, settings || {});
133
+ return this;
134
+ },
135
+
136
+ /* Attach the date picker to a jQuery selection.
137
+ * @param target element - the target input field or division or span
138
+ * @param settings object - the new settings to use for this date picker instance (anonymous)
139
+ */
140
+ _attachDatepicker: function(target, settings) {
141
+ var nodeName, inline, inst;
142
+ nodeName = target.nodeName.toLowerCase();
143
+ inline = (nodeName === "div" || nodeName === "span");
144
+ if (!target.id) {
145
+ this.uuid += 1;
146
+ target.id = "dp" + this.uuid;
147
+ }
148
+ inst = this._newInst($(target), inline);
149
+ inst.settings = $.extend({}, settings || {});
150
+ if (nodeName === "input") {
151
+ this._connectDatepicker(target, inst);
152
+ } else if (inline) {
153
+ this._inlineDatepicker(target, inst);
154
+ }
155
+ },
156
+
157
+ /* Create a new instance object. */
158
+ _newInst: function(target, inline) {
159
+ var id = target[0].id.replace(/([^A-Za-z0-9_\-])/g, "\\\\$1"); // escape jQuery meta chars
160
+ return {id: id, input: target, // associated target
161
+ selectedDay: 0, selectedMonth: 0, selectedYear: 0, // current selection
162
+ drawMonth: 0, drawYear: 0, // month being drawn
163
+ inline: inline, // is datepicker inline or not
164
+ dpDiv: (!inline ? this.dpDiv : // presentation div
165
+ bindHover($("<div class='" + this._inlineClass + " ui-datepicker ui-widget ui-widget-content ui-helper-clearfix ui-corner-all'></div>")))};
166
+ },
167
+
168
+ /* Attach the date picker to an input field. */
169
+ _connectDatepicker: function(target, inst) {
170
+ var input = $(target);
171
+ inst.append = $([]);
172
+ inst.trigger = $([]);
173
+ if (input.hasClass(this.markerClassName)) {
174
+ return;
175
+ }
176
+ this._attachments(input, inst);
177
+ input.addClass(this.markerClassName).keydown(this._doKeyDown).
178
+ keypress(this._doKeyPress).keyup(this._doKeyUp);
179
+ this._autoSize(inst);
180
+ $.data(target, PROP_NAME, inst);
181
+ //If disabled option is true, disable the datepicker once it has been attached to the input (see ticket #5665)
182
+ if( inst.settings.disabled ) {
183
+ this._disableDatepicker( target );
184
+ }
185
+ },
186
+
187
+ /* Make attachments based on settings. */
188
+ _attachments: function(input, inst) {
189
+ var showOn, buttonText, buttonImage,
190
+ appendText = this._get(inst, "appendText"),
191
+ isRTL = this._get(inst, "isRTL");
192
+
193
+ if (inst.append) {
194
+ inst.append.remove();
195
+ }
196
+ if (appendText) {
197
+ inst.append = $("<span class='" + this._appendClass + "'>" + appendText + "</span>");
198
+ input[isRTL ? "before" : "after"](inst.append);
199
+ }
200
+
201
+ input.unbind("focus", this._showDatepicker);
202
+
203
+ if (inst.trigger) {
204
+ inst.trigger.remove();
205
+ }
206
+
207
+ showOn = this._get(inst, "showOn");
208
+ if (showOn === "focus" || showOn === "both") { // pop-up date picker when in the marked field
209
+ input.focus(this._showDatepicker);
210
+ }
211
+ if (showOn === "button" || showOn === "both") { // pop-up date picker when button clicked
212
+ buttonText = this._get(inst, "buttonText");
213
+ buttonImage = this._get(inst, "buttonImage");
214
+ inst.trigger = $(this._get(inst, "buttonImageOnly") ?
215
+ $("<img/>").addClass(this._triggerClass).
216
+ attr({ src: buttonImage, alt: buttonText, title: buttonText }) :
217
+ $("<button type='button'></button>").addClass(this._triggerClass).
218
+ html(!buttonImage ? buttonText : $("<img/>").attr(
219
+ { src:buttonImage, alt:buttonText, title:buttonText })));
220
+ input[isRTL ? "before" : "after"](inst.trigger);
221
+ inst.trigger.click(function() {
222
+ if ($.datepicker._datepickerShowing && $.datepicker._lastInput === input[0]) {
223
+ $.datepicker._hideDatepicker();
224
+ } else if ($.datepicker._datepickerShowing && $.datepicker._lastInput !== input[0]) {
225
+ $.datepicker._hideDatepicker();
226
+ $.datepicker._showDatepicker(input[0]);
227
+ } else {
228
+ $.datepicker._showDatepicker(input[0]);
229
+ }
230
+ return false;
231
+ });
232
+ }
233
+ },
234
+
235
+ /* Apply the maximum length for the date format. */
236
+ _autoSize: function(inst) {
237
+ if (this._get(inst, "autoSize") && !inst.inline) {
238
+ var findMax, max, maxI, i,
239
+ date = new Date(2009, 12 - 1, 20), // Ensure double digits
240
+ dateFormat = this._get(inst, "dateFormat");
241
+
242
+ if (dateFormat.match(/[DM]/)) {
243
+ findMax = function(names) {
244
+ max = 0;
245
+ maxI = 0;
246
+ for (i = 0; i < names.length; i++) {
247
+ if (names[i].length > max) {
248
+ max = names[i].length;
249
+ maxI = i;
250
+ }
251
+ }
252
+ return maxI;
253
+ };
254
+ date.setMonth(findMax(this._get(inst, (dateFormat.match(/MM/) ?
255
+ "monthNames" : "monthNamesShort"))));
256
+ date.setDate(findMax(this._get(inst, (dateFormat.match(/DD/) ?
257
+ "dayNames" : "dayNamesShort"))) + 20 - date.getDay());
258
+ }
259
+ inst.input.attr("size", this._formatDate(inst, date).length);
260
+ }
261
+ },
262
+
263
+ /* Attach an inline date picker to a div. */
264
+ _inlineDatepicker: function(target, inst) {
265
+ var divSpan = $(target);
266
+ if (divSpan.hasClass(this.markerClassName)) {
267
+ return;
268
+ }
269
+ divSpan.addClass(this.markerClassName).append(inst.dpDiv);
270
+ $.data(target, PROP_NAME, inst);
271
+ this._setDate(inst, this._getDefaultDate(inst), true);
272
+ this._updateDatepicker(inst);
273
+ this._updateAlternate(inst);
274
+ //If disabled option is true, disable the datepicker before showing it (see ticket #5665)
275
+ if( inst.settings.disabled ) {
276
+ this._disableDatepicker( target );
277
+ }
278
+ // Set display:block in place of inst.dpDiv.show() which won't work on disconnected elements
279
+ // http://bugs.jqueryui.com/ticket/7552 - A Datepicker created on a detached div has zero height
280
+ inst.dpDiv.css( "display", "block" );
281
+ },
282
+
283
+ /* Pop-up the date picker in a "dialog" box.
284
+ * @param input element - ignored
285
+ * @param date string or Date - the initial date to display
286
+ * @param onSelect function - the function to call when a date is selected
287
+ * @param settings object - update the dialog date picker instance's settings (anonymous object)
288
+ * @param pos int[2] - coordinates for the dialog's position within the screen or
289
+ * event - with x/y coordinates or
290
+ * leave empty for default (screen centre)
291
+ * @return the manager object
292
+ */
293
+ _dialogDatepicker: function(input, date, onSelect, settings, pos) {
294
+ var id, browserWidth, browserHeight, scrollX, scrollY,
295
+ inst = this._dialogInst; // internal instance
296
+
297
+ if (!inst) {
298
+ this.uuid += 1;
299
+ id = "dp" + this.uuid;
300
+ this._dialogInput = $("<input type='text' id='" + id +
301
+ "' style='position: absolute; top: -100px; width: 0px;'/>");
302
+ this._dialogInput.keydown(this._doKeyDown);
303
+ $("body").append(this._dialogInput);
304
+ inst = this._dialogInst = this._newInst(this._dialogInput, false);
305
+ inst.settings = {};
306
+ $.data(this._dialogInput[0], PROP_NAME, inst);
307
+ }
308
+ extendRemove(inst.settings, settings || {});
309
+ date = (date && date.constructor === Date ? this._formatDate(inst, date) : date);
310
+ this._dialogInput.val(date);
311
+
312
+ this._pos = (pos ? (pos.length ? pos : [pos.pageX, pos.pageY]) : null);
313
+ if (!this._pos) {
314
+ browserWidth = document.documentElement.clientWidth;
315
+ browserHeight = document.documentElement.clientHeight;
316
+ scrollX = document.documentElement.scrollLeft || document.body.scrollLeft;
317
+ scrollY = document.documentElement.scrollTop || document.body.scrollTop;
318
+ this._pos = // should use actual width/height below
319
+ [(browserWidth / 2) - 100 + scrollX, (browserHeight / 2) - 150 + scrollY];
320
+ }
321
+
322
+ // move input on screen for focus, but hidden behind dialog
323
+ this._dialogInput.css("left", (this._pos[0] + 20) + "px").css("top", this._pos[1] + "px");
324
+ inst.settings.onSelect = onSelect;
325
+ this._inDialog = true;
326
+ this.dpDiv.addClass(this._dialogClass);
327
+ this._showDatepicker(this._dialogInput[0]);
328
+ if ($.blockUI) {
329
+ $.blockUI(this.dpDiv);
330
+ }
331
+ $.data(this._dialogInput[0], PROP_NAME, inst);
332
+ return this;
333
+ },
334
+
335
+ /* Detach a datepicker from its control.
336
+ * @param target element - the target input field or division or span
337
+ */
338
+ _destroyDatepicker: function(target) {
339
+ var nodeName,
340
+ $target = $(target),
341
+ inst = $.data(target, PROP_NAME);
342
+
343
+ if (!$target.hasClass(this.markerClassName)) {
344
+ return;
345
+ }
346
+
347
+ nodeName = target.nodeName.toLowerCase();
348
+ $.removeData(target, PROP_NAME);
349
+ if (nodeName === "input") {
350
+ inst.append.remove();
351
+ inst.trigger.remove();
352
+ $target.removeClass(this.markerClassName).
353
+ unbind("focus", this._showDatepicker).
354
+ unbind("keydown", this._doKeyDown).
355
+ unbind("keypress", this._doKeyPress).
356
+ unbind("keyup", this._doKeyUp);
357
+ } else if (nodeName === "div" || nodeName === "span") {
358
+ $target.removeClass(this.markerClassName).empty();
359
+ }
360
+ },
361
+
362
+ /* Enable the date picker to a jQuery selection.
363
+ * @param target element - the target input field or division or span
364
+ */
365
+ _enableDatepicker: function(target) {
366
+ var nodeName, inline,
367
+ $target = $(target),
368
+ inst = $.data(target, PROP_NAME);
369
+
370
+ if (!$target.hasClass(this.markerClassName)) {
371
+ return;
372
+ }
373
+
374
+ nodeName = target.nodeName.toLowerCase();
375
+ if (nodeName === "input") {
376
+ target.disabled = false;
377
+ inst.trigger.filter("button").
378
+ each(function() { this.disabled = false; }).end().
379
+ filter("img").css({opacity: "1.0", cursor: ""});
380
+ } else if (nodeName === "div" || nodeName === "span") {
381
+ inline = $target.children("." + this._inlineClass);
382
+ inline.children().removeClass("ui-state-disabled");
383
+ inline.find("select.ui-datepicker-month, select.ui-datepicker-year").
384
+ prop("disabled", false);
385
+ }
386
+ this._disabledInputs = $.map(this._disabledInputs,
387
+ function(value) { return (value === target ? null : value); }); // delete entry
388
+ },
389
+
390
+ /* Disable the date picker to a jQuery selection.
391
+ * @param target element - the target input field or division or span
392
+ */
393
+ _disableDatepicker: function(target) {
394
+ var nodeName, inline,
395
+ $target = $(target),
396
+ inst = $.data(target, PROP_NAME);
397
+
398
+ if (!$target.hasClass(this.markerClassName)) {
399
+ return;
400
+ }
401
+
402
+ nodeName = target.nodeName.toLowerCase();
403
+ if (nodeName === "input") {
404
+ target.disabled = true;
405
+ inst.trigger.filter("button").
406
+ each(function() { this.disabled = true; }).end().
407
+ filter("img").css({opacity: "0.5", cursor: "default"});
408
+ } else if (nodeName === "div" || nodeName === "span") {
409
+ inline = $target.children("." + this._inlineClass);
410
+ inline.children().addClass("ui-state-disabled");
411
+ inline.find("select.ui-datepicker-month, select.ui-datepicker-year").
412
+ prop("disabled", true);
413
+ }
414
+ this._disabledInputs = $.map(this._disabledInputs,
415
+ function(value) { return (value === target ? null : value); }); // delete entry
416
+ this._disabledInputs[this._disabledInputs.length] = target;
417
+ },
418
+
419
+ /* Is the first field in a jQuery collection disabled as a datepicker?
420
+ * @param target element - the target input field or division or span
421
+ * @return boolean - true if disabled, false if enabled
422
+ */
423
+ _isDisabledDatepicker: function(target) {
424
+ if (!target) {
425
+ return false;
426
+ }
427
+ for (var i = 0; i < this._disabledInputs.length; i++) {
428
+ if (this._disabledInputs[i] === target) {
429
+ return true;
430
+ }
431
+ }
432
+ return false;
433
+ },
434
+
435
+ /* Retrieve the instance data for the target control.
436
+ * @param target element - the target input field or division or span
437
+ * @return object - the associated instance data
438
+ * @throws error if a jQuery problem getting data
439
+ */
440
+ _getInst: function(target) {
441
+ try {
442
+ return $.data(target, PROP_NAME);
443
+ }
444
+ catch (err) {
445
+ throw "Missing instance data for this datepicker";
446
+ }
447
+ },
448
+
449
+ /* Update or retrieve the settings for a date picker attached to an input field or division.
450
+ * @param target element - the target input field or division or span
451
+ * @param name object - the new settings to update or
452
+ * string - the name of the setting to change or retrieve,
453
+ * when retrieving also "all" for all instance settings or
454
+ * "defaults" for all global defaults
455
+ * @param value any - the new value for the setting
456
+ * (omit if above is an object or to retrieve a value)
457
+ */
458
+ _optionDatepicker: function(target, name, value) {
459
+ var settings, date, minDate, maxDate,
460
+ inst = this._getInst(target);
461
+
462
+ if (arguments.length === 2 && typeof name === "string") {
463
+ return (name === "defaults" ? $.extend({}, $.datepicker._defaults) :
464
+ (inst ? (name === "all" ? $.extend({}, inst.settings) :
465
+ this._get(inst, name)) : null));
466
+ }
467
+
468
+ settings = name || {};
469
+ if (typeof name === "string") {
470
+ settings = {};
471
+ settings[name] = value;
472
+ }
473
+
474
+ if (inst) {
475
+ if (this._curInst === inst) {
476
+ this._hideDatepicker();
477
+ }
478
+
479
+ date = this._getDateDatepicker(target, true);
480
+ minDate = this._getMinMaxDate(inst, "min");
481
+ maxDate = this._getMinMaxDate(inst, "max");
482
+ extendRemove(inst.settings, settings);
483
+ // reformat the old minDate/maxDate values if dateFormat changes and a new minDate/maxDate isn't provided
484
+ if (minDate !== null && settings.dateFormat !== undefined && settings.minDate === undefined) {
485
+ inst.settings.minDate = this._formatDate(inst, minDate);
486
+ }
487
+ if (maxDate !== null && settings.dateFormat !== undefined && settings.maxDate === undefined) {
488
+ inst.settings.maxDate = this._formatDate(inst, maxDate);
489
+ }
490
+ if ( "disabled" in settings ) {
491
+ if ( settings.disabled ) {
492
+ this._disableDatepicker(target);
493
+ } else {
494
+ this._enableDatepicker(target);
495
+ }
496
+ }
497
+ this._attachments($(target), inst);
498
+ this._autoSize(inst);
499
+ this._setDate(inst, date);
500
+ this._updateAlternate(inst);
501
+ this._updateDatepicker(inst);
502
+ }
503
+ },
504
+
505
+ // change method deprecated
506
+ _changeDatepicker: function(target, name, value) {
507
+ this._optionDatepicker(target, name, value);
508
+ },
509
+
510
+ /* Redraw the date picker attached to an input field or division.
511
+ * @param target element - the target input field or division or span
512
+ */
513
+ _refreshDatepicker: function(target) {
514
+ var inst = this._getInst(target);
515
+ if (inst) {
516
+ this._updateDatepicker(inst);
517
+ }
518
+ },
519
+
520
+ /* Set the dates for a jQuery selection.
521
+ * @param target element - the target input field or division or span
522
+ * @param date Date - the new date
523
+ */
524
+ _setDateDatepicker: function(target, date) {
525
+ var inst = this._getInst(target);
526
+ if (inst) {
527
+ this._setDate(inst, date);
528
+ this._updateDatepicker(inst);
529
+ this._updateAlternate(inst);
530
+ }
531
+ },
532
+
533
+ /* Get the date(s) for the first entry in a jQuery selection.
534
+ * @param target element - the target input field or division or span
535
+ * @param noDefault boolean - true if no default date is to be used
536
+ * @return Date - the current date
537
+ */
538
+ _getDateDatepicker: function(target, noDefault) {
539
+ var inst = this._getInst(target);
540
+ if (inst && !inst.inline) {
541
+ this._setDateFromField(inst, noDefault);
542
+ }
543
+ return (inst ? this._getDate(inst) : null);
544
+ },
545
+
546
+ /* Handle keystrokes. */
547
+ _doKeyDown: function(event) {
548
+ var onSelect, dateStr, sel,
549
+ inst = $.datepicker._getInst(event.target),
550
+ handled = true,
551
+ isRTL = inst.dpDiv.is(".ui-datepicker-rtl");
552
+
553
+ inst._keyEvent = true;
554
+ if ($.datepicker._datepickerShowing) {
555
+ switch (event.keyCode) {
556
+ case 9: $.datepicker._hideDatepicker();
557
+ handled = false;
558
+ break; // hide on tab out
559
+ case 13: sel = $("td." + $.datepicker._dayOverClass + ":not(." +
560
+ $.datepicker._currentClass + ")", inst.dpDiv);
561
+ if (sel[0]) {
562
+ $.datepicker._selectDay(event.target, inst.selectedMonth, inst.selectedYear, sel[0]);
563
+ }
564
+
565
+ onSelect = $.datepicker._get(inst, "onSelect");
566
+ if (onSelect) {
567
+ dateStr = $.datepicker._formatDate(inst);
568
+
569
+ // trigger custom callback
570
+ onSelect.apply((inst.input ? inst.input[0] : null), [dateStr, inst]);
571
+ } else {
572
+ $.datepicker._hideDatepicker();
573
+ }
574
+
575
+ return false; // don't submit the form
576
+ case 27: $.datepicker._hideDatepicker();
577
+ break; // hide on escape
578
+ case 33: $.datepicker._adjustDate(event.target, (event.ctrlKey ?
579
+ -$.datepicker._get(inst, "stepBigMonths") :
580
+ -$.datepicker._get(inst, "stepMonths")), "M");
581
+ break; // previous month/year on page up/+ ctrl
582
+ case 34: $.datepicker._adjustDate(event.target, (event.ctrlKey ?
583
+ +$.datepicker._get(inst, "stepBigMonths") :
584
+ +$.datepicker._get(inst, "stepMonths")), "M");
585
+ break; // next month/year on page down/+ ctrl
586
+ case 35: if (event.ctrlKey || event.metaKey) {
587
+ $.datepicker._clearDate(event.target);
588
+ }
589
+ handled = event.ctrlKey || event.metaKey;
590
+ break; // clear on ctrl or command +end
591
+ case 36: if (event.ctrlKey || event.metaKey) {
592
+ $.datepicker._gotoToday(event.target);
593
+ }
594
+ handled = event.ctrlKey || event.metaKey;
595
+ break; // current on ctrl or command +home
596
+ case 37: if (event.ctrlKey || event.metaKey) {
597
+ $.datepicker._adjustDate(event.target, (isRTL ? +1 : -1), "D");
598
+ }
599
+ handled = event.ctrlKey || event.metaKey;
600
+ // -1 day on ctrl or command +left
601
+ if (event.originalEvent.altKey) {
602
+ $.datepicker._adjustDate(event.target, (event.ctrlKey ?
603
+ -$.datepicker._get(inst, "stepBigMonths") :
604
+ -$.datepicker._get(inst, "stepMonths")), "M");
605
+ }
606
+ // next month/year on alt +left on Mac
607
+ break;
608
+ case 38: if (event.ctrlKey || event.metaKey) {
609
+ $.datepicker._adjustDate(event.target, -7, "D");
610
+ }
611
+ handled = event.ctrlKey || event.metaKey;
612
+ break; // -1 week on ctrl or command +up
613
+ case 39: if (event.ctrlKey || event.metaKey) {
614
+ $.datepicker._adjustDate(event.target, (isRTL ? -1 : +1), "D");
615
+ }
616
+ handled = event.ctrlKey || event.metaKey;
617
+ // +1 day on ctrl or command +right
618
+ if (event.originalEvent.altKey) {
619
+ $.datepicker._adjustDate(event.target, (event.ctrlKey ?
620
+ +$.datepicker._get(inst, "stepBigMonths") :
621
+ +$.datepicker._get(inst, "stepMonths")), "M");
622
+ }
623
+ // next month/year on alt +right
624
+ break;
625
+ case 40: if (event.ctrlKey || event.metaKey) {
626
+ $.datepicker._adjustDate(event.target, +7, "D");
627
+ }
628
+ handled = event.ctrlKey || event.metaKey;
629
+ break; // +1 week on ctrl or command +down
630
+ default: handled = false;
631
+ }
632
+ } else if (event.keyCode === 36 && event.ctrlKey) { // display the date picker on ctrl+home
633
+ $.datepicker._showDatepicker(this);
634
+ } else {
635
+ handled = false;
636
+ }
637
+
638
+ if (handled) {
639
+ event.preventDefault();
640
+ event.stopPropagation();
641
+ }
642
+ },
643
+
644
+ /* Filter entered characters - based on date format. */
645
+ _doKeyPress: function(event) {
646
+ var chars, chr,
647
+ inst = $.datepicker._getInst(event.target);
648
+
649
+ if ($.datepicker._get(inst, "constrainInput")) {
650
+ chars = $.datepicker._possibleChars($.datepicker._get(inst, "dateFormat"));
651
+ chr = String.fromCharCode(event.charCode == null ? event.keyCode : event.charCode);
652
+ return event.ctrlKey || event.metaKey || (chr < " " || !chars || chars.indexOf(chr) > -1);
653
+ }
654
+ },
655
+
656
+ /* Synchronise manual entry and field/alternate field. */
657
+ _doKeyUp: function(event) {
658
+ var date,
659
+ inst = $.datepicker._getInst(event.target);
660
+
661
+ if (inst.input.val() !== inst.lastVal) {
662
+ try {
663
+ date = $.datepicker.parseDate($.datepicker._get(inst, "dateFormat"),
664
+ (inst.input ? inst.input.val() : null),
665
+ $.datepicker._getFormatConfig(inst));
666
+
667
+ if (date) { // only if valid
668
+ $.datepicker._setDateFromField(inst);
669
+ $.datepicker._updateAlternate(inst);
670
+ $.datepicker._updateDatepicker(inst);
671
+ }
672
+ }
673
+ catch (err) {
674
+ }
675
+ }
676
+ return true;
677
+ },
678
+
679
+ /* Pop-up the date picker for a given input field.
680
+ * If false returned from beforeShow event handler do not show.
681
+ * @param input element - the input field attached to the date picker or
682
+ * event - if triggered by focus
683
+ */
684
+ _showDatepicker: function(input) {
685
+ input = input.target || input;
686
+ if (input.nodeName.toLowerCase() !== "input") { // find from button/image trigger
687
+ input = $("input", input.parentNode)[0];
688
+ }
689
+
690
+ if ($.datepicker._isDisabledDatepicker(input) || $.datepicker._lastInput === input) { // already here
691
+ return;
692
+ }
693
+
694
+ var inst, beforeShow, beforeShowSettings, isFixed,
695
+ offset, showAnim, duration;
696
+
697
+ inst = $.datepicker._getInst(input);
698
+ if ($.datepicker._curInst && $.datepicker._curInst !== inst) {
699
+ $.datepicker._curInst.dpDiv.stop(true, true);
700
+ if ( inst && $.datepicker._datepickerShowing ) {
701
+ $.datepicker._hideDatepicker( $.datepicker._curInst.input[0] );
702
+ }
703
+ }
704
+
705
+ beforeShow = $.datepicker._get(inst, "beforeShow");
706
+ beforeShowSettings = beforeShow ? beforeShow.apply(input, [input, inst]) : {};
707
+ if(beforeShowSettings === false){
708
+ return;
709
+ }
710
+ extendRemove(inst.settings, beforeShowSettings);
711
+
712
+ inst.lastVal = null;
713
+ $.datepicker._lastInput = input;
714
+ $.datepicker._setDateFromField(inst);
715
+
716
+ if ($.datepicker._inDialog) { // hide cursor
717
+ input.value = "";
718
+ }
719
+ if (!$.datepicker._pos) { // position below input
720
+ $.datepicker._pos = $.datepicker._findPos(input);
721
+ $.datepicker._pos[1] += input.offsetHeight; // add the height
722
+ }
723
+
724
+ isFixed = false;
725
+ $(input).parents().each(function() {
726
+ isFixed |= $(this).css("position") === "fixed";
727
+ return !isFixed;
728
+ });
729
+
730
+ offset = {left: $.datepicker._pos[0], top: $.datepicker._pos[1]};
731
+ $.datepicker._pos = null;
732
+ //to avoid flashes on Firefox
733
+ inst.dpDiv.empty();
734
+ // determine sizing offscreen
735
+ inst.dpDiv.css({position: "absolute", display: "block", top: "-1000px"});
736
+ $.datepicker._updateDatepicker(inst);
737
+ // fix width for dynamic number of date pickers
738
+ // and adjust position before showing
739
+ offset = $.datepicker._checkOffset(inst, offset, isFixed);
740
+ inst.dpDiv.css({position: ($.datepicker._inDialog && $.blockUI ?
741
+ "static" : (isFixed ? "fixed" : "absolute")), display: "none",
742
+ left: offset.left + "px", top: offset.top + "px"});
743
+
744
+ if (!inst.inline) {
745
+ showAnim = $.datepicker._get(inst, "showAnim");
746
+ duration = $.datepicker._get(inst, "duration");
747
+ inst.dpDiv.zIndex($(input).zIndex()+1);
748
+ $.datepicker._datepickerShowing = true;
749
+
750
+ if ( $.effects && $.effects.effect[ showAnim ] ) {
751
+ inst.dpDiv.show(showAnim, $.datepicker._get(inst, "showOptions"), duration);
752
+ } else {
753
+ inst.dpDiv[showAnim || "show"](showAnim ? duration : null);
754
+ }
755
+
756
+ if (inst.input.is(":visible") && !inst.input.is(":disabled")) {
757
+ inst.input.focus();
758
+ }
759
+ $.datepicker._curInst = inst;
760
+ }
761
+ },
762
+
763
+ /* Generate the date picker content. */
764
+ _updateDatepicker: function(inst) {
765
+ this.maxRows = 4; //Reset the max number of rows being displayed (see #7043)
766
+ instActive = inst; // for delegate hover events
767
+ inst.dpDiv.empty().append(this._generateHTML(inst));
768
+ this._attachHandlers(inst);
769
+ inst.dpDiv.find("." + this._dayOverClass + " a").mouseover();
770
+
771
+ var origyearshtml,
772
+ numMonths = this._getNumberOfMonths(inst),
773
+ cols = numMonths[1],
774
+ width = 17;
775
+
776
+ inst.dpDiv.removeClass("ui-datepicker-multi-2 ui-datepicker-multi-3 ui-datepicker-multi-4").width("");
777
+ if (cols > 1) {
778
+ inst.dpDiv.addClass("ui-datepicker-multi-" + cols).css("width", (width * cols) + "em");
779
+ }
780
+ inst.dpDiv[(numMonths[0] !== 1 || numMonths[1] !== 1 ? "add" : "remove") +
781
+ "Class"]("ui-datepicker-multi");
782
+ inst.dpDiv[(this._get(inst, "isRTL") ? "add" : "remove") +
783
+ "Class"]("ui-datepicker-rtl");
784
+
785
+ // #6694 - don't focus the input if it's already focused
786
+ // this breaks the change event in IE
787
+ if (inst === $.datepicker._curInst && $.datepicker._datepickerShowing && inst.input &&
788
+ inst.input.is(":visible") && !inst.input.is(":disabled") && inst.input[0] !== document.activeElement) {
789
+ inst.input.focus();
790
+ }
791
+
792
+ // deffered render of the years select (to avoid flashes on Firefox)
793
+ if( inst.yearshtml ){
794
+ origyearshtml = inst.yearshtml;
795
+ setTimeout(function(){
796
+ //assure that inst.yearshtml didn't change.
797
+ if( origyearshtml === inst.yearshtml && inst.yearshtml ){
798
+ inst.dpDiv.find("select.ui-datepicker-year:first").replaceWith(inst.yearshtml);
799
+ }
800
+ origyearshtml = inst.yearshtml = null;
801
+ }, 0);
802
+ }
803
+ },
804
+
805
+ /* Retrieve the size of left and top borders for an element.
806
+ * @param elem (jQuery object) the element of interest
807
+ * @return (number[2]) the left and top borders
808
+ */
809
+ _getBorders: function(elem) {
810
+ var convert = function(value) {
811
+ return {thin: 1, medium: 2, thick: 3}[value] || value;
812
+ };
813
+ return [parseFloat(convert(elem.css("border-left-width"))),
814
+ parseFloat(convert(elem.css("border-top-width")))];
815
+ },
816
+
817
+ /* Check positioning to remain on screen. */
818
+ _checkOffset: function(inst, offset, isFixed) {
819
+ var dpWidth = inst.dpDiv.outerWidth(),
820
+ dpHeight = inst.dpDiv.outerHeight(),
821
+ inputWidth = inst.input ? inst.input.outerWidth() : 0,
822
+ inputHeight = inst.input ? inst.input.outerHeight() : 0,
823
+ viewWidth = document.documentElement.clientWidth + (isFixed ? 0 : $(document).scrollLeft()),
824
+ viewHeight = document.documentElement.clientHeight + (isFixed ? 0 : $(document).scrollTop());
825
+
826
+ offset.left -= (this._get(inst, "isRTL") ? (dpWidth - inputWidth) : 0);
827
+ offset.left -= (isFixed && offset.left === inst.input.offset().left) ? $(document).scrollLeft() : 0;
828
+ offset.top -= (isFixed && offset.top === (inst.input.offset().top + inputHeight)) ? $(document).scrollTop() : 0;
829
+
830
+ // now check if datepicker is showing outside window viewport - move to a better place if so.
831
+ offset.left -= Math.min(offset.left, (offset.left + dpWidth > viewWidth && viewWidth > dpWidth) ?
832
+ Math.abs(offset.left + dpWidth - viewWidth) : 0);
833
+ offset.top -= Math.min(offset.top, (offset.top + dpHeight > viewHeight && viewHeight > dpHeight) ?
834
+ Math.abs(dpHeight + inputHeight) : 0);
835
+
836
+ return offset;
837
+ },
838
+
839
+ /* Find an object's position on the screen. */
840
+ _findPos: function(obj) {
841
+ var position,
842
+ inst = this._getInst(obj),
843
+ isRTL = this._get(inst, "isRTL");
844
+
845
+ while (obj && (obj.type === "hidden" || obj.nodeType !== 1 || $.expr.filters.hidden(obj))) {
846
+ obj = obj[isRTL ? "previousSibling" : "nextSibling"];
847
+ }
848
+
849
+ position = $(obj).offset();
850
+ return [position.left, position.top];
851
+ },
852
+
853
+ /* Hide the date picker from view.
854
+ * @param input element - the input field attached to the date picker
855
+ */
856
+ _hideDatepicker: function(input) {
857
+ var showAnim, duration, postProcess, onClose,
858
+ inst = this._curInst;
859
+
860
+ if (!inst || (input && inst !== $.data(input, PROP_NAME))) {
861
+ return;
862
+ }
863
+
864
+ if (this._datepickerShowing) {
865
+ showAnim = this._get(inst, "showAnim");
866
+ duration = this._get(inst, "duration");
867
+ postProcess = function() {
868
+ $.datepicker._tidyDialog(inst);
869
+ };
870
+
871
+ // DEPRECATED: after BC for 1.8.x $.effects[ showAnim ] is not needed
872
+ if ( $.effects && ( $.effects.effect[ showAnim ] || $.effects[ showAnim ] ) ) {
873
+ inst.dpDiv.hide(showAnim, $.datepicker._get(inst, "showOptions"), duration, postProcess);
874
+ } else {
875
+ inst.dpDiv[(showAnim === "slideDown" ? "slideUp" :
876
+ (showAnim === "fadeIn" ? "fadeOut" : "hide"))]((showAnim ? duration : null), postProcess);
877
+ }
878
+
879
+ if (!showAnim) {
880
+ postProcess();
881
+ }
882
+ this._datepickerShowing = false;
883
+
884
+ onClose = this._get(inst, "onClose");
885
+ if (onClose) {
886
+ onClose.apply((inst.input ? inst.input[0] : null), [(inst.input ? inst.input.val() : ""), inst]);
887
+ }
888
+
889
+ this._lastInput = null;
890
+ if (this._inDialog) {
891
+ this._dialogInput.css({ position: "absolute", left: "0", top: "-100px" });
892
+ if ($.blockUI) {
893
+ $.unblockUI();
894
+ $("body").append(this.dpDiv);
895
+ }
896
+ }
897
+ this._inDialog = false;
898
+ }
899
+ },
900
+
901
+ /* Tidy up after a dialog display. */
902
+ _tidyDialog: function(inst) {
903
+ inst.dpDiv.removeClass(this._dialogClass).unbind(".ui-datepicker-calendar");
904
+ },
905
+
906
+ /* Close date picker if clicked elsewhere. */
907
+ _checkExternalClick: function(event) {
908
+ if (!$.datepicker._curInst) {
909
+ return;
910
+ }
911
+
912
+ var $target = $(event.target),
913
+ inst = $.datepicker._getInst($target[0]);
914
+
915
+ if ( ( ( $target[0].id !== $.datepicker._mainDivId &&
916
+ $target.parents("#" + $.datepicker._mainDivId).length === 0 &&
917
+ !$target.hasClass($.datepicker.markerClassName) &&
918
+ !$target.closest("." + $.datepicker._triggerClass).length &&
919
+ $.datepicker._datepickerShowing && !($.datepicker._inDialog && $.blockUI) ) ) ||
920
+ ( $target.hasClass($.datepicker.markerClassName) && $.datepicker._curInst !== inst ) ) {
921
+ $.datepicker._hideDatepicker();
922
+ }
923
+ },
924
+
925
+ /* Adjust one of the date sub-fields. */
926
+ _adjustDate: function(id, offset, period) {
927
+ var target = $(id),
928
+ inst = this._getInst(target[0]);
929
+
930
+ if (this._isDisabledDatepicker(target[0])) {
931
+ return;
932
+ }
933
+ this._adjustInstDate(inst, offset +
934
+ (period === "M" ? this._get(inst, "showCurrentAtPos") : 0), // undo positioning
935
+ period);
936
+ this._updateDatepicker(inst);
937
+ },
938
+
939
+ /* Action for current link. */
940
+ _gotoToday: function(id) {
941
+ var date,
942
+ target = $(id),
943
+ inst = this._getInst(target[0]);
944
+
945
+ if (this._get(inst, "gotoCurrent") && inst.currentDay) {
946
+ inst.selectedDay = inst.currentDay;
947
+ inst.drawMonth = inst.selectedMonth = inst.currentMonth;
948
+ inst.drawYear = inst.selectedYear = inst.currentYear;
949
+ } else {
950
+ date = new Date();
951
+ inst.selectedDay = date.getDate();
952
+ inst.drawMonth = inst.selectedMonth = date.getMonth();
953
+ inst.drawYear = inst.selectedYear = date.getFullYear();
954
+ }
955
+ this._notifyChange(inst);
956
+ this._adjustDate(target);
957
+ },
958
+
959
+ /* Action for selecting a new month/year. */
960
+ _selectMonthYear: function(id, select, period) {
961
+ var target = $(id),
962
+ inst = this._getInst(target[0]);
963
+
964
+ inst["selected" + (period === "M" ? "Month" : "Year")] =
965
+ inst["draw" + (period === "M" ? "Month" : "Year")] =
966
+ parseInt(select.options[select.selectedIndex].value,10);
967
+
968
+ this._notifyChange(inst);
969
+ this._adjustDate(target);
970
+ },
971
+
972
+ /* Action for selecting a day. */
973
+ _selectDay: function(id, month, year, td) {
974
+ var inst,
975
+ target = $(id);
976
+
977
+ if ($(td).hasClass(this._unselectableClass) || this._isDisabledDatepicker(target[0])) {
978
+ return;
979
+ }
980
+
981
+ inst = this._getInst(target[0]);
982
+ inst.selectedDay = inst.currentDay = $("a", td).html();
983
+ inst.selectedMonth = inst.currentMonth = month;
984
+ inst.selectedYear = inst.currentYear = year;
985
+ this._selectDate(id, this._formatDate(inst,
986
+ inst.currentDay, inst.currentMonth, inst.currentYear));
987
+ },
988
+
989
+ /* Erase the input field and hide the date picker. */
990
+ _clearDate: function(id) {
991
+ var target = $(id);
992
+ this._selectDate(target, "");
993
+ },
994
+
995
+ /* Update the input field with the selected date. */
996
+ _selectDate: function(id, dateStr) {
997
+ var onSelect,
998
+ target = $(id),
999
+ inst = this._getInst(target[0]);
1000
+
1001
+ dateStr = (dateStr != null ? dateStr : this._formatDate(inst));
1002
+ if (inst.input) {
1003
+ inst.input.val(dateStr);
1004
+ }
1005
+ this._updateAlternate(inst);
1006
+
1007
+ onSelect = this._get(inst, "onSelect");
1008
+ if (onSelect) {
1009
+ onSelect.apply((inst.input ? inst.input[0] : null), [dateStr, inst]); // trigger custom callback
1010
+ } else if (inst.input) {
1011
+ inst.input.trigger("change"); // fire the change event
1012
+ }
1013
+
1014
+ if (inst.inline){
1015
+ this._updateDatepicker(inst);
1016
+ } else {
1017
+ this._hideDatepicker();
1018
+ this._lastInput = inst.input[0];
1019
+ if (typeof(inst.input[0]) !== "object") {
1020
+ inst.input.focus(); // restore focus
1021
+ }
1022
+ this._lastInput = null;
1023
+ }
1024
+ },
1025
+
1026
+ /* Update any alternate field to synchronise with the main field. */
1027
+ _updateAlternate: function(inst) {
1028
+ var altFormat, date, dateStr,
1029
+ altField = this._get(inst, "altField");
1030
+
1031
+ if (altField) { // update alternate field too
1032
+ altFormat = this._get(inst, "altFormat") || this._get(inst, "dateFormat");
1033
+ date = this._getDate(inst);
1034
+ dateStr = this.formatDate(altFormat, date, this._getFormatConfig(inst));
1035
+ $(altField).each(function() { $(this).val(dateStr); });
1036
+ }
1037
+ },
1038
+
1039
+ /* Set as beforeShowDay function to prevent selection of weekends.
1040
+ * @param date Date - the date to customise
1041
+ * @return [boolean, string] - is this date selectable?, what is its CSS class?
1042
+ */
1043
+ noWeekends: function(date) {
1044
+ var day = date.getDay();
1045
+ return [(day > 0 && day < 6), ""];
1046
+ },
1047
+
1048
+ /* Set as calculateWeek to determine the week of the year based on the ISO 8601 definition.
1049
+ * @param date Date - the date to get the week for
1050
+ * @return number - the number of the week within the year that contains this date
1051
+ */
1052
+ iso8601Week: function(date) {
1053
+ var time,
1054
+ checkDate = new Date(date.getTime());
1055
+
1056
+ // Find Thursday of this week starting on Monday
1057
+ checkDate.setDate(checkDate.getDate() + 4 - (checkDate.getDay() || 7));
1058
+
1059
+ time = checkDate.getTime();
1060
+ checkDate.setMonth(0); // Compare with Jan 1
1061
+ checkDate.setDate(1);
1062
+ return Math.floor(Math.round((time - checkDate) / 86400000) / 7) + 1;
1063
+ },
1064
+
1065
+ /* Parse a string value into a date object.
1066
+ * See formatDate below for the possible formats.
1067
+ *
1068
+ * @param format string - the expected format of the date
1069
+ * @param value string - the date in the above format
1070
+ * @param settings Object - attributes include:
1071
+ * shortYearCutoff number - the cutoff year for determining the century (optional)
1072
+ * dayNamesShort string[7] - abbreviated names of the days from Sunday (optional)
1073
+ * dayNames string[7] - names of the days from Sunday (optional)
1074
+ * monthNamesShort string[12] - abbreviated names of the months (optional)
1075
+ * monthNames string[12] - names of the months (optional)
1076
+ * @return Date - the extracted date value or null if value is blank
1077
+ */
1078
+ parseDate: function (format, value, settings) {
1079
+ if (format == null || value == null) {
1080
+ throw "Invalid arguments";
1081
+ }
1082
+
1083
+ value = (typeof value === "object" ? value.toString() : value + "");
1084
+ if (value === "") {
1085
+ return null;
1086
+ }
1087
+
1088
+ var iFormat, dim, extra,
1089
+ iValue = 0,
1090
+ shortYearCutoffTemp = (settings ? settings.shortYearCutoff : null) || this._defaults.shortYearCutoff,
1091
+ shortYearCutoff = (typeof shortYearCutoffTemp !== "string" ? shortYearCutoffTemp :
1092
+ new Date().getFullYear() % 100 + parseInt(shortYearCutoffTemp, 10)),
1093
+ dayNamesShort = (settings ? settings.dayNamesShort : null) || this._defaults.dayNamesShort,
1094
+ dayNames = (settings ? settings.dayNames : null) || this._defaults.dayNames,
1095
+ monthNamesShort = (settings ? settings.monthNamesShort : null) || this._defaults.monthNamesShort,
1096
+ monthNames = (settings ? settings.monthNames : null) || this._defaults.monthNames,
1097
+ year = -1,
1098
+ month = -1,
1099
+ day = -1,
1100
+ doy = -1,
1101
+ literal = false,
1102
+ date,
1103
+ // Check whether a format character is doubled
1104
+ lookAhead = function(match) {
1105
+ var matches = (iFormat + 1 < format.length && format.charAt(iFormat + 1) === match);
1106
+ if (matches) {
1107
+ iFormat++;
1108
+ }
1109
+ return matches;
1110
+ },
1111
+ // Extract a number from the string value
1112
+ getNumber = function(match) {
1113
+ var isDoubled = lookAhead(match),
1114
+ size = (match === "@" ? 14 : (match === "!" ? 20 :
1115
+ (match === "y" && isDoubled ? 4 : (match === "o" ? 3 : 2)))),
1116
+ digits = new RegExp("^\\d{1," + size + "}"),
1117
+ num = value.substring(iValue).match(digits);
1118
+ if (!num) {
1119
+ throw "Missing number at position " + iValue;
1120
+ }
1121
+ iValue += num[0].length;
1122
+ return parseInt(num[0], 10);
1123
+ },
1124
+ // Extract a name from the string value and convert to an index
1125
+ getName = function(match, shortNames, longNames) {
1126
+ var index = -1,
1127
+ names = $.map(lookAhead(match) ? longNames : shortNames, function (v, k) {
1128
+ return [ [k, v] ];
1129
+ }).sort(function (a, b) {
1130
+ return -(a[1].length - b[1].length);
1131
+ });
1132
+
1133
+ $.each(names, function (i, pair) {
1134
+ var name = pair[1];
1135
+ if (value.substr(iValue, name.length).toLowerCase() === name.toLowerCase()) {
1136
+ index = pair[0];
1137
+ iValue += name.length;
1138
+ return false;
1139
+ }
1140
+ });
1141
+ if (index !== -1) {
1142
+ return index + 1;
1143
+ } else {
1144
+ throw "Unknown name at position " + iValue;
1145
+ }
1146
+ },
1147
+ // Confirm that a literal character matches the string value
1148
+ checkLiteral = function() {
1149
+ if (value.charAt(iValue) !== format.charAt(iFormat)) {
1150
+ throw "Unexpected literal at position " + iValue;
1151
+ }
1152
+ iValue++;
1153
+ };
1154
+
1155
+ for (iFormat = 0; iFormat < format.length; iFormat++) {
1156
+ if (literal) {
1157
+ if (format.charAt(iFormat) === "'" && !lookAhead("'")) {
1158
+ literal = false;
1159
+ } else {
1160
+ checkLiteral();
1161
+ }
1162
+ } else {
1163
+ switch (format.charAt(iFormat)) {
1164
+ case "d":
1165
+ day = getNumber("d");
1166
+ break;
1167
+ case "D":
1168
+ getName("D", dayNamesShort, dayNames);
1169
+ break;
1170
+ case "o":
1171
+ doy = getNumber("o");
1172
+ break;
1173
+ case "m":
1174
+ month = getNumber("m");
1175
+ break;
1176
+ case "M":
1177
+ month = getName("M", monthNamesShort, monthNames);
1178
+ break;
1179
+ case "y":
1180
+ year = getNumber("y");
1181
+ break;
1182
+ case "@":
1183
+ date = new Date(getNumber("@"));
1184
+ year = date.getFullYear();
1185
+ month = date.getMonth() + 1;
1186
+ day = date.getDate();
1187
+ break;
1188
+ case "!":
1189
+ date = new Date((getNumber("!") - this._ticksTo1970) / 10000);
1190
+ year = date.getFullYear();
1191
+ month = date.getMonth() + 1;
1192
+ day = date.getDate();
1193
+ break;
1194
+ case "'":
1195
+ if (lookAhead("'")){
1196
+ checkLiteral();
1197
+ } else {
1198
+ literal = true;
1199
+ }
1200
+ break;
1201
+ default:
1202
+ checkLiteral();
1203
+ }
1204
+ }
1205
+ }
1206
+
1207
+ if (iValue < value.length){
1208
+ extra = value.substr(iValue);
1209
+ if (!/^\s+/.test(extra)) {
1210
+ throw "Extra/unparsed characters found in date: " + extra;
1211
+ }
1212
+ }
1213
+
1214
+ if (year === -1) {
1215
+ year = new Date().getFullYear();
1216
+ } else if (year < 100) {
1217
+ year += new Date().getFullYear() - new Date().getFullYear() % 100 +
1218
+ (year <= shortYearCutoff ? 0 : -100);
1219
+ }
1220
+
1221
+ if (doy > -1) {
1222
+ month = 1;
1223
+ day = doy;
1224
+ do {
1225
+ dim = this._getDaysInMonth(year, month - 1);
1226
+ if (day <= dim) {
1227
+ break;
1228
+ }
1229
+ month++;
1230
+ day -= dim;
1231
+ } while (true);
1232
+ }
1233
+
1234
+ date = this._daylightSavingAdjust(new Date(year, month - 1, day));
1235
+ if (date.getFullYear() !== year || date.getMonth() + 1 !== month || date.getDate() !== day) {
1236
+ throw "Invalid date"; // E.g. 31/02/00
1237
+ }
1238
+ return date;
1239
+ },
1240
+
1241
+ /* Standard date formats. */
1242
+ ATOM: "yy-mm-dd", // RFC 3339 (ISO 8601)
1243
+ COOKIE: "D, dd M yy",
1244
+ ISO_8601: "yy-mm-dd",
1245
+ RFC_822: "D, d M y",
1246
+ RFC_850: "DD, dd-M-y",
1247
+ RFC_1036: "D, d M y",
1248
+ RFC_1123: "D, d M yy",
1249
+ RFC_2822: "D, d M yy",
1250
+ RSS: "D, d M y", // RFC 822
1251
+ TICKS: "!",
1252
+ TIMESTAMP: "@",
1253
+ W3C: "yy-mm-dd", // ISO 8601
1254
+
1255
+ _ticksTo1970: (((1970 - 1) * 365 + Math.floor(1970 / 4) - Math.floor(1970 / 100) +
1256
+ Math.floor(1970 / 400)) * 24 * 60 * 60 * 10000000),
1257
+
1258
+ /* Format a date object into a string value.
1259
+ * The format can be combinations of the following:
1260
+ * d - day of month (no leading zero)
1261
+ * dd - day of month (two digit)
1262
+ * o - day of year (no leading zeros)
1263
+ * oo - day of year (three digit)
1264
+ * D - day name short
1265
+ * DD - day name long
1266
+ * m - month of year (no leading zero)
1267
+ * mm - month of year (two digit)
1268
+ * M - month name short
1269
+ * MM - month name long
1270
+ * y - year (two digit)
1271
+ * yy - year (four digit)
1272
+ * @ - Unix timestamp (ms since 01/01/1970)
1273
+ * ! - Windows ticks (100ns since 01/01/0001)
1274
+ * "..." - literal text
1275
+ * '' - single quote
1276
+ *
1277
+ * @param format string - the desired format of the date
1278
+ * @param date Date - the date value to format
1279
+ * @param settings Object - attributes include:
1280
+ * dayNamesShort string[7] - abbreviated names of the days from Sunday (optional)
1281
+ * dayNames string[7] - names of the days from Sunday (optional)
1282
+ * monthNamesShort string[12] - abbreviated names of the months (optional)
1283
+ * monthNames string[12] - names of the months (optional)
1284
+ * @return string - the date in the above format
1285
+ */
1286
+ formatDate: function (format, date, settings) {
1287
+ if (!date) {
1288
+ return "";
1289
+ }
1290
+
1291
+ var iFormat,
1292
+ dayNamesShort = (settings ? settings.dayNamesShort : null) || this._defaults.dayNamesShort,
1293
+ dayNames = (settings ? settings.dayNames : null) || this._defaults.dayNames,
1294
+ monthNamesShort = (settings ? settings.monthNamesShort : null) || this._defaults.monthNamesShort,
1295
+ monthNames = (settings ? settings.monthNames : null) || this._defaults.monthNames,
1296
+ // Check whether a format character is doubled
1297
+ lookAhead = function(match) {
1298
+ var matches = (iFormat + 1 < format.length && format.charAt(iFormat + 1) === match);
1299
+ if (matches) {
1300
+ iFormat++;
1301
+ }
1302
+ return matches;
1303
+ },
1304
+ // Format a number, with leading zero if necessary
1305
+ formatNumber = function(match, value, len) {
1306
+ var num = "" + value;
1307
+ if (lookAhead(match)) {
1308
+ while (num.length < len) {
1309
+ num = "0" + num;
1310
+ }
1311
+ }
1312
+ return num;
1313
+ },
1314
+ // Format a name, short or long as requested
1315
+ formatName = function(match, value, shortNames, longNames) {
1316
+ return (lookAhead(match) ? longNames[value] : shortNames[value]);
1317
+ },
1318
+ output = "",
1319
+ literal = false;
1320
+
1321
+ if (date) {
1322
+ for (iFormat = 0; iFormat < format.length; iFormat++) {
1323
+ if (literal) {
1324
+ if (format.charAt(iFormat) === "'" && !lookAhead("'")) {
1325
+ literal = false;
1326
+ } else {
1327
+ output += format.charAt(iFormat);
1328
+ }
1329
+ } else {
1330
+ switch (format.charAt(iFormat)) {
1331
+ case "d":
1332
+ output += formatNumber("d", date.getDate(), 2);
1333
+ break;
1334
+ case "D":
1335
+ output += formatName("D", date.getDay(), dayNamesShort, dayNames);
1336
+ break;
1337
+ case "o":
1338
+ output += formatNumber("o",
1339
+ Math.round((new Date(date.getFullYear(), date.getMonth(), date.getDate()).getTime() - new Date(date.getFullYear(), 0, 0).getTime()) / 86400000), 3);
1340
+ break;
1341
+ case "m":
1342
+ output += formatNumber("m", date.getMonth() + 1, 2);
1343
+ break;
1344
+ case "M":
1345
+ output += formatName("M", date.getMonth(), monthNamesShort, monthNames);
1346
+ break;
1347
+ case "y":
1348
+ output += (lookAhead("y") ? date.getFullYear() :
1349
+ (date.getYear() % 100 < 10 ? "0" : "") + date.getYear() % 100);
1350
+ break;
1351
+ case "@":
1352
+ output += date.getTime();
1353
+ break;
1354
+ case "!":
1355
+ output += date.getTime() * 10000 + this._ticksTo1970;
1356
+ break;
1357
+ case "'":
1358
+ if (lookAhead("'")) {
1359
+ output += "'";
1360
+ } else {
1361
+ literal = true;
1362
+ }
1363
+ break;
1364
+ default:
1365
+ output += format.charAt(iFormat);
1366
+ }
1367
+ }
1368
+ }
1369
+ }
1370
+ return output;
1371
+ },
1372
+
1373
+ /* Extract all possible characters from the date format. */
1374
+ _possibleChars: function (format) {
1375
+ var iFormat,
1376
+ chars = "",
1377
+ literal = false,
1378
+ // Check whether a format character is doubled
1379
+ lookAhead = function(match) {
1380
+ var matches = (iFormat + 1 < format.length && format.charAt(iFormat + 1) === match);
1381
+ if (matches) {
1382
+ iFormat++;
1383
+ }
1384
+ return matches;
1385
+ };
1386
+
1387
+ for (iFormat = 0; iFormat < format.length; iFormat++) {
1388
+ if (literal) {
1389
+ if (format.charAt(iFormat) === "'" && !lookAhead("'")) {
1390
+ literal = false;
1391
+ } else {
1392
+ chars += format.charAt(iFormat);
1393
+ }
1394
+ } else {
1395
+ switch (format.charAt(iFormat)) {
1396
+ case "d": case "m": case "y": case "@":
1397
+ chars += "0123456789";
1398
+ break;
1399
+ case "D": case "M":
1400
+ return null; // Accept anything
1401
+ case "'":
1402
+ if (lookAhead("'")) {
1403
+ chars += "'";
1404
+ } else {
1405
+ literal = true;
1406
+ }
1407
+ break;
1408
+ default:
1409
+ chars += format.charAt(iFormat);
1410
+ }
1411
+ }
1412
+ }
1413
+ return chars;
1414
+ },
1415
+
1416
+ /* Get a setting value, defaulting if necessary. */
1417
+ _get: function(inst, name) {
1418
+ return inst.settings[name] !== undefined ?
1419
+ inst.settings[name] : this._defaults[name];
1420
+ },
1421
+
1422
+ /* Parse existing date and initialise date picker. */
1423
+ _setDateFromField: function(inst, noDefault) {
1424
+ if (inst.input.val() === inst.lastVal) {
1425
+ return;
1426
+ }
1427
+
1428
+ var dateFormat = this._get(inst, "dateFormat"),
1429
+ dates = inst.lastVal = inst.input ? inst.input.val() : null,
1430
+ defaultDate = this._getDefaultDate(inst),
1431
+ date = defaultDate,
1432
+ settings = this._getFormatConfig(inst);
1433
+
1434
+ try {
1435
+ date = this.parseDate(dateFormat, dates, settings) || defaultDate;
1436
+ } catch (event) {
1437
+ dates = (noDefault ? "" : dates);
1438
+ }
1439
+ inst.selectedDay = date.getDate();
1440
+ inst.drawMonth = inst.selectedMonth = date.getMonth();
1441
+ inst.drawYear = inst.selectedYear = date.getFullYear();
1442
+ inst.currentDay = (dates ? date.getDate() : 0);
1443
+ inst.currentMonth = (dates ? date.getMonth() : 0);
1444
+ inst.currentYear = (dates ? date.getFullYear() : 0);
1445
+ this._adjustInstDate(inst);
1446
+ },
1447
+
1448
+ /* Retrieve the default date shown on opening. */
1449
+ _getDefaultDate: function(inst) {
1450
+ return this._restrictMinMax(inst,
1451
+ this._determineDate(inst, this._get(inst, "defaultDate"), new Date()));
1452
+ },
1453
+
1454
+ /* A date may be specified as an exact value or a relative one. */
1455
+ _determineDate: function(inst, date, defaultDate) {
1456
+ var offsetNumeric = function(offset) {
1457
+ var date = new Date();
1458
+ date.setDate(date.getDate() + offset);
1459
+ return date;
1460
+ },
1461
+ offsetString = function(offset) {
1462
+ try {
1463
+ return $.datepicker.parseDate($.datepicker._get(inst, "dateFormat"),
1464
+ offset, $.datepicker._getFormatConfig(inst));
1465
+ }
1466
+ catch (e) {
1467
+ // Ignore
1468
+ }
1469
+
1470
+ var date = (offset.toLowerCase().match(/^c/) ?
1471
+ $.datepicker._getDate(inst) : null) || new Date(),
1472
+ year = date.getFullYear(),
1473
+ month = date.getMonth(),
1474
+ day = date.getDate(),
1475
+ pattern = /([+\-]?[0-9]+)\s*(d|D|w|W|m|M|y|Y)?/g,
1476
+ matches = pattern.exec(offset);
1477
+
1478
+ while (matches) {
1479
+ switch (matches[2] || "d") {
1480
+ case "d" : case "D" :
1481
+ day += parseInt(matches[1],10); break;
1482
+ case "w" : case "W" :
1483
+ day += parseInt(matches[1],10) * 7; break;
1484
+ case "m" : case "M" :
1485
+ month += parseInt(matches[1],10);
1486
+ day = Math.min(day, $.datepicker._getDaysInMonth(year, month));
1487
+ break;
1488
+ case "y": case "Y" :
1489
+ year += parseInt(matches[1],10);
1490
+ day = Math.min(day, $.datepicker._getDaysInMonth(year, month));
1491
+ break;
1492
+ }
1493
+ matches = pattern.exec(offset);
1494
+ }
1495
+ return new Date(year, month, day);
1496
+ },
1497
+ newDate = (date == null || date === "" ? defaultDate : (typeof date === "string" ? offsetString(date) :
1498
+ (typeof date === "number" ? (isNaN(date) ? defaultDate : offsetNumeric(date)) : new Date(date.getTime()))));
1499
+
1500
+ newDate = (newDate && newDate.toString() === "Invalid Date" ? defaultDate : newDate);
1501
+ if (newDate) {
1502
+ newDate.setHours(0);
1503
+ newDate.setMinutes(0);
1504
+ newDate.setSeconds(0);
1505
+ newDate.setMilliseconds(0);
1506
+ }
1507
+ return this._daylightSavingAdjust(newDate);
1508
+ },
1509
+
1510
+ /* Handle switch to/from daylight saving.
1511
+ * Hours may be non-zero on daylight saving cut-over:
1512
+ * > 12 when midnight changeover, but then cannot generate
1513
+ * midnight datetime, so jump to 1AM, otherwise reset.
1514
+ * @param date (Date) the date to check
1515
+ * @return (Date) the corrected date
1516
+ */
1517
+ _daylightSavingAdjust: function(date) {
1518
+ if (!date) {
1519
+ return null;
1520
+ }
1521
+ date.setHours(date.getHours() > 12 ? date.getHours() + 2 : 0);
1522
+ return date;
1523
+ },
1524
+
1525
+ /* Set the date(s) directly. */
1526
+ _setDate: function(inst, date, noChange) {
1527
+ var clear = !date,
1528
+ origMonth = inst.selectedMonth,
1529
+ origYear = inst.selectedYear,
1530
+ newDate = this._restrictMinMax(inst, this._determineDate(inst, date, new Date()));
1531
+
1532
+ inst.selectedDay = inst.currentDay = newDate.getDate();
1533
+ inst.drawMonth = inst.selectedMonth = inst.currentMonth = newDate.getMonth();
1534
+ inst.drawYear = inst.selectedYear = inst.currentYear = newDate.getFullYear();
1535
+ if ((origMonth !== inst.selectedMonth || origYear !== inst.selectedYear) && !noChange) {
1536
+ this._notifyChange(inst);
1537
+ }
1538
+ this._adjustInstDate(inst);
1539
+ if (inst.input) {
1540
+ inst.input.val(clear ? "" : this._formatDate(inst));
1541
+ }
1542
+ },
1543
+
1544
+ /* Retrieve the date(s) directly. */
1545
+ _getDate: function(inst) {
1546
+ var startDate = (!inst.currentYear || (inst.input && inst.input.val() === "") ? null :
1547
+ this._daylightSavingAdjust(new Date(
1548
+ inst.currentYear, inst.currentMonth, inst.currentDay)));
1549
+ return startDate;
1550
+ },
1551
+
1552
+ /* Attach the onxxx handlers. These are declared statically so
1553
+ * they work with static code transformers like Caja.
1554
+ */
1555
+ _attachHandlers: function(inst) {
1556
+ var stepMonths = this._get(inst, "stepMonths"),
1557
+ id = "#" + inst.id.replace( /\\\\/g, "\\" );
1558
+ inst.dpDiv.find("[data-handler]").map(function () {
1559
+ var handler = {
1560
+ prev: function () {
1561
+ window["DP_jQuery_" + dpuuid].datepicker._adjustDate(id, -stepMonths, "M");
1562
+ },
1563
+ next: function () {
1564
+ window["DP_jQuery_" + dpuuid].datepicker._adjustDate(id, +stepMonths, "M");
1565
+ },
1566
+ hide: function () {
1567
+ window["DP_jQuery_" + dpuuid].datepicker._hideDatepicker();
1568
+ },
1569
+ today: function () {
1570
+ window["DP_jQuery_" + dpuuid].datepicker._gotoToday(id);
1571
+ },
1572
+ selectDay: function () {
1573
+ window["DP_jQuery_" + dpuuid].datepicker._selectDay(id, +this.getAttribute("data-month"), +this.getAttribute("data-year"), this);
1574
+ return false;
1575
+ },
1576
+ selectMonth: function () {
1577
+ window["DP_jQuery_" + dpuuid].datepicker._selectMonthYear(id, this, "M");
1578
+ return false;
1579
+ },
1580
+ selectYear: function () {
1581
+ window["DP_jQuery_" + dpuuid].datepicker._selectMonthYear(id, this, "Y");
1582
+ return false;
1583
+ }
1584
+ };
1585
+ $(this).bind(this.getAttribute("data-event"), handler[this.getAttribute("data-handler")]);
1586
+ });
1587
+ },
1588
+
1589
+ /* Generate the HTML for the current state of the date picker. */
1590
+ _generateHTML: function(inst) {
1591
+ var maxDraw, prevText, prev, nextText, next, currentText, gotoDate,
1592
+ controls, buttonPanel, firstDay, showWeek, dayNames, dayNamesMin,
1593
+ monthNames, monthNamesShort, beforeShowDay, showOtherMonths,
1594
+ selectOtherMonths, defaultDate, html, dow, row, group, col, selectedDate,
1595
+ cornerClass, calender, thead, day, daysInMonth, leadDays, curRows, numRows,
1596
+ printDate, dRow, tbody, daySettings, otherMonth, unselectable,
1597
+ tempDate = new Date(),
1598
+ today = this._daylightSavingAdjust(
1599
+ new Date(tempDate.getFullYear(), tempDate.getMonth(), tempDate.getDate())), // clear time
1600
+ isRTL = this._get(inst, "isRTL"),
1601
+ showButtonPanel = this._get(inst, "showButtonPanel"),
1602
+ hideIfNoPrevNext = this._get(inst, "hideIfNoPrevNext"),
1603
+ navigationAsDateFormat = this._get(inst, "navigationAsDateFormat"),
1604
+ numMonths = this._getNumberOfMonths(inst),
1605
+ showCurrentAtPos = this._get(inst, "showCurrentAtPos"),
1606
+ stepMonths = this._get(inst, "stepMonths"),
1607
+ isMultiMonth = (numMonths[0] !== 1 || numMonths[1] !== 1),
1608
+ currentDate = this._daylightSavingAdjust((!inst.currentDay ? new Date(9999, 9, 9) :
1609
+ new Date(inst.currentYear, inst.currentMonth, inst.currentDay))),
1610
+ minDate = this._getMinMaxDate(inst, "min"),
1611
+ maxDate = this._getMinMaxDate(inst, "max"),
1612
+ drawMonth = inst.drawMonth - showCurrentAtPos,
1613
+ drawYear = inst.drawYear;
1614
+
1615
+ if (drawMonth < 0) {
1616
+ drawMonth += 12;
1617
+ drawYear--;
1618
+ }
1619
+ if (maxDate) {
1620
+ maxDraw = this._daylightSavingAdjust(new Date(maxDate.getFullYear(),
1621
+ maxDate.getMonth() - (numMonths[0] * numMonths[1]) + 1, maxDate.getDate()));
1622
+ maxDraw = (minDate && maxDraw < minDate ? minDate : maxDraw);
1623
+ while (this._daylightSavingAdjust(new Date(drawYear, drawMonth, 1)) > maxDraw) {
1624
+ drawMonth--;
1625
+ if (drawMonth < 0) {
1626
+ drawMonth = 11;
1627
+ drawYear--;
1628
+ }
1629
+ }
1630
+ }
1631
+ inst.drawMonth = drawMonth;
1632
+ inst.drawYear = drawYear;
1633
+
1634
+ prevText = this._get(inst, "prevText");
1635
+ prevText = (!navigationAsDateFormat ? prevText : this.formatDate(prevText,
1636
+ this._daylightSavingAdjust(new Date(drawYear, drawMonth - stepMonths, 1)),
1637
+ this._getFormatConfig(inst)));
1638
+
1639
+ prev = (this._canAdjustMonth(inst, -1, drawYear, drawMonth) ?
1640
+ "<a class='ui-datepicker-prev ui-corner-all' data-handler='prev' data-event='click'" +
1641
+ " title='" + prevText + "'><span class='ui-icon ui-icon-circle-triangle-" + ( isRTL ? "e" : "w") + "'>" + prevText + "</span></a>" :
1642
+ (hideIfNoPrevNext ? "" : "<a class='ui-datepicker-prev ui-corner-all ui-state-disabled' title='"+ prevText +"'><span class='ui-icon ui-icon-circle-triangle-" + ( isRTL ? "e" : "w") + "'>" + prevText + "</span></a>"));
1643
+
1644
+ nextText = this._get(inst, "nextText");
1645
+ nextText = (!navigationAsDateFormat ? nextText : this.formatDate(nextText,
1646
+ this._daylightSavingAdjust(new Date(drawYear, drawMonth + stepMonths, 1)),
1647
+ this._getFormatConfig(inst)));
1648
+
1649
+ next = (this._canAdjustMonth(inst, +1, drawYear, drawMonth) ?
1650
+ "<a class='ui-datepicker-next ui-corner-all' data-handler='next' data-event='click'" +
1651
+ " title='" + nextText + "'><span class='ui-icon ui-icon-circle-triangle-" + ( isRTL ? "w" : "e") + "'>" + nextText + "</span></a>" :
1652
+ (hideIfNoPrevNext ? "" : "<a class='ui-datepicker-next ui-corner-all ui-state-disabled' title='"+ nextText + "'><span class='ui-icon ui-icon-circle-triangle-" + ( isRTL ? "w" : "e") + "'>" + nextText + "</span></a>"));
1653
+
1654
+ currentText = this._get(inst, "currentText");
1655
+ gotoDate = (this._get(inst, "gotoCurrent") && inst.currentDay ? currentDate : today);
1656
+ currentText = (!navigationAsDateFormat ? currentText :
1657
+ this.formatDate(currentText, gotoDate, this._getFormatConfig(inst)));
1658
+
1659
+ controls = (!inst.inline ? "<button type='button' class='ui-datepicker-close ui-state-default ui-priority-primary ui-corner-all' data-handler='hide' data-event='click'>" +
1660
+ this._get(inst, "closeText") + "</button>" : "");
1661
+
1662
+ buttonPanel = (showButtonPanel) ? "<div class='ui-datepicker-buttonpane ui-widget-content'>" + (isRTL ? controls : "") +
1663
+ (this._isInRange(inst, gotoDate) ? "<button type='button' class='ui-datepicker-current ui-state-default ui-priority-secondary ui-corner-all' data-handler='today' data-event='click'" +
1664
+ ">" + currentText + "</button>" : "") + (isRTL ? "" : controls) + "</div>" : "";
1665
+
1666
+ firstDay = parseInt(this._get(inst, "firstDay"),10);
1667
+ firstDay = (isNaN(firstDay) ? 0 : firstDay);
1668
+
1669
+ showWeek = this._get(inst, "showWeek");
1670
+ dayNames = this._get(inst, "dayNames");
1671
+ dayNamesMin = this._get(inst, "dayNamesMin");
1672
+ monthNames = this._get(inst, "monthNames");
1673
+ monthNamesShort = this._get(inst, "monthNamesShort");
1674
+ beforeShowDay = this._get(inst, "beforeShowDay");
1675
+ showOtherMonths = this._get(inst, "showOtherMonths");
1676
+ selectOtherMonths = this._get(inst, "selectOtherMonths");
1677
+ defaultDate = this._getDefaultDate(inst);
1678
+ html = "";
1679
+ dow;
1680
+ for (row = 0; row < numMonths[0]; row++) {
1681
+ group = "";
1682
+ this.maxRows = 4;
1683
+ for (col = 0; col < numMonths[1]; col++) {
1684
+ selectedDate = this._daylightSavingAdjust(new Date(drawYear, drawMonth, inst.selectedDay));
1685
+ cornerClass = " ui-corner-all";
1686
+ calender = "";
1687
+ if (isMultiMonth) {
1688
+ calender += "<div class='ui-datepicker-group";
1689
+ if (numMonths[1] > 1) {
1690
+ switch (col) {
1691
+ case 0: calender += " ui-datepicker-group-first";
1692
+ cornerClass = " ui-corner-" + (isRTL ? "right" : "left"); break;
1693
+ case numMonths[1]-1: calender += " ui-datepicker-group-last";
1694
+ cornerClass = " ui-corner-" + (isRTL ? "left" : "right"); break;
1695
+ default: calender += " ui-datepicker-group-middle"; cornerClass = ""; break;
1696
+ }
1697
+ }
1698
+ calender += "'>";
1699
+ }
1700
+ calender += "<div class='ui-datepicker-header ui-widget-header ui-helper-clearfix" + cornerClass + "'>" +
1701
+ (/all|left/.test(cornerClass) && row === 0 ? (isRTL ? next : prev) : "") +
1702
+ (/all|right/.test(cornerClass) && row === 0 ? (isRTL ? prev : next) : "") +
1703
+ this._generateMonthYearHeader(inst, drawMonth, drawYear, minDate, maxDate,
1704
+ row > 0 || col > 0, monthNames, monthNamesShort) + // draw month headers
1705
+ "</div><table class='ui-datepicker-calendar'><thead>" +
1706
+ "<tr>";
1707
+ thead = (showWeek ? "<th class='ui-datepicker-week-col'>" + this._get(inst, "weekHeader") + "</th>" : "");
1708
+ for (dow = 0; dow < 7; dow++) { // days of the week
1709
+ day = (dow + firstDay) % 7;
1710
+ thead += "<th" + ((dow + firstDay + 6) % 7 >= 5 ? " class='ui-datepicker-week-end'" : "") + ">" +
1711
+ "<span title='" + dayNames[day] + "'>" + dayNamesMin[day] + "</span></th>";
1712
+ }
1713
+ calender += thead + "</tr></thead><tbody>";
1714
+ daysInMonth = this._getDaysInMonth(drawYear, drawMonth);
1715
+ if (drawYear === inst.selectedYear && drawMonth === inst.selectedMonth) {
1716
+ inst.selectedDay = Math.min(inst.selectedDay, daysInMonth);
1717
+ }
1718
+ leadDays = (this._getFirstDayOfMonth(drawYear, drawMonth) - firstDay + 7) % 7;
1719
+ curRows = Math.ceil((leadDays + daysInMonth) / 7); // calculate the number of rows to generate
1720
+ numRows = (isMultiMonth ? this.maxRows > curRows ? this.maxRows : curRows : curRows); //If multiple months, use the higher number of rows (see #7043)
1721
+ this.maxRows = numRows;
1722
+ printDate = this._daylightSavingAdjust(new Date(drawYear, drawMonth, 1 - leadDays));
1723
+ for (dRow = 0; dRow < numRows; dRow++) { // create date picker rows
1724
+ calender += "<tr>";
1725
+ tbody = (!showWeek ? "" : "<td class='ui-datepicker-week-col'>" +
1726
+ this._get(inst, "calculateWeek")(printDate) + "</td>");
1727
+ for (dow = 0; dow < 7; dow++) { // create date picker days
1728
+ daySettings = (beforeShowDay ?
1729
+ beforeShowDay.apply((inst.input ? inst.input[0] : null), [printDate]) : [true, ""]);
1730
+ otherMonth = (printDate.getMonth() !== drawMonth);
1731
+ unselectable = (otherMonth && !selectOtherMonths) || !daySettings[0] ||
1732
+ (minDate && printDate < minDate) || (maxDate && printDate > maxDate);
1733
+ tbody += "<td class='" +
1734
+ ((dow + firstDay + 6) % 7 >= 5 ? " ui-datepicker-week-end" : "") + // highlight weekends
1735
+ (otherMonth ? " ui-datepicker-other-month" : "") + // highlight days from other months
1736
+ ((printDate.getTime() === selectedDate.getTime() && drawMonth === inst.selectedMonth && inst._keyEvent) || // user pressed key
1737
+ (defaultDate.getTime() === printDate.getTime() && defaultDate.getTime() === selectedDate.getTime()) ?
1738
+ // or defaultDate is current printedDate and defaultDate is selectedDate
1739
+ " " + this._dayOverClass : "") + // highlight selected day
1740
+ (unselectable ? " " + this._unselectableClass + " ui-state-disabled": "") + // highlight unselectable days
1741
+ (otherMonth && !showOtherMonths ? "" : " " + daySettings[1] + // highlight custom dates
1742
+ (printDate.getTime() === currentDate.getTime() ? " " + this._currentClass : "") + // highlight selected day
1743
+ (printDate.getTime() === today.getTime() ? " ui-datepicker-today" : "")) + "'" + // highlight today (if different)
1744
+ ((!otherMonth || showOtherMonths) && daySettings[2] ? " title='" + daySettings[2].replace(/'/g, "&#39;") + "'" : "") + // cell title
1745
+ (unselectable ? "" : " data-handler='selectDay' data-event='click' data-month='" + printDate.getMonth() + "' data-year='" + printDate.getFullYear() + "'") + ">" + // actions
1746
+ (otherMonth && !showOtherMonths ? "&#xa0;" : // display for other months
1747
+ (unselectable ? "<span class='ui-state-default'>" + printDate.getDate() + "</span>" : "<a class='ui-state-default" +
1748
+ (printDate.getTime() === today.getTime() ? " ui-state-highlight" : "") +
1749
+ (printDate.getTime() === currentDate.getTime() ? " ui-state-active" : "") + // highlight selected day
1750
+ (otherMonth ? " ui-priority-secondary" : "") + // distinguish dates from other months
1751
+ "' href='#'>" + printDate.getDate() + "</a>")) + "</td>"; // display selectable date
1752
+ printDate.setDate(printDate.getDate() + 1);
1753
+ printDate = this._daylightSavingAdjust(printDate);
1754
+ }
1755
+ calender += tbody + "</tr>";
1756
+ }
1757
+ drawMonth++;
1758
+ if (drawMonth > 11) {
1759
+ drawMonth = 0;
1760
+ drawYear++;
1761
+ }
1762
+ calender += "</tbody></table>" + (isMultiMonth ? "</div>" +
1763
+ ((numMonths[0] > 0 && col === numMonths[1]-1) ? "<div class='ui-datepicker-row-break'></div>" : "") : "");
1764
+ group += calender;
1765
+ }
1766
+ html += group;
1767
+ }
1768
+ html += buttonPanel;
1769
+ inst._keyEvent = false;
1770
+ return html;
1771
+ },
1772
+
1773
+ /* Generate the month and year header. */
1774
+ _generateMonthYearHeader: function(inst, drawMonth, drawYear, minDate, maxDate,
1775
+ secondary, monthNames, monthNamesShort) {
1776
+
1777
+ var inMinYear, inMaxYear, month, years, thisYear, determineYear, year, endYear,
1778
+ changeMonth = this._get(inst, "changeMonth"),
1779
+ changeYear = this._get(inst, "changeYear"),
1780
+ showMonthAfterYear = this._get(inst, "showMonthAfterYear"),
1781
+ html = "<div class='ui-datepicker-title'>",
1782
+ monthHtml = "";
1783
+
1784
+ // month selection
1785
+ if (secondary || !changeMonth) {
1786
+ monthHtml += "<span class='ui-datepicker-month'>" + monthNames[drawMonth] + "</span>";
1787
+ } else {
1788
+ inMinYear = (minDate && minDate.getFullYear() === drawYear);
1789
+ inMaxYear = (maxDate && maxDate.getFullYear() === drawYear);
1790
+ monthHtml += "<select class='ui-datepicker-month' data-handler='selectMonth' data-event='change'>";
1791
+ for ( month = 0; month < 12; month++) {
1792
+ if ((!inMinYear || month >= minDate.getMonth()) && (!inMaxYear || month <= maxDate.getMonth())) {
1793
+ monthHtml += "<option value='" + month + "'" +
1794
+ (month === drawMonth ? " selected='selected'" : "") +
1795
+ ">" + monthNamesShort[month] + "</option>";
1796
+ }
1797
+ }
1798
+ monthHtml += "</select>";
1799
+ }
1800
+
1801
+ if (!showMonthAfterYear) {
1802
+ html += monthHtml + (secondary || !(changeMonth && changeYear) ? "&#xa0;" : "");
1803
+ }
1804
+
1805
+ // year selection
1806
+ if ( !inst.yearshtml ) {
1807
+ inst.yearshtml = "";
1808
+ if (secondary || !changeYear) {
1809
+ html += "<span class='ui-datepicker-year'>" + drawYear + "</span>";
1810
+ } else {
1811
+ // determine range of years to display
1812
+ years = this._get(inst, "yearRange").split(":");
1813
+ thisYear = new Date().getFullYear();
1814
+ determineYear = function(value) {
1815
+ var year = (value.match(/c[+\-].*/) ? drawYear + parseInt(value.substring(1), 10) :
1816
+ (value.match(/[+\-].*/) ? thisYear + parseInt(value, 10) :
1817
+ parseInt(value, 10)));
1818
+ return (isNaN(year) ? thisYear : year);
1819
+ };
1820
+ year = determineYear(years[0]);
1821
+ endYear = Math.max(year, determineYear(years[1] || ""));
1822
+ year = (minDate ? Math.max(year, minDate.getFullYear()) : year);
1823
+ endYear = (maxDate ? Math.min(endYear, maxDate.getFullYear()) : endYear);
1824
+ inst.yearshtml += "<select class='ui-datepicker-year' data-handler='selectYear' data-event='change'>";
1825
+ for (; year <= endYear; year++) {
1826
+ inst.yearshtml += "<option value='" + year + "'" +
1827
+ (year === drawYear ? " selected='selected'" : "") +
1828
+ ">" + year + "</option>";
1829
+ }
1830
+ inst.yearshtml += "</select>";
1831
+
1832
+ html += inst.yearshtml;
1833
+ inst.yearshtml = null;
1834
+ }
1835
+ }
1836
+
1837
+ html += this._get(inst, "yearSuffix");
1838
+ if (showMonthAfterYear) {
1839
+ html += (secondary || !(changeMonth && changeYear) ? "&#xa0;" : "") + monthHtml;
1840
+ }
1841
+ html += "</div>"; // Close datepicker_header
1842
+ return html;
1843
+ },
1844
+
1845
+ /* Adjust one of the date sub-fields. */
1846
+ _adjustInstDate: function(inst, offset, period) {
1847
+ var year = inst.drawYear + (period === "Y" ? offset : 0),
1848
+ month = inst.drawMonth + (period === "M" ? offset : 0),
1849
+ day = Math.min(inst.selectedDay, this._getDaysInMonth(year, month)) + (period === "D" ? offset : 0),
1850
+ date = this._restrictMinMax(inst, this._daylightSavingAdjust(new Date(year, month, day)));
1851
+
1852
+ inst.selectedDay = date.getDate();
1853
+ inst.drawMonth = inst.selectedMonth = date.getMonth();
1854
+ inst.drawYear = inst.selectedYear = date.getFullYear();
1855
+ if (period === "M" || period === "Y") {
1856
+ this._notifyChange(inst);
1857
+ }
1858
+ },
1859
+
1860
+ /* Ensure a date is within any min/max bounds. */
1861
+ _restrictMinMax: function(inst, date) {
1862
+ var minDate = this._getMinMaxDate(inst, "min"),
1863
+ maxDate = this._getMinMaxDate(inst, "max"),
1864
+ newDate = (minDate && date < minDate ? minDate : date);
1865
+ return (maxDate && newDate > maxDate ? maxDate : newDate);
1866
+ },
1867
+
1868
+ /* Notify change of month/year. */
1869
+ _notifyChange: function(inst) {
1870
+ var onChange = this._get(inst, "onChangeMonthYear");
1871
+ if (onChange) {
1872
+ onChange.apply((inst.input ? inst.input[0] : null),
1873
+ [inst.selectedYear, inst.selectedMonth + 1, inst]);
1874
+ }
1875
+ },
1876
+
1877
+ /* Determine the number of months to show. */
1878
+ _getNumberOfMonths: function(inst) {
1879
+ var numMonths = this._get(inst, "numberOfMonths");
1880
+ return (numMonths == null ? [1, 1] : (typeof numMonths === "number" ? [1, numMonths] : numMonths));
1881
+ },
1882
+
1883
+ /* Determine the current maximum date - ensure no time components are set. */
1884
+ _getMinMaxDate: function(inst, minMax) {
1885
+ return this._determineDate(inst, this._get(inst, minMax + "Date"), null);
1886
+ },
1887
+
1888
+ /* Find the number of days in a given month. */
1889
+ _getDaysInMonth: function(year, month) {
1890
+ return 32 - this._daylightSavingAdjust(new Date(year, month, 32)).getDate();
1891
+ },
1892
+
1893
+ /* Find the day of the week of the first of a month. */
1894
+ _getFirstDayOfMonth: function(year, month) {
1895
+ return new Date(year, month, 1).getDay();
1896
+ },
1897
+
1898
+ /* Determines if we should allow a "next/prev" month display change. */
1899
+ _canAdjustMonth: function(inst, offset, curYear, curMonth) {
1900
+ var numMonths = this._getNumberOfMonths(inst),
1901
+ date = this._daylightSavingAdjust(new Date(curYear,
1902
+ curMonth + (offset < 0 ? offset : numMonths[0] * numMonths[1]), 1));
1903
+
1904
+ if (offset < 0) {
1905
+ date.setDate(this._getDaysInMonth(date.getFullYear(), date.getMonth()));
1906
+ }
1907
+ return this._isInRange(inst, date);
1908
+ },
1909
+
1910
+ /* Is the given date in the accepted range? */
1911
+ _isInRange: function(inst, date) {
1912
+ var yearSplit, currentYear,
1913
+ minDate = this._getMinMaxDate(inst, "min"),
1914
+ maxDate = this._getMinMaxDate(inst, "max"),
1915
+ minYear = null,
1916
+ maxYear = null,
1917
+ years = this._get(inst, "yearRange");
1918
+ if (years){
1919
+ yearSplit = years.split(":");
1920
+ currentYear = new Date().getFullYear();
1921
+ minYear = parseInt(yearSplit[0], 10);
1922
+ maxYear = parseInt(yearSplit[1], 10);
1923
+ if ( yearSplit[0].match(/[+\-].*/) ) {
1924
+ minYear += currentYear;
1925
+ }
1926
+ if ( yearSplit[1].match(/[+\-].*/) ) {
1927
+ maxYear += currentYear;
1928
+ }
1929
+ }
1930
+
1931
+ return ((!minDate || date.getTime() >= minDate.getTime()) &&
1932
+ (!maxDate || date.getTime() <= maxDate.getTime()) &&
1933
+ (!minYear || date.getFullYear() >= minYear) &&
1934
+ (!maxYear || date.getFullYear() <= maxYear));
1935
+ },
1936
+
1937
+ /* Provide the configuration settings for formatting/parsing. */
1938
+ _getFormatConfig: function(inst) {
1939
+ var shortYearCutoff = this._get(inst, "shortYearCutoff");
1940
+ shortYearCutoff = (typeof shortYearCutoff !== "string" ? shortYearCutoff :
1941
+ new Date().getFullYear() % 100 + parseInt(shortYearCutoff, 10));
1942
+ return {shortYearCutoff: shortYearCutoff,
1943
+ dayNamesShort: this._get(inst, "dayNamesShort"), dayNames: this._get(inst, "dayNames"),
1944
+ monthNamesShort: this._get(inst, "monthNamesShort"), monthNames: this._get(inst, "monthNames")};
1945
+ },
1946
+
1947
+ /* Format the given date for display. */
1948
+ _formatDate: function(inst, day, month, year) {
1949
+ if (!day) {
1950
+ inst.currentDay = inst.selectedDay;
1951
+ inst.currentMonth = inst.selectedMonth;
1952
+ inst.currentYear = inst.selectedYear;
1953
+ }
1954
+ var date = (day ? (typeof day === "object" ? day :
1955
+ this._daylightSavingAdjust(new Date(year, month, day))) :
1956
+ this._daylightSavingAdjust(new Date(inst.currentYear, inst.currentMonth, inst.currentDay)));
1957
+ return this.formatDate(this._get(inst, "dateFormat"), date, this._getFormatConfig(inst));
1958
+ }
1959
+ });
1960
+
1961
+ /*
1962
+ * Bind hover events for datepicker elements.
1963
+ * Done via delegate so the binding only occurs once in the lifetime of the parent div.
1964
+ * Global instActive, set by _updateDatepicker allows the handlers to find their way back to the active picker.
1965
+ */
1966
+ function bindHover(dpDiv) {
1967
+ var selector = "button, .ui-datepicker-prev, .ui-datepicker-next, .ui-datepicker-calendar td a";
1968
+ return dpDiv.delegate(selector, "mouseout", function() {
1969
+ $(this).removeClass("ui-state-hover");
1970
+ if (this.className.indexOf("ui-datepicker-prev") !== -1) {
1971
+ $(this).removeClass("ui-datepicker-prev-hover");
1972
+ }
1973
+ if (this.className.indexOf("ui-datepicker-next") !== -1) {
1974
+ $(this).removeClass("ui-datepicker-next-hover");
1975
+ }
1976
+ })
1977
+ .delegate(selector, "mouseover", function(){
1978
+ if (!$.datepicker._isDisabledDatepicker( instActive.inline ? dpDiv.parent()[0] : instActive.input[0])) {
1979
+ $(this).parents(".ui-datepicker-calendar").find("a").removeClass("ui-state-hover");
1980
+ $(this).addClass("ui-state-hover");
1981
+ if (this.className.indexOf("ui-datepicker-prev") !== -1) {
1982
+ $(this).addClass("ui-datepicker-prev-hover");
1983
+ }
1984
+ if (this.className.indexOf("ui-datepicker-next") !== -1) {
1985
+ $(this).addClass("ui-datepicker-next-hover");
1986
+ }
1987
+ }
1988
+ });
1989
+ }
1990
+
1991
+ /* jQuery extend now ignores nulls! */
1992
+ function extendRemove(target, props) {
1993
+ $.extend(target, props);
1994
+ for (var name in props) {
1995
+ if (props[name] == null) {
1996
+ target[name] = props[name];
1997
+ }
1998
+ }
1999
+ return target;
2000
+ }
2001
+
2002
+ /* Invoke the datepicker functionality.
2003
+ @param options string - a command, optionally followed by additional parameters or
2004
+ Object - settings for attaching new datepicker functionality
2005
+ @return jQuery object */
2006
+ $.fn.datepicker = function(options){
2007
+
2008
+ /* Verify an empty collection wasn't passed - Fixes #6976 */
2009
+ if ( !this.length ) {
2010
+ return this;
2011
+ }
2012
+
2013
+ /* Initialise the date picker. */
2014
+ if (!$.datepicker.initialized) {
2015
+ $(document).mousedown($.datepicker._checkExternalClick);
2016
+ $.datepicker.initialized = true;
2017
+ }
2018
+
2019
+ /* Append datepicker main container to body if not exist. */
2020
+ if ($("#"+$.datepicker._mainDivId).length === 0) {
2021
+ $("body").append($.datepicker.dpDiv);
2022
+ }
2023
+
2024
+ var otherArgs = Array.prototype.slice.call(arguments, 1);
2025
+ if (typeof options === "string" && (options === "isDisabled" || options === "getDate" || options === "widget")) {
2026
+ return $.datepicker["_" + options + "Datepicker"].
2027
+ apply($.datepicker, [this[0]].concat(otherArgs));
2028
+ }
2029
+ if (options === "option" && arguments.length === 2 && typeof arguments[1] === "string") {
2030
+ return $.datepicker["_" + options + "Datepicker"].
2031
+ apply($.datepicker, [this[0]].concat(otherArgs));
2032
+ }
2033
+ return this.each(function() {
2034
+ typeof options === "string" ?
2035
+ $.datepicker["_" + options + "Datepicker"].
2036
+ apply($.datepicker, [this].concat(otherArgs)) :
2037
+ $.datepicker._attachDatepicker(this, options);
2038
+ });
2039
+ };
2040
+
2041
+ $.datepicker = new Datepicker(); // singleton instance
2042
+ $.datepicker.initialized = false;
2043
+ $.datepicker.uuid = new Date().getTime();
2044
+ $.datepicker.version = "1.10.1";
2045
+
2046
+ // Workaround for #4055
2047
+ // Add another global to avoid noConflict issues with inline event handlers
2048
+ window["DP_jQuery_" + dpuuid] = $;
2049
+
2050
+ })(jQuery);