jeb228
b28fa05ffd
A constructor can never return null, but it can throw an exception. So don't bother to test whether the FileInputStream is null; instead, catch a FileNotFoundException.
2011-02-07 15:32:15 +00:00
bdc34
fa5cb40ff7
Fixing error in generation of more link for tabs, list views and search results. NIHVIVO-2050
2011-02-07 15:26:05 +00:00
jeb228
7c2de0dbf2
Because instanceof returns false on null, the explicit test for null would never be reached.
2011-02-07 15:22:36 +00:00
jeb228
eee793bb32
Prevent the debug statement from throwing NullPointerException on a null statement.
2011-02-07 15:20:08 +00:00
jeb228
b901521f7b
Prevent the debug statement from throwing NullPointerException on a null Query.
2011-02-07 15:17:58 +00:00
tlw72
1906e6a484
NIHVIVO-2047: modified date-time precision error message
2011-02-07 14:48:30 +00:00
nac26
573aaf3488
NIHVIVO-1603 Forgot to include this crucial piece with my last commit (r7357)
2011-02-06 01:48:33 +00:00
nac26
38f021251a
NIHVIVO-1603 Using jQuery in place of DWR to return the moniker selection experience to its former glory
2011-02-06 01:44:24 +00:00
nac26
e56e4d89b4
NIHVIVO-2048 removed menupage--classgroup-organizations.ftl and any accommodations made for it
2011-02-05 17:44:10 +00:00
nac26
20ab4cc157
NIHVIVO-1965 Better message for authenticated users with access to the site admin when accessing the site with little or no content. Also refactored BrowseController so that it doesn't attempt to override template and provide it's own message if no content is found.
2011-02-05 17:24:40 +00:00
sjm222
2e9cd79352
fix for NIHVIVO-2043 can't start in SDB mode with empty DB
2011-02-05 14:24:30 +00:00
nac26
5a896aad34
Rolling back 2 files that were unintentionally committed with r7350
2011-02-05 13:17:26 +00:00
nac26
b6170b6f9d
NIHVIVO-2033 Added test in emptyResultSet() to handle the rare (but possible) occurrence where a class is rendered in the list due to having an individual count > 0, but for some reason the Search Index has not been rebuilt, so those individuals are not returned by the JSON service.
2011-02-05 00:25:04 +00:00
rjy7
a9cf814054
NIHVIVO-2038 Cleanup of merge of populated object property list with all possible object properties. Eliminated construction of a list of propertyUris that has to be maintained in parallel to the list of properties, while still not having to instantiate a property for each property uri to check against the list.
2011-02-05 00:07:58 +00:00
nac26
82f24c5966
NIHVIVO-2040 Added data-page attribute on pagination links and removed pageX class since they're no longer needed. This makes it easier to reliably handle multiple digit page numbers without jumping through hoops. Can't rely on .text() do to the "more..." pattern.
2011-02-05 00:07:48 +00:00
bdc34
79ac60c8e8
Moving the check for prohibited from search to Entity2LuceneDoc for performance reasons.
2011-02-04 22:46:08 +00:00
bdc34
d6adc88ef8
Fixing bug in DateTimeWithPrecision that caused it to not accept days greater than 28. NIHVIVO-2016
2011-02-04 22:45:00 +00:00
rjy7
616c74254c
Fixed error message on mismatch between default namespace in deploy.properties and the db so that the portal name is not attached to the namespace. Also fixed typo in LuceneSetup message.
2011-02-04 22:37:07 +00:00
rjy7
b931f50cef
NIHVIVO-2045 Hide incomplete/malformed links from individualList template, to make things easier (it doesn't have to check the wellformedness of each link before knowing whether to print the ul around the links).
2011-02-04 22:33:45 +00:00
bjl23
f3e76bfb1a
NIHVIVO-1370 NIHVIVO-2046 tab editing bugfixes for SDB
2011-02-04 21:49:17 +00:00
nac26
4157612f57
NIHVIVO-2016 Removed customFormWithAutocomplete css and js from dateTimeValue and dateTimeInterval custom forms. Was causing the submit button to be hidden on page load.
2011-02-04 21:23:25 +00:00
bdc34
eae86daac4
Fixing bug where objects of statements would not get added to index. NIHVIVO-2021
2011-02-04 20:54:02 +00:00
bjl23
29169acc5e
bugfix for restriction creation - writing to TBox model
2011-02-04 20:39:43 +00:00
bjl23
298ed7b79f
NIHVIVO-2039 improvement to population of applicable object properties
2011-02-04 20:39:12 +00:00
nac26
3853e34f56
NIHVIVO-2037 Added style to primary and additional links for individual list, so that they:
...
a. look like links
b. are visually distinct from the linked individual itself
Noticed an issue where individual.links?has_content tests true for links that have no URL or anchor text. Will create a new issue for Rebecca.
2011-02-04 20:14:24 +00:00
bdc34
ea36cea007
removing unnecessary HiddenFromDisplayBelowRoleLevelFilter log message
2011-02-04 19:42:38 +00:00
rjy7
40264e0c0b
NIHVIVO-2042 Show heading "Primary Web Page" on vitro:primaryLink only if editing
2011-02-04 19:21:29 +00:00
rjy7
b8fec2e96c
NIHVIVO-2038 Improve performance of creating grouped property list by keeping a list of object property uris to check against, so a property doesn't have to be instantiated from the propertyUri in order to check whether it's on the list.
2011-02-04 19:17:44 +00:00
rjy7
cbfa225c31
NIHVIVO-1557 improvement to regex in firstLastList macro
2011-02-04 18:49:25 +00:00
rjy7
1851872eb0
NIHVIVO-1557 improvement to regex in firstLastList macro
2011-02-04 18:38:29 +00:00
bdc34
0c6aa67e06
Changing getAllPossibleDataPropsForIndividual to only call getVClasses once. NIHVIVO-2002
2011-02-04 18:05:31 +00:00
rjy7
dad29a5516
NIHVIVO-1557 Fix firstLastList macro so it works with li elements that have class or other attributes
2011-02-04 17:53:37 +00:00
rjy7
df9b1cb99d
Don't show moniker span if there's no moniker
2011-02-04 16:21:09 +00:00
mb863
c748a924dc
NIHVIVO-2032: Adjusted padding on headings for index page.
2011-02-04 14:50:49 +00:00
nac26
f391d095b0
A couple text changes for consistency on menu management and also trimmed whitespace from text area
2011-02-04 05:00:18 +00:00
mb863
f5cd351d6e
NIHVIVO-2023: Added functionality to cancel button in Menu Management page
2011-02-04 02:36:51 +00:00
bdc34
6369c2a333
Adding ${cancelUrl} to MenuN3EditController. NIHVIVO-2023
2011-02-03 22:50:13 +00:00
mb863
2445849607
NIHVIVO-641: Relocated 'find by' section in menupage people.
2011-02-03 22:11:42 +00:00
bdc34
7ed25b3937
Adding code to use AbortSetup to VClassGroupCache
2011-02-03 21:48:44 +00:00
nac26
70c0039372
NIHVIVO-1996 Pushed "Browse all" link up 0.3em to provided spacing for longer bars towards the top of the list.
2011-02-03 21:13:31 +00:00
ass92
7f98249f20
NIHVIVO-1962 commented out a line to avoid considering vitro:label property in getLabel method.
2011-02-03 21:01:11 +00:00
rjy7
4508106ba1
NIHVIVO-1370 Display home tab content on vivo-basic home page (and any other theme that still uses tabs)
2011-02-03 20:59:12 +00:00
sjm222
304a1c7b1e
NIHVIVO-1843 KB Migration must happen in RDB mode
2011-02-03 20:52:26 +00:00
bdc34
40de34558a
Removing highlighting from FreemarkerPagedSearchController.java to improve performance.
2011-02-03 20:30:44 +00:00
bdc34
5302a32096
Getting ride of vitro:keyword in lucene index, adding class names to lucene index.
2011-02-03 20:29:52 +00:00
bdc34
e956a3668a
Changing ViewFinder.java to not check the vclasses for custom short views. NIHVIVO-2024
2011-02-03 20:28:36 +00:00
bdc34
8be9eaaeae
Adding AbortStartup to LuceneSetup.java
2011-02-03 20:25:36 +00:00
mb863
24ccc19d4e
Adding some padding to the header titlew (Organization, Research, etc..) of menu pages and adding some margin bottom to the Temporal Graph link in menupage Organization.
2011-02-03 20:21:03 +00:00
rjy7
12406d35d0
NIHVIVO-1864 Fix menu.jsp to work with changes to menu.ftl and identity.ftl since the initial freemarker transition
2011-02-03 20:07:00 +00:00
jeb228
281d2de68f
NIHVIVO-1814 A login remains in process only if the login widget is reached via the Authenticate servlet. Any other way of reaching the widget means we start over.
2011-02-03 20:02:44 +00:00