Bug 7470: Babeltheque integration
authorJonathan Druart <jonathan.druart@biblibre.com>
Fri, 2 Mar 2012 12:59:44 +0000 (13:59 +0100)
committerPaul Poulain <paul.poulain@biblibre.com>
Mon, 26 Mar 2012 12:24:04 +0000 (14:24 +0200)
commitf35a1cce68f055b15afca2ab4006508d863dc08c
treee042fc61d1e4080ee125c205f8442c674b357508
parent1d882495c2cd28f0ffd3d492aa99611a82ca1825
Bug 7470: Babeltheque integration

3 features:
- adds social network information in search results
- adds babeltheque data in opac-detail
- adds social network links in opac-detail too (google+, twitter, mail
  and co.)
26 files changed:
C4/SocialData.pm [new file with mode: 0644]
installer/data/mysql/kohastructure.sql
installer/data/mysql/sysprefs.sql
installer/data/mysql/updatedatabase.pl
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref
koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/searching.pref
koha-tmpl/opac-tmpl/prog/en/css/opac.css
koha-tmpl/opac-tmpl/prog/en/includes/opac-bottom.inc
koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt
koha-tmpl/opac-tmpl/prog/en/modules/opac-results.tt
koha-tmpl/opac-tmpl/prog/images/Star0.gif [new file with mode: 0644]
koha-tmpl/opac-tmpl/prog/images/Star1.gif [new file with mode: 0644]
koha-tmpl/opac-tmpl/prog/images/Star2.gif [new file with mode: 0644]
koha-tmpl/opac-tmpl/prog/images/Star3.gif [new file with mode: 0644]
koha-tmpl/opac-tmpl/prog/images/Star4.gif [new file with mode: 0644]
koha-tmpl/opac-tmpl/prog/images/Star5.gif [new file with mode: 0644]
koha-tmpl/opac-tmpl/prog/images/bonus.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/prog/images/socnet/delicious16.gif [new file with mode: 0644]
koha-tmpl/opac-tmpl/prog/images/socnet/facebook16.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/prog/images/socnet/linkedin16.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/prog/images/socnet/mailto16.png [new file with mode: 0644]
koha-tmpl/opac-tmpl/prog/images/socnet/twitter16.png [new file with mode: 0644]
misc/cronjobs/social_data/get_report_social_data.pl [new file with mode: 0644]
misc/cronjobs/social_data/update_social_data.pl [new file with mode: 0644]
opac/opac-detail.pl
opac/opac-search.pl