Closed (outdated)
Project:
Bibliography Module
Version:
6.x-1.5
Component:
User interface
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
21 Jun 2009 at 03:01 UTC
Updated:
20 Dec 2018 at 17:16 UTC
Jump to comment: Most recent
Comments
Comment #1
keha3912 commentedMy problem is not relevant?
Comment #2
rjerome commentedSorry about that, I looked at this request and then it completely slipped my mind. This has been fixed in the -dev version, and you can fix your own version by commenting out lines 1431 - 1434 in the biblio_form_validate function contained in the biblio.module file as shown below...
Ron.
(http://drupal.org/cvs?commit=230150)
Comment #3
keha3912 commentedI looked corrected errors in the -dev version and therefore decided to upgrade biblio.module. Yes, now a 'biblio_year' has become optional. However, this module automatically adds a column 'Submitted'. But I thought how can I fix this - I'm changed translation 'Submitted' - 'Не указан' ('Not specified').
PS Thank you for your attention to my problems! :)
Comment #4
rjerome commentedYes, what's happening is the database fills this column with the value 9999 if none is supplied (and I am interpreting a value of 9999 to mean that the paper has been submitted for publication but not actually published. There is another "magic" value of 9998 which means "In Press" and perhaps a third magic value of 0 could mean "Not Specified/Not Available". The values were chosen such that the "Submitted and In Press" entries would precede all others when sorted by year (descending), so a value of 0 would put all entries without a date after all other entries when sorted by year (descending).
Ron.
Comment #5
liam morlandThis version is no longer maintained. If this issue is still relevant to the Drupal 7 version, please re-open and provide details.