Martin Monperrus
24c854a811
updates documentation
explains how to load Bibtex data from a dynamic string
10 years ago
Martin Monperrus
a011b9088a
adds support for disallowing robot indexing
10 years ago
Martin Monperrus
62a9c0b3b3
adds support for customizing the title
10 years ago
Martin Monperrus
20b2528936
adds tech report number in output
10 years ago
Martin Monperrus
a22afd6521
Merge pull request #26 from khwolf/patch-1
Typo in comment
10 years ago
Klaus-Hendrik Wolf
f1f63d75f0
Typo in comment
10 years ago
Martin Monperrus
b2378b049c
removes link to my.publications.li (shut down)
10 years ago
Martin Monperrus
c0c6bbce86
Merge pull request #25 from dret/patch-1
10 years ago
Erik Wilde
0b840037c2
fixing list
11 years ago
Martin Monperrus
87c966a9d4
updates documentation
11 years ago
Martin Monperrus
9b9f018a56
fixes a minor regression
11 years ago
Martin Monperrus
85867831a0
adds an initial test suite
11 years ago
Martin Monperrus
83712b111b
updates documentation
11 years ago
Markus Jochim
c1dc82b1ae
Fixed a bug where '0 results' would be shown with the corresponding heading being invisible
11 years ago
Markus Jochim
0130fd9297
added copyright notice
11 years ago
Markus Jochim
a6dd349177
Added a table of contents to search results in academic display
11 years ago
Markus Jochim
ad8ea3b74c
Added result count to every bibliography section in academic display, total count in normal display
11 years ago
Markus Jochim
de16482f56
Splitted list layout by year; added BIBTEXBROWSER_HTMLHEADINGLEVEL
11 years ago
Markus Jochim
724eea77e4
added compare_bib_entry_by_name()
11 years ago
Markus Jochim
ef908a3298
Turns doi, url, gsid etc. into hyperlinks in bibtex entry display
Does not yet work in js progressive enhancement mode
11 years ago
Markus Jochim
dbc28d4448
Tidied up generation mechanism for [pdf], [doi] links etc.
Removed duplicate code that existed inside and outside of get*Link() functions.
Added option BIBTEXBROWSER_LINKS_IN_NEW_WINDOW. It is used instead of BIBTEXBROWSER_BIB_IN_NEW_WINDOW for external links (everything but [bibtex]).
11 years ago
Markus Jochim
c2b330bb7c
Option FORCE_NAMELIST_SEPARATOR allows for commas between authors as well as between last and first name
11 years ago
Markus Jochim
67510a8972
Escape German ß in addition to umlauts
11 years ago
Markus Jochim
18552e824a
Added css class and i18n to no “result” string
11 years ago
Markus Jochim
2a9e852e4d
Now displaying something sensible in result heading for Q_RANGE searches
11 years ago
Markus Jochim
19a3335597
Now also applies graceful ordering and i18n of non-string year-values to yearIndex()
11 years ago
Markus Jochim
02a3df6fed
Made sorting of non-int year values easily configurable
11 years ago
Markus Jochim
ef426e9bb1
i18n and graceful sorting for year values 'in press', 'submitted' and 'accepted'
The sorting mechanism relied solely on strcmp before, which yielded a more or less random result.
It is now possible to define an order as long as the strings in the bibtex file are given in their standard English form.
In output though, the strings are internationalised.
11 years ago
Markus Jochim
0897e0fac6
Allow the user to search for a range of years
11 years ago
Martin Monperrus
24d8902132
fixes PHP notice
11 years ago
Martin Monperrus
9677c5bb29
updates metadata
11 years ago
Martin Monperrus
71c56c3e6e
fixes a bug in UTF8 handling in COinS metadata (reported by Wojtek)
11 years ago
Martin Monperrus
c0181d2593
Merge pull request #21 from Tomas-A/master
Fixing a bug where ajax wouldn't grab whole document in case there was ampersands in link.
11 years ago
Martin Monperrus
45c0f16654
Merge pull request #22 from g-oikonomou/whitespaces
Remove trailing whitespaces
11 years ago
George Oikonomou
b94508c39b
Remove trailing whitespaces
11 years ago
Tomas-A
315437cd92
Fixing a bug where ajax wouldn't grab whole document in case there was an un-escaped ampersand in link.
The ajax request is being sent to html page hence you should use html as data type. Using xml might break in case there is un-escaped characters such as "<" or "&" in html. In fact it was causing problems when trying to retrieve bibtex data for particular item which included link with an ampersand.
It was mentioned in comments section in website by Tobi:
> Tobi: Hi Martin,
>
> it seems like bibtexbrowser cannot handle & (ampersands) in URLs. Entries that contain & confuse > the bibtex-block-script, which displays bibtex information in a new site instead of loading the > block of information just below the entry. I can't seem to find the bug, but hope that you can.
>
> Tobi
> (May 27, 2014 - 6:33 pm)
Also I have found some random page which is using bibtexbrowser and you can see the bug here http://www.imp.kiev.ua/~kord/papers/ by clicking on "Strong electron pairing at the iron 3dxz,yz orbitals in hole-doped BaFe2As2 superconductors revealed by angle-resolved photoemission spectroscopy" article's bib anchor.
11 years ago
Martin Monperrus
8c5868be17
Merge pull request #20 from tbrisker/master
prevent collision if i18n function already exists
11 years ago
tbrisker
7ad2d10102
prevent collision if i18n function already exists
11 years ago
Martin Monperrus
25212dd687
adds a link to the github page
11 years ago
Martin Monperrus
1a13d89307
adds support for "file" fields (exported by Zotero)
suggested by Luis J. Villanueva, see https://github.com/monperrus/bibtexbrowser/pull/14
11 years ago
Matthieu Guillaumin
46ae7a06a5
improves the configurability of the link menu ([bib], [pdf], ...)
11 years ago
Martin Monperrus
4d2f21f344
improves the configurability of the output through CSS classes (adds .bibcomment)
11 years ago
Martin Monperrus
db987616a7
fixes a bug in Javascript progressive enhancement (bug reported by Elvis)
11 years ago
Martin Monperrus
9f230368d9
preserves math formula for use with MathJax (bug reported by Elvis)
11 years ago
Martin Monperrus
bf91b17fe3
improves the configurability of the output through CSS classes (adds .bibmenu and .bibanchor)
11 years ago
Martin Monperrus
63aef9c2ed
Merge pull request #16 from arnehaber/clean_xss_fix
Fixes a potential cross site scripting (XSS) issue
11 years ago
ahaber
fc7f5c77fb
Fixes a potential cross site scripting (XSS) issue
11 years ago
Martin Monperrus
8473ccb50f
adds a word about pull requests on documentation
11 years ago
Martin Monperrus
9641eef5da
updates the documentation for correct rendering on Github
11 years ago
Martin Monperrus
51c3e14795
adds the documentation of bibtexbrowser to the Git repository
11 years ago