HCCRC Scheduler
  1. HCCRC Scheduler

scheduler

Public
  1. HCCRC Scheduler
  2. scheduler

All Branches Graph  

        
AuthorCommitMessageCommit dateBuilds
Xavier HaurieXavier Haurie
f150ce1c661minimal example of DOM manipulation (loading fixture) and checking
brianbrian
a6ca3a4a46eMerge branch 'develop' of https://open.med.harvard.edu/stash/scm/hccrcscheduler/scheduler into develop
brianbrian
d28c39172e2Fixed Timeline 12 hour view.
Jill SingerJill Singer
92d3bc63968changed the alert dialog on editing or creating a new study to be a jquery ui dialog, and refactored the js and html ...
marc-daniemarc-danie
8d94e51fcd8adding css files for EasyUI combobox
marc-daniemarc-danie
f82f7cfff09removed blank option for sublocation and visit type dropdowns
marc-daniemarc-danie
b30a8d2db17made formSelectInput fields hidden when in edit mode
marc-daniemarc-danie
35544d2f36bchanged sublocation and visit Type drop down to be choose or type ahead
marc-daniemarc-danie
33cd1f6e3f2updated to only include files needed for the easyUI combobox in order to prevent conflicts with some JQuery UI compon...
marc-daniemarc-danie
4d2d5aea56erequired js files for EasyUI combobox
Jill SingerJill Singer
f0f3958a159resource page: moved a method from global2.js to resource_screen.js; since that is the only file that references the...
Jill SingerJill Singer
a1b7347a032Merge branch 'develop' of ssh://skoll.catalyst:7999/hccrcscheduler/scheduler into develop
Jill SingerJill Singer
7a322962411made formatting cleaner in appt wizard; when putting in the date range; no functional changes; just css (plus added a...
CarlCarl
6cd01659a67oops, changing back modifed conf.js
CarlCarl
a749aedf6baa pattern / hack for jasmine asynchronous tests
marc-daniemarc-danie
e00b5d73e01code cleanup
marc-daniemarc-danie
6cbf28e266aMerge remote-tracking branch 'origin/develop' into develop
marc-daniemarc-danie
9d597811b71changed sublocation drop down to be choose or type ahead
brianbrian
4a908d8940eFixing table controls for appointment module.
Jill SingerJill Singer
f77a6ffb66creplacing alert with a dialog box
brianbrian
78d89e93725Merge remote-tracking branch 'origin/develop' into develop
brianbrian
fe604b02630Fixed the build error that was related to different class names.
marc-daniemarc-danie
b980c93cb5fremoved debugging alert message
brianbrian
75a89659e2aMerge branch 'develop' of https://open.med.harvard.edu/stash/scm/hccrcscheduler/scheduler into develop
brianbrian
77af3f1f6c6Fixed Date Picker form appointments form and alignment of buttons.
marc-daniemarc-danie
36e9bb19989modified all the dropdown fields to be Choose or Type ahead fields and made all the input fields the same height and ...
marc-daniemarc-danie
a549d2d712badded easyui library
marc-daniemarc-danie
c5dcd5e90d4fixed bug with Expected Start Date not being displayed when in view mode
marc-daniemarc-danie
33d509a3ca3Merge remote-tracking branch 'origin/develop' into develop
marc-daniemarc-danie
fdb769ba01astudies page initial jasmine test
brianbrian
84512d864eeMerge branch 'develop' of https://open.med.harvard.edu/stash/scm/hccrcscheduler/scheduler into develop
brianbrian
b5afccf8897Made some changes to fix regressions with appointment wizard.
Jill SingerJill Singer
8e1f3326f28support/help links now working after clicking the 24 hour button on the timeline page; plus adjusted the divs as well...
Jill SingerJill Singer
8126a0b6a29feedback method now only called explicitly, now that the re-skin (header & footers) are done, so do not need to expli...
marc-daniemarc-danie
aee0c657158moved table controls closer to the table
marc-daniemarc-danie
e8d7358a2d8modified dropdowns on the create_user page to be choose or type ahead
marc-daniemarc-danie
41f772f15c0modified dropdowns on the create_resource page to be choose or type ahead
marc-daniemarc-danie
18991ed1441initial jasmine test for the resources page
marc-daniemarc-danie
6d322b20a7eremoved style attribute from mgmt_user_form_screen
marc-daniemarc-danie
8288214d980Merge remote-tracking branch 'origin/develop' into develop
marc-daniemarc-danie
5cca71b6fa9removed display none on mgmt_user_form_screen id
CarlCarl
636a3635f09Merge remote-tracking branch 'origin/develop' into develop
CarlCarl
93a7ac36f7con the way to 'expecting' jQuery calls
Jill SingerJill Singer
5d67609c728fixed feedback link on home page
CarlCarl
3273205d5d5Merge remote-tracking branch 'origin/develop' into develop
CarlCarl
823f66e45c3defensiveCopy() fixed to account for genderEmpi. unused method removed from appt-service
marc-daniemarc-danie
26b68d436e4Merge remote-tracking branch 'origin/develop' into develop
marc-daniemarc-danie
031c8920e92renamed mrnListItem to comboboxListItem and moved some common css into global.css
Jill SingerJill Singer
26937754ab6moving extra_headers back into subject_search.html; changed bracket style; moved all the init methods into one functi...
Jill SingerJill Singer
16618498b6cadded build full name test
CarlCarl
26c05b1d60ftweak conf.js. 'global' folder contains mainly tests, so should be subsumed under 'the rest of these'
CarlCarl
f0e31ed7952Merge remote-tracking branch 'origin/develop' into develop
CarlCarl
2dbba950097tweak conf.js. add first onload() test.
Jill SingerJill Singer
9b295b4f2c1showValue and yesNoValue tests
Jill SingerJill Singer
103f1d44229added statusValue test; improved method
Jill SingerJill Singer
626f879c2a1removed carriage return that was breaking the shouldLoadResourceData() method added unit test for it too.
marc-daniemarc-danie
ecc48db9a83removed onloadSubjectsPage function
marc-daniemarc-danie
8605b745edfMerge remote-tracking branch 'origin/develop' into develop # Conflicts: # web/karma.conf.for.maven.build.js # web/ka...
marc-daniemarc-danie
31d6bca1257converted qunit tests into jasmine tests
Xavier HaurieXavier Haurie
1ba8adcd4aeslightly more evolved ajax test
Xavier HaurieXavier Haurie
b4420061411re-organize fixture usage in test code, to look a bit like jasmine-jquery's loadFixtures(). It abstracts out the path...
Xavier HaurieXavier Haurie
c2a41c0d757settling on using html2js across the board. Figured out that html files must be flagged as _included_ in karma.conf.j...
Jill SingerJill Singer
2a753831c9cminor tweak to appt_batch.css; no functionality change
Jill SingerJill Singer
83039207c74Merge branch 'develop' of ssh://skoll.catalyst:7999/hccrcscheduler/scheduler into develop
marc-daniemarc-danie
accde4f3f34reorganized tests into separate module files
brianbrian
d28d3804f72Pulled in Changes from Appointment module.
marc-daniemarc-danie
e3d355abedbMerge remote-tracking branch 'origin/develop' into develop
marc-daniemarc-danie
3f4e527940amodified to make the layout similar to the home page
Jill SingerJill Singer
628cc4c440bfirst pass at extracting/fixing styles for appt_batch.css
Jill SingerJill Singer
fdf60ec87cccss: grouped all the theme colors together, removed commented lines; no functional changes
marc-daniemarc-danie
e6506019f1dadjusted the margins for the standard report page
marc-daniemarc-danie
e05aadbff51adjusted the margins for the create resource page
marc-daniemarc-danie
3f777bd42e1Merge remote-tracking branch 'origin/develop' into develop
marc-daniemarc-danie
8f5ff12b6afmoved table controls for the management to be closer to the table and also adjusted the margins for the create user page
Jill SingerJill Singer
7f423d7ce7dfixing errors/warnings that show up in sonar, adjusting tests accordingly
marc-daniemarc-danie
2e046bfb193removed unused css file style.css
marc-daniemarc-danie
0f86f9ed80erenamed style-minus-header.css to global.css
marc-daniemarc-danie
570646a5349Merge remote-tracking branch 'origin/develop' into develop
marc-daniemarc-danie
5a737205fbbmoved the registration form to a separate page and also fixed populating of the drop downs on the registration form a...
CarlCarl
1a6e46a7570Merge remote-tracking branch 'origin/develop' into develop
CarlCarl
41115a44bc1stabilize jasmine tests for home and appt_cal pages
Jill SingerJill Singer
16d3f555803dates.js: cleaning up code; backed up by unit tests now (minor refactoring)
Jill SingerJill Singer
9c0db333a69extracted out dates.js and added it the necessary html/header files made sure to put it near the top, as many other f...
CarlCarl
1037fd70f11use 'more intrinsic' jquery selectors for the test, since the aria-related selectors' counters don't reset b/t tests
CarlCarl
9d40747799fMerge remote-tracking branch 'origin/develop' into develop
CarlCarl
165c51bd299move verboseSet* methods from subject to batchSubjects. fix NPE edge case. augment and rename properties file so that...
marc-daniemarc-danie
cf25b664306Merge remote-tracking branch 'origin/develop' into develop
marc-daniemarc-danie
decabf3012eadded mainBody div to login page and adjusted line height of the main text
Jill SingerJill Singer
19e904e4116adjusted styles on appt_batch
Jill SingerJill Singer
feffb2ea110Merge branch 'develop' of ssh://skoll.catalyst:7999/hccrcscheduler/scheduler into develop
Jill SingerJill Singer
1a2f34d91a5adding png arrows that should have been added yesterday
marc-daniemarc-danie
ee51a894837made the round border of the center screen visible by adjusting some of the margins and removing some set widths
marc-daniemarc-danie
3e0cc10bd50made the round border of the center screen visible by adjusting some of the margins and removing some set widths
marc-daniemarc-danie
dc75c7b56eaadjusted padding and also size of the calendar on the appointments page
marc-daniemarc-danie
425c7d3539aMerge remote-tracking branch 'origin/develop' into develop
marc-daniemarc-danie
365c9c91f5dadjust margin, padding and widths on the home page
Xavier HaurieXavier Haurie
ef2337b6bbcMerge branch 'develop' of https://open.med.harvard.edu/stash/scm/hccrcscheduler/scheduler into develop
Xavier HaurieXavier Haurie
7329c079165wallabyjs is sort of running.. It fails intermittently. Committing so I can move to other tasks if needed.
Xavier HaurieXavier Haurie
00529a45a35slight re-write of Spec's to be able to load fixtures either via html2js (in the case where the Karma test runner is ...
marc-daniemarc-danie
4cd5309d89eMerge remote-tracking branch 'origin/develop' into develop
Jill SingerJill Singer
3e04c38476cMerge branch 'develop' of ssh://skoll.catalyst:7999/hccrcscheduler/scheduler into develop
Jill SingerJill Singer
2f9135d601fremoving unneeded extra header file; now that the needed javascript has been moved
marc-daniemarc-danie
1264ad85e83moved styling for the page scrollbars from reporting.css to style-minus-header.css
Ankit PanchamiaAnkit Panchamia
80188ab17a2updated Nightly batch update program.
marc-daniemarc-danie
dbe931dad38increased margin on the institution_images div
Jill SingerJill Singer
75a25a9f12cmoved code needed by studies out of subjects; so reducing one dependency
Jill SingerJill Singer
fad63f5fe83changing the navigational pagination arrows to pngs; so they can have transparent backgrounds; now their backgrounds ...
marc-daniemarc-danie
b2c98b40be4Merge remote-tracking branch 'origin/develop' into develop
marc-daniemarc-danie
b2ed6019a01increased margin between header and pagination block and fixed issue with widths being too large for the page
Jill SingerJill Singer
90920791c99Merge branch 'develop' of ssh://skoll.catalyst:7999/hccrcscheduler/scheduler into develop
Jill SingerJill Singer
3cba815623creplacing arrow images for the pagination
marc-daniemarc-danie
255136a00faMerge remote-tracking branch 'origin/develop' into develop
marc-daniemarc-danie
14c7c90b89cremoved styles from reporting.css that already exists in style-minus-header.css
Jill SingerJill Singer
e2e06ac1222another attempt to clean up login form on login page only
Jill SingerJill Singer
2bdcef71d55Merge branch 'develop' of ssh://skoll.catalyst:7999/hccrcscheduler/scheduler into develop
Jill SingerJill Singer
8109587a83athe 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 HaurieXavier Haurie
e7fad297ce8removed intermittently failing test (has to do with js code under test loading a new page via window.location
CarlCarl
6c6474d8c6ctweak readme for: add 'clobber mrns' option to importMrns
CarlCarl
1ed0b319f14Merge remote-tracking branch 'origin/develop' into develop
CarlCarl
e6e5d14fb38add 'clobber mrns' option to importMrns
Xavier HaurieXavier Haurie
8b99ab02874Merge branch 'develop' of https://open.med.harvard.edu/stash/scm/hccrcscheduler/scheduler into develop
Xavier HaurieXavier Haurie
cd5eb4003f8cleaned up and improved 1_HomePageSpec, created 2_AppointmentPageSpec, testing for clicking back to initially active ...
marc-daniemarc-danie
e1cd6039dcdremoved unused stylesheet.css file
marc-daniemarc-danie
bfd887f3f66Merge remote-tracking branch 'origin/develop' into develop
marc-daniemarc-danie
b85f92efd5fremoved new-skin-partial.css file and all references to it
CarlCarl
d81bc289e1fanother attempt to clean up login form on login page only
Jill SingerJill Singer
156fe63bf3bmaking go button dimensions smaller; is too big
Jill SingerJill Singer
9de6f49174eminor css fixes
CarlCarl
8eb202429e4re-removing headerLoginNav . this time let's hope it stays removed
Xavier HaurieXavier Haurie
636f7fc61c0enable code coverage for karm (i.e. javasript) testing
Xavier HaurieXavier Haurie
ed606129c17Merge branch 'develop' of https://open.med.harvard.edu/stash/scm/hccrcscheduler/scheduler into develop
Xavier HaurieXavier Haurie
5c4359e4989Moved npm install from the general-purpose maven-exec plugin to the frontend maven plugin, as well as javascript test...
CarlCarl
f53a1675b13Merge remote-tracking branch 'origin/develop' into develop Conflicts: web/src/main/webapp/common/header.html
CarlCarl
9d0a31aef8bmake login div occur only on login page
Jill SingerJill Singer
c06ae2525f1moved the images dir to be under the css dir; lots of changes to support this restructuring
Xavier HaurieXavier Haurie
b3a397098c1attempt to fix the build, which is not finding npm
Xavier HaurieXavier Haurie
68d924c33aeMerge branch 'develop' of https://open.med.harvard.edu/stash/scm/hccrcscheduler/scheduler into develop # Conflicts: ...
Xavier HaurieXavier Haurie
77402c54ab1Merge branch 'develop' of https://open.med.harvard.edu/stash/scm/hccrcscheduler/scheduler into develop # Conflicts: ...
Xavier HaurieXavier Haurie
1fad3f8ce61back-track a little bit in my refactoring, because another page includes home_screen.js but does not have the same do...
Xavier HaurieXavier Haurie
8c71244666drefactor 'document-ready' javascript code so that it can be used in jasmine tests
CarlCarl
d2d288139a3Merge remote-tracking branch 'origin/develop' into develop
CarlCarl
f8e2ba65933report-builder reskin. cleanup top bar's display of 'logout'
Jill SingerJill Singer
b59215bade4Merge branch 'develop' of ssh://skoll.catalyst:7999/hccrcscheduler/scheduler into develop
Jill SingerJill Singer
93284bd211fmore image refactoring: deleting unused images, fixed image links in theme.css
marc-daniemarc-danie
73f8ad4f571updated jQuery EasyUI from version 1.4.5 to version 1.5 in order to get the new limitToList option
marc-daniemarc-danie
543b4ba6d82Merge remote-tracking branch 'origin/develop' into develop
marc-daniemarc-danie
994997229d5added homePage.initFn and call to blockUI
Jill SingerJill Singer
b1d0f4f8ca1Merge branch 'develop' of ssh://skoll.catalyst:7999/hccrcscheduler/scheduler into develop
Jill SingerJill Singer
74420640936refactoring the jquery-ui images; image refactoring #1
marc-daniemarc-danie
3921e3728d5removed unused js file app.js
marc-daniemarc-danie
42a52f7bafechanged cursor of the rows in the standard reports table to pointer
marc-daniemarc-danie
2292d24b8b2removed borders from the tabs and improved the appearance of the bottom tabs
marc-daniemarc-danie
96da189ffferemoved meta headers and title from the html file
marc-daniemarc-danie
725c10d9eb2Merge remote-tracking branch 'origin/develop' into develop
marc-daniemarc-danie
9b8b8a7712eremoved reference to new-skin-partial.css and fixed display of the Schedule New Appointment button
Jill SingerJill Singer
3e0edaebc3fminor css tweak; removing width on mgmt_main_screen; removing margin that makes table headers look bad on the appt di...
Xavier HaurieXavier Haurie
5a016219e1ademonstrate the ability to interact with DOM: load the home page html, ececute some jquery code that is normally in t...
Jill SingerJill Singer
bf3eec4f7dcmaking display of the study details more uniform; minor css changes; no functionality change
Jill SingerJill Singer
bbcdb1014a2made transition to the details page smoother; no functional changes
marc-daniemarc-danie
dc94d5fbc0fMerge remote-tracking branch 'origin/develop' into develop
marc-daniemarc-danie
8e9d7387317reduced font size of the tables of the dialogs in the appointments and home pages and removed width on the appointmen...
CarlCarl
5e893ea214bMerge remote-tracking branch 'origin/develop' into develop
CarlCarl
a7b4be90b9bpuid update now more atomically related to other updates, so rainy cases don't go half-way
marc-daniemarc-danie
1e0d50eb94bMerge remote-tracking branch 'origin/develop' into develop
marc-daniemarc-danie
1f68f3e3990reduced height of the wizard forms
CarlCarl
f9ae9a482c1move styles to css file
CarlCarl
327a63f07f9Merge remote-tracking branch 'origin/develop' into develop
CarlCarl
8476c1507ddtweak registration / password links
Jill SingerJill Singer
fbc94770e9bnow the window.bind() is only happening on the details page, so thet NaN error on the sublocation page is now fixed
Jill SingerJill Singer
80a07e54bafworking on resource pages; to fix the 'nan' problem in the sublocation closure screen
Jill SingerJill Singer
de882448224subtle css fixes; removed the meta-headers (the init is already adding them, so therefore there twice)
Jill SingerJill Singer
ab4923f3a96temporary adjustment page: now using newer calendar icons, deleting old icon, and formatted table to be a better, sh...
marc-daniemarc-danie
bb96c5a273aupdated reports page to new skin
Xavier HaurieXavier Haurie
57b5de8d120clean-up, make karma run from maven build, remove all references to mocha
marc-daniemarc-danie
a156adcad0badded formButton class to the buttons on the dialogs and also reduce size of the pagination go button
marc-daniemarc-danie
ffb082569f3Merge remote-tracking branch 'origin/develop' into develop
marc-daniemarc-danie
ef5713c54fbadded missing message argument to reRenderEvent function
Xavier HaurieXavier Haurie
2f8da78af3aload CSS files the same way as HTML files.. not sure if that's going the right direction. loading css files seems to ...
CarlCarl
baf12c2822bMerge remote-tracking branch 'origin/develop' into develop
CarlCarl
39eafa9115eheaders, footers for login screens. remove some bogus references to landing_screen
Xavier HaurieXavier Haurie
eca0295461aminor clean up
Xavier HaurieXavier Haurie
14abe2a88b6loads html files and makes them available as javascript string objects that can be used to set the innerHtml of the b...
Xavier HaurieXavier Haurie
9ff32b6aa49code clean up
Xavier HaurieXavier Haurie
ccd317d5471This works. It intercepts ajax calls and returns mock JSON/string data. A small portion of app.js is thus correctly a...
marc-daniemarc-danie
fc0bb86b6e4Merge remote-tracking branch 'origin/develop' into develop
marc-daniemarc-danie
876254425d0removed appts.css and replaced use of datagrid class with CSSTableGenerator and datagridNew (for overiding some of th...
Jill SingerJill Singer
c5112f9e55cfixing temporary adjustment page; was calling wrong init method
Jill SingerJill Singer
245a8cab3bcslight tweaks to mgmt_screen; aligning buttons