Xavier Haurie | f150ce1c661 | minimal example of DOM manipulation (loading fixture) and checking | | |
brian | a6ca3a4a46e | Merge branch 'develop' of https://open.med.harvard.edu/stash/scm/hccrcscheduler/scheduler into develop | | |
brian | d28c39172e2 | Fixed Timeline 12 hour view. | | |
Jill Singer | 92d3bc63968 | changed the alert dialog on editing or creating a new study to be a jquery ui dialog, and refactored the js and html ... | | |
marc-danie | 8d94e51fcd8 | adding css files for EasyUI combobox | | |
marc-danie | f82f7cfff09 | removed blank option for sublocation and visit type dropdowns | | |
marc-danie | b30a8d2db17 | made formSelectInput fields hidden when in edit mode | | |
marc-danie | 35544d2f36b | changed sublocation and visit Type drop down to be choose or type ahead | | |
marc-danie | 33cd1f6e3f2 | updated to only include files needed for the easyUI combobox in order to prevent conflicts with some JQuery UI compon... | | |
marc-danie | 4d2d5aea56e | required js files for EasyUI combobox | | |
Jill Singer | f0f3958a159 | resource page: moved a method from global2.js to resource_screen.js; since that is the only file that references the... | | |
Jill Singer | a1b7347a032 | Merge branch 'develop' of ssh://skoll.catalyst:7999/hccrcscheduler/scheduler into develop | | |
Jill Singer | 7a322962411 | made formatting cleaner in appt wizard; when putting in the date range; no functional changes; just css (plus added a... | | |
Carl | 6cd01659a67 | oops, changing back modifed conf.js | | |
Carl | a749aedf6ba | a pattern / hack for jasmine asynchronous tests | | |
marc-danie | e00b5d73e01 | code cleanup | | |
marc-danie | 6cbf28e266a | Merge remote-tracking branch 'origin/develop' into develop | | |
marc-danie | 9d597811b71 | changed sublocation drop down to be choose or type ahead | | |
brian | 4a908d8940e | Fixing table controls for appointment module. | | |
Jill Singer | f77a6ffb66c | replacing alert with a dialog box | | |
brian | 78d89e93725 | Merge remote-tracking branch 'origin/develop' into develop | | |
brian | fe604b02630 | Fixed the build error that was related to different class names. | | |
marc-danie | b980c93cb5f | removed debugging alert message | | |
brian | 75a89659e2a | Merge branch 'develop' of https://open.med.harvard.edu/stash/scm/hccrcscheduler/scheduler into develop | | |
brian | 77af3f1f6c6 | Fixed Date Picker form appointments form and alignment of buttons. | | |
marc-danie | 36e9bb19989 | modified all the dropdown fields to be Choose or Type ahead fields and made all the input fields the same height and ... | | |
marc-danie | a549d2d712b | added easyui library | | |
marc-danie | c5dcd5e90d4 | fixed bug with Expected Start Date not being displayed when in view mode | | |
marc-danie | 33d509a3ca3 | Merge remote-tracking branch 'origin/develop' into develop | | |
marc-danie | fdb769ba01a | studies page initial jasmine test | | |
brian | 84512d864ee | Merge branch 'develop' of https://open.med.harvard.edu/stash/scm/hccrcscheduler/scheduler into develop | | |
brian | b5afccf8897 | Made some changes to fix regressions with appointment wizard. | | |
Jill Singer | 8e1f3326f28 | support/help links now working after clicking the 24 hour button on the timeline page; plus adjusted the divs as well... | | |
Jill Singer | 8126a0b6a29 | feedback method now only called explicitly, now that the re-skin (header & footers) are done, so do not need to expli... | | |
marc-danie | aee0c657158 | moved table controls closer to the table | | |
marc-danie | e8d7358a2d8 | modified dropdowns on the create_user page to be choose or type ahead | | |
marc-danie | 41f772f15c0 | modified dropdowns on the create_resource page to be choose or type ahead | | |
marc-danie | 18991ed1441 | initial jasmine test for the resources page | | |
marc-danie | 6d322b20a7e | removed style attribute from mgmt_user_form_screen | | |
marc-danie | 8288214d980 | Merge remote-tracking branch 'origin/develop' into develop | | |
marc-danie | 5cca71b6fa9 | removed display none on mgmt_user_form_screen id | | |
Carl | 636a3635f09 | Merge remote-tracking branch 'origin/develop' into develop | | |
Carl | 93a7ac36f7c | on the way to 'expecting' jQuery calls | | |
Jill Singer | 5d67609c728 | fixed feedback link on home page | | |
Carl | 3273205d5d5 | Merge remote-tracking branch 'origin/develop' into develop | | |
Carl | 823f66e45c3 | defensiveCopy() fixed to account for genderEmpi. unused method removed from appt-service | | |
marc-danie | 26b68d436e4 | Merge remote-tracking branch 'origin/develop' into develop | | |
marc-danie | 031c8920e92 | renamed mrnListItem to comboboxListItem and moved some common css into global.css | | |
Jill Singer | 26937754ab6 | moving extra_headers back into subject_search.html; changed bracket style; moved all the init methods into one functi... | | |
Jill Singer | 16618498b6c | added build full name test | | |
Carl | 26c05b1d60f | tweak conf.js. 'global' folder contains mainly tests, so should be subsumed under 'the rest of these' | | |
Carl | f0e31ed7952 | Merge remote-tracking branch 'origin/develop' into develop | | |
Carl | 2dbba950097 | tweak conf.js. add first onload() test. | | |
Jill Singer | 9b295b4f2c1 | showValue and yesNoValue tests | | |
Jill Singer | 103f1d44229 | added statusValue test; improved method | | |
Jill Singer | 626f879c2a1 | removed carriage return that was breaking the shouldLoadResourceData() method
added unit test for it too. | | |
marc-danie | ecc48db9a83 | removed onloadSubjectsPage function | | |
marc-danie | 8605b745edf | Merge remote-tracking branch 'origin/develop' into develop
# Conflicts:
# web/karma.conf.for.maven.build.js
# web/ka... | | |
marc-danie | 31d6bca1257 | converted qunit tests into jasmine tests | | |
Xavier Haurie | 1ba8adcd4ae | slightly more evolved ajax test | | |
Xavier Haurie | b4420061411 | re-organize fixture usage in test code, to look a bit like jasmine-jquery's loadFixtures(). It abstracts out the path... | | |
Xavier Haurie | c2a41c0d757 | settling on using html2js across the board. Figured out that html files must be flagged as _included_ in karma.conf.j... | | |
Jill Singer | 2a753831c9c | minor tweak to appt_batch.css; no functionality change | | |
Jill Singer | 83039207c74 | Merge branch 'develop' of ssh://skoll.catalyst:7999/hccrcscheduler/scheduler into develop | | |
marc-danie | accde4f3f34 | reorganized tests into separate module files | | |
brian | d28d3804f72 | Pulled in Changes from Appointment module. | | |
marc-danie | e3d355abedb | Merge remote-tracking branch 'origin/develop' into develop | | |
marc-danie | 3f4e527940a | modified to make the layout similar to the home page | | |
Jill Singer | 628cc4c440b | first pass at extracting/fixing styles for appt_batch.css | | |
Jill Singer | fdf60ec87cc | css: grouped all the theme colors together, removed commented lines; no functional changes | | |
marc-danie | e6506019f1d | adjusted the margins for the standard report page | | |
marc-danie | e05aadbff51 | adjusted the margins for the create resource page | | |
marc-danie | 3f777bd42e1 | Merge remote-tracking branch 'origin/develop' into develop | | |
marc-danie | 8f5ff12b6af | moved table controls for the management to be closer to the table and also adjusted the margins for the create user page | | |
Jill Singer | 7f423d7ce7d | fixing errors/warnings that show up in sonar, adjusting tests accordingly | | |
marc-danie | 2e046bfb193 | removed unused css file style.css | | |
marc-danie | 0f86f9ed80e | renamed style-minus-header.css to global.css | | |
marc-danie | 570646a5349 | Merge remote-tracking branch 'origin/develop' into develop | | |
marc-danie | 5a737205fbb | moved the registration form to a separate page and also fixed populating of the drop downs on the registration form a... | | |
Carl | 1a6e46a7570 | Merge remote-tracking branch 'origin/develop' into develop | | |
Carl | 41115a44bc1 | stabilize jasmine tests for home and appt_cal pages | | |
Jill Singer | 16d3f555803 | dates.js: cleaning up code; backed up by unit tests now (minor refactoring) | | |
Jill Singer | 9c0db333a69 | extracted out dates.js and added it the necessary html/header files
made sure to put it near the top, as many other f... | | |
Carl | 1037fd70f11 | use 'more intrinsic' jquery selectors for the test, since the aria-related selectors' counters don't reset b/t tests | | |
Carl | 9d40747799f | Merge remote-tracking branch 'origin/develop' into develop | | |
Carl | 165c51bd299 | move verboseSet* methods from subject to batchSubjects. fix NPE edge case. augment and rename properties file so that... | | |
marc-danie | cf25b664306 | Merge remote-tracking branch 'origin/develop' into develop | | |
marc-danie | decabf3012e | added mainBody div to login page and adjusted line height of the main text | | |
Jill Singer | 19e904e4116 | adjusted styles on appt_batch | | |
Jill Singer | feffb2ea110 | Merge branch 'develop' of ssh://skoll.catalyst:7999/hccrcscheduler/scheduler into develop | | |
Jill Singer | 1a2f34d91a5 | adding png arrows that should have been added yesterday | | |
marc-danie | ee51a894837 | made the round border of the center screen visible by adjusting some of the margins and removing some set widths | | |
marc-danie | 3e0cc10bd50 | made the round border of the center screen visible by adjusting some of the margins and removing some set widths | | |
marc-danie | dc75c7b56ea | adjusted padding and also size of the calendar on the appointments page | | |
marc-danie | 425c7d3539a | Merge remote-tracking branch 'origin/develop' into develop | | |
marc-danie | 365c9c91f5d | adjust margin, padding and widths on the home page | | |
Xavier Haurie | ef2337b6bbc | Merge branch 'develop' of https://open.med.harvard.edu/stash/scm/hccrcscheduler/scheduler into develop | | |
Xavier Haurie | 7329c079165 | wallabyjs is sort of running.. It fails intermittently. Committing so I can move to other tasks if needed. | | |
Xavier Haurie | 00529a45a35 | slight re-write of Spec's to be able to load fixtures either via html2js (in the case where the Karma test runner is ... | | |
marc-danie | 4cd5309d89e | Merge remote-tracking branch 'origin/develop' into develop | | |
Jill Singer | 3e04c38476c | Merge branch 'develop' of ssh://skoll.catalyst:7999/hccrcscheduler/scheduler into develop | | |
Jill Singer | 2f9135d601f | removing unneeded extra header file; now that the needed javascript has been moved | | |
marc-danie | 1264ad85e83 | moved styling for the page scrollbars from reporting.css to style-minus-header.css | | |
Ankit Panchamia | 80188ab17a2 | updated Nightly batch update program. | | |
marc-danie | dbe931dad38 | increased margin on the institution_images div | | |
Jill Singer | 75a25a9f12c | moved code needed by studies out of subjects; so reducing one dependency | | |
Jill Singer | fad63f5fe83 | changing the navigational pagination arrows to pngs; so they can have transparent backgrounds; now their backgrounds ... | | |
marc-danie | b2c98b40be4 | Merge remote-tracking branch 'origin/develop' into develop | | |
marc-danie | b2ed6019a01 | increased margin between header and pagination block and fixed issue with widths being too large for the page | | |
Jill Singer | 90920791c99 | Merge branch 'develop' of ssh://skoll.catalyst:7999/hccrcscheduler/scheduler into develop | | |
Jill Singer | 3cba815623c | replacing arrow images for the pagination | | |
marc-danie | 255136a00fa | Merge remote-tracking branch 'origin/develop' into develop | | |
marc-danie | 14c7c90b89c | removed styles from reporting.css that already exists in style-minus-header.css | | |
Jill Singer | e2e06ac1222 | another attempt to clean up login form on login page only | | |
Jill Singer | 2bdcef71d55 | Merge branch 'develop' of ssh://skoll.catalyst:7999/hccrcscheduler/scheduler into develop | | |
Jill Singer | 8109587a83a | the text for the dialog that shows up when a user times out is now fixed, as is the login page, which did not always ... | | |
Xavier Haurie | e7fad297ce8 | removed intermittently failing test (has to do with js code under test loading a new page via window.location | | |
Carl | 6c6474d8c6c | tweak readme for: add 'clobber mrns' option to importMrns | | |
Carl | 1ed0b319f14 | Merge remote-tracking branch 'origin/develop' into develop | | |
Carl | e6e5d14fb38 | add 'clobber mrns' option to importMrns | | |
Xavier Haurie | 8b99ab02874 | Merge branch 'develop' of https://open.med.harvard.edu/stash/scm/hccrcscheduler/scheduler into develop | | |
Xavier Haurie | cd5eb4003f8 | cleaned up and improved 1_HomePageSpec, created 2_AppointmentPageSpec, testing for clicking back to initially active ... | | |
marc-danie | e1cd6039dcd | removed unused stylesheet.css file | | |
marc-danie | bfd887f3f66 | Merge remote-tracking branch 'origin/develop' into develop | | |
marc-danie | b85f92efd5f | removed new-skin-partial.css file and all references to it | | |
Carl | d81bc289e1f | another attempt to clean up login form on login page only | | |
Jill Singer | 156fe63bf3b | making go button dimensions smaller; is too big | | |
Jill Singer | 9de6f49174e | minor css fixes | | |
Carl | 8eb202429e4 | re-removing headerLoginNav . this time let's hope it stays removed | | |
Xavier Haurie | 636f7fc61c0 | enable code coverage for karm (i.e. javasript) testing | | |
Xavier Haurie | ed606129c17 | Merge branch 'develop' of https://open.med.harvard.edu/stash/scm/hccrcscheduler/scheduler into develop | | |
Xavier Haurie | 5c4359e4989 | Moved npm install from the general-purpose maven-exec plugin to the frontend maven plugin, as well as javascript test... | | |
Carl | f53a1675b13 | Merge remote-tracking branch 'origin/develop' into develop
Conflicts:
web/src/main/webapp/common/header.html | | |
Carl | 9d0a31aef8b | make login div occur only on login page | | |
Jill Singer | c06ae2525f1 | moved the images dir to be under the css dir; lots of changes to support this restructuring | | |
Xavier Haurie | b3a397098c1 | attempt to fix the build, which is not finding npm | | |
Xavier Haurie | 68d924c33ae | Merge branch 'develop' of https://open.med.harvard.edu/stash/scm/hccrcscheduler/scheduler into develop
# Conflicts:
... | | |
Xavier Haurie | 77402c54ab1 | Merge branch 'develop' of https://open.med.harvard.edu/stash/scm/hccrcscheduler/scheduler into develop
# Conflicts:
... | | |
Xavier Haurie | 1fad3f8ce61 | back-track a little bit in my refactoring, because another page includes home_screen.js but does not have the same do... | | |
Xavier Haurie | 8c71244666d | refactor 'document-ready' javascript code so that it can be used in jasmine tests | | |
Carl | d2d288139a3 | Merge remote-tracking branch 'origin/develop' into develop | | |
Carl | f8e2ba65933 | report-builder reskin. cleanup top bar's display of 'logout' | | |
Jill Singer | b59215bade4 | Merge branch 'develop' of ssh://skoll.catalyst:7999/hccrcscheduler/scheduler into develop | | |
Jill Singer | 93284bd211f | more image refactoring: deleting unused images, fixed image links in theme.css | | |
marc-danie | 73f8ad4f571 | updated jQuery EasyUI from version 1.4.5 to version 1.5 in order to get the new limitToList option | | |
marc-danie | 543b4ba6d82 | Merge remote-tracking branch 'origin/develop' into develop | | |
marc-danie | 994997229d5 | added homePage.initFn and call to blockUI | | |
Jill Singer | b1d0f4f8ca1 | Merge branch 'develop' of ssh://skoll.catalyst:7999/hccrcscheduler/scheduler into develop | | |
Jill Singer | 74420640936 | refactoring the jquery-ui images; image refactoring #1 | | |
marc-danie | 3921e3728d5 | removed unused js file app.js | | |
marc-danie | 42a52f7bafe | changed cursor of the rows in the standard reports table to pointer | | |
marc-danie | 2292d24b8b2 | removed borders from the tabs and improved the appearance of the bottom tabs | | |
marc-danie | 96da189fffe | removed meta headers and title from the html file | | |
marc-danie | 725c10d9eb2 | Merge remote-tracking branch 'origin/develop' into develop | | |
marc-danie | 9b8b8a7712e | removed reference to new-skin-partial.css and fixed display of the Schedule New Appointment button | | |
Jill Singer | 3e0edaebc3f | minor css tweak; removing width on mgmt_main_screen; removing margin that makes table headers look bad on the appt di... | | |
Xavier Haurie | 5a016219e1a | demonstrate the ability to interact with DOM: load the home page html, ececute some jquery code that is normally in t... | | |
Jill Singer | bf3eec4f7dc | making display of the study details more uniform; minor css changes; no functionality change | | |
Jill Singer | bbcdb1014a2 | made transition to the details page smoother; no functional changes | | |
marc-danie | dc94d5fbc0f | Merge remote-tracking branch 'origin/develop' into develop | | |
marc-danie | 8e9d7387317 | reduced font size of the tables of the dialogs in the appointments and home pages and removed width on the appointmen... | | |
Carl | 5e893ea214b | Merge remote-tracking branch 'origin/develop' into develop | | |
Carl | a7b4be90b9b | puid update now more atomically related to other updates, so rainy cases don't go half-way | | |
marc-danie | 1e0d50eb94b | Merge remote-tracking branch 'origin/develop' into develop | | |
marc-danie | 1f68f3e3990 | reduced height of the wizard forms | | |
Carl | f9ae9a482c1 | move styles to css file | | |
Carl | 327a63f07f9 | Merge remote-tracking branch 'origin/develop' into develop | | |
Carl | 8476c1507dd | tweak registration / password links | | |
Jill Singer | fbc94770e9b | now the window.bind() is only happening on the details page, so thet NaN error on the sublocation page is now fixed | | |
Jill Singer | 80a07e54baf | working on resource pages; to fix the 'nan' problem in the sublocation closure screen | | |
Jill Singer | de882448224 | subtle css fixes; removed the meta-headers (the init is already adding them, so therefore there twice) | | |
Jill Singer | ab4923f3a96 | temporary adjustment page: now using newer calendar icons, deleting old icon, and formatted table to be a better, sh... | | |
marc-danie | bb96c5a273a | updated reports page to new skin | | |
Xavier Haurie | 57b5de8d120 | clean-up, make karma run from maven build, remove all references to mocha | | |
marc-danie | a156adcad0b | added formButton class to the buttons on the dialogs and also reduce size of the pagination go button | | |
marc-danie | ffb082569f3 | Merge remote-tracking branch 'origin/develop' into develop | | |
marc-danie | ef5713c54fb | added missing message argument to reRenderEvent function | | |
Xavier Haurie | 2f8da78af3a | load CSS files the same way as HTML files.. not sure if that's going the right direction. loading css files seems to ... | | |
Carl | baf12c2822b | Merge remote-tracking branch 'origin/develop' into develop | | |
Carl | 39eafa9115e | headers, footers for login screens. remove some bogus references to landing_screen | | |
Xavier Haurie | eca0295461a | minor clean up | | |
Xavier Haurie | 14abe2a88b6 | loads html files and makes them available as javascript string objects that can be used to set the innerHtml of the b... | | |
Xavier Haurie | 9ff32b6aa49 | code clean up | | |
Xavier Haurie | ccd317d5471 | This works. It intercepts ajax calls and returns mock JSON/string data. A small portion of app.js is thus correctly a... | | |
marc-danie | fc0bb86b6e4 | Merge remote-tracking branch 'origin/develop' into develop | | |
marc-danie | 876254425d0 | removed appts.css and replaced use of datagrid class with CSSTableGenerator and datagridNew (for overiding some of th... | | |
Jill Singer | c5112f9e55c | fixing temporary adjustment page; was calling wrong init method | | |
Jill Singer | 245a8cab3bc | slight tweaks to mgmt_screen; aligning buttons | | |
| Next → |