nicola | 87562e39724 | Calendar now renders but not properly. | | |
nicola | 54e0ae88eab | Reformat code for appt_calendar.js | | |
Carl Woolf | 09fb161622d | some (small) progress loading first calendar | | |
Carl Woolf | 13f74b66af3 | very early start for 4.2.0 | | |
Carl Woolf | 680e546f8b1 | aim for using fullcalendar(-scheduler)-4.2.0 | | |
Carl Woolf | 12b9e0b2ae8 | fix reference to fullcalendar | | |
Carl Woolf | 2418a2298f7 | Merge remote-tracking branch 'origin/updates2019' into updates2019 | | |
Carl Woolf | 8062d50db8a | seems stable and smoke-able with:
jquery-ui-1.12.1,
query-easyui-1.8.2,
query-3.4.0,
fullcalendar-scheduler-1.6.2 | | |
Carl Woolf | 6aa6de6cb1a | seems stable and smoke-able with:
jquery-ui-1.12.1
query-easyui-1.8.2
query-3.4.0
fullcalendar-scheduler-1.6.2 | | |
Carl Woolf | 47d2db76bd0 | disable z-index rule which blocked mouse on dialogs | | |
Carl Woolf | 39f19f801f5 | Hmm, jquery-ui > 1.10.4 breaks modal popups, eg, for checked-in visits | | |
Carl Woolf | 764013301a7 | label jquery-ui version 1.10.4 files | | |
Carl Woolf | 157f5c3a04e | @FormData cannot be passed null data | | |
Carl Woolf | 792154fe299 | clean up a couple of extra quote marks | | |
Carl Woolf | c771c397a41 | centralize creation of sinon fake-server.
ask fake-server to respond immediately, to eliminate some race conditions d... | | |
Carl Woolf | 43206893d95 | remove bogus lib reference | | |
Carl Woolf | a1dc128bbd4 | added 'last-word' css.
newer tomcat needs more cases to be urlencoded, eg, brackets in '[1,2,3]' | | |
Carl Woolf | 9f5789824a0 | reinstate general test list for karma | | |
Carl Woolf | e8f25d44f48 | although still grouped, css now follow (sometimes weird) orders they had in each html of develop branch | | |
Carl Woolf | ed053ccc9d2 | organizing css includes, and re-adding (older library's) jquery-ui-delta | | |
Carl Woolf | 8e6fb0f72ee | new versions of lib js/css | | |
Carl Woolf | df37c812145 | more-uniform order of css includes | | |
Carl Woolf | e73f357b3af | move css filename to beginning of tag | | |
Carl Woolf | 557af0dd531 | group css files | | |
Carl Woolf | 6b893ce68f4 | Begin to group-organize css files | | |
Carl Woolf | 55b2e17a30a | Careful - unstable checkpoint for JS related changes | | |
Carl Woolf | e435b0228d6 | Did not actually move demo updates to update.sql, and should not -- they are not 'in general'. Reinstate them in demo... | | |
Carl Woolf | fc979c5fdd2 | Move updates from demo.sql to update.sql.
Add timezone to jdbc-url.
cp30 property added, and latest version.
Mysql co... | | |
Carl Woolf | 7944b6fd24e | improve/simplify group-by handling.
improve/fix some logging. | | |
Carl Woolf | 3c31684140b | turn off 'full group by' in all cases | | |
Carl Woolf | b670815ba73 | booked-visits need non-null scheduling users (for standard reports) | | |
Carl Woolf | 6b28ab7ee53 | call cancellationsReport with default that would be provided by jersey annotatation | | |
Carl Woolf | 0b7bfd1a254 | able to turn off sql's 'full group by' for backward compatibility | | |
Carl Woolf | 97ba5a9b0fe | newer h2 mentioned in previous | | |
Carl Woolf | d1aa367d1fa | corrected name, latest h2 relies on for sorting | | |
Carl Woolf | 9e6bd8ca71e | another, slightly thornier, case of @FormParameter being upset at receiving empty data | | |
Carl Woolf | be6489d828e | current hibernate is more picky about data integrity | | |
Carl Woolf | 3e16839d2f6 | eliminate @FormParam for a post that sends {} | | |
Carl Woolf | 2fa9ca9a3b4 | more logging of hibernate queries | | |
Carl Woolf | 12617d131ac | unit tests for criteria helper class | | |
Carl Woolf | dfd6b507c75 | first cut -- (helper class, plus satisfying existing unit tests) for hibernate upgrade | | |
Carl Woolf | 8eaf9609649 | further reduce constructor related deprecations on entities | | |
Carl Woolf | 188668ee4fe | use correct String to Integer method | | |
Carl Woolf | cb9187400ea | one straggling entity | | |
Carl Woolf | 2b1f679f262 | resolve deprecations on constructors | | |
Carl Woolf | b259f8e600e | update version of mysql connector and parameterize the version | | |
Carl Woolf | 96e26939828 | tweak date handling to eliminate deprecations | | |
Carl Woolf | 57754ea4a72 | current hibernate / sql demands that scalar aliases must be unique | | |
Carl Woolf | a4a31a6960c | reduce deprecation warnings | | |
Carl Woolf | 5c4d4a8386b | use undeprecated hibernate query classes.
setMaxResults (-1) --> setMaxResults(largInt). | | |
Carl Woolf | adad8060c3d | spring working with jersey, next is deprecated Query class | | |
Carl Woolf | 28a292019b6 | first cut login/logout with spring-security 5 | | |
Carl Woolf | 479d0154fb0 | with new jersey, need to use javax.inject.Singleton | | |
Carl Woolf | b446e8936b9 | step 0, forbidden message upon logging in with new spring | | |
Carl Woolf | b05db7ce9e5 | eliminating ClassPathUtil, which only supplied informative output, and would need to be reworked for java 11 | | |
Carl Woolf | df8d536743b | update readme for fake-subjects -- the doc on the wiki for Using Demo Data is still good enough, though | | |
Carl Woolf | 4f37832c750 | restore generic version | | |
Carl Woolf | 762c0f6fbe6 | strip some orphan ampersands.
$.ajax now prefers "" over {} for data on GET | | |
Carl Woolf | d73a763c65d | the standalone now seems to succeed to update salt | | |
Carl Woolf | 31c2b1b7160 | baseline for update-user-salt | | |
Carl Woolf | 97234590caf | back to using java 9 class for base 64 | | |
Carl Woolf | 28562288ec9 | make some methods package private for testability | | |
Carl Woolf | 8539c1dd168 | update Date test | | |
Carl Woolf | b6d5fffcb9a | previous commit: snag relevant code from deprecated sun.misc.Base64YadaYada | | |
Carl Woolf | 5f6a01df10a | remove cruft import | | |
Carl Woolf | f66b116a65b | remove cruft import | | |
Carl Woolf | 10705698bd0 | use java.util.Base64 to replace old Base64 class | | |
Ankit Panchamia | 029feee1edf | fix to the nightly batch program (fixed double decryption) | | |
Carl Woolf | bbcd0bea3fe | added comment about possible refactor | | |
Ansible Deploy | f78a954c5c5 | Merge release branch hotfix/3.7.2 into master. | | |
Ansible Deploy | 54857f9e357 | Update POMs with release version 3.7.2. | | |
marc-danie | 51b32f4bb73 | Merge remote-tracking branch 'remotes/origin/hotfix/3.7.2' into develop
# Conflicts:
# core/pom.xml
# data/pom.xml
#... | | |
marc-danie | 789f1029f7f | HCCRCSCHEDULING-6060 - Replace existing full names in Sandbox by Non-real looking names | | |
marc-danie | 1879cd6ec88 | Updated POMs to 3.7.2-SNAPSHOT | | |
marc-danie | b93b6441bb3 | clearing again for 3.8.0-SNAPSHOT | | |
marc-danie | 338524d2568 | updated POMs from 3.7.1-SNAPSHOT to 3.8.0-SNAPSHOT | | |
Ansible Deploy | 854d82eb4be | Merge release branch release/3.7.1-SNAPSHOT into master. | | |
Ansible Deploy | a3b0a623163 | Update POMs with release version 3.7.1. | | |
Xavier | 1f373396b7c | refined test class for database-level testing of subject service | | |
Xavier | a59e808cd12 | update POM version numbers to 3.7.1-SNAPSHOT | | |
Xavier | 325d8cd1f68 | HCCRCSCHEDULING-6915 : fixed broken validation for studies which never were in OPEN or CLOSED state | | |
Xavier | a9f307586b9 | Revert "updated POMs from 3.7.0-SNAPSHOT to 3.8.0-SNAPSHOT"
This reverts commit e303efa01e1848a979a00a3d33c2c5b3fa43... | | |
Xavier | 886abbe7013 | Revert "clearing for 3.8.0-SNAPSHOT"
This reverts commit 4573b1a27e4ffa82284a9987e43e634737ac4d05. | | |
marc-danie | 4573b1a27e4 | clearing for 3.8.0-SNAPSHOT | | |
marc-danie | e303efa01e1 | updated POMs from 3.7.0-SNAPSHOT to 3.8.0-SNAPSHOT | | |
Ansible Deploy | ac5b8bb1865 | Merge release branch release/3.7.0-SNAPSHOT into master. | | |
Ansible Deploy | ac52f893041 | Update POMs with release version 3.7.0. | | |
marc-danie | 320ae677378 | HCCRCSCHEDULING-6910 - Appointment- Calendar view > Inpatient hold appointment with last day as Sunday does not displ... | | |
marc-danie | 8b3d3ab7f58 | HCCRCSCHEDULING-6903 - Appointment - Search Wizard > Day view > After performing a search and then navigating to mont... | | |
marc-danie | 857100e07c5 | HCCRCSCHEDULING-6903 - Appointment - Search Wizard > Day view > After performing a search and then navigating to mont... | | |
Xavier | 86312efcd7e | removed exception from test method signature | | |
Xavier | 6fb90f0668b | set up testing of subject update method based on observing the state change of a subject entity | | |
marc-danie | 023e8bb7136 | HCCRCSCHEDULING-6902 - Home calendar-view > Month view or week view > User is always taking to day view on clicking r... | | |
marc-danie | 6a97fec695e | HCCRCSCHEDULING-6902 - Home calendar-view > Month view or week view > User is always taking to day view on clicking r... | | |
marc-danie | 605da61c249 | fixed failing Jasmine tests | | |
marc-danie | b36dea3304f | HCCRCSCHEDULING-6837 - fixed inpatient appointment shrinking when in appointment search mode and in month view by add... | | |
marc-danie | 5ac645cb324 | HCCRCSCHEDULING-6837 - fixed inpatient appointment shrinking when in appointment search mode and in month view by add... | | |
marc-danie | 9d673a45436 | fixed failing Jasmine test Mouse over event: apptCalendarEventMouseover() | | |
marc-danie | 6e8f61a73f9 | Merge remote-tracking branch 'origin/develop' into develop | | |
marc-danie | d48fbb06b92 | HCCRCSCHEDULING-6896 - Appointment - Search Wizard > Day view and weekly view > On scheduling an appointment with gen... | | |
Xavier | 575ee9e2984 | Merge branch 'develop' of https://open.med.harvard.edu/stash/scm/hccrcscheduler/scheduler into develop | | |
Xavier | 2cd15f8c8c3 | HCCRCSCHEDULING-6895 : display both dates when the timeline view straddles two days | | |
marc-danie | 557f11fe994 | HCCRCSCHEDULING-6868 - changes from code review | | |
Xavier | 2f4cb276283 | Merge branch 'develop' of https://open.med.harvard.edu/stash/scm/hccrcscheduler/scheduler into develop | | |
Xavier | 480ea8022ae | added test for StudyDAO.findStudySubjectBySubjectMrn() | | |
Xavier | 76372072133 | added test for StudyDAO.getOpenStudies() | | |
Xavier | cd0c0e3bbac | added test for StudyDAO.findOpenStudyListByPerson() | | |
Xavier | 16286b402a6 | added test for StudyDAO.findVisitTemplateByStudy() | | |
Xavier | 215980d81c1 | added test for StudyDAO.checkLocalId() | | |
Xavier | 3d7a78b6df3 | added test for StudyDAO.findNumVisitTemplateCommentsByVisit() | | |
Xavier | a11535060ee | added test for StudyDAO.findVisitTemplateCommentsByVisit();
created CommentPopulator class | | |
Xavier | 179e0ad47ba | added test for StudyDAO.findStudyUserRolesByStudy();
set active flag to true when populator study-user entities | | |
Xavier | 263fd06a39b | added test for StudyDAO.getNotApprovedVisits();
added approved input parameter to visit template data populator | | |
marc-danie | 60afbd0a9b0 | Merge branch 'develop' of https://open.med.harvard.edu/stash/scm/hccrcscheduler/scheduler into bugfix/HCCRCSCHEDULING... | | |
marc-danie | 8a387704aa9 | refactored appointment tooltip code into a separate function and added some info on the excludeRooms param in getCale... | | |
Carl Woolf | 3b60b146529 | standard report unit tests | | |
marc-danie | 869473638ae | added excludeRooms argument to the filtering methods for the getCalendarBookedVisits rest call | | |
Carl Woolf | 5d1bf8097bc | standard report unit tests | | |
marc-danie | 3c02e835b73 | Merge branch 'develop' of https://open.med.harvard.edu/stash/scm/hccrcscheduler/scheduler into bugfix/HCCRCSCHEDULING... | | |
marc-danie | 03dfabd8764 | updated version of the duplicate subject merger program from 3.6.0 to 3.7.0 | | |
marc-danie | 4fabc59efe7 | added &excludeRooms=true to all the rest calls to getCalendarBookedVisits | | |
marc-danie | 99d5ae8c207 | Merge remote-tracking branch 'origin/develop' into develop | | |
marc-danie | 2733af5fce3 | added Jasmine test can reset the schedule new appointment form | | |
Xavier | 58f0a0dd39f | Merge branch 'develop' of https://open.med.harvard.edu/stash/scm/hccrcscheduler/scheduler into develop | | |
Xavier | a4e5bc2bbd2 | more tests for StudyDAO | | |
marc-danie | 72d5bb12012 | Merge remote-tracking branch 'origin/develop' into develop | | |
marc-danie | af6c81797c5 | added Jasmine test can overbook a visit with a room resource and removed extra parameter in util_showMainMessage call | | |
Xavier | b40d4c13cde | Merge branch 'develop' of https://open.med.harvard.edu/stash/scm/hccrcscheduler/scheduler into develop | | |
Xavier | 82e85d1c04c | added test for StudyDAO.findStudyByName() and StudyDAO.findStudyDataById() | | |
Carl Woolf | 69144717508 | Merge remote-tracking branch 'origin/develop' into develop | | |
Carl Woolf | 3f1174ddcfe | standard report unit tests | | |
Xavier | 509d5c78bc9 | added test for StudyDAO.ifBookedVisitsHaveVisit() | | |
Xavier | 827721213fc | refactored test code so it uses only one instance of DbPopulator; added new populator for StudyUser | | |
Xavier | b38d4f96537 | renamed database populator and its package | | |
Xavier | c9354a1aaf9 | refactor database populators | | |
Xavier | 97c83d4cfe4 | Merge branch 'develop' of https://open.med.harvard.edu/stash/scm/hccrcscheduler/scheduler into develop | | |
Xavier | 1980788787f | added unit tests for StudyDAO | | |
Carl Woolf | 24c49d87f7f | standard report unit tests | | |
marc-danie | 65bb2972a77 | changes for HCCRCSCHEDULING-6868 - Performance Issue - month view > Application is taking a long time to load a page ... | | |
Carl Woolf | d238fd76b67 | standard report unit tests | | |
Xavier | ade595452b2 | file clean-up | | |
Xavier | 31186be69a5 | Merge branch 'develop' of https://open.med.harvard.edu/stash/scm/hccrcscheduler/scheduler into develop | | |
Xavier | 74c1e72423a | file clean-up | | |
Xavier | 2b4e3cab637 | fixed wording and added details | | |
marc-danie | 776568d32f5 | HCCRCSCHEDULING-6890 - Overbook > After switching from month view to day view after overbooking an appointment in mon... | | |
Xavier | 683c30dac6a | Merge branch 'develop' of https://open.med.harvard.edu/stash/scm/hccrcscheduler/scheduler into develop | | |
Xavier | 74f9b321083 | start of a more specific tech-debt text doc | | |
Xavier | 009f55dd29f | HCCRCSCHEDULING-6892 : pin-pointed the issue in the code and commented on it so anyone can start from there | | |
Carl Woolf | 00d2c63f0c1 | standard report unit tests | | |
Carl Woolf | d520db0952c | standard report unit tests | | |
Carl Woolf | b57a5e010db | Merge remote-tracking branch 'origin/develop' into develop | | |
Carl Woolf | 4b7bcb37e85 | standard report unit tests | | |
Xavier | a65c0654d95 | Merge branch 'develop' of https://open.med.harvard.edu/stash/scm/hccrcscheduler/scheduler into develop | | |
Xavier | 507969d8a3b | HCCRCSCHEDULING-6881 : re-enable the resource add/edit form's save button after closing the confirm dialog via the "x... | | |
Carl Woolf | d0e38be3873 | standard report unit test | | |
Xavier | c38e8467e14 | HCCRCSCHEDULING-6887 : improved unit test | | |
Xavier | 8e857f18190 | Merge branch 'develop' of https://open.med.harvard.edu/stash/scm/hccrcscheduler/scheduler into develop | | |
Xavier | e9fbbbe83ad | HCCRCSCHEDULING-6887 : correctly hide/display start time text input field and time picker | | |
Carl Woolf | c0e746d4253 | Merge remote-tracking branch 'origin/develop' into develop | | |
Carl Woolf | 554a5e48ee4 | finished (for now at least) researching HCCRCSCHEDULING-6882 | | |
Xavier | c23453f3026 | Merge branch 'develop' of https://open.med.harvard.edu/stash/scm/hccrcscheduler/scheduler into develop | | |
Xavier | f320b32c0d9 | HCCRCSCHEDULING-6791 : test zendesk help link in footer opens a warning dialog | | |
Carl Woolf | 1b2d24ce7c8 | Merge remote-tracking branch 'origin/develop' into develop | | |
Carl Woolf | c687d43bfd5 | help researching HCCRCSCHEDULING-6882 | | |
marc-danie | 684c5bb7b6a | Merge remote-tracking branch 'origin/develop' into develop | | |
marc-danie | e5a78c7eef6 | added Jasmine - test displays the template resources for a visit | | |
Carl Woolf | 6f66ace20e7 | Merge remote-tracking branch 'origin/develop' into develop | | |
Carl Woolf | 39b7f2b04c3 | for HCCRCSCHEDULING-6874. don't check for rooms if visit doesn't use them | | |
Xavier | f8e92f23855 | Merge branch 'develop' of https://open.med.harvard.edu/stash/scm/hccrcscheduler/scheduler into develop | | |
Xavier | 8837d811cc7 | HCCRCSCHEDULING-6881 : re-enable new/edit resource form's save button when user clicks "Cancel" in confirmation dialog | | |
marc-danie | 16f8bd17e04 | Merge remote-tracking branch 'origin/develop' into develop | | |
marc-danie | cb3e6cf00ea | Added to the 'lets the user select a study, a visit, a subject and a time range, and verify the resources used' Jasmi... | | |
Xavier | 3fecdce4d79 | re-organized and added comments to FixtureHelper.js | | |
Xavier | 9f773fdc9f0 | moved functions which return the content of a specific fixture from the AjaxHelper to the FixtureHelper | | |
Xavier | 6a91a01d49a | Merge branch 'develop' of https://open.med.harvard.edu/stash/scm/hccrcscheduler/scheduler into develop | | |
Xavier | e7db49b6397 | README documentation for front-end tests | | |
Carl Woolf | 67044cffe46 | HCCRCSCHEDULING-6882 instrumentation | | |
marc-danie | 59300a8273f | HCCRCSCHEDULING-6879 - Appointment - Search Wizard > Overbook > On click reserve visit button from day or week calend... | | |
Carl Woolf | 27ee9d178b2 | Merge remote-tracking branch 'origin/develop' into develop | | |
Carl Woolf | f5c9c90aac8 | for HCCRCSCHEDULING-6867. 'no room' message change | | |
marc-danie | eee19a024c1 | Merge remote-tracking branch 'origin/develop' into develop | | |
marc-danie | 6b041775381 | HCCRCSCHEDULING-6865 - Appointment - Search Wizard > On scheduling any appointment in day view all inpatient appointm... | | |
Xavier | 2c8ad033dab | Merge branch 'develop' of https://open.med.harvard.edu/stash/scm/hccrcscheduler/scheduler into develop | | |
Xavier | 1806d0c6490 | fixed comment | | |
Carl Woolf | e04453d90eb | for HCCRCSCHEDULING-6855. had extra day on totalDays loop | | |
Carl Woolf | edf2504430b | some unit tests for standard reports | | |
Xavier | 27a1d65126b | Merge branch 'develop' of https://open.med.harvard.edu/stash/scm/hccrcscheduler/scheduler into develop | | |
Xavier | 71b11df8fdd | Added assertions to unit test for AppointmentService.overbookRoomData() | | |
Next → |