j2blake
|
3317326131
|
NIHVIVO-2905 Create ManageSearchIndex as a separate requested action from UseMiscellaneousAdminPages.
|
2011-10-04 15:36:06 +00:00 |
|
j2blake
|
4e45b91c76
|
NIHVIVO-3137 not preparing the request is no cause for alarm. Remove the warning message.
|
2011-10-03 20:29:34 +00:00 |
|
j2blake
|
bded986b92
|
NIHVIVO-3200 Make the FreemarkerConfigurationLoader a static utility class with a local cache, instead of having the loader as a context attribute and the cache as another context attribute.
|
2011-10-03 20:16:55 +00:00 |
|
j2blake
|
dc450cd25c
|
NIHVIVO-3135 Clean up the use of defaultNamespace in JenaDataSourceSetup (and sub-classes), and improve the error message if it doesn't match the one in the database.
|
2011-10-03 17:03:51 +00:00 |
|
j2blake
|
3f6b6a7d28
|
NIHVIVO-1810 Change the way that the default theme and the list of available themes are handled. If the application is configured to use a theme that is not found, it will throw a warning on the StartupStatus and use the default theme instead.
|
2011-09-30 22:10:39 +00:00 |
|
j2blake
|
0ed27c1d51
|
Remove unused methods from InitialJenaModelUtil: basicInterfaceData() and basicClassgroup()
|
2011-09-30 21:08:01 +00:00 |
|
stellamit
|
cc639de7f4
|
NIHVIVO-3198 - include namespace prefixes defined via VIVO admin interface in the RDF output from VIVO
|
2011-09-29 19:06:47 +00:00 |
|
j2blake
|
1d321f6c83
|
NIHVIVO-336 Clean up some unused context listeners.
|
2011-09-28 16:20:36 +00:00 |
|
j2blake
|
2bb5b25c7a
|
NIHVIVO-336 Show the name of the app (context path) in the raw startup-status display.
|
2011-09-27 14:52:38 +00:00 |
|
j2blake
|
c6f8a50de6
|
NIHVIVO-336 Add the alert icon to the site admin page, if there were warnings at startup.
|
2011-09-27 14:38:33 +00:00 |
|
j2blake
|
b97b214e72
|
NIHVIVO-336 Improve the messages to StartupStatus.
|
2011-09-26 21:15:33 +00:00 |
|
j2blake
|
c7899805e8
|
NIHVIVO-336 Give the error/warning page a 500 status; make it persistent on errors; dont't show the continue link on errors.
|
2011-09-26 18:24:12 +00:00 |
|
j2blake
|
07f2295dfa
|
NIHVIVO-336 StartupStatus logs the messages it receives (with appropriate severity level) so the ServletContextListener doesn't need to do both.
|
2011-09-26 16:41:46 +00:00 |
|
j2blake
|
ed14575517
|
NIHVIVO-336 Add a warning message to StartupStatus when the namespaces don't match.
|
2011-09-26 14:33:09 +00:00 |
|
j2blake
|
6cfd65efb7
|
NIHVIVO-336 Modify the listeners to use StartupStatus instead of AbortStartup
|
2011-09-25 17:15:34 +00:00 |
|
j2blake
|
cd44d2070f
|
NIHVIVO-336 Create StartupStatusController, so admins can see the startup status from a link on the site admin page.
|
2011-09-23 18:57:18 +00:00 |
|
j2blake
|
39dc9736a2
|
NIHVIVO-336 Create StartupStatusDisplayFilter which will forcibly display the StartupStatus if there are warnings or errors.
|
2011-09-23 18:53:36 +00:00 |
|
j2blake
|
0726b3280e
|
NIHVIVO-336 Improve the function of StartupManager and StartupStatus
|
2011-09-23 18:51:05 +00:00 |
|
j2blake
|
65bba272df
|
NIHVIVO-336 Create a StartupManager to run all of the context listeners, and accumulate the results in a StartupStatus bean.
|
2011-09-20 21:13:10 +00:00 |
|
hjkhjk54
|
ff05d69b69
|
Update to escape html search input
|
2011-09-14 19:20:21 +00:00 |
|
j2blake
|
32186e4351
|
NIHVIVO-2846 A user may not create or change a password if he is currently logged in to another account. If he is already logged in to his own account, the completion message will not say "Please log in."
|
2011-09-13 20:26:14 +00:00 |
|
j2blake
|
2f9bb4d460
|
revise the changes on r8934, which affected the default message for bogus requests, instead of just requests to set passwords on non-existent accounts.
|
2011-09-13 19:33:41 +00:00 |
|
ryounes
|
955a1473fc
|
Use FreemarkerConfiguration rather than Configuration in FreemarkerEmailMessage.
|
2011-08-31 16:51:12 +00:00 |
|
ryounes
|
1a412bf7a7
|
Rename EmptyController to StaticPageController
|
2011-08-30 16:14:19 +00:00 |
|
ryounes
|
6b5ec3efda
|
Some refactoring in SimpleReasonerRecomputeController to reduce clutter in the controller and template.
|
2011-08-29 21:21:39 +00:00 |
|
ryounes
|
315aac425c
|
Add method GroupedPropertyList.pullPropertyGroup() to pull out an entire property group for customized display.
|
2011-08-25 02:10:26 +00:00 |
|
ryounes
|
f5a9669cf6
|
Improvements to mailing address list view. Removed unnecessary construct query from terminologyAnnotation list view.
|
2011-08-18 15:46:25 +00:00 |
|
hjkhjk54
|
2140afbbae
|
Update to allow class to be returned for restrict class where said class is not returned by VClassGroupCache (but does exist). To be consistent, updated VClass retrieval for both regular and restrict class to check dao in case VClassGroupCache does not return class.
|
2011-08-18 15:17:52 +00:00 |
|
runeliza
|
f33dd242dd
|
Modified so that it's able to search a person by email.
|
2011-08-17 20:02:21 +00:00 |
|
hjkhjk54
|
5ece405f94
|
Updates for N3-Editing refactoring into JAVA code as well as integration of data and object property editing into same JAVA controller/freemarker templates. These changes should not affect the current jsp-based N3Editing which is being used throughout the system.
|
2011-08-15 21:46:02 +00:00 |
|
tworrall
|
8597505e05
|
NIHVIVO-3123: modified message to be more specific.
|
2011-08-15 17:33:21 +00:00 |
|
ryounes
|
8c13defa5a
|
NIHVIVO-3118 Check whether site email is configured before trying to send email error message. Use FreemarkerEmailMessage method to get site reply to email address.
|
2011-08-15 15:18:36 +00:00 |
|
ryounes
|
d600c70717
|
Delete some unused code
|
2011-08-12 21:58:46 +00:00 |
|
j2blake
|
8ed8cfc5b5
|
Remove obsolete method: redirectUnrecognizedExternalUser()
|
2011-08-12 20:40:52 +00:00 |
|
deepakkoni
|
7e5826317c
|
Fixing ThumbnailImageURLTest and ThumbnailImageURL classes.
|
2011-08-12 20:39:30 +00:00 |
|
ryounes
|
047540f2ff
|
NIHVIVO-3126 Fix display of image on profile page
|
2011-08-12 20:10:00 +00:00 |
|
ryounes
|
fd585b15f3
|
NIHVIVO-3118 Add cause to error display on page and in email. Minor reformatting in error templates.
|
2011-08-12 19:12:34 +00:00 |
|
briancaruso
|
d2b3213c7b
|
Adding test for ThumbnailImageURL.java
|
2011-08-12 17:08:05 +00:00 |
|
ryounes
|
044c4a0674
|
NIHVIVO-3118 Send an email to the site administrator in case of an error on a Freemarker page if the user is not authorized to view the error details.
|
2011-08-12 00:03:39 +00:00 |
|
ryounes
|
6bb9831bda
|
NIHVIVO-3088 On error in Freemarker servlet processing, display stack trace to authorized users.
|
2011-08-11 22:03:19 +00:00 |
|
ryounes
|
100df03127
|
NIHVIVO-2164 Change a class name
|
2011-08-11 18:43:02 +00:00 |
|
ryounes
|
3cbc60d357
|
NIHVIVO-2164 Fix jsp compile errors in propDelete.jsp. Some refactoring.
|
2011-08-11 15:36:28 +00:00 |
|
ryounes
|
428e917de9
|
NIHVIVO-2164 Used shared Configuration variables to manage template data that is shared across requests and templates.
|
2011-08-11 15:03:04 +00:00 |
|
ryounes
|
80234688a6
|
Fixes to dump
|
2011-08-10 16:46:08 +00:00 |
|
ryounes
|
8e53069ec5
|
NIHVIVO-3113 fix values for null objects in dump
|
2011-08-09 23:20:42 +00:00 |
|
ryounes
|
da8c374676
|
NIHVIVO-3119 Skip methods of a map in BaseDumpDirective.getMapDump().
|
2011-08-09 16:10:37 +00:00 |
|
ryounes
|
1f9bcac9b1
|
NIHVIVO-3114 Fix problems with dump of IndividualTemplateModel.qrData()
|
2011-08-08 22:28:55 +00:00 |
|
ryounes
|
d438bca997
|
NIHVIVO-2508 Fix typo (missing negation operator in test)
|
2011-08-08 16:50:51 +00:00 |
|
ryounes
|
debc7e15e0
|
Refactor generation of property editing links so done in one step rather than two
|
2011-08-05 23:33:08 +00:00 |
|
ryounes
|
b5b44b73c1
|
NIHVIVO-2508 Change template properties to methods so not pre-computed.
|
2011-08-05 22:25:44 +00:00 |
|