Closed (outdated)
Project:
Bibliography Module
Version:
6.x-1.6
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Jun 2009 at 16:14 UTC
Updated:
21 Dec 2018 at 20:51 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dergachev commentedThis works for us.
Comment #2
rjerome commentedYep, that would work, I've added it to the code. The views support is still a moving target, so the same features are not guaranteed to exist yet.
Ron.
(http://drupal.org/cvs?commit=229746)
Comment #4
danieleboyo commentedThough the patch was committed, it seems like the functionality is not there. Does the 1.6 version of biblio not include this fix?
Thanks again for your time.
Daniele
Comment #5
rjerome commentedThe code is there, you might want to check the "admin/settings/biblio" page in the "BibTex" section to make sure that the feature is turned on.
Comment #6
danieleboyo commentedThe feature is turned on, but I believe it is a problem in the patch that you committed. Instead of getting the title from the item ($item->title), it was fetched from the node ($node->title). Hope that made sense. thanks again!
daniele
Comment #7
rjerome commentedDoh! Stupid mistake on my part, I'll fix that.
Comment #8
rjerome commentedOk, I've committed the fix.
Comment #10
shaundychkoThis is now an issue with bibtex 6.x-1.15 and Views 6.x-2.14. The braces are removed correctly at /biblio, but not when displayed by Views.
Comment #11
shaundychkoThe attached patch fixes it.
Comment #12
janepeng commentedHi anyone can help?
The problem that the {Protected Braces} still shows up on views on my website. I am using bibtex 6.x-2.0-beta3 and Views 6.x-3.0 and have enabled the "Retain bibtex's {Protected} capitalization in the title string, but hide the braces on display".
Adding the code suggested in this post in biblio_handler_citation.inc by hand shuts down the website. It throws erros "Queries taking longer than 5 ms and queries executed more than once, are highlighted."
Thank you in advance!
Jane
Comment #13
shaundychkoHi Jane,
I haven't had a chance to look at the code, but it looks like the function
biblio_remove_brace()
is the ticket to solving things. The code in the patch I made is for bibtex 6.x-1.x, not the 6.x-2.x branch. You'll have to look at the patch in #11 for inspiration and adapt it for your version.
Comment #14
janepeng commentedHi ShaunDychko,
Thank you so much for your respond!
I have been debugging the module for the past couple of weeks and found out more about it.
All help welcome and most appreciated!
Jane
Comment #15
liam morlandThis version is no longer maintained. If this issue is still relevant to the Drupal 7 version, please re-open and provide details.