Commit graph

3855 commits

Author SHA1 Message Date
tworrall
b0167b6569 NIHVIVO-3768 grants management page 2012-05-25 15:26:46 +00:00
brianjlowe
4d30fc58c3 removed obsolete RDB migration method, which was getting called at inappropriate times 2012-05-24 19:12:15 +00:00
hjkhjk54
e3c6cc1640 updates for page management, allowing addition of sparql data getter 2012-05-23 21:43:35 +00:00
tworrall
be80e6ef41 NIHVIVO-3728 vitro components of publications management 2012-05-22 20:24:42 +00:00
hjkhjk54
3d2f83039c inclusion of json2.js which enables serialization/stringification of json objects 2012-05-19 01:40:19 +00:00
hjkhjk54
b713635c01 updates for page management - javascript, freemarker, and n3 editing/generator changes 2012-05-19 01:38:54 +00:00
hjkhjk54
bbd45d7851 updates for page management and adding multiple data getters in page management 2012-05-17 22:03:36 +00:00
hjkhjk54
b6f56756f0 page management would also be available at vitro level 2012-05-16 21:15:20 +00:00
hjkhjk54
8e98850493 updates for page management 2012-05-16 21:13:33 +00:00
briancaruso
e3158dadaa Removed unused method Individual.isMemberOfClassProhibitedFromSearch()
NIHVIVO-3696 Fixed linked data responses so correctly filtered by public display settings
NIHVIVO-3758 Change search name boost to be additive
Removed unused search field PROHIBITED_FROM_TEXT_RESULTS
NIHVIVO-3759 Refactored individual exclusion in search 
NIHVIVO-549 Allow for local product to add custom code for search
2012-05-11 20:59:34 +00:00
briancaruso
a7fdf30a85 Fixing NPE in ClassGroupPageData when classgroup does not exist. 2012-05-11 19:45:12 +00:00
tworrall
7560e66cf8 modified to display an Other option in the select list 2012-05-10 19:02:56 +00:00
tworrall
39590ec936 fixed cross browser compatibility issue 2012-05-10 13:38:08 +00:00
tworrall
43db4d7416 NIHVIVO-3283 - when using back button to navigate back to a menu page, the vclass previously selected will be selected 2012-05-09 20:08:01 +00:00
tworrall
733c45e330 NIHVIVO-3665 - vitro components for new class hierarchy 2012-05-08 19:18:10 +00:00
tworrall
79cd09e2fa NIHVIVO-3665 - vitro components for new class hierarchy 2012-05-08 19:04:32 +00:00
briancaruso
29e4edc25d Worked on refactoring the startup listeners NIHVIVO-3700. Removed some old N3 code. 2012-05-04 16:20:26 +00:00
j2blake
3250efd091 NIHVIVO-3746 Change DataGetter.getData() so it doesn't require VitroRequest. Modify implementations of DataGetter to conform. 2012-05-02 17:46:08 +00:00
j2blake
a26f0c2809 NIHVIVO-3746 Permit DataGetter classes to have 4 different types of constructor - make reflection logic more rigorous to avoid NoSuchMethodException. 2012-05-02 17:04:24 +00:00
j2blake
18e171e1b9 NIHVIVO-3746 Simplify the use of reflection in constructing DataGetter instances. 2012-05-02 16:05:26 +00:00
j2blake
b688d6f1c6 NIHVIVO-2411 Create a TemplateUtils class to slightly simplify the browse templates. 2012-05-01 20:40:46 +00:00
j2blake
af3ca17ef1 NIHVIVO-2411 Modify ClassGroupPageData.java and browseByVClass.js to use the new BROWSE short view. This means that the VIVO-specific browseByVClassPeople.js and menupage--classgroup-people.ftl can be replaced by a VIVO-specific short view. 2012-05-01 16:29:36 +00:00
j2blake
47b3565e58 NIHVIVO-2411 Implement the BROWSE short view, which uses AJAX calls and so requires a FreemarkerProcessingService to render the view into HTML. 2012-05-01 16:27:07 +00:00
j2blake
cf94490842 NIHVIVO-2411 Create one directory for short-view templates 2012-05-01 16:25:15 +00:00
j2blake
e872572b1c Clean up the LogUtil output. 2012-05-01 16:15:31 +00:00
stellamit
c3cd046848 NIHVIVO-3603 updated ApplicationConfiguration ontology based on April 30 meeting. Changed the format to n3 and added Page and DataGetter classes and subclasses. 2012-05-01 14:47:08 +00:00
j2blake
00dec66662 NIHVIVO-2411 Refactor JsonServlet into a controller and a group of "plug-in classes". 2012-04-30 20:17:56 +00:00
j2blake
588fbcf0e7 Add some unit tests to JsonServlet 2012-04-30 19:47:37 +00:00
j2blake
80b24fcfc2 Add another LogUtil method 2012-04-30 19:47:01 +00:00
j2blake
b5be039b78 suppress log messages from unit tests. 2012-04-30 19:41:39 +00:00
j2blake
9b89014e54 add debug statements 2012-04-30 19:40:47 +00:00
j2blake
5977d4441f Suppress some INFO messages from Spring classes. 2012-04-30 19:39:14 +00:00
j2blake
ba55a8dcf9 NIHVIVO-2411 Move JsonServlet into its own package, in preparation for refactoring. 2012-04-26 20:57:46 +00:00
j2blake
7cb9c7b202 Create a "deep print" utility routine for logging. 2012-04-26 20:43:40 +00:00
j2blake
d19b5687bc Minor code cleanup. 2012-04-26 16:47:19 +00:00
j2blake
4b90513f1d NIHVIVO-2411 Extend the mock implementation of the ShortViewService to the index page. There should be no difference for the end-user. 2012-04-25 20:10:46 +00:00
j2blake
022506cbf4 NIHVIVO-2411 Create a mock implementation of the ShortViewService and incorporate it into the search page. Because this is a mock, it always uses the default short view, like before. There should be no difference for the end-user. 2012-04-25 19:32:50 +00:00
briancaruso
f2707b0bb1 Working on refactoring select option generation NIHVIVO-3657 2012-04-24 22:00:50 +00:00
j2blake
41171a48f4 NIHVIVO-3729 Remove unused methods from FreemarkerHttpServlet and TemplateProcessingHelper 2012-04-23 20:43:50 +00:00
j2blake
91b2f03780 NIHVIVO-3729 Don't fetch the FreemarkerConfiguration only to pass it through 6 levels of calls. Instead, get it from the FreemarkerConfigurationLoader when you need it. 2012-04-20 20:51:36 +00:00
j2blake
981ac675c9 NIHVIVO-3729 Stop storing the FreemarkerConfiguration as a request attribute. Instead, get it from the FreemarkerConfigurationLoader when you need it. 2012-04-20 20:23:29 +00:00
j2blake
21828f9233 Remove tests from ObjectPropertyTemplateModel_PropertyListConfigTest that had been superseded by tests in CustomListViewConfigFileTest 2012-04-20 20:04:39 +00:00
j2blake
68f88fe257 NIHVIVO-3729 Modify ProptyListConfig so it doesn't rely on the FreemarkerConfiguration being stored as a request attribute, but so it can still be stubbed out for unit tests. 2012-04-20 19:26:59 +00:00
j2blake
e3d2a8fb47 NIHVIVO-3729 Remove redundant parameter from FreemarkerConfigurationLoader.getConfig() 2012-04-20 17:42:57 +00:00
j2blake
ac873fe238 NIHVIVO-3729 small refactoring in how to create a FreemarkerConfiguration 2012-04-20 17:21:41 +00:00
j2blake
9386832142 NIHVIVO-2411 Factor out the execution of a Solr query obtaining the Individuals that correspond to the results. 2012-04-18 20:39:13 +00:00
tworrall
d002aff59c VIVO-450 resolved issue with quotation marks in TinyMCE text area 2012-04-12 14:06:54 +00:00
j2blake
b150614e4a NIHVIVO-3404 Add methods to PolicyHelper to do last-minute authorization checks on additions and retractions. Create tests. 2012-04-04 20:18:03 +00:00
stellamit
76f02f0d55 NIHVIVO-3603 specifying no range at all for datatype properties that we expect to be a string with optional language tag. 2012-04-03 18:10:00 +00:00
stellamit
42d5e9ea5e changing name of one of the individuals in the enumerated class OfferEditOptions 2012-04-03 16:30:31 +00:00