-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update with bibfilter: add a new bibtex template #89
base: master
Are you sure you want to change the base?
Conversation
Allow search for publication year, keyword, Improve the search filters example: [bibfilter file=bib.bib group=year group_order=desc allow=inproceedings,article,book,inbook,incollection,techreport,mastersthesis,phdthesis,unpublished author=Nguyen|Gimel'farb|Delmas sortauthors=1 keyword="3D content,Web browsers,World Wide Web,Internet,Online front-ends,Stereo image,3D image,3D reconstruction,Image analysis,Vision,Binocular,Stereopsis,Calibration" ]
@@ -125,7 +161,7 @@ class Papercite { | |||
function getCached($url, $timeout = 3600) { | |||
// check if cached file exists | |||
$name = strtolower(preg_replace("@[/:]@","_",$url)); | |||
$dir = plugins_dir_path(__FILE__) . "/papercite/cache"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should not use WP_PLUGIN_DIR (see http://codex.wordpress.org/Determining_Plugin_and_Content_Directories)
There are several problems with the pull request, but I guess most of them is because you modified old code (in the repository, there are changes that are not yet in the papercite releases). You should do the following :
thanks - if you need help, please email. |
This reverts commit 8afa815.
Hi, I will look at this soon, thanks. |
See pull request #101 comment - but I keep the idea of more filtering, and will merge some part of your code. |
Allow search for publication year, keyword,
Improve the search filters
example:
[bibfilter
file=bib.bib
group=year
group_order=desc
allow=inproceedings,article,book,inbook,incollection,techreport,mastersthesis,phdthesis,unpublished
author=Nguyen|Gimel'farb|Delmas
sortauthors=1
keyword="3D content,Web browsers,World Wide Web,Internet,Online front-ends,Stereo image,3D image,3D reconstruction,Image analysis,Vision,Binocular,Stereopsis,Calibration"
]