Changelog of bibtexbrowser
2013/03/28
- added option BIBTEXBROWSER_LAYOUT to choose between {table, list, definition} for the HTML representation of Bibtex entries (great patch of Matthieu Guillaumin)
- added back intermediate headers for years (see CSS classes rheader, sheader, thdeader) (requested by Aibek Sarimbekov and Chulwoo Lee)
2012/12/05
- fixed bug related to handling multiple bibtex files separated by a semi-colon (reported by Thomas)
- improved search results when no results are found
- added support for author links with new config variable
BIBTEXBROWSER_AUTHOR_LINKS
- improved pigdin latex
2012/10/27
- added support for bibtex entries with no key (feature suggested by Joeri Blokhuis).
- added the pages in the default style (contributed by Lucas Satabin)
- some refactoring to improve extensibility
2012/07/03
- added support for displaying only recently modified bibtex entries (see NewEntriesDisplay), thanks Jen
- added support for displaying a single entry as raw bibtex (http://localhost/bibtexbrowser.php?key=monperrus08phd&bib=pubs.bib&astext), thanks George Oikonomou
- added support for disabling [bibtex] links (set
define('BIBTEXBROWSER_BIBTEX_LINKS',false); in bibtexbrowser.local.php), thanks Sascha Schnepp
- renamed [bib] in [bibtex] to facilitate indexing by search engines
- fixed bug in Google Scholar metadata (citation_date -> citation_publication_date), thanks Antonio Cuomo
- added extension point for embedded wrappers, thanks George Oikonomou
- renamed CSS class "header" in "btb-header" (so as not to clash with other CSS)
- moved documentation out of the source file
- fixed bug when calling Dispatcher several times, now $_GET is cleared (thanks Benoit Baudry)
- fixed bug in Janos Tapolcai's style $editor -> $editors (thanks Daniel)
- added support for disabling the default message (thanks Toby)