Merge branch '3.0' into 3.1
Conflicts: chrome/content/zotero/tinymce/note.html chrome/content/zotero/tinymce/noteview.html chrome/content/zotero/xpcom/zotero.js install.rdf update.rdf
This commit is contained in:
commit
f92ed125b6
5 changed files with 11 additions and 3 deletions
|
@ -2155,6 +2155,9 @@ Zotero.Integration.Session.prototype.getCitationField = function(citation) {
|
|||
serializeCitationItem.id = citationItem.itemData.id;
|
||||
serializeCitationItem.uris = citationItem.uris;
|
||||
|
||||
// XXX For compatibility with older versions of Zotero; to be removed at a later date
|
||||
serializeCitationItem.uri = serializeCitationItem.uris;
|
||||
|
||||
// always store itemData, since we have no way to get it back otherwise
|
||||
serializeCitationItem.itemData = citationItem.itemData;
|
||||
addSchema = true;
|
||||
|
|
|
@ -507,6 +507,11 @@ Zotero.ItemTreeView.prototype.notify = function(action, type, ids, extraData)
|
|||
for each(var item in items) {
|
||||
var id = item.id;
|
||||
|
||||
// Make sure row map is up to date
|
||||
// if we made changes in a previous loop
|
||||
if (madeChanges) {
|
||||
this._refreshHashMap();
|
||||
}
|
||||
var row = this._itemRowMap[id];
|
||||
|
||||
// Deleted items get a modify that we have to ignore when
|
||||
|
|
|
@ -1 +1 @@
|
|||
2013-02-08 07:00:00
|
||||
2013-02-19 00:25:00
|
||||
|
|
2
styles
2
styles
|
@ -1 +1 @@
|
|||
Subproject commit a482d1ea39213aaebaabfa372879f41f627d8a49
|
||||
Subproject commit 47c49468f4d829a43bee6c4105f83b37c91a2fb7
|
|
@ -1 +1 @@
|
|||
Subproject commit 23c54a2766497e2a5cf9103cfe44ff83b04c41b4
|
||||
Subproject commit 15385de597ac53a3b5397371aa01e578e136fe62
|
Loading…
Reference in a new issue