Commit graph

1834 commits

Author SHA1 Message Date
hlm7
dbd9723ab2 Holly changed the roles test cases now that the grant date is working. 2011-01-27 20:34:47 +00:00
tlw72
e05f8a6d04 NIHVIVO-1908: change for new information icon 2011-01-27 20:21:33 +00:00
rjy7
b32686ec09 NIHVIVO-1923 Correction to previous commit. Fix had been temporarily commented out. 2011-01-27 20:14:46 +00:00
rjy7
24e4432076 NIHVIVO-1923 Modify orgType query so it only returns subclasses of foaf:Organization. Otherwise form breaks in edit mode. 2011-01-27 20:11:19 +00:00
jeb228
facea76266 NIHVIVO-1129 tweak the report file to add a timestamp 2011-01-27 20:01:49 +00:00
tlw72
aa625004da NIHVIVO-1914: set the disabled style for selects back to the default look 2011-01-27 19:52:16 +00:00
bkoniden
797c1fa2f7 NIHVIVO-1731
2) Removed redundant code from Grants.java -- fields such as year, yearMonth that are irrelevant now
2011-01-27 19:22:41 +00:00
mb863
99566c602c Styled side admin page 2011-01-27 19:21:27 +00:00
bkoniden
9c72c0af02 NIHVIVO-1731
1) Modified body foe getParsedGrantStartYear(). -- Previously, it used custom logic for parsing the year value of a Date string. Now, it uses jodatime library's utilities to parse year values.
2) Removed redundant code from UtilityFunctions.java -- pertaining to grantUtility functions.
2011-01-27 19:15:36 +00:00
hlm7
ce793e0d49 Holly add a browse test for the new front page. 2011-01-27 18:38:33 +00:00
bdc34
764a3bde2a Adding date time with precision to grant form NIHVIVO-1915 2011-01-27 18:33:03 +00:00
cdtank
b65c2bccbe 1. Changes to fix the bug in display of years attached to publications. (see NIHVIVO-1794) It was caused due to change in Date/Time format representation in the backend.
2. Added code so new date/time formatters can be added with ease.
2011-01-27 18:21:02 +00:00
hlm7
c2176664ac Holly made test case modifications due to link changes for adding/deleting from individuals. 2011-01-27 18:08:00 +00:00
rjy7
c633d3fbd0 Moved display of personInPosition and hasResearchArea properties to a macro. Adjusted css selectors accordingly to align with auto-generated ids. 2011-01-27 16:07:55 +00:00
mb863
00998c2cb0 NIHVIVO-1904: Added more line spacing for positions in individual foaf:person pages. 2011-01-27 15:24:49 +00:00
mb863
e83ba3664b NIHVIVO-559:
Made the following changes:
1- Apply header consistency in term of colors across Wilma theme
2- Change header tags (h1,h2, etc) to em format
3- Arrows in hover links were positioned incorrectly, now it's fixed.
2011-01-27 15:14:38 +00:00
hlm7
7d2d1c2c4d Holly tweaked the visualization test auites now that the counts have been fixed. 2011-01-27 15:02:33 +00:00
jeb228
c5e1ce4913 Keep FakeExternalAuthController commented out. 2011-01-27 14:53:04 +00:00
hlm7
6ab4647325 2011-01-27 02:59:35 +00:00
hlm7
03bbb1af5c 2011-01-27 02:16:53 +00:00
hlm7
f4cbb296bb Holly had to repair the repair mode test. 2011-01-27 01:26:36 +00:00
hlm7
345ec42074 Holly made some more test case changes due to the delete warning message text changes. 2011-01-27 00:41:18 +00:00
hlm7
f022de16fa Holly did a little more tweaking. These test suites should be done... 2011-01-26 22:46:31 +00:00
mb863
4fec8f74bf Re-factored the markup and styles for visualization in individual pages. 2011-01-26 22:20:47 +00:00
mb863
c4d32307cc NIHVIVO-1315, NIHVIVO1316: Re-factored the markup and styles for individual pages. Also I have introduced an image placeholder for non person individuals. 2011-01-26 22:19:18 +00:00
mb863
7580db63e0 NIHVIVO-1315, NIHVIVO1316: Added ellipses to link "more" for showing more core:overview content 2011-01-26 22:17:19 +00:00
jeb228
e5a6ca4e9d NIHVIVO-1129 add tests suggested by Brian C. 2011-01-26 22:16:37 +00:00
cdtank
81f089389d 1. Fixed the bug (see NIHVIVO-1794) where wrong language was getting displayed in the sidebar for person level visualizations. 2011-01-26 22:01:59 +00:00
ass92
afec9c1b82 NIHVIVO-1571 servlet mapping for SDBSetupController 2011-01-26 21:45:04 +00:00
hlm7
66c10dc660 Holly made changes due to delete confirmation message changing. 2011-01-26 21:00:44 +00:00
hlm7
180b7a3a93 2011-01-26 20:26:00 +00:00
rjy7
8b00b33c1b Restored setting of disabled values in edit mode that was inadvertently removed from a previous commit 2011-01-26 20:12:40 +00:00
hlm7
f7340a5c38 2011-01-26 19:24:59 +00:00
cdtank
f69e2eb904 1. Did minor refactor in preparation for saving the state & possibly just swapping daata instead of redirecting to a completely new page when the change in parameter happens on the temporal graph vis. 2011-01-26 18:15:17 +00:00
jeb228
8b9d3cb4b7 NIHVIVO-1129 add tests suggested by Brian C. 2011-01-26 17:17:56 +00:00
rjy7
3ed8ed456f NIHVIVO-1869 Remove old custom short view jsps and enclosing directory. Removed remnants of old start and end year properties from add role form. 2011-01-26 17:10:24 +00:00
rjy7
247026988e NIHVIVO-1913 Fix grant form repair mode so core:roleIn relation is created. Additional fixes to form: a grant created by the form is now assigned type core:Grant in both add and repair modes; the grant name field is disabled in edit mode. 2011-01-26 16:48:00 +00:00
nac26
f1e2065ab5 Style tweaks to pagination for menu pages 2011-01-26 16:13:50 +00:00
jeb228
fe826d7906 NIHVIVO-1129 fix the SelfEditor login. 2011-01-26 15:21:12 +00:00
hlm7
baf50b4fa9 Holly change test case due to error message rewording. 2011-01-26 15:20:07 +00:00
nac26
bac2011271 NIHVIVO-1073 Pagination for browsing individuals 2011-01-26 14:33:13 +00:00
nac26
1d51f94d56 NIHVIVO-1073 Fairly significant refactoring of markup and styles for menu pages. Got rid of duplication between the default template and template for people class group. 2011-01-26 14:16:57 +00:00
hlm7
4e16f872b6 2011-01-26 00:05:33 +00:00
rjy7
06a97d36b1 NIHVIVO-1871 Fix addPublicationToPerson form so at least we don't get to a broken form in repair mode. Redirecting to authorship page, which is a low-cost though not ideal solution. 2011-01-25 23:05:22 +00:00
hlm7
94160c55eb 2011-01-25 22:46:35 +00:00
rjy7
9243ee7c60 NIHVIVO-1871 Added repair mode to grant and educational training custom forms. 2011-01-25 22:41:20 +00:00
rjy7
c80ba7eaf3 NIHVIVO-1871 Added repair mode to personInPosition custom form. Consolidated common code to determine mode into a method in FrontEndEditingUtils and removed from individual forms. 2011-01-25 22:00:51 +00:00
jeb228
8b51f4552b The upgrade document does require discussion of the file system, after all. 2011-01-25 20:43:06 +00:00
hlm7
6943968e00 2011-01-25 20:36:21 +00:00
hlm7
ccd68ff7cb 2011-01-25 20:35:46 +00:00