j2blake
1d8da55fdb
VIVO-82 Use ModelAccess to get or set the InferenceOntModel
...
a.k.a the Inferred Full model
2013-05-17 15:05:24 -04:00
j2blake
cba000c58b
VIVO-82 Use ModelAccess to get or set the BaseOntModel
...
a.k.a the Base Full model, or AssertionsModel
2013-05-17 14:15:25 -04:00
j2blake
9b7f6c92e6
VIVO-82 Use ModelAccess to get or set the BaseOntModel
...
a.k.a the Base Full model, or AssertionsModel
2013-05-17 13:19:46 -04:00
j2blake
6a4c7ba6fc
VIVO-82 Use ModelAccess to get or set the JenaOntModel (Union Full model)
2013-05-17 12:37:49 -04:00
j2blake
4e4384bd3e
VIVO-82 Use ModelAccess to get or set the JenaOntModel (Union Full model)
2013-05-17 12:28:48 -04:00
j2blake
0a15a6df7d
VIVO-82 Use ModelAccess to get or set the JenaOntModel (Union Full model)
2013-05-17 11:41:47 -04:00
j2blake
1c95d4e4a9
VIVO-82 Use ModelAccess to get or set the UserAccounts model
2013-05-16 18:11:13 -04:00
j2blake
4764751905
VIVO-82 Use ModelAccess to get or set the Display Model
2013-05-16 18:05:50 -04:00
j2blake
416e98f5ab
VIVO-82 Split WebappDaoSetup into ContentModelSetup and ModelMaker setup.
2013-05-16 16:42:57 -04:00
j2blake
0e34b459e5
VIVO-82 Refactoring WebappDaoSetup to clarify the model setup.
2013-05-16 14:04:04 -04:00
j2blake
6123f41d95
VIVO-87 First attempt at a caching filter.
...
Appears to work with Firefox cache and Chrome cache, except for language-dependent stuff.
Is that because it isn't configured correctly, or is it because Firefox and Chrome aren't attempting to keep more than one version of a page in their caches? Even if they do see a "Vary: Accept-Language" header?
2013-05-14 16:37:29 -04:00
brianjlowe
ddf101d6ae
adding license tag to ApplicationConfigurationOntologyUtils.java
2013-05-14 16:14:32 -04:00
brianjlowe
b5b39638a1
initial work on VIVO-60
...
Merge branch 'develop' of https://github.com/vivo-project/Vitro into develop
Conflicts:
webapp/src/edu/cornell/mannlib/vitro/webapp/dao/jena/VClassDaoSDB.java
2013-05-14 16:04:40 -04:00
brianjlowe
1ab53d0b02
initial work on VIVO-60 application ontology support for property/range combinations
2013-05-14 15:54:03 -04:00
tworrall
41850cecb4
more template updates for i18n
2013-05-14 13:49:19 -04:00
tworrall
63445aa249
the startupStatus-displayRaw template does not have access to the i18n freemarker variable, so backing those changes out
2013-05-14 11:32:50 -04:00
tworrall
62f2074dc9
updated the adjustFontSize function to include more checks
2013-05-14 11:04:04 -04:00
tworrall
c150b58c17
removed values that have yet to be translated
2013-05-13 12:21:25 -04:00
tworrall
fa68e0c057
template changes for internationalization -- replaced displayed text with calls to properties file containing actual strings
2013-05-13 12:17:39 -04:00
j2blake
6d7f8e05c8
VIVO-84 Use language filtering on the display model
...
This doesn't answer the questions:
1) How do we edit new pages or existing pages?
2) What is the generalized procedure for adding another language?
2013-05-09 12:24:01 -04:00
j2blake
1b890a3767
NIHVIVO-3993 Get rid of NavigationController
...
Written for release 1.1, but never was used.
2013-05-07 16:11:44 -04:00
j2blake
c7b104ca40
Cleanup: remove unused imports and unneeded casts.
2013-05-07 13:27:44 -04:00
tworrall
bb2ceaeea3
display a time indicator while the delete is being processed
2013-05-07 11:00:01 -04:00
j2blake
a314892277
Language file not found should be debug, not info.
2013-05-06 10:21:19 -04:00
tworrall
90441e3969
modified index page to prevent a fourth column that displays outside the standard margins
2013-05-03 16:23:14 -04:00
tworrall
257f0c4c08
Merge branch 'develop' of https://github.com/vivo-project/Vitro into develop
2013-05-02 12:32:31 -04:00
tworrall
afbf429165
additional home page redesign changes
2013-05-02 12:31:54 -04:00
tworrall
1ca0904911
changes for the home page redesign
2013-04-30 14:47:31 -04:00
j2blake
8f1f084c5b
Proof of concept - User accounts
2013-04-26 23:58:50 -04:00
j2blake
bf2ed5c339
Proof of concept - Image upload
2013-04-26 23:50:17 -04:00
j2blake
c59076a19a
Improve the look of the language selection flags
2013-04-26 23:44:17 -04:00
j2blake
96336cfbfd
Improve debug statements
2013-04-23 17:28:46 -04:00
j2blake
a0e7d70fd3
VIVO-12 Permit multi-language support in E-mails to users
...
The Freemarker environment must have the request as a special attribute, so the I18nBundle can find the preferred languages.
2013-04-23 17:18:39 -04:00
tworrall
556af80432
Merge branch 'develop' of https://github.com/vivo-project/Vitro into develop
2013-04-22 15:09:47 -04:00
tworrall
e7a04ae09b
changes relating to issues raised by Scripps: author ordering and label editing
2013-04-22 15:09:07 -04:00
j2blake
df1839cea5
Fix the comment
2013-04-22 15:00:25 -04:00
j2blake
86b6555efe
Test if the build script is using an old version of Ant or Java
...
If not, print out some diagnostic information.
2013-04-22 11:30:51 -04:00
Manolo Bevia
dc3d3873c8
Made home search and home stats theme agnostics.
2013-04-15 15:15:35 -04:00
j2blake
91f0935109
Security fix for release 1.5.2
...
Secure the DeletePageController. It was accessible to anyone who knew the link.
2013-04-15 12:23:14 -04:00
j2blake
efdfaa9c8f
directDownloadUrl should appear as a data property in the vitroPublic ontology.
2013-04-15 12:20:48 -04:00
Manolo Bevia
c19df41bfd
Added new features for VITRO home page:
...
-Filtered search based in class groups (It needs to be wired. Just added HTML/CSS/JS)
-Class group stats (It needs to be wired. Just added HTML/CSS/JS)
-Improveed UX for signing when there is external authorization
Removed search box located in header in homepage.
2013-04-11 15:09:23 -04:00
j2blake
3997440944
Require Java 7
2013-04-10 17:04:46 -04:00
j2blake
665a666b7f
Remove <servlet-mapping> that have no matching <servlet>
2013-04-10 15:51:03 -04:00
brianjlowe
811de3ec9f
VIVO-33 fix to allow RDB models to be uploaded to via ingest tools
2013-03-11 17:08:07 -04:00
j2blake
e1f2832fbd
VIVO-25 Check that web.xml is container-neutral
...
Create an Ant target that checks web.xml against the assembled webapp, looking for conditions that violate the Servlet spec or the JSP spec, but that Tomcat does not complain about. This will not be a main-stream target, but must be specifically invoked by developers or by Jenkins in order to be effective.
2013-03-11 13:29:20 -04:00
j2blake
ba29b0e69a
Reduce the logging level - the test should be silent.
2013-03-08 17:49:08 -05:00
j2blake
c53e53c526
VIVO-2 Fix the URIs of the JSTL taglibs.
2013-03-08 17:48:27 -05:00
tworrall
7241929be0
Merge branch 'develop' of https://github.com/vivo-project/Vitro into develop
...
I have no idea what just happened.
was behind. doing this merge to correct that so I can push a change.
2013-02-19 12:22:43 -05:00
tworrall
41c6c3fe81
correcting tinyMCE init parameter setting
2013-02-19 12:21:18 -05:00
brianjlowe
0bb9d09815
modifications to SPARQL queries to allow data to be in the unnamed graph
2013-02-12 16:40:30 -05:00