To check out this repository please hg clone the following URL, or open the URL using EasyMercurial or your preferred Mercurial client.
hg clone
History | View | Annotate | Download (1.71 KB)
Merge from branch cannam
Merge from live branch
Merge from branch "luisf"
Merge
Now parses a publication using the BibTex-ruby parser and displays both the "text" format and the bibtex format.
Merge from cannam_integration
Merge from branch "cannam"
Merge from branch "live"
Merge from branch "feature_36"
Merge from branch feature_36
Related to the previous commit (deleted all fields BibtexEntryType class variable and getter method).
The booktitle string was missing from the all_fields class variable (BibtexEntryType class); fixes Bug #297.
Feature #238 - Refactoring of the Bibtex Fields Hash and Arrays.
Merge from branch "cannam_integration"
Order BibTeX entry types in a sensible order for presentation to user, instead of alphabetically by BibTeX name as previously (requires database re-seed).Provide a label for each entry type, and use it in the edit dropdown and show page.Omit duplicate entry type (conference) from edit dropdown....
Feature #237: migration, new table with BibtexEntry Types and rake task to populate the table.