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
f22418de14
removed test output files, in the process of improving the testing infrastructure
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
27a4033b4a
fixed corner case in bibtexbrowser-style-default.php
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
746054c89d
updated test data due to revision 143
14 years ago
Martin Monperrus
a7d10f2ce8
removed page title from embedded mode, the resulting code is cleaner
14 years ago
Martin Monperrus
439b893b59
updated test data due to revision 141
14 years ago
Martin Monperrus
6a06000c43
improved bibtex entry URL creation (can now be parametrized using BIBTEXBROWSER_URL_BUILDER)
14 years ago
Martin Monperrus
4e22e7c5ab
updated test data due to revision 135
14 years ago
Martin Monperrus
16d4e03968
added new test case
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
5485c851e0
updated test data due to change #133
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
9239dedb74
improved standard output of test/01_output.php
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
db29ac1110
added .hgignore
14 years ago
Martin Monperrus
d525cb847e
removed old .bzrignore files from the time we were using bazaar
14 years ago
Martin Monperrus
f4f4e12e1c
updated HTML test data due to the improvement of the Javascript based progessive enhancement
14 years ago
Martin Monperrus
e83b506df0
updated test data due to handling of \i
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
780a86580f
improved the testing architecture
15 years ago
Martin Monperrus
bc074ccb6c
updated test data
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