Project

General

Profile

« Previous | Next » 

Revision 58552

[Library|Trunk]

Search:

-Entities Selection: add check if route is enabled
-Delay in result types checkboxes to 2 s
-Use breadcrumb component
-add connect background
-remove space between names in showAuthors component
-Filters:
-message about top 100 always visible
-rename to view all
-change css for search input
-show 100 if results > 95
-view less under the 2nd list
-Search bar:
-select contains all avaliable entities not only search results
-

Landing pages:

-correct issue with pmid in landing
-correct issue with date in cite this
-Hide Addthis:
value in properties

View differences:

citeThis.component.ts
84 84
        }
85 85
        if(this.result.dateofacceptance  != undefined){
86 86
          citationData.issued = {};
87
          var date:string = (this.result.dateofacceptance)+""; // transform to string in case it is an integer
87
          var date:string = (this.result.dateofacceptance.getFullYear())+""; // transform to string in case it is an integer
88 88
          var dateArray:string[]  = (date && (date).indexOf('-') !== -1)?[date.split('-')[0]]:[date];
89 89
          if(dateArray.length < 3){
90 90
            // dateArray.push[1];

Also available in: Unified diff