Martin Monperrus
4d787f73bd
* 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 <code>define('BIBTEXBROWSER\_BIBTEX\_LINKS',false);</code> 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)
13 years ago
Martin Monperrus
ce2dbc4752
improved configurability of the number of items per page
13 years ago
Martin Monperrus
5d688e1f4e
added support for timestamps on bibtex entries
13 years ago
Martin Monperrus
ceb5cec67d
fixed bug in parser
14 years ago
Martin Monperrus
c0fbc874fe
added support for angstrom and protection against magic_quotes_runtime (feedback from Alexander Refsum Jensenius)
14 years ago
Martin Monperrus
66459a3416
forgot @ in @define('ENCODING','UTF-8');
14 years ago
Martin Monperrus
442e7fd981
improved documentation based on the feedback from http://www.arj.no/2011/12/08/testing-dynamic-bibtex-plugins/
14 years ago
Martin Monperrus
1d326bad36
reverted a PHP4 incompatible change (no exception in PHP4)
14 years ago
Martin Monperrus
9a335a202b
solved bug on setDB found by Sebastien Lion (recompilation trigger)
14 years ago
Martin Monperrus
d3a4b8cf80
Entries are now sorted by month if the field is present.
Excellent patch from Jan Geldmacher.
14 years ago
Martin Monperrus
ac8a9f62dd
improved the way to handle labels.
Now it depends on the value of the variable ABBRV_TYPE
ABBRV_TYPE == "default" => [1] One paper
ABBRV_TYPE == "year" => [2007] One paper (the year of publication)
ABBRV_TYPE == "x-abbrv" => [OOPSLA] One paper (the value of the bibtex field x-abbrv)
14 years ago
Martin Monperrus
d82117a2e4
updated documentation to be compatible with a new version of gakowiki
14 years ago
Martin Monperrus
dbed552475
fixed bug in the new bibtex entry view
14 years ago
Martin Monperrus
ecb887fa02
added support for linking to the citation page of Google Scholar if a bibtex entry contains a field gsid
14 years ago
Martin Monperrus
d5d5894542
added support for linking to home pages of editors (suggested by Sebastian Schöps)
14 years ago
Martin Monperrus
afbfba62b2
added support for editor search (suggested by Sebastian Schöps)
14 years ago
Martin Monperrus
804c93c484
menus can also be embedded, hence target frames are now configurable (suggested by Carlos Brás)
14 years ago
Martin Monperrus
6ab192b7ef
generalized usage of BIBTEXBROWSER_BIB_IN_NEW_WINDOW (suggested by Carlos Brás)
14 years ago
Martin Monperrus
acc91a44b0
improved the display of single bib entries
14 years ago
Martin Monperrus
a7d10f2ce8
removed page title from embedded mode, the resulting code is cleaner
14 years ago
Martin Monperrus
6a06000c43
improved bibtex entry URL creation (can now be parametrized using BIBTEXBROWSER_URL_BUILDER)
14 years ago
Martin Monperrus
0962ced477
solved bug related to detection of embedded mode (big thanks to Mark Hereld)
14 years ago
Martin Monperrus
a43810c9dc
improved documentation
14 years ago
Martin Monperrus
5d2c4f20c1
solved bug found by Carlos related to 'type=' queries
14 years ago
Martin Monperrus
25b4534af8
solved bug found by Toby in the Javascript part
14 years ago
Martin Monperrus
02144ed4d3
fixed bug in the creation of RSS links for author=xxx queries
14 years ago
Martin Monperrus
57494a2224
improved academic ouput: ?author=monperrus&academic ?author=monperrus&academic=1 author=monperrus&academic=true ?academic=monperrus author=monperrus&academic=noise are all equivalent
14 years ago
Martin Monperrus
9c7c54dc75
solved bug reported by Jonathan Currie regarding the AcademicDisplay
14 years ago
Martin Monperrus
e61b60f5a2
added support for using external bib files located on other servers if BIBTEXBROWSER_LOCAL_BIB_ONLY is set to false (feature suggested by Jen)
14 years ago
Martin Monperrus
d1ac78e2c5
added the possibility to include bibtexbrowser several times in the same script (in order to have different publication lists on the same page). Feature requested by Carlos Brás on June 1, 2011.
14 years ago
Martin Monperrus
5928bf9538
added support for accented i (often specified as `\i) and j
14 years ago
Martin Monperrus
1d7486853c
improved the robustness of javascript progressive enhancement
15 years ago
Martin Monperrus
66d51fde43
Moved towards valid XHTML documentation (<script type="text/javascript">...)
15 years ago
Martin Monperrus
cc3ef745c9
Javascript code now uses all relevant CSS styles (purebibtex for <pre>)
15 years ago
Martin Monperrus
ab3d5177ba
javascript progressive enhancement was buggy on IE, it seems that JQuery does not abstract over everything :-(
15 years ago
Martin Monperrus
cdfcb9f810
updated copyright for 2011
15 years ago
Martin Monperrus
6197b1a18b
added type="text/javascript" in script tags to be W3 validator compliant
15 years ago
Martin Monperrus
fab5263cfb
added Javascript progressive enhancement for "[bib]" links
15 years ago
Martin Monperrus
02fd69679b
included the 3 changes proposed by Alan P. Sexton
15 years ago
Martin Monperrus
383cf79705
prepared the class HTMLWrapper for usage with AJAX
15 years ago
Martin Monperrus
6fbab50525
refactored toEntryUnformatted:\n * changed from echo to return\n * bulletproof HTML content ('<' -> '<')
15 years ago
Martin Monperrus
60b5315c88
improved automated testability
15 years ago
Martin Monperrus
735da9c374
tiny change in the parser
15 years ago
Martin Monperrus
b859d662d2
updating test data: we now transform abstracts as well
15 years ago
Martin Monperrus
99d91151dc
pass #2 on abstracts
15 years ago
Martin Monperrus
9cdedc7fce
minor things in the documentation
15 years ago
Martin Monperrus
2173a354d2
improved support for abstracts after a long discussion with the Google Scholar Team:\neach paper needs to be listed on a separate URL; and at least the full author-written abstract must be clearly visible on the URL\n see http://scholar.google.com/intl/en/scholar/inclusion.html
15 years ago
Martin Monperrus
79843da9f6
eprints metatags are off by by default\nI first want to know who (which crawler / application) uses them
15 years ago
Martin Monperrus
60b7d899f4
patch Ken Williams + minor things in the documentation
15 years ago
Martin Monperrus
51b20efd0a
metadata can now be disabled with bibtexbrowser.local.php
15 years ago