closes #776, make revised Word plug-in operate under OpenOffice again
closes #703, automate Word/OOo plug-in build process - fixes a bug in OpenOffice when an item is removed from the Zotero Database - fixes a bug in citing items with no title - fixes an error in the APA style
This commit is contained in:
parent
93e4eec0cb
commit
0c3ea37bee
|
@ -1921,7 +1921,7 @@ Zotero.CSL.ItemSet.prototype.resort = function() {
|
||||||
if(nameType[lastName] === undefined) {
|
if(nameType[lastName] === undefined) {
|
||||||
// determine how to format name
|
// determine how to format name
|
||||||
var theNames = allNames[lastName];
|
var theNames = allNames[lastName];
|
||||||
if(theNames.length > 1) {
|
if(theNames && theNames.length > 1) {
|
||||||
nameType[lastName] = Zotero.CSL.NAME_USE_INITIAL;
|
nameType[lastName] = Zotero.CSL.NAME_USE_INITIAL;
|
||||||
// check initials to see if any match
|
// check initials to see if any match
|
||||||
var initials = new Object();
|
var initials = new Object();
|
||||||
|
|
|
@ -16393,7 +16393,7 @@ function doExport() {
|
||||||
}
|
}
|
||||||
}');
|
}');
|
||||||
|
|
||||||
REPLACE INTO csl VALUES('http://purl.org/net/xbiblio/csl/styles/apa.csl', '2007-09-13 20:50:16', 'American Psychological Association',
|
REPLACE INTO csl VALUES('http://purl.org/net/xbiblio/csl/styles/apa.csl', '2007-09-26 10:58:54', 'American Psychological Association',
|
||||||
'<?oxygen RNGSchema="csl.rnc" type="compact"?>
|
'<?oxygen RNGSchema="csl.rnc" type="compact"?>
|
||||||
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" xml:lang="en">
|
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" xml:lang="en">
|
||||||
<info>
|
<info>
|
||||||
|
@ -16407,7 +16407,7 @@ REPLACE INTO csl VALUES('http://purl.org/net/xbiblio/csl/styles/apa.csl', '2007-
|
||||||
<category term="psychology"/>
|
<category term="psychology"/>
|
||||||
<category term="generic-base"/>
|
<category term="generic-base"/>
|
||||||
<category term="author-date"/>
|
<category term="author-date"/>
|
||||||
<updated>2007-09-06T06:36:07+00:00</updated>
|
<updated>2007-09-26T10:58:54+00:00</updated>
|
||||||
</info>
|
</info>
|
||||||
<macro name="editor-translator">
|
<macro name="editor-translator">
|
||||||
<names variable="editor translator" prefix="(" suffix=")" delimiter=", ">
|
<names variable="editor translator" prefix="(" suffix=")" delimiter=", ">
|
||||||
|
@ -16524,9 +16524,9 @@ REPLACE INTO csl VALUES('http://purl.org/net/xbiblio/csl/styles/apa.csl', '2007-
|
||||||
<else-if type="chapter">
|
<else-if type="chapter">
|
||||||
<text macro="title" prefix=" "/>
|
<text macro="title" prefix=" "/>
|
||||||
<group class="container" prefix=". ">
|
<group class="container" prefix=". ">
|
||||||
<text term="in" text-transform="capitalize"/>
|
<text term="in" text-transform="capitalize" suffix=" "/>
|
||||||
<group delimiter=", " suffix=".">
|
<group delimiter=", " suffix=".">
|
||||||
<names variable="editor translator" prefix=" " delimiter=", ">
|
<names variable="editor translator" delimiter=", ">
|
||||||
<name and="symbol" sort-separator=", " initialize-with=". "/>
|
<name and="symbol" sort-separator=", " initialize-with=". "/>
|
||||||
<label form="short" prefix=" (" suffix=".)" text-transform="capitalize"/>
|
<label form="short" prefix=" (" suffix=".)" text-transform="capitalize"/>
|
||||||
</names>
|
</names>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user