www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 89833d94b3806048d4ca9779f5113a86630c3af3
parent 472892b4f0f9d65b4f0cb1afd454a7e029534de4
Author: Simon Kornblith <simon@simonster.com>
Date:   Tue, 20 May 2014 15:52:16 -0400

Merge pull request #485 from f-mb/4.0

Update utilities.js
Diffstat:
Mchrome/content/zotero/xpcom/utilities.js | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/chrome/content/zotero/xpcom/utilities.js b/chrome/content/zotero/xpcom/utilities.js @@ -54,9 +54,9 @@ const CSL_TEXT_MAPPINGS = { "collection-number":["seriesNumber"], "publisher":["publisher", "distributor"], /* distributor should move to SQL mapping tables */ "publisher-place":["place"], - "authority":["court"], + "authority":["court","legislativeBody", "issuingAuthority"], "page":["pages"], - "volume":["volume"], + "volume":["volume", "codeNumber"], "issue":["issue"], "number-of-volumes":["numberOfVolumes"], "number-of-pages":["numPages"], @@ -80,7 +80,8 @@ const CSL_TEXT_MAPPINGS = { "call-number":["callNumber"], "note":["extra"], "number":["number"], - "references":["history"], + "chapter-number":["session"], + "references":["history", "references"], "shortTitle":["shortTitle"], "journalAbbreviation":["journalAbbreviation"], "language":["language"]