Commit graph

755 commits

Author SHA1 Message Date
tworrall
8e26a768b5 some i18n cleanup 2013-05-21 10:55:24 -04:00
tworrall
639f0450ac template updates for internationalization, including updated all.properties 2013-05-20 15:36:37 -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
fa68e0c057 template changes for internationalization -- replaced displayed text with calls to properties file containing actual strings 2013-05-13 12:17:39 -04:00
tworrall
bb2ceaeea3 display a time indicator while the delete is being processed 2013-05-07 11:00:01 -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
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
tworrall
3003fdc346 removed unnecessary variable reference to individualLocalName 2013-02-12 09:52:04 -05:00
tworrall
3e3986172c more refactoring for multiple profile view support 2013-02-08 16:17:41 -05:00
tworrall
26ca991f6c added section tags around left-hand content containing the phot wrapper 2013-02-04 12:55:07 -05:00
tworrall
589cc245a6 multiple updates and new files to support multiple foaf person profile pages 2013-01-31 11:14:28 -05:00
tworrall
870db77408 Changes to support collapsible/expandable property groups on the profile pages. 2012-11-16 16:00:16 -05:00
hjkhjk54
52314c4640 Updates for adding a data getter that executes a solr query to retrieve individuals for a specific vclass and returns the results - the default template is a copy of the individual list controller template - some code refactoring also breaks out some of the individual controller methods into solr query utils for potential further reuse. 2012-10-16 20:40:02 +00:00
j2blake
b4796c649a NIHVIVO-3209 Create two controllers: one will show the status of all living instances of VitroBackgroundThread (for system monitoring); the other will wait until they are idle (for Selenium tests). 2012-10-15 19:23:05 +00:00
tworrall
a0f18c3318 merging 10102 to the trunk 2012-10-08 14:03:14 +00:00
j2blake
6bbe466812 NIHVIVO-3982 Remove duplicate line about case-sensitivity. 2012-10-05 19:22:05 +00:00
tworrall
72d2cafc2a merging 10098 to the trunk 2012-10-05 17:39:36 +00:00
j2blake
9cdffd0c09 Merge from 1.5 branch: NIHVIVO-3973 If the Solr index is not available, do not offer the user the ability to re-index. Show an error message instead. 2012-09-26 16:02:27 +00:00
j2blake
eb1d4b9631 Merge from branch: NIHVIVO-3930 Add logic to the template: if totalToDo is 0, we are still preparing the list of records to index. Don't show the counts, or an estimated time. 2012-09-25 20:35:32 +00:00
tworrall
4f56554901 merging r10004 to the trunk 2012-08-07 19:54:50 +00:00
tworrall
1b75b2a93f merging r9990 into the trunk 2012-08-01 14:07:08 +00:00
tworrall
8c17a65fc3 merging 9981 to the trunk 2012-07-18 19:06:38 +00:00
tworrall
4dfed87eca merging 9979 to the trunk 2012-07-17 21:03:10 +00:00
tworrall
a34e021a1b merging 9968 into the trunk 2012-07-11 18:56:19 +00:00
tworrall
46d5b47e92 merging 9966 to the trunk 2012-07-11 16:40:14 +00:00
tworrall
018678463d merging 9961 to trunk 2012-07-10 14:51:08 +00:00
tworrall
ae8319dd5a in the class groups list, added a link to hide/show the classes for each group 2012-07-05 14:31:40 +00:00
tworrall
de276020aa converted prperty groups listing to new design, like class groups and class hierarchy 2012-07-03 15:33:52 +00:00
j2blake
19fa66cf81 NIHVIVO-3829 Change the name of the default INDEX short view template to conform to the new convention. 2012-07-01 15:42:14 +00:00
tworrall
b3d3a870ac NIHVIVO-if all grants or pubs are hidden, the manage link should still be displayed 2012-06-27 19:17:34 +00:00
hjkhjk54
2a3181536c updates for code cleanup, also fixed error in internalClassDataGetter introduced after previous update removing JSON Object as constructor for ProcessInternalClassDataGetter. Added space to sparql query for other ProcessDataGetter classes - although code was working without that. 2012-06-26 17:48:50 +00:00
tworrall
4cf370e116 page management - added edit icon to page list template 2012-06-25 20:23:08 +00:00
hjkhjk54
c46b148535 Updates for page management, including updating link to menu ordering on page list, updating internal class server side logic to correctly instantiate objects when editing an internal class page (previously json object was passed but wasn't needed so removed from constructor), also updated client-side script to correctly populate internal class/class group section and other client-side interactions 2012-06-25 17:34:25 +00:00
tworrall
ffce3efe91 NIHVIVO-760 added noscript message to menu pages 2012-06-25 01:59:15 +00:00
hjkhjk54
e3f9caced1 updates for page management - page deletion as well as changing menu management to menu ordering 2012-06-25 00:19:33 +00:00
tworrall
54941a201b page managemnet changes 2012-06-24 21:23:12 +00:00
hjkhjk54
b3c09797b0 update for page deletion controller - need to include exception thrown 2012-06-24 02:22:35 +00:00
hjkhjk54
7e2a5d22d4 updates for page management, and replacing empty options with Constant empty options for pageData in EditConfigurationTemplateModel in populateDropdowns and also logging error if name in pageData already in use for that field name 2012-06-24 01:39:58 +00:00
hjkhjk54
9ca30d634a updates for page management 2012-06-22 17:56:02 +00:00
tworrall
7808d72eec added pagex.listedPageCannotDeletePage variable 2012-06-22 17:44:36 +00:00
tworrall
db90acd8de ongoing page management changes 2012-06-22 17:21:31 +00:00
tworrall
2b96b7cabf pagelist changes 2012-06-22 16:07:17 +00:00
tworrall
f4d56223df changed div to span 2012-06-22 16:02:47 +00:00
tworrall
1e75996ef2 formatting/style changes 2012-06-22 15:45:56 +00:00
hjkhjk54
67f5517d90 updates to enable page list to return correctly (previous pageUri parameter was being bound after sparql query updated to enable parameter binding to query) 2012-06-22 14:55:29 +00:00
tworrall
c5538eeb9d hide the manage pubs and manage grants links if there are no pubs or grants 2012-06-20 21:25:15 +00:00