Martin Monperrus
7dc3b2ebbd
added support for angstrom and protection against magic_quotes_runtime (feedback from Alexander Refsum Jensenius)
14 years ago
Martin Monperrus
7f23eca401
forgot @ in @define('ENCODING','UTF-8');
14 years ago
Martin Monperrus
b587f54acf
improved documentation based on the feedback from http://www.arj.no/2011/12/08/testing-dynamic-bibtex-plugins/
14 years ago
Martin Monperrus
7ecfaef8ab
reverted a PHP4 incompatible change (no exception in PHP4)
14 years ago
Martin Monperrus
e76077da0b
solved bug on setDB found by Sebastien Lion (recompilation trigger)
14 years ago
Martin Monperrus
ac682585cb
Entries are now sorted by month if the field is present.
Excellent patch from Jan Geldmacher.
14 years ago
Martin Monperrus
46b298d429
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
a5ec97afca
updated documentation to be compatible with a new version of gakowiki
14 years ago
Martin Monperrus
ec407d9830
fixed bug in the new bibtex entry view
14 years ago
Martin Monperrus
378f7eb0f6
added support for linking to the citation page of Google Scholar if a bibtex entry contains a field gsid
14 years ago
Martin Monperrus
e8c9a7971b
added support for linking to home pages of editors (suggested by Sebastian Schöps)
14 years ago
Martin Monperrus
4ac4c436d4
added support for editor search (suggested by Sebastian Schöps)
14 years ago
Martin Monperrus
c7307ba512
menus can also be embedded, hence target frames are now configurable (suggested by Carlos Brás)
14 years ago
Martin Monperrus
a55cc8fb23
generalized usage of BIBTEXBROWSER_BIB_IN_NEW_WINDOW (suggested by Carlos Brás)
14 years ago
Martin Monperrus
5fc4fc2e9e
improved the display of single bib entries
14 years ago
Martin Monperrus
bd0cc260a4
removed page title from embedded mode, the resulting code is cleaner
14 years ago
Martin Monperrus
4c4c8adbe0
improved bibtex entry URL creation (can now be parametrized using BIBTEXBROWSER_URL_BUILDER)
14 years ago
Martin Monperrus
8382798846
solved bug related to detection of embedded mode (big thanks to Mark Hereld)
14 years ago
Martin Monperrus
ad61b1a2ca
improved documentation
14 years ago
Martin Monperrus
1645a87653
solved bug found by Carlos related to 'type=' queries
14 years ago
Martin Monperrus
b3697437e0
solved bug found by Toby in the Javascript part
14 years ago
Martin Monperrus
3bf92e4886
fixed bug in the creation of RSS links for author=xxx queries
14 years ago
Martin Monperrus
af7d9b6ec4
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
894da86565
solved bug reported by Jonathan Currie regarding the AcademicDisplay
14 years ago
Martin Monperrus
6799f8a61f
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
9c81344ac3
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
e9bccba0d6
added support for accented i (often specified as `\i) and j
14 years ago
Martin Monperrus
7988ca18d1
improved the robustness of javascript progressive enhancement
15 years ago
Martin Monperrus
71c8ccfc6e
Moved towards valid XHTML documentation (<script type="text/javascript">...)
15 years ago
Martin Monperrus
9ba3742f65
Javascript code now uses all relevant CSS styles (purebibtex for <pre>)
15 years ago
Martin Monperrus
5efc0cdf9a
javascript progressive enhancement was buggy on IE, it seems that JQuery does not abstract over everything :-(
15 years ago
Martin Monperrus
ec97895f23
updated copyright for 2011
15 years ago
Martin Monperrus
1509eaaf6a
added type="text/javascript" in script tags to be W3 validator compliant
15 years ago
Martin Monperrus
11496f7db1
added Javascript progressive enhancement for "[bib]" links
15 years ago
Martin Monperrus
49a6027209
included the 3 changes proposed by Alan P. Sexton
15 years ago
Martin Monperrus
eea2522e85
prepared the class HTMLWrapper for usage with AJAX
15 years ago
Martin Monperrus
f688e4cfa0
refactored toEntryUnformatted:\n * changed from echo to return\n * bulletproof HTML content ('<' -> '<')
15 years ago
Martin Monperrus
d2e6d8ca2e
improved automated testability
15 years ago
Martin Monperrus
9cdbb3689c
tiny change in the parser
15 years ago
Martin Monperrus
f4514348b1
updating test data: we now transform abstracts as well
15 years ago
Martin Monperrus
d8a56ffd57
pass #2 on abstracts
15 years ago
Martin Monperrus
845c9e7aea
minor things in the documentation
15 years ago
Martin Monperrus
4c6ac3fd6f
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
694bfe7886
eprints metatags are off by by default\nI first want to know who (which crawler / application) uses them
15 years ago
Martin Monperrus
b774b8a279
patch Ken Williams + minor things in the documentation
15 years ago
Martin Monperrus
9943ae6c4a
metadata can now be disabled with bibtexbrowser.local.php
15 years ago
Martin Monperrus
85174bbaf4
minor
15 years ago
Martin Monperrus
4fbbcb3326
improved the embedded bibliographic metadata
15 years ago
Martin Monperrus
6f73627d15
updated documentation\n added Dublin core essential metadata\n added bibtex data as metadata (inspired by http://www.molspaces.com/d_cb2bib-metadata.php )
15 years ago
Martin Monperrus
69e214531f
minor
15 years ago